/*! 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: 0.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: none;
    text-decoration: underline;
    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;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.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;
}
@font-face {
    font-family: Canela;
    src: url(fonts/Canela-Light.woff2) format("woff2"), url(fonts/Canela-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Apercu;
    src: url(fonts/Apercu-Regular.eot) format("embedded-opentype"), url(fonts/Apercu-Regular.ttf) format("truetype"), url(fonts/Apercu-Regular.woff) format("woff"), url(fonts/Apercu-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Apercu;
    src: url(fonts/Apercu-Light.eot) format("embedded-opentype"), url(fonts/Apercu-Light.ttf) format("truetype"), url(fonts/Apercu-Light.woff) format("woff"), url(fonts/Apercu-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
}




html {
    font-size: 62.5%;
}
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}
.selectric-responsive {
    width: 100%;
}
.selectric {
    border: 1px solid #ddd;
    border-radius: 0;
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
}
.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #f8f8f8;
    color: #bbb;
    text-align: center;
    font: 0/0 a;
}
.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #bbb;
    border-bottom: none;
}
.selectric-focus .selectric {
    border-color: #aaa;
}
.selectric-hover .selectric {
    border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
    color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}
.selectric-open {
    z-index: 9999;
}
.selectric-open .selectric {
    border-color: #c4c4c4;
}
.selectric-open .selectric-items {
    display: block;
}
.selectric-disabled {
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}
.selectric-hide-select select {
    position: absolute;
    left: -100%;
}
.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}
.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: 0 !important;
    border: none !important;
    background: 0 0 !important;
}
.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}
.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}
.selectric-items li,
.selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}
.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
}
.selectric-items li.selected {
    background: #e0e0e0;
    color: #444;
}
.selectric-items li.highlighted {
    background: #d0d0d0;
    color: #444;
}
.selectric-items li:hover {
    background: #d5d5d5;
    color: #444;
}
.selectric-items .disabled {
    opacity: 0.5;
    cursor: default !important;
    background: 0 0 !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
    font-weight: 700;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    color: #444;
}
.selectric-items .selectric-group.disabled li {
    opacity: 1;
}
.selectric-items .selectric-group li {
    padding-left: 25px;
}
.accordionjs {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 20px;
}
.accordionjs .acc_section {
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow: hidden;
}
.accordionjs .acc_section .acc_head {
    position: relative;
    display: block;
    cursor: pointer;
}
.accordionjs .acc_section .acc_head h3 {
    line-height: 1;
    margin: 5px 0;
}
.accordionjs .acc_section:first-of-type,
.accordionjs .acc_section:first-of-type .acc_head {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.accordionjs .acc_section:last-of-type,
.accordionjs .acc_section:last-of-type .acc_content {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.accordionjs .acc_section.acc_active > .acc_content {
    display: block;
}
.wrap {
    padding: 0 2rem;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
@media screen and (min-width: 768px) {
    .wrap {
        padding: 0 3rem;
    }
}
@media screen and (min-width: 1200px) {
    .wrap {
        max-width: 144rem;
    }
}
.heading {
    font-family: Canela;
    font-weight: 300;
    color: #202022;
    margin: 0;
}
.heading--hero {
    font-size: 3.2rem;
    line-height: 4.2rem;
}
@media screen and (min-width: 992px) {
    .heading--hero {
        font-size: 4rem;
        line-height: 5.4rem;
    }
}
.heading--primary {
    font-size: 2.8rem;
    line-height: 4.2rem;
}
@media screen and (min-width: 992px) {
    .heading--primary {
        font-size: 3.6rem;
        line-height: 4.8rem;
    }
}
.heading--secondary {
    font-size: 2.2rem;
    line-height: 3.2rem;
}
@media screen and (min-width: 992px) {
    .heading--secondary {
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
}
.heading--logo {
    font-size: 2.2rem;
    line-height: 2.2rem;
}
.heading--logo--white {
    color: #fffefa;
}
.font--canela {
    font-family: Canela;
    font-weight: 300;
}
.paragraph {
    font-family: Apercu;
    font-weight: 300;
    margin: 0;
}
.paragraph--primary {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: rgba(32, 32, 34, 0.9);
}
@media screen and (min-width: 992px) {
    .paragraph--primary {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.paragraph--primary a {
    color: rgba(32, 32, 34, 0.9);
}
.logo {
    display: flex;
    text-decoration: none;
}
.logo__image {
    margin-right: 1.7rem;
    z-index: 3;
}
.postbutton {
    margin: 30px 0 15px 0;
    text-transform: initial !important;
    letter-spacing: 0px !important;
    width:26rem !important;
}

.button {
    font-family: Apercu;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14.4rem;
    height: 4rem;
    padding: 0;
    border: 0;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}
.button:focus {
    outline: 0;
}
.button--primary {
    background-color: #202022;
    color: #fffefa;
    transition: all 0.3s ease-in-out;
}
.button--primary:hover {
    background-color: #b5ab7d;
}
.button--secondary {
    background-color: #f8f3ed;
    color: #202022;
    transition: all 0.3s ease-in-out;
}
.button--secondary:hover {
    background-color: #202022;
    color: #fffefa;
}
.button--search {
    max-width: 8.3rem;
    width: 100%;
    height: 4.5rem;
    background-color: #b5ab7d;
    color: #fffefa;
}
.button--search:hover {
    background-color: #202022;
    color: #fffefa;
}
@media screen and (min-width: 992px) {
    .button--search {
        max-width: 13.7rem;
    }
}
.button--refine {
    width: 100%;
    max-width: 15.7rem;
    height: 4.4rem;
    background-color: transparent;
    border: 0.1rem solid rgba(32, 32, 34, 0.1);
    padding: 0 3rem;
    justify-content: space-between;
    transition: border-color 0.3s ease-in-out;
}
.button--refine:hover {
    border-color: #202022;
}
.button--refine__burger {
    width: 2.5rem;
    height: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.button--refine__burger span {
    width: 100%;
    background-color: #202022;
    height: 0.1rem;
}
.button--green-no-hover {
    position: relative;
    background-color: #eeead7;
    color: #202022;
}
.button--green-no-hover:hover {
    background-color: #202022;
    color: #fffefa;
}
.button--green {
    position: relative;
    background-color: #eeead7;
    color: #202022;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
}
.button--green:after {
    position: absolute;
    content: url(images/external-link-icon.svg);
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.4rem;
    height: 1.4rem;
    transition: all 0.1s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.button--green:hover {
    background-color: #202022;
    color: #fffefa;
    padding-right: 1rem;
}
.button--green:hover:after {
    opacity: 1;
    visibility: visible;
}
.button--load-more {
    width: 15.5rem;
    height: 4.5rem;
    border: 0.1rem solid rgba(32, 32, 34, 0.2);
    background-color: transparent;
    transition: border 0.3s ease-in-out;
}
.button--load-more:hover {See The List
    border-color: #202022;
}
.text {
    font-family: Apercu;
    font-weight: 400;
    margin: 0;
}
.text--main {
    font-size: 1.4rem;
    line-height: 1;
}
.text--secondary {
    font-size: 1.6rem;
    line-height: 1;
}
.usage-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 3rem;
    height: 33rem;
    box-sizing: border-box;
    margin-bottom: 2rem;
    background-repeat: no-repeat;
    background-position: right 3rem top 3rem;
    background-size: 11rem;
}
@media screen and (min-width: 768px) {
    .usage-block {
        background-size: 8rem;
        max-width: none;
    }



}
@media screen and (min-width: 992px) {
    .usage-block {
        height: 44rem;
        padding: 5rem;
        background-size: 14rem;
        background-position: right 4rem top 4rem;
    }
}
@media screen and (min-width: 1200px) {
    .usage-block {
        background-size: 16.4rem;
    }
}
.usage-block:last-child {
    margin-bottom: 0;
}
.usage-block--search-brands {
    background-color: #E6E1E5;
    background-image: url(images/search_brands.svg);
}
.usage-block--see-list {
    background-color: #edceb9;
    background-image: url(images/list-of-brands.svg);
}
.usage-block--browse-guides {
    background-color: #f9d9da;
    background-image: url(images/browse-guides.svg);
}
.usage-block__text {
    margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
    .usage-block__text {
        font-size: 1.6rem;
        color: rgba(32, 32, 34, 0.6);
    }
}
.usage-block__heading {
    margin-bottom: 2.7rem;
    max-width: 19.2rem;
}
@media screen and (min-width: 992px) {
    .usage-block__heading {
        max-width: 28rem;
    }
}
.carousel-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.carousel-container-vertical > .carousel-wrapper {
    flex-direction: column;
}
.carousel-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    transition-property: transform;
    box-sizing: content-box;
    transition-timing-function: linear !important;
    transition-delay: 0s;
    -moz-transition-delay: 0s;
}
.carousel-container-android .carousel-slide,
.carousel-wrapper {
    transform: translate3d(0, 0, 0);
}
.carousel-container-multirow > .carousel-wrapper {
    flex-wrap: wrap;
}
.carousel-container-multirow-column > .carousel-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.carousel-container-free-mode > .carousel-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.carousel-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.carousel-slide-invisible-blank {
    visibility: hidden;
}
.carousel-navigation {
    display: flex;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
}
@media screen and (min-width: 768px) {
    .carousel-navigation {
        top: 3rem;
        right: 3rem;
    }
}
.carousel-button {
    display: block;
    width: 1rem;
    height: 2rem;
    padding: 1rem;
    background-image: url(images/carousel_arrow.svg);
    background-size: 1rem 2rem;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}
.carousel-button:hover {
    opacity: 0.6;
}
.carousel-button:focus {
    outline: 0;
}
.carousel-button--prev {
    transform: rotate(180deg);
    margin-right: 3rem;
}
.carousel-button--disabled {
    opacity: 0.5;
    cursor: default;
}
.carousel-button--disabled:hover {
    opacity: 0.5;
}
.blog-post {
    text-decoration: none;
}
.blog-post__image {
    width: 100%;
    max-height: 25rem;
    min-height: 25rem;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 992px) {
    .blog-post__image {
        max-height: 23rem;
        min-height: 23rem;
    }
}
@media screen and (min-width: 1200px) {
    .blog-post__image {
        max-width: 33rem;
        max-height: 22rem;
        min-height: 22rem;
    }
}
.blog-post__heading {
    margin: 2rem 0;
    padding-right: 1.5rem;
}
.blog-post__text {
    color: rgba(32, 32, 34, 0.5);
}
.blog-post__text:last-child {
    margin-right: 0;
}
.link {
    display: inline-block;
    font-family: Apercu;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1;
    color: #202022;
    text-decoration: none;
}
.link--secondary {
    padding-bottom: 0.9rem;
    border-bottom: 0.1rem solid #202022;
}
.brand {
    position: relative;
    display: block;
}
.brand a {
    text-decoration: none;
}
.brand__image {
    width: 100%;
    height: auto;
    max-height: 15.8rem;
    object-fit: cover;
}
@media screen and (min-width: 992px) {
    .brand__image {
        max-height: 21rem;
    }
}
.brand__heading {
    margin: 1.5rem 0;
    padding-right: 0.5rem;
}
.brand__button-container {
    display: flex;
}
.brand__button {
    max-width: 10.1rem;
    margin-right: 1.5rem;
}
.brand__button--alternatives {
    max-width: none;
}
.brand__button--alternatives:hover::after {
    opacity: 0;
    visibility: hidden;
}
.brand__button:hover::after {
    opacity: 0;
    visibility: hidden;
}
@media screen and (min-width: 1200px) {
    .brand__button {
        max-width: 11rem;
    }
    .brand__button:hover::after {
        opacity: 1;
        visibility: visible;
    }
    .brand__button--alternatives {
        max-width: none;
    }
    .brand__button--alternatives:hover {
        padding-right: 0;
    }
    .brand__button--alternatives:hover::after {
        opacity: 0;
        visibility: hidden;
    }
}
.brand__button::after {
    right: 1rem;
}
.brand__button:last-child {
    margin-right: 0;
}
.brand__tag {
    margin-right: 0.8rem;
}
.brand__tag:last-child {
    margin-right: 0;
}
.brand__tag-container {
    position: absolute;
    display: flex;
    right: 1rem;
    top: 1rem;
}
@media screen and (min-width: 992px) {
    .brand__tag-container {
        right: 2rem;
        top: 2rem;
    }
}
.product {
    display: block;
    text-decoration: none;
    position: relative;
}
.product__image {
    margin-bottom: 2.4rem;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 1200px) {
    .product__image {
        max-width: 100%;
    }
}
.product__brand {
    color: #202022;
    margin-bottom: 0.4rem;
}
.product__heading {
    margin-bottom: 0.8rem;
}
.product__price {
    color: rgba(32, 32, 34, 0.4);
}
.product__tag-container {
    position: absolute;
    display: flex;
    right: 2rem;
    top: 2rem;
}
.single .product__tag-container {
    right: 2rem;
    top: 8rem;
}

.cfk_brand-template-default .product__tag-container, .cfk_product-template-default .product__tag-container {
    right: 2rem;
    top: 2rem;
}

@media screen and (min-width: 992px) {
    .product__tag-container {
        right: 2rem;
        top: 2rem;
    }
}
.product__tag {
    margin-right: 0.8rem;
}
.product__tag:last-child {
    margin-right: 0;
}
.input {
    font-family: Apercu;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1;
    border: 0;
    padding: 0;
}
.input:focus {
    outline: 0;
}
.input--primary {
    padding: 0 2rem;
    color: rgba(32, 32, 34, 0.6);
    background-color: #fffefa;
}
.input--search {
    color: #202022;
    background-color: #fffefa;
    padding: 1.6rem 1.8rem 1.3rem;
    width: 100%;
    margin-right: 1.4rem;
    box-sizing: border-box;
    height: 4.5rem;
    outline: 0.1rem solid transparent;
    transition: outline-color 0.3s ease-in-out;
}
.input--search:focus {
    outline-color: #202022;
    outline: 0.1rem solid;
}
.input--contact {
    color: #202022;
    background-color: #fffefa;
    width: 100%;
    padding: 1.4rem 1.6rem 1rem;
    height: 4.2rem;
    box-sizing: border-box;
    border: 0.1rem solid #e2e8e6;
}
.input--contact::placeholder {
    color: #202022;
}
.input--text-area {
    color: #202022;
    background-color: #fffefa;
    padding: 1.3rem 1.6rem;
    border: 0.1rem solid #e2e8e6;
    width: 100%;
    box-sizing: border-box;
}
.input--text-area::placeholder {
    color: #202022;
}
.breadcrumbs a,
.breadcrumbs span {
    font-family: Apercu;
    font-weight: 400;
    color: rgba(32, 32, 34, 0.4);
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
}
.breadcrumbs a {
    margin-right: 2.4rem;
    position: relative;
    transition: color 0.3s ease-in-out;
}
.breadcrumbs a:hover {
    color: #202022;
}
.breadcrumbs a:after {
    content: "";
    position: absolute;
    background-image: url(images/breadcrumb-arrow.svg);
    width: 1.2rem;
    height: 1.2rem;
    right: -1.8rem;
}
.round-tag {
    display: block;
    width: 3.4rem;
    height: 3.4rem;
    background-color: #eeead7;
    border-radius: 50%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (min-width: 992px) {
    .round-tag {
        width: 5.6rem;
        height: 5.6rem;
    }
}
@media screen and (min-width: 992px) {
    .round-tag--secondary {
        width: 4.2rem;
        height: 4.2rem;
    }
    .round-tag--secondary.round-tag--leaping-bunny {
        background-size: 2.8rem auto;
    }
    .round-tag--secondary.round-tag--peta {
        background-size: 2.1rem auto;
        background-position: center;
    }
    .round-tag--secondary.round-tag--choose-cruelty-free {
        background-size: 2.8rem;
        background-position-y: 0.975rem;
    }
    .round-tag--secondary.round-tag--vegan {
        background-size: 2.083rem auto;
        background-position-y: 1rem;
    }
    .round-tag--secondary.round-tag--clean-beauty {
        background-size: 2.5rem;
        background-position-y: 1rem;
    }
    .round-tag--secondary.round-tag--not-cruelty-free {
        background-size: 2.8rem 1.4rem;
    }
    .round-tag--secondary.round-tag--gray-area {
        background-size: 1.9rem 1.4rem;
    }
    .round-tag--secondary.round-tag--organic {
        background-size: 2.5rem;
        background-position-y: 1rem;
    }
}
@media screen and (min-width: 992px) {
    .round-tag--parent {
        width: 3.4rem;
        height: 3.4rem;
    }
    .round-tag--parent.round-tag--cruelty-free {
        background-size: 1rem auto;
    }
    .round-tag--parent.round-tag--not-cruelty-free {
        background-size: 1.8rem 0.7rem;
    }
    .round-tag--parent.round-tag--gray-area {
        background-size: 1.3rem 0.7rem;
    }
}
.round-tag--cruelty-free {
    background-image: url(images/cruelty-free-icon.svg);
    background-size: 1rem auto;
    border: 0.1rem solid #b5ab7d;
}
@media screen and (min-width: 992px) {
    .round-tag--cruelty-free {
        background-size: 1.78rem auto;
    }
}
.round-tag--not-cruelty-free {
    background-image: url(images/not-cruelty-free-icon.svg);
    background-size: 1.8rem 0.7rem;
    border: 0.1rem solid #a15c61;
    background-color: #f9d9da;
}
@media screen and (min-width: 992px) {
    .round-tag--not-cruelty-free {
        background-size: 3rem auto;
    }
}
.round-tag--gray-area {
    background-image: url(images/grey-area-icon.svg);
    background-size: 1.3rem 0.7rem;
    border: 0.1rem solid #9d919b;
    background-color: #e6e1e5;
}
@media screen and (min-width: 992px) {
    .round-tag--gray-area {
        background-size: 3rem auto;
    }
}
.round-tag--vegan {
    background-image: url(images/vegan-icon.svg);
    background-size: 2rem;
    background-position-y: 0.8rem;
}
@media screen and (min-width: 992px) {
    .round-tag--vegan {
        background-size: 3rem;
        background-position-y: 1.3rem;
    }
}
.round-tag--clean-beauty {
    background-image: url(images/clean-beauty-icon.svg);
    background-size: 2rem;
}
@media screen and (min-width: 992px) {
    .round-tag--clean-beauty {
        background-size: 3.3rem;
        background-position-y: 1.5rem;
    }
}
.round-tag--choose-cruelty-free {
    background-image: url(images/choose-cruelty-free-icon.svg);
    background-size: 2.3rem auto;
    background-position-y: 0.8rem;
}
@media screen and (min-width: 992px) {
    .round-tag--choose-cruelty-free {
        background-size: 3.78rem;
        background-position-y: 1.32rem;
    }
}
.round-tag--peta {
    background-image: url(images/peta-icon.svg);
    background-size: 1.7rem auto;
    background-position-y: 0.8rem;
}
@media screen and (min-width: 992px) {
    .round-tag--peta {
        background-size: 2.86rem auto;
        background-position-y: 1.3rem;
    }
}
.round-tag--leaping-bunny {
    background-image: url(images/leaping-bunny-icon.svg);
    background-size: 2.2rem auto;
}
@media screen and (min-width: 992px) {
    .round-tag--leaping-bunny {
        background-size: 3.73rem auto;
    }
}
.round-tag--organic {
    background-image: url(images/organic-icon.svg);
    background-size: 2rem;
    background-position-y: 0.8rem;
}
@media screen and (min-width: 992px) {
    .round-tag--organic {
        background-size: 3.3rem;
        background-position-y: 1.3rem;
    }
}
.featured-page-block {
    padding: 3rem 4rem 0 3rem;
    height: 33.5rem;
    margin-bottom: 2rem;
    box-sizing: border-box;
}
@media screen and (min-width: 992px) {
    .featured-page-block {
        padding: 7rem 0 0 11.7rem;
        height: 40.1rem;
        background-size: cover;
    }
}
.featured-page-block:last-child {
    margin-bottom: 0;
}
.featured-page-block__heading {
    margin-bottom: 1.4rem;
    color: #fffefa;
    text-shadow: 0 0.4rem 0.4rem rgba(32, 32, 34, 0.07);
}
@media screen and (min-width: 992px) {
    .featured-page-block__heading {
        max-width: 31rem;
    }
}
.featured-page-block__text {
    margin-bottom: 4rem;
    color: #fffefa;
    text-shadow: 0 0.4rem 0.4rem rgba(32, 32, 34, 0.07);
}
@media screen and (min-width: 992px) {
    .featured-page-block__text {
        margin-bottom: 4.4rem;
    }
}
.featured-page-block__button {
    width: 11.6rem;
}
.product-category {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5rem 2rem 1.5rem;
    background-color: #f8f3ed;
    text-decoration: none;
}
@media screen and (min-width: 992px) {
    .product-category {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-end;
        padding: 4rem 4.5rem 3rem 4rem;
        height: 21rem;
        box-sizing: border-box;
    }
}
.product-category img,
.product-category svg {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}
@media screen and (min-width: 992px) {
    .product-category img,
    .product-category svg {
        max-height: 12rem;
        max-width: 11rem;
    }
}
.product-category svg path:first-of-type {
    transition: fill 0.5s ease-out;
}
.product-category svg.hoverable path:first-of-type {
    fill: #fffefc;
}
.product-category svg.hoverable g path {
    fill: unset !important;
}
.product-category__heading {
    margin-top: 1rem;
}
.tippy-box[data-theme~="cfk"] {
    background-color: #b5ab7d;
    font-family: Apercu;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    border-radius: 0.3rem;
}
.tippy-box[data-theme~="cfk"] .tippy-content {
    padding: 0.7rem 0.8rem 0.6rem;
}
.tippy-box[data-theme~="cfk"] .tippy-arrow {
    color: #b5ab7d;
}
.tippy-box[data-theme~="cfk-red"] {
    background-color: #a15c61;
    font-family: Apercu;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    border-radius: 0.3rem;
}
.tippy-box[data-theme~="cfk-red"] .tippy-content {
    padding: 0.7rem 0.8rem 0.6rem;
}
.tippy-box[data-theme~="cfk-red"] .tippy-arrow {
    color: #a15c61;
}
.tippy-box[data-theme~="cfk-purple"] {
    background-color: #9d919b;
    font-family: Apercu;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    border-radius: 0.3rem;
}
.tippy-box[data-theme~="cfk-purple"] .tippy-content {
    padding: 0.7rem 0.8rem 0.6rem;
}
.tippy-box[data-theme~="cfk-purple"] .tippy-arrow {
    color: #9d919b;
}
.search-form {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.search-form__autocomplete-dropdown {
    position: absolute;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    top: 4.9rem;
    background-color: #fffefa;
    width: calc(100% - 9.7rem);
    z-index: 2;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    opacity: 0;
    visibility: hidden;
}
@media screen and (min-width: 992px) {
    .search-form__autocomplete-dropdown {
        width: calc(100% - 15rem);
    }
}
.search-form__autocomplete-dropdown--active {
    opacity: 1;
    visibility: visible;
}
.search-form__autocomplete-dropdown__item {
    font-family: Apercu;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1;
    color: #202022;
    text-decoration: none;
    margin-bottom: 2.4rem;
    transition: opacity 0.3s ease-in-out;
}
.search-form__autocomplete-dropdown__item:last-child {
    margin-bottom: 0;
}
.search-form__autocomplete-dropdown__item:hover {
    opacity: 0.6;
}
.selectric-select--filter div.selectric {
    border-color: rgba(32, 32, 34, 0.4);
}
.selectric-select--filter div.selectric .label {
    font-weight: 300;
    height: 4.3rem;
    padding: 1.6rem 0 1.1rem;
}
.selectric-select--filter div.selectric-items {
    border-color: rgba(32, 32, 34, 0.4);
}
.selectric-select--filter div.selectric-items li {
    font-weight: 300;
}
.selectric-select .selectric {
    border: 1px solid #e2e8e6;
    background: unset;
}
.selectric-select .selectric .button {
    background: unset;
    background-image: url(images/collapse-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.4rem 0.7rem;
}
.selectric-select .selectric .button::after {
    content: none;
}
.selectric-select .selectric .label {
    font-family: Apercu;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1;
    margin: 0 3.8rem 0 1.6rem;
    height: 4rem;
    box-sizing: border-box;
    padding: 1.3rem 0 0.9rem;
    color: #202022;
}
.selectric-select .selectric-items {
    border-color: #e2e8e6;
    box-shadow: none;
}
.selectric-select .selectric-items li {
    font-family: Apercu;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1;
    color: #202022;
    padding: 1.3rem 0 0.9rem 1.6rem;
    background-color: #fffefa;
}
.selectric-select .selectric-items li.selected {
    background-color: #d0d0d0;
}
.accordion__item {
    position: relative;
    border-bottom: 1px solid #e2e8e6;
}
.accordion__item:first-child {
    border-top: 1px solid #e2e8e6;
}
.accordion__item.acc_active:after {
    top: 3rem;
    transform: rotate(180deg);
}
.accordion__item:after {
    content: url(images/collapse-arrow.svg);
    position: absolute;
    background-size: 1.2rem 2.4rem;
    background-repeat: no-repeat;
    height: 1.2rem;
    width: 2.4rem;
    top: 3.3rem;
    right: 2.4rem;
    transition: 0.5s all;
    z-index: -1;
}
.accordion__item__heading {
    padding: 2rem 5rem 2rem 0;
    background-color: transparent;
    cursor: pointer;
}
.accordion__item__paragraph {
    padding: 0;
    color: rgba(32, 32, 34, 0.6);
}
.accordion__item__paragraph p:first-child {
    margin-top: 0;
}
.checkbox {
    display: block;
    position: relative;
    padding-left: 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox input:checked ~ .checkbox__mark::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    height: 1.2rem;
    width: 1.2rem;
    background-color: #202022;
}
.checkbox__mark {
    position: absolute;
    top: 0.3rem;
    left: 0;
    height: 1.8rem;
    width: 1.8rem;
    box-sizing: border-box;
    border: 0.1rem solid rgba(32, 32, 34, 0.4);
}
.checkbox__text {
    font-weight: 300;
    line-height: 2.2rem;
}
.sticky-share {
    display: none;
    position: absolute;
    left: 15rem;
    height: 100%;
}

.page-id-25309 .sticky-share, .page-id-25309 .page-content__header, .page-id-25309 .page-header, .page-id-25309 .please-share, .page-id-25309 .related-articles  {
    display: none;
}

.page-id-25309 .page-content__wrap {
    padding:  0 15rem !important;
}

@media screen and (min-width: 1200px) {
    .sticky-share {
        display: block;
        max-width: 190px;
    }
}
.sticky-share__container {
    position: sticky;
    top: 15rem;
}
.sticky-share__heading {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 1.8rem;
}
.sticky-share__heading:before {
    content: url(images/share-bubble.svg);
    position: absolute;
    width: 7.6rem;
    z-index: -1;
    bottom: -0.3rem;
}
.sticky-share__button {
    max-width: 11rem;
}
.sticky-share__button--hidden {
    display: none;
}
.sticky-share__arrow {
    display: block;
    background-image: url(images/share-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.2rem;
    height: 4.2rem;
    margin: 0 0 2.8rem 2.6rem;
}
.sticky-share__share-buttons {
    visibility: hidden;
    height: 0;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}
.sticky-share__share-buttons--active {
    visibility: visible;
    height: auto;
    margin-top: 1.7rem;
    opacity: 1;
}
.sticky-share__share-buttons ul.heateor_sss_sharing_ul {
    display: flex;
    flex-direction: column;
}
.sticky-share__share-buttons ul.heateor_sss_follow_ul li,
.sticky-share__share-buttons ul.heateor_sss_sharing_ul li {
    margin-bottom: 1rem !important;
}
.sticky-share__share-buttons ul.heateor_sss_follow_ul li i,
.sticky-share__share-buttons ul.heateor_sss_sharing_ul li i {
    margin: 0;
    transition: background-color 0.3s ease-in-out;
}
.sticky-share__share-buttons ul.heateor_sss_follow_ul li:last-child,
.sticky-share__share-buttons ul.heateor_sss_sharing_ul li:last-child {
    margin-right: 0 !important;
}
.sticky-share__share-buttons ul.heateor_sss_follow_ul li .heateorSssFacebookSvg,
.sticky-share__share-buttons ul.heateor_sss_sharing_ul li .heateorSssFacebookSvg {
    background-image: url(images/facebook-sand.svg);
}
.sticky-share__share-buttons ul.heateor_sss_follow_ul li .heateorSssTwitterSvg,
.sticky-share__share-buttons ul.heateor_sss_sharing_ul li .heateorSssTwitterSvg {
    background-image: url(images/twitter-sand.svg);
}
.sticky-share__share-buttons ul.heateor_sss_follow_ul li .heateorSssPinterestSvg,
.sticky-share__share-buttons ul.heateor_sss_sharing_ul li .heateorSssPinterestSvg {
    background-image: url(images/pinterest-sand.svg);
}
.sticky-share__share-buttons ul.heateor_sss_follow_ul li .heateorSssRedditSvg,
.sticky-share__share-buttons ul.heateor_sss_sharing_ul li .heateorSssRedditSvg {
    background-image: url(images/reddit-sand.svg);
}
.sticky-share__shared-count {
    margin-top: 1.8rem;
    font-weight: 300;
    color: rgba(32, 32, 34, 0.6);
}
.blog-post-inner__body__text table,
table.brand-details {
    width: 100%;
    border-spacing: 0;
}
.blog-post-inner__body__text table tr:first-child td,
table.brand-details tr:first-child td {
    border-top: 0.1rem solid #e4eae8;
}
.blog-post-inner__body__text table tr td,
table.brand-details tr td {
    border-bottom: 0.1rem solid #e4eae8;
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 1rem 0;
}
.blog-post-inner__body__text table tr td:first-child,
table.brand-details tr td:first-child {
    color: rgba(32, 32, 34, 0.6);
}
@media screen and (min-width: 992px) {
    .blog-post-inner__body__text table tr td,
    table.brand-details tr td {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.ingredients-block {
    margin: 4rem 0;
}
@media screen and (min-width: 992px) {
    .ingredients-block {
        margin: 7rem 0 6rem;
    }
}
.ingredients-block__heading {
    display: block;
    color: rgba(32, 32, 34, 0.4);
    font-weight: 300;
    margin-bottom: 2rem;
}
.ingredients-block div.ingredients-block__paragraph p {
    margin: 0;
    font-size: 2.2rem;
    line-height: 3.6rem;
    color: rgba(32, 32, 34, 0.9);
    text-shadow: 0 4px 4px rgba(32, 32, 34, 0.02);
}
@media screen and (min-width: 992px) {
    .ingredients-block div.ingredients-block__paragraph p {
        font-size: 2.4rem;
        line-height: 3.8rem;
    }
}
.header {
    padding: 2.7rem 0;
    position: fixed;
    width: 100%;
    transition: 0.3s background-color ease-in-out;
    z-index: 11;
}

@media screen and (max-width: 1199px) {
    .header {
        /*display:none;*/
    }
}


.header::after {
    content: "";
    transition: all 0.5s ease-in-out;
    transition-delay: 0.5s;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    visibility: hidden;
}
.header--overlay-open::after {
    visibility: visible;
    background-color: rgba(181, 171, 125, 0.14);
}
.header .wrap {
    display: flex;
    align-items: center;
    max-width: none;
}
.header--active {
    background-color: #fffefa;
    transition: all 0.3s ease-in-out;
}
.header__search {
    width: 2rem;
    height: 2rem;
    background-image: url(images/search-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 5.5rem 0 auto;
    transition: all 0.3s ease-in-out;
}
.header__search:hover {
    opacity: 0.6;
}
@media screen and (min-width: 1200px) {
    .header__search {
        margin: 0 3.5rem 0 auto;
        margin-left: unset;
    }

}
@media screen and (min-width: 1300px) {
    .header__search {
        margin: 0 5.5rem 0 auto;
        margin-left: unset;
    }
}
.header__burger {
    position: absolute;
    cursor: pointer;
    padding: 2rem;
    right: 0;
    width: 3rem;
    height: 1.9rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    transition: all 0.3s ease-in-out;
}
.header__burger:hover {
    opacity: 0.6;
}
@media screen and (min-width: 1200px) {
    .header__burger {
        position: static;
        top: unset;
        transform: unset;
    }
}
.header__burger span {
    width: 100%;
    background-color: #202022;
    height: 0.1rem;
    transition: background-color 0.3s ease-in-out;
}
.header__menu-container {
    margin-left: auto;
    display: none;
}
@media screen and (min-width: 1200px) {
    .header__menu-container {
        display: block;
    }
}
.header__menu {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    align-items: center;
}
.header__menu .menu-item {
    margin-right: 5.5rem;
}
@media screen and (min-width: 1200px) {
    .header__menu .menu-item {
        margin-right: 3.5rem;
    }
}
@media screen and (min-width: 1300px) {
    .header__menu .menu-item {
        margin-right: 5.5rem;
    }
}
.header__menu .menu-item a {
    font-family: Apercu;
    font-weight: 400;
    text-decoration: none;
    color: #202022;
    font-size: 1.3rem;
    line-height: 1.3rem;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.header__menu .menu-item a:hover {
    opacity: 0.6;
}
.header__menu .menu-item--border a {
    padding: 1.4rem 2rem;
    border: 0.1rem solid #202022;
}
.header__menu .menu-item--border a:hover {
    background-color: #202022;
    color: #fffefa;
    opacity: 1;
}
.header__burger-container {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    box-sizing: border-box;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    transform: translateY(-100%);
    background-color: #fbf7f2;
    padding: 11rem 0 8rem 0;
    scrollbar-width: none;
}
.header__burger-container::-webkit-scrollbar {
    width: 0;
    background: 0 0;
}
@media screen and (min-width: 992px) {
    .header__burger-container {
        padding: 14rem 0 6rem 6.8rem;
        transform: translateX(100%);
        left: unset;
        right: 0;
        width: 37rem;
        align-items: unset;
    }
}
.header__burger-menu-container {
    margin-top: auto;
    margin-bottom: auto;
}
@media screen and (min-width: 992px) {
    .header__burger-menu-container {
        margin-top: unset;
        margin-bottom: unset;
    }
}
.header__burger-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.header__burger-menu .menu-item {
    margin-bottom: 2rem;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .header__burger-menu .menu-item {
        text-align: left;
        margin-bottom: 4rem;
    }
}
.header__burger-menu .menu-item.active a {
    color: #a15c61;
}
.header__burger-menu .menu-item a {
    position: relative;
    font-family: Canela;
    font-weight: 300;
    color: #202022;
    font-size: 2.4rem;
    line-height: 3.2rem;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.header__burger-menu .menu-item a:hover {
    color: #a15c61;
}
.header__burger-menu .menu-item a:after {
    content: attr(data-count);
    position: absolute;
    font-family: Apercu;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1;
    top: 0.4rem;
    right: -0.6rem;
    color: inherit;
}
.header__burger-menu .menu-item .sub-menu {
    height: 0;
    list-style-type: none;
    padding: 0;
}
.header__burger-menu .menu-item .sub-menu .menu-item {
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0.8rem;
}
@media screen and (min-width: 992px) {
    .header__burger-menu .menu-item .sub-menu .menu-item {
        margin-bottom: 1rem;
    }
}
.header__burger-menu .menu-item .sub-menu .menu-item a {
    font-family: Apercu;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1;
    color: #a15c61;
}
.header__burger-social-menu-container {
    margin-top: auto;
    padding-top: 3rem;
}
.header__burger-social-menu {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
@media screen and (min-width: 992px) {
    .header__burger-social-menu {
        justify-content: unset;
    }
}
.header__burger-social-menu .menu-item {
    margin-right: 5.1rem;
}
.header__burger-social-menu .menu-item:last-child {
    margin: 0;
}
.header__burger-social-menu .menu-item.twitter a {
    background-image: url(images/twitter_red.svg);
}
.header__burger-social-menu .menu-item.pinterest a {
    background-image: url(images/pinterest_red.svg);
}
.header__burger-social-menu .menu-item.instagram a {
    background-image: url(images/instagram_red.svg);
}
.header__burger-social-menu .menu-item.facebook a {
    background-image: url(images/facebook_red.svg);
}
.header__burger-social-menu .menu-item a {
    display: block;
    text-indent: -9999px;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: opacity 0.3s ease-in-out;
}
.header__burger-social-menu .menu-item a:hover {
    opacity: 0.6;
}
.header--split .header__search {
    background-image: url(images/search-icon-black.svg);
}
@media screen and (min-width: 768px) {
    .header--split .header__search {
        background-image: url(images/search-icon-black.svg);
    }
}
.header--split .header__burger span {
    background-color: #202022;
}
@media screen and (min-width: 768px) {
    .header--split .header__burger span {
        background-color: #202022;
    }
}
.header--split .header__burger--open span {
    background-color: #202022;
}
.header--split .header__menu .menu-item a {
    color: #202022;
}
.header--split .header__menu .menu-item--border a {
    border-color: #202022;
}
.header--split .header__menu .menu-item--border a:hover {
    background-color: #fffefa;
    color: #202022;
    opacity: 1;
}
.header--split.header--active .header__menu .menu-item a {
    color: #202022;
}
.header--split.header--active .header__menu .menu-item--border a {
    border-color: #202022;
}
.header--split.header--active .header__menu .menu-item--border a:hover {
    background-color: #202022;
    color: #fffefa;
    opacity: 1;
}
.header--split.header--active .header__search {
    background-image: url(images/search-icon-black.svg);
}
.header--split.header--active .header__burger span {
    background-color: #202022;
}
.header--white .header__search {
    background-image: url(images/search-icon-white.svg);
}
.header--white .header__burger span {
    background-color: #fffefa;
}
.header--white .header__burger--open span {
    background-color: #202022;
}
.header--white .header__menu .menu-item a {
    color: #fffefa;
}
.header--white .header__menu .menu-item--border a {
    border-color: #fffefa;
}
.header--white .header__menu .menu-item--border a:hover {
    background-color: #fffefa;
    color: #202022;
    opacity: 1;
}
.header--white .heading--logo--white {
    transition: color 0.3s ease-in-out;
}
.header--white svg.logo__image path {
    transition: fill 0.3s ease-in-out;
}
.header--white.header--active .header__menu .menu-item a {
    color: #202022;
}
.header--white.header--active .header__menu .menu-item--border a {
    border-color: #202022;
}
.header--white.header--active .header__menu .menu-item--border a:hover {
    background-color: #202022;
    color: #fffefa;
    opacity: 1;
}
.header--white.header--active .heading--logo--white {
    color: #202022;
}
.header--white.header--active svg.logo__image path {
    fill: #202022;
}
.header--white.header--active .header__search {
    background-image: url(images/search-icon-black.svg);
}
.header--white.header--active .header__burger span {
    background-color: #202022;
}
@media screen and (min-width: 768px) {
    .hero {
        display: flex;
        max-height: 100vh;
        overflow-y: hidden;
    }
}
.hero__information-container {
    padding: 10rem 2rem 5.4rem;
    background-color: #F8F3ED;
}
@media screen and (min-width: 768px) {
    .hero__information-container {
        padding: 0 0 0 3rem;
        flex-basis: 50%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media screen and (min-width: 992px) {
    .hero__information-container {
        padding: 0 2vw 0 5vw;
    }
}
@media screen and (min-width: 1200px) {
    .hero__information-container {
        padding: 0 0 0 10.2vw;
    }
}
.hero__heading {
    max-width: 30.5rem;
    margin-bottom: 1.8rem;
}
@media screen and (min-width: 992px) {
    .hero__heading {
        max-width: 45.5rem;
        margin-bottom: 1.4rem;
    }
}
.hero__paragraph {
    max-width: 26.5rem;
    margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
    .hero__paragraph {
        max-width: 45.5rem;
        margin-bottom: 3.4rem;
    }
}

.hero__image-container {
    margin-bottom: -3px;
}



@media screen and (min-width: 768px) {
    .hero__image-container {
        flex-basis: 50%;
    }
}
.hero__image-container img {
    width: 100%;
    height: auto;
}
.usage {
    padding: 5rem 0;
}
@media screen and (min-width: 992px) {
    .usage {
        padding: 5rem 0;
    }
}
.usage__container {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 768px) {
    .usage__container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
    }
}
.usage__heading {
    margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
    .usage__heading {
        margin-bottom: 4rem;
    }
}
.latest-articles {
    position: relative;
    background-color: #f8f3ed;
    padding: 5rem 0;
}
@media screen and (min-width: 992px) {
    .latest-articles {
        padding: 0rem;
    }
}
.latest-articles__heading {
    margin-bottom: 3.7rem;
    position: relative;
    z-index: 1;
}
.latest-articles__heading:after {
    content: "";
    position: absolute;
    background-image: url(images/latest-articles-icon.svg);
    width: 6.6rem;
    height: 6.8rem;
    background-size: contain;
    left: 12.6rem;
    top: -2.3rem;
    z-index: -1;
}
@media screen and (min-width: 992px) {
    .latest-articles__heading:after {
        top: -1rem;
        left: unset;
        margin-left: -4.5rem;
    }
}
@media screen and (min-width: 992px) {
    .latest-articles__heading {
        text-align: center;
        margin-bottom: 4rem;
    }
}
.latest-articles__link {
    margin-top: 5rem;
}
.featured-brands {
    position: relative;
    padding: 5rem 0;
}
@media screen and (min-width: 992px) {
    .featured-brands, .featured-products {
        padding: 10rem 0;
    }
}
.featured-brands__heading {
    margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
    .featured-brands__heading {
        margin-bottom: 4rem;
    }
}
.featured-brands__link {
    margin-top: 5rem;
}
.stop-supporting {
    background-color: #F8F3ED;
    padding-bottom: 6rem;
}
.stop-supporting2 {
    background-color: #fffefa;
    padding: 7rem 0;
}
.stop-supporting__heading2 {
    margin-bottom: 2rem;
}
.stop-supporting2 .stop-supporting__image-container {
    display: none;
}
@media screen and (min-width: 768px) {
    .stop-supporting {
        padding: 8rem 0;
    }
    .stop-supporting2 {
        padding: 8rem 0;
    }
    .stop-supporting2 .stop-supporting__image-container {
        display: block;
    }
}
.stop-supporting__wrap {
    padding: 0;
}
@media screen and (min-width: 768px) {
    .stop-supporting__wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 3rem;
    }
    .stop-supporting__wrap2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 3rem;
    }
}
@media screen and (min-width: 992px) {
    .stop-supporting__wrap {
        padding: 0 10rem;
    }
}
@media screen and (min-width: 1200px) {
    .stop-supporting__wrap {
        padding: 0 15rem;
    }
}
.stop-supporting__image {
    width: 100%;
    height: auto;
    max-height: 40rem;
    object-fit: cover;
    object-position: center;
}
@media screen and (min-width: 768px) {
    .stop-supporting__image {
        min-width: 40rem;
        max-height: none;
    }
}
.stop-supporting__image-container {
    margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
    .stop-supporting__image-container {
        margin-bottom: 0;
        flex-basis: 50%;
    }
}
@media screen and (min-width: 992px) {
    .stop-supporting__image-container {
        flex-basis: unset;
    }
}
.stop-supporting__heading {
    margin-bottom: 2.4rem;
}
@media screen and (min-width: 992px) {
    .stop-supporting__heading {
        margin-bottom: 2rem;
    }
}
.stop-supporting__text-container {
    padding: 0 2rem;
}
.stop-supporting__text-container2 {
    padding: 0 2rem;
}
@media screen and (min-width: 768px) {
    .stop-supporting__text-container {
        padding: 0 0 0 5rem;
        flex-basis: 50%;
    }
    .stop-supporting__text-container2 {
        padding: 0 0 0 5rem;
        flex-basis: 50%;
    }
}
@media screen and (min-width: 992px) {
    .stop-supporting__text-container {
        max-width: 56rem;
        flex-basis: unset;
    }
    .stop-supporting__text-container2 {
        max-width: 56rem;
        flex-basis: unset;
    }
}
@media screen and (min-width: 1200px) {
    .stop-supporting__text-container {
        padding: 0 0 0 13.7rem;
    }
    .stop-supporting__text-container2 {
        padding: 0;
    }
}
.stop-supporting__paragraph-container {
    margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
    .stop-supporting__paragraph-container {
        margin-bottom: 4rem;
    }
    .stop-supporting__paragraph-container2 {
        margin-bottom: 4rem;
    }
}
.stop-supporting__paragraph-container p {
    margin-top: 0;
    margin-bottom: 2rem;
}
.stop-supporting__paragraph-container p:last-child {
    margin: 0;
}
.featured-products {
    position: relative;
    padding: 5rem 0;
}
@media screen and (min-width: 992px) {
    .featured-products {
        padding: 10rem 0 12rem;
    }
}

.heading.heading--primary.popular-articles__heading {
  margin-bottom: 4rem;
}

.featured-products__heading {
    margin-bottom: 3.4rem;
}
@media screen and (min-width: 992px) {
    .featured-products__heading {
        margin-bottom: 4rem;
    }
}
.featured-products__link {
    margin-top: 4rem;
}
@media screen and (min-width: 992px) {
    .featured-products__link {
        margin-top: 5rem;
    }
}
.related-products {
    position: relative;
    padding: 5rem 0;
    background-color: #eeead7;
}
@media screen and (min-width: 992px) {
    .related-products {
        padding: 10rem 0 12rem;
    }
}
.related-products--shop-the-story {
    margin-bottom: 6rem;
}
@media screen and (min-width: 992px) {
    .related-products--shop-the-story {
        margin-bottom: 12rem;
    }
}
.related-products__heading {
    margin-bottom: 3.4rem;
}
@media screen and (min-width: 992px) {
    .related-products__heading {
        margin-bottom: 4rem;
    }
}
.related-products__link {
    margin-top: 4rem;
}
@media screen and (min-width: 992px) {
    .related-products__link {
        margin-top: 5rem;
    }
}
.selected-products {
    position: relative;
    padding: 5rem 0;
}
@media screen and (min-width: 992px) {
    .selected-products {
        padding: 10rem 0 12rem;
    }
}
.selected-products__heading {
    margin-bottom: 3.4rem;
}
@media screen and (min-width: 992px) {
    .selected-products__heading {
        margin-bottom: 4rem;
    }
}
.selected-products__link {
    margin-top: 4rem;
}
@media screen and (min-width: 992px) {
    .selected-products__link {
        margin-top: 5rem;
    }
}
.newsletter {
    background-color: #FCF7F4;
}
@media screen and (min-width: 768px) {
    .newsletter {
        padding: 8rem 0;
    }
}
.newsletter--large {
    padding-top: 7.6rem;
}
@media screen and (min-width: 768px) {
    .newsletter--large {
        padding: 12rem 0 8rem;
    }
}
@media screen and (min-width: 992px) {
    .newsletter--large {
        padding: 14rem 0 10rem;
    }
}
@media screen and (min-width: 1200px) {
    .newsletter--large {
        padding: 16rem 0 10rem;
    }
}
.newsletter__wrap {
    padding: 0;
}
@media screen and (min-width: 768px) {
    .newsletter__wrap {
        padding: 0 3rem;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
}
@media screen and (min-width: 1200px) {
    .newsletter__wrap {
        padding: 0 15rem;
    }
}
.newsletter__image {
    width: 100%;
    height: auto;
    max-height: 40rem;
    object-fit: cover;
    object-position: center;
}
@media screen and (min-width: 768px) {
    .newsletter__image {
        max-height: none;
    }
}
.newsletter__image-container {
    margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
    .newsletter__image-container {
        margin-bottom: 0;
        flex-basis: 50%;
    }
}
@media screen and (min-width: 992px) {
    .newsletter__image-container {
        flex-basis: unset;
    }
}
.newsletter__text-container {
    padding: 0 2rem 6rem;
}
@media screen and (min-width: 768px) {
    .newsletter__text-container {
        flex-basis: 50%;
        padding: 0;
        margin-right: 2rem;
    }
}
@media screen and (min-width: 992px) {
    .newsletter__text-container {
        flex-basis: unset;
        max-width: 50rem;
        margin-right: 3rem;
    }
}
@media screen and (min-width: 1200px) {
    .newsletter__text-container {
        max-width: 59rem;
    }
}
.newsletter__heading {
    margin-bottom: 2.4rem;
}
@media screen and (min-width: 992px) {
    .newsletter__heading {
        margin-bottom: 2rem;
    }
}
.newsletter__list {
    list-style-type: none;
    margin: 0 0 2rem 0;
    padding: 0 0 0 2.6rem;
}
.newsletter__list-item {
    margin-bottom: 0.8rem;
    position: relative;
}
.newsletter__list-item:before {
    content: "";
    position: absolute;
    background-image: url(images/list_check.svg);
    background-repeat: no-repeat;
    width: 1.4rem;
    height: 1.4rem;
    background-size: cover;
    top: 0.4rem;
    left: -2.6rem;
}
.newsletter__list-item:last-child {
    margin-bottom: 0;
}
.newsletter__paragraph {
    margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
    .newsletter__paragraph {
        margin-bottom: 4.1rem;
    }
}
.newsletter__input-box {
    display: flex;
    max-width: 56.3rem;
}
.newsletter__input-box__input {
    border: 0.1rem solid #202022;
    border-right: 0;
    box-sizing: border-box;
    flex-grow: 1;
}
@media screen and (min-width: 992px) {
    .newsletter__input-box__input {
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .newsletter__input-box__input {
        width: calc(100% - 15.2rem);
    }
}
.newsletter__input-box__button {
    width: 13.1rem;
    height: 4.5rem;
}
@media screen and (min-width: 1200px) {
    .newsletter__input-box__button {
        width: 15.2rem;
    }
}
body.single-cfk_product .newsletter {
    background-color: #f8f3ed;
}
.footer {
    padding: 5rem 0 6rem;
    background-color:#23261b;
}
@media screen and (min-width: 992px) {
    .footer {
        padding: 6rem 0 3rem 0;
    }
}
@media screen and (min-width: 992px) {
    .footer__wrap {
        display: flex;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 1200px) {
    .footer__wrap {
        padding: 0 15rem;
    }
}
.footer__heading {
    margin-bottom: 5rem;
    color: rgba(32, 32, 34, 0.5);
    text-align: center;
    color:#FFF6E5;
}
@media screen and (min-width: 992px) {
    .footer__heading {
        text-align: left;
        font-size: 2.8rem;
        line-height: 3.8rem;
        flex-basis: 50%;
        order: 1;
        margin-bottom: 14rem;
    }
}
.footer__nav {
    margin-bottom: 6.2rem;
}
@media screen and (min-width: 992px) {
    .footer__nav {
        flex-basis: 50%;
        display: flex;
        justify-content: flex-end;
        order: 2;
        margin-bottom: 14rem;
    }
}
.footer__nav-item {
    margin-bottom: 4.2rem;
}
@media screen and (min-width: 992px) {
    .footer__nav-item {
        margin-bottom: 0;
        margin-right: 7rem;
    }
}
.footer__nav-item:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 992px) {
    .footer__nav-item:last-child {
        margin-right: 0;
    }
}
.footer__nav-item__heading {
    color: #FFF6E5;
    text-align: center;
    margin-bottom: 1.8rem;
}
@media screen and (min-width: 992px) {
    .footer__nav-item__heading {
        text-align: left;
    }
}
.footer__nav-item__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer__nav-item__list .menu-item {
    text-align: center;
    margin-bottom: 1.8rem;
}
@media screen and (min-width: 992px) {
    .footer__nav-item__list .menu-item {
        text-align: left;
    }
}
.footer__nav-item__list .menu-item a {
    display: inline-block;
    font-family: Apercu;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1;
    color: #FFF6E5;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.3s ease-in-out;
}
.footer__nav-item__list .menu-item a:hover {
    opacity: 0.6;
}
.footer__nav-item__list .menu-item:last-child {
    margin-bottom: 0;
}
.footer__social-container {
    margin: 0 0 5rem 0;
}
@media screen and (min-width: 992px) {
    .footer__social-container {
        order: 4;
        flex-basis: 30%;
        margin: 0;
    }
}
.footer__social-nav {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}
@media screen and (min-width: 992px) {
    .footer__social-nav {
        justify-content: flex-end;
    }
}
.footer__social-nav .menu-item {
    margin-right: 2rem;
}
.footer__social-nav .menu-item:last-child {
    margin: 0;
}
.footer__social-nav .menu-item.twitter a {
    background-image: url(images/twitter-sand.svg);
}
.footer__social-nav .menu-item.pinterest a {
    background-image: url(images/pinterest-sand.svg);
}
.footer__social-nav .menu-item.instagram a {
    background-image: url(images/instagram-sand.svg);
}
.footer__social-nav .menu-item.facebook a {
    background-image: url(images/facebook-sand.svg);
}
.footer__social-nav .menu-item a {
    display: block;
    text-indent: -9999px;
    width: 1.9rem;
    height: 1.9rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: opacity 0.3s ease-in-out;
}
.footer__social-nav .menu-item a:hover {
    opacity: 0.6;
}
.footer__copyright-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    color:#FFF6E5;
}
@media screen and (min-width: 992px) {
    .footer__copyright-container {
        order: 3;
        flex-basis: 70%;
        flex-direction: row;
    }
    .footer__copyright-container__text {
        margin-right: 2rem;
    }
}
.footer__logo-image {
    width: 2.8rem;
    margin-bottom: 2.2rem;
}
@media screen and (min-width: 992px) {
    .footer__logo-image {
        margin-bottom: 0;
        margin-right: 2.4rem;
    }
}
.footer__copyright-nav {
    padding: 0;
    margin: 4rem 0 0 0;
    list-style-type: none;
    display: flex;
}
@media screen and (min-width: 992px) {
    .footer__copyright-nav {
        margin: 0;
    }
}
.footer__copyright-nav .menu-item {
    margin-right: 2rem;
}
.footer__copyright-nav .menu-item:last-child {
    margin: 0;
}
.footer__copyright-nav a {
    font-family: Apercu;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1;
    color: #FFF6E5;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.footer__copyright-nav a:hover {
    color: #202022;
}
.brand-information {
    padding: 8rem 0 0rem 0;
}
@media screen and (min-width: 992px) {
    .brand-information {
        padding: 16.6rem 0 17.1rem;
    }
}
@media screen and (min-width: 768px) {
    .brand-information__wrap {
        display: flex;
        align-items: center;
        padding: 0 9rem;
        position: relative;
    }
}
@media screen and (min-width: 992px) {
    .brand-information__wrap {
        padding: 0 12rem;
    }
}
@media screen and (min-width: 1200px) {
    .brand-information__wrap {
        padding: 0 15rem;
    }
}
.brand-information__breadcrumbs {
    margin-bottom: 3rem;
    display: none;
}
@media screen and (min-width: 768px) {
    .brand-information__breadcrumbs {
        display: block;
    }
}
.brand-information__breadcrumbs--mobile {
    display: block;
}
@media screen and (min-width: 768px) {
    .brand-information__breadcrumbs--mobile {
        display: none;
    }
}
.brand-information__image {
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
    .brand-information__image {
        width: 39vw;
        max-width: 56.3rem;
        margin-bottom: 0;
        margin-right: 4rem;
    }
}
@media screen and (min-width: 1200px) {
    .brand-information__image {
        margin-right: 11.4rem;
    }
}
.brand-information__heading {
    margin-bottom: 2rem;
    display: none;
}
@media screen and (min-width: 768px) {
    .brand-information__heading {
        display: block;
        margin-bottom: 1.4rem;
    }
}
.brand-information__heading--mobile {
    display: block;
}
@media screen and (min-width: 768px) {
    .brand-information__heading--mobile {
        display: none;
    }
}
.brand-information__paragraph {
    color: rgba(32, 32, 34, 0.8);
    margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
    .brand-information__paragraph {
        margin-bottom: 4rem;
    }
}
.brand-information__block {
    margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
    .brand-information__block {
        margin-bottom: 3.6rem;
    }
}
.brand-information__block:last-child {
    margin-bottom: 0;
}
.brand-information__block__container {
    display: flex;
    align-items: center;
}
.brand-information__block__tag {
    margin-right: 1.4rem;
}
.brand-information__block__text {
    display: block;
    color: rgba(32, 32, 34, 0.4);
    margin-bottom: 1.5rem;
}
.brand-information__block__button-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, 18rem);
    grid-gap: 1.6rem;
}
@media screen and (min-width: 480px) {
    .brand-information__block__button-container {
        grid-template-columns: repeat(auto-fit, 18rem);
    }
}
.brand-information__block__button {
    width: 18rem;
}
.brand-information__block__button--alternatives {
    width: 14.4rem;
}
.brand-information__block__button--alternatives:hover {
    padding-right: 0;
}
.brand-information__block__button--alternatives:hover::after {
    opacity: 0;
    visibility: hidden;
}
.brand-information__text-container {
    width: 100%;
}
.brand-information__tag-container {
    display: flex;
    margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
    .brand-information__tag-container {
        position: absolute;
        left: 3rem;
        flex-direction: column;
        margin: 0;
    }
}
.brand-information__tag {
    margin-right: 0.8rem;
}
@media screen and (min-width: 768px) {
    .brand-information__tag {
        margin-right: 0;
        margin-bottom: 1.6rem;
    }
    .brand-information__tag:last-child {
        margin-bottom: 0;
    }
}
.product-information {
    padding: 8rem 0 6rem 0;
}
@media screen and (min-width: 768px) {
    .product-information {
        padding: 12rem 0 13em;
    }
}
@media screen and (min-width: 992px) {
    .product-information {
        padding: 16.6rem 0 17.1rem;
    }
}
@media screen and (min-width: 768px) {
    .product-information__wrap {
        display: flex;
        align-items: center;
        padding: 0 9rem;
        position: relative;
    }
}
@media screen and (min-width: 992px) {
    .product-information__wrap {
        padding: 0 12rem;
    }
}
@media screen and (min-width: 1200px) {
    .product-information__wrap {
        padding: 0 15rem;
    }
}
.product-information__breadcrumbs {
    margin-bottom: 3rem;
    display: none;
}
@media screen and (min-width: 768px) {
    .product-information__breadcrumbs {
        display: block;
    }
}
.product-information__breadcrumbs--mobile {
    display: block;
}
@media screen and (min-width: 768px) {
    .product-information__breadcrumbs--mobile {
        display: none;
    }
}
.product-information__image {
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
    .product-information__image {
        width: 39vw;
        max-width: 56.3rem;
        margin-bottom: 0;
        margin-right: 4rem;
    }
}
@media screen and (min-width: 1200px) {
    .product-information__image {
        margin-right: 11.4rem;
    }
}
.product-information__heading {
    margin-bottom: 2rem;
    display: none;
}
@media screen and (min-width: 768px) {
    .product-information__heading {
        display: block;
        margin-bottom: 1.4rem;
    }
}
.product-information__heading--mobile {
    display: block;
}
@media screen and (min-width: 768px) {
    .product-information__heading--mobile {
        display: none;
    }
}
.product-information__paragraph {
    color: rgba(32, 32, 34, 0.8);
    margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
    .product-information__paragraph {
        margin-bottom: 4rem;
    }
}
.product-information__product-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.2rem;
}
.product-information__product-tags__item {
    color: #202022;
    margin: 0 1.6rem 0.8rem 0;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
}
.product-information__product-tags__item:hover {
    opacity: 0.6;
}
.product-information__price {
    font-size: 2.8rem;
    line-height: 3.8rem;
    margin-bottom: 3rem;
}
.product-information__block {
    margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
    .product-information__block {
        margin-bottom: 3.6rem;
    }
}
.product-information__block:last-child {
    margin-bottom: 0;
}
.product-information__block__text {
    display: block;
    color: rgba(32, 32, 34, 0.4);
    margin-bottom: 1.5rem;
}
.product-information__block__button-container {
    display: grid;
    grid-template-columns: repeat(2, 11rem);
    grid-gap: 1.6rem;
}
@media screen and (min-width: 480px) {
    .product-information__block__button-container {
        /*grid-template-columns: repeat(auto-fit, 11rem);*/

        grid-template-columns: repeat(auto-fit, 21rem);







    }
}
.product-information__block__button {
    width: 11rem;
}
.product-information__tag-container {
    display: flex;
    margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
    .product-information__tag-container {
        position: absolute;
        left: 3rem;
        flex-direction: column;
        margin: 0;
    }
}
.product-information__tag {
    margin-right: 0.8rem;
}
@media screen and (min-width: 768px) {
    .product-information__tag {
        margin-right: 0;
        margin-bottom: 1.6rem;
    }
    .product-information__tag:last-child {
        margin-bottom: 0;
    }
}
.product-information__brand {
    display: none;
    margin-bottom: 2rem;
    font-weight: 300;
    color: #202022;
}
@media screen and (min-width: 768px) {
    .product-information__brand {
        display: block;
    }
}
.product-information__brand--mobile {
    display: block;
}
@media screen and (min-width: 768px) {
    .product-information__brand--mobile {
        display: none;
    }
}
.brand-tests {
    padding: 5rem 0 6rem;
    background-color: #fbf7f2;
}
@media screen and (min-width: 992px) {
    .brand-tests {
        padding: 8rem 0;
    }
}
@media screen and (min-width: 992px) {
    .brand-tests__wrap {
        padding: 0 15rem;
    }
}
.brand-tests__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.brand-tests__list__item {
    display: flex;
    justify-content: space-between;
    padding-top: 1.6rem;
    padding-bottom: 1.8rem;
    border-bottom: 0.1rem solid rgba(32, 32, 34, 0.1);
}
@media screen and (min-width: 992px) {
    .brand-tests__list__item {
        padding: 2rem 0;
    }
}
.brand-tests__list__item:first-child {
    padding-top: 0;
}
.brand-tests__list__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.brand-tests__list__test-question {
    max-width: 70.6vw;
}
.product-categories-carousel {
    margin: 4.1rem 0 4.1rem 0;
    height: 4.8rem;
}
@media screen and (min-width: 992px) {
    .product-categories-carousel {
        height: 7.9rem;
    }
}
.product-categories-carousel .carousel-container {
    padding: 0 4.1rem;
}
.product-categories-carousel__item {
    display: block;
    line-height: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-categories-carousel__item img {
    width: 100%;
    height: auto;
    max-height: 4.8rem;
}
@media screen and (min-width: 992px) {
    .product-categories-carousel__item img {
        max-height: 7.9rem;
        max-width: 8.9rem;
    }
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200px * 18));
    }
}
.slider {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slider__track {
    animation: scroll 55s linear infinite;
    display: flex;
    width: calc(12.5rem * 36);
}
@media screen and (min-width: 992px) {
    .slider__track {
        width: calc(20rem * 36);
    }
}
.slider__slide {
    width: 12.5rem;
}
@media screen and (min-width: 992px) {
    .slider__slide {
        width: 20rem;
    }
}
.blog-post-inner__header {
    padding-top: 8rem;
    background-color: #f8f3ed;
}
@media screen and (min-width: 992px) {
    .blog-post-inner__header {
        padding-top: 14.8rem;
    }
}
.blog-post-inner__header__wrap {
    padding: 0;
}
@media screen and (min-width: 768px) {
    .blog-post-inner__header__wrap {
        padding: 0 3rem;
    }
}
@media screen and (min-width: 992px) {
    .blog-post-inner__header__wrap {
        padding: 0 15rem;
    }
}
.blog-post-inner__header__text-container {
    padding: 0 2rem;
    margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
    .blog-post-inner__header__text-container {
        padding: 0;
    }
}
@media screen and (min-width: 992px) {
    .blog-post-inner__header__text-container {
        max-width: 68.7rem;
        margin-bottom: 7rem;
    }
}
.blog-post-inner__header__breadcrumbs {
    margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
    .blog-post-inner__header__breadcrumbs {
        margin-bottom: 1.8rem;
    }
}
.blog-post-inner__header__heading {
    margin-bottom: 1.6rem;
}
.blog-post-inner__header__author {
    margin-bottom: 0.9rem;
}
.blog-post-inner__header__image {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 992px) {
    .blog-post-inner__header__image {
        object-fit: cover;
        object-position: center;
        height: 52rem;
        margin-bottom: -26rem;
    }
}
.blog-post-inner__body {
    padding: 4rem 0 6rem;
}
@media screen and (min-width: 992px) {
    .blog-post-inner__body {
        padding: 36.5rem 0 0rem;
    }
}
.blog-post-inner__body__first-paragraph {
    box-sizing: border-box;
    padding: 0 2rem;
    margin-bottom: 5rem;
    line-height: 3.6rem;
}
@media screen and (min-width: 768px) {
    .blog-post-inner__body__first-paragraph {
        padding: 0 3rem;
    }
}
@media screen and (min-width: 992px) {
    .blog-post-inner__body__first-paragraph {
        max-width: 144rem;
        padding: 0 15rem;
        margin: 0 auto 10rem auto;
        line-height: 3.8rem;
    }
}
.blog-post-inner__body__first-paragraph p {
    margin: 0;
}
.blog-post-inner__body__first-paragraph p a {
    color: #202022;
}
@media screen and (min-width: 992px) {
    .blog-post-inner__body__wrap {
        padding: 0 15rem;
    }
}
@media screen and (min-width: 1200px) {
    .blog-post-inner__body__wrap {
        padding: 0 38rem;
    }
}
.blog-post-inner__body__text {
    font-family: Apercu;
    color: #202022;
    font-weight: 300;
}
.blog-post-inner__body__text p {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.blog-post-inner__body__text p:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 992px) {
    .blog-post-inner__body__text p {
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin: 2rem 0;
    }
}
.blog-post-inner__body__text li {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
@media screen and (min-width: 992px) {
    .blog-post-inner__body__text li {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.blog-post-inner__body__text h1,
.blog-post-inner__body__text h2:not(.refine-menu__heading):not(.product__heading):not(.vegan-list__heading),
.blog-post-inner__body__text h3:not(.refine-menu__select-container__box__heading):not(.product__brand),
.blog-post-inner__body__text h4:not(.product__price),
.blog-post-inner__body__text h5,
.blog-post-inner__body__text h6 {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 300;
}
@media screen and (min-width: 992px) {
    .blog-post-inner__body__text h1,
    .blog-post-inner__body__text h2:not(.refine-menu__heading):not(.product__heading):not(.vegan-list__heading),
    .blog-post-inner__body__text h3:not(.refine-menu__select-container__box__heading):not(.product__brand),
    .blog-post-inner__body__text h4:not(.product__price),
    .blog-post-inner__body__text h5,
    .blog-post-inner__body__text h6 {
        font-size: 2.8rem;
        line-height: 3.8rem;
    }
}
.blog-post-inner__body__text blockquote {
    margin-left: 0;
    margin-right: 0;
}
.blog-post-inner__body__text blockquote cite {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
@media screen and (min-width: 992px) {
    .blog-post-inner__body__text blockquote cite {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.blog-post-inner__body__text blockquote p {
    font-family: Canela;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 3.6rem;
}
@media screen and (min-width: 992px) {
    .blog-post-inner__body__text blockquote p {
        font-size: 2.4rem;
        line-height: 3.8rem;
    }
}
.blog-post-inner__body__text a {
    color: #1a0dab;
}
.blog-post-inner__body__text a:hover {
    color: #4538d0;
}
.blog-post-inner__body__text img {
    max-width: 100%;
    height: auto;
}
.blog-post-inner__body__text figure {
    margin: 0;
}
.blog-post-inner__body__text .product {
    max-width: 33rem;
}
.blog-post-inner__body__text .product img {
    width: 100%;
}
.blog-post-inner__body__text section.vegan-list.vegan-list--gutenberg h3 {
    font-family: Apercu;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: rgba(32, 32, 34, 0.9);
    font-weight: 400;
}
@media screen and (min-width: 992px) {
    .blog-post-inner__body__text section.vegan-list.vegan-list--gutenberg h3 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
@media screen and (min-width: 992px) {
    .blog-post-inner__body__author-box {
        display: flex;
    }
}
.blog-post-inner__body__author-box__avatar {
    margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
    .blog-post-inner__body__author-box__avatar {
        margin-bottom: 0;
        margin-right: 3.7rem;
    }
}
.blog-post-inner__body__author-box__avatar img {
    width: 6.9rem;
    height: 6.9rem;
    border-radius: 50%;
}
@media screen and (min-width: 992px) {
    .blog-post-inner__body__author-box__avatar img {
        width: auto;
        height: auto;
    }
}
.blog-post-inner__body__author-box__meta__name {
    line-height: 2.6rem;
    color: #202022;
    margin-bottom: 0.8rem;
}
.blog-post-inner__body__author-box__meta__description {
    line-height: 2.2rem;
    color: rgba(32, 32, 34, 0.9);
    margin-bottom: 1.6rem;
}
.blog-post-inner__body__author-box__social-container {
    display: flex;
}
.blog-post-inner__body__author-box__social-link {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 1.2rem;
}
.blog-post-inner__body__author-box__social-link:last-child {
    margin-right: 0;
}
.blog-post-inner__body__author-box__social-link--facebook {
    background-image: url(images/facebook-grey.svg);
}
.blog-post-inner__body__author-box__social-link--twitter {
    background-image: url(images/twitter-grey.svg);
}
.blog-post-inner__body__author-box__social-link--instagram {
    background-image: url(images/instagram-grey.svg);
}
@media screen and (min-width: 992px) {
    .blog-post-inner__body__more-share-box {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 2rem 0 6rem;
    }
}
.blog-post-inner__body__more-box {
    margin-bottom: 4rem;
}
@media screen and (min-width: 992px) {
    .blog-post-inner__body__more-box {
        margin-bottom: 0;
    }
}
.blog-post-inner__body__more-box__title {
    display: block;
    font-weight: 300;
    color: rgba(32, 32, 34, 0.6);
    margin-bottom: 1.5rem;
}
.blog-post-inner__body__more-box__container {
    display: flex;
    flex-wrap: wrap;
}
.blog-post-inner__body__more-box__tag {
    color: #202022;
    margin-right: 1.6rem;
    margin-bottom: 1.6rem;
}
@media screen and (min-width: 992px) {
    .blog-post-inner__body__share-box {
        min-width: 20.8rem;
        margin-right: auto;
    }
}
.blog-post-inner__body__share-box ul.heateor_sss_follow_ul li,
.blog-post-inner__body__share-box ul.heateor_sss_sharing_ul li {
    margin-right: 1rem !important;
}
.blog-post-inner__body__share-box ul.heateor_sss_follow_ul li i,
.blog-post-inner__body__share-box ul.heateor_sss_sharing_ul li i {
    margin: 0;
    transition: background-color 0.3s ease-in-out;
}
.blog-post-inner__body__share-box ul.heateor_sss_follow_ul li:last-child,
.blog-post-inner__body__share-box ul.heateor_sss_sharing_ul li:last-child {
    margin-right: 0 !important;
}
.blog-post-inner__body__share-box ul.heateor_sss_follow_ul li .heateorSssFacebookSvg,
.blog-post-inner__body__share-box ul.heateor_sss_sharing_ul li .heateorSssFacebookSvg {
    background-image: url(images/facebook-sand.svg);
}
.blog-post-inner__body__share-box ul.heateor_sss_follow_ul li .heateorSssTwitterSvg,
.blog-post-inner__body__share-box ul.heateor_sss_sharing_ul li .heateorSssTwitterSvg {
    background-image: url(images/twitter-sand.svg);
}
.blog-post-inner__body__share-box ul.heateor_sss_follow_ul li .heateorSssPinterestSvg,
.blog-post-inner__body__share-box ul.heateor_sss_sharing_ul li .heateorSssPinterestSvg {
    background-image: url(images/pinterest-sand.svg);
}
.blog-post-inner__body__share-box ul.heateor_sss_follow_ul li .heateorSssRedditSvg,
.blog-post-inner__body__share-box ul.heateor_sss_sharing_ul li .heateorSssRedditSvg {
    background-image: url(images/reddit-sand.svg);
}
.page-header {
    padding: 18rem 0 6rem 0;
    background-size: cover;
    box-sizing: border-box;
    height: 40rem;
}
@media screen and (min-width: 992px) {
    .page-header {
        padding: 14.6rem 0 10.2rem 0;
    }
}
.page-header--large {
    display: flex;
    align-items: center;
    padding: 13rem 0 12rem 0;
    height: 66rem;
}
@media screen and (min-width: 992px) {
    .page-header--large {
        padding: 17.3rem 0 16.1rem 0;
        height: 60rem;
    }
}
.page-header--large .page-header__heading {
    margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
    .page-header--large .page-header__heading {
        max-width: 91.2rem;
    }
}
@media screen and (min-width: 992px) {
    .page-header--large .page-header__wrap {
        padding-left: 14.8rem;
    }
}
@media screen and (min-width: 1200px) {
    .page-header--list .page-header__wrap {
        padding: 0 14.7rem;
    }
}
.page-header--title-only {
    height: 40rem;
    padding: 0 0 6rem 0;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
}
@media screen and (min-width: 992px) {
    .page-header--title-only {
        align-items: center;
        padding: 0;
    }
}
.page-header--title-only .page-header__wrap {
    width: 100%;
}
.page-header--title-only .page-header__heading {
    margin: 0;
    max-width: 27rem;
}
@media screen and (min-width: 992px) {
    .page-header--title-only .page-header__heading {
        max-width: 31.5rem;
    }
}
.page-header__wrap {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .page-header__wrap {
        padding: 0 15rem;
    }
}
@media screen and (min-width: 1200px) {
    .page-header__wrap {
        padding-left: 26.3rem;
    }
}
.page-header__heading {
    color: #fffefa;
    margin-bottom: 1.4rem;
    text-shadow: 0 0.4rem 0.4rem rgba(32, 32, 34, 0.07);
}
@media screen and (min-width: 992px) {
    .page-header__heading {
        max-width: 45.5rem;
    }
}
.page-header__paragraph {
    color: #fffefa;
    max-width: 56.4rem;
}
.blog-section {
    padding: 5rem 0;
}
@media screen and (min-width: 992px) {
    .blog-section {
        padding: 5rem 0 12rem 0;
    }
}
.blog-section__list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 5rem;
}
@media screen and (min-width: 768px) {
    .blog-section__list {
        grid-template-columns: 1fr 1fr;
        column-gap: 2rem;
    }
}
@media screen and (min-width: 992px) {
    .blog-section__list {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 6rem;
    }
}
@media screen and (min-width: 1200px) {
    .blog-section__list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
.blog-section__refine-button {
    margin: 0 0 2rem auto;
}
@media screen and (min-width: 992px) {
    .blog-section__refine-button {
        margin: 0 0 3.6rem auto;
    }
}
.product-categories {
    padding: 0 0 5rem 0;
}
@media screen and (min-width: 992px) {
    .product-categories {
        padding: 0 0 7rem 0;
    }
}
.product-categories--padding-top {
    padding: 4rem 0 5rem 0;
}
@media screen and (min-width: 992px) {
    .product-categories--padding-top {
        padding: 8rem 0 12rem 0;
    }
}
.product-categories__list {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 2rem;
}
@media screen and (min-width: 992px) {
    .product-categories__list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.product-categories__heading {
    margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
    .product-categories__heading {
        margin-bottom: 4rem;
    }
}
.product-category-header {
    padding: 9rem 0 4rem 0;
}
@media screen and (min-width: 992px) {
    .product-category-header {
        padding: 19.3rem 0 9.2rem 0;
    }
}
@media screen and (min-width: 992px) {
    .product-category-header__wrap {
        display: flex;
        padding-left: 13rem;
    }
}
@media screen and (min-width: 992px) {
    .product-category-header__text-container {
        max-width: 56.3rem;
    }
}
.product-category-header__image {
    max-width: 8.7rem;
    margin-bottom: 4rem;
}
@media screen and (min-width: 992px) {
    .product-category-header__image {
        max-width: 13rem;
        margin-bottom: 0;
        margin-right: 12rem;
    }
}
.product-category-header__heading {
    margin-bottom: 1.4rem;
}
.product-category-header__paragraph p:last-child {
    margin-bottom: 0;
}
.product-category-list {
    padding: 0 0 5rem 0;
}
@media screen and (min-width: 992px) {
    .product-category-list {
        padding: 0 0 12rem 0;
    }
}
.product-category-list__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 5rem;
}
@media screen and (min-width: 768px) {
    .product-category-list__container {
        grid-template-columns: 1fr 1fr;
        column-gap: 2rem;
    }
}
@media screen and (min-width: 992px) {
    .product-category-list__container {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 6rem;
    }
}
@media screen and (min-width: 1200px) {
    .product-category-list__container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
.product-category-list__button {
    margin: 0 0 2rem auto;
}
@media screen and (min-width: 992px) {
    .product-category-list__button {
        margin: 0 0 3.6rem auto;
    }
}
.product-category-list__load-more {
    margin: 4rem auto 0;
}
@media screen and (min-width: 992px) {
    .product-category-list__load-more {
        margin: 8rem auto 0;
    }
}
.page-content {
    padding: 4rem 0;
}
.page-content--with-classify {
    padding: 4rem 0 0 0;
}
.page-content--list {
    padding-bottom: 0;
}
@media screen and (min-width: 992px) {
    .page-content--list .page-content__wrap {
        padding: 0 14.7rem;
    }
}
.page-content__header {
    padding: 0 2rem;
}

.single-product .page-content__header, .page-id-24116 .page-content__header  {
    display:none;
}



@media screen and (min-width: 768px) {
    .page-content__header {
        padding: 0 3rem;
    }
}
@media screen and (min-width: 992px) {
    .page-content__header {
        max-width: 144rem;
        padding: 0 15rem;
        margin: 0 auto;
        box-sizing: border-box;
    }
}
.page-content a {
    color: #202022;
}
@media screen and (min-width: 992px) {
    .page-content {
        padding: 10rem 0 12rem;
    }
    .page-content--with-classify {
        padding: 10rem 0 0 0;
    }
    .page-content--list {
        padding: 8rem 0 0;
    }
}
@media screen and (min-width: 992px) {
    .page-content__wrap {
        padding: 0 15rem;
    }
}
@media screen and (min-width: 1200px) {
    .page-content__wrap {
        padding: 0 38rem;
    }

    .page-id-24116 .page-content__wrap, .single-product .page-content__wrap, .woocommerce-cart .page-content__wrap, .woocommerce-page .page-content__wrap {
        padding: 0 15rem;
    }
}
.page-content__wrap__content {
    font-family: Apercu;
    color: #202022;
    font-weight: 300;
}
.page-content__wrap__content p {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.page-content__wrap__content p:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 992px) {
    .page-content__wrap__content p {
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin: 2rem 0;
    }
}
.page-content__wrap__content li {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
@media screen and (min-width: 992px) {
    .page-content__wrap__content li {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.page-content__wrap__content h1,
.page-content__wrap__content h2:not(.refine-menu__heading):not(.product__heading):not(.vegan-list__heading),
.page-content__wrap__content h3:not(.refine-menu__select-container__box__heading):not(.product__brand),
.page-content__wrap__content h4:not(.product__price),
.page-content__wrap__content h5,
.page-content__wrap__content h6 {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 300;
}
@media screen and (min-width: 992px) {
    .page-content__wrap__content h1,
    .page-content__wrap__content h2:not(.refine-menu__heading):not(.product__heading):not(.vegan-list__heading),
    .page-content__wrap__content h3:not(.refine-menu__select-container__box__heading):not(.product__brand),
    .page-content__wrap__content h4:not(.product__price),
    .page-content__wrap__content h5,
    .page-content__wrap__content h6 {
        font-size: 2.8rem;
        line-height: 3.8rem;
    }
}
.page-content__wrap__content a {
    color: #202022;
}
.page-content__wrap__content .product {
    max-width: 100%;
}
.page-content__wrap__content .product img {
    width: 100%;
}
.page-content__wrap__content section.vegan-list.vegan-list--gutenberg h3 {
    font-family: Apercu;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: rgba(32, 32, 34, 0.9);
    font-weight: 400;
}
@media screen and (min-width: 992px) {
    .page-content__wrap__content section.vegan-list.vegan-list--gutenberg h3 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.page-content__first-paragraph {
    margin-bottom: 5rem;
}
@media screen and (min-width: 992px) {
    .page-content__first-paragraph {
        margin-bottom: 10rem;
    }
}
@media screen and (min-width: 1200px) {
    .page-content__content-wrap {
        max-width: 68rem;
        margin: 0 auto;
    }
}
.page-content img {
    height: auto;
}
.page-content__updated {
    color: rgba(32, 32, 34, 0.4);
}
.about-us {
    padding: 5rem 0 0 0;
}
@media screen and (min-width: 768px) {
    .about-us {
        padding: 5rem 0;
    }
}
@media screen and (min-width: 992px) {
    .about-us {
        padding: 10rem 0;
    }
}
.about-us__wrap {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
    .about-us__wrap {
        padding: 0 3rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}
@media screen and (min-width: 1200px) {
    .about-us__wrap {
        padding: 0 15rem;
    }
}
.about-us__image {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 768px) {
    .about-us__image {
        width: 39.0972vw;
    }
}
@media screen and (min-width: 992px) {
    .about-us__image {
        max-width: 56.3rem;
    }
}
.about-us__text-container {
    padding: 0 2rem;
    margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
    .about-us__text-container {
        margin-bottom: 0;
        width: 45vw;
    }
}
@media screen and (min-width: 992px) {
    .about-us__text-container {
        max-width: 44.6rem;
    }
}
@media screen and (min-width: 1200px) {
    .about-us__text-container {
        width: 30vw;
    }
}
.about-us__heading {
    margin-bottom: 2.4rem;
}
.about-us-info {
    padding: 5rem 0;
}
@media screen and (min-width: 992px) {
    .about-us-info {
        padding: 11rem 0;
    }
}
@media screen and (min-width: 992px) {
    .about-us-info__wrap {
        padding: 0 26.4583vw;
        position: relative;
    }
}
@media screen and (min-width: 1200px) {
    .about-us-info__wrap {
        padding: 0 38.1rem;
    }
}
.about-us-info--going-cruelty-free {
    background-color: #f8f3ed;
}
.about-us-info__icon {
    width: 7rem;
    height: auto;
    margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
    .about-us-info__icon {
        width: 9rem;
        height: auto;
    }
}
@media screen and (min-width: 992px) {
    .about-us-info__icon {
        margin-bottom: 0;
        position: absolute;
        top: 1.4rem;
        left: 10.27vw;
        width: auto;
        height: 9.7rem;
    }
}
@media screen and (min-width: 1200px) {
    .about-us-info__icon {
        top: 1.4rem;
        left: 14.8rem;
    }
}
.about-us-info__heading {
    margin-bottom: 2rem;
}
.search-page {
    background-color: #eeead7;
    padding: 9rem 0 6rem;
}
@media screen and (min-width: 992px) {
    .search-page {
        padding: 14.8rem 0 13.3rem;
    }
}
@media screen and (min-width: 992px) {
    .search-page__wrap {
        padding: 0 15rem 0 30rem;
        position: relative;
    }
}
@media screen and (min-width: 1200px) {
    .search-page__wrap {
        padding: 0 36rem 0 38.1rem;
    }
}
.search-page__icon {
    width: 9.4rem;
    height: auto;
    margin-bottom: 4rem;
}
@media screen and (min-width: 992px) {
    .search-page__icon {
        position: absolute;
        width: 12.8rem;
        margin: 0;
        left: 12.7rem;
    }
}
.search-page__heading {
    margin-bottom: 2rem;
}
.related-articles {
    position: relative;
    padding: 5rem 0;
}
@media screen and (min-width: 992px) {
    .related-articles {
        padding: 7rem 0 8rem;
    }
}
.related-articles--blog-inner {
    background-color: #f8f3ed;
}
@media screen and (min-width: 992px) {
    .related-articles--blog-inner {
        padding: 10rem 0 8rem;
    }
}
.related-articles__heading {
    margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
    .related-articles__heading {
        margin-bottom: 4rem;
    }
}
.related-articles__link {
    margin-top: 5rem;
}
.no-search-results {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
    .no-search-results {
        padding-bottom: 10rem;
    }
}
@media screen and (min-width: 992px) {
    .no-search-results {
        padding-top: 8rem;
        padding-bottom: 38.2rem;
    }
}
@media screen and (min-width: 992px) {
    .no-search-results__wrap {
        padding: 0 15rem;
    }
}
.guides-learn {
    padding: 3.5rem 0 6rem;
}
@media screen and (min-width: 992px) {
    .guides-learn {
        padding: 10rem 0 14rem;
    }
}
.guides-learn__block {
    position: relative;
    margin-bottom: 6rem;
}
@media screen and (min-width: 992px) {
    .guides-learn__block {
        margin-bottom: 14rem;
    }
}
.guides-learn__block:last-child {
    margin-bottom: 0;
}
.guides-learn__block__icon {
    width: auto;
    max-height: 5.5rem;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
    .guides-learn__block__icon {
        max-height: 10rem;
        margin-bottom: 0;
        margin-right: 7rem;
    }
}
.guides-learn__block__heading {
    margin-bottom: 2rem;
    padding-right: 10rem;
}
@media screen and (min-width: 992px) {
    .guides-learn__block__heading {
        padding-right: 0;
    }
}
@media screen and (min-width: 992px) {
    .guides-learn__block__paragraph {
        max-width: 60vw;
    }
}
@media screen and (min-width: 1200px) {
    .guides-learn__block__paragraph {
        max-width: none;
        padding-right: 23.2rem;
    }
}
.guides-learn__block__header {
    margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
    .guides-learn__block__header {
        display: flex;
        padding: 0 5rem;
        margin-bottom: 9rem;
    }
}
.guides-learn__block__carousel-navigation {
    top: 7.3rem;
}
@media screen and (min-width: 992px) {
    .guides-learn__block__carousel-navigation {
        top: 9.6rem;
    }
}
.all-brands {
    padding: 5rem 0;
}
.all-brands--category .button--refine {
    margin-left: auto;
}
@media screen and (min-width: 992px) {
    .all-brands {
        padding: 10rem 0;
    }
}
.all-brands__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
    .all-brands__header {
        margin-bottom: 4rem;
    }
}
.all-brands__heading {
    padding-right: 2rem;
}
.all-brands__list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 5rem;
}
@media screen and (min-width: 768px) {
    .all-brands__list {
        column-gap: 2rem;
        grid-template-columns: 1fr 1fr;
        row-gap: 6rem;
    }
}
@media screen and (min-width: 1200px) {
    .all-brands__list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.all-brands__load-more {
    margin: 4rem auto 0;
}
@media screen and (min-width: 992px) {
    .all-brands__load-more {
        margin: 8rem auto 0;
    }
}
.all-brands__no-results {
    margin-top: 5rem;
}
@media screen and (min-width: 992px) {
    .all-brands__no-results {
        margin-top: 10rem;
    }
}
.not-found-search {
    padding: 5rem 0;
    background-color: #f8f3ed;
}
@media screen and (min-width: 992px) {
    .not-found-search {
        padding: 10rem 0 11.1rem;
    }
}
@media screen and (min-width: 992px) {
    .not-found-search__wrap {
        padding-left: 15rem;
    }
}
@media screen and (min-width: 1200px) {
    .not-found-search__wrap {
        padding-left: 26.5rem;
    }
}
.not-found-search__container {
    max-width: 70rem;
}
.contact {
    padding: 5rem 0;
}
@media screen and (min-width: 992px) {
    .contact {
        padding: 10rem 0 12rem;
    }
}
@media screen and (min-width: 992px) {
    .contact__wrap {
        padding: 0 15rem;
    }
}
@media screen and (min-width: 1200px) {
    .contact__wrap {
        padding: 0 26.3rem;
    }
}
.contact__form {
    position: relative;
}
.contact__form.invalid .wpcf7-response-output,
.contact__form.unaccepted .wpcf7-response-output {
    color: #a15c61;
}
.contact__form div.wpcf7-response-output {
    border: 0;
    font-family: Apercu;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #202022;
    margin: 1.3rem 0 0;
    padding: 0;
}

.contact__form  #recipient {
    display: none !important;
  }



.contact__form span.ajax-loader {
    background-image: url(images/spinner.gif);
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
    .contact__form {
        display: flex;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 992px) {
    .contact__form__input {
        max-width: 18.2638vw;
        margin-right: 1.6rem;
    }
}
.contact__form__input:focus {
    border-color: #202022;
    outline: 0;
}
.contact__form__input.wpcf7-not-valid {
    border-color: #dfadb0;
}
.contact__form__text-area:focus {
    border-color: #202022;
    outline: 0;
}
.contact__form__text-area.wpcf7-not-valid {
    border-color: #dfadb0;
}
@media screen and (min-width: 992px) {
    .contact__form .textarea-input {
        flex-basis: 100%;
    }
}

[data-name="your-message"] {
    width: 100%;
}


.contact__form span {
    display: block;
    margin-bottom: 2rem;
}
.contact__form span:nth-child(4) {
    flex-grow: 1;
}
.contact__form span.wpcf7-not-valid-tip {
    display: none;
}
.contact__form div[data-id="type_response"] {
    width: 100%;
    position: relative;
}
.faq-body {
    padding: 5rem 0;
}
@media screen and (min-width: 992px) {
    .faq-body {
        padding: 8rem 0 12rem;
    }
}
@media screen and (min-width: 992px) {
    .faq-body__wrap {
        padding: 0 15rem;
    }
}
@media screen and (min-width: 1200px) {
    .faq-body__wrap {
        padding: 0 26.3rem;
    }
}
.refine-menu {
    right: 0;
    height: 100vh;
    width: 100%;
    position: fixed;
    background-color: #fffefa;
    top: 0;
    transform: translateY(-100%);
    padding: 2.5rem 2rem 8rem;
    box-sizing: border-box;
    z-index: 9999999 !important;
    overflow-y: scroll;
}
.refine-menu::-webkit-scrollbar {
    width: 0;
    background: 0 0;
}
@media screen and (min-width: 992px) {
    .refine-menu {
        padding: 6.3rem 3.5rem 4rem;
        transform: translateX(100%);
        left: unset;
        width: 37rem;
    }
}
@media screen and (min-width: 992px) {
    .refine-menu__logo {
        display: none;
    }
}
.refine-menu__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.5rem;
}
@media screen and (min-width: 992px) {
    .refine-menu__header {
        margin-bottom: 0;
    }
}
.refine-menu__header__close-button {
    width: 2rem;
    height: 2rem;
    padding: 1rem;
    position: relative;
    cursor: pointer;
}
@media screen and (min-width: 992px) {
    .refine-menu__header__close-button {
        position: absolute;
        top: 3rem;
        right: 3rem;
    }
}
.refine-menu__header__close-button span {
    position: absolute;
    display: block;
    width: 2.828rem;
    background-color: #202022;
    height: 0.1rem;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.refine-menu__header__close-button span:first-child {
    transform: rotate(45deg) translateY(-50%);
}
.refine-menu__header__close-button span:last-child {
    transform: rotate(-45deg) translateY(-50%);
}
.refine-menu__heading {
    margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
    .refine-menu__heading {
        margin-bottom: 4rem;
    }
}
.refine-menu__checkbox-container {
    margin-bottom: 5rem;
}
.refine-menu__checkbox-container__box {
    margin-bottom: 2.5rem;
}
.refine-menu__checkbox-container__box:last-child {
    margin-bottom: 0;
}
.refine-menu__select-container {
    margin-bottom: 5rem;
}
.refine-menu__select-container__box {
    margin-bottom: 2.4rem;
}
.refine-menu__select-container__box:last-child {
    margin-bottom: 0;
}
.refine-menu__select-container__box__heading {
    font-weight: 300;
    margin-bottom: 1.2rem;
    color: rgba(32, 32, 34, 0.6);
}
.refine-menu__button-container {
    display: flex;
    justify-content: space-between;
}
.refine-menu__button-container__button {
    max-width: 15.7rem;
    height: 4.5rem;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .refine-menu__button-container__button {
        max-width: 14.3rem;
    }
}
.comments-section {
    padding: 0 0 6rem 0;
}
@media screen and (min-width: 992px) {
    .comments-section {
        padding: 0 0 12rem 0;
    }
}
@media screen and (min-width: 992px) {
    .comments-section__wrap {
        padding: 0 15rem;
    }
}
@media screen and (min-width: 1200px) {
    .comments-section__wrap {
        padding: 0 38rem;
    }
}
.comments-section__comment-list {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
    transition: all 0.3s ease-in-out;
}
.comments-section__comment-list--active {
    height: auto;
    margin: 0 0 6rem;
    opacity: 1;
    visibility: visible;
}
.comments-section__comment-list li.comment {
    margin-bottom: 3rem;
}
.comments-section__comment-list li.comment:last-child {
    margin-bottom: 0;
}
.comments-section__comment-list li.comment p {
    flex-basis: 100%;
    margin: 1.2rem 0 1.8rem;
    font-family: Apercu;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: rgba(32, 32, 34, 0.9);
}
.comments-section__comment-list li.comment p a {
    color: rgba(32, 32, 34, 0.9);
}
.comments-section__comment-list li.comment span.says {
    display: none;
}
.comments-section__comment-list li.comment .comment-body {
    display: flex;
    flex-wrap: wrap;
}
.comments-section__comment-list li.comment cite.fn {
    font-family: Apercu;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 2.7rem;
    margin: 0 0.8rem;
    font-style: normal;
    color: #202022;
}
.comments-section__comment-list li.comment cite.fn a {
    color: #202022;
    font-style: normal;
}
.comments-section__comment-list li.comment .comment-meta {
    display: flex;
    align-items: flex-end;
    font-family: Apercu;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
}
.comments-section__comment-list li.comment .comment-meta a {
    color: rgba(32, 32, 34, 0.6);
    text-decoration: none;
}
.comments-section__comment-list li.comment .reply a {
    font-family: Apercu;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: rgba(32, 32, 34, 0.4);
    text-decoration: none;
}
.comments-section__comment-list li.comment ul.children {
    margin-top: 3rem;
    list-style-type: none;
}
.comments-section__comment-list li.comment .comment-respond {
    margin-top: 2rem;
}
.comments-section .comment-respond .comment-reply-title {
    font-family: Canela;
    font-weight: 300;
    font-size: 2.8rem;
    line-height: 4rem;
    color: #202022;
    margin: 0 0 1rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comments-section .comment-respond a#cancel-comment-reply-link {
    font-family: Apercu;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1;
    color: rgba(32, 32, 34, 0.4);
    text-decoration: none;
}
.comments-section .comment-form {
    display: flex;
    flex-wrap: wrap;
}
.comments-section .comment-form .comment-notes {
    font-family: Apercu;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: rgba(32, 32, 34, 0.6);
    margin: 0 0 2.6rem 0;
}
.comments-section .comment-form p.comment-form-author,
.comments-section .comment-form p.comment-form-comment,
.comments-section .comment-form p.comment-form-email,
.comments-section .comment-form p.comment-form-url {
    margin: 0;
}
.comments-section .comment-form p.comment-form-author label,
.comments-section .comment-form p.comment-form-comment label,
.comments-section .comment-form p.comment-form-email label,
.comments-section .comment-form p.comment-form-url label {
    display: none;
}
.comments-section .comment-form p.comment-form-comment {
    margin-bottom: 2rem;
    flex-basis: 100%;
}
.comments-section .comment-form p.comment-form-comment textarea#comment {
    width: 100%;
    background-color: #fffefc;
    border: 0.1rem solid #e2e8e6;
    border-radius: unset;
    padding: 1.3rem 1.6rem;
    font-family: Apercu;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #202022;
    box-sizing: border-box;
    transition: 0.2s border-color ease-in-out;
}
.comments-section .comment-form p.comment-form-comment textarea#comment:focus {
    border-color: #202022;
    outline: 0;
}
.comments-section .comment-form p.comment-form-comment textarea#comment::placeholder {
    color: #202022;
}
.comments-section .comment-form p.comment-form-author,
.comments-section .comment-form p.comment-form-email,
.comments-section .comment-form p.comment-form-url {
    display: inline-block;
    flex-basis: unset;
    width: 100%;
    margin-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
    .comments-section .comment-form p.comment-form-author,
    .comments-section .comment-form p.comment-form-email,
    .comments-section .comment-form p.comment-form-url {
        width: auto;
        margin-right: 2rem;
    }
}
.comments-section .comment-form p.comment-form-url {
    margin-right: 0;
}
.comments-section .comment-form input#author,
.comments-section .comment-form input#email,
.comments-section .comment-form input#url {
    background-color: #fffefc;
    border: 0.1rem solid #e2e8e6;
    border-radius: unset;
    padding: 1.3rem 1.6rem 1.1rem 1.6rem;
    font-family: Apercu;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #202022;
    box-sizing: border-box;
    height: 4.2rem;
    width: 100%;
    transition: 0.2s border-color ease-in-out;
}
@media screen and (min-width: 1200px) {
    .comments-section .comment-form input#author,
    .comments-section .comment-form input#email,
    .comments-section .comment-form input#url {
        width: 21.3rem;
    }
}
.comments-section .comment-form input#author:focus,
.comments-section .comment-form input#email:focus,
.comments-section .comment-form input#url:focus {
    border-color: #202022;
    outline: 0;
}
.comments-section .comment-form input#author::placeholder,
.comments-section .comment-form input#email::placeholder,
.comments-section .comment-form input#url::placeholder {
    color: #202022;
}
.comments-section .comment-form p.comment-form-cookies-consent {
    margin: 0;
    display: flex;
    align-items: center;
    flex-basis: 100%;
    font-family: Apercu;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: rgba(32, 32, 34, 0.6);
    position: relative;
    padding-left: 3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.comments-section .comment-form p.comment-form-cookies-consent input#wp-comment-cookies-consent {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.comments-section .comment-form p.comment-form-cookies-consent input#wp-comment-cookies-consent:checked ~ label::after {
    content: "";
    cursor: pointer;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    height: 1.2rem;
    width: 1.2rem;
    background-color: #202022;
}
.comments-section .comment-form p.comment-form-cookies-consent label:before {
    content: "";
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 1.8rem;
    width: 1.8rem;
    box-sizing: border-box;
    border: 0.1rem solid rgba(32, 32, 34, 0.4);
}
.comments-section .comment-form p.form-submit {
    margin: 2rem 0 0;
}
.comments-section .comment-form p.form-submit input.submit {
    position: relative;
    background-color: #eeead7;
    color: #202022;
    font-family: Apercu;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14.4rem;
    height: 4rem;
    padding: 0;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.comments-section .comment-form p.form-submit input.submit:hover {
    background-color: #202022;
    color: #fffefa;
}
.comments-section .comment-form p.logged-in-as a {
    font-family: Apercu;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: rgba(32, 32, 34, 0.4);
    text-decoration: none;
}
.comments-section__show-comment {
    display: block;
    cursor: pointer;
    font-family: Apercu;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.9rem;
    color: #202022;
    margin: 0 0 6rem;
    text-decoration: none;
}
.comments-section__show-comment--hidden {
    display: none;
}
.brand-body {
    padding: 5rem 0 0;
}
@media screen and (min-width: 992px) {
    .brand-body {
        padding: 10rem 0 0;
    }
}
@media screen and (min-width: 992px) {
    .brand-body__wrap {
        padding: 0 15rem;
    }
}
@media screen and (min-width: 1200px) {
    .brand-body__wrap {
        padding: 0 38rem;
    }
}
.brand-body__container {
    margin-bottom: 4rem;
}
@media screen and (min-width: 992px) {
    .brand-body__container {
        margin-bottom: 6rem;
    }
}
.brand-body__container:last-child {
    margin-bottom: 0;
}
.brand-body__container h2 {
    font-family: Apercu;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1;
    color: #202022;
}
@media screen and (min-width: 992px) {
    .brand-body__container h2 {
        font-size: 2.8rem;
        line-height: 3.8rem;
    }
}
.brand-body__container p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-family: Apercu;
    color: #202022;
    font-weight: 300;
}
@media screen and (min-width: 992px) {
    .brand-body__container p {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.brand-body__container a {
    color: #202022;
}
.brand-body__testing-policy {
    margin-bottom: 5rem;
    padding: 0 2rem;
}
@media screen and (min-width: 768px) {
    .brand-body__testing-policy {
        padding: 0 3rem;
    }
}
@media screen and (min-width: 992px) {
    .brand-body__testing-policy {
        max-width: 144rem;
        box-sizing: border-box;
        padding: 0 15rem;
        margin: 0 auto;
        margin-bottom: 5rem;
    }
}
.brand-body__testing-policy__title {
    display: block;
    font-weight: 300;
    color: rgba(32, 32, 34, 0.4);
    margin-bottom: 2rem;
}
.brand-body__testing-policy__text {
    line-height: 3.6rem;
}
@media screen and (min-width: 992px) {
    .brand-body__testing-policy__text {
        line-height: 3.8rem;
    }
}
.brand-body__share-box {
    padding: 6rem 0 5rem;
}
@media screen and (min-width: 992px) {
    .brand-body__share-box {
        padding: 6rem 0 11rem;
    }
}
.brand-body__share-box ul.heateor_sss_follow_ul li,
.brand-body__share-box ul.heateor_sss_sharing_ul li {
    margin-right: 1rem !important;
}
.brand-body__share-box ul.heateor_sss_follow_ul li i,
.brand-body__share-box ul.heateor_sss_sharing_ul li i {
    margin: 0;
    transition: background-color 0.3s ease-in-out;
}
.brand-body__share-box ul.heateor_sss_follow_ul li:last-child,
.brand-body__share-box ul.heateor_sss_sharing_ul li:last-child {
    margin-right: 0 !important;
}
.brand-body__share-box ul.heateor_sss_follow_ul li .heateorSssFacebookSvg,
.brand-body__share-box ul.heateor_sss_sharing_ul li .heateorSssFacebookSvg {
    background-image: url(images/facebook-sand.svg);
}
.brand-body__share-box ul.heateor_sss_follow_ul li .heateorSssTwitterSvg,
.brand-body__share-box ul.heateor_sss_sharing_ul li .heateorSssTwitterSvg {
    background-image: url(images/twitter-sand.svg);
}
.brand-body__share-box ul.heateor_sss_follow_ul li .heateorSssPinterestSvg,
.brand-body__share-box ul.heateor_sss_sharing_ul li .heateorSssPinterestSvg {
    background-image: url(images/pinterest-sand.svg);
}
.brand-body__share-box ul.heateor_sss_follow_ul li .heateorSssRedditSvg,
.brand-body__share-box ul.heateor_sss_sharing_ul li .heateorSssRedditSvg {
    background-image: url(images/reddit-sand.svg);
}
.brand-list, .sponsored-brands {
    margin: 5rem -2rem 0;
    background-color: #fffefa;
    position: relative;
}


.page-id-52 .brand-list {

    margin-top: 2rem;
}



@media screen and (min-width: 768px) {
    .brand-list {
        margin: 5rem -3rem 0;
    }
}
@media screen and (min-width: 992px) {
    .brand-list {
        margin: 11rem -15rem 0;
    }
}
@media screen and (min-width: 1200px) {

    .brand-list {
        margin: 11rem -38rem 0;
    }

    .page-id-52 .brand-list {
        margin: 5rem -38rem 11rem;
    }


    .sponsored-brands {
        margin: 0rem -38rem 0;
    }

    .brand-list::after {
        content: "";
        position: absolute;
        bottom: -12rem;
        left: 0;
        width: 38rem;
        height: 12rem;
        background: -moz-linear-gradient(bottom, rgba(255, 254, 250, 0) 0, #fffefa 44%, #fffefa 100%);
        background: -webkit-linear-gradient(bottom, rgba(255, 254, 250, 0) 0, #fffefa 44%, #fffefa 100%);
        background: linear-gradient(to top, rgba(255, 254, 250, 0) 0, #fffefa 44%, #fffefa 100%);
    }
    .brand-list:first-of-type::before, 
    .sponsored-brands::before {
        content: "";
        position: absolute;
        top: -25rem;
        left: 0;
        width: 38rem;
        height: 25rem;
        background: -moz-linear-gradient(top, rgba(255, 254, 250, 0) 0, #fffefa 44%, #fffefa 100%);
        background: -webkit-linear-gradient(top, rgba(255, 254, 250, 0) 0, #fffefa 44%, #fffefa 100%);
        background: linear-gradient(to bottom, rgba(255, 254, 250, 0) 0, #fffefa 44%, #fffefa 100%);
    }
}
.brand-list__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 0 2rem;
}
@media screen and (min-width: 992px) {
    .brand-list__header {
        padding: 0 3rem;
        margin-bottom: 4rem;
    }
}
.brand-list__list__header {
    background-color: #f8f3ed;
    padding: 1rem 2rem 0.8rem;
}
@media screen and (min-width: 768px) {
    .brand-list__list__header {
        padding: 1rem 3rem 0.8rem;
    }
}
@media screen and (min-width: 992px) {
    .brand-list__list__header {
        padding: 1.2rem 3.1rem 1rem;
    }
}
.brand-list__list__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2rem 0;
    margin: 0 2rem;
    border-bottom: 0.1rem solid rgba(32, 32, 34, 0.1);
}
@media screen and (min-width: 768px) {
    .brand-list__list__item {
        margin: 0 3rem;
    }
}
.brand-list__list__item:last-child {
    border-bottom: 0;
}
.brand-list__list__letter {
    display: block;
}
@media screen and (min-width: 992px) {
    .brand-list__list__letter {
        font-size: 1.8rem;
    }
}
.brand-list__list__title {
    font-size: 2.2rem;
    line-height: 3.8rem;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
}
.brand-list__list__title:hover {
    opacity: 0.6;
}
@media screen and (min-width: 992px) {
    .brand-list__list__title {
        margin-right: 10rem;
        width: 11rem;
    }
}
@media screen and (min-width: 1200px) {
    .brand-list__list__title {
        width: 30rem;
        margin-right: 12.4rem;
    }
}
.brand-list__list__status {
    margin-right: 1.4rem;
}
.brand-list__list__tag-container {
    display: flex;
    width: 100%;
    margin: 1.6rem 0 0 0;
}
@media screen and (min-width: 768px) {
    .brand-list__list__tag-container {
        width: auto;
        margin: 0 0 0 auto;
    }
}
.brand-list__list__tag {
    margin-right: 0.9rem;
}
.brand-list__list__tag:last-child {
    margin-right: 0;
}
.brand-list__list__mobile-shops {
    display: flex;
    line-height: 1;
    width: 100%;
    margin-top: 1.6rem;
}
@media screen and (min-width: 992px) {
    .brand-list__list__mobile-shops {
        display: none;
    }
}
.brand-list__list__shops {
    display: none;
}
@media screen and (min-width: 992px) {
    .brand-list__list__shops {
        display: flex;
    }
}
.brand-list__list__shop-list {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.brand-list__list__shop-list--active {
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
}
.brand-list__list__shop-list__link {
    margin-right: 1.6rem;
}
.brand-list__list__shop-list__link:nth-child(n + 3) {
    margin-top: 1rem;
}
.brand-list__list__shops-toggle {
    margin-right: 1.6rem;
    min-width: 8.533rem;
}
.brand-list__list__shop-button {
    max-width: 11rem;
}
.brand-list__list__shop-button:after {
    right: 1rem;
}
@media screen and (min-width: 992px) {
    .brand-list__list__shop-button {
        margin-right: 1.6rem;
    }
    .brand-list__list__shop-button:last-child {
        margin-right: 0;
    }
}
.brand-list__list__category-wrapper {
    width: 100%;
    margin-top: 1.6rem;
}
.brand-list__list__category-wrapper--desktop {
    display: none;
}
@media screen and (min-width: 768px) {
    .brand-list__list__category-wrapper {
        width: auto;
        display: flex;
        margin-top: 0.5rem;
        margin-left: 1rem;
    }
}
@media screen and (min-width: 992px) {
    .brand-list__list__category-wrapper {
        display: none;
    }
    .brand-list__list__category-wrapper--desktop {
        display: flex;
        width: 100%;
        margin-top: 1.6rem;
    }
    .brand-list__list__category-wrapper--desktop .brand-list__list__category {
        margin-right: 1rem;
    }
}
.brand-list__list__category {
    margin-bottom: 0.7rem;
}
@media screen and (min-width: 768px) {
    .brand-list__list__category {
        margin-bottom: 0;
        margin-right: 0.5rem;
    }
}
.brand-list__list__category:last-child {
    margin-bottom: 0;
}
:root {
    --classify-icon: url(images/classify-icon.svg);
}
.classify {
    background-color: #fbf7f2;
}
.classify--companies {
    background-color: unset;
}
.classify__heading {
    margin-bottom: 2rem;
}
.classify__wrap {
    padding: 15rem 2rem 5rem;
    background-image: var(--classify-icon);
    background-repeat: no-repeat;
    background-size: 6.9rem;
    background-position: top 5rem left 2rem;
}
@media screen and (min-width: 768px) {
    .classify__wrap {
        padding: 15rem 3rem 5rem;
    }
}
@media screen and (min-width: 992px) {
    .classify__wrap {
        padding: 11rem 15rem;
        background-size: 9.5rem;
        background-position: top 11rem left 3rem;
    }
}
@media screen and (min-width: 1200px) {
    .classify__wrap {
        padding: 11rem 38rem;
        background-position: top 11rem left 15rem;
    }
}
.classify__body p {
    font-family: Apercu;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: rgba(32, 32, 34, 0.9);
}
.please-share {
    padding: 5rem 0 6rem;
    background-color: #f8f3ed;
    margin-bottom: 5rem;
}
@media screen and (min-width: 992px) {
    .please-share {
        padding: 10rem 0 11rem;
        margin-bottom: 10rem;
    }
}
@media screen and (min-width: 992px) {
    .please-share__wrap {
        padding: 0 15rem;
    }
}
@media screen and (min-width: 1200px) {
    .please-share__wrap {
        padding: 0 38rem;
    }
}
.please-share__heading {
    margin-bottom: 2rem;
}
.please-share__paragraph {
    font-family: Apercu;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: rgba(32, 32, 34, 0.9);
    margin-bottom: 4rem;
}
:root {
    --vegan-list-icon: url(images/vegan-list-icon.svg);
}
.vegan-list {
    position: relative;
    padding: 15rem 0 5rem;
    margin: 5rem 0 0 0;
    background-color: #eeead7;
}
@media screen and (min-width: 992px) {
    .vegan-list {
        padding: 10rem 0;
        margin: 11rem 0 5rem 0;
    }
}
.vegan-list::before {
    content: "";
    background-image: var(--vegan-list-icon);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 6.9rem;
    height: 6.9rem;
    top: 5rem;
    left: 2rem;
}
@media screen and (min-width: 992px) {
    .vegan-list::before {
        content: none;
    }
}
.vegan-list--gutenberg {
    margin: 0 -2rem;
}
@media screen and (min-width: 768px) {
    .vegan-list--gutenberg {
        margin: 0 -3rem;
    }
}
@media screen and (min-width: 992px) {
    .vegan-list--gutenberg {
        margin: 0 -15rem;
    }
}
@media screen and (min-width: 1200px) {
    .vegan-list--gutenberg {
        margin: 0 -38rem;
    }
    .vegan-list--gutenberg::after {
        content: "";
        position: absolute;
        bottom: -12rem;
        left: 0;
        width: 38rem;
        height: 12rem;
        background: -moz-linear-gradient(bottom, rgba(255, 254, 250, 0) 0, #fffefa 44%, #fffefa 100%);
        background: -webkit-linear-gradient(bottom, rgba(255, 254, 250, 0) 0, #fffefa 44%, #fffefa 100%);
        background: linear-gradient(to top, rgba(255, 254, 250, 0) 0, #fffefa 44%, #fffefa 100%);
    }
    .vegan-list--gutenberg::before {
        content: "";
        position: absolute;
        top: -25rem;
        left: 0;
        width: 38rem;
        height: 25rem;
        background: -moz-linear-gradient(top, rgba(255, 254, 250, 0) 0, #fffefa 44%, #fffefa 100%);
        background: -webkit-linear-gradient(top, rgba(255, 254, 250, 0) 0, #fffefa 44%, #fffefa 100%);
        background: linear-gradient(to bottom, rgba(255, 254, 250, 0) 0, #fffefa 44%, #fffefa 100%);
    }
}
@media screen and (min-width: 1440px) {
    .vegan-list--gutenberg {
        margin: 5rem calc((-100vw + 68rem) / 2);
    }
    .vegan-list--gutenberg::after {
        width: calc((100vw - 68rem) / 2);
    }
    .vegan-list--gutenberg::before {
        width: calc((100vw - 68rem) / 2);
    }
}
@media screen and (min-width: 992px) {
    .vegan-list__wrap {
        padding: 0 15rem;
    }
    .vegan-list__wrap::before {
        content: "";
        background-image: var(--vegan-list-icon);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        width: 6.9rem;
        height: 6.9rem;
        top: 0;
        left: 5rem;
    }
}
@media screen and (min-width: 1200px) {
    .vegan-list__wrap {
        padding: 0 38rem;
    }
    .vegan-list__wrap::before {
        content: "";
        background-image: var(--vegan-list-icon);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        width: 9.5rem;
        height: 9.5rem;
        top: 0;
        left: 14.7rem;
    }
}
.vegan-list__heading {
    font-size: 3.2rem;
    line-height: 4.2rem;
}
@media screen and (min-width: 992px) {
    .vegan-list__heading {
        font-size: 3.6rem;
        line-height: 4.8rem;
    }
}
.vegan-list p {
    font-family: Apercu;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: rgba(32, 32, 34, 0.9);
}
@media screen and (min-width: 992px) {
    .vegan-list p {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.vegan-list a {
    color: rgba(32, 32, 34, 0.9);
}
.vegan-list h3 {
    font-family: Apercu;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: rgba(32, 32, 34, 0.9);
}
@media screen and (min-width: 992px) {
    .vegan-list h3 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.vegan-list ul {
    padding: 0;
    list-style-type: none;
}
@media screen and (min-width: 992px) {
    .vegan-list ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}
.vegan-list ul li {
    font-family: Canela;
    font-style: normal;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 3.6rem;
}
.vegan-list ul li:before {
    content: "— ";
}
@media screen and (min-width: 992px) {
    .vegan-list ul li {
        font-size: 1.8rem;
        line-height: 3.8rem;
    }
}
body {
    background-color: #fffefa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tippy-box[data-animation="fade"][data-state="hidden"] {
    opacity: 0;
}
[data-tippy-root] {
    max-width: calc(100vw - 10px);
}
.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    transition-property: transform, visibility, opacity;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
    bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
    top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
    right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
    left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right;
}
.tippy-box[data-inertia][data-state="visible"] {
    transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333;
}
.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid;
}
.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1;
}
@media screen and (min-width: 992px) {
    .latest-articles__heading {
        text-align: left;
    }
}
.latest-articles {
    background-color: #eeead7;
}
.latest-articles__heading::after {
    display: none;
}





.blog-post-inner__body__text h2:not(.refine-menu__heading):not(.product__heading):not(.vegan-list__heading) {
    font-size: 2.8rem;
    line-height: 3.8rem;
    font-weight: 400;
}

.blog-post-inner__body__text h3:not(.product__brand):not(.refine-menu__heading):not(.product__heading):not(.vegan-list__heading) {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 400;
}

.blog-post-inner__body__author-box {
    margin-top: 2rem;
    background-color: #F8F3ED;
    padding: 3rem;
    margin-top: 4rem;
}
.text-hyphen {
    margin: 0 0.5rem;
    color: rgb(32 32 34 / 35%);
}

.brand-list__list__shops a, .brand-list__list__item a {
    color: #202022;
}

.front-page-search {
    max-width: 56rem;
}

.page-id-52 .vegan-list--gutenberg::before,
.page-id-52 .vegan-list--gutenberg::after {
    display: none;
}

.page-id-52 .vegan-list--gutenberg {
    margin-top: 10rem;
}

.latest-articles {
    background-color: #fffefa;
    margin: 7rem 0;
}

.latest-articles__heading::after {
    display: none;
}

.brand .brand__button-container {
    margin-top: 2rem;
}

.blog-post__image_tall {
    height: 100%;
    object-fit: cover;
    width: 100%;
    min-height: 45rem;
}

.why-cfk-inner {
    text-align: center;
    max-width: 709px;
    margin: 0 auto;
}

.heading.heading--why-cfk {
    font-size: 3.2rem;
    line-height: 4.2rem;
    padding: 4rem 0;
}

.button.button--primary.button-why-cfk {
    text-align: center;
    margin: 0 auto;
    background-color: #EEEAD7;
    color: #202022;
}

.button-search-all-brands {
    margin-top:5rem !important;
}

.why-cfk {
    margin-top: 10rem;
}

.categories {
    padding: 10rem 0;
    background-color: #23261b;
    text-align:center;
    color: #faf2dc;
}

.categories-white {
    padding: 10rem 0;
    background-color: #fffefa;
        text-align:center;
}


.front-page-cats {
    display:block;
}

.front-page-cats a {
    color: #faf2dc;
}

.front-box-paragraph {
    margin-top: -2rem;
    margin-bottom: 3rem;
    max-width: 56rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
}

.front-buttons .button {
    background-color: #23261b;

}

.front-buttons .button:hover {
    background-color: #202022;

}

.front-buttons .button:last-child {
    background-color: #23261b;
    color: #fff6e5;
}

.front-buttons .button:last-child:hover {
    background-color: #202022;
    color: #FFFEFA;
}

.front-buttons .button:nth-child(2) {
    margin:1rem 0;
}


.single-cat {
    display: inline-block;
    margin-right: 54px;
    text-decoration: underline;
    font-family: 'Canela';
    font-size: 2rem;
}

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

.single-cat {
    margin-top:1rem;
    margin-bottom:1rem;
}

}

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

.single-cat {
    display: block;
    margin:2rem auto;
}

.categories {
    padding: 5rem 0;

}

}


.front-cat-heading {
    font-family: 'Apercu';
    text-decoration: none;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.latest-brands {
    margin: 7rem 0;
    background-color:#fffefa;
}

.latest-brands .button--green,
.latest-brands .button--pink {
    background-color: #f8f3ed;
}

.latest-brands .button--green:hover,
.latest-brands .button--pink:hover {
    background-color: #202022;
    color: #fffefa;
    padding-right: 1rem;
}


.paragraph__links {
   font-family: 'Canela';
    line-height: 4rem;
    font-size: 2.2rem;
}


.why-cfk .paragraph--primary {
    font-size: 1.4rem;
    line-height: 1.4rem;
}

.usage-block {
    background-size: 9.4rem;
}

.usage-block .button--secondary {
    background-color: #24261b;
    color:#fff;
}

.usage-block .button--secondary:hover {
    background-color: #202022;
}

.home .featured-pages {
    margin: 7rem 0;
}


.home .newsletter {
    display: none;
}



.button--pink {
    position: relative;
    background-color: #f9d9da;
    color: #202022;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
}

.button--pink::after {
    position: absolute;
    content: url(images/external-link-icon.svg);
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.4rem;
    height: 1.4rem;
    transition: all 0.1s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.button--pink:hover {
    background-color: #202022;
    color: #fffefa;
    padding-right: 1rem;
}

cite {
    font-family: apercu;
    font-style: normal;
    font-size: 1.5rem;
}

.product-information__product-name__item {
    color: #202022;
    margin: 0;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
}

.brand-display-block .product__image {
    width: 100%;
    object-fit: cover;
    height: 320px;
}

.please-share {
    margin-top: 10rem;
    margin-bottom: 0;
}

#footer_branding {
    display: none;
}

.page-content__wrap__content p a {
    display: inline;
    color: #A15C61;
}

.page-content__wrap__content p a:hover {
    color: #D3A2A5;
    transition: all 0.3s ease-out;
}

.puggle a {
    color: #202022;
    font-size: 1.5rem;
}



.single-cfk_brand .please-share {
    margin-top: 0;
}

.brand-body__wrap {
    margin-bottom: 10rem;
}

.product-category svg path:first-of-type {
    transition: fill 0.2s ease-out;
}

.round-tag--partner {
    background-image: url(images/partner--icon.png);
    background-size: 7rem auto;
}






    .page-header__wrap a {
    color: #E6E1E5;
    }

    .page-id-20691 .page-header__wrap a {
    color: #202022;
}

    .page-id-20691 .page-header__wrap a:hover {
    color: #fffefa;
}

    .single-cfk_brand .featured-products {   
    background-color: #EEEAD7;
    margin: 0;
}

.button--explore-more {
    width: 20rem;
}

.explore-more__block__button-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, 11rem);
    grid-gap: 1.6rem;
}

.button--green--nomove {
    position: relative;
    background-color: #eeead7;
    color: #202022;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
}

.button--green--nomove:hover {
    background-color: #202022;
    color: #fffefa;
}


#mauticform_subscription1_email2 {
    display:none;
}

.blog-post-inner__body__text .product {
    max-width: 100%;
}

.product-display-block .product-information__block {
    margin-top: 2rem;
}

.product-display-block {
    margin: 4rem 0;
}

.brand-display-block {
    margin: 5rem 0 4rem 0;
}

.blog-post-inner__body__text .product {
    width: 100%;
}

.brand-display-block .heading--secondary {
    font-size: 3.6rem !important;
    line-height: 3.4rem !important;
    margin-bottom: 0.8rem;
}

.brand-attributes-list, .single-brand-attributes {
    margin-bottom: 12px;
    display: block;
    list-style: none;
    padding-left:0px;
}

.single-brand-attributes li {
    display:inline;
    font-size: 1.8rem;
    color: #A9A9A9;
    margin-bottom: 16px;
}

.brand-attributes-list li {
    display: inline;
    font-size: 2.4rem;
    line-height: 3.8rem;
}

.brand-attributes-list li:after, .single-brand-attributes li:after {
  content: ", ";
}

.brand-attributes-list li:last-child:after, .single-brand-attributes li:last-child:after {
    content: "";
}

.vegan-list ol {
    columns: 3;
    font-family: Canela;
    font-style: normal;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 3.8rem;
    padding-left: 0px;
}

.product-display-block-double {
    display: flex;
}

.product-display-block-double a {
    text-decoration:none;
}



.product_left {
    padding-right:10px;
}

.product_right {
    padding-left:10px;
}

.vegan-background {
    background-color: #B5AB7D;
    color: #fff;
    padding: 30px;
    margin-top:4rem;
}

.veg-h3 {
    font-family: canela;
    font-size: 3.2rem;
}

.veg-sub {
    font-size: 1.8rem;
    text-decoration:underline;

}

.product-information__block__button-container a {
 /*   color: #202022*/



    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5rem;
    width: 20rem;
    height: 5rem;
    background-color: #202022;


}

.product-information__block__button-container a:hover {
    color: #FFF
}

@media screen and (min-width: 480px) {

.explore-more__block__button-container {
    grid-template-columns: repeat(auto-fit, 20rem);
}

}

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

.product-display-block-double .product__heading {
    font-size: 1.8rem;
    line-height: 2.5rem;
}

.product-information__block__button-container { display:block; }

.product-information__block__button-container a {margin:20px 0;}


}


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

.page-header--title-only {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}


    .ohnono {
        display:  none;
    }



}


@media screen and (min-width: 992px) {
    .latest-articles__heading {
        text-align: left;
    }
    .usage-block {
        height: 40rem;
    }
    .comments-section {
        margin-top: 0rem;
    }

    .round-tag--gray-area {
        background-size: 2rem auto;
    }


.single-cfk_brand .featured-products {   
    padding: 10rem 0 12rem;

    }

}

.usage__container p {
    margin-bottom: 0px;
}

.buy-button a {
    background-color: #eeead7;
    
    color: #202022;
    transition: all 0.3s ease-in-out;
    font-family: Apercu;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14.4rem;
    height: 4rem;
    padding: 0;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    margin:1rem 0;
}

.buy-button a:hover {
    background-color: #202022;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .brand-list__list__category-wrapper h2 {
        font-size: 1.5rem !important;
    }

    .brand-body__container h2 {
        line-height: 1.3;
    }

    .refine-menu__container {
        padding-bottom:10rem;
    }

    .explore-more__block__button-container {
        display:block;
    }

    .button--green--nomove {
    margin: 1rem 0;
    }
}



.stats-table td:nth-child(1) {  
  max-width:200px;
}

.stats-table td:nth-child(2) {  
text-align:right;
}






















/*FRONT PAGE ADD*/

.apercu {
  font-family: apercu !important;
}

.ncflink {
  color: #202022;
  margin-top:20px;
  display:block;
}

section.vc_row.vc_custom_1610714622209.liquid-row-shadowbox-60a3c5c4938fb.vc_row-has-fill.vc_row-has-bg {
  background-color: #23261b;
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  margin-inline-end: 0;
  margin-inline-start: 0;
  padding-bottom: 20px;
  padding-top: 80px;
  position: relative;
  margin-top: -2px;
}

div.ld-container.container {
  box-sizing: border-box;
  color: #000;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

div.ld-container.container:before {
  content: none;
  display: table;
}

div.ld-container.container:after {
  clear: both;
  content: none;
  display: table;
}

@media (min-width: 768px) {
  div.ld-container.container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  div.ld-container.container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  div.ld-container.container {
    width: 1170px;
  }
}

@media screen and (max-width: 479px) {
  div.ld-container.container {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  div.ld-container.container {
    flex-grow: 1;
  }
}

div.row.ld-row.ld-row-outer {
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  margin-left: -15px;
  margin-right: -15px;
}

div.row.ld-row.ld-row-outer:before {
  content: none;
  display: table;
}

div.row.ld-row.ld-row-outer:after {
  clear: both;
  content: none;
  display: table;
}

div.wpb_column.vc_column_container.vc_col-sm-12.vc_col-lg-offset-3.vc_col-lg-6.vc_col-md-offset-2.vc_col-md-8.text-center.liquid-column-60a3c5c493a8d {
  align-items: flex-start;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  div.wpb_column.vc_column_container.vc_col-sm-12.vc_col-lg-offset-3.vc_col-lg-6.vc_col-md-offset-2.vc_col-md-8.text-center.liquid-column-60a3c5c493a8d {
    width: 100%;
  }
}

@media (min-width: 992px) {
  div.wpb_column.vc_column_container.vc_col-sm-12.vc_col-lg-offset-3.vc_col-lg-6.vc_col-md-offset-2.vc_col-md-8.text-center.liquid-column-60a3c5c493a8d {
    margin-left: 16.6667%;
    width: 66.6667%;
  }
}

@media (min-width: 1200px) {
  div.wpb_column.vc_column_container.vc_col-sm-12.vc_col-lg-offset-3.vc_col-lg-6.vc_col-md-offset-2.vc_col-md-8.text-center.liquid-column-60a3c5c493a8d {
    margin-left: 25%;
    width: 50%;
  }
}

div.vc_column-inner {
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  position: relative;
  text-align: center;
  transition: box-shadow .3s, transform .65s cubic-bezier(.23,1,.32,1);
  width: 100%;
}

div.wpb_wrapper {
  box-sizing: border-box;
  color: #000;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  position: relative;
  text-align: center;
}

div#ld_carousel_tab_6121a0184416a.carousel-container.no.carousel-dots-mobile-center.carousel-dots-style1.carousel-dots-mobile-outside.lqd-carousel-fade.ld_carousel_tab_6121a0184416a {
  box-sizing: border-box;
  color: #000;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  div#ld_carousel_tab_6121a0184416a.carousel-container.no.carousel-dots-mobile-center.carousel-dots-style1.carousel-dots-mobile-outside.lqd-carousel-fade.ld_carousel_tab_6121a0184416a {
    max-width: 100vw;
  }
}

div.carousel-items.flickity-enabled.is-draggable.is-fade.lqd-carousel-ready {
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  margin-inline-end: -15px;
  margin-inline-start: -15px;
  position: relative;
  text-align: center;
  user-select: none;
}

div.carousel-items.flickity-enabled.is-draggable.is-fade.lqd-carousel-ready:focus {
  outline: medium none currentcolor;
}

div.carousel-items.flickity-enabled.is-draggable.is-fade.lqd-carousel-ready:before {
  content: none;
}

div.carousel-items.flickity-enabled.is-draggable.is-fade.lqd-carousel-ready:after {
  content: none;
}

div.flickity-viewport {
  box-sizing: border-box;
  color: #000;
  cursor: grab;
  flex: 1 0 100%;
  font-family: gt walsheim regular,sans-serif;
  height: 74.9px;
  line-height: 24.8px;
  overflow: hidden;
  position: relative;
  text-align: center;
  touch-action: pan-y;
  width: 100%;
}

div.flickity-slider {
  box-sizing: border-box;
  color: #000;
  cursor: grab;
  font-family: gt walsheim regular,sans-serif;
  height: 100%;
  left: 0;
  line-height: 24.8px;
  position: absolute;
  text-align: center;
  transform: translateX(0);
  width: 100%;
}

div.carousel-item.has-width.has-one-child.is-selected {
  align-items: stretch;
  box-sizing: border-box;
  color: #000;
  cursor: grab;
  display: flex;
  flex: 1 0 100%;
  flex-direction: column;
  font-family: gt walsheim regular,sans-serif;
  justify-content: center;
  left: 0;
  line-height: 24.8px;
  opacity: 1;
  padding-inline-end: 15px;
  padding-inline-start: 15px;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  transition: none 0s;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  div.carousel-item.has-width.has-one-child.is-selected:not([class*=col-xs]) {
    width: 100%;
  }
}

div.carousel-item-inner {
  align-items: inherit;
  box-sizing: border-box;
  color: #000;
  cursor: grab;
  display: flex;
  flex-grow: 1;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  min-height: inherit;
  position: relative;
  text-align: center;
  width: 100%;
}

div.carousel-item-content {
  align-items: inherit;
  box-sizing: border-box;
  color: #f0e5c9;
  cursor: grab;
  display: flex;
  flex: 1 0 100%;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  min-height: inherit;
  position: relative;
  text-align: center;
  width: 100%;
}

div.ld-fancy-heading.ld_fancy_heading_60a3c5c493b6c {
  box-sizing: border-box;
  color: #000;
  cursor: grab;
  flex-grow: 1;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  position: relative;
  text-align: center;
}

p.ld-fh-element.lqd-highlight-underline.lqd-highlight-grow-left.text-decoration-default {
    box-sizing: border-box;
    color: #FFF6E5;
    display: inline-block;
    font-family: 'Canela';
    line-height: 26px;
    margin: 0;
    font-size: 2rem;
    position: relative;
}

.blockblack {
    color: #000 !important;
    font-family: apercu !important;
    font-size: 1.8rem!important;
    font-weight: lighter !important;
}

p.ld-fh-element.lqd-highlight-underline.lqd-highlight-grow-left.text-decoration-default:empty {
  display: none;
}

div.carousel-item.has-width.has-one-child {
  align-items: stretch;
  box-sizing: border-box;
  color: #000;
  cursor: grab;
  display: flex;
  flex: 1 0 100%;
  flex-direction: column;
  font-family: gt walsheim regular,sans-serif;
  justify-content: center;
  left: 0;
  line-height: 24.8px;
  opacity: 0;
  padding-inline-end: 15px;
  padding-inline-start: 15px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transition: none 0s;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  div.carousel-item.has-width.has-one-child:not([class*=col-xs]) {
    width: 100%;
  }
}

div.ld-fancy-heading.ld_fancy_heading_60a3c5c494c8b {
  box-sizing: border-box;
  color: #000;
  cursor: grab;
  flex-grow: 1;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  position: relative;
  text-align: center;
}

div.ld-fancy-heading.ld_fancy_heading_60a3c5c495b7c {
  box-sizing: border-box;
  color: #000;
  cursor: grab;
  flex-grow: 1;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  position: relative;
  text-align: center;
}

div.carousel-nav.carousel-nav-floated.carousel-nav-center.carousel-nav-mobile-center.carousel-nav-middle.carousel-nav-lg.ld_carousel_tab_6121a0184416a {
  align-items: center;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-family: gt walsheim regular,sans-serif;
  justify-content: center;
  left: 0;
  line-height: 24.8px;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  z-index: 9;
}

div.carousel-nav.carousel-nav-floated.carousel-nav-center.carousel-nav-mobile-center.carousel-nav-middle.carousel-nav-lg.ld_carousel_tab_6121a0184416a:not([class*="col-"]):not(.has-width) {
  flex: 1 0 100%;
}

@media screen and (max-width: 991px) {
  div.carousel-nav.carousel-nav-floated.carousel-nav-center.carousel-nav-mobile-center.carousel-nav-middle.carousel-nav-lg.ld_carousel_tab_6121a0184416a {
    bottom: auto;
    justify-content: center;
    left: auto;
    margin-top: 2em;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  div.carousel-nav.carousel-nav-floated.carousel-nav-center.carousel-nav-mobile-center.carousel-nav-middle.carousel-nav-lg.ld_carousel_tab_6121a0184416a {
    display: none;
  }
}

button.flickity-button.flickity-prev-next-button.previous {
  align-items: center;
  appearance: button;
  background-color: transparent;
  border: 1px solid transparent;
  border-image: none 100% 1 0 stretch;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  font-family: inherit;
  font-feature-settings: inherit;
  font-kerning: inherit;
  font-language-override: inherit;
  font-optical-sizing: inherit;
  font-size: 26px;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-variant-alternates: inherit;
  font-variant-caps: inherit;
  font-variant-east-asian: inherit;
  font-variant-ligatures: inherit;
  font-variant-numeric: inherit;
  font-variant-position: inherit;
  font-variation-settings: inherit;
  font-weight: inherit;
  height: 50px;
  justify-content: center;
  left: -12%;
  line-height: inherit;
  margin: 0;
  margin-inline-end: 5px;
  opacity: 1;
  overflow: visible;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: none;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
  width: 50px;
}

button.flickity-button.flickity-prev-next-button.previous:hover {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  box-shadow: none;
  color: rgba(255,255,255,.6);
  outline: medium none currentcolor;
}

button.flickity-button.flickity-prev-next-button.previous:focus {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  box-shadow: none;
  outline: medium none currentcolor;
}

button.flickity-button.flickity-prev-next-button.previous:after {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #fff;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

@media screen and (max-width: 991px) {
  button.flickity-button.flickity-prev-next-button.previous {
    bottom: auto;
    display: inline-flex;
    left: auto;
    margin: 0 5px;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }
}

section.vc_row.vc_custom_1610714622209.liquid-row-shadowbox-60a3c5c4938fb.vc_row-has-fill.vc_row-has-bg button.flickity-button.flickity-prev-next-button.previous svg {
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  fill: #fff;
  font-family: gt walsheim regular,sans-serif;
  font-size: 26px;
  height: auto;
  left: auto;
  line-height: 24.8px;
  position: relative;
  text-align: center;
  top: auto;
  width: auto;
}

section.vc_row.vc_custom_1610714622209.liquid-row-shadowbox-60a3c5c4938fb.vc_row-has-fill.vc_row-has-bg button.flickity-button.flickity-prev-next-button.previous svg:not(:root) {
  overflow: hidden;
}

section.vc_row.vc_custom_1610714622209.liquid-row-shadowbox-60a3c5c4938fb.vc_row-has-fill.vc_row-has-bg svg polygon {
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: gt walsheim regular,sans-serif;
  font-size: 26px;
  line-height: 24.8px;
  text-align: center;
}

button.flickity-button.flickity-prev-next-button.next {
  align-items: center;
  appearance: button;
  background-color: transparent;
  border: 1px solid transparent;
  border-image: none 100% 1 0 stretch;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  font-family: inherit;
  font-feature-settings: inherit;
  font-kerning: inherit;
  font-language-override: inherit;
  font-optical-sizing: inherit;
  font-size: 26px;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-variant-alternates: inherit;
  font-variant-caps: inherit;
  font-variant-east-asian: inherit;
  font-variant-ligatures: inherit;
  font-variant-numeric: inherit;
  font-variant-position: inherit;
  font-variation-settings: inherit;
  font-weight: inherit;
  height: 50px;
  justify-content: center;
  left: auto;
  line-height: inherit;
  margin: 0;
  margin-inline-start: 5px;
  opacity: 1;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: -12%;
  text-align: center;
  text-transform: none;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
  width: 50px;
}

button.flickity-button.flickity-prev-next-button.next:hover {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  box-shadow: none;
  color: rgba(255,255,255,.6);
  outline: medium none currentcolor;
}

button.flickity-button.flickity-prev-next-button.next:focus {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  box-shadow: none;
  outline: medium none currentcolor;
}

@media screen and (max-width: 991px) {
  button.flickity-button.flickity-prev-next-button.next {
    bottom: auto;
    display: inline-flex;
    left: auto;
    margin: 0 5px;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }
}

section.vc_row.vc_custom_1610714622209.liquid-row-shadowbox-60a3c5c4938fb.vc_row-has-fill.vc_row-has-bg button.flickity-button.flickity-prev-next-button.next svg {
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  fill: #fff;
  font-family: gt walsheim regular,sans-serif;
  font-size: 26px;
  height: auto;
  left: auto;
  line-height: 24.8px;
  position: relative;
  text-align: center;
  top: auto;
  white-space: -moz-pre-space;
  width: auto;
}

section.vc_row.vc_custom_1610714622209.liquid-row-shadowbox-60a3c5c4938fb.vc_row-has-fill.vc_row-has-bg button.flickity-button.flickity-prev-next-button.next svg:not(:root) {
  overflow: hidden;
}

div.carousel-dots-mobile.carousel-dots-style4.ld_carousel_tab_6121a0184416a.carousel-dots-mobile-center.carousel-dots-mobile-outside {
  box-sizing: border-box;
  color: #000;
  display: none;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  text-align: center;
}

div.carousel-dots-mobile.carousel-dots-style4.ld_carousel_tab_6121a0184416a.carousel-dots-mobile-center.carousel-dots-mobile-outside:not([class*="col-"]):not(.has-width) {
  flex: 1 0 100%;
}

@media screen and (max-width: 768px) {
  div.carousel-dots-mobile.carousel-dots-style4.ld_carousel_tab_6121a0184416a.carousel-dots-mobile-center.carousel-dots-mobile-outside {
    display: block;
    width: 100%;
  }
}

ol.flickity-page-dots {
  bottom: auto;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-family: gt walsheim regular,sans-serif;
  left: auto;
  line-height: 1;
  list-style: none;
  margin: 1.5em 0 0;
  padding: 0;
  position: relative;
  right: auto;
  text-align: center;
  top: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  ol.flickity-page-dots {
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
  }
}

li.dot.is-selected {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #fff;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 50em;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: gt walsheim regular,sans-serif;
  height: 6px;
  line-height: 16px;
  margin: 0 6px;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  text-align: center;
  transition: all .3s;
  width: 15px;
  z-index: 1;
}

li.dot.is-selected:before {
  border: medium none currentcolor;
  border-image: none 100% 1 0 stretch;
  height: 200%;
  left: -50%;
  top: -50%;
  width: 200%;
}

li.dot {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(255,255,255,.6);
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 50em;
  box-sizing: border-box;
  color: rgba(51,51,51,.25);
  cursor: pointer;
  display: inline-block;
  font-family: gt walsheim regular,sans-serif;
  height: 6px;
  line-height: 16px;
  margin: 0 6px;
  opacity: 1;
  position: relative;
  text-align: center;
  transition: all .3s;
  width: 6px;
}

li.dot:before {
  border: medium none currentcolor;
  border-image: none 100% 1 0 stretch;
  height: 200%;
  left: -50%;
  top: -50%;
  width: 200%;
}

div.carousel-dots.carousel-dots-to-hide.ld_carousel_tab_6121a0184416a.carousel-dots-mobile-center.carousel-dots-style1.carousel-dots-mobile-outside {
  bottom: -25px;
  box-sizing: border-box;
  color: #000;
  display: none;
  font-family: gt walsheim regular,sans-serif;
  left: auto;
  line-height: 24.8px;
  position: relative;
  right: auto;
  text-align: center;
  top: auto;
}

div.carousel-dots.carousel-dots-to-hide.ld_carousel_tab_6121a0184416a.carousel-dots-mobile-center.carousel-dots-style1.carousel-dots-mobile-outside:not([class*="col-"]):not(.has-width) {
  flex: 1 0 100%;
}

div.wpb_column.vc_column_container.vc_col-sm-12.liquid-column-60a3c5c495d61 {
  align-items: flex-start;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  div.wpb_column.vc_column_container.vc_col-sm-12.liquid-column-60a3c5c495d61 {
    width: 100%;
  }
}

div.ld-empty-space.ld_spacer_60a3c5c495e29 {
  box-sizing: border-box;
  color: #000;
  font-family: gt walsheim regular,sans-serif;
  height: 60px;
  line-height: 24.8px;
}

div.wpb_column.vc_column_container.vc_col-sm-4.vc_col-xs-4.text-md-left.liquid-column-60a3c5c495f87 {
  align-items: flex-start;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
}

@media (min-width: 768px) {
  div.wpb_column.vc_column_container.vc_col-sm-4.vc_col-xs-4.text-md-left.liquid-column-60a3c5c495f87 {
    width: 33.3333%;
  }
}

@media (min-width: 992px) {
  div.wpb_column.vc_column_container.vc_col-sm-4.vc_col-xs-4.text-md-left.liquid-column-60a3c5c495f87 {
    text-align: start;
  }
}

div.vc_column-inner.vc_custom_1603288732328 {
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  margin-bottom: 35px;
  position: relative;
  transition: box-shadow .3s, transform .65s cubic-bezier(.23,1,.32,1);
  width: 100%;
}

div.wpb_single_image.wpb_content_element.vc_align_.liquid_vc_single_image-60a3c5c4963ed {
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  margin-bottom: 0;
}

figure.wpb_wrapper.vc_figure {
  box-sizing: border-box;
  color: #000;
  display: inline-flex;
  flex-grow: 1;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  margin: 0;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

@media (min-width: 992px) {
  figure.wpb_wrapper.vc_figure {
    justify-content: flex-start;
  }
}

div.vc_single_image-wrapper {
  box-sizing: border-box;
  color: #000;
  display: inline-flex;
  flex-direction: column;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  margin-bottom: 35px;
  max-width: 100%;
  vertical-align: top;
}

img.vc_single_image-img {
  border: 0 none currentcolor;
  border-image: none 100% 1 0 stretch;
  border-radius: inherit;
  box-sizing: border-box;
  color: #000;
  font-family: gt walsheim regular,sans-serif;
  height: auto;
  line-height: 24.8px;
  max-width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 479px) {
  img.vc_single_image-img {
    max-width: 100%;
  }
}

div.wpb_column.vc_column_container.vc_col-sm-4.vc_col-xs-4.text-center.liquid-column-60a3c5c49653d {
  align-items: flex-start;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  width: 33.3333%;
}

@media (min-width: 768px) {
  div.wpb_column.vc_column_container.vc_col-sm-4.vc_col-xs-4.text-center.liquid-column-60a3c5c49653d {
    width: 33.3333%;
  }
}

div.vc_column-inner.vc_custom_1603288740656 {
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  margin-bottom: 35px;
  position: relative;
  text-align: center;
  transition: box-shadow .3s, transform .65s cubic-bezier(.23,1,.32,1);
  width: 100%;
}

div.wpb_single_image.wpb_content_element.vc_align_.liquid_vc_single_image-60a3c5c4967da {
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  margin-bottom: 0;
  text-align: center;
}

div.wpb_column.vc_column_container.vc_col-sm-4.vc_col-xs-4.text-md-right.liquid-column-60a3c5c4968f6 {
  align-items: flex-start;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: end;
  width: 20%;
}

@media (min-width: 768px) {
  div.wpb_column.vc_column_container.vc_col-sm-4.vc_col-xs-4.text-md-right.liquid-column-60a3c5c4968f6 {
    width: 20%;
  }
}

@media (min-width: 992px) {
  div.wpb_column.vc_column_container.vc_col-sm-4.vc_col-xs-4.text-md-right.liquid-column-60a3c5c4968f6 {
    text-align: end;
  }
}

div.vc_column-inner.vc_custom_1603288747454 {
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  margin-bottom: 35px;
  position: relative;
  text-align: end;
  transition: box-shadow .3s, transform .65s cubic-bezier(.23,1,.32,1);
  width: 100%;
}

div.wpb_single_image.wpb_content_element.vc_align_.liquid_vc_single_image-60a3c5c496b2e {
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-family: gt walsheim regular,sans-serif;
  line-height: 24.8px;
  margin-bottom: 0;
  text-align: end;
}









section.vc_row.vc_custom_1610715136384.liquid-row-shadowbox-60a3c5c496cae.vc_row-has-fill.vc_row-has-bg {
  background-color: #F8F3ED;
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  margin-inline-end: 0;
  margin-inline-start: 0;
  padding-bottom: 30px;
  padding-top: 50px;
  position: relative;
}

div.ld-container.container {
  box-sizing: border-box;
  color: #000;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

div.ld-container.container:before {
  content: none;
  display: table;
}

div.ld-container.container:after {
  clear: both;
  content: none;
  display: table;
}

@media (min-width: 768px) {
  div.ld-container.container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  div.ld-container.container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  div.ld-container.container {
    width: 1170px;
  }
}

@media screen and (max-width: 479px) {
  div.ld-container.container {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  div.ld-container.container {
    flex-grow: 1;
  }
}

div.row.ld-row.ld-row-outer {
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  margin-left: -15px;
  margin-right: -15px;
}

div.row.ld-row.ld-row-outer:before {
  content: none;
  display: table;
}

div.row.ld-row.ld-row-outer:after {
  clear: both;
  content: none;
  display: table;
}

div.wpb_column.vc_column_container.vc_col-sm-12.vc_col-md-offset-2.vc_col-md-8.text-center.liquid-column-60a3c5c496dc3 {
  align-items: flex-start;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  div.wpb_column.vc_column_container.vc_col-sm-12.vc_col-md-offset-2.vc_col-md-8.text-center.liquid-column-60a3c5c496dc3 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  div.wpb_column.vc_column_container.vc_col-sm-12.vc_col-md-offset-2.vc_col-md-8.text-center.liquid-column-60a3c5c496dc3 {
    margin-left: 16.6667%;
    width: 66.6667%;
  }
}

div.vc_column-inner {
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  position: relative;
  text-align: center;
  transition: box-shadow .3s, transform .65s cubic-bezier(.23,1,.32,1);
  width: 100%;
}

div.wpb_wrapper {
  box-sizing: border-box;
  color: #000;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  position: relative;
  text-align: center;
}

div.ld-fancy-heading.ld_fancy_heading_60a3c5c496e98 {
  box-sizing: border-box;
  color: #000;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  position: relative;
  text-align: center;
}

h2.ld-fh-element.lqd-highlight-underline.lqd-highlight-grow-left.text-decoration-default.h3 {
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-family: "Canela",sans-serif;
  font-size: 33px;
  font-weight: 500;
  line-height: 1em;
  margin: 0 0 .5em;
  position: relative;
  text-align: center;
}





section.vc_row.vc_custom_1610715142668.liquid-row-shadowbox-60a3c5c4971c1.vc_row-has-fill.vc_row-has-bg {
  background-color: #F8F3ED;
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  margin-inline-end: 0;
  margin-inline-start: 0;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
}

div.ld-container.container {
  box-sizing: border-box;
  color: #000;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

div.ld-container.container:before {
  content: none;
  display: table;
}

div.ld-container.container:after {
  clear: both;
  content: none;
  display: table;
}

@media (min-width: 768px) {
  div.ld-container.container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  div.ld-container.container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  div.ld-container.container {
    width: 1170px;
  }
}

@media screen and (max-width: 479px) {
  div.ld-container.container {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  div.ld-container.container {
    flex-grow: 1;
  }
}

div.row.ld-row.ld-row-outer {
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  margin-left: -15px;
  margin-right: -15px;
}

div.row.ld-row.ld-row-outer:before {
  content: none;
  display: table;
}

div.row.ld-row.ld-row-outer:after {
  clear: both;
  content: none;
  display: table;
}

div.wpb_column.vc_column_container.vc_col-sm-12.vc_col-md-1\/5.vc_col-xs-6.liquid-column-60a3c5c497331 {
  align-items: flex-start;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 50%;
}

@media (min-width: 992px) {
  div.wpb_column.vc_column_container.vc_col-sm-12.vc_col-md-1\/5.vc_col-xs-6.liquid-column-60a3c5c497331 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 768px) {
  div.wpb_column.vc_column_container.vc_col-sm-12.vc_col-md-1\/5.vc_col-xs-6.liquid-column-60a3c5c497331 {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  div.wpb_column.vc_column_container.vc_col-sm-12.vc_col-md-1\/5.vc_col-xs-6.liquid-column-60a3c5c497331 {
    width: 20%;
  }
}

div.vc_column-inner {
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  position: relative;
  transition: box-shadow .3s, transform .65s cubic-bezier(.23,1,.32,1);
  width: 100%;
}

div.wpb_wrapper {
  box-sizing: border-box;
  color: #000;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  position: relative;
}

div#ld_icon_box_60a3c5c4974aa.iconbox.text-align-default.iconbox-circle.iconbox-sm.ld_icon_box_60a3c5c4974aa {
  align-items: center;
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: "gt walsheim regular",sans-serif;
  justify-content: center;
  line-height: 24.8px;
  margin-bottom: 2em;
  position: relative;
  text-align: center;
  transition: box-shadow .3s, background .3s;
}

div.iconbox-icon-wrap {
  box-sizing: border-box;
  color: #000;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  text-align: center;
}

div.iconbox-icon-wrap:before {
  content: "";
  display: table;
}

div.iconbox-icon-wrap:after {
  clear: both;
  content: "";
  display: table;
}

span.iconbox-icon-container {
  align-items: center;
  background: #303327;
  background-color: transparent;
border: 1px solid #b5ab7d;
  border-radius: 50em;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 25px;
  height: 70px;
  justify-content: center;
  line-height: 1em;
  margin-bottom: 18px;
  position: relative;
  text-align: center;
  transition: border .3s, box-shadow .3s;
  width: 70px;
  z-index: 2;
}

.iconbox-icon-container i {
  color: #b5ab7d;
}

span.iconbox-icon-container:before {
  border-color: transparent;
}

section.vc_row.vc_custom_1610715142668.liquid-row-shadowbox-60a3c5c4971c1.vc_row-has-fill.vc_row-has-bg span.iconbox-icon-container svg {
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: "gt walsheim regular",sans-serif;
  font-size: 25px;
  height: auto;
  left: 50%;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: fill .3s, stroke .3s;
  width: 26px;
  z-index: 2;
}

section.vc_row.vc_custom_1610715142668.liquid-row-shadowbox-60a3c5c4971c1.vc_row-has-fill.vc_row-has-bg span.iconbox-icon-container svg:not(:root) {
  overflow: hidden;
}

g#credit-card_3_ {
  box-sizing: border-box;
  color: #fff;
  font-family: "gt walsheim regular",sans-serif;
  font-size: 25px;
  line-height: 0;
  text-align: center;
}

g#Group_22985 {
  box-sizing: border-box;
  color: #fff;
  font-family: "gt walsheim regular",sans-serif;
  font-size: 25px;
  line-height: 0;
  text-align: center;
}

g#Group_22984 {
  box-sizing: border-box;
  color: #fff;
  font-family: "gt walsheim regular",sans-serif;
  font-size: 25px;
  line-height: 0;
  text-align: center;
}

path#Path_7859 {
  box-sizing: border-box;
  color: #fff;
  font-family: "gt walsheim regular",sans-serif;
  font-size: 25px;
  line-height: 0;
  text-align: center;
  transition: fill .3s, stroke .3s;
}

g#Group_22987 {
  box-sizing: border-box;
  color: #fff;
  font-family: "gt walsheim regular",sans-serif;
  font-size: 25px;
  line-height: 0;
  text-align: center;
}

g#Group_22986 {
  box-sizing: border-box;
  color: #fff;
  font-family: "gt walsheim regular",sans-serif;
  font-size: 25px;
  line-height: 0;
  text-align: center;
}

path#Path_7860 {
  box-sizing: border-box;
  color: #fff;
  font-family: "gt walsheim regular",sans-serif;
  font-size: 25px;
  line-height: 0;
  text-align: center;
  transition: fill .3s, stroke .3s;
}

g#Group_22989 {
  box-sizing: border-box;
  color: #fff;
  font-family: "gt walsheim regular",sans-serif;
  font-size: 25px;
  line-height: 0;
  text-align: center;
}

g#Group_22988 {
  box-sizing: border-box;
  color: #fff;
  font-family: "gt walsheim regular",sans-serif;
  font-size: 25px;
  line-height: 0;
  text-align: center;
}

path#Path_7861 {
  box-sizing: border-box;
  color: #fff;
  font-family: "gt walsheim regular",sans-serif;
  font-size: 25px;
  line-height: 0;
  text-align: center;
  transition: fill .3s, stroke .3s;
}

div.contents {
  box-sizing: border-box;
  color: #000;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  position: relative;
  text-align: center;
  z-index: 2;
}

section.vc_row.vc_custom_1610715142668.liquid-row-shadowbox-60a3c5c4971c1.vc_row-has-fill.vc_row-has-bg div.contents h3 {
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-family: "apercu",sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 1px;
  text-align: center;
  transition-duration: .3s;
  transition-property: color,background;
  transition-timing-function: ease;
}

section.vc_row.vc_custom_1610715142668.liquid-row-shadowbox-60a3c5c4971c1.vc_row-has-fill.vc_row-has-bg div.contents p {
  box-sizing: border-box;
  color: #000;
  font-family: "apercu",sans-serif;
  line-height: 15px;
  margin: 0;
  text-align: center;
  transition-duration: .3s;
  transition-property: color,background;
  transition-timing-function: ease;
  font-size: 12px;
}

div.wpb_column.vc_column_container.vc_col-sm-6.vc_col-md-1\/5.vc_col-xs-6.liquid-column-60a3c5c49b2a1 {
  align-items: flex-start;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 50%;
}

@media (min-width: 992px) {
  div.wpb_column.vc_column_container.vc_col-sm-6.vc_col-md-1\/5.vc_col-xs-6.liquid-column-60a3c5c49b2a1 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 768px) {
  div.wpb_column.vc_column_container.vc_col-sm-6.vc_col-md-1\/5.vc_col-xs-6.liquid-column-60a3c5c49b2a1 {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  div.wpb_column.vc_column_container.vc_col-sm-6.vc_col-md-1\/5.vc_col-xs-6.liquid-column-60a3c5c49b2a1 {
    width: 20%;
  }
}

div#ld_icon_box_60a3c5c49b3d1.iconbox.text-align-default.iconbox-circle.iconbox-sm.ld_icon_box_60a3c5c49b3d1 {
  align-items: center;
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: "gt walsheim regular",sans-serif;
  justify-content: center;
  line-height: 24.8px;
  margin-bottom: 2em;
  position: relative;
  text-align: center;
  transition: box-shadow .3s, background .3s;
}

i.lqd-icn-ess.icon-speech-bubble {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-family: lqd-essentials;
  font-size: 1em;
  font-weight: 400;
  height: auto;
  left: 50%;
  line-height: 1;
  position: absolute;
  speak: none;
  text-align: center;
  text-transform: none;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

i.lqd-icn-ess.icon-speech-bubble:before {
  content: "";
}

div.wpb_column.vc_column_container.vc_col-sm-6.vc_col-md-1\/5.vc_col-xs-6.liquid-column-60a3c5c49c375 {
  align-items: flex-start;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 50%;
}

@media (min-width: 992px) {
  div.wpb_column.vc_column_container.vc_col-sm-6.vc_col-md-1\/5.vc_col-xs-6.liquid-column-60a3c5c49c375 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 768px) {
  div.wpb_column.vc_column_container.vc_col-sm-6.vc_col-md-1\/5.vc_col-xs-6.liquid-column-60a3c5c49c375 {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  div.wpb_column.vc_column_container.vc_col-sm-6.vc_col-md-1\/5.vc_col-xs-6.liquid-column-60a3c5c49c375 {
    width: 20%;
  }
}

div#ld_icon_box_60a3c5c49c496.iconbox.text-align-default.iconbox-circle.iconbox-sm.ld_icon_box_60a3c5c49c496 {
  align-items: center;
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: "gt walsheim regular",sans-serif;
  justify-content: center;
  line-height: 24.8px;
  margin-bottom: 2em;
  position: relative;
  text-align: center;
  transition: box-shadow .3s, background .3s;
}

i.lqd-icn-ess.icon-ld-cart {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-family: lqd-essentials;
  font-size: 1em;
  font-weight: 400;
  height: auto;
  left: 50%;
  line-height: 1;
  position: absolute;
  speak: none;
  text-align: center;
  text-transform: none;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

i.lqd-icn-ess.icon-ld-cart:before {
  content: "";
}

div.wpb_column.vc_column_container.vc_col-sm-6.vc_col-md-1\/5.vc_col-xs-6.liquid-column-60a3c5c49cb70 {
  align-items: flex-start;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 50%;
}

@media (min-width: 992px) {
  div.wpb_column.vc_column_container.vc_col-sm-6.vc_col-md-1\/5.vc_col-xs-6.liquid-column-60a3c5c49cb70 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 768px) {
  div.wpb_column.vc_column_container.vc_col-sm-6.vc_col-md-1\/5.vc_col-xs-6.liquid-column-60a3c5c49cb70 {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  div.wpb_column.vc_column_container.vc_col-sm-6.vc_col-md-1\/5.vc_col-xs-6.liquid-column-60a3c5c49cb70 {
    width: 20%;
  }
}

div#ld_icon_box_60a3c5c49cc80.iconbox.text-align-default.iconbox-circle.iconbox-sm.ld_icon_box_60a3c5c49cc80 {
  align-items: center;
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: "gt walsheim regular",sans-serif;
  justify-content: center;
  line-height: 24.8px;
  margin-bottom: 2em;
  position: relative;
  text-align: center;
  transition: box-shadow .3s, background .3s;
}

i.lqd-icn-ess.icon-lqd-eye {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-family: lqd-essentials;
  font-size: 1em;
  font-weight: 400;
  height: auto;
  left: 50%;
  line-height: 1;
  position: absolute;
  speak: none;
  text-align: center;
  text-transform: none;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

i.lqd-icn-ess.icon-lqd-eye:before {
  content: "";
}

div.wpb_column.vc_column_container.vc_col-sm-6.vc_col-md-1\/5.text-center.text-md-left.liquid-column-60a3c5c49ce64 {
  align-items: flex-start;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  div.wpb_column.vc_column_container.vc_col-sm-6.vc_col-md-1\/5.text-center.text-md-left.liquid-column-60a3c5c49ce64 {
    float: left;
    text-align: start;
    width: 20%;
  }
}

@media (min-width: 768px) {
  div.wpb_column.vc_column_container.vc_col-sm-6.vc_col-md-1\/5.text-center.text-md-left.liquid-column-60a3c5c49ce64 {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  div.wpb_column.vc_column_container.vc_col-sm-6.vc_col-md-1\/5.text-center.text-md-left.liquid-column-60a3c5c49ce64 {
    width: 20%;
  }
}

div#ld_icon_box_60a3c5c49cf64.iconbox.text-align-default.iconbox-circle.iconbox-sm.ld_icon_box_60a3c5c49cf64 {
  align-items: center;
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: "gt walsheim regular",sans-serif;
  justify-content: center;
  line-height: 24.8px;
  margin-bottom: 2em;
  position: relative;
  text-align: center;
  transition: box-shadow .3s, background .3s;
}

i.lqd-icn-ess.icon-lqd-check {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-family: lqd-essentials;
  font-size: 1em;
  font-weight: 400;
  height: auto;
  left: 50%;
  line-height: 1;
  position: absolute;
  speak: none;
  text-align: center;
  text-transform: none;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

i.lqd-icn-ess.icon-lqd-check:before {
  content: "";
}



section.vc_row.vc_custom_1605622148793.liquid-row-responsive-60a3c5c49d172.liquid-row-shadowbox-60a3c5c49d18d {
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  margin-inline-end: 0;
  margin-inline-start: 0;
  padding-bottom: 140px;
  padding-top: 120px;
  position: relative;
}


div.ld-container.container {
  box-sizing: border-box;
  color: #000;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

div.ld-container.container:before {
  content: none;
  display: table;
}

div.ld-container.container:after {
  clear: both;
  content: none;
  display: table;
}

@media (min-width: 768px) {
  div.ld-container.container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  div.ld-container.container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  div.ld-container.container {
    width: 1170px;
  }
}

@media screen and (max-width: 479px) {
  div.ld-container.container {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  div.ld-container.container {
    flex-grow: 1;
  }
}

div.row.ld-row.ld-row-outer.vc_row-o-content-middle.vc_row-flex {
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  margin-left: -15px;
  margin-right: -15px;
}

div.row.ld-row.ld-row-outer.vc_row-o-content-middle.vc_row-flex:before {
  content: none;
  display: table;
}

div.row.ld-row.ld-row-outer.vc_row-o-content-middle.vc_row-flex:after {
  clear: both;
  content: none;
  display: table;
}

div.wpb_column.vc_column_container.vc_col-sm-12.vc_col-md-4.liquid-column-60a3c5c49d345.liquid-column-responsive-60a3c5c49d347 {
  align-items: center;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  div.wpb_column.vc_column_container.vc_col-sm-12.vc_col-md-4.liquid-column-60a3c5c49d345.liquid-column-responsive-60a3c5c49d347 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  div.wpb_column.vc_column_container.vc_col-sm-12.vc_col-md-4.liquid-column-60a3c5c49d345.liquid-column-responsive-60a3c5c49d347 {
    width: 37%;
  }
}

div.vc_column-inner.vc_custom_1605622117741 {
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-family: "gt walsheim regular",sans-serif;
  justify-content: center;
  line-height: 24.8px;
  padding-bottom: 40px;
  position: relative;
  transition: box-shadow .3s, transform .65s cubic-bezier(.23,1,.32,1);
  width: 100%;
}

@media (min-width: 992px) {
  div.vc_column-inner.vc_custom_1605622117741 {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  div.vc_column-inner.vc_custom_1605622117741 {
    padding-right: 10%;
  }
}

div.wpb_wrapper {
  box-sizing: border-box;
  color: #000;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  position: relative;
}

div.ld-fancy-heading.ld_fancy_heading_60a3c5c49d456 {
  box-sizing: border-box;
  color: #000;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  position: relative;
}

h6.ld-fh-element.lqd-highlight-underline.lqd-highlight-grow-left.text-decoration-default {
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-family: "gt walsheim medium",sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.2em;
  margin: 0 0 2em;
  position: relative;
  text-transform: uppercase;
}

div.ld-fancy-heading.ld_fancy_heading_60a3c5c49dd81 {
  box-sizing: border-box;
  color: #000;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  position: relative;
}

h2.ld-fh-element.lqd-highlight-underline.lqd-highlight-grow-left.text-decoration-default {
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-family: "Canela",sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.25em;
  margin: 0 0 .5em;
  position: relative;
}


a.btn.btn-naked.text-uppercase.btn-hover-swp.btn-has-label.ld_button_6121a01844d45 {
  background-color: transparent;
  border-radius: 0;
  border-style: none;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 24.8px;
  overflow: visible;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s;
  white-space: nowrap;
}

a.btn.btn-naked.text-uppercase.btn-hover-swp.btn-has-label.ld_button_6121a01844d45:active {
  outline: 0;
}

a.btn.btn-naked.text-uppercase.btn-hover-swp.btn-has-label.ld_button_6121a01844d45:hover {
  color: #303327;
  outline: 0;
}

a.btn.btn-naked.text-uppercase.btn-hover-swp.btn-has-label.ld_button_6121a01844d45:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

@media (max-width: 992px) {
  a.btn.btn-naked.text-uppercase.btn-hover-swp.btn-has-label.ld_button_6121a01844d45 {
    white-space: normal;
  }
}

section.vc_row.vc_custom_1605622148793.liquid-row-responsive-60a3c5c49d172.liquid-row-shadowbox-60a3c5c49d18d a.btn.btn-naked.text-uppercase.btn-hover-swp.btn-has-label.ld_button_6121a01844d45 span {
  align-items: center;
  border-color: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-family: "gt walsheim regular",sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
  line-height: 24.8px;
  padding: 0;
  text-transform: uppercase;
  transition: transform .3s cubic-bezier(.22,.665,.34,.875);
  white-space: nowrap;
}

span.btn-txt {
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  font-family: "gt walsheim regular",sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
  line-height: 24.8px;
  position: relative;
  text-transform: uppercase;
  transition: transform .6s cubic-bezier(.1,.75,.25,1) .125s;
  white-space: nowrap;
  z-index: 3;
}

span.btn-icon {
  align-items: center;
  background-size: 99.99%;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-family: "gt walsheim regular",sans-serif;
  font-size: 1em;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0;
  line-height: 24.8px;
  margin-inline-end: 0;
  margin-inline-start: 8px;
  position: relative;
  text-transform: uppercase;
  transition-delay: .25s,.25s;
  transition-duration: .4s,.6s;
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(.1,.75,.25,1);
  white-space: nowrap;
  z-index: 3;
}

span.btn-icon:only-child {
  margin-bottom: 0;
}

span.btn-icon:first-child {
  margin-inline-end: auto;
  margin-inline-start: auto;
}

i.lqd-icn-ess.icon-md-arrow-forward {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: lqd-essentials;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  position: relative;
  speak: none;
  text-transform: none;
  transition: transform .3s cubic-bezier(.22,.665,.34,.875);
  white-space: nowrap;
  z-index: 3;
}

i.lqd-icn-ess.icon-md-arrow-forward:before {
  content: "";
}

div.wpb_column.vc_column_container.vc_col-sm-12.vc_col-md-offset-2.vc_col-md-5.liquid-column-60a3c5c49f137 {
  align-items: center;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  div.wpb_column.vc_column_container.vc_col-sm-12.vc_col-md-offset-2.vc_col-md-5.liquid-column-60a3c5c49f137 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  div.wpb_column.vc_column_container.vc_col-sm-12.vc_col-md-offset-2.vc_col-md-5.liquid-column-60a3c5c49f137 {
    margin-left: 16.6667%;
    width: 41.6667%;
  }
}

div.vc_column-inner {
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-family: "gt walsheim regular",sans-serif;
  justify-content: center;
  line-height: 24.8px;
  position: relative;
  transition: box-shadow .3s, transform .65s cubic-bezier(.23,1,.32,1);
  width: 100%;
}

div#ld_images_group_container_60a3c5c49f24a.lqd-imggrp-container.ld_images_group_container_60a3c5c49f24a {
  box-sizing: border-box;
  color: #000;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  margin-bottom: 2em;
  position: relative;
  transition: opacity .3s, visibility .3s;
}

div.lqd-imggrp-inner {
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
}

div#ld_images_group_element_60a3c5c49f3bb.lqd-imggrp-single.ld_images_group_element_60a3c5c49f3bb.hover-3d-applied.is-in-view {
  border-radius: 2px;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  perspective: 1200px;
  position: relative;
  transition: transform .65s cubic-bezier(.05,.7,.2,1);
}

div.lqd-imggrp-img-container {
  align-items: center;
  border-radius: inherit;
  box-shadow: rgba(0,0,0,.15) 0 30px 70px;
  box-sizing: border-box;
  color: #000;
  display: inline-flex;
  font-family: "gt walsheim regular",sans-serif;
  justify-content: center;
  line-height: 24.8px;
  max-width: 100%;
  position: relative;
  transition: box-shadow .5s cubic-bezier(.7,0,.3,1);
}

@media screen and (max-width: 991px) {
  div.lqd-imggrp-img-container {
    flex-direction: column;
  }
}

@media screen and (min-width: 992px) {
  div.lqd-imggrp-img-container {
    transform-style: preserve-3d;
  }
}

figure.loaded {
  border-radius: inherit;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-family: "gt walsheim regular",sans-serif;
  line-height: 24.8px;
  margin: 0;
  width: 100%;
}

img.ld-lazyload.entered.loaded {
  border-radius: inherit;
  border-width: 0;
  box-sizing: border-box;
  color: #000;
  font-family: "gt walsheim regular",sans-serif;
  height: auto;
  line-height: 24.8px;
  max-width: 100%;
  opacity: 1;
  transition: opacity .65s cubic-bezier(.5,1,.5,1) .35s;
  vertical-align: middle;
}

div#ld_images_group_element_60a3c5c4a0b5b.lqd-imggrp-single.ld_images_group_element_60a3c5c4a0b5b.hover-3d-applied.is-in-view {
  border-radius: 2px;
  bottom: -10%;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-family: "gt walsheim regular",sans-serif;
  left: 45%;
  line-height: 24.8px;
  perspective: 1200px;
  position: absolute;
  transition: transform .65s cubic-bezier(.05,.7,.2,1);
}






















div.tc-custom-pricing.tc-pricing-1.text-center {
  border: 1px solid #000;
  box-sizing: border-box;
  color: #212529;
  display: block;
  font-family: "Canela";
  line-height: 24px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}

div.pricing-title {
  box-sizing: border-box;
  color: #212529;
  font-family: "Canela";
  line-height: 24px;
  text-align: center;
  transform: translateY(-50%);
}

span.title {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #fff;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  box-sizing: border-box;
  color: #212529;
  font-family: "Apercu",sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 24px;
  padding: 0 7px;
  text-align: center;
  text-transform: uppercase;
  font-size:1.4rem;
}

div.pricing-block {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  color: #212529;
  font-family: "Canela";
  line-height: 24px;
  margin: 20px 0;
  padding: 20px 0;
  text-align: center;
}

span.price {
  box-sizing: border-box;
  color: #212529;
  display: block;
  font-family: "Apercu",sans-serif;
  font-size: 45px;
  font-weight: 300;
  margin-bottom: 20px;
}

div.description {
  box-sizing: border-box;
}

ul.list-unstyled.content-desc {
  box-sizing: border-box;
  color: #212529;
  font-family: "Canela";
  line-height: 24px;
  list-style: none;
  margin-bottom: 1rem;
  margin-top: 0;
  padding-left: 0;
  text-align: center;
}

section#pricing.elementor-section.elementor-top-section.elementor-element.elementor-element-77a6716.elementor-section-boxed.elementor-section-height-default ul.list-unstyled.content-desc li {
  box-sizing: border-box;
}

a.btn.btn-dark.btn-sm.mt-3 {
  background-color: #343a40;
  border: 1px solid #343a40;
  border-image: none 100% 1 0 stretch;
  border-radius: .2rem;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: "Apercu";
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-top: 1rem;
  padding: 1.25rem 2.5rem;
  text-align: center;
  text-decoration: none currentcolor solid;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

a.btn.btn-dark.btn-sm.mt-3:hover {
  background-color: #23272b;
  border-color: #1d2124;
}

a.btn.btn-dark.btn-sm.mt-3:focus {
  box-shadow: rgba(52,58,64,.5) 0 0 0 .2rem;
  outline: 0 none currentcolor;
}

a.btn.btn-dark.btn-sm.mt-3:not([href]):not([tabindex]) {
  color: inherit;
}

a.btn.btn-dark.btn-sm.mt-3:not([href]):not([tabindex]):focus {
  color: inherit;
  outline: 0 none currentcolor;
}

a.btn.btn-dark.btn-sm.mt-3:not([href]):not([tabindex]):hover {
  color: inherit;
}

a.btn.btn-dark.btn-sm.mt-3:disabled {
  opacity: .65;
}

@media screen and (prefers-reduced-motion: reduce) {
  a.btn.btn-dark.btn-sm.mt-3 {
    transition: none 0s;
  }
}

div.elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-1527dd2 {
  box-sizing: border-box;
  color: #212529;
  display: flex;
  font-family: "Canela";
  line-height: 24px;
  min-height: 1px;
  position: relative;
  text-align: left;
}

@media (max-width: 767px) {
  div.elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-1527dd2 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  div.elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-1527dd2 {
    width: 33.333%;
  }
}

div.elementor-element.elementor-element-e473636.elementor-widget.elementor-widget-tc_price_table {
  box-sizing: border-box;
  color: #212529;
  font-family: "Canela";
  line-height: 24px;
  position: relative;
  text-align: left;
  width: 100%;
}

div.elementor-element.elementor-element-e473636.elementor-widget.elementor-widget-tc_price_table:not(:last-child) {
  margin-bottom: 20px;
}

div.elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-ef24a58 {
  box-sizing: border-box;
  color: #212529;
  display: flex;
  font-family: "Canela";
  line-height: 24px;
  min-height: 1px;
  position: relative;
  text-align: left;
}

@media (max-width: 767px) {
  div.elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-ef24a58 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  div.elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-ef24a58 {
    width: 33.333%;
  }
}

div.elementor-element.elementor-element-2845943.elementor-widget.elementor-widget-tc_price_table {
  box-sizing: border-box;
  color: #212529;
  font-family: "Canela";
  line-height: 24px;
  position: relative;
  text-align: left;
  width: 100%;
}

div.elementor-element.elementor-element-2845943.elementor-widget.elementor-widget-tc_price_table:not(:last-child) {
  margin-bottom: 20px;
}

div.elementor-element.elementor-element-00c4149.elementor-widget.elementor-widget-text-editor {
  box-sizing: border-box;
  color: #565656;
  font-family: "Canela",sans-serif;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 100%;
}

div.elementor-element.elementor-element-00c4149.elementor-widget.elementor-widget-text-editor:not(:last-child) {
  margin-bottom: 20px;
}

section#pricing.elementor-section.elementor-top-section.elementor-element.elementor-element-77a6716.elementor-section-boxed.elementor-section-height-default div.elementor-widget-container p {
  box-sizing: border-box;
  color: #565656;
  font-family: "Canela",sans-serif;
  line-height: 31px;
  margin-bottom: 1rem;
  margin-top: 0;
  text-align: center;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 46%;
    overflow: visible;
}

.woocommerce-checkout #payment div.form-row {
    padding: 0.5em 1em;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    width: 100%;
}

.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0;
}

.woocommerce table.shop_table {

    font-size: 16px;
}


.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 0px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 13px;
    opacity: initial;
position: relative;
}

.woocommerce ul#shipping_method li label {
    display: inline;
    font-size: 16px;
}

.woocommerce form .form-row input.input-text {
    padding: 5px;
}

.woocommerce ul#shipping_method li {
  margin:0;
}



.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {

    padding: 5px;
}


.page-id-24116 .header--active, .single-product .header--active{
  display:none;
}

.page-id-24116 .page-content {
  padding-top:0rem;
  padding-bottom:0rem;
}

.single-product .page-header {
  display:none;
}

.landing-page-para {

font-size: 18px;
color: #FFF;
line-height: 28px;
margin-top:20px;
}

.woocommerce div.product .product_title {
  font-size: 4rem;
  line-height: 5.4rem;
  font-family:canela;
}


.woocommerce button.button.alt {
    background-color: #ef2e80;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-size:16px;

}

.woocommerce-message {
    border-top-color: #ef2e80;
}



.woocommerce-checkout .newsletter {
    display: none;
}



div.woocommerce-message {
  background-color: #f7f6f7;
  border: 1px solid #eee;
  border-image: none 100% 1 0 stretch;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 22.85px;
  list-style: none;
  margin: 0 0 22px;
  overflow-wrap: break-word;
  position: relative;
  width: auto;
  word-wrap: break-word;
  padding-top:19px;
}

a.button.wc-forward {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #ebe9eb;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #ccc;
  border-image: none 100% 1 0 stretch;
  border-radius: 2px;
  box-shadow: rgba(0,0,0,.075) 0 -1px 0 inset,rgba(255,255,255,.3) 0 1px 0 inset,rgba(0,0,0,.1) 0 1px 2px;
  box-sizing: border-box;
  color: #202022;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-family: inherit;
  font-feature-settings: inherit;
  font-kerning: inherit;
  font-language-override: inherit;
  font-optical-sizing: inherit;
  font-size: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-variant-alternates: inherit;
  font-variant-caps: inherit;
  font-variant-east-asian: inherit;
  font-variant-ligatures: inherit;
  font-variant-numeric: inherit;
  font-variant-position: inherit;
  font-variation-settings: inherit;
  font-weight: inherit;
  left: auto;
  line-height: inherit;
  margin: 0;
  overflow: visible;
  position: relative;
  text-align: center;
  text-decoration: none currentcolor solid;
  text-shadow: none;
  white-space: nowrap;
  word-wrap: break-word;
}

.woocommerce-message::before {
    content: "\e015";
    color: #ef2e80;
}

a.button.wc-forward:hover {
  background-color: #dfdcde;
  outline: 0 none currentcolor;
}

a.button.wc-forward:disabled {
  color: inherit;
  cursor: not-allowed;
  opacity: .5;
  padding: .618em 1em;
}

a.button.wc-forward:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: .5;
  padding: .618em 1em;
}

a.button.wc-forward:disabled:hover {
  color: inherit;
}

a.button.wc-forward:disabled[disabled]:hover {
  color: inherit;
}

a.button.wc-forward:active {
  outline: 0 none currentcolor;
}

a.button.wc-forward:focus {
  outline: thin dotted currentcolor;
  outline-offset: -2px;
}






















.button.product_type_subscription.add_to_cart_button.ajax_add_to_cart {
    

align-items: center;
appearance: button;
background-color: #ef2e80;
background-image: none;
border: 0 none currentcolor;
border-image: none 100% 1 0 stretch;
border-radius: 3px;
box-shadow: none;
color: #fff;
cursor: pointer;
display: inline-block;
float: left;
font-family: Apercu;
font-size: 16px;
font-weight: 700;
justify-content: center;
left: auto;
line-height: 1;
margin: 0;
overflow: visible;
padding: .618em 1em;
position: relative;
text-align: center;
text-decoration: none currentcolor solid;
text-shadow: none;
text-transform: none;
transition: all .1s ease-in-out;
vertical-align: middle;
width: 10rem;



    padding-bottom: 0;
    color: #FFF;
    height: 3rem;



}





.woocommerce div.product p.price {
    color: #77a464;
    font-size: 1.7em;
}

.woocommerce-product-details__short-description ul li {
    font-size: 16px;
}


.woocommerce div.product form.cart .button {
    margin-top: 20px;
        font-weight:bold;
}


.woocommerce div.product form.cart div.quantity {
  display:none;
}


.woocommerce-info {
    border-top-color: #ef2e80;
    font-size: 15px;
}


.woocommerce .star-rating span {
    color: #FFBF03;
}

#page > #reviews {
    display: none;
}

.comment-form-rating p.stars:nth-child(2) {
    display: none;
}

#review_form #reply-title {
    font-size: 2.8rem;
    margin-bottom: 7px;
    display: block;
    margin-top: 10px;
}

.woocommerce p.stars a {
    color: #FFBF03;
}

.comment-form-rating label {
    font-size: 16px;
    margin-bottom: 10px;
}

.woocommerce #review_form #respond p {
    margin: 10px 0;
}

#review_form label {
    margin-bottom: 10px;
    display: block;
}

.woocommerce #review_form #respond textarea {

    padding: 12px;
}

.select2-results__option {
    padding: 6px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    font-family: 'Apercu';
    font-size: 14px;
}



.page-id-24116 section.vc_row.vc_custom_1610715142668.liquid-row-shadowbox-60a3c5c4971c1.vc_row-has-fill.vc_row-has-bg div.contents h3 {
  font-family: canela;
  font-size: 17px;
}

.page-id-24116 section.vc_row.vc_custom_1610715142668.liquid-row-shadowbox-60a3c5c4971c1.vc_row-has-fill.vc_row-has-bg div.contents p {
  line-height:17px;
  font-size:13px;
  padding-top:10px;
}

.page-id-24116 section.vc_row.vc_custom_1610715142668.liquid-row-shadowbox-60a3c5c4971c1.vc_row-has-fill.vc_row-has-bg {
  background-color:#ffbfc570;
}

.page-id-24116 div#ld_icon_box_60a3c5c49cf64.iconbox.text-align-default.iconbox-circle.iconbox-sm.ld_icon_box_60a3c5c49cf64 {
  margin-bottom:0px;
}


.page-id-24116 div#ld_icon_box_60a3c5c49b3d1.iconbox.text-align-default.iconbox-circle.iconbox-sm.ld_icon_box_60a3c5c49b3d1 {
  margin-bottom:0px;
}

.page-id-24116 div#ld_icon_box_60a3c5c49c496.iconbox.text-align-default.iconbox-circle.iconbox-sm.ld_icon_box_60a3c5c49c496 {
margin-bottom:0px;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fffefa;
    z-index: 2;
    border-bottom-color: #fff;
}



.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    font-family: 'Canela';
    line-height: 2.75rem;
}



.page-id-24116 .page-header {
  background-image: url('https://www.crueltyfreekitty.com/wp-content/uploads/2021/12/box-hero.jpg');
  height: 61rem;

}

.ohwow {
  font-size: 18px;
  font-family: "Apercu";
  line-height: 29px;
  width: 62%;
  padding-top: 19px;
  color: rgb(62, 60, 60);
}


.page-id-24116 .page-header__heading{
    font-size: 4.5rem;
    line-height: 5.3rem;
    max-width: 83rem;
    color: #3E3C3C;
}

@media (max-width: 600px) {

.page-id-24116 .page-header__heading{
    font-size: 3.5rem;
    line-height: 4.8rem;
    max-width: 83rem;
    color: #3E3C3C;
}

.page-id-24416 .page-header {
  height: unset;
}

.page-id-24116 .page-header {
  background-image: url('https://www.crueltyfreekitty.com/wp-content/uploads/2021/12/box-hero.jpg');
  height: 61rem;

}


}


@media (max-width: 400px) {

.page-id-24116 .page-header__heading{
    font-size: 3.2rem;
    line-height: 4.5rem;
    max-width: 83rem;
    color: #3E3C3C;
}

.page-id-24416 .page-header {
  height: unset;
}




}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: left;
}

.first-payment-date {
  display:none;
}



.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
  }


  .select2-container .select2-selection--single {
    height:40px;
  }


  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible;
    margin-right: 1.85%;
}


.woocommerce form .form-row input.input-text {
    height: 40px;
    padding-left: 10px;
}

.woocommerce form .form-row {
    margin: 0 0 25px;
}



.woocommerce-checkout-review-order-table {
    background-color: #f5f5f5;
    padding: 15px;
    font-size: 16px;
}












section#offers.Index-page {
  background-color: #faf7f4;
  color: #000;
  display: block;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  overflow: hidden;
  padding-top: 60px;
  position: relative;
}

div#yui_3_17_2_1_1641848252809_210.Index-page-content {
  animation: anim-opacity-full 480ms ease-out;
  box-sizing: border-box;
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  div#yui_3_17_2_1_1641848252809_210.Index-page-content {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media screen and (max-width: 640px) {
  div#yui_3_17_2_1_1641848252809_210.Index-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

div#page-618329aaac6bd37a81b7fbf6.sqs-layout.sqs-grid-12.columns-12 {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
}

div.row.sqs-row {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  margin-left: -17px;
  margin-right: -17px;
  width: auto;
}

div.row.sqs-row:before {
  content: "";
  display: table;
}

div.row.sqs-row:after {
  clear: both;
  content: "";
  display: table;
}

div.row.sqs-row:last-child {
  margin: 0 auto;
  max-width: 1280px;
}

div.col.sqs-col-12.span-12 {
  color: #000;
  float: left;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  width: 100%;
}

div.col.sqs-col-12.span-12:last-child {
  padding-right: 0;
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  div.col.sqs-col-12.span-12 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  div.col.sqs-col-12.span-12 {
    float: none;
    width: auto;
  }
}

div#block-ab68f9f7413711ef06c7.sqs-block.html-block.sqs-block-html {
  clear: none;
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  height: auto;
  line-height: 25.2px;
  padding: 17px;
  position: relative;
}

div#block-ab68f9f7413711ef06c7.sqs-block.html-block.sqs-block-html:not(.float):not(.sqs-feature-gated-wrapper):first-child {
  padding-top: 0;
}

div#block-ab68f9f7413711ef06c7.sqs-block.html-block.sqs-block-html:not(.float):not(.sqs-float-left):not(.sqs-float-right):not(.sqs-block-gallery):not(.sqs-block-image):not(.sqs-block-video):not(.sqs-block-map):not(.sqs-block-calendar):not(.sqs-block-menu):not(.sqs-block-tourdates):not(.sqs-block-summary-v2):not(.sqs-block-archive):not(.sqs-block-instagram) {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (max-width: 640px) {
  div#block-ab68f9f7413711ef06c7.sqs-block.html-block.sqs-block-html:last-child {
    padding-bottom: 17px;
  }

  div#block-ab68f9f7413711ef06c7.sqs-block.html-block.sqs-block-html:first-child {
    padding-top: 17px;
  }
}

div.sqs-block-content {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  outline: medium none currentcolor;
}

div.sqs-block-content:not(h1):not(h2):not(h3) {
  overflow-wrap: break-word;
}

section#offers.Index-page div.sqs-block-content h2 {
  color: #000;
  font-family: Garamond;
  font-size: 34px;
  font-weight: 700;
  hyphens: manual;
  letter-spacing: .02em;
  line-height: 1.2em;
  text-align: center;
  text-rendering: optimizelegibility;
  text-transform: none;
  white-space: pre-wrap;
}

section#offers.Index-page div.sqs-block-content h2:first-child {
  margin-top: 0;
}

section#offers.Index-page div.sqs-block-content h2:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  section#offers.Index-page div.sqs-block-content h2 {
    font-size: 28px;
    letter-spacing: .0164706px;
  }
}

div#yui_3_17_2_1_1641848252809_209.row.sqs-row {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  margin-left: -17px;
  margin-right: -17px;
  width: auto;
}

div#yui_3_17_2_1_1641848252809_209.row.sqs-row:before {
  content: "";
  display: table;
}

div#yui_3_17_2_1_1641848252809_209.row.sqs-row:after {
  clear: both;
  content: "";
  display: table;
}

div#yui_3_17_2_1_1641848252809_209.row.sqs-row:last-child {
  margin: 0 auto;
  max-width: 1280px;
}

@media screen and (max-width: 640px) {
  div#yui_3_17_2_1_1641848252809_209.row.sqs-row {
    margin-top: 0;
  }
}

div#yui_3_17_2_1_1641848252809_208.col.sqs-col-4.span-4 {
  color: #000;
  float: left;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  width: 33.3333%;
}

div#yui_3_17_2_1_1641848252809_208.col.sqs-col-4.span-4:last-child {
  padding-right: 0;
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  div#yui_3_17_2_1_1641848252809_208.col.sqs-col-4.span-4 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  div#yui_3_17_2_1_1641848252809_208.col.sqs-col-4.span-4 {
    float: none;
    width: auto;
  }
}

div#block-c6297b9afc223025cf82.sqs-block.image-block.sqs-block-image.sqs-text-ready {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  height: auto;
  line-height: 25.2px;
  padding: 17px;
  position: relative;
}

div#block-c6297b9afc223025cf82.sqs-block.image-block.sqs-block-image.sqs-text-ready:not(.float):not(.sqs-feature-gated-wrapper):first-child {
  padding-top: 0;
}

div#block-c6297b9afc223025cf82.sqs-block.image-block.sqs-block-image.sqs-text-ready:not(.sqs-block-html):not(.sqs-block-markdown) {
  clear: both;
}

@media screen and (max-width: 640px) {
  div#block-c6297b9afc223025cf82.sqs-block.image-block.sqs-block-image.sqs-text-ready:last-child {
    padding-bottom: 17px;
  }

  div#block-c6297b9afc223025cf82.sqs-block.image-block.sqs-block-image.sqs-text-ready:first-child {
    padding-top: 17px;
  }
}

div#yui_3_17_2_1_1641848252809_207.sqs-block-content {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
}

figure#yui_3_17_2_1_1641848252809_206.sqs-block-image-figure.image-block-outer-wrapper.image-block-v2.design-layout-stack.combination-animation-none.individual-animation-none.individual-text-animation-none.image-position-left.image-linked.sqs-narrow-width.sqs-text-ready {
  background-color: #fff;
  border: 1px solid #000;
  border-image: none 100% 1 0 stretch;
  color: #000;
  display: block;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  margin: 0;
  position: relative;
}

figure#yui_3_17_2_1_1641848252809_206.sqs-block-image-figure.image-block-outer-wrapper.image-block-v2.design-layout-stack.combination-animation-none.individual-animation-none.individual-text-animation-none.image-position-left.image-linked.sqs-narrow-width.sqs-text-ready:not([class*="-animation-"]) {
  opacity: 1;
  transition: opacity 1s ease-out 1s;
}

div#yui_3_17_2_1_1641848252809_205.intrinsic {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  position: relative;
}

div#yui_3_17_2_1_1641848252809_204.image-inset {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  position: relative;
}

div#yui_3_17_2_1_1641848252809_203.sqs-image-shape-container-element.sqs-image-min-height.content-fit {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  overflow: hidden;
  position: relative;
}

section#offers.Index-page div#yui_3_17_2_1_1641848252809_203.sqs-image-shape-container-element.sqs-image-min-height.content-fit noscript {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
}

img.loaded {
  border: 0 none currentcolor;
  border-image: none 100% 1 0 stretch;
  color: #000;
  display: block;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  height: auto;
  left: 0;
  line-height: 25.2px;
  position: static;
  top: .25px;
  width: 100%;
}

div.image-overlay {
  background-color: transparent;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

figcaption.image-card-wrapper {
  background-color: #fff;
  color: #000;
  display: block;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  margin-top: 0;
  pointer-events: none;
  z-index: 2;
}

div.image-card.sqs-dynamic-text-container {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  padding: 0 20px 30px;
  pointer-events: auto;
}

div.image-title-wrapper {
  color: #000;
  font-family: Garamond;
  font-size: 2.25vw;
  font-weight: 200;
  line-height: 25.2px;
  text-align: center;
}

div.image-title.sqs-dynamic-text {
  color: #000;
  font-family: Garamond;
  font-weight: 200;
  line-height: 1em;
  min-width: 100%;
  text-align: center;
}

section#offers.Index-page div.image-title.sqs-dynamic-text p {
  color: #000;
  display: inline;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 700;
  hyphens: manual;
  letter-spacing: .03em;
  line-height: 2.5em;
  margin: 0;
  overflow-wrap: break-word;
  text-align: center;
  text-transform: uppercase;
  white-space: pre-wrap;
  word-wrap: break-word;
}

section#offers.Index-page div.image-title.sqs-dynamic-text p:after {
  content: " ";
}

@media only screen and (min-width: 769px) and (max-width: 900px) {
  section#offers.Index-page div.image-title.sqs-dynamic-text p {
    font-size: 14px;
  }
}

div.image-subtitle-wrapper {
  color: #000;
  font-family: Garamond;
  font-size: 2vw;
  font-weight: 200;
  line-height: 25.2px;
  text-align: center;
}

div.image-subtitle.sqs-dynamic-text {
  color: #000;
  font-family: Garamond;
  font-weight: 200;
  line-height: 1em;
  margin-top: 2%;
  min-width: 100%;
  text-align: center;
}

section#offers.Index-page div.image-subtitle.sqs-dynamic-text p {
  color: #000;
  font-family: Garamond;
  font-size: 16px;
  font-weight: 400;
  hyphens: manual;
  letter-spacing: 0;
  line-height: 1.2em;
  overflow-wrap: break-word;
  text-align: center;
  text-transform: none;
  white-space: pre-wrap;
  word-wrap: break-word;
}

section#offers.Index-page div.image-subtitle.sqs-dynamic-text p:first-child {
  margin-top: 0;
}

section#offers.Index-page div.image-subtitle.sqs-dynamic-text p:last-child {
  margin-bottom: 0;
}

section#offers.Index-page div.image-subtitle.sqs-dynamic-text p:after {
  content: " ";
}

@media screen and (max-width: 768px) {
  section#offers.Index-page div.image-subtitle.sqs-dynamic-text p {
    font-size: 18px;
  }
}

section#offers.Index-page p br {
  color: #000;
  font-family: Garamond;
  line-height: 19.2px;
  text-align: center;
  white-space: pre-wrap;
  word-wrap: break-word;
}

section#offers.Index-page p em {
  color: #000;
  font-family: Garamond;
  font-style: italic;
  line-height: 19.2px;
  text-align: center;
  white-space: pre-wrap;
  word-wrap: break-word;
}

div.image-button-wrapper {
  color: #000;
  font-family: Garamond;
  font-size: 1.375vw;
  font-weight: 200;
  line-height: 25.2px;
  margin-top: 10%;
  text-align: center;
}

div.image-button.sqs-dynamic-text {
  color: #000;
  font-family: Garamond;
  font-weight: 200;
  line-height: 1em;
  min-width: 100%;
  text-align: center;
}

div.image-button-inner {
  color: #000;
  font-family: Garamond;
  font-weight: 200;
  line-height: 16px;
  text-align: center;
}

a.sqs-button-element--primary {
  background-color: #000;
  border: 0 solid transparent;
  border-image: none 100% 1 0 stretch;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica";
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: .5em;
  padding: 1.8em 4.5em;
  text-align: center;
  text-decoration: none currentcolor solid;
  text-transform: uppercase;
}

a.sqs-button-element--primary:active {
  box-shadow: #9ecaed 0 0 10px;
  outline: 5px auto #9ecaed;
}

a.sqs-button-element--primary:hover {
  background-color: #dc261b;
  opacity: 1;
  outline: 0 none currentcolor;
}

a.sqs-button-element--primary:focus {
  box-shadow: #9ecaed 0 0 10px;
  outline: 5px auto #9ecaed;
}

@media only screen and (min-width: 641px) and (max-width: 1040px) {
  a.sqs-button-element--primary {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 768px) {
  a.sqs-button-element--primary {
    padding: 20px 60px;
  }
}

div#yui_3_17_2_1_1641848252809_229.col.sqs-col-4.span-4 {
  color: #000;
  float: left;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  width: 33.3333%;
}

div#yui_3_17_2_1_1641848252809_229.col.sqs-col-4.span-4:last-child {
  padding-right: 0;
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  div#yui_3_17_2_1_1641848252809_229.col.sqs-col-4.span-4 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  div#yui_3_17_2_1_1641848252809_229.col.sqs-col-4.span-4 {
    float: none;
    width: auto;
  }
}

div#block-374f32adcb32ea674282.sqs-block.image-block.sqs-block-image.sqs-text-ready {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  height: auto;
  line-height: 25.2px;
  padding: 17px;
  position: relative;
}

div#block-374f32adcb32ea674282.sqs-block.image-block.sqs-block-image.sqs-text-ready:not(.float):not(.sqs-feature-gated-wrapper):first-child {
  padding-top: 0;
}

div#block-374f32adcb32ea674282.sqs-block.image-block.sqs-block-image.sqs-text-ready:not(.sqs-block-html):not(.sqs-block-markdown) {
  clear: both;
}

@media screen and (max-width: 640px) {
  div#block-374f32adcb32ea674282.sqs-block.image-block.sqs-block-image.sqs-text-ready:last-child {
    padding-bottom: 17px;
  }

  div#block-374f32adcb32ea674282.sqs-block.image-block.sqs-block-image.sqs-text-ready:first-child {
    padding-top: 17px;
  }
}

div#yui_3_17_2_1_1641848252809_228.sqs-block-content {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
}

figure#yui_3_17_2_1_1641848252809_227.sqs-block-image-figure.image-block-outer-wrapper.image-block-v2.design-layout-stack.combination-animation-none.individual-animation-none.individual-text-animation-none.image-position-left.image-linked.sqs-narrow-width.sqs-text-ready {
  background-color: #fff;
  border: 1px solid #000;
  border-image: none 100% 1 0 stretch;
  color: #000;
  display: block;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  margin: 0;
  position: relative;
}

figure#yui_3_17_2_1_1641848252809_227.sqs-block-image-figure.image-block-outer-wrapper.image-block-v2.design-layout-stack.combination-animation-none.individual-animation-none.individual-text-animation-none.image-position-left.image-linked.sqs-narrow-width.sqs-text-ready:not([class*="-animation-"]) {
  opacity: 1;
  transition: opacity 1s ease-out 1s;
}

div#yui_3_17_2_1_1641848252809_226.intrinsic {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  position: relative;
}

div#yui_3_17_2_1_1641848252809_225.image-inset {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  position: relative;
}

div#yui_3_17_2_1_1641848252809_224.sqs-image-shape-container-element.sqs-image-min-height.content-fit {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  overflow: hidden;
  position: relative;
}

section#offers.Index-page div#yui_3_17_2_1_1641848252809_224.sqs-image-shape-container-element.sqs-image-min-height.content-fit noscript {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
}

section#offers.Index-page p strong {
  color: #000;
  font-family: Garamond;
  font-weight: 700;
  line-height: 19.2px;
  text-align: center;
  white-space: pre-wrap;
  word-wrap: break-word;
}

section#offers.Index-page strong br {
  color: #000;
  font-family: Garamond;
  font-weight: 700;
  line-height: 19.2px;
  text-align: center;
  white-space: pre-wrap;
  word-wrap: break-word;
}

div#yui_3_17_2_1_1641848252809_248.col.sqs-col-4.span-4 {
  color: #000;
  float: left;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  width: 33.3333%;
}

div#yui_3_17_2_1_1641848252809_248.col.sqs-col-4.span-4:last-child {
  padding-right: 0;
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  div#yui_3_17_2_1_1641848252809_248.col.sqs-col-4.span-4 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  div#yui_3_17_2_1_1641848252809_248.col.sqs-col-4.span-4 {
    float: none;
    width: auto;
  }
}

div#block-c6b244b393bf699844b6.sqs-block.image-block.sqs-block-image.sqs-text-ready {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  height: auto;
  line-height: 25.2px;
  padding: 17px;
  position: relative;
}

div#block-c6b244b393bf699844b6.sqs-block.image-block.sqs-block-image.sqs-text-ready:not(.float):not(.sqs-feature-gated-wrapper):first-child {
  padding-top: 0;
}

div#block-c6b244b393bf699844b6.sqs-block.image-block.sqs-block-image.sqs-text-ready:not(.sqs-block-html):not(.sqs-block-markdown) {
  clear: both;
}

@media screen and (max-width: 640px) {
  div#block-c6b244b393bf699844b6.sqs-block.image-block.sqs-block-image.sqs-text-ready:last-child {
    padding-bottom: 17px;
  }

  div#block-c6b244b393bf699844b6.sqs-block.image-block.sqs-block-image.sqs-text-ready:first-child {
    padding-top: 17px;
  }
}

div#yui_3_17_2_1_1641848252809_247.sqs-block-content {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
}

figure#yui_3_17_2_1_1641848252809_246.sqs-block-image-figure.image-block-outer-wrapper.image-block-v2.design-layout-stack.combination-animation-none.individual-animation-none.individual-text-animation-none.image-position-left.image-linked.sqs-narrow-width.sqs-text-ready {
  background-color: #fff;
  border: 1px solid #000;
  border-image: none 100% 1 0 stretch;
  color: #000;
  display: block;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  margin: 0;
  position: relative;
}

figure#yui_3_17_2_1_1641848252809_246.sqs-block-image-figure.image-block-outer-wrapper.image-block-v2.design-layout-stack.combination-animation-none.individual-animation-none.individual-text-animation-none.image-position-left.image-linked.sqs-narrow-width.sqs-text-ready:not([class*="-animation-"]) {
  opacity: 1;
  transition: opacity 1s ease-out 1s;
}

div#yui_3_17_2_1_1641848252809_245.intrinsic {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  position: relative;
}

div#yui_3_17_2_1_1641848252809_244.image-inset {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  position: relative;
}

div#yui_3_17_2_1_1641848252809_243.sqs-image-shape-container-element.sqs-image-min-height.content-fit {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  overflow: hidden;
  position: relative;
}

section#offers.Index-page div#yui_3_17_2_1_1641848252809_243.sqs-image-shape-container-element.sqs-image-min-height.content-fit noscript {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
}

div#block-yui_3_17_2_1_1637588855317_7366.sqs-block.html-block.sqs-block-html {
  clear: none;
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  height: auto;
  line-height: 25.2px;
  padding: 17px;
  position: relative;
}

div#block-yui_3_17_2_1_1637588855317_7366.sqs-block.html-block.sqs-block-html:not(.float):not(.sqs-feature-gated-wrapper):first-child {
  padding-top: 0;
}

div#block-yui_3_17_2_1_1637588855317_7366.sqs-block.html-block.sqs-block-html:not(.float):not(.sqs-float-left):not(.sqs-float-right):not(.sqs-block-gallery):not(.sqs-block-image):not(.sqs-block-video):not(.sqs-block-map):not(.sqs-block-calendar):not(.sqs-block-menu):not(.sqs-block-tourdates):not(.sqs-block-summary-v2):not(.sqs-block-archive):not(.sqs-block-instagram) {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (max-width: 640px) {
  div#block-yui_3_17_2_1_1637588855317_7366.sqs-block.html-block.sqs-block-html:first-child {
    padding-top: 17px;
  }

  div#block-yui_3_17_2_1_1637588855317_7366.sqs-block.html-block.sqs-block-html:last-child {
    padding-bottom: 17px;
  }
}

section#offers.Index-page div.sqs-block-content h3 {
  color: #000;
  font-family: Helvetica;
  font-size: 17px;
  font-weight: 700;
  hyphens: manual;
  letter-spacing: .03em;
  line-height: 1.2em;
  text-align: center;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  white-space: pre-wrap;
}

section#offers.Index-page div.sqs-block-content h3:first-child {
  margin-top: 0;
}

section#offers.Index-page div.sqs-block-content h3:last-child {
  margin-bottom: 0;
}

section#offers.Index-page h3 strong {
  color: #000;
  font-family: Helvetica;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .51px;
  line-height: 20.4px;
  text-align: center;
  text-transform: uppercase;
  white-space: pre-wrap;
  word-wrap: break-word;
}

div#block-56d7267b875ee75d06bb.sqs-block.button-block.sqs-block-button {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  height: auto;
  line-height: 25.2px;
  padding: 17px;
  position: relative;
}

div#block-56d7267b875ee75d06bb.sqs-block.button-block.sqs-block-button:not(.sqs-block-html):not(.sqs-block-markdown) {
  clear: both;
}

div#block-56d7267b875ee75d06bb.sqs-block.button-block.sqs-block-button:not(.float):not(.sqs-float-left):not(.sqs-float-right):not(.sqs-block-gallery):not(.sqs-block-image):not(.sqs-block-video):not(.sqs-block-map):not(.sqs-block-calendar):not(.sqs-block-menu):not(.sqs-block-tourdates):not(.sqs-block-summary-v2):not(.sqs-block-archive):not(.sqs-block-instagram) {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (max-width: 640px) {
  div#block-56d7267b875ee75d06bb.sqs-block.button-block.sqs-block-button:first-child {
    padding-top: 17px;
  }

  div#block-56d7267b875ee75d06bb.sqs-block.button-block.sqs-block-button:last-child {
    padding-bottom: 17px;
  }
}

div#yui_3_17_2_1_1641848252809_380.sqs-block-content {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
}

div#yui_3_17_2_1_1641848252809_379.sqs-block-button-container--center {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  text-align: center;
}

a.sqs-block-button-element--small.sqs-button-element--tertiary.sqs-block-button-element {
  appearance: none;
  backface-visibility: hidden;
  background-color: #000;
  border-color: #000;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Helvetica;
  font-size: 11px;
  font-weight: 700;
  height: auto;
  hyphens: manual;
  letter-spacing: .18em;
  line-height: normal;
  padding: 13px 26px;
  text-align: center;
  text-decoration: none currentcolor solid;
  text-transform: uppercase;
  transition: opacity .1s linear;
  width: auto;
}

a.sqs-block-button-element--small.sqs-button-element--tertiary.sqs-block-button-element:active {
  box-shadow: #9ecaed 0 0 10px;
  outline: 5px auto #9ecaed;
}

a.sqs-block-button-element--small.sqs-button-element--tertiary.sqs-block-button-element:hover {
  background-color: #dc261b;
  opacity: 1;
  outline: 0 none currentcolor;
}

a.sqs-block-button-element--small.sqs-button-element--tertiary.sqs-block-button-element:focus {
  box-shadow: #9ecaed 0 0 10px;
  outline: 5px auto #9ecaed;
}

div.col.sqs-col-1.span-1 {
  color: #000;
  float: left;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  width: 8.3333%;
}

div.col.sqs-col-1.span-1:last-child {
  padding-right: 0;
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  div.col.sqs-col-1.span-1 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  div.col.sqs-col-1.span-1 {
    float: none;
    width: auto;
  }
}

div#block-258e27b3d80762cb9887.sqs-block.spacer-block.sqs-block-spacer.sized.vsize-1 {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  height: auto;
  line-height: 25.2px;
  padding: 17px;
  position: relative;
}

div#block-258e27b3d80762cb9887.sqs-block.spacer-block.sqs-block-spacer.sized.vsize-1:not(.float):not(.sqs-feature-gated-wrapper):first-child {
  padding-top: 0;
}

div#block-258e27b3d80762cb9887.sqs-block.spacer-block.sqs-block-spacer.sized.vsize-1:not(.sqs-block-html):not(.sqs-block-markdown) {
  clear: both;
}

@media screen and (max-width: 640px) {
  div#block-258e27b3d80762cb9887.sqs-block.spacer-block.sqs-block-spacer.sized.vsize-1 {
    display: none;
  }

  div#block-258e27b3d80762cb9887.sqs-block.spacer-block.sqs-block-spacer.sized.vsize-1:first-child {
    padding-top: 17px;
  }

  div#block-258e27b3d80762cb9887.sqs-block.spacer-block.sqs-block-spacer.sized.vsize-1:last-child {
    padding-bottom: 17px;
  }
}

div.col.sqs-col-10.span-10 {
  color: #000;
  float: left;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  width: 83.3333%;
}

div.col.sqs-col-10.span-10:last-child {
  padding-right: 0;
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  div.col.sqs-col-10.span-10 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  div.col.sqs-col-10.span-10 {
    float: none;
    width: auto;
  }
}

div#block-da38bde51fde7929e143.sqs-block.html-block.sqs-block-html {
  clear: none;
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  height: auto;
  line-height: 25.2px;
  padding: 17px;
  position: relative;
}

div#block-da38bde51fde7929e143.sqs-block.html-block.sqs-block-html:not(.float):not(.sqs-feature-gated-wrapper):first-child {
  padding-top: 0;
}

@media screen and (max-width: 640px) {
  div#block-da38bde51fde7929e143.sqs-block.html-block.sqs-block-html:first-child {
    padding-top: 17px;
  }

  div#block-da38bde51fde7929e143.sqs-block.html-block.sqs-block-html:last-child {
    padding-bottom: 17px;
  }
}

section#offers.Index-page div.sqs-block-content p {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  hyphens: manual;
  line-height: 25.2px;
  text-align: center;
  white-space: pre-wrap;
  word-wrap: break-word;
}

section#offers.Index-page div.sqs-block-content p:first-child {
  margin-top: 0;
}

section#offers.Index-page div.sqs-block-content p:last-child {
  margin-bottom: 0;
}

section#offers.Index-page div.sqs-block-content p:after {
  content: " ";
}

section#offers.Index-page p a {
  background-color: transparent;
  border-bottom: 1px solid rgba(0,0,0,.3);
  color: #000;
  cursor: pointer;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  padding-bottom: .05em;
  text-align: center;
  text-decoration: none currentcolor solid;
  transition: border-color .15s ease-out, color .15s ease-out;
  white-space: pre-wrap;
  word-wrap: break-word;
}

section#offers.Index-page p a:active {
  box-shadow: #9ecaed 0 0 10px;
  outline: 5px auto #9ecaed;
}

section#offers.Index-page p a:hover {
  border-color: rgba(0,0,0,.15);
  color: rgba(0,0,0,.6);
  outline: 0 none currentcolor;
}

section#offers.Index-page p a:focus {
  box-shadow: #9ecaed 0 0 10px;
  outline: 5px auto #9ecaed;
}

div#block-dc5f11a1b72f18662020.sqs-block.spacer-block.sqs-block-spacer.sized.vsize-1 {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  height: auto;
  line-height: 25.2px;
  padding: 17px;
  position: relative;
}

div#block-dc5f11a1b72f18662020.sqs-block.spacer-block.sqs-block-spacer.sized.vsize-1:not(.float):not(.sqs-feature-gated-wrapper):first-child {
  padding-top: 0;
}

div#block-dc5f11a1b72f18662020.sqs-block.spacer-block.sqs-block-spacer.sized.vsize-1:not(.sqs-block-html):not(.sqs-block-markdown) {
  clear: both;
}

@media screen and (max-width: 640px) {
  div#block-dc5f11a1b72f18662020.sqs-block.spacer-block.sqs-block-spacer.sized.vsize-1 {
    display: none;
  }

  div#block-dc5f11a1b72f18662020.sqs-block.spacer-block.sqs-block-spacer.sized.vsize-1:first-child {
    padding-top: 17px;
  }

  div#block-dc5f11a1b72f18662020.sqs-block.spacer-block.sqs-block-spacer.sized.vsize-1:last-child {
    padding-bottom: 17px;
  }
}

div#block-7af4c63c2db23797f75b.sqs-block.spacer-block.sqs-block-spacer.sized.vsize-1 {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  height: auto;
  line-height: 25.2px;
  padding: 17px;
  position: relative;
}

div#block-7af4c63c2db23797f75b.sqs-block.spacer-block.sqs-block-spacer.sized.vsize-1:not(.sqs-block-html):not(.sqs-block-markdown) {
  clear: both;
}

div#block-7af4c63c2db23797f75b.sqs-block.spacer-block.sqs-block-spacer.sized.vsize-1:not(.float):not(.sqs-float-left):not(.sqs-float-right):not(.sqs-block-gallery):not(.sqs-block-image):not(.sqs-block-video):not(.sqs-block-map):not(.sqs-block-calendar):not(.sqs-block-menu):not(.sqs-block-tourdates):not(.sqs-block-summary-v2):not(.sqs-block-archive):not(.sqs-block-instagram) {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (max-width: 640px) {
  div#block-7af4c63c2db23797f75b.sqs-block.spacer-block.sqs-block-spacer.sized.vsize-1 {
    display: none;
  }

  div#block-7af4c63c2db23797f75b.sqs-block.spacer-block.sqs-block-spacer.sized.vsize-1:first-child {
    padding-top: 17px;
  }

  div#block-7af4c63c2db23797f75b.sqs-block.spacer-block.sqs-block-spacer.sized.vsize-1:last-child {
    margin-top: 0;
    padding-bottom: 17px;
  }
}

@media only screen and (max-width: 640px) {
  div#block-7af4c63c2db23797f75b.sqs-block.spacer-block.sqs-block-spacer.sized.vsize-1 {
    display: block;
  }
}

div#yui_3_17_2_1_1641848252809_410.sqs-block-content.sqs-intrinsic {
  color: #000;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  height: 34px;
  line-height: 25.2px;
  overflow: hidden;
  padding-bottom: .0857633%;
  position: relative;
  visibility: hidden;
}

section#offers.Index-page img {
  border: 0 none currentcolor;
  border-image: none 100% 1 0 stretch;
  color: #000;
  display: none!important;
  font-family: Garamond;
  font-size: 18px;
  font-weight: 200;
  line-height: 25.2px;
  opacity: 0;
  position: absolute!important;
}



#billing_country_field .selectric-wrapper.selectric-country_to_state.selectric-country_select.selectric-select2-hidden-accessible {
    display: none;
}

#billing_state_field .selectric-state_select {
    display: none;
}

#billing_company_field {
  display:none;
}

.woocommerce-info {
    border-top-color: #ff79d0;
    font-size: 15px;
}




.order-total {
  display: none;
}
.order-total.recurring-total {
  display: table-row;
}
.cart-subtotal {
    display: none;
}

.woocommerce-shipping-totals.shipping {
    display: none;
}


@media (max-width:767px) {

body div#ld_images_group_element_60a3c5c4a0b5b.lqd-imggrp-single.ld_images_group_element_60a3c5c4a0b5b.hover-3d-applied.is-in-view {
    left: auto;
    right: 0;
}

}


#AdThrive_Below_Post_2_desktop {
  padding: 4rem 0 6rem 0;
}

#AdThrive_Below_Post_2_phone {
  padding: 4rem 0 6rem 0;
}

.brand-information__wrap .brand-image {
  margin-bottom: 2rem;
}



.post__button {
    color: #ffffff !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5rem;
    width: 20rem;
    height: 5rem;
    background-color: #202022;
    margin: 5rem auto;
}


.brand-body__container li {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-family: Apercu;
  color: #202022;
  font-weight: 300;
}


@keyframes slideUpBounce {
    0% {
        bottom: -400px; /* Starting below the viewport */
    }
    70% {
        bottom: 10px; /* Overshoots the final position */
    }
    90% {
        bottom: -10px; /* Pulls back a little */
    }
    100% {
        bottom: 0; /* Settles into the final position */
    }
}


#stickyFooterAd {
    position: fixed;
    bottom: -400px; /* Initial position */
    width: 100%;
    text-align: center;
    z-index: 100;
    animation: slideUpBounce 1s ease forwards;
    animation-delay: 5s; /* Delay for the animation to start */
    background-color: #FFF;
}

#closeAdBtn {
    position: absolute;
    top: 10px; /* Adjust as necessary */
    right: 10px; /* Adjust as necessary */
    background-color: #fff;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 16px;
}


/*page ads*/

.cfk_page_ad {

    text-align:center;
    margin-top: -40px;
    margin-bottom: 60px;
}

.cfk_page_ad img {
    max-width: 100%;
    max-height: 400px;
}

/*brand list ads*/


.cfk_brand_list_ad {
    text-align:center; 
    margin:25px 0;
}



/*single brand ads*/


.cfk_brand_ad { 
    text-align:center;
    margin-top: -120px;
}

.cfk_brand_ad img {
    max-width: 800px;
}

@media (max-width: 768px) {

    .cfk_page_ad {
        margin-top: 0px;
    }


    .cfk_brand_ad {
        margin-top: 40px;
    }

    .cfk_brand_ad img {
        max-width: 100%;
    }

    .cfk_brand_list_ad img {
        max-width: 100%;
    }

.cfk_brand_list_ad img {
    max-width: 90%;
}

}


/* Hide mobile ad on larger screens */
.footer-ad-mobile {
    display: none;
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
    /* Hide desktop ad on mobile devices */
    .footer-ad-desktop {
        display: none;
    }
    /* Show mobile ad on mobile devices */
    .footer-ad-mobile {
        display: block;
        margin: 0 auto;
    }
}





body {
    margin-bottom: 160px;
}


.page-id-34751 body {
    margin-bottom: 0px;
}




/* ".inherited-styles-for-exported-element" is a generated class for the inherited styles of the exported element, feel free to rename it. */

.inherited-styles-for-exported-element {
  font-size: 62.5%;
}

div.elementor-widget-container {
  box-sizing: border-box;
  color: #212529;
  font-family: "Apercu";
  line-height: 24px;
  text-align: center;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, border-radius .3s, box-shadow .3s;
}

div.elementor-accordion, div.elementor-accordion-item, div.elementor-container.elementor-column-gap-default {
  box-sizing: border-box;
  color: #212529;
  font-family: "Apercu";
  line-height: 24px;
  text-align: left;
}

div.elementor-accordion-item {
  border: 0 solid #d4d4d4;
  border-image: none 100% 1 0 1 0 stretch;
  margin-bottom: 15px;
}

a.elementor-accordion-title, h2.elementor-heading-title.elementor-size-default {
  box-sizing: border-box;
  color: #000;
  font-family: "Apercu", sans-serif;
  font-weight: 600;
}

a.elementor-accordion-title {
  background-color: transparent;
  box-shadow: none;
  font-size: 15px;
  line-height: 15px;
  text-align: left;
  text-decoration: none currentcolor solid;
}

div.elementor-container.elementor-column-gap-default {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  position: relative;
}

@media (max-width: 1024px) {
  div.elementor-container.elementor-column-gap-default {
    flex-wrap: wrap;
    max-width: 1024px;
  }
}

@media (max-width: 767px) {
  div.elementor-container.elementor-column-gap-default {
    max-width: 767px;
  }
}

div.elementor-widget-wrap.elementor-element-populated {
  align-content: flex-start;
  box-sizing: border-box;
  color: #212529;
  display: flex;
  flex-wrap: wrap;
  font-family: "Apercu";
  line-height: 24px;
  padding: 10px;
  position: relative;
  text-align: left;
  width: 100%;
}

h2.elementor-heading-title.elementor-size-default {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
}

a.elementor-accordion-title:hover {
  text-decoration-line: underline;
}

a.elementor-accordion-title:focus {
  outline: medium currentcolor;
}

div.elementor-element.elementor-element-e827c36.elementor-widget.elementor-widget-heading {
  box-sizing: border-box;
  color: #212529;
  font-family: "Apercu";
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 100%;
}

div.elementor-element.elementor-element-01bb47a.elementor-widget.elementor-widget-accordion, div.elementor-element.elementor-element-cf195f3.elementor-widget.elementor-widget-accordion {
  box-sizing: border-box;
  color: #212529;
  font-family: "Apercu";
  line-height: 24px;
  position: relative;
  text-align: left;
  width: 100%;
}

a.elementor-accordion-title:not([href]):not([tabindex]):focus {
  outline: 0 currentcolor;
}

div.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-290971f {
  box-sizing: border-box;
  color: #212529;
  display: flex;
  font-family: "Apercu";
  line-height: 24px;
  min-height: 1px;
  position: relative;
  text-align: left;
}

@media (max-width: 767px) {
  div.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-290971f {
    width: 100%;
  }
}

@media (min-width: 768px) {
  div.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-290971f {
    width: 100%;
  }
}

div.elementor-element.elementor-element-e827c36.elementor-widget.elementor-widget-heading:not(:last-child) {
  margin-bottom: 20px;
}

div.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-df4d31d {
  box-sizing: border-box;
  color: #212529;
  display: flex;
  font-family: "Apercu";
  line-height: 24px;
  min-height: 1px;
  position: relative;
  text-align: left;
}

@media (max-width: 767px) {
  div.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-df4d31d {
    width: 100%;
  }
}

@media (min-width: 768px) {
  div.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-df4d31d {
    width: 50%;
  }
}

div.elementor-element.elementor-element-cf195f3.elementor-widget.elementor-widget-accordion:not(:last-child) {
  margin-bottom: 20px;
}

div.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-dc64d3b {
  box-sizing: border-box;
  color: #212529;
  display: flex;
  font-family: "Apercu";
  line-height: 24px;
  min-height: 1px;
  position: relative;
  text-align: left;
}

@media (max-width: 767px) {
  div.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-dc64d3b {
    width: 100%;
  }
}

@media (min-width: 768px) {
  div.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-dc64d3b {
    width: 50%;
  }
}

div.elementor-element.elementor-element-01bb47a.elementor-widget.elementor-widget-accordion:not(:last-child) {
  margin-bottom: 20px;
}

section.elementor-section.elementor-inner-section.elementor-element.elementor-element-db0dcb1.elementor-section-boxed.elementor-section-height-default {
  box-sizing: border-box;
  color: #212529;
  display: block;
  font-family: "Apercu";
  line-height: 24px;
  position: relative;
  text-align: left;
  width: 100%;
}

h6#elementor-tab-title-2172.elementor-tab-title {
  background-color: rgba(255, 255, 255, .80);
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  outline: medium currentcolor;
  padding: 15px 20px;
  text-align: left;
}

@media (max-width: 767px) {
  h6#elementor-tab-title-2172.elementor-tab-title {
    padding: 12px 15px;
  }
}

h6#elementor-tab-title-1812.elementor-tab-title, h6#elementor-tab-title-2171.elementor-tab-title.elementor-active {
  background-color: rgba(255, 255, 255, .80);
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  outline: medium currentcolor;
  padding: 15px 20px;
  text-align: left;
}

@media (max-width: 767px) {
  h6#elementor-tab-title-1812.elementor-tab-title {
    padding: 12px 15px;
  }
}

h6#elementor-tab-title-2171.elementor-tab-title.elementor-active {
  border-width: 0;
}

@media (max-width: 767px) {
  h6#elementor-tab-title-2171.elementor-tab-title.elementor-active {
    padding: 12px 15px;
  }
}

div#elementor-tab-content-2172.elementor-tab-content.elementor-clearfix {
  background-color: rgba(255, 255, 255, .80);
  border-top: solid #d4d4d4;
  border-width: 0;
  box-sizing: border-box;
  color: #565656;
  font-family: "Apercu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 15px 20px;
  text-align: left;
}

@media (max-width: 767px) {
  div#elementor-tab-content-2172.elementor-tab-content.elementor-clearfix {
    padding: 7px 15px;
  }
}

h6#elementor-tab-title-1811.elementor-tab-title.elementor-active {
  background-color: rgba(255, 255, 255, .80);
  border-width: 0;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  outline: medium currentcolor;
  padding: 15px 20px;
  text-align: left;
}

@media (max-width: 767px) {
  h6#elementor-tab-title-1811.elementor-tab-title.elementor-active {
    padding: 12px 15px;
  }
}

div#elementor-tab-content-1812.elementor-tab-content.elementor-clearfix, div#elementor-tab-content-2171.elementor-tab-content.elementor-clearfix.elementor-active {
  background-color: rgba(255, 255, 255, .80);
  border-top: solid #d4d4d4;
  border-width: 0;
  box-sizing: border-box;
  color: #565656;
  font-family: "Apercu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 15px 20px;
  text-align: left;
}

@media (max-width: 767px) {
  div#elementor-tab-content-1812.elementor-tab-content.elementor-clearfix {
    padding: 7px 15px;
  }
}

div#elementor-tab-content-1811.elementor-tab-content.elementor-clearfix.elementor-active::after, div#elementor-tab-content-1812.elementor-tab-content.elementor-clearfix::after, div#elementor-tab-content-2171.elementor-tab-content.elementor-clearfix.elementor-active::after, div#elementor-tab-content-2172.elementor-tab-content.elementor-clearfix::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
}

div#elementor-tab-content-2171.elementor-tab-content.elementor-clearfix.elementor-active {
  display: block;
}

@media (max-width: 767px) {
  div#elementor-tab-content-2171.elementor-tab-content.elementor-clearfix.elementor-active {
    padding: 7px 15px;
  }
}

div#elementor-tab-content-1811.elementor-tab-content.elementor-clearfix.elementor-active {
  background-color: rgba(255, 255, 255, .80);
  border-top: solid #d4d4d4;
  border-width: 0;
  box-sizing: border-box;
  color: #565656;
  display: block;
  font-family: "Apercu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 15px 20px;
  text-align: left;
}

@media (max-width: 767px) {
  div#elementor-tab-content-1811.elementor-tab-content.elementor-clearfix.elementor-active {
    padding: 7px 15px;
  }
}

section#faq.elementor-section.elementor-top-section.elementor-element.elementor-element-b3751d7.elementor-section-boxed.elementor-section-height-default {
  background-image: url(https://www.crueltyfreekitty.com/wp-content/uploads/2024/02/BBB.jpg);
  background-size: cover;
  box-sizing: border-box;
  color: #212529;
  display: block;
  font-family: "Apercu";
  line-height: 24px;
  padding: 60px 0 40px;
  position: relative;
  text-align: left;
}

section#faq.elementor-section.elementor-top-section.elementor-element.elementor-element-b3751d7.elementor-section-boxed.elementor-section-height-default div#elementor-tab-content-1812.elementor-tab-content.elementor-clearfix p, section#faq.elementor-section.elementor-top-section.elementor-element.elementor-element-b3751d7.elementor-section-boxed.elementor-section-height-default div#elementor-tab-content-2172.elementor-tab-content.elementor-clearfix p {
  box-sizing: border-box;
  color: #565656;
  font-family: "Apercu", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1rem;
  margin-top: 0;
  text-align: left;
}



.page-id-34751 .page-header__heading
{
  font-size: 4.5rem;
  line-height: 5.3rem;
  max-width: 83rem;
  color: #3E3C3C;
}

.page-id-34751 .button:hover {
   color: #FFF;
}


.faq33 {
    color: #FFF;
  font-family: Canela;
  font-size: 34px;
  font-weight: normal;
  hyphens: manual;
  letter-spacing: .02em;
  line-height: 1.2em;
  text-align: center;
  text-rendering: optimizelegibility;
  text-transform: none;
  white-space: pre-wrap;
}

.pum-theme-31387 .pum-title, .pum-theme-enterprise-blue .pum-title {
    font-family:  canela !important;
}

.pum-theme-31387 .pum-content, .pum-theme-enterprise-blue .pum-content {
  color: #2d2d2d;
  font-family: apercu;
  font-weight: 100;
  line-height: 23px;
}

.page-id-3772 .page-content__header .sticky-share, .page-id-3772 .please-share, .page-id-3772 .related-articles, .page-id-3772 .newsletter {
    display: none;
}






/*top picks*/

.product-picks {
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 25px;
    border: 1px solid #cccccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.top-picks-box .product-section {
    margin-bottom: 25px;
}

.top-picks-box .product-category {
    font-weight: bold;
    color: #666666;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.top-picks-box .product-link {
    color: #1e57d2;
    text-decoration: none;
}

.top-picks-box .product-link:hover {
    text-decoration: underline;
}

.top-picks-box .jump-to-review {
    font-size: 13px;
    color: #666666;
    cursor: pointer;
}

.top-picks-box .jump-to-review:hover {
    text-decoration: underline;
}



.pum-theme-31385, .pum-theme-default-theme {

background-color: rgba( 255, 255, 255, 0.9 ) !important;
}


.pum-theme-31385 .pum-container, .pum-theme-default-theme .pum-container {
    padding: 0px !important;
}


.pum-theme-31385 .pum-close.popmake-close {
    background-color: rgba( 238, 234, 215, 1.00 ) !important;
    color: #000 !important;
    font-family: 'Apercu' !important;
}


@media screen and (min-width: 1200px) {
  .brand-list:nth-of-type(2)::before,
  .brand-list:nth-of-type(3)::before {
    content: none; /* Removes the content for these specific elements */
  }
}
.button.button--green.brand-list__list__shop-button:hover {
  color: #FFFEFA !important;
}


.page-id-34517 .header {
    left:0;
}





