/** Shopify CDN: Minification failed

Line 8330:37 Expected "*/" to terminate multi-line comment

**/
@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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


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


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


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


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}


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


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

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


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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


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


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.footer-mobile-panel ul,
.footer-mobile ul,
.footer-cols .social-list,
.footer-cols ul,
.faqs-holder .faqs-list,
.breadcrambs,
.ingredients-list,
.product-section__description--buy-with_product__sizes ul,
.product-section__description--buy-with_product--sizes ul,
.product-section__description .survey-list,
.collection-product-gallery__sizes ul,
.collection-hero__columns__cols--sizes ul,
.collection-hero__columns__blocks--sizes ul,
.collection-pagination ul,
.collection-area__sizes ul,
.prefooter-gallery__col ul,
.prefooter__cols ul,
.home-product-gallery__sizes ul,
.tab-nav ul,
.mega-addnav__2-3col--nav-cols-ul ul,
.mega-addnav__5col--nav-cols-ul>ul>li ul,
.mega-addnav__5col--nav-cols-ul>ul,
.add-nav>ul,
.auth-block>ul,
#nav,
.main-meganav__3-2col--nav-cols-ul ul>li ul,
.main-meganav__3-2col--nav-cols-ul ul,
.main-meganav__2-3col--nav-cols-ul ul>li ul,
.main-meganav__2-3col--nav-cols-ul ul,
.main-meganav__5col--nav-cols-ul>ul>li ul,
.main-meganav__5col--nav-cols-ul>ul,
.mobile-dropmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

a {
    transition: all 0.3s ease-in-out;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

.home-banner {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #021f25;
    background: #fff;
    font: 16px/1.875 din-2014, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: din-2014, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
    margin: 0 0 0.5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 65px;
}

h2,
.h2 {
    font-size: 44px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #D04020;
}

a:hover,
a:focus {
    text-decoration: none;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: 0.4em 0.7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #999;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Icons */

@font-face {
    font-family: "slick";
    src: url("slick.eot");
    src: url("slick.eot?#iefix") format("embedded-opentype"), url("slick.woff") format("woff"), url("slick.ttf") format("truetype"), url("slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}


/* #header {
    box-shadow: 0 20px 20px #00000021;
} */

.preheader {
    background: #fff;
    color: #000;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2.72px;
}

@media (max-width: 920px) {
    .preheader {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767px) {
    .preheader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
}

.preheader a {
    text-decoration: underline;
    color: #000;
    font-weight: 300;
}

.preheader a:hover {
    text-decoration: none;
}

#header {
    background: #1e1e1e;
    color: #fff;
    padding: 3px 10px 0;
}

@media (max-width: 920px) {
    #header {
        position: relative;
        padding: 15px 0 20px;
    }
}

@media (max-width: 767px) {
    /* #header {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        z-index: 100;
    } */
}

#header .container {
    position: relative;
    max-width: 100%;
}

@media (max-width: 920px) {
    #header .container {
        position: static;
        padding: 0 20px;
    }
    .main-nav {
        font-size: 20px !important;
    }
}

.logo-block img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 920px) {
    .logo-block .decktop-mobile img {
        width: 221px;
        height: auto;
        margin-bottom: -6px;
    }
}

.logo-block .mobile {
    display: none;
}

@media (max-width: 920px) {
    .logo-block .mobile img {
        width: 170px;
        height: auto;
    }
}

@media (max-width: 920px) {
    .nav-active .logo-block .decktop-mobile {
        display: none;
    }
    .nav-active .logo-block .mobile {
        display: block;
        position: relative;
    }
}

.nav-closer.mobile-only {
    top: 15px;
    position: absolute;
    left: 20px;
    cursor: pointer;
}

.mobile-dropmenu {
    display: none;
    position: absolute;
    top: 120px;
    bottom: 0;
    left: 100%;
    width: 100%;
    background: #fff;
    z-index: 1;
    transition: left 0.3s linear 0s;
    font-size: 20px;
    line-height: 33px;
}

.drop-active .mobile-dropmenu {
    left: 0;
}

@media (max-width: 920px) {
    .mobile-dropmenu {
        display: block;
    }
}

.mobile-dropmenu ul {
    padding: 0 20px;
}

.mobile-dropmenu ul li {
    padding: 0 0 20px;
}

.mobile-dropmenu ul li a {
    color: #000;
    padding: 0 40px 0 0;
}

.mobile-dropmenu ul li li a {
    padding: 0;
}

.mobile-dropmenu ul li .second-level {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    background: #fff;
    z-index: 1;
    transition: left 0.3s linear 0s;
}

.mobile-dropmenu ul li.active-droptwo>.second-level {
    left: 0;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 2px;
    max-width: 1512px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 920px) {
    .main-nav {
        display: block;
        position: absolute;
        padding: 15px;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100vh;
        padding: 20px 20px 100px;
        background: #fff;
        transform: translateX(-100%);
        transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
        z-index: 113;
        font-size: 25px;
        letter-spacing: 4.75px;
        overflow: hidden;
    }
    .two-level .main-nav {
        z-index: 110;
    }
}

.main-meganav {
    position: absolute;
    top: 32px;
    left: -10px;
    right: -10px;
    background: #f2f2f2;
    z-index: 100;
    padding: 20px;
    display: none;
}

@media (max-width: 920px) {
    .main-meganav {
        display: none;
    }
}

.main-meganav__heading {
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4px;
    color: #000;
}

.main-meganav__5col {
    display: flex;
    padding: 0 20px;
}

.main-meganav__5col--nav-cols {
    width: 100%;
    padding: 0 30px;
}

.main-meganav__5col--nav-cols-ul {
    display: flex;
    font-size: 16px;
    letter-spacing: 1px;
}

.main-meganav__5col--nav-cols-ul>ul {
    width: 20%;
    padding: 0 20px 0 0;
    font-size: 16px;
    font-style: normal;
    line-height: 36px;
    letter-spacing: 2.72px;
}

.main-meganav__5col--nav-cols-ul>ul.subnav>li {
    padding: 0 0 2px;
}

.main-meganav__5col--nav-cols-ul>ul.subnav>li:hover>a {
    font-weight: bold;
}

.main-meganav__5col--nav-cols-ul>ul.subnav>li>a {
    color: #000;
    font-weight: 400;
}

.main-meganav__5col--nav-cols-ul>ul>li {
    padding: 0 0 2px;
}

.main-meganav__5col--nav-cols-ul>ul>li:hover>a {
    font-weight: bold;
}

.main-meganav__5col--nav-cols-ul>ul>li>a {
    color: #000;
    font-weight: 600;
}

.main-meganav__5col--nav-cols-ul>ul>li ul {
    width: 100%;
    padding: 0;
}

.main-meganav__5col--nav-cols-ul>ul>li ul>li {
    padding: 2px 0 0;
}

.main-meganav__5col--nav-cols-ul>ul>li ul>li:hover>a {
    font-weight: bold;
}

.main-meganav__5col--nav-cols-ul>ul>li ul>li>a {
    color: #000;
    font-weight: 400;
}

.main-meganav__2-3col {
    display: flex;
    padding: 0 20px;
}

.main-meganav__2-3col--nav-cols {
    width: 40%;
    padding: 0 30px;
}

.main-meganav__2-3col--nav-cols-ul {
    display: flex;
    font-size: 16px;
    letter-spacing: 1px;
}

.main-meganav__2-3col--nav-cols-ul ul {
    width: 50%;
    padding: 0 20px 0 0;
    font-size: 16px;
    font-style: normal;
    line-height: 36px;
    letter-spacing: 2.72px;
}

.main-meganav__2-3col--nav-cols-ul ul.subnav>li {
    padding: 0 0 2px;
}

.main-meganav__2-3col--nav-cols-ul ul.subnav>li:hover>a {
    font-weight: bold;
}

.main-meganav__2-3col--nav-cols-ul ul.subnav>li>a {
    color: #000;
    font-weight: 400;
}

.main-meganav__2-3col--nav-cols-ul ul>li {
    padding: 0 0 2px;
}

.main-meganav__2-3col--nav-cols-ul ul>li:hover>a {
    font-weight: bold;
}

.main-meganav__2-3col--nav-cols-ul ul>li>a {
    color: #000;
    font-weight: 600;
}

.main-meganav__2-3col--nav-cols-ul ul>li ul {
    width: 100%;
    padding: 0;
}

.main-meganav__2-3col--nav-cols-ul ul>li ul>li {
    padding: 2px 0 0;
}

.main-meganav__2-3col--nav-cols-ul ul>li ul>li:hover>a {
    font-weight: bold;
}

.main-meganav__2-3col--nav-cols-ul ul>li ul>li>a {
    color: #000;
    font-weight: 400;
}

.main-meganav__2-3col--featured-cols {
    width: 60%;
    padding: 0 30px;
}

.main-meganav__2-3col--featured-cols-columns {
    display: flex;
}

.main-meganav__2-3col--featured-cols-col {
    width: 33%;
    padding: 0 11px;
}

.main-meganav__2-3col--featured-cols-col:first-child {
    padding: 0 11px 0 0;
}

.main-meganav__2-3col--featured-cols-col:last-child {
    padding: 0 0 0 11px;
}

.main-meganav__2-3col--featured-cols-col.large {
    width: 67%;
    padding: 0 0 0 11px;
}

.main-meganav__2-3col--featured-cols-col.large:first-child {
    padding: 0 11px 0 0;
}

.main-meganav__2-3col--featured-cols-image {
    height: 330px;
    overflow: hidden;
    margin: 0 0 10px;
}

@media (max-width: 1199px) {
    .main-meganav__2-3col--featured-cols-image {
        height: 180px;
    }
}

.main-meganav__2-3col--featured-cols-image img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .main-meganav__2-3col--featured-cols-image img {
        height: 180px;
        width: auto;
    }
}

.main-meganav__2-3col--featured-cols-name {
    color: #000;
    text-transform: none;
    font-weight: bold;
    letter-spacing: 2px;
}

.main-meganav__2-3col--featured-cols-name a {
    color: #000;
}

.main-meganav__3-2col {
    display: flex;
    padding: 0 20px;
}

.main-meganav__3-2col--nav-cols {
    width: 60%;
    padding: 0 30px;
}

.main-meganav__3-2col--nav-cols-ul {
    display: flex;
    font-size: 16px;
    letter-spacing: 1px;
}

.main-meganav__3-2col--nav-cols-ul ul {
    width: 33%;
    padding: 0 20px 0 0;
    font-size: 16px;
    font-style: normal;
    line-height: 36px;
    letter-spacing: 2.72px;
}

.main-meganav__3-2col--nav-cols-ul ul.subnav>li {
    padding: 0 0 2px;
}

.main-meganav__3-2col--nav-cols-ul ul.subnav>li:hover>a {
    font-weight: bold;
}

.main-meganav__3-2col--nav-cols-ul ul.subnav>li>a {
    color: #000;
    font-weight: 400;
}

.main-meganav__3-2col--nav-cols-ul ul>li {
    padding: 0 0 2px;
}

.main-meganav__3-2col--nav-cols-ul ul>li:hover>a {
    font-weight: bold;
}

.main-meganav__3-2col--nav-cols-ul ul>li>a {
    color: #000;
    font-weight: 600;
}

.main-meganav__3-2col--nav-cols-ul ul>li ul {
    width: 100%;
    padding: 0;
}

.main-meganav__3-2col--nav-cols-ul ul>li ul>li {
    padding: 2px 0 0;
}

.main-meganav__3-2col--nav-cols-ul ul>li ul>li:hover>a {
    font-weight: bold;
}

.main-meganav__3-2col--nav-cols-ul ul>li ul>li>a {
    color: #000;
    font-weight: 400;
}

.main-meganav__3-2col--featured-cols {
    width: 40%;
    padding: 0 30px;
}

.main-meganav__3-2col--featured-cols-columns {
    display: flex;
}

.main-meganav__3-2col--featured-cols-col {
    width: 50%;
    padding: 0 0 0 11px;
}

.main-meganav__3-2col--featured-cols-col:first-child {
    padding: 0 11px 0 0;
}

.main-meganav__3-2col--featured-cols-col.large {
    width: 100%;
    padding: 0;
}

.main-meganav__3-2col--featured-cols-image {
    height: 220px;
    overflow: hidden;
    margin: 0 0 10px;
}

.main-meganav__3-2col--featured-cols-image img {
    -o-object-fit: cover;
    object-fit: cover;
}

.main-meganav__3-2col--featured-cols-name {
    color: #000;
    text-transform: none;
    font-weight: bold;
    letter-spacing: 2px;
}

.main-meganav__3-2col--featured-cols-name a {
    color: #000;
}

a.cart.mobile-only.abste {
    position: absolute;
    right: 20px;
    top: 20px;
}

@media (max-width: 920px) {
    .nav-active .main-nav {
        transform: translateX(0);
        overflow: auto;
    }
}

#nav {
    display: flex;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 920px) {
    #nav {
        display: block;
    }
}

#nav>li {
    padding: 0 25px 0 0;
}

#nav>li>a {
    color: #fff;
    position: relative;
}

@media (max-width: 920px) {
    #nav>li>a {
        color: #000;
    }
}

@media (max-width: 920px) {
    #nav>li {
        padding: 0;
    }
    .mob-menu-title {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #000;
        text-align: center;
        padding-bottom: 6px;
        border-bottom: 1px solid #000;
        margin-bottom: 13px;
    }
    .first-lev {
        border-radius: 4px;
        background: var(--Gray10, #F2F2F2);
        box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin: 8px 0;
    }
    .mobile-menu-link {
        display: flex !important;
        position: relative;
        padding: 15px;
        align-items: center;
        justify-content: space-between;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1.3px;
        text-transform: uppercase;
    }
    #nav>li.drop-active>a.dropdown-one {
        position: absolute;
        top: 40px;
        left: 0;
        background-color: #fff;
        text-indent: -9999px;
        width: 80px;
        height: 80px;
        z-index: 110;
    }
    #nav>li.drop-active>a.dropdown-one:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        border: solid #000;
        border-width: 0 0 2px 2px;
        transform: rotate(45deg);
        margin: -8px 0 0 -5px;
        pointer-events: none;
    }
    .three-level #nav>li.drop-active>a.dropdown-one {
        display: none;
    }
    #nav>li a.dropdown-two {
        display: block;
        position: relative;
    }
    #nav>li a.dropdown-two:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 20px;
        height: 20px;
        border: solid #000;
        border-width: 2px 2px 0 0;
        transform: rotate(45deg);
        margin: -10px 0 0 -5px;
        pointer-events: none;
    }
    #nav>li .active-droptwo a.dropdown-two {
        position: absolute;
        bottom: 100%;
        left: 0;
        background-color: #fff;
        text-indent: -9999px;
        width: 80px;
        height: 80px;
        z-index: 120;
    }
    #nav>li .active-droptwo a.dropdown-two:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        border: solid #000;
        border-width: 0 0 2px 2px;
        transform: rotate(45deg);
        margin: -8px 0 0 -5px;
        pointer-events: none;
    }
}

@media (min-width: 1024px) {
    #nav>li:hover .main-meganav {
        display: block;
    }
    #nav>li:hover>a {
        font-weight: bold;
    }
    #nav>li:hover>a:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: calc(50% - 12px);
        border: solid transparent;
        border-width: 8px;
        border-bottom-color: #f2f2f2;
    }
    #nav>li:hover>a:only-child:after {
        display: none;
    }
}

.auth-block {
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    padding: 6px 0 0 0;
}

@media (max-width: 920px) {
    .auth-block {
        display: block;
        padding: 20px 0;
        margin: 0 -10px;
        width: calc(100% + 20px);
    }
}

.auth-block>ul {
    display: flex;
    text-transform: uppercase;
    color: #fff;
    margin-top: -5px;
}

.auth-block>ul li {
    padding: 0 0 0 10px;
}

.wishlist-menu-item {
    display: none;
}

@media (max-width: 920px) {
    .auth-block>ul li {
        width: 50%;
        padding: 0 10px;
        display: flex;
        align-items: inherit;
    }
    .nav-active .auth-block .cart-holder {
        display: none;
    }
    .wishlist-menu-item {
        display: flex;
        flex-direction: column;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: 110%;
        color: #000;
        margin-top: 20px;
        padding: 0 20px;
        ;
    }
    .wishlist-menu-item .mwl-wrapper {
        border-top: 1px solid #B5B5B5;
        border-bottom: 1px solid #B5B5B5;
        padding: 20px 0;
    }
}

.auth-block>ul li:before {
    content: "/";
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 0;
}

@media (max-width: 920px) {
    .auth-block>ul li:before {
        content: "";
    }
}

.auth-block>ul li:first-child:before {
    content: "";
}

@media (max-width: 920px) {
    .auth-block>ul li:first-child a {
        background: #000;
        color: #fff;
    }
}

.auth-block>ul a {
    color: #fff;
}

@media (max-width: 920px) {
    .auth-block>ul a {
        border: 1px solid #000;
        color: #000;
        padding: 5px 15px;
        text-align: center;
        width: 100%;
        justify-content: center;
    }
}

.cart-holder {}

@media (max-width: 920px) {
    .cart-holder {
        top: 20px;
        right: 20px;
    }
}

.add-nav {
    padding: 0;
    font-family: "Founders Grotesk";

    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.28px;
    text-transform: uppercase;
}

.main-nav #nav li a {
    font-family: "Founders Grotesk";
    font-size: 12px;
    font-style: normal;
    padding-top: 6px;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: capitalize;
  /* text-transform: uppercase; */
}

.main-nav #nav li a:hover {
  text-decoration: underline
}

@media (max-width: 1369px) {
    .add-nav {
        font-size: 16px;
    
    }
}

@media (max-width: 1226px) {
    .add-nav {
        font-size: 14px;
    }
    .main-nav {
        font-size: 14px;
    }
    #header .container {
        padding: 0 20px;
    }
}

@media (max-width: 1098px) {
    .add-nav {
        font-size: 13px;
    }
    .main-nav {
        font-size: 13px;
    }
    #header .container {
        padding: 0 10px;
    }
    .add-nav>ul>li {
       padding: 6px 14px 13px !important;
        font-size: 14px;
    }
    .sticky-header .add-nav>ul>li {
        padding: 0 5px !important;
    }
}


@media (max-width: 1015px) {
  .add-nav>ul>li {
   font-size: 13px;
   padding: 6px 12px 13px !important;
}
}

@media (max-width: 948px) {
    .add-nav>ul>li {
        font-size: 12px;
    }
}

@media (max-width: 920px) {
    .add-nav {
        display: none;
    }

  a.mobile-menu-link.mobile-only span {
    margin-top: 8px;
}
  
}

.add-nav>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
}

.add-nav>ul>li {
    padding: 6px 17px 13px;
}

@media (max-width: 1369px) {
    .add-nav>ul>li {
        padding: 6px 15px 13px;
    }
}
.mega-addnav > div {
  display: none
}
.add-nav>ul>li:hover .mega-addnav {
  padding: 20px;
  height: auto;
}
.add-nav>ul>li:hover .mega-addnav > div {
  display: flex;
}

.add-nav>ul>li:hover>a {
    font-weight: bold;
}

.add-nav>ul>li:hover>a:after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: calc(50% - 20px);
    border: solid transparent;
    border-width: 12px 20px;
    border-bottom-color: #f2f2f2;
}

.add-nav>ul>li:hover>a:only-child:after {
    display: none;
}

.add-nav>ul>li>a {
    color: #fff;
    position: relative;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 2.25px;
    font-weight: 400;
}

.mega-addnav {
    position: absolute;
    top: 100%;
    left: -10px;
    right: -10px;
    background: #f2f2f2;
    z-index: 100;
    padding: 20px;
    /* display: none; */
    box-shadow: 0 10px 15px #00000021;
  height: 0px;
  padding: 0;
  transition: all 0.3s linear;
}

@media (max-width: 920px) {
    .mega-addnav {
        display: none;
    }
}

.mega-addnav__heading {
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4px;
    color: #000;
}

.mega-addnav__5col {
    display: flex;
    padding: 0 20px;
}

.mega-addnav__5col--nav-cols {
    width: 100%;
    padding: 0 30px;
}

.mega-addnav__5col--nav-cols-ul {
    display: flex;
    font-size: 16px;
    letter-spacing: 1px;
}

.mega-addnav__5col--nav-cols-ul>ul {
    width: 20%;
    padding: 0 20px 0 0;
    font-size: 16px;
    font-style: normal;
    line-height: 36px;
    letter-spacing: 2.72px;
}

.mega-addnav__5col--nav-cols-ul>ul>li {
    padding: 0 0 2px;
}

.mega-addnav__5col--nav-cols-ul>ul>li:hover>a {
    font-weight: bold;
}

.mega-addnav__5col--nav-cols-ul>ul>li>a {
    color: #000;
    font-weight: 600;
}

.mega-addnav__5col--nav-cols-ul>ul>li ul {
    width: 100%;
    padding: 0;
}

.mega-addnav__5col--nav-cols-ul>ul>li ul>li {
    padding: 2px 0 0;
}

.mega-addnav__5col--nav-cols-ul>ul>li ul>li:hover>a {
    font-weight: bold;
}

.mega-addnav__5col--nav-cols-ul>ul>li ul>li>a {
    color: #000;
    font-weight: 400;
}

.mega-addnav__2-3col {
    display: flex;
    padding: 0 20px;
    max-width: 1512px;
    margin: 0 auto;
}

.mega-addnav__2-3col--nav-cols-ul {
    display: flex;
    font-size: 16px;
    letter-spacing: 1px;
}

.mega-addnav__2-3col--nav-cols-ul ul {
    width: 100%;
    padding: 0 20px 0 0;
    font-size: 16px;
    font-style: normal;
    line-height: 36px;
    letter-spacing: 2.72px;
}

.mega-addnav__2-3col--nav-cols-ul ul li {
    padding: 0 0 2px;
}

.mega-addnav__2-3col--nav-cols-ul ul li:hover a {
    font-weight: bold;
}

.mega-addnav__2-3col--nav-cols-ul ul a {
    color: #000;
    font-weight: normal;
  text-transform: none;
}

.mega-addnav__2-3col--nav-cols {
    width: 40%;
    padding: 0 30px;
}

.mega-addnav__2-3col--featured-cols {
    width: 60%;
    padding: 0 30px;
}

.double-fi .mega-addnav__2-3col--featured-cols {
    width: 41.2%;
    padding: 0 30px;
}

.double-fi .mega-addnav__2-3col--nav-cols {
    width: 58.8%;
    padding: 0 30px;
}

.single-fi .mega-addnav__2-3col--featured-cols {
    width: 22.25%;
    padding: 0 30px;
}

.single-fi .mega-addnav__2-3col--nav-cols {
    width: 77.75%;
    padding: 0 30px;
}

.mega-addnav__2-3col--featured-cols-columns {
    display: flex;
}

.mega-addnav__2-3col--featured-cols-col {
    width: 34%;
    padding: 0 0 0 11px;
}

.mega-addnav__2-3col--featured-cols-col:first-child {
    width: 66%;
    padding: 0 11px 0 0;
}

.mega-addnav__2-3col--featured-cols-image {
    height: 228px;
    overflow: hidden;
    margin: 0 0 10px;
}

.mega-addnav__2-3col--featured-cols-image img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.mega-addnav__2-3col--featured-cols-name {
    color: #000;
    text-transform: none;
    font-weight: bold;
    letter-spacing: 2px;
}

.mega-addnav__2-3col--featured-cols-name a {
    color: #000;
}

.form-block {
    width: calc(100% - 30px);
    max-width: 1200px;
    background: #fff;
    margin: 19px auto 13px;
    display: flex;
}

@media (max-width: 920px) {
    .form-block {
        width: 100%;
        margin-bottom: 0;
        ;
    }
}

.form-block__store {
    width: 95px;
}

@media (max-width: 920px) {
    .form-block__store {
        display: none;
    }
}

.form-block__store .store {
    display: block;
    align-items: center;
    pointer-events: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #f2f2f2;
    color: #515151;
    padding: 0 0 0 20px;
}

.form-block__store .store:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    border: 1px solid #515151;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin: 15px 0 0 10px;
}

.form-block__form {
    width: 100%;
}

@media (max-width: 920px) {
    .form-block__form {
        width: 100%;
    }
}

.form-block__form form {
    width: 100%;
    display: flex;
}

.form-block__form form input[type="search"] {
    width: calc(100% - 42px);
    border: none;
    height: 45px;
    padding: 0 20px;
    outline: none;
    color: #000;
}

.form-block__form form input[type="submit"] {
    width: 42px;
    height: 45px;
    text-indent: -9999px;
    background: url(btn-search.png) no-repeat 0 0/42px 45px;
    border: none;
    outline: none;
    cursor: pointer;
}

.nav-opener {
    position: absolute;
    top: 6px;
    left: 20px;
    width: 27px;
    height: 46px;
    z-index: 1;
    display: none;
}

@media (max-width: 920px) {
    .nav-opener {
        display: block;
    }
}

.nav-opener:hover {
    opacity: 0.9;
}

.nav-active .nav-opener span {
    opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
    transform: rotate(45deg);
    top: 50%;
    left: 0;
    right: 0;
    background: #000;
}

.nav-active .nav-opener:after {
    transform: rotate(-45deg);
}

.two-level .nav-opener {
    display: none;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -1px;
    transition: all 0.3s linear;
}

.nav-opener:before,
.nav-opener:after {
    content: "";
    top: 30%;
}

.nav-opener:after {
    top: 70%;
}

a {
    text-decoration: none;
}

a:hover {
    font-weight: bold;
}

.container {
    width: 100%;
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 48px;
}

@media (max-width: 920px) {
    .container {
        padding: 0 20px;
    }
}

.btn {
    display: inline-block;
    vertical-align: top;
    height: 48px;
    min-width: 227px;
    background-color: #f35533;
    border: 0;
    color: #fff;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 10px 14px;
    padding: 0 60px;
}

@media (max-width: 767px) {
    .btn {
        font-size: 14px;
        padding: 0 20px;
        width: 100%;
        margin: 0 0 14px;
    }
}

.btn:hover {
    font-weight: 600;
}

.btn.white {
    background-color: #fff;
    color: #000;
}

.btn.white:hover {
    background-color: #f35533;
    color: #fff;
}

.btn.border {
    background: none;
    color: #000;
    border: 2px solid #000;
}

.btn.border:hover {
    background-color: #f35533;
    border: 2px solid #f35533;
    color: #fff;
}

.btn.black {
    background-color: #000;
    color: #fff;
}

.btn.black:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    #main {
        padding: 0 0;
    }
}

.body-popup {
    overflow: hidden;
    height: 100vh;
}

.body-popup:before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

.body-popup .home-gallery .slick-dots {
    display: none;
}

.video-block {
    position: relative;
    height: 510px;
    overflow: hidden;
    text-align: center;
    background: #000;
}

@media (max-width: 767px) {
    .video-block {
        height: 312px;
    }
  .video-background {
    max-height: 312px;
  }
}

.video-block__popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 20;
}

.video-block__popup video {
    height: 480px;
}

@media (max-width: 767px) {
    .video-block__popup video {
        height: 200px;
    }
}

.video-block__popup--inner {
    position: relative;
}

.video-block__popup--inner .close-popup {
    position: absolute;
    top: -15px;
    right: -15px;
    text-align: center;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #fff;
}


.video-block h1,
.video-block .h1 {
    font-size: 55px !Important;
    font-weight: 700;
    line-height: normal;
    line-height: 66px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 5.69px;
}

.video-block p.sub-title {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 3px;
   margin: 0 0 10px;
}

.video-block p.discount-code {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 0 10px;
}


.video-block p.exclusions {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: initial;
    margin: 0 0 10px;
}


.headhsot-bio-wrapper {
    display: flex;
    align-items: flex-start;
  margin-top: 20px;
}

.headhsot-bio-wrapper img {
  margin-right: 20px;
}

@media (max-width: 767px) {
    .video-block h1,
    .video-block .h1 {
        font-size: 28px !important;
        line-height: 33px;
        letter-spacing: 2.5px;
    }
    .video-block p.sub-title {
      font-size: 13px;
      line-height: 16px;
      letter-spacing: 1.5px;
       margin: 0 0 10px;
    }
    
    .video-block p.discount-code {
        font-size: 13px;
      line-height: 16px;
        letter-spacing: 0.1em;
        text-align: center;
        margin: 0 0 10px;
    }
    
    .video-block p.exclusions {
       font-size: 13px;
      line-height: 16px;
      letter-spacing: 1.5px;
        letter-spacing: 0.05em;
    }
}

.video-block__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 33px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5.61px;
    text-transform: uppercase;
    max-width: 1920px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .video-block__content {
        font-size: 13px;
    }
}

.video-block .open-popup {
    cursor: pointer;
}

.video-block .video {
    min-width: 100%;
}

.video-block>img {
   width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-block .gif-with-play>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-block .gif-with-play.pause .play-pause .play {
    display: block;
}

.video-block .gif-with-play.pause .play-pause .stop {
    display: none;
}

.video-block .play-pause {
    position: absolute;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
    z-index: 10;
}

@media (max-width: 767px) {
    .video-block .play-pause {
        bottom: 15px;
        left: 15px;
    }
}

.video-block .play-pause .play {
    display: none;
}

.video-block .play-pause .stop {
    display: block;
}

.home-gallery {
    overflow: hidden;
}

.home-gallery .slick-slide {
    height: auto;
}

.home-gallery .slick-slide.slick-active .video-block.popup-active .video-block__popup {
    display: flex;
}

.home-gallery .slick-dots {
    position: absolute;
    bottom: 31px;
    left: calc(50% - 100px);
    width: 200px;
}

.home-gallery .slick-dots li.slick-active button {
    background: no-repeat url(dot-active.png) 0/18px 23px;
}

.home-gallery .slick-dots li button {
    width: 18px;
    height: 23px;
    background: no-repeat url(dot.png) 0/18px 23px;
}

.home-gallery .slick-dots li button:before {
    display: none;
}

.tab-nav {
    width: 100%;
    max-width: 1512px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 48px;
    letter-spacing: 1px;
}

.tab-nav ul {
    min-width: 700px;
    border-bottom: 1px solid #000;
    display: flex;
    text-transform: uppercase;
}

.tab-nav ul li {
    padding: 0 20px 0 0;
}

.tab-nav ul li.active a {
    font-weight: 700;
    border-bottom: 3px solid #000;
}

.tab-nav ul a {
    display: block;
    padding: 15px 0;
    border-bottom: 3px solid #fff;
    color: #000;
}

.home-product {
    padding: 50px 0;
}

.home-product-gallery {
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .home-product-gallery .slick-list,
    .action-gallery .slick-list,
    .cooks-gallery .slick-list {
        padding: 0 12% 0 0;
    }
}

.home-product-gallery .slick-slide {
    height: auto;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .home-product-gallery .slick-slide {
        padding: 0 15px 0 0;
    }
}

.home-product-gallery__text {
    padding: 20px 50px 20px 0;
    position: relative;
}

.home-product-gallery__add {
    position: absolute;
    top: 20px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-product-gallery__title,
.home-product-gallery h3,
#rebuy-widget-1554 .rebuy-product-info .rebuy-product-title.clickable,
#rebuy-widget-44425 .rebuy-product-info .rebuy-product-title.clickable {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.32px;
}

@media (max-width: 767px) {
    .home-product-gallery__title,
    .home-product-gallery h3 {
        font-size: 13px;
        font-weight: 300;
        line-height: 110%;
    }
}

.home-product-gallery__title a,
.home-product-gallery h3 a {
    color: #000;
    text-decoration: none;
}

.home-product-gallery__title a:hover,
.home-product-gallery h3 a:hover {
    font-weight: 700;
}

.home-product-gallery__sizes {
    display: flex;
    align-items: center;
    font-style: italic;
}

@media (max-width: 767px) {
    .home-product-gallery__sizes {
        font-size: 10px;
        width: calc(100% + 50px);
        margin: 0 -50px 0 0;
    }
}

.home-product-gallery__sizes ul {
    display: flex;
    padding: 0 0 0 15px;
}

.home-product-gallery__sizes ul li {
    width: 13px;
    height: 13px;
    background: #d9d9d9;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 3px;
}

.home-product-gallery__price {
    font-weight: 700;
}

.home-product-gallery__price--price {
    color: #000;
}

.home-product-gallery__price--member-price {
    color: #f35533;
    font-size: 16px;
}

@media (max-width: 767px) {
    .home-product-gallery__price--member-price {
        font-size: 12px;
        margin: 0 -50px 0 0;
        width: calc(100% + 50px);
    }
}

.home-product-gallery__price--member-price span {
    font-size: 16px;
}

@media (max-width: 767px) {
    .home-product-gallery__price--member-price span {
        font-size: 16px;
    }
}

.home-banner {
    width: calc(100% - 96px);
    max-width: 1415px;
    margin: 0 auto;
    position: relative;
    min-height: 531px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 920px) {
    .home-banner {
        width: calc(100% - 40px);
    }
}

@media (max-width: 767px) {
    .home-banner {
        width: 100%;
        min-height: 193px;
    }
}

.home-banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -30px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 30px;
    border-left-width: 30px;
    border-bottom: 50px solid white;
}

@media (max-width: 767px) {
    .home-banner:after {
        margin: 0 0 0 -20px;
        border-right-width: 20px;
        border-left-width: 20px;
        border-bottom: 30px solid white;
    }
}

.home-banner__inner {
    padding: 50px 20px;
    text-align: center;
    color: #fff;
    font-size: 31px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5.27px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .home-banner__inner {
        font-size: 16px;
        letter-spacing: 1.3px;
    }
}

.home-banner__inner p {
    max-width: 753px;
    margin: 0 auto 30px;
}

.home-banner__title {
    font-size: 39px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 6.63px;
    text-transform: uppercase;
    margin: 0 0 20px;
}



@media (max-width: 767px) {
    .home-banner__title {
        font-size: 28px;
        letter-spacing: 3px;
    }
}

.home-form {
    background: #fdddd6;
    border: 1px solid #f35533;
    width: calc(100% - 96px);
    max-width: 1415px;
    margin: 0 auto 30px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .home-form {
        width: calc(100% - 40px);
        padding: 14px 20px;
        display: flex;
        text-align: center;
        flex-direction: column;
    }
}

@media (max-width: 920px) {
    .home-form {
        width: calc(100% - 40px);
        padding: 14px 20px;
      margin: 30px auto;
    }
}

@media (max-width: 920px) {
    .home-form {
        display: block;
        text-align: center;
        padding: 25px 20px;
    }
}

.home-form__heading {
    width: 30%;
    padding: 0 24px 0 0;
}

@media (max-width: 1199px) {
    .home-form__heading {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 920px) {
    .home-form__heading {
        width: 100%;
    }
  .home-product {
    padding: 20px 0 0;
  }
  .collection-hero__gallery {
    margin: 0 0 0px;
  }
}

.home-form__heading h3 {
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0 0 10px;
    letter-spacing: 1px;
}

.home-form__heading h4 {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    letter-spacing: 1px;
}


@media (max-width: 920px) {
    .home-form__heading h3 {
        font-size: 20px;

        line-height: normal;
    }
  
    .home-form__heading h4 {
      font-size: 16px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 1.6px;
        margin-bottom: 20px;
    }

}




.home-form__form {
    width: 45%;
}

@media (max-width: 1199px) {
    .home-form__form {
        width: 100%;
        margin: 20px 0;
    }
}

@media (max-width: 920px) {
    .home-form__form {
        width: 100%;
        margin: 20px 0;
    }
}

@media (max-width: 767px) {
    .home-form__form {
        margin: 12px 0 0;
    }
}

.home-form__form form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .home-form__form form {
        display: block;
    }
}

.home-form__form form input[type="email"] {
    width: calc(100% - 220px);
    height: 48px;
    border: 0;
}

@media (max-width: 767px) {
    .home-form__form form input[type="email"] {
        width: 100%;
        margin: 0 0 10px;
    }
}

.home-form__form form input[type="email"]:focus {
    border: 0;
    outline: none;
}

.home-form__form .btn {
    padding: 0;
    margin: 0;
    width: 210px;
    min-width: 210px;
}

@media (max-width: 767px) {
    .home-form__form .btn {
        width: 100%;
    }
}

.home-form__text {
    width: 100%;
    padding: 10px 0 0;
    font-size: 12px;
    line-height: 15px;
    max-width: 450px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .home-form__text {
        width: 100%;
        padding: 10px 0 0;
    }
  .home-form .member-pricing__image {
    padding-right: 0;
  }
}



@media (max-width: 767px) {
    .home-form__text {
        font-size: 9px;
    }
}

.home-form__text p {
    margin: 0;
}

.home-featured {
    background: #f2f2f2;
    padding: 20px 0;
    margin: 0 0 30px;
}

.home-featured__title {
    position: relative;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 30px;
    letter-spacing: 1px;
    text-align: center;
}

@media (max-width: 767px) {
    .home-featured__title {
        font-size: 16px;
        margin: 0 0 20px;
    }
}

.home-featured__title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #000;
}

@media (max-width: 767px) {
    .home-featured__title:before {
        top: 100%;
    }
}

.home-featured__title span {
    position: relative;
    background: #f2f2f2;
    padding: 0 20px;
}

.home-featured__blocks {
    display: flex;
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .home-featured__blocks {
        flex-wrap: wrap;
    }
}

.home-featured__blocks--block {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 0 15px 15px;
}

@media (max-width: 767px) {
    .home-featured__blocks--block {
        width: 50%;
    }
}

.home-featured__blocks--block:nth-child(2n) {
    flex-direction: column-reverse;
}

@media (max-width: 767px) {
    .home-featured__blocks--block:nth-child(2n) {
        flex-direction: column;
    }
}

.home-featured__blocks--text {
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
    line-height: 23px;
}

.home-featured__blocks--text h3 {
    font-size: 20px;
    line-height: 21px;
    /* text-transform: uppercase; */
    margin: 0 0 10px;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .home-featured__blocks--text h3 {
        font-size: 13px;
        line-height: 1;
        /* text-transform: uppercase; */
        margin: 0;
        letter-spacing: 1px;
    }
    .home-featured__blocks--text {
        padding: 0;
    }
    .home-featured__blocks--block {
        padding: 0 10px 15px;
    }
    .home-featured__blocks {
        margin: 0 -10px;
    }
}

.home-featured__blocks--text p {
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    .home-featured__blocks--text p {
        display: none;
    }
}

.home-featured__blocks--text .link {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
    letter-spacing: 1px;
    color: #000;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .home-featured__blocks--text .link {
        display: none;
    }
}

.home-featured__blocks--text .link:hover {
    text-decoration: none;
}

.instagram-section {
    background: #fff;
    padding: 20px 0;
    margin: 0 0 30px;
}

.instagram-section__title {
    position: relative;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 30px;
    letter-spacing: 1px;
    text-align: center;
}

.instagram-section__title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #000;
}

.instagram-section__title span {
    position: relative;
    background: #fff;
    padding: 0 20px;
}

.instagram-gallery .slick-list {
    padding: 0 100px 0 0;
}

@media (max-width: 767px) {
    .instagram-gallery .slick-list {
        padding: 0 50px 0 0;
    }
}

.instagram-gallery .slick-slide {
    height: auto;
    padding: 0 20px;
}

.instagram-gallery .slick-prev {
    top: 150px;
    left: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-width: 0 0 2px 2px;
    transform: rotate(45deg);
    z-index: 10;
}

@media (max-width: 1199px) {
    .instagram-gallery .slick-prev {
        top: 90px;
    }
}

@media (max-width: 767px) {
    .instagram-gallery .slick-prev {
        top: 50px;
    }
}

.instagram-gallery .slick-prev:before {
    display: none;
}

.instagram-gallery .slick-next {
    top: 150px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

@media (max-width: 1199px) {
    .instagram-gallery .slick-next {
        top: 90px;
    }
}

@media (max-width: 767px) {
    .instagram-gallery .slick-next {
        top: 50px;
    }
}

.instagram-gallery .slick-next:before {
    display: none;
}

.instagram-gallery__text {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.32px;
}

.instagram-gallery__text h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.instagram-gallery__text p {
    margin: 0 0 5px;
}

.instagram-gallery__text .month,
.instagram-gallery__text .price {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1.6px;
    padding: 0 5px 0 0;
}

.prefooter {
    background: #1e1e1e;
    border-bottom: 1px solid #fff;
    padding: 30px 0;
    color: #fff;
    text-align: center;
}

.prefooter__heading {
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 6.75px;
    text-transform: uppercase;
    margin: 0 0 9px;
}

@media (max-width: 767px) {
    .prefooter__heading {
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 1.92px;
        text-transform: uppercase;
    }
}

.prefooter__title {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin: 0 0 31px;
}

@media (max-width: 767px) {
    .prefooter__title {
        display: none;
    }
}

.prefooter__cols {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 0;
    border-top: 1px solid #fff;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1.2px;
}

.prefooter__cols--col {
    width: 33.3%;
    padding: 0 60px;
    border-left: 1px solid #fff;
}

@media (max-width: 1199px) {
    .prefooter__cols--col {
        padding: 0 20px;
    }
}

.prefooter__cols--col:first-child {
    border: none;
    padding-left: 25px;
}

.prefooter__cols--col:nth-child(3n) {
    padding-right: 25px;
}

.prefooter__cols h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    padding: 8px 0;
    margin: 0 0 15px;
    border-bottom: 1px solid #fff;
}

.prefooter__cols h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.prefooter__cols h4 span {
    display: block;
    font-size: 39px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 6.63px;
}

.prefooter__cols p {
    margin: 0 0 15px;
}

.prefooter__cols .btn {
    width: 100%;
    font-size: 17px;
    padding: 0;
    margin: 0 0 42px;
}

.prefooter__cols h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.prefooter__cols ul {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.32px;
    margin: 0 0 20px;
}

.prefooter__cols ul li {
    display: block;
    padding: 0 0 10px;
}

.prefooter__cols .more {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.32px;
    color: #fff;
}

.prefooter__cols .more:hover {
    font-weight: 700;
}

.prefooter-gallery .slick-slide {
    height: auto;
    padding: 0;
}

@media (max-width: 920px) {
    .prefooter-gallery .slick-slide {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .prefooter-gallery .slick-slide {
        padding: 0 30px;
    }
}

.prefooter-gallery .slick-slide:first-child .prefooter-gallery__col {
    padding-left: 25px;
}

.prefooter-gallery .slick-slide:nth-child(2) .prefooter-gallery__col {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.prefooter-gallery .slick-slide:nth-child(3) .prefooter-gallery__col {
    padding-right: 25px;
}

.prefooter-gallery .slick-prev {
    top: calc(50% - 15px);
    left: 2px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-width: 0 0 2px 2px;
    transform: rotate(45deg);
    z-index: 100;
}

.prefooter-gallery .slick-prev:before {
    display: none;
}

.prefooter-gallery .slick-next {
    top: calc(50% - 15px);
    right: 2px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    z-index: 100;
}

.prefooter-gallery .slick-next:before {
    display: none;
}

.prefooter-gallery__col {
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1.2px;
    padding: 0 60px;
}

@media (max-width: 1199px) {
    .prefooter-gallery__col {
        padding: 0 20px;
    }
}

@media (max-width: 920px) {
    .prefooter-gallery__col {
        border: 1px solid #fff !important;
        padding: 20px !important;
    }
}

.prefooter-gallery__col h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    padding: 8px 0;
    margin: 0 0 15px;
    border-bottom: 1px solid #fff;
}

.prefooter-gallery__col h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.prefooter-gallery__col h4 span {
    display: block;
    font-size: 39px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 6.63px;
}

.prefooter-gallery__col p {
    margin: 0 0 15px;
}

.prefooter-gallery__col .btn {
    width: 100%;
    font-size: 17px;
    padding: 0;
    margin: 0 0 42px;
}

.prefooter-gallery__col h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.prefooter-gallery__col ul {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.32px;
    margin: 0 0 20px;
}

.prefooter-gallery__col ul li {
    display: block;
    padding: 0 0 10px;
}

.prefooter-gallery__col .more {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.32px;
    color: #fff;
}

.prefooter-gallery__col .more:hover {
    font-weight: 700;
}

.pricing-sales {
    background: #dce4e7;
    border: 1px solid #4e7788;
    width: calc(100% - 96px);
    max-width: 1415px;
    margin: 0 auto 30px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 920px) {
    .pricing-sales {
        width: calc(100% - 40px);
    }
}

@media (max-width: 920px) {
    .pricing-sales {
        display: block;
        text-align: center;
        padding: 25px 20px;
    }
}

.pricing-sales__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1.6px;
    padding: 0 20px;
}

@media (max-width: 920px) {
    .pricing-sales__text {
        padding: 0;
    }
}

.pricing-sales__text--title {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.36px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

@media (max-width: 920px) {
    .pricing-sales__text--title {
        font-size: 20px;
        letter-spacing: 3px;
    }
}

.pricing-sales__text p {
    margin: 0;
}

@media (max-width: 920px) {
    .pricing-sales__text p {
        margin: 0 0 20px;
    }
}

.pricing-sales__btn .btn {
    margin: 0;
    padding: 0 20px;
}


/* default collection page */

.collection-heading.editorial-heading h1 {
    font-size: 45px;
    letter-spacing: 6.75px;
}

@media (max-width: 767px) {
    .collection-heading.editorial-heading h1 {
        font-size: 28px;
        letter-spacing: 2.8px;
    }
}

.collection-heading h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 9px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0 9px;
    margin: 0 0 15px;
    border-bottom: 1px solid #000;
}

@media (max-width: 767px) {
    .collection-heading h1 {
        font-size: 28px;
        letter-spacing: 2.8px;
    }
}

.collection-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

@media (max-width: 767px) {
    .collection-filter.filter-active .collection-filter__results {
        display: none;
    }
}

@media (max-width: 767px) {
    .collection-filter.filter-active .collection-filter__filter {
        width: calc(100% + 20px);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .collection-filter.filter-active .collection-filter__filter .collection-filter__filter--inner {
        display: flex;
    }
}

.collection-filter__results {
    color: #b5b5b5;
}

.collection-filter__filter {
    margin: 0 -20px 0 0;
}

.collection-filter__filter--inner {
    display: flex;
}

@media (max-width: 767px) {
    /* .collection-filter__filter--inner {
        display: none;
    } */
}

.collection-filter__filter select {
    display: inline-block;
    border: none;
    padding: 0 5px;
    margin: 0;
    font: inherit;
    outline: none;
    line-height: 1.2;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    width: 75px;
}

.collection-filter__filter select::-ms-expand {
    display: none;
}

.collection-filter__filter--sort:before {
    content: "|";
    margin: 0 0 0 15px;
    display: inline-block;
}

.collection-filter .filter-open {
    display: none;
}

@media (max-width: 767px) {
    .collection-filter .filter-open {
        display: block;
        margin: 0 20px 0 0;
    }
}

.collection-area {
    display: flex;
    flex-wrap: wrap;
}

.collection-area__block {
    width: 25%;
    padding: 0 22px 30px;
}

@media (max-width: 920px) {
    .collection-area__block {
        width: 33.3%;
    }
}

@media (max-width: 767px) {
    .collection-area__block {
        width: 50%;
    }
}

.collection-area__text {
    padding: 20px 0 20px 0;
    position: relative;
}

.collection-area__add {
    position: absolute;
    top: 20px;
    right: 0;
    width: 26px;
    height: 26px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
}

.collection-area__title,
.collection-area h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.32px;
    margin: 0;
}

@media (max-width: 767px) {
    .collection-area__title,
    .collection-area h3 {
        font-size: 13px;
        font-weight: 300;
        line-height: 110%;
    }
}

.collection-area__sizes {
    display: flex;
    align-items: center;
    font-style: italic;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.65px;
}

@media (max-width: 767px) {
    .collection-area__sizes {
        font-size: 10px;
        width: calc(100% + 50px);
        margin: 0 -50px 0 0;
    }
}

.collection-area__sizes ul {
    display: flex;
    padding: 0 0 0 15px;
}

.collection-area__sizes ul li {
    width: 13px;
    height: 13px;
    background: #d9d9d9;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 3px;
}

.collection-area__price {
    letter-spacing: 0.65px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
}

.collection-area__price--price {
    color: #000;
}

.collection-area__price--member-price {
    color: #f35533;
}

@media (max-width: 767px) {
    .collection-area__price--member-price {
        font-size: 12px;
        margin: 0 -50px 0 0;
        width: calc(100% + 50px);
    }
}

.collection-area__price--member-price span {
    font-size: 13px;
    margin: 0 5px 0 0;
}

@media (max-width: 767px) {
    .collection-area__price--member-price span {
        font-size: 13px;
    }
}

.collection-pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 19px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 3.23px;
    text-transform: uppercase;
    padding: 20px 0 34px;
}

.collection-pagination ul {
    display: flex;
    padding: 0 10px;
}

.collection-pagination ul li {
    padding: 0 5px;
}

.collection-pagination ul li.active a {
    font-weight: 600;
}

.collection-pagination ul a {
    color: #000;
}

.collection-pagination .prev {
    color: #000;
    font-weight: 600;
    padding: 0 20px 0 0;
    position: relative;
}

.collection-pagination .prev:after {
    content: "|";
    position: absolute;
    right: 0;
    top: 0;
}

.collection-pagination .next {
    color: #000;
    font-weight: 600;
    padding: 0 0 0 20px;
    position: relative;
}

.collection-pagination .next:before {
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
}

.collection-hero {
    padding: 0 0 100px;
}

@media (max-width: 767px) {
    .collection-hero {
        padding: 0 0 30px;
    }
}

.collection-hero__gallery {
    margin: 0 0 30px;
}

.collection-hero__heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
}

.collection-hero__heading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #000;
}

.collection-hero__heading h2 {
    background: #fff;
    padding: 0 10px 0 0;
    margin: 0;
    position: relative;
    z-index: 1;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.36px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .collection-hero__heading h2 {
        font-size: 16px;
        letter-spacing: 1.92px;
    }
}

.collection-hero__heading .more {
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    color: #000;
    padding: 0 0 0 10px;
    background: #fff;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .collection-hero__heading .more {
        font-size: 13px;
        letter-spacing: 1.3px;
    }
}

.collection-hero__heading .more:hover {
    font-weight: 400;
}

.collection-hero__columns {
    background: #f2f2f2;
    padding: 25px 30px;
    display: flex;
    margin: 0 0 30px;
}

@media (max-width: 767px) {
    .collection-hero__columns {
        display: block;
        padding: 10px;
    }
}

.collection-hero__columns.collection-hero__columns1 .collection-hero__columns--image {
    width: 56%;
}

@media (max-width: 767px) {
    .collection-hero__columns.collection-hero__columns1 .collection-hero__columns--image {
        width: 100%;
    }
}

.collection-hero__columns.collection-hero__columns1 .collection-hero__columns--image img {
    border: 1px solid #000;
}

.collection-hero__columns--image {
    width: 52%;
}

@media (max-width: 767px) {
    .collection-hero__columns--image {
        width: 100%;
    }
}

.collection-hero__columns--text {
    width: 48%;
    padding: 5px 0 0 30px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.32px;
}

@media (max-width: 767px) {
    .collection-hero__columns--text {
        width: 100%;
        padding: 20px;
        font-size: 13px;
        line-height: 1.1;
        letter-spacing: 0;
    }
}

.collection-hero__columns--text>h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.36px;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 767px) {
    .collection-hero__columns--text>h3 {
        font-size: 16px;
        letter-spacing: 1.92px;
    }
}

.collection-hero__columns--text>h3 img {
    display: block;
    margin: 0 auto 5px;
}

.collection-hero__columns--text h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.86px;
    margin: 0 0 15px;
}

@media (max-width: 767px) {
    .collection-hero__columns--text h4 {
        font-size: 14px;
        letter-spacing: 1.82px;
    }
}

.collection-hero__columns--text p {
    margin: 0 0 25px;
}

@media (max-width: 767px) {
    .collection-hero__columns--text p {
        margin: 0 0 10px;
    }
}

.collection-hero__columns__blocks {
    padding: 10px 0 0;
    text-align: left;
    position: relative;
}

.collection-hero__columns__blocks:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background: #000;
}

.collection-hero__columns__blocks--image {
    padding: 0 20px 0 0;
}

.collection-hero__columns__blocks--block {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.collection-hero__columns__blocks--text {
    padding: 0 50px 0 0;
    position: relative;
}

.collection-hero__columns__blocks--add {
    position: absolute;
    top: 30px;
    right: 0;
    width: 26px;
    height: 26px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
}

.collection-hero__columns__blocks--title,
.collection-hero__columns__blocks h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 110%;
}

.collection-hero__columns__blocks--sizes {
    display: flex;
    align-items: center;
    font-style: italic;
    font-size: 14px;
    width: calc(100% + 50px);
    margin: 0 -50px 0 0;
}

.collection-hero__columns__blocks--sizes ul {
    display: flex;
    padding: 0 0 0 15px;
}

.collection-hero__columns__blocks--sizes ul li {
    width: 13px;
    height: 13px;
    background: #d9d9d9;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 3px;
}

.collection-hero__columns__blocks__price {
    font-weight: 700;
    width: calc(100% + 50px);
    margin: 0 -50px 0 0;
}

.collection-hero__columns__blocks__price--price {
    font-size: 14px;
    color: #000;
}

.collection-hero__columns__blocks__price--member-price {
    color: #f35533;
    font-size: 12px;
}

@media (max-width: 767px) {
    .collection-hero__columns__blocks__price--member-price {
        font-size: 12px;
        margin: 0 -50px 0 0;
        width: calc(100% + 50px);
    }
}

.collection-hero__columns__blocks__price--member-price span {
    font-size: 14px;
}

@media (max-width: 767px) {
    .collection-hero__columns__blocks__price--member-price span {
        font-size: 14px;
    }
}

.collection-hero__columns__cols {
    display: flex;
    padding: 25px 0 0;
    margin: 0 0 0 -10px;
    width: calc(100% + 20px);
    text-align: left;
    position: relative;
    overflow: hidden;
}

.collection-hero__columns__cols:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background: #000;
}

.collection-hero__columns__cols--col {
    padding: 0 10px;
}

.collection-hero__columns__cols--text {
    padding: 20px 50px 20px 0;
    position: relative;
}

.collection-hero__columns__cols--add {
    position: absolute;
    top: 20px;
    right: 0;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.collection-hero__columns__cols--title,
.collection-hero__columns__cols h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 110%;
}

.collection-hero__columns__cols--sizes {
    display: flex;
    align-items: center;
    font-style: italic;
    font-size: 14px;
    width: calc(100% + 50px);
    margin: 0 -50px 0 0;
}

.collection-hero__columns__cols--sizes ul {
    display: flex;
    padding: 0 0 0 15px;
}

.collection-hero__columns__cols--sizes ul li {
    width: 13px;
    height: 13px;
    background: #d9d9d9;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 3px;
}

.collection-hero__columns__cols__price {
    font-weight: 700;
    width: calc(100% + 50px);
    margin: 0 -50px 0 0;
}

.collection-hero__columns__cols__price--price {
    font-size: 14px;
    color: #000;
}

.collection-hero__columns__cols__price--member-price {
    color: #f35533;
    font-size: 12px;
}

@media (max-width: 767px) {
    .collection-hero__columns__cols__price--member-price {
        font-size: 12px;
        margin: 0 -50px 0 0;
        width: calc(100% + 50px);
    }
}

.collection-hero__columns__cols__price--member-price span {
    font-size: 14px;
}

@media (max-width: 767px) {
    .collection-hero__columns__cols__price--member-price span {
        font-size: 14px;
    }
}

.collection-hero .pricing-sales {
    width: 100%;
    max-width: 100%;
    padding: 5px 20px;
}

@media (max-width: 767px) {
    .collection-hero .pricing-sales {
        padding: 15px 20px;
    }
}

@media (max-width: 767px) {
    .collection-hero .pricing-sales .pricing-sales__text {
        font-size: 13px;
        letter-spacing: 1.3px;
    }
}

@media (max-width: 767px) {
    .collection-hero .pricing-sales .pricing-sales__text p {
        margin: 0 0 6px;
    }
}

.collection-hero .pricing-sales h3 {
    margin: 0;
}

@media (max-width: 767px) {
    .collection-hero .pricing-sales h3 {
        font-size: 16px;
        letter-spacing: 1.92px;
    }
}

.collection-hero__twocolumns {
    position: relative;
    background: #f2f2f2;
    padding: 45px 35px;
    margin: 0 0 30px;
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
}

@media (max-width: 767px) {
    .collection-hero__twocolumns {
        display: block;
        padding: 0 20px 20px;
    }
}

.collection-hero__twocolumns--image {
    width: 52%;
    margin: -25px 0;
}

@media (max-width: 767px) {
    .collection-hero__twocolumns--image {
        width: calc(100% + 40px);
        margin: 0 -20px;
    }
}

.collection-hero__twocolumns--image img {
    border: 1px solid #000;
}

.collection-hero__twocolumns--text {
    width: calc(100% + 35px);
    margin: 0 calc(-52% - 35px) 0 0;
    padding: 20px calc(52% + 55px) 20px 20px;
    border: solid #000;
    border-width: 1px 0 1px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

@media (max-width: 767px) {
    .collection-hero__twocolumns--text {
        width: 100%;
        padding: 10px 10px 0;
        margin: -10px auto;
        border-width: 0 1px 1px;
    }

    .collection-hero__twocolumns--text .pretitle {
        margin-bottom: 5px;
    }  
}

.collection-hero__twocolumns--text>h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.36px;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 767px) {
    .collection-hero__twocolumns--text>h3 {
        font-size: 16px;
        letter-spacing: 1.92px;
    }
}

.collection-hero__twocolumns--text>h3 img {
    display: block;
    margin: 0 auto 5px;
}

.collection-hero__twocolumns--text h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1.6px;
    margin: 0 0 25px;
}

@media (max-width: 767px) {
    .collection-hero__twocolumns--text h4 {
        font-size: 14px;
        letter-spacing: 1.82px;
    }
}

.collection-hero__twocolumns--text p {
    margin: 10px 0 20px 0;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .collection-hero__twocolumns--text p {
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .collection-hero__twocolumns--text .btn {
        padding: 0 20px;
        margin: 0 0 20px;
        width: 100%;
    }
}

.collection-hero .pretitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.collection-hero .pretitle a {
    color: #000;
}

.collection-hero .pretitle a:hover {
    font-weight: 700;
}

.collection-hero__posts {
    background: #f2f2f2;
    padding: 12px;
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .collection-hero__posts {
        display: block;
    }
}

.collection-hero__posts--post {
    width: 50%;
    padding: 12px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .collection-hero__posts--post {
        width: 100%;
        display: block;
    }
}

.collection-hero__posts--post:nth-child(2n) {
    flex-direction: column-reverse;
}

.collection-hero__posts--image img {
    border: 1px solid #000;
}

.collection-hero__posts--text {
    padding: 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .collection-hero__posts--text {
        padding: 10px 0 0;
    }
}

.collection-hero__posts--text .pretitle {
    margin: 0 0 10px;
}

.collection-hero__posts--text h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.36px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.collection-hero__posts--text h3 a {
    color: #000;
}

.collection-hero__posts--text h3 a:hover {
    font-weight: 700;
}

@media (max-width: 767px) {
    .collection-hero__posts--text .btn {
        padding: 0 20px;
        margin: 0 0 20px;
        width: 100%;
    }
}

.collection-hero-gallery .slick-slide {
    height: auto;
    padding: 0;
}

.member-pricing {
    background: #fdddd6;
    border: 1px solid #f35533;
    width: 100%;
    max-width: 100%;
    padding: 5px 20px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 920px) {
    .member-pricing {
        width: calc(100% - 40px);
        display: block;
        text-align: center;
        padding: 15px 20px;
    }
}

.member-pricing__image img {
    display: block;
    margin: 0 auto;
}

.member-pricing__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1.6px;
    padding: 0 38px;
}

.member-pricing__text:first-child {
    padding: 0 20px;
}

@media (max-width: 920px) {
    .member-pricing__text:first-child {
        padding: 0;
    }
}

@media (max-width: 920px) {
    .member-pricing__text {
        padding: 0;
    }
}

.member-pricing__text--title {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.36px;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 920px) {
    .member-pricing__text--title {
        font-size: 20px;
        letter-spacing: 3px;
    }
}

.member-pricing__text p {
    margin: 0;
}

@media (max-width: 920px) {
    .member-pricing__text p {
        margin: 0 0 6px;
    }
}

.member-pricing__btn .btn {
    margin: 0;
    padding: 0 20px;
}

.collection-product-gallery {
    font-size: 16px;
    line-height: 22px;
}

@media (min-width: 1024px) {
    .collection-product-gallery {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .collection-product-gallery .slick-list {
        padding: 0 12% 0 0;
    }
}

@media (min-width: 1024px) {
    .collection-product-gallery>div {
        width: 25%;
        padding: 0 20px;
    }
}

.collection-product-gallery .slick-slide {
    height: auto;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .collection-product-gallery .slick-slide {
        padding: 0 15px 0 0;
    }
}

.collection-product-gallery__text {
    padding: 20px 50px 20px 0;
    position: relative;
}

.collection-product-gallery__add {
    position: absolute;
    top: 20px;
    right: 0;
    width: 26px;
    height: 26px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
}

.collection-product-gallery__title,
.collection-product-gallery h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 767px) {
    .collection-product-gallery__title,
    .collection-product-gallery h3 {
        font-size: 13px;
        font-weight: 300;
        line-height: 110%;
    }
}

.collection-product-gallery__title a,
.collection-product-gallery h3 a {
    color: #000;
    text-decoration: none;
}

.collection-product-gallery__title a:hover,
.collection-product-gallery h3 a:hover {
    font-weight: 700;
}

.collection-product-gallery__sizes {
    display: flex;
    align-items: center;
    font-style: italic;
}

@media (max-width: 767px) {
    .collection-product-gallery__sizes {
        font-size: 10px;
        width: calc(100% + 50px);
        margin: 0 -50px 0 0;
    }
}

.collection-product-gallery__sizes ul {
    display: flex;
    padding: 0 0 0 15px;
}

.collection-product-gallery__sizes ul li {
    width: 13px;
    height: 13px;
    background: #d9d9d9;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 3px;
}

.collection-product-gallery__price {
    font-weight: 700;
}

.collection-product-gallery__price--price {
    color: #000;
}

.collection-product-gallery__price--member-price {
    color: #f35533;
    font-size: 16px;
}

@media (max-width: 767px) {
    .collection-product-gallery__price--member-price {
        font-size: 12px;
        margin: 0 -50px 0 0;
        width: calc(100% + 50px);
    }
}

.collection-product-gallery__price--member-price span {
    font-size: 16px;
}

@media (max-width: 767px) {
    .collection-product-gallery__price--member-price span {
        font-size: 16px;
    }
}

.collection-editorial-area {
    padding: 0 0 30px;
}

.collection-editorial-area__block {
    display: flex;
    padding: 15px 0;
    margin: 0 0 15px;
    border-bottom: 1px solid #000;
}

@media (max-width: 767px) {
    .collection-editorial-area__block {
        display: block;
    }
}

.collection-editorial-area__block--image {
    width: 448px;
}

@media (max-width: 1199px) {
    .collection-editorial-area__block--image {
        width: 300px;
    }
  .member-pricing__image img {
    margin: 0 auto 10px;
  }
}

@media (max-width: 767px) {
    .collection-editorial-area__block--image {
        width: 100%;
    }
}

.collection-editorial-area__block--image img {
    border: 1px solid #000;
    display: block;
}

@media (max-width: 767px) {
    .collection-editorial-area__block--image img {
        margin: 0 auto 20px;
    }
}

.collection-editorial-area__block--text {
    width: calc(100% - 448px);
    padding: 0 25px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24.5px;
    letter-spacing: 0.32px;
}

@media (max-width: 1199px) {
    .collection-editorial-area__block--text {
        width: calc(100% - 300px);
    }
}

@media (max-width: 767px) {
    .collection-editorial-area__block--text {
        width: 100%;
        padding: 0;
    }
}

.collection-editorial-area__block--text p {
    margin: 0 0 20px;
}

.collection-editorial-area__block--text .btn {
    margin: 0;
    padding: 18px 60px;
    line-height: 12px;
    height: 48px;
    min-width: 356px;
}

@media (max-width: 767px) {
    .collection-editorial-area__block--text .btn {
        min-width: 100%;
        padding: 18px 20px;
    }
}

.collection-editorial-area__block--title {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.collection-editorial-area__block--title .num {
    width: 60px;
    font-family: aglet-mono, sans-serif;
    font-size: 62px;
    font-weight: 600;
    line-height: 94%;
    letter-spacing: 7.75px;
    text-transform: uppercase;
}

.collection-editorial-area__block--title-col {
    width: calc(100% - 60px);
}

.collection-editorial-area__block--title-col h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.36px;
    text-transform: uppercase;
    margin: 0;
}

.collection-editorial-area__block--title-col h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 1.6px;
    margin: 0;
}

.collection-editorial-area__block--title-col .collection-area__stars {
    margin: 0 0 5px;
}

.collection-editorial-area__block--price {
    margin: 0 0 20px;
    position: relative;
}

.collection-editorial-area__block--price .price {
    font-size: clamp(16px, 1.4vw, 24px);
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    display: block;
}

.collection-editorial-area__block--price .new-price {
    /* color: #f35533; */
    font-size: clamp(16px, 1.4vw, 24px);
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    /* display: block; */
}

.collection-editorial-area__block--price .new-price .member {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    display: inline-block;
    vertical-align: top;
}

.collection-editorial-area__block--price .info {
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.325px;
    text-transform: uppercase;
    font-family: aglet-mono, sans-serif;
}

.collection-editorial-area__block--price .info-btn {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    text-transform: none;
    font-weight: bold;
    margin: 4px 0 0;
    cursor: pointer;
}

.collection-editorial-area__block--price .info-text {
    display: none;
    border: 1px solid #f35533;
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0 0;
    color: #000;
    text-transform: none;
}

.collection-editorial-area__block--price .info-text.info-active {
    display: block;
}

.collection-editorial-textholder {
    background: #f2f2f2;
    padding: 25px;
    margin: 0 0 30px;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 152%;
}

.collection-editorial-textholder p {
    margin: 0 0 15px;
}

.collection-editorial-textholder .btn {
    margin: 0;
}

.collection-editorial__twocolumns,
.product__twocolumns {
    position: relative;
    background: #f2f2f2;
    padding: 45px 35px;
    margin: 0 0 86px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

@media (max-width: 920px) {
    .collection-editorial__twocolumns,
    .product__twocolumns {
        display: block;
        padding: 0 20px 20px;
    }
}

.collection-editorial__twocolumns--image,
.product__twocolumns--image {
    width: 52%;
    margin: -25px 0;
    position: relative;
}

@media (max-width: 920px) {
    .collection-editorial__twocolumns--image,
    .product__twocolumns--image {
        width: calc(100% + 40px);
        margin: 0 -20px;
    }
}

.collection-editorial__twocolumns--image img,
.product__twocolumns--image img {
    border: 1px solid #000;
    max-width: none;
    width: 100%;
    height: auto;
}

.collection-editorial__twocolumns--text,
.product__twocolumns--text {
    width: calc(100% + 35px);
    margin: 0 0 0 calc(-52% - 35px);
    padding: 20px 20px 20px calc(52% + 55px);
    border: solid #000;
    border-width: 1px 1px 1px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

@media (max-width: 920px) {
    .collection-editorial__twocolumns--text,
    .product__twocolumns--text {
        width: 100%;
        padding: 20px;
        margin: 0;
        border-width: 0 1px 1px;
    }
}

.collection-editorial__twocolumns--text>h3,
.product__twocolumns--text>h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.36px;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 920px) {
    .collection-editorial__twocolumns--text>h3,
    .product__twocolumns--text>h3 {
        font-size: 16px;
        letter-spacing: 1.92px;
    }
}

.collection-editorial__twocolumns--text>h3 img,
.product__twocolumns--text>h3 img {
    display: block;
    margin: 0 auto 5px;
}

.collection-editorial__twocolumns--text h4,
.product__twocolumns--text h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1.6px;
    margin: 0 0 25px;
}

@media (max-width: 920px) {
    .collection-editorial__twocolumns--text h4,
    .product__twocolumns--text h4 {
        font-size: 14px;
        letter-spacing: 1.82px;
    }
}

.collection-editorial__twocolumns--text p,
.product__twocolumns--text p {
    margin: 0 0 25px;
}

@media (max-width: 920px) {
    .collection-editorial__twocolumns--text p,
    .product__twocolumns--text p {
        margin: 0 0 10px;
    }
}

@media (max-width: 920px) {
    .collection-editorial__twocolumns--text .btn,
    .product__twocolumns--text .btn {
        padding: 0 20px;
        margin: 0 0 20px;
        width: 100%;
    }
}

.collection-editorial__twocolumns .pretitle,
.product__twocolumns .pretitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.collection-editorial__twocolumns .pretitle a,
.product__twocolumns .pretitle a {
    color: #000;
}

.collection-editorial__twocolumns .pretitle a:hover,
.product__twocolumns .pretitle a:hover {
    font-weight: 700;
}

.collection-editorial-area-2 {
    max-width: 1130px;
    width: calc(100% - 20px);
    margin: 0 auto 30px;
}

@media (max-width: 767px) {
    .collection-editorial-area-2 {
        text-align: center;
    }
}

.collection-editorial-area-2__block {
    padding: 20px 0;
    border-bottom: 1px solid #000;
}

.collection-editorial-area-2__block--text {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.32px;
}

.collection-editorial-area-2__block--text p {
    margin: 0 0 10px;
}

.collection-editorial-area-2__block--title {
    margin: 0 0 10px;
}

.collection-editorial-area-2__block--title h2 {
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin: 0;
}

.collection-editorial-area-2__block--title h2 strong {
    font-weight: 600;
}

.collection-editorial-area-2__block--review-price {
    display: flex;
    align-items: flex-start;
    margin: 0 0 10px;
    flex-direction: column;
}

video {
    max-width: 100%;
}

@media (max-width: 767px) {
    .collection-editorial-area-2__block--review-price {
        justify-content: center;
        flex-direction: column;
    }
}

.collection-editorial-area-2__block--review-price .collection-area__stars {
    width: 97px;
}

.collection-editorial-area-2__block--review-price .collection-list-card-price__member.price-with-save-off {
    max-width: 100%;
}

@media (max-width: 767px) {
    .video-block__content .btn,
    .home-banner__inner .btn {
        width: auto !Important;
    }
    .collection-editorial-area-2__block--review-price .collection-area__stars {
        text-align: center;
    }
    .collection-editorial-area-2__block--review-price .rc-member-discount {
        justify-content: center;
    }
    .collection-editorial-area-2__block--review-price .rc-member-discount span.rc-popup-trigger {
        margin-right: 5px;
    }
    .collection-editorial-area-2__block--review-price .collection-list-card-price__member.price-with-save-off {
        max-width: 100%;
    }
    .collection-editorial-area-2__block--price .price,
    .collection-editorial-area__block--price .price,
    .rc-popup-trigger,
    .collection-list-card-price__member.price-with-save-off .rc-current-member-price,
    .collection-editorial-area-2__block--review-price .collection-list-card-price__member.price-with-save-off .rc-current-member-price,
    .collection-editorial-area-2__block--review-price .collection-list-card-price__member.price-with-save-off .rc-popup-trigger {
        font-size: clamp(15px, 2.4vw, 24px) !important;
        letter-spacing: .9px;
    }
    .collection-editorial-area-2__block--review-price .collection-list-card-price__member.price-with-save-off span.discount__tag.rc-m-discount {
        font-size: clamp(10px, 0.9vw, 13px);
        letter-spacing: .9px;
    }
    .collection-editorial-area-2__block--review-price {
        align-items: center;
    }
    .collection-editorial-area-2__block .collection-editorial-area-2__block--price .price {
        font-size: 15px;
        margin: 0;
    }
}

.collection-editorial-area-2__block--price {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.69px;
    padding: 0;
    border-left: none;
    margin: 10px 0 0;
    width: 100%;
}

@media (max-width: 767px) {
    .collection-editorial-area-2__block--price {
        text-align: left;
        text-align: center;
        padding: 0;
        border-left: none;
        margin: 10px 0 0;
    }
}

.collection-editorial-area-2__block--price .price {
    color: #000;
    font-size: clamp(16px, 1.4vw, 24px) !important;
    margin: 5px 0;
    padding-bottom: 2px;
}

.collection-editorial-area-2__block--price .price-new {
    color: #f35533;
}

.collection-editorial-area-2__block--price .price-new span {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.65px;
}

.collection-editorial-area-2 .btn {
    margin: 0;
    padding: 18px 60px;
    line-height: 12px;
    height: 48px;
    min-width: 356px;
}

@media (max-width: 767px) {
    .collection-editorial-area-2 .btn {
        min-width: 100%;
        padding: 18px 20px;
    }
    .home-featured {
        padding: 8px 0;
        margin: 0;
    }
}

.collection-editorial-bottom {
    background: #f2f2f2;
    padding: 30px 50px;
    margin: 0 0 30px;
    text-align: center;
}

@media (max-width: 767px) {
    .collection-editorial-bottom {
        padding: 30px 20px;
    }
}

.collection-editorial-bottom__title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 10px;
}

.collection-editorial-bottom__title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #000;
}

.collection-editorial-bottom__title span {
    background: #f2f2f2;
    padding: 0 20px;
    position: relative;
    display: inline-block;
}


/* product page */

.product-section {
    overflow: hidden;
}

.product-section .product__twocolumns {
    margin: 0 0 50px;
}

.product-section .tab-nav {
    padding: 0;
}

.product-section__mirade-twocolumns {
    display: flex;
    width: 100%;
    margin: 0 0 25px;
    background: #f2f2f2;
}

@media (max-width: 767px) {
    .product-section__mirade-twocolumns {
        flex-direction: column-reverse;
        margin: 0 0 25px;
    }
}

.product-section__mirade-twocolumns--text {
    background: #1e1e1e;
    color: #fff;
    padding: 25px 100px;
    width: 50%;
    position: sticky;
    top: 70px;
    height: 100vh;
}
@media (max-width: 920px) {
    .product-section__mirade-twocolumns--text {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .product-section__mirade-twocolumns--text {
        width: 100%;
        padding: 20px 30px;
    }
}

.product-section__mirade-twocolumns--text h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.36px;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 767px) {
    .product-section__mirade-twocolumns--text h2 {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 1.92px;
    }
}

.product-section__mirade-twocolumns--text h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    .product-section__mirade-twocolumns--text h3 {
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1.3px;
    }
}

.product-section__mirade-twocolumns--text ol {
    margin: 0 0 30px;
    padding: 0;
    line-height: 22px;
    width: 100%;
    overflow: hidden;
    counter-reset: item;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.32px;
    max-width: 600px;
    margin: 0 auto;
}

.product-section__mirade-twocolumns--text ol ol {
    margin: 0;
}

.product-section__mirade-twocolumns--text ol li {
    padding: 60px 0 0 30px;
    position: relative;
}

@media (max-width: 767px) {
    .product-section__mirade-twocolumns--text ol li {
        padding: 30px 0 0 30px;
    }
}

.product-section__mirade-twocolumns--text ol li:before,
.product-section__mirade-twocolumns--text ol .num {
    position: absolute;
    top: 60px;
    left: 0;
    width: 30px;
    margin: 0;
    color: #fff;
    content: counters(item, "") "";
    counter-increment: item;
    font-size: 24px;
    font-family: "aglet-mono";
}

@media (max-width: 767px) {
    .product-section__mirade-twocolumns--text ol li:before,
    .product-section__mirade-twocolumns--text ol .num {
        top: 32px;
        font-size: 18px;
    }
    .product-section__mirade-twocolumns--gallery h2 {
        font-size: 20px !important;
        letter-spacing: 1.92px !Important;
        margin-bottom: 10px !important;
    }
}

.product-section__mirade-twocolumns--gallery {
    padding: 25px 40px 0;
    width: 50%;
}

@media (max-width: 920px) {
    .product-section__mirade-twocolumns--gallery {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .product-section__mirade-twocolumns--gallery {
        width: 100%;
    }
}

.product-section__section-reviews {
    margin: 0 0 30px;
}

.product-section__section-reviews img.desktop {
    display: block;
}

@media (max-width: 767px) {
    .product-section__section-reviews img.desktop {
        display: none;
    }
}

.product-section__section-reviews img.mobile {
    display: none;
}

@media (max-width: 767px) {
    .product-section__section-reviews img.mobile {
        display: block;
    }
}

.product-section__review {
    background: #f2f2f2;
    padding: 30px 0;
    margin: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .product-section__review {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .product-section__review .container {
        display: flex;
        align-items: center;
    }
}

.product-section__review h2 {
    font-size: 39px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 6.63px;
    text-transform: uppercase;
    margin: 0 0 13px;
}

@media (max-width: 767px) {
    .product-section__review h2 {
        font-size: 13px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1.3px;
        margin: 0;
    }
}

.product-section__review--row {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .product-section__review--row {
        flex-direction: row-reverse;
    }
}

@media (max-width: 767px) {
    .product-section__review--row svg {
        width: 83px;
        height: 20px;
    }
    .product-section__review--row svg path {
        fill: #000;
    }
}

.product-section__review--num {
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.76px;
    text-transform: uppercase;
    border-left: 1px solid #000;
    margin: 0 0 0 15px;
    padding: 5px 0 5px 15px;
}

@media (max-width: 767px) {
    .product-section__review--num {
        border: none;
        font-size: 13px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1.3px;
        padding: 0 5px;
        margin: 0 0 0 5px;
    }
}

.product-section__featured-gallery {
    margin: 0 0 30px;
}

.product-section__testimonials-gallery {
    margin: 0 0 30px;
}

.product-section__cooks-gallery {
    margin: 0 0 30px;
}

.product-section__action-gallery {
    margin: 0 0 30px;
}

.product-section__heading {
    position: relative;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 30px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
    ;
}

@media (max-width: 767px) {
    .product-section__heading {
        padding: 0 0 10px;
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 1.92px;
    }
}

.product-section__heading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #000;
}

@media (max-width: 767px) {
    .product-section__heading:before {
        top: 100%;
    }
}

.product-section__heading span {
    position: relative;
    background: #fff;
    padding: 0 20px;
}

.product-section__columns {
    display: flex;
    width: 100%;
}

.product-section__mobile-heading {
    display: none;
    text-align: center;
    width: 100%;
    padding: 17px 0 7px;
}

@media (max-width: 767px) {
    .product-section__mobile-heading {
        display: block;
    }
}

.product-section__mobile-heading .category {
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    margin: 0 0 5px;
    display: block;
}

.product-section__mobile-heading h1 {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.product-section__mobile-heading .stars {
    display: flex;
    justify-content: center;
}

.product-section__gallery {
    display: flex;
    align-items: flex-start;
    width: 45%;
    top: 10px;
    flex-direction: column-reverse;
}


    .product-section__gallery {
        margin: 0 30px 50px 0;
    }


@media (max-width: 920px) {
    .product-section__gallery {
        width: 100%;
        position: static;
        top: auto;
    }

  .product-section__gallery {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
    .product-section__gallery {
        margin: 20px 0;
    }
  #header .form-block {
    display: none;
  }
}

.product-slider-wrapper .prev.slick-arrow{
    position: absolute;
    top: calc(50% - 33px);
    z-index: 10;
    left: 20px;
    cursor: pointer;
}

.product-slider-wrapper .next.slick-arrow{
    position: absolute;
    top: calc(50% - 33px);
    z-index: 10;
    right: 20px;
    cursor: pointer;
}

.product-section__description {
    width: 55%;
    padding: 0;
    font-size: 14px;
    line-height: 1.2;
    min-width: 380px;
    position: relative;
}

@media (min-width: 1024px) {
    .product-section__description {
        position: relative;
        margin: 0 0 50px;
    }
}



@media (max-width: 920px) {

  .product-section__gallery {
    margin: 0 auto;
}

  .product-slider {
    padding: 0;
    margin-bottom: 0 !important;
}
  

  
    .product-section__description {
        width: 100%;
        padding: 30px 0 0;
    }
    .product-nav-wrapper {
        display: none;
    }
    .product-slider-wrapper {
        width: 100% !Important;
        position: relative;
        padding: 0 !Important;
    }

  .product-section__columns {
      flex-direction: column;
  }

  
    .product-section__gallery {
        max-width: 100%;
        min-height: 600px;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
  #seeMoreButton {
    display: none;
  }
}

@media (max-width: 767px) {
    .product-section__description {
        text-align: left;
        padding: 0;
        min-width: 100%;
    }
    .product-section__gallery {
        width: 100%;
        min-height: auto;
        min-width: 100%;
        padding-right: 0;
    }
    .product-section__description--frame .rc-popup-trigger {
        margin: 0 3px !important;
    }
  .product-slider {
    width: 100%;
    margin-bottom: 20px !important;
  }

  .pdp-tabs-section .pdp-tabs-description-content {
    position: relative;
    margin-bottom: 20px;
    height: 200px;
    overflow: hidden;
}

  .pdp-tabs-section .pdp-tabs-description-content.expanded {
    height: auto !important;
  }

  
  
}

@media (min-width: 921px) {
    .product-section__description--frame {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 5px;
    }
}

.product-section__description--heading {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .product-section__description--heading {
        justify-content: center;
        display: none;
    }
}

.product-section__description--heading .category {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.38px;
    text-transform: uppercase;
    margin: 0 18px 0 0;
}

.product-section__description--heading .stars {
    display: flex;
    align-items: center;
}

.product-section__description--heading .stars img {
    margin: 0 2px 0 0;
}

.product-section__description h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
    margin: 0 0 20px 0;
    line-height: 1;
}

@media (max-width: 767px) {
    .product-section__description h1 {
      font-size: clamp(20px, 2.4vw, 34px) !important;
      font-weight: bold;
      letter-spacing: .9px;
      line-height: 19.2px;
      margin-bottom: 10px;
    }
}

.product-section__description--price {
    font-size: clamp(16px, 1.4vw, 24px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.cookbook_title_pdp {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.44px;
  margin-top: -15px;
}

@media (max-width: 767px) {
    .product-section__description--price {
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0px;
        text-transform: uppercase;
    }

    .cookbook_title_pdp {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.44px;
        margin-top: -5px;
        margin-bottom: 10px;
    }
  
    .shipmnet-on {
      margin-bottom: 10px !important;
    }
    .jeimpp {
      padding-top: 0 !Important;
      padding-bottom: 10px;
      line-height: 1 !important;
    }
    .title-stars-wrapper {
      display: flex;
      flex-direction: column;
    }
    .pdp-form-buttons {
        display: flex;
        flex-direction: column;
    }
     .shopify-installments__content {
        font-size: 12px !important;
    }
    .shop-pay-logo {
        width: 45px !important;
    }
    .shopify-installments__prequal-row {
      font-size: 12px !important;
    }
    .shoppayments {
      margin-bottom: 10px !important;
    }
   .ultimate-countdown {
     margin-bottom: 0 !important;
   }
  
}

.product-section__description--price-row {
    margin: 0;
}

.product-section__description--price-row .old {
    color: #7d7d7d;
    text-decoration: line-through;
}

.product-section__description--price-member {
    color: #f35533;
    margin: 0 0 20px;
}

.product-section__description--price-member .member {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    display: inline-block;
    vertical-align: top;
}

.product-section__description--price-member .info {
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.325px;
    text-transform: uppercase;
    font-family: aglet-mono, sans-serif;
}

@media (max-width: 767px) {
    .product-section__description--price-member .info {
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.4px;
        text-transform: uppercase;
    }
}

.product-section__description--price-member .info-btn {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    text-transform: none;
    font-weight: bold;
    margin: 4px 0 0;
    cursor: pointer;
}

.product-section__description--price-member .info-text {
    display: none;
    border: 1px solid #f35533;
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0 0;
    color: #000;
    text-transform: none;
}

.product-section__description--price-member .info-text.info-active {
    display: block;
}

.product-section__description .survey-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.55px;
    text-transform: uppercase;
}

.product-section__description .survey-list li {
    border: 1px solid #b5b5b5;
    padding: 7px 10px;
    margin: 0 10px 10px 0;
}

.product-section__description .survey-list li.active {
    border: 1px solid #000;
}

.product-section__description .survey-list li.inactive {
    color: #b5b5b5;
}

.product-section__description--form {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.8px;
    margin: 0 0 15px;
}

@media (max-width: 767px) {
    .product-section__description--form {
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 110%;
    }
}

.product-section__description--form_warranty {
    padding: 0 0 18px;
}

.product-section__description--form_warranty .info {
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.325px;
    text-transform: uppercase;
    font-family: aglet-mono, sans-serif;
}

.product-section__description--form_warranty .info-btn {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    text-transform: none;
    font-weight: bold;
    margin: 4px 0 0;
    cursor: pointer;
}

.product-section__description--form_warranty .info-text {
    display: none;
    border: 1px solid #f35533;
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0 0;
    color: #000;
    text-transform: none;
}

.product-section__description--form_warranty .info-text.info-active {
    display: block;
}

.product-section__description--form_colors {
    display: flex;
    position: relative;
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    .product-section__description--form_colors {
        justify-content: center;
    }
}

.product-section__description--form_colors [type="radio"] {
    position: absolute;
    left: -20px;
    top: -20px;
    opacity: 0;
    z-index: -1;
}

.product-section__description--form_colors .fake-input,
.product-section__description--form_colors label {
    display: inline-block;
    vertical-align: middle;
}

.product-section__description--form_colors label {
    padding: 0 2px 2px 0;
}

.product-section__description--form_colors .fake-input {
    display: inline-block;
    width: 0;
    height: 0;
}

.product-section__description--form_colors [type="radio"]:checked+.fake-input:before {
    opacity: 1;
}

.product-section__description--form_colors .fake-label img {
    display: block;
    width: 27px;
    height: 27px;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 2px;
}

.product-section__description--form_colors [type="radio"]:checked~.fake-label img {
    width: 31px;
    height: 31px;
    border: 3px solid #000;
    margin: 0;
}

.product-section__description--form p {
    margin: 0 0 5px;
    font-style: italic;
}

.product-section__description--form-row {
    display: flex;
    margin: 0 0 5px;
    max-width: 413px;
    width: 100%;
}

.product-section__description--form-row .fake-select {
    width: 68px;
    border-right: 1px solid #fff;
    background-color: #f35533;
    height: 56px;
    position: relative;
}

.product-section__description--form-row .fake-select:after {
    position: absolute;
    right: 18px;
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    border: 3px solid #fff;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    margin-top: -8px;
    line-height: 0;
    z-index: 1;
    pointer-events: none;
}

.product-section__description--form-row select::-ms-expand {
    display: none;
}

.product-section__description--form-row select {
    display: inline-block;
    border: none;
    padding: 4px 14px;
    margin: 0;
    font: inherit;
    outline: none;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    background: #f35533;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 67px;
    height: 56px;
    position: relative;
}

.product-section__description--form-row button {
    width: calc(100% - 68px);
    margin: 0;
    padding: 0 10px;
    height: 56px;
    line-height: 56px;
}

.product-section__description--form .info-block {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 1.2px;
}

.product-section__description--form .info-block img {
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0;
}

.product-section__description--form .info-block .info-btn {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    text-transform: none;
    font-weight: bold;
    margin: 2px 0 0;
    cursor: pointer;
}

.product-section__description--form .info-block .info-text {
    display: none;
    border: 1px solid #f35533;
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0 0;
    color: #000;
    text-transform: none;
}

.product-section__description--form .info-block .info-text.info-active {
    display: block;
}

.product-section__description--buy-with {
    padding: 10px 0 20px;
    border-top: 1px solid #000;
}

@media (min-width: 768px) {
    .product-section__columns .wishlist-engine {
        display: none;
    }
    .product-form__buttons.product-section__form-block .wishlist-engine {
        display: block;
    }
}

@media (max-width: 767px) {
    .product-section__description--buy-with {
        text-align: left;
    }
    .product-form__buttons.product-section__form-block .wishlist-engine {
        display: none;
    }
    .product-section__columns {
        position: relative;
        flex-direction: column;
    }
    .product-section__columns .wishlist-engine {
        position: absolute;
        right: 0px;
        top: -3px;
        z-index: 1;
    }

   .product-section__columns .wishlist-engine-button, .product-section__columns .wishlist-engine-button:hover {
     padding: 0;
   }
  .wishlist-engine-button svg {
      width: 15px;
  }
}

.product-section__description--buy-with h2 {
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    .product-section__description--buy-with h2 {
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1.3px;
    }
}

.product-section__description--buy-with_product {
    display: flex;
    align-items: center;
}

.product-section__description--buy-with_product--image {
    padding: 0 20px 0 0;
    width: 113px;
}

.product-section__description--buy-with_product--text {
    padding: 0 50px 0 0;
    position: relative;
}

.product-section__description--buy-with_product--add {
    position: absolute;
    top: 30px;
    right: 0;
    width: 26px;
    height: 26px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
}

.product-section__description--buy-with_product--title,
.product-section__description--buy-with_product h3 {
    margin: 0 0 2px;
    font-size: 16px;
    font-weight: 300;
    line-height: 110%;
    max-width: 250px;
}

.product-section__description--buy-with_product--sizes {
    display: flex;
    align-items: center;
    font-style: italic;
    font-size: 12px;
    width: calc(100% + 50px);
    margin: 0 -50px 0 0;
}

.product-section__description--buy-with_product--sizes ul {
    display: flex;
    padding: 0 0 0 15px;
}

.product-section__description--buy-with_product--sizes ul li {
    width: 13px;
    height: 13px;
    background: #d9d9d9;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 3px;
}

.product-section__description--buy-with_product__price {
    font-weight: 700;
    width: calc(100% + 50px);
    margin: 0 -50px 0 0;
}

.product-section__description--buy-with_product__price--price {
    font-size: 14px;
    color: #000;
}

.product-section__description--buy-with_product__price--member-price {
    color: #f35533;
    font-size: 12px;
}

@media (max-width: 767px) {
    .product-section__description--buy-with_product__price--member-price {
        font-size: 12px;
        margin: 0 -50px 0 0;
        width: calc(100% + 50px);
    }
}

.product-section__description--buy-with_product__price--member-price span {
    font-size: 14px;
}

@media (max-width: 767px) {
    .product-section__description--buy-with_product__price--member-price span {
        font-size: 14px;
    }
}

.product-section__description--buy-with_product__sizes {
    display: flex;
    align-items: center;
    font-style: italic;
}

@media (max-width: 767px) {
    .product-section__description--buy-with_product__sizes {
        font-size: 10px;
        width: calc(100% + 50px);
        margin: 0 -50px 0 0;
    }
}

.product-section__description--buy-with_product__sizes ul {
    display: flex;
    padding: 0 0 0 15px;
}

.product-section__description--buy-with_product__sizes ul li {
    width: 13px;
    height: 13px;
    background: #d9d9d9;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 3px;
}

.product-section__description--details {
    padding: 16px 0;
    border-top: 1px solid #b5b5b5;
}

@media (max-width: 767px) {
    .product-section__description--details {
        text-align: left;
    }
}

.product-section__description--details.hide .product-section__description--details_title .less-more {
    transform: rotate(-45deg);
}

.product-section__description--details.hide .slide {
    display: none;
}

.product-section__description--details_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.product-section__description--details_title h2 {
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 767px) {
    .product-section__description--details_title h2 {
       
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1.3px;
    }
}

.product-section__description--details_title .less-more {
    width: 12px;
    height: 12px;
    border: 3px solid #000;
    border-width: 0 0 3px 3px;
    transform: rotate(-225deg);
    line-height: 0;
    margin: 0 10px 0 0;
}

.product-section__description--details .slide {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.32px;
}



.product-section__description--details .slide p a {
    color: inherit;
    font-weight: normal;
    text-decoration: underline;
}

.product-section__description--details .slide p a:hover {
    text-decoration: none;
}

.ingredients-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: bold;
}

.ingredients-list li {
    margin: 0 10px 10px 0;
    overflow: hidden;
    background: #577686;
    position: relative;
    padding: 5px 25px 5px 10px;
    color: #fff;
    text-transform: uppercase;
}

.ingredients-list li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border: 15px solid transparent;
    border-right-color: #fff;
}

.breadcrambs {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.72px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .breadcrambs {
        display: none;
    }
}

.breadcrambs li {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-right: 1px solid #000;
}

.breadcrambs li:last-child {
    border: none;
}

.breadcrambs a {
    color: #000;
}

.breadcrambs a:hover {
    font-weight: 600;
}

.breadcrambs span {
    font-weight: 600;
}

.product-nav .slick-track {

}

@media (max-width: 767px) {
    .product-nav {
        display: none;
    }
}

@media (min-width: 1024px) {
    .product-nav .slick-list {
        height: auto !important;
    }
}


.product-nav__image {

    margin: 0 0;
    position: relative;
}

.product-nav__image img {
    width: 100%;
    height: auto;
    border: 1px solid #b5b5b5;
}

.product-nav+.product-gallery-holder {
    width: calc(100% - 105px);
    padding: 0 38px 0 16px;
    position: relative;
}

@media (max-width: 767px) {
    .product-nav+.product-gallery-holder {
        width: 100%;
        padding: 0 0 20px;
    }
}

.product-nav+.product-gallery-holder>.product-slider {
    width: 100%;
    padding: 0;
}

.product-slider-wrapper {
    width: 100%;
    position: relative;
}

.prev.slick-arrow,
.home-product .prev {
    position: absolute;
    top: calc(50% - 75px);
    z-index: 10;
    left: 50px;
    cursor: pointer;
}

.prev-action-gal {
    position: absolute;
    top: calc(50% - 75px);
    z-index: 10;
    left: 10px;
    cursor: pointer;
}

.prev-cooks-gal {
    position: absolute;
    top: calc(50% - 58px);
    z-index: 10;
    left: 10px;
    cursor: pointer;
}

.next-cooks-gal {
    position: absolute;
    top: calc(50% - 58px);
    z-index: 10;
    right: 10px;
    cursor: pointer;
}

.next-testimonial-gal {
    position: absolute;
    top: 50%;
    z-index: 10;
    right: 0px;
    cursor: pointer;
}

.prev-testimonial-gal {
    position: absolute;
    top: 50%;
    z-index: 10;
    left: 0;
    cursor: pointer;
}

.next.slick-arrow,
.home-product .next {
    position: absolute;
    top: calc(50% - 75px);
    z-index: 10;
    right: 50px;
    cursor: pointer;
}

.next-action-gal {
    position: absolute;
    top: calc(50% - 75px);
    z-index: 10;
    right: 10px;
    cursor: pointer;
}

.prev-modal.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    left: 30px;
    cursor: pointer;
}

.next-modal.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    right: 30px;
    cursor: pointer;
}

.current-slide-counter h4 {
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    margin-right: 10px;
}

.next.slick-arrow:active,
.prev.slick-arrow:active {
    opacity: 0.6;
}

.product-slider {
    width: 100%;
  margin-bottom: 20px;
}

.yotpo .yotpo-first-review .yotpo-first-review-stars .yotpo-icon-star {
    color: #000 !Important;
    font-size: 22px;
}

.product-nav__image.poster {
    aspect-ratio: 1 / 1;
  max-width: 124px;
  max-height: 124px;
}

.product-nav__image.poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-nav {
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.product-thumbnail.slide-active .product-nav__image {
    border: 1px solid;
}


@media (max-width: 767px) {
    .product-section__description--frame .rc-member-discount {
        justify-content: flex-start;
    }
    .product-section__description--frame .collection-list-card-price__member.price-with-save-off .rc-current-member-price,
    .product-section__description--frame .rc-popup-trigger,
    .product-section__description--price-row {
        font-size: clamp(20px, 2.4vw, 34px) !important;
        letter-spacing: .9px !important;
    }
    /* .collection-list-card-price__member.price-with-save-off .discount__tag {
        font-size: clamp(10px, 1vw, 1px) !important;
    } */
    .product-slider-wrapper {
        width: 100%;
        padding: 0 0 20px;
    }
    .home-product .prev,
    .home-product-gallery.single .prev,
    .collection-hero__gallery .prev {
        display: none !Important;
    }
    .home-product .next,
    .home-product-gallery.single .next,
    .collection-hero__gallery .next {
        display: none !Important;
    }
    .product-slider-wrapper .prev.slick-arrow,
    .product-slider-wrapper .next.slick-arrow {
        top: calc(50% - 33px);
    }
    .product-slider-wrapper .prev.slick-arrow {
        left: 10px;
    }
    .product-slider-wrapper .next.slick-arrow {
        right: 10px;
    }
    #rebuy-widget-65640 .rebuy-product-grid.large-carousel {
        padding: 0 0vw !important;
    }
    .flickity-button {
        display: none !important;
    }
    .collection-list-card-price__member.price-with-save-off {
        margin: 0 auto;
    }
   

    .product-section__description--frame .product-details-stars.stars {
        margin: 0 0 10px;
    }

    .product-section__description--frame-inner {
        display: flex;
        flex-direction: column;
    }
  
    .product-section__description--frame .yotpo .yotpo-icon {
        font-size: 13px !important;
    }
    .product-section__mirade-twocolumns--text span {
        font-size: 16px;
        line-height: 0;
    }
    .ultimate-countdown>div>div {
        text-align: left;
        margin: 0;
    }
    .product-section__testimonials-gallery .product-section__heading {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .product-slider.slick-dotted.slick-slider {
        margin: 0;
    }
}

.product-slider .slick-slide {
    height: auto;
    padding: 0 20px 0 0;
}

.product-nav-wrapper .slick-slide {
    padding: 0;
  border: 1px solid #fff;
}

.product-slider .slick-prev {
    left: 45px;
    z-index: 10;
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
}

.product-slider .slick-prev::before {
    content: "";
}

.product-slider .slick-next {
    right: 45px;
    z-index: 10;
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
}

.product-slider .slick-next::before {
    content: "";
}

.multi-prices-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.discount__tag {
    color: #f35533;
    font-size: clamp(10px, 0.9vw, 13px);
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    letter-spacing: 0.325px;
}

.product-slider .slick-dots {
    bottom: 10px;
}

@media (max-width: 767px) {
    .product-slider .slick-dots {
        bottom: 10px;
    }
  
    .discount__tag {
        font-size: 10px;
    }
    .product-slider .slick-slide {
        padding: 0;
    }
}

.product-slider .slick-dots li.slick-active button:before {
    opacity: 1;
}

.product-slider .slick-dots li button:before {
    font-size: 8px;
    color: #fff;
    opacity: 0.5;
}

.product-slider__image {
    width: 100%;
}

.product-slider__image img {
    max-width: none;
    width: 100%;
    height: auto;
}

@media (max-width: 920px) {
    .product-slider__image img {
        max-width: 100%;
    }
}

.mirade-gallery {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.32px;
    max-width: 548px;
    margin: 0 auto;
}

.mirade-gallery__slide--image {
    margin: 0 0 10px;
}

.mirade-gallery__slide--image img {
    display: block;
    margin: 0 auto;
}

.mirade-gallery .slick-prev {
    left: -22px;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-width: 0 0 1px 1px;
    transform: rotate(45deg);
    top: calc(50% - 60px);
}

.mirade-gallery .slick-prev::before {
    content: "";
}

.mirade-gallery .slick-next {
    right: -22px;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    top: calc(50% - 60px);
}

.mirade-gallery .slick-next::before {
    content: "";
}

.mirade-gallery h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.36px;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-align: center;
}

@media (max-width: 767px) {
    .mirade-gallery h2 {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 1.92px;
    }
}

.mirade-gallery h3 {
    margin: 0 0;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.875px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .mirade-gallery h3 {
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1.3px;
    }
    .mirade-gallery__slide p {
        font-size: 16px;
        line-height: 1.2;
    }
}

.mirade-gallery h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.875px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.testimonials-gallery {
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
}

@media screen and (min-width: 767px) {
    .testimonials-gallery {
        padding: 0 60px;
    }
}

@media (max-width: 767px) {
    .testimonials-gallery {
        padding: 0 30px;
    }
}

.testimonials-gallery .slick-slide {
    height: auto;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .testimonials-gallery .slick-slide {
        padding: 0 8px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .testimonials-gallery .slick-prev {
        left: 5px;
        z-index: 10;
        width: 30px;
        height: 30px;
        border: 1px solid #000;
        border-width: 0 0 1px 1px;
        transform: rotate(45deg);
        margin: -15px 0 0;
    }
    .testimonials-gallery .slick-prev::before {
        content: "";
    }
}

@media (max-width: 767px) {
    .testimonials-gallery .slick-next {
        right: 5px;
        z-index: 10;
        width: 30px;
        height: 30px;
        border: 1px solid #000;
        border-width: 1px 1px 0 0;
        transform: rotate(45deg);
        margin: -15px 0 0;
    }
    .testimonials-gallery .slick-next::before {
        content: "";
    }
}

.testimonials-gallery__block {
    margin: 0;
}

.testimonials-gallery__image {
    padding: 0 0 15px;
}

.testimonials-gallery__image img {
    display: block;
    margin: 0 auto;
    max-width: 60px;
}

.testimonials-gallery__text {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.32px;
}

.testimonials-gallery__text .author {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    /* line-height: normal; */
    letter-spacing: 1.8px;
    text-transform: uppercase;
    line-height: 1;
}

.testimonials-gallery__text h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 1.6px;
    margin: 0 0 10px;
}

.testimonials-gallery__text p {
    margin: 0 0 10px;
}

.testimonials-gallery__text .autor {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    display: block;
}

@media (max-width: 767px) {
    .testimonials-gallery__text img {
        margin: 0 auto;
    }
}

.testimonials-gallery__stars {
    margin: 0 0 10px;
}

.cooks-gallery .slick-slide {
    height: auto;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .cooks-gallery .slick-slide {
        padding: 0 15px 0 0;
    }
}

.cooks-gallery__block {
    margin: 0;
}

.cooks-gallery__image {
    margin: 0 0 10px;
}

.cooks-gallery__text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cooks-gallery__text h3 {
    max-width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.32px;
    min-width: 100%;
}

.cooks-gallery__text h3 a {
    color: #000;
}

.cooks-gallery__text .heart {
    width: 70px;
    text-align: right;
}

.cooks-gallery__text .heart img {
    display: block;
    margin: 2px 0 0 auto;
}

.action-gallery .slick-slide {
    height: auto;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .action-gallery .slick-slide {
        padding: 0 15px 0 0;
    }
}

.action-gallery__block {
    margin: 0;
}

.action-gallery__image {
    margin: 0 0 10px;
}

.action-gallery__text {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.32px;
}



.action-gallery__text h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin: 0 0 5px;
}



.action-gallery__text h3 a {
    color: #000;
}

.action-gallery__text p {
    margin: 0 0 5px;
}

.action-gallery__text .row {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 1.6px;
}

@media (max-width: 767px) {
    .action-gallery__text .row {
        font-size: 13px;
        line-height: 15px;
    }
}


/* faqs page */

.faqs-area {
    padding: 20px 0;
}

.faqs-area__heading {
    text-align: center;
}

.faqs-area__heading h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 9px;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

@media (max-width: 767px) {
    .faqs-area__heading h1 {
        font-size: 28px;
        letter-spacing: 2.8px;
    }
}

.faqs-area__heading h2 {
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin: 0;
    padding: 25px 0;
}

@media (max-width: 767px) {
    .faqs-area__heading h2 {
        font-size: 13px;
        letter-spacing: 1.3px;
        padding: 10px 0 25px;
    }
}

.faqs-area__bottom {
    background: #f2f2f2;
    padding: 30px 50px;
    text-align: center;
}

@media (max-width: 767px) {
    .faqs-area__bottom {
        padding: 30px 20px;
    }
}

.faqs-area__bottom--title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 10px;
}

.faqs-area__bottom--title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #000;
}

.faqs-area__bottom--title span {
    background: #f2f2f2;
    padding: 0 20px;
    position: relative;
    display: inline-block;
}

.faqs-area__bottom h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

@media (max-width: 767px) {
    .faqs-area__bottom h3 {
        font-size: 13px;
        letter-spacing: 1.3px;
    }
}

.faqs-area__bottom .btn {
    background: #fff;
    margin: 0;
}

.faqs-holder .faqs-list {
    padding: 0 0 5px;
}

.faqs-holder .faqs-list li {
    border: 1px solid #000;
    padding: 36px 24px;
    margin: 0 0 15px;
}

@media (max-width: 767px) {
    .faqs-holder .faqs-list li {
        padding: 25px 18px;
    }
}

.faqs-holder .faqs-list li.active .opener:after {
    content: "-";
}

.faqs-holder .faqs-list li.active .slide {
    display: block;
}

.faqs-holder .faqs-list li .opener {
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 2.4px;
    color: #000;
    padding: 0 26px 0 0;
}

@media (max-width: 767px) {
    .faqs-holder .faqs-list li .opener {
        font-size: 16px;
        line-height: 19px;
    }
}

.faqs-holder .faqs-list li .opener:after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
}

.faqs-holder .faqs-list li .slide {
    display: none;
    padding: 30px 0 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.32px;
}


/* contact page */

.page-heading {
    text-align: center;
}

.page-heading h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 9px;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

@media (max-width: 767px) {
    .page-heading h1 {
        font-size: 28px;
        letter-spacing: 2.8px;
    }
}

.contact-area {
    padding: 10px 0;
}

.contact-area__text-mobile {
    display: none;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    padding: 9px 0;
}

@media (max-width: 767px) {
    .contact-area__text-mobile {
        display: block;
    }
}

.contact-area__text-mobile h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 1.92px;
    text-transform: uppercase;
}

.contact-area__text-mobile p {
    margin: 0;
}

.contact-columns {
    display: flex;
    margin: 30px 0 10px;
}

@media (max-width: 767px) {
    .contact-columns {
        flex-direction: column-reverse;
        margin: 0 0 10px;
    }
}

.contact-columns__text {
    width: 50%;
    background: #f2f2f2;
    padding: 33px 85px;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.5px;
    letter-spacing: 2.1px;
}

@media (max-width: 920px) {
    .contact-columns__text {
        padding: 33px 25px;
    }
}

@media (max-width: 767px) {
    .contact-columns__text {
        width: 100%;
        padding: 8px 12px 20px;
    }
}

.contact-columns__text--block {
    padding: 62px 0 0;
    position: relative;
}

@media (max-width: 767px) {
    .contact-columns__text--block {
        padding: 10px 0 40px;
    }
}

.contact-columns__text--block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 52px;
    background: #000;
}

@media (max-width: 767px) {
    .contact-columns__text--block:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .contact-columns__text--block:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 1px;
        height: 24px;
        background: #000;
    }
}

.contact-columns__text--block:first-child {
    padding: 0;
}

.contact-columns__text--block:first-child:before {
    display: none;
}

@media (max-width: 767px) {
    .contact-columns__text--block:last-child {
        padding: 10px 0 0;
    }
}

.contact-columns__text--block:last-child:after {
    display: none;
}

@media (max-width: 767px) {
    .contact-columns__text--block.mobile-hidden {
        display: none;
    }
}

.contact-columns__text h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.36px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    .contact-columns__text h2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 1.92px;
        margin: 0;
    }
}

.contact-columns__text p {
    margin: 20px 0;
}

.contact-columns__text a.email {
    display: block;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    .contact-columns__text a.email {
        font-size: 13px;
        font-weight: 300;
        line-height: normal;
        letter-spacing: 1.3px;
        margin: 0;
    }
}

.contact-columns__text .btn {
    background: #fff;
    margin: 20px 0 0;
}

@media (max-width: 767px) {
    .contact-columns__text .btn {
        margin: 10px 0 0;
    }
}

.contact-columns__form {
    width: 50%;
    padding: 33px 38px;
    background: #1e1e1e;
}

@media (max-width: 920px) {
    .contact-columns__form {
        padding: 33px 25px;
    }
}

@media (max-width: 767px) {
    .contact-columns__form {
        width: 100%;
        padding: 15px 12px;
    }
}

.contact-columns__form h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.36px;
    text-transform: uppercase;
    margin: 0 0 25px;
    color: #fff;
}

@media (max-width: 767px) {
    .contact-columns__form h2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 1.92px;
        margin: 0 0 10px;
    }
}

.contact-columns__form--row {
    padding: 0 0 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.32px;
}

@media (max-width: 767px) {
    .contact-columns__form--row {
        padding: 0 0 10px;
        font-size: 13px;
        font-weight: 300;
        line-height: 110%;
    }
}

.contact-columns__form--row input {
    width: 100%;
    padding: 22px 14px;
    margin: 0;
    border: none;
    background: #fff;
}

@media (max-width: 767px) {
    .contact-columns__form--row input {
        padding: 12px 7px;
    }
}

.contact-columns__form--row textarea {
    width: 100%;
    padding: 22px 14px;
    margin: 0;
    border: none;
    background: #fff;
    min-height: 348px;
    max-height: 348px;
    resize: none;
}

@media (max-width: 767px) {
    .contact-columns__form--row textarea {
        min-height: 154px;
        max-height: 154px;
    }
}

.contact-columns__form .btn {
    display: block;
    margin: 0;
    width: 100%;
    height: 57px;
    line-height: 57px;
}

@media (max-width: 767px) {
    .contact-columns__form .btn {
        height: 38px;
        line-height: 38px;
    }
}

#footer {
    background: #000;
    color: #fff;
    padding: 30px 0;
}

@media (max-width: 767px) {
    #footer {
        padding: 30px 0 30px;
    }
}

.footer-cols {
    display: flex;
    padding: 0 0 28px;
}

@media (max-width: 920px) {
    .footer-cols {
        display: block;
        padding: 0 0 15px;
    }
}

.footer-cols--col {
    padding: 0 48px 0 0;
}

@media (max-width: 920px) {
    .footer-cols--col {
        display: none;
    }
}

@media (max-width: 920px) {
    .footer-cols--col:last-child {
        display: block;
        text-align: center;
        padding: 0;
    }
}

.footer-cols h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 16px;
    color: #7f7f7f;
}

@media (max-width: 920px) {
    .footer-cols h3 {
        display: none;
    }
}

.footer-cols ul {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.footer-cols ul li {
    padding: 0 0 8px;
}

.footer-cols ul a {
    color: #fff;
}

.footer-cols h4 {
    font-size: clamp(14px, 2.7vw, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px;
}

@media (max-width: 920px) {
    .footer-cols h4 {
        font-size: 13px;
        letter-spacing: 1.3px;
        text-transform: uppercase;
    }
}

.footer-cols form {
    max-width: 455px;
    margin: 0 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-cols form input[type="email"] {
    width: calc(100% - 126px);
    height: 48px;
    border: 0;
}

.footer-cols form input[type="email"]:focus {
    border: 0;
    outline: none;
}

.footer-cols form .btn {
    padding: 0;
    margin: 0;
    width: 109px;
    min-width: 109px;
}

.footer-cols p {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 16px;
}

.footer-cols .social-list {
    display: flex;
}

@media (max-width: 920px) {
    .footer-cols .social-list {
        justify-content: center;
    }
}

.footer-cols .social-list li {
    padding: 0 10px 10px 0;
}

.copyright {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFF;
}

.copyright a {
    color: #FFF;
}

.footer-mobile {
    display: none;
    border: solid #fff;
    border-width: 2px 0;
    padding: 20px 0 1px;
    margin: 0 0 25px;
    color: #fff;
    text-align: center;
}

@media (max-width: 920px) {
    .footer-mobile {
        display: block;
    }
}

@media (max-width: 920px) {
    .footer-mobile .col.active .col-title:after {
        content: "-";
        margin: -2px 0 0 8px;
    }
}

.footer-mobile .col-title {
    display: block;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.footer-mobile .col-title:after {
    content: "+";
    font-family: din-2014, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 20px;
    line-height: 14px;
    font-weight: 300;
    margin: -2px 0 0 8px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

.footer-mobile .slide {
    display: none;
}

.footer-mobile ul {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px;
}

.footer-mobile ul li {
    padding: 0 0 8px;
}

.footer-mobile ul a {
    color: #fff;
}

.footer-mobile-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1e1e1e;
    padding: 15px 0;
    z-index: 9998;
    display: none;
}

@media (max-width: 767px) {
    .footer-mobile-panel {
        display: block;
    }
}

.footer-mobile-panel ul {
    display: flex;
}

.footer-mobile-panel ul li {
    width: 25%;
    text-align: center;
}

.footer-mobile-panel ul li.active a img.enabled {
    display: none;
}

.footer-mobile-panel ul li.active a img.disabled {
    display: block;
}

.footer-mobile-panel ul a {
    color: #fff;
}

.footer-mobile-panel ul a:hover img.enabled {
    display: none;
}

.footer-mobile-panel ul a:hover img.disabled {
    display: block;
}

.footer-mobile-panel ul img {
    margin: 0 auto 2px;
}

.footer-mobile-panel ul img.enabled {
    display: block;
}

.footer-mobile-panel ul img.disabled {
    display: none;
}

.footer-mobile-panel ul span {
    display: block;
  font-size: 12px;
}


/*# sourceMappingURL=styles.css.map *