/** Shopify CDN: Minification failed

Line 6041:1 Expected "}" to go with "{"

**/
/*============================================================================
  Brooklyn by Shopify
==============================================================================*/
/*================ Variables, theme settings, and Sass mixins from Timber ================*/
/*============================================================================
  #Sass Mixins
==============================================================================*/
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/*================ Functions ================*/
/*================ Animations and keyframes ================*/
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fadeIn {

    0%,
    35% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {

    0%,
    35% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {

    0%,
    35% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {

    0%,
    35% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes heroContentIn {

    0%,
    35% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px);
    }

    60% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes heroContentIn {

    0%,
    35% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px);
    }

    60% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes heroContentIn {

    0%,
    35% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px);
    }

    60% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes heroContentIn {

    0%,
    35% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px);
    }

    60% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

/*============================================================================
  Dependency-free breakpoint mixin
    - http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
==============================================================================*/
/*================ The following are dependencies of csswizardry grid ================*/
/*================ Color variables ================*/
/*================ Typography ================*/
@font-face {
    font-family: "icons";
    src: url("//cdn.shopify.com/s/files/1/1253/3929/t/32/assets/icons.eot?v=9669464864769189677");
    src: url("//cdn.shopify.com/s/files/1/1253/3929/t/32/assets/icons.eot?v=9669464864769189677#iefix") format("embedded-opentype"),
        url("//cdn.shopify.com/s/files/1/1253/3929/t/32/assets/icons.woff?v=7954348003139735875") format("woff"),
        url("//cdn.shopify.com/s/files/1/1253/3929/t/32/assets/icons.ttf?v=9574166448787178841") format("truetype"),
        url("//cdn.shopify.com/s/files/1/1253/3929/t/32/assets/icons.svg?v=3786818295462408609#timber-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*================ Vendor-specific styles ================*/
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }

    .site-header .wrapper {
        padding: 0;
    }

    .site-header .grid--full {
        justify-content: normal !important;
    }

    .site-header .logo-centered-mobile {
        height: 50px;
        display: flex;
        justify-content: center;
    }

    #PageContainer .grid--full .grid__item:first-of-type {
        width: fit-content;
    }

    .tmenu_app_mobile li {
        list-style: none;
    }

    .tmenu_item_mobile .tmenu_item_link {
        padding-left: 0 !important;
        font-size: 22px !important;
    }

    .drawer__inner {
        padding-left: 0 !important;
        padding-top: 5px !important;
    }

    .tmenu_app_mobile .tmenu_item_mobile {
        border-bottom: 1px solid #343535;
    }

    .mobile-nav__item--secondary {
        margin: 1.2em 0;
    }

    .mobile-nav__item--secondary a {
        color: #bfbfbf;
        font-size: 16px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/*================ Theme-specific partials ================*/
/*================ Theme specific global styles ================*/
hr,
.hr--small,
.hr--medium,
.hr--large {
    border-width: 1px 0 0 0;
    width: 50px;
}

.hr--small {
    margin: 20px auto;
}

.hr--medium {
    margin: 35px auto;
}

@media screen and (min-width: 769px) {
    .hr--medium {
        margin: 45px auto;
    }
}

.hr--large {
    margin: 60px auto;
}

.hr--left {
    margin-left: 0;
    margin-right: 0;
}

/*================ my CSS ================*/
@media all and (max-width: 1260px) {
    li.site-nav--compress__menu {
        opacity: 0;
    }

    #PageContainer .grid--full .grid__item:first-of-type {
        display: block !important;
    }

    #PageContainer #CartWrapper .grid--full .grid__item:first-of-type {
        display: table-cell !important;
    }

    .site-nav--mobile .icon {
        font-size: 25px !important;
    }

    .site-nav--mobile .site-nav__link {
        padding-bottom: 0 !important;
    }


}

@media all and (max-width: 768px) {
    .site-nav--mobile .site-nav__link {
        padding: 0px 15px !important;
    }
}

/*================ Table styles ================*/
table {
    position: relative;
    border: 0 none;
}

td,
th {
    border: 0 none;
}

td {
    padding: 10px 15px;
}

tr:first-child th,
tr:first-child td {
    position: relative;
}

tr:first-child th:after,
tr:first-child td:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -15px;
    right: 15px;
}

tr:first-child th:first-child:after,
tr:first-child td:first-child:after {
    left: 15px;
    right: -15px;
}

/*============================================================================
  Responsive tables, defined with .table--responsive on table element.
  Only defined for IE9+
==============================================================================*/
@media screen and (max-width: 590px) {
    html:not(.lt-ie9) .table--responsive thead {
        display: none;
    }

    html:not(.lt-ie9) .table--responsive tr {
        display: block;
    }

    html:not(.lt-ie9) .table--responsive tr,
    html:not(.lt-ie9) .table--responsive td {
        float: left;
        clear: both;
        width: 100%;
    }

    html:not(.lt-ie9) .table--responsive th,
    html:not(.lt-ie9) .table--responsive td {
        display: block;
        text-align: right;
        padding: 15px;
    }

    html:not(.lt-ie9) .table--responsive td:before {
        content: attr(data-label);
        float: left;
        font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        font-size: 12px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 590px) {
    html:not(.lt-ie9) .table--small-hide {
        display: none !important;
    }

    html:not(.lt-ie9) .table__section+.table__section {
        position: relative;
        margin-top: 10px;
        padding-top: 15px;
    }

    html:not(.lt-ie9) .table__section+.table__section:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        border-bottom: 1px solid #1c1d1d;
    }
}

/*================ Partials | Theme typography overrides ================*/
body,
input,
textarea,
button,
select {
    line-height: 1.563;
}

h1,
.h1 {
    font-size: 2em;
    text-transform: uppercase;
}

h2,
.h2 {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.85714em;
}

h3,
.h3 {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.21429em;
}

h4,
.h4 {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.07143em;
}

h5,
.h5,
h6,
.h6 {
    font-size: 1em;
}

/*================ Tables ================*/
th,
.table__title {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.92857em;
    letter-spacing: 0.15em;
}

/*================ Rich Text Editor Styles ================*/
.rte h1,
.rte .h1 {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.57143em;
    text-align: center;
}

.rte h2,
.rte .h2 {
    font-size: 1.21429em;
    text-align: center;
}

.rte h3,
.rte .h3 {
    font-size: 1.07143em;
    text-align: center;
}

blockquote {
    font-size: 1.64286em;
    line-height: 1.385;
    text-align: center;
}

@media screen and (min-width: 591px) {
    blockquote {
        font-size: 1.85714em;
    }
}

.section-header .rte {
    font-size: 1.28571em;
}

/*================ Blog and Page Typography ================*/
.article .rte h2,
.article .rte .h2,
.article .rte h3,
.article .rte .h3,
.page .rte h2,
.page .rte .h2,
.page .rte h3,
.page .rte .h3 {
    margin-bottom: 2em;
}

/*================ Blog Typography ================*/
.date {
    display: inline-block;
    line-height: 1.7;
    margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
    .date {
        margin-bottom: 0;
    }
}

.section-header .date:last-child {
    margin-bottom: 40px;
}

.comment-author {
    margin-bottom: 0;
}

.comment-date {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.85714em;
}

/*================ Cart Typography ================*/
.ajaxcart__product-name {
    font-size: 1.21429em;
    line-height: 1.3;
}

.ajaxcart__price,
.cart__price,
.cart__subtotal {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

.ajaxcart__price {
    font-size: 0.92857em;
}

.ajaxcart__price--strikethrough,
.cart__price--strikethrough {
    text-decoration: line-through;
}

.ajaxcart__discount,
.cart__discount {
    display: block;
}

.ajaxcart__subtotal {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

.ajaxcart__qty-num[type="text"] {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-style: normal;
    font-size: 0.92857em;
}

.ajaxcart__note {
    font-weight: normal;
    opacity: 0.7;
}

.ajaxcart__savings,
.cart__savings {
    font-size: 1.42857em;
}

/*================ Misc typography ================*/
.drawer__title {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 1.71429em;
}

.collection-grid__item-title {
    font-size: 1.85714em;
    line-height: 1.1;
}

@media screen and (min-width: 591px) {
    .collection-grid__item-title {
        font-size: 2.42857em;
    }
}

/*================ Partials | Theme Form Overrides ================*/
label {
    font-weight: normal;
}

::-webkit-input-placeholder {
    color: #1c1d1d;
    opacity: 0.6;
}

:-moz-placeholder {
    color: #1c1d1d;
    opacity: 0.6;
}

:-ms-input-placeholder {
    color: #1c1d1d;
    opacity: 0.6;
}

input,
textarea,
select {
    font-size: 1.28571em;
    border-color: transparent;
    background-color: #f6f6f6;
    color: #1c1d1d;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

input[disabled],
input.disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
select.disabled {
    background-color: #f6f6f6;
    border-color: transparent;
}

input:hover,
textarea:hover,
select:hover {
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    -ms-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 0.9;
}

input:active,
input:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
    opacity: 1;
}

select:hover {
    outline: 1px solid #dddddd;
}

input[type="number"] {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.14286em;
}

input[type="image"] {
    background-color: transparent;
}

/*================ Ajax quantity selectors ================*/
.js-qty {
    background-color: #f6f6f6;
    color: #1c1d1d;
}

.js-qty__adjust:hover {
    background-color: #e9e9e9;
    color: #1c1d1d;
}

.js-qty__adjust--minus,
.js-qty__adjust--plus {
    border-color: #e9e9e9;
    color: #1c1d1d;
}

/*================ Newsletter area ================*/
.newsletter {
    background-color: #f6f6f6;
    clear: both;
    padding: 30px 0;
    margin-top: 60px;
}

@media screen and (min-width: 591px) {
    .newsletter {
        padding: 60px 0;
    }
}

.newsletter form {
    margin: 0 auto;
    max-width: 520px;
}

.newsletter form .newsletter--form {
    padding: 10px;
}

.newsletter form .note,
.newsletter form .errors {
    margin-bottom: 0;
}

.newsletter form .newsletter--form,
.newsletter .newsletter__input {
    background-color: white;
    color: #1c1d1d;
}

.newsletter .newsletter__input {
    font-size: 1.28571em;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

.newsletter .newsletter__input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #1c1d1d;
    opacity: 1;
}

.newsletter .newsletter__input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #1c1d1d;
    opacity: 1;
}

.newsletter .newsletter__input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #1c1d1d;
    opacity: 1;
}

.newsletter .newsletter__input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #1c1d1d;
}

@media screen and (min-width: 591px) {
    .newsletter .newsletter__input {
        font-size: 1.5em;
    }
}

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

    .newsletter__submit-text--large,
    .password-page__login-form__submit-text--large {
        display: none;
    }

    .newsletter__submit-text--small,
    .password-page__login-form__submit-text--small {
        display: block;
    }
}

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

    .newsletter__submit-text--large,
    .password-page__login-form__submit-text--large {
        display: block;
    }

    .newsletter__submit-text--small,
    .password-page__login-form__submit-text--small {
        display: none;
    }
}

.newsletter__label {
    padding-left: 10px;
}

/*================ Modules | Theme product collage grid ================*/
.grid__row-separator {
    clear: both;
    width: 100%;
}

.lt-ie9 .grid-uniform .grid-product {
    display: inline-block;
    margin-left: -4px;
    float: none;
}

.grid-collage {
    margin-bottom: -13px;
}

@media screen and (max-width: 590px) {
    .grid-collage .grid-product__image-link {
        height: 310px;
    }
}

@media screen and (min-width: 591px) {
    .large--two-thirds.reverse {
        float: right;
    }

    .grid-collage .large--two-thirds {
        clear: both;
    }

    .grid-collage .large--two-thirds.reverse {
        clear: none;
    }

    .grid-collage .grid__item.large--one-third {
        clear: none;
    }

    .grid-collage .large--one-half {
        float: left;
        display: inline-block;
    }

    .grid-collage .large--one-third {
        clear: inherit;
    }

    .grid-collage .grid-product__image-link {
        height: 670px;
    }

    .grid-collage .large--one-half .grid-product__image-link {
        height: 310px;
    }

    .grid-collage .large--two-thirds .grid-product__image-link {
        height: 520px;
    }

    .grid-collage .large--one-third .grid-product__image-link {
        height: 230px;
    }
}

/*================ Modules | Theme collection collage grid ================*/
.collection-grid {
    margin-bottom: -15px;
}

@media screen and (min-width: 591px) {
    .collection-grid {
        margin-bottom: -30px;
    }
}

.collection-collage__item {
    position: relative;
    margin-bottom: 15px;
    height: 450px;
}

@media screen and (max-width: 590px) {
    .collection-collage__item.one-whole {
        height: 190px;
    }

    .collection-collage__item.one-half {
        height: 130px;
    }
}

@media screen and (min-width: 591px) {
    .collection-collage__item {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 591px) {
    .collection-collage__item.large--one-half {
        height: 310px;
    }

    .collection-collage__item.large--one-third {
        height: 280px;
    }
}

/*================ Partials | Theme button overrides ================*/
a {
    color: #1c1d1d;
    text-decoration: none;
    background: transparent;
}

a:hover {
    color: #1c1d1d;
}

.rte a,
.text-link {
    color: #9b8e68;
}

.rte a:hover,
.text-link:hover {
    color: #1c1d1d;
}

.return-link {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 20px;
}

/*================ Buttons and Input Groups ================*/
.btn,
.btn--secondary {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    padding: 12px 20px;
    font-size: 0.92857em;
}

.input-group .btn,
.input-group .btn--secondary,
.input-group .input-group-field {
    height: 45px;
}

/*================ Button loading indicator, when supported ================*/
.supports-csstransforms .btn--loading {
    position: relative;
    background-color: #0f1010;
    color: #0f1010;
}

.supports-csstransforms .btn--loading:hover,
.supports-csstransforms .btn--loading:active {
    background-color: #0f1010;
    color: #0f1010;
}

.supports-csstransforms .btn--loading:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    border: 3px solid white;
    border-top-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

/*================ Partials | Theme drawer overrides ================*/
/*================ Override drawer scrolling to accommodate fixed header/footers ================*/
.drawer {
    overflow: hidden;
}

.drawer__inner {
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 15px 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 769px) {
    .drawer__inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.drawer--has-fixed-footer .drawer__inner {
    overflow: hidden;
}

/*================ Drawer Fixed Headers ================*/
.drawer__fixed-header {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 80px;
    overflow: visible;
}

@media screen and (min-width: 769px) {
    .drawer__fixed-header {
        left: 30px;
        right: 30px;
    }
}

.drawer__header {
    padding: 15px 0;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .drawer__close-button .icon {
        font-size: 1.57143em;
    }
}

@media screen and (min-width: 591px) {
    .drawer__close-button {
        right: 0;
    }
}

@media screen and (min-width: 1051px) {
    .drawer__close-button {
        right: -20px;
    }
}

/*================ Drawer Fixed Cart Footer ================*/
.ajaxcart__inner--has-fixed-footer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 15px 15px 0;
    bottom: 130px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 769px) {
    .ajaxcart__inner--has-fixed-footer {
        padding: 30px 30px 0;
    }
}

.ajaxcart__footer {
    border-top: 1px solid #343535;
    padding-top: 15px;
}

.ajaxcart__footer--fixed {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    min-height: 130px;
    padding-bottom: 30px;
}

@media screen and (max-width: 590px) {
    .ajaxcart__footer--fixed {
        padding-bottom: 15px;
    }
}

@media screen and (min-width: 769px) {
    .ajaxcart__footer--fixed {
        left: 30px;
        right: 30px;
    }
}

/*================ Drawer Quantity Selectors ================*/
.ajaxcart__qty {
    max-width: 75px;
}

.ajaxcart__qty input[type="text"] {
    padding: 0 20px;
}

.ajaxcart__qty .js-qty__adjust,
.ajaxcart__qty .ajaxcart__qty-adjust {
    padding: 0 5px;
    line-height: 1;
}

/*================ Cart item styles ================*/
.ajaxcart__product:last-child .ajaxcart__row {
    border-bottom: 0 none;
    padding-bottom: 0;
}

.btn--secondary {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn--secondary:hover {
    background-color: #7d7253;
}

/*============================================================================
  Social Icon Buttons v1.0
  Author:
    Carson Shold | @cshold
    http://www.carsonshold.com
  MIT License
==============================================================================*/
/*================ Social share buttons ================*/
.social-sharing {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    margin: 15px 0 30px 0;
    /*================ Large Buttons ================*/
}

.social-sharing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.social-sharing a {
    display: inline-block;
    color: #1c1d1d;
    border-radius: 2px;
    margin: 5px 0;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    font-weight: normal;
}

.social-sharing span {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}

.social-sharing .icon {
    padding: 0 5px 0 10px;
}

.social-sharing .icon:before {
    line-height: 22px;
}

.social-sharing.is-large a {
    height: 44px;
    line-height: 44px;
}

.social-sharing.is-large a span {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
}

.social-sharing.is-large a .icon {
    padding: 0 10px 0 18px;
}

.social-sharing.is-large a .icon:before {
    line-height: 44px;
}

.share-title {
    font-size: 1.28571em;
    padding-right: 10px;
}

.is-large .share-title {
    padding-right: 16px;
}

.share-count {
    position: relative;
    padding: 0 8px;
    margin-right: -2px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

.share-count.is-loaded {
    opacity: 1;
}

a:hover .share-count {
    opacity: 0.8;
}

.is-large .share-count {
    font-size: 18px;
    padding: 0 14px;
}

/*================ Clean Buttons ================*/
.social-sharing.clean a {
    background-color: white;
    color: #1c1d1d;
    height: 30px;
    line-height: 30px;
}

.social-sharing.clean a span {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

.social-sharing.clean a:hover {
    opacity: 0.8;
}

.social-sharing.clean a:hover .share-count {
    opacity: 0.8;
}

.social-sharing.clean a:hover .share-count:after {
    border-right-color: white;
}

.social-sharing.clean a .share-title {
    font-weight: normal;
}

.social-sharing.clean .share-count {
    top: -1px;
}

/*================ Partials | Theme search grid ================*/
.lt-ie9 .grid-uniform .grid-search {
    display: inline-block;
    margin-left: -4px;
    float: none;
}

.grid-search {
    margin-bottom: 30px;
}

.grid-search__product {
    position: relative;
    text-align: center;
}

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

    .grid-search__page-link,
    .grid-search__product-link {
        height: 280px;
    }
}

.grid-search__page-link {
    display: block;
    background-color: #f7f7f7;
    padding: 20px;
    color: #1c1d1d;
    overflow: hidden;
}

.grid-search__page-link:hover,
.grid-search__page-link:focus {
    background-color: #efefef;
}

.grid-search__page-content {
    display: block;
    height: 100%;
    overflow: hidden;
}

.grid-search__image {
    display: block;
    padding: 20px;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

@media screen and (min-width: 769px) {
    .grid-search__image {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .grid-search__image .lt-ie9 {
        position: static;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/*================ Module-specific styles ================*/
/*============================================================================
  To update Slick slider to a new version,
  scroll down to #Slick Slider SCSS and follow the instructions

  Default Slick classes all start with '.slick'
  Custom classes all start with '.hero'

  Extra specificity in selectors is used to override default
  styles before including the default Slick CSS
==============================================================================*/
/*================ Prev/next and pagination ================*/
.featured-area,
.bestsellers-area,
.instagram-feed {
    padding: 10px 5%;
    border-left: solid 5px #000;
    text-align: center;
}

.featured-area h1,
.featured-area .h1,
.bestsellers-area h1,
.bestsellers-area .h1,
.instagram-feed h1,
.instagram-feed .h1 {
    margin: 3em auto;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    color: white !important;
    background: #cdcccc !important;
    border: 2px solid #cdcccc !important;
}

.bestsellers-area h1 {
    color: white !important;
    background: #cdcccc !important;
    border: 2px solid #cdcccc !important;
}

.instagram-feed .h1 {
    color: white !important;
    background: #cdcccc !important;
    border: 2px solid #cdcccc !important;
}

.instagram-feed img {
    margin: 30px;
    width: 100%;
    max-width: 200px;
    border: 5px solid #cdcccc;
}

.slick-slider .slick-dots {
    margin: 0;
    bottom: -50px;
    margin: 7px 0;
}

.slick-slider .slick-dots li {
    margin: 0;
    vertical-align: middle;
}

.slick-slider .slick-dots li button {
    position: relative;
}

.slick-slider .slick-dots li button:before {
    text-indent: -9999px;
    background-color: #b4aa8e;
    border-radius: 100%;
    border: 2px solid transparent;
    width: 12px;
    height: 12px;
    margin: 5px 0 0 5px;
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.slick-slider .slick-dots li.slick-active button:before {
    background-color: #000;
    opacity: 1;
    width: 12px;
    height: 12px;
}

.slick-slider .slick-dots li button:active:before {
    opacity: 0.5;
}

.slick-slider .slick-dots.is-dark li button:before {
    background-color: #000;
}

.slick-slider .slick-dots.is-dark li.slick-active button:before {
    border-color: #000;
    background-color: transparent;
}

.hero .slick-prev,
.hero .slick-next {
    top: 0;
    height: 100%;
    margin-top: 0;
    width: 40px;
}

.hero .slick-prev {
    left: 0;
}

.hero .slick-next {
    right: 0;
}

/*================ Slide colors ================*/
.hero__slide.is-light {
    color: #fff;
    background-color: #000;
}

.hero__slide.is-dark {
    color: #000;
    background-color: #fff;
}

/*============================================================================
  General slide styles
    - Sizes based on height of image when 100% of container width
==============================================================================*/
.hero__slide {
    position: relative;
}

.hero__image {
    position: relative;
    opacity: 0;
}

.slick-initialized .hero__image {
    opacity: 1;
    -webkit-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

.hero__image img {
    display: block;
    width: 100%;
}

.hero__slide--hidden {
    visibility: hidden;
}

.supports-touch .hero__slide--hidden {
    visibility: visible;
}

.ie9 .hero__slide,
.lt-ie9 .hero__slide {
    z-index: 1 !important;
}

.ie9 .slick-dots,
.lt-ie9 .slick-dots {
    z-index: 2;
}

/*============================================================================
  Full screen hero styles
    - Uses css background image
==============================================================================*/
.hero--full-height {
    height: 100vh;
    min-height: 550px;
}

.hero--full-height .slick-list,
.hero--full-height .slick-track {
    height: 100%;
}

.hero--full-height .hero__image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.lt-ie9 .hero--full-height .hero__image {
    background-position: center center;
}

.hero--first {
    margin-top: -35px;
}

@media screen and (min-width: 769px) {
    .hero--first {
        margin-top: -80px;
    }
}

/*================ Hero text/CTA ================*/
.hero__text-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.hero__text-align {
    display: table;
    width: 100%;
    height: 100%;
}

.hero__text-content {
    opacity: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 15px 30px 0;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.slick-initialized .hero__text-content {
    opacity: 1;
    -webkit-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

@media screen and (min-width: 769px) {
    .hero__text-content {
        padding: 15px 150px;
    }
}

.hero__text-content .slick-dots {
    position: static;
}

/*================ Extra specificity to override Timber defaults ================*/
.hero__slide .hero__title {
    margin-bottom: 20px;
    line-height: 1.25;
}

.hero__slide .hero__subtitle {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.hero__slide a.hero__cta {
    margin-bottom: 0;
}

/*================ Font sizes ================*/
.hero__slide .hero__title {
    font-size: 3.57143em;
}

.hero__slide .hero__subtitle {
    font-size: 1.07143em;
}

@media screen and (min-width: 591px) {
    .hero__slide .hero__title {
        font-size: 4.28571em;
    }

    .hero__slide .hero__subtitle {
        font-size: 1.28571em;
    }
}

@media screen and (min-width: 769px) {
    .hero__slide .hero__title {
        font-size: 4.57143em;
    }
}

/*================ Hero header ================*/
.hero__header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
}

.template-index .header-wrapper {
    opacity: 0;
    z-index: 2;
    -webkit-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
    -moz-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
    -o-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
    animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
}

.supports-no-cssanimations .template-index .header-wrapper {
    opacity: 1;
    -webkit-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

.header-wrapper--over-hero {
    position: relative;
}

/*============================================================================
  #Slick Slider overrides
    - If upgrading Slick's styles, use the following variables/functions
      instead of the slick defaults
    - Only overwrite slick's default styles starting at #Slick Slider SCSS
==============================================================================*/
/*============================================================================
  #Slick Slider SCSS
    - Everything below this line is unchanged from Slick's scss file
    - When updating to a new version, don't include the variables/function
      that were modified above
==============================================================================*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    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-loading .slick-list {
    background: white url(//cdn.shopify.com/s/files/1/1253/3929/t/32/assets/ajax-loader.gif?v=4135686330247201572) center center no-repeat;
}

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

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

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

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    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-icons, sans-serif";
    font-size: 20px;
    line-height: 1;
    color: #1c1d1d;
    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 {
    right: -15px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    vertical-align: top;
    color: #9b8e68;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

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

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

.slick-next:before {
    /*content: $slick-next-character;
    [dir="rtl"] & {
      content: $slick-prev-character;
    }*/
    right: 15px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    vertical-align: top;
    color: #9b8e68;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

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

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

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    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: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick-icons, sans-serif";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #1c1d1d;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #1c1d1d;
    opacity: 0.75;
}

/*================ Module | Collection images at top of templates ================*/
.collection-hero {
    margin-top: -35px;
    margin-bottom: 35px;
    overflow: hidden;
}

@media screen and (min-width: 769px) {
    .collection-hero {
        margin-top: -65px;
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 768px) {
    .collection-hero {
        margin-bottom: 60px;
    }
}

.collection-hero__image {
    height: 0;
    padding-bottom: 70%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
}

.no-js .collection-hero__image {
    opacity: 1;
}

@media screen and (min-width: 769px) {
    .collection-hero__image {
        padding-bottom: 45%;
    }
}

.collection-hero__image.is-init {
    opacity: 1;
    -webkit-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

/*================ Module | Theme Header and Navigation Overrides ================*/
@media screen and (max-width: 768px) {
    .site-header {
        padding: 0;
    }
}

/*================ Logo Image ================*/
.site-header__logo .logo--has-inverted {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.is-light .site-header__logo .logo--has-inverted {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}

.site-header__logo .logo--inverted {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}

.is-light .site-header__logo .logo--inverted {
    opacity: 1;
    visibility: visible;
    height: auto;
}

/*================ Text Shop Name ================*/
.site-header__logo {
    font-size: 1.42857em;
}

@media screen and (min-width: 769px) {
    .site-header__logo {
        text-align: left;
        font-size: 0;
    }

    .site-header__logo img {
        max-width: 185px;
        width: 185px;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .site-header__logo img {
        max-height: 50px;
        /* margin-top: 8px;  */
    }
}

.site-header__logo a,
.header-logo a {
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

.is-light .site-header__logo a,
.is-light .header-logo a {
    color: #fff;
}

.is-dark .site-header__logo a,
.is-dark .header-logo a {
    color: #000;
}

/*================ Nav Links ================*/
.site-nav {
    white-space: nowrap;
    /* max-height:35px; */
}

.no-js .site-nav,
.site-nav.site-nav--init {
    opacity: 1;
    margin-bottom: 0;
}

.main-menu-desktop {
    /* max-height:40px; */
}

.site-nav__item {
    white-space: normal;
    display: none;
    list-style: none;
}

.site-nav__item .site-nav__dropdown .main_menu_parent .main_menu_parent_sub li {
    margin: 0;
}

.site-nav__link {
    -webkit-transition: color 0.2s, opacity 0.1s;
    -moz-transition: color 0.2s, opacity 0.1s;
    -ms-transition: color 0.2s, opacity 0.1s;
    -o-transition: color 0.2s, opacity 0.1s;
    transition: color 0.2s, opacity 0.1s;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1em;
}

.is-light .site-nav__link {
    color: #fff;
}

.is-dark .site-nav__link {
    color: #000;
}

.site-nav--has-dropdown>a {
    position: relative;
    z-index: 6;
}

.site-nav--has-dropdown:hover>a {
    color: #1c1d1d;
    background-color: white;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.site-nav--has-dropdown:hover>a:before {
    content: "";
    position: absolute;
    left: 15px;
    right: 30px;
    bottom: 0;
    display: block;
    background-color: #1c1d1d;
    height: 1px;
    z-index: 6;
}

/*================ Dropdown Animation ================*/
.site-nav__dropdown {
    display: block;
    visibility: hidden;
    overflow: hidden;
    background-color: white;
    min-width: 100%;
    width: 210px;
    padding: 10px 0;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09);
    -webkit-transform: translate3d(0px, -12px, 0px);
    -moz-transform: translate3d(0px, -12px, 0px);
    -ms-transform: translate3d(0px, -12px, 0px);
    -o-transform: translate3d(0px, -12px, 0px);
    transform: translate3d(0px, -12px, 0px);
}

.supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown,
.site-nav--has-dropdown.nav-hover .site-nav__dropdown,
.nav-focus+.site-nav__dropdown {
    visibility: visible;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 300ms cubic-bezier(0.2, 0.06, 0.05, 0.95);
    -moz-transition: all 300ms cubic-bezier(0.2, 0.06, 0.05, 0.95);
    -ms-transition: all 300ms cubic-bezier(0.2, 0.06, 0.05, 0.95);
    -o-transition: all 300ms cubic-bezier(0.2, 0.06, 0.05, 0.95);
    transition: all 300ms cubic-bezier(0.2, 0.06, 0.05, 0.95);
}

/*================ Submenu items ================*/
.site-nav__dropdown a {
    background-color: transparent;
    color: #1c1d1d;
}

.site-nav__dropdown a:hover,
.site-nav__dropdown a:active {
    background-color: transparent;
    color: #9b8e68;
}

.site-nav__dropdown-link {
    display: block;
    white-space: nowrap;
    padding: 5px 15px;
    font-size: 1.14286em;
}

/*================ Compressed nav if too many links ================*/
.site-nav--compress .site-nav__expanded-item {
    display: none;
}

.site-nav--compress__menu {
    display: none;
}

.site-nav--compress .site-nav--compress__menu {
    display: inline-block;
}

/*================ Module | Theme Tags ================*/
.tags a {
    padding: 4px 15px;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.92857em;
    letter-spacing: 0.15em;
}

.tags--collection {
    max-width: 75%;
    margin: 0 auto 25px;
}

@media screen and (min-width: 769px) {
    .tags--collection li {
        display: inline-block;
    }
}

@media screen and (max-width: 590px) {
    .tags--collection li {
        display: block;
    }
}

.tags--article a {
    padding-right: 15px;
    padding-left: 0;
}

.tags__title {
    margin-right: 15px;
}

.tag--active a {
    color: #9b8e68;
}

.single-option-radio {
    border: 0;
    padding-top: 0;
    position: relative;
    background-color: white;
}

.single-option-radio input {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}

.lt-ie9 .single-option-radio input {
    position: relative;
    height: auto;
    width: auto;
    clip: initial;
}

.single-option-radio label {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 9px 11px;
    margin: 3px 4px 1px 3px;
    font-size: 0.92857em;
    font-style: normal;
    background-color: white;
    border: 1px solid white;
}

.single-option-radio label.disabled:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid;
    border-color: #1c1d1d;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.lt-ie9 .single-option-radio label.disabled:before {
    display: none;
}

.single-option-radio label:active,
.single-option-radio label:focus {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.single-option-radio input[type="radio"]:checked+label {
    border-color: #1c1d1d;
}

.single-option-radio input[type="radio"]:focus+label {
    background-color: #f2f2f2;
}

.radio-wrapper .single-option-radio__label {
    display: block;
    margin-bottom: 10px;
    cursor: default;
    font-style: normal;
}

/*================ Module | Product Lightbox ================*/
.mfp-bg {
    background-color: white;
}

.mfp-bg.mfp-fade {
    -webkit-backface-visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-bg.mfp-fade.mfp-ready {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-bg.mfp-fade.mfp-removing {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-fade.mfp-wrap.mfp-removing button {
    opacity: 0;
}

.mfp-counter {
    display: none;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: zoom-out;
}

.mfp-figure:after {
    box-shadow: none;
}

.mfp-img {
    background-color: #f7f7f7;
}

button.mfp-close {
    margin: 30px;
    font-size: 2.85714em;
    font-weight: 300px;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #1c1d1d;
}

button.mfp-arrow {
    top: 0;
    height: 100%;
    width: 20%;
    margin: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1045;
}

button.mfp-arrow:after,
button.mfp-arrow .mfp-a {
    display: none;
}

button.mfp-arrow:before,
button.mfp-arrow .mfp-b {
    display: none;
}

button.mfp-arrow:active {
    margin-top: 0;
}

.mfp-chevron {
    position: absolute;
    pointer-events: none;
}

.mfp-chevron:before {
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 25px;
    width: 25px;
    border-style: solid;
    border-width: 4px 4px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mfp-chevron.mfp-chevron-right {
    right: 55px;
}

.mfp-chevron.mfp-chevron-right:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mfp-chevron.mfp-chevron-left {
    left: 55px;
}

.mfp-chevron.mfp-chevron-left:before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.lt-ie9 .mfp-chevron:before,
.lt-ie9 .mfp-chevron:after {
    content: " ";
    position: absolute;
    display: block;
    border-width: 0;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -25px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.lt-ie9 .mfp-chevron:before {
    z-index: 5;
}

.lt-ie9 .mfp-chevron:after {
    z-index: 2;
}

.lt-ie9 .mfp-chevron-right:after {
    border-left: 25px solid #1c1d1d;
    left: 80%;
}

.lt-ie9 .mfp-chevron-right:before {
    border-left: 25px solid white;
    left: 80%;
}

.lt-ie9 .mfp-chevron-left:after {
    border-right: 25px solid #1c1d1d;
    right: 80%;
}

.lt-ie9 .mfp-chevron-left:before {
    border-right: 25px solid white;
    right: 80%;
}

.grid-product__wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.grid-collage .grid-product__wrapper {
    margin-bottom: 0;
}

.bestsellers-area .grid-product__wrapper {
    margin: 10px;
}

.bestsellers-area .cart-form {
    /* display: none; */
}

.grid-product__image-wrapper {
    position: relative;
    width: 100%;
}

.grid-uniform .grid-product__image-wrapper {
    display: table;
    table-layout: fixed;
}

.grid-product__image-link {
    position: relative;
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

.grid-product__image-link:hover,
.grid-product__image-link:focus {
    opacity: 0.9;
    -webkit-transition: opacity 0.15s ease-in;
    -moz-transition: opacity 0.15s ease-in;
    -ms-transition: opacity 0.15s ease-in;
    -o-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
    /*================ Remove hover in IE8 and below ================*/
}

.lt-ie9 .grid-product__image-link:hover,
.lt-ie9 .grid-product__image-link:focus {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.grid-uniform .grid-product__image-link {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.grid-product__image {
    display: block;
    margin: 0 auto;
}

.is-sold-out .grid-product__image {
    opacity: 0.5;
}

.grid-collage .grid-product__image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    padding: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lt-ie9 .grid-collage .grid-product__image {
    position: static;
    max-height: 90%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.grid-product__meta {
    position: relative;
    display: block;
    padding: 13px 0 16px;
}
/* .bestsellers-area .grid-product__meta {
    padding: 13px 0 0 0;
} */
.grid-product__price-wrap {
    white-space: nowrap;
}

.long-dash {
    margin: 0 4px;
}

.grid-product__title {
    font-size: 1.21429em;
    color: black !important;
    font-weight: 600;
}

.grid-product__vendor {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.78571em;
    margin: 1px 0;
}

.grid-product__price {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1em;
    color: black !important;
}

.grid-product__price-min {
    position: relative;
    top: -1px;
    font-size: 0.71429em;
    margin-left: -4px;
}

.grid-product__sold-out,
.grid-product__on-sale {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.78571em;
    line-height: 1.3;
    position: absolute;
    min-width: 50px;
    border-radius: 25px;
    top: -8px;
    left: -8px;
}

.grid-product__sold-out p,
.grid-product__on-sale p {
    padding: 12px 8px 10px 9px;
    margin: 0;
    letter-spacing: 1px;
}

.grid-product__sold-out sup,
.grid-product__on-sale sup {
    display: none;
}

.grid-product__sold-out {
    color: #1c1d1d;
    border: 1px solid #1c1d1d;
}

.grid-product__on-sale {
    color: #990000;
    border: 1px solid #990000;
}

/*================ Product Carousel ================*/
@media screen and (max-width: 590px) {
    .product-single__photos {
        margin-top: 0px;
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 55px;
    }
}

.product-single__photos .slick-dots {
    background-color: #f7f7f7;
    bottom: 0;
    padding: 15px;
}

.product-single__photos .slick-dots li button:before {
    opacity: 0.2;
    width: 9px;
    height: 9px;
}

.lt-ie9 .product-single__photos .slick-dots li button:before {
    filter: alpha(opacity=20);
}

.product-single__photos .slick-dots li.slick-active button:before {
    border-color: #000;
    opacity: 1;
    width: 11px;
    height: 11px;
}

.lt-ie9 .product-single__photos .slick-dots li.slick-active button:before {
    filter: alpha(opacity=100);
}

/*================ Modules | Theme collection grid item ================*/
.collection-collage__item {
    overflow: hidden;
}

.collection-collage__item-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.collection-collage__item-wrapper .collection-grid__item-overlay {
    position: relative;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.collection-collage__item-wrapper .collection-grid__item-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.25;
    background-color: #000;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.lt-ie9 .collection-collage__item-wrapper .collection-grid__item-overlay:after {
    display: none;
}

.collection-collage__item-wrapper .collection-grid__item-overlay:hover,
.collection-collage__item-wrapper .collection-grid__item-overlay:focus {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.collection-collage__item-wrapper .collection-grid__item-overlay:hover:after,
.collection-collage__item-wrapper .collection-grid__item-overlay:focus:after {
    opacity: 0.5;
}

.collection-grid__item-link {
    display: block;
    width: 100%;
    height: 100%;
}

.collection-grid__item-overlay {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.collection-grid__item-title--wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    display: table;
    table-layout: fixed;
    color: #fff;
    cursor: pointer;
}

.collection-grid__item-title--wrapper .collection-grid__item-title {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}

/*================ View-specific styles ================*/
/*================ Templates | Theme Blog ================*/
.article {
    margin-bottom: -15px;
}

.article__featured-image {
    display: block;
    margin-bottom: 30px;
}

.article__featured-image img {
    display: block;
    margin: 0 auto;
    max-height: 300px;
}

.grid__item .rte .blog__image {
    max-height: 450px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: inherit;
    margin-bottom: 20px !important;
}

.grid__item .rte p {
    text-align: left;
}
.grid__item .rte .short_description {
    min-height: 50px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0 !important;
    text-align: center;
}
p.short_description {
    color: #9b8e68;
}
p.short_description:hover {
    color: black;
}
.grid-product__wrapper center{
    margin-bottom: 20px;
}
.article.grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column;
}

@media screen and (min-width: 769px) {
    .article.grid {
        flex-direction: row;
    }
}

@media screen and (min-width: 769px) {
    .article.grid .grid-image {
        padding-right: 30px;
        width: 40%;
    }
}

/*================ RSS ================*/
.rss-link {
    font-size: 0.6em;
}

/*================ Comments ================*/
.comment.last {
    margin-bottom: -15px;
}

/*============= Templates | Password page =============*/
.template-password {
    height: 100vh;
    text-align: center;
}

.password-page__wrapper {
    display: table;
    height: 100%;
    width: 100%;
    background-image: url(//cdn.shopify.com/s/files/1/1253/3929/t/32/assets/password-page-background.jpg?v=12987344696580752000);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

.password-page__wrapper a {
    color: inherit;
}

.password-page__wrapper hr,
.password-page__wrapper .hr--small,
.password-page__wrapper .hr--medium,
.password-page__wrapper .hr--large {
    border-color: inherit;
}

.password-page__wrapper .social-sharing.clean a {
    color: inherit;
    background: transparent;
}

.password-page__header {
    display: table-row;
    height: 1px;
}

.password-page__header__inner {
    display: table-cell;
    padding: 15px 30px;
}

.password-page__logo {
    margin-top: 90px;
    /* If we have a background image, we want to use a light-colored logo */
    /* If we have an inverted logo, we hide the default logo */
}

.password-page__logo .logo {
    width: 200px;
    max-width: 100%;
}

.password-page__logo .logo--inverted {
    display: inline;
}

.password-page__logo .logo--has-inverted {
    display: none;
}

.password-page__main {
    display: table-row;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.password-page__main__inner {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 30px;
}

.password-page__hero {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 3em;
    line-height: 1.25;
    text-transform: none;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
}

@media screen and (min-width: 591px) {
    .password-page__hero {
        font-size: 4.28571em;
    }
}

@media screen and (min-width: 769px) {
    .password-page__hero {
        font-size: 4.57143em;
    }
}

.password-page__message {
    font-style: italic;
    font-size: 120%;
}

.password-page__message img {
    max-width: 100%;
}

.password-page__message,
.password-page__login-form,
.password-page__signup-form {
    max-width: 500px;
    margin: 0 auto;
}

.password-page__login-form {
    text-align: center;
    padding: 30px;
}

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

    .password-page__login-form,
    .password-page__signup-form {
        padding: 0 30px;
    }
}

.password-page__login-form .input-group,
.password-page__signup-form .input-group {
    width: 100%;
}

.password-page__login-form .errors ul,
.password-page__signup-form .errors ul {
    list-style-type: none;
    margin-left: 0;
}

.password-page__signup-form__heading {
    margin-bottom: 0.8em;
}

.lt-ie9 .template-password .newsletter__submit-text--small,
.lt-ie9 .template-password .password-page__login-form__submit-text--small {
    display: none !important;
}

.password-page__social-sharing {
    margin-top: 30px;
}

.password-page__social-sharing__heading {
    margin-bottom: 0;
}

.password-login,
.admin-login {
    margin-top: 15px;
}

.password-login a:hover,
.admin-login a:hover {
    color: inherit;
}

.password-login {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 11.2px;
}

.lock-icon-svg {
    width: 11.2px;
    height: 11.2px;
    display: inline-block;
    vertical-align: baseline;
    /* Hiding the SVG logo in IE8 */
}

.lock-icon-svg path {
    fill: currentColor;
}

.lt-ie9 .lock-icon-svg {
    display: none;
}

.admin-login {
    font-size: 95%;
}

.password-page__footer {
    display: table-row;
    height: 1px;
}

.password-page__footer_inner {
    display: table-cell;
    vertical-align: bottom;
    padding: 30px;
    line-height: 21px;
    font-size: 95%;
}

.shopify-link {
    color: inherit;
}

.shopify-link:hover {
    color: inherit;
}

.shopify-logo-svg {
    width: 72px;
    height: 21px;
    display: inline-block;
    line-height: 0;
    vertical-align: top;
    /* Hiding the SVG logo in IE8, we show the word 'Shopify' instead */
}

.shopify-logo-svg path {
    fill: currentColor;
}

.lt-ie9 .shopify-logo-svg {
    display: none;
}

/* =========
   Hiding the word 'Shopify' but not from screen readers.
   IE8 does not support SVG, so in it we hide the logo and show the word.
   To target all browsers except IE8, we use the class 'modern',
   which needs to be added to the html element.
   ========= */
.modern .shopify-name {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}

.header-wrapper--over-hero {
    padding: 15px 0 0;
}

.site-header {
    background: #cdcccc;
    position: relative;
    padding: 0;
}

.site-nav__expanded-item {
    /* display:inline-block !important; */
    /* max-height:50px; */
}

.site-header:before {
    content: "";
    background: #cdcccc;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 1;
}

.site-header .wrapper {
    position: relative;
    z-index: 3;
    /* max-height:45px; */
}

.main-menu-desktop {
    /* display:none !important; */
}

.site-nav__link {
    color: #fff;
}

body,
html,
main {
    /* important */
    height: 100%;
}

.template-index main {
    padding-top: 0;
}

.template-index main .wrapper {
    padding: 0;
    max-width: 100%;
}

.cd-fixed-bg {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.cd-fixed-bg.cd-bg-1 {
    width: 40%;
    margin: 45px auto;
    background: #fff;
}

.cd-fixed-bg.cd-bg-1 h1,
.cd-fixed-bg.cd-bg-1 .h1 {
    background-color: #fff;
    position: relative;
    margin: 20px 0 0;
}

.cd-fixed-bg.cd-bg-2 {
    background-image: url("../img/cd-background-2.jpg");
}

.cd-fixed-bg.cd-bg-3 {
    background-image: url("../img/cd-background-3.jpg");
}

.cd-fixed-bg.cd-bg-4 {
    background-image: url("../img/cd-background-4.jpg");
}

/*
  ____          _                     ____ ____ ____
 / ___|   _ ___| |_ ___  _ __ ___    / ___/ ___/ ___|
| |  | | | / __| __/ _ \| '_ ` _ \  | |   \___ \___ \
| |__| |_| \__ \ || (_) | | | | | | | |___ ___) |__) |
 \____\__,_|___/\__\___/|_| |_| |_|  \____|____/____/

 Modified by Owen @ Process
4/5/17 
 */
#ContactFormDeliverySuburb,
#ContactFormPostalSuburb {
    width: 50%;
    display: inline-block;
}

#ContactFormDeliveryPostcode,
#ContactFormPostalPostcode {
    width: 49%;
    display: inline-block;
    margin-left: 4px;
}

@media all and (max-width: 1220px) {

    #ContactFormDeliverySuburb,
    #ContactFormPostalSuburb,
    #ContactFormDeliveryPostcode,
    #ContactFormPostalPostcode {
        width: 100%;
    }

    #ContactFormDeliveryPostcode,
    #ContactFormPostalPostcode {
        margin-left: 0px;
    }
}

/*
     ______           __                     ________________
    / ____/_  _______/ /_____  ____ ___     / ____/ ___/ ___/
   / /   / / / / ___/ __/ __ \/ __ `__ \   / /    \__ \__ \
  / /___/ /_/ (__  ) /_/ /_/ / / / / / /  / /___ ___/ /__/ /
  \____/\__,_/____/\__/\____/_/ /_/ /_/   \____//____/____/

    By Dominic Masters
    8/12/17
*/
.template-our-difference {
    /*border: 15px solid black;*/
    margin-bottom: 4em;
}

/* template-our-difference css */
.add-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.template-our-difference>.header-section {
    text-align: center;
    margin: 0 auto;
}

.template-our-difference>.header-section h1,
#about-dermaenergy .header-section h1 {
    margin: 0;
    display: block;
    color: black;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 48px !important;
    font-style: normal;
    line-height: 58px;
    text-transform: uppercase;
}

.template-our-difference .body-section .main-section {
    display: flex;
    /*   align-items:center; */
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 30px 0px;
}

.template-our-difference .body-section .main-section .common-box {
    max-width: 555px;
    width: 100%;
    height: auto;
    border: 2px solid #000;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    align-self: stretch;
}

body#about-dermaenergy .main-section .common-box>.common-head,
body#dermaenergy-difference .main-section .common-box>.common-head {
    padding: 20px;
    text-align: center;
}

body#about-dermaenergy .main-section .common-box:nth-child(1)>.common-head,
body#dermaenergy-difference .main-section .common-box:nth-child(1)>.common-head {
    background-color: #960047;
}

body#about-dermaenergy .main-section .common-box:nth-child(2)>.common-head,
body#dermaenergy-difference .main-section .common-box:nth-child(2)>.common-head {
    background-color: #f26322;
}

body#about-dermaenergy .main-section .common-box:nth-child(3)>.common-head,
body#dermaenergy-difference .main-section .common-box:nth-child(3)>.common-head {
    background-color: #f3bd48;
}

body#about-dermaenergy .main-section .common-box:nth-child(4)>.common-head,
body#dermaenergy-difference .main-section .common-box:nth-child(4)>.common-head {
    background-color: #7ad0e4;
}

body#about-dermaenergy .main-section .common-box:nth-child(5)>.common-head,
body#dermaenergy-difference .main-section .common-box:nth-child(5)>.common-head {
    background-color: #00945e;
}

body#about-dermaenergy .main-section .common-box:nth-child(6)>.common-head,
body#dermaenergy-difference .main-section .common-box:nth-child(6)>.common-head {
    background-color: #caa977;
}

body#about-dermaenergy .main-section .common-box:nth-child(7)>.common-head,
body#dermaenergy-difference .main-section .common-box:nth-child(7)>.common-head {
    background-color: #582900;
}

body#about-dermaenergy .main-section .common-box:nth-child(8)>.common-head,
body#dermaenergy-difference .main-section .common-box:nth-child(8)>.common-head {
    background-color: #5d196a;
}

.template-our-difference .body-section .main-section .common-head p {
    font-size: 24px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
    font-weight: 600;
    color: white;
    /*   max-width: 485px; */
}

.template-our-difference .body-section .main-section .common-body {
    padding: 25px;
    text-align: center;
    background-color: #f5f5f5;
    height: 100%;
}

.template-our-difference .body-section .main-section .common-body p {
    font-size: 18px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
    font-weight: 600;
    color: black;
}

.template-our-difference .body-section .founder-sec {
    background-color: #f5f5f5;
    padding: 60px 0px;
}

.template-our-difference .body-section .founder_hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.template-our-difference .body-section .founder_hero .founder_text {
    width: 613px;
    max-width: 60%;
}

.template-our-difference .body-section .founder_hero .founder_text h2 {
    font-size: 50px;
    line-height: 60px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
}

.template-our-difference .body-section .founder_hero .founder_text h2 span {
    background-color: #333333;
    color: white;
    padding: 0px 10px;
}

.template-our-difference .body-section .founder_hero .founder_text .sub_head {
    font-size: 20px;
    line-height: 48px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin: 30px 0px;
}

.template-our-difference .body-section .founder_hero .founder_text p,
.template-our-difference .body-section .text-content .info-text p {
    font-size: 18px;
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
}

.template-our-difference .body-section .text-content .info-text .add-zero {
    margin-bottom: 0px;
    font-weight: bold;
}

.template-our-difference .body-section .founder_hero .founder_text p:last-child {
    margin-bottom: 0px;
}

.template-our-difference .body-section .founder_hero .founder_img {
    width: 457px;
    max-width: 40%;
}

.template-our-difference .body-section .founder_hero .founder_img .person_img {
    width: 100%;
}

.template-our-difference .body-section .founder_hero .founder_img .person_img img {
    width: 467px;
    height: 467px;
    border-radius: 50%;
    border: 10px solid black;
}

.template-our-difference .body-section .text-content {
    margin: 60px 0px;
}

@media all and (max-width: 768px) {
    .template-our-difference .body-section .founder_hero .founder_text {
        max-width: 100%;
    }

    .template-our-difference .body-section .founder_hero .founder_img {
        width: 100%;
        margin: 0 auto;
    }

    .template-our-difference .body-section .founder_hero .founder_img .person_img img {
        margin-top: 50px;
        height: unset;
    }
}

@media all and (max-width: 575px) {
    .template-our-difference>.header-section h1 {
        font-size: 32px !important;
        line-height: 44px;
    }

    .template-our-difference .body-section .founder-sec {
        padding: 40px 0px;
    }

    .template-our-difference .body-section .founder_hero .founder_text h2 {
        font-size: 34px;
        line-height: 46px;
    }

    .template-our-difference .body-section .founder_hero .founder_text .sub_head {
        margin: 15px 0px;
        line-height: 30px;
    }

    .template-our-difference .body-section .founder_hero .founder_text p,
    .template-our-difference .body-section .text-content .info-text p {
        margin-bottom: 20px;
    }

    .template-our-difference .body-section .text-content {
        margin: 30px 0px;
    }
}

@media all and (max-width: 480px) {
    .template-our-difference>.header-section h1 {
        font-size: 25px !important;
        line-height: 37px;
    }

    .template-our-difference .body-section .main-section .common-head {
        padding: 15px;
    }

    .template-our-difference .body-section .main-section .common-head p {
        font-size: 16px;
        line-height: 20px;
    }

    .template-our-difference .body-section .main-section .common-body {
        padding: 20px;
    }

    .template-our-difference .body-section .main-section .common-body p {
        font-size: 14px;
        line-height: 16px;
    }

    .template-our-difference .body-section .main-section .common-box {
        margin-bottom: 20px;
    }

    .template-our-difference .body-section .founder-sec {
        padding: 30px 0px;
    }

    .template-our-difference .body-section .founder_hero .founder_text h2 {
        font-size: 27px;
        line-height: 30px;
    }

    .template-our-difference .body-section .founder_hero .founder_text .sub_head {
        font-size: 18px;
        line-height: 20px;
    }

    .template-our-difference .body-section .founder_hero .founder_text p,
    .template-our-difference .body-section .text-content .info-text p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media all and (max-width: 375px) {
    .template-our-difference>.header-section h1 {
        font-size: 20px !important;
        line-height: 32px;
    }

    .template-our-difference .body-section .main-section {
        margin: 15px 0px;
    }

    .template-our-difference .body-section .main-section .common-head {
        padding: 10px;
    }

    .template-our-difference .body-section .main-section .common-head p {
        font-size: 14px;
        line-height: 18px;
    }

    .template-our-difference .body-section .main-section .common-body {
        padding: 15px;
    }

    .template-our-difference .body-section .main-section .common-body p {
        font-size: 12px;
        line-height: 14px;
    }

    .template-our-difference .body-section .founder_hero .founder_text h2 {
        font-size: 22px;
        line-height: 25px;
    }

    .template-our-difference .body-section .founder_hero .founder_text .sub_head {
        font-size: 16px;
        line-height: 16px;
        margin: 10px 0px;
    }

    .template-our-difference .body-section .founder_hero .founder_text p,
    .template-our-difference .body-section .text-content .info-text p {
        font-size: 14px;
        line-height: 16px;
    }

    .template-our-difference .body-section .founder-sec {
        padding: 20px 0;
    }
}

body#about-dermaenergy {
    /*border: 15px solid black;*/
    margin-bottom: 4em;
}

/* body#about-dermaenergy css */
body#about-dermaenergy .add-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

body#about-dermaenergy>.header-section {
    text-align: center;
    margin: 0 auto;
}

body#about-dermaenergy>.header-section h1 {
    margin: 0;
    display: block;
    color: black;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 48px !important;
    font-style: normal;
    line-height: 58px;
    text-transform: uppercase;
}

body#about-dermaenergy .main-section {
    display: grid;
    /* align-items: center; */
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 30px 0px;
}

body#about-dermaenergy .main-section .common-box {
    max-width: 555px;
    width: 100%;
    height: auto;
    border: 2px solid #000;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    align-self: stretch;
}

body#about-dermaenergy .main-section .common-head {
    padding: 20px;
    text-align: center;
    background-color: #222222;
}

body#about-dermaenergy .main-section .common-head p {
    font-size: 24px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
    font-weight: 600;
    color: white;
    /* max-width: 485px; */
}

body#about-dermaenergy .main-section .common-body {
    padding: 25px;
    text-align: center;
    background-color: #f5f5f5;
    height: 100%;
}

body#about-dermaenergy .main-section .common-body p {
    font-size: 18px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
    font-weight: 600;
    color: black;
}

body#about-dermaenergy .founder-sec {
    background-color: #f5f5f5;
    padding: 60px 0px;
}

body#about-dermaenergy .founder_hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

body#about-dermaenergy .founder_hero .founder_text {
    width: 613px;
    max-width: 60%;
}

body#about-dermaenergy .founder_hero .founder_text h2 {
    font-size: 50px;
    line-height: 60px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
}

body#about-dermaenergy .founder_hero .founder_text h2 span {
    background-color: #333333;
    color: white;
    padding: 0px 10px;
}

body#about-dermaenergy .founder_hero .founder_text .sub_head {
    font-size: 20px;
    line-height: 48px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin: 30px 0px;
}

body#about-dermaenergy .founder_hero .founder_text p,
body#about-dermaenergy .text-content .info-text p {
    font-size: 18px;
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
}

body#about-dermaenergy .text-content .info-text .add-zero {
    margin-bottom: 0px;
    font-weight: bold;
}

body#about-dermaenergy .founder_hero .founder_text p:last-child {
    margin-bottom: 0px;
}

body#about-dermaenergy .founder_hero .founder_img {
    width: 457px;
    max-width: 40%;
}

body#about-dermaenergy .founder_hero .founder_img .person_img {
    width: 100%;
}

body#about-dermaenergy .founder_hero .founder_img .person_img img {
    width: 467px;
    height: 467px;
    border-radius: 50%;
    border: 10px solid black;
}

body#about-dermaenergy .text-content {
    margin: 60px 0px;
}

@media all and (max-width: 768px) {
    body#about-dermaenergy .founder_hero .founder_text {
        max-width: 100%;
    }

    body#about-dermaenergy .founder_hero .founder_img {
        width: 100%;
        margin: 0 auto;
    }

    body#about-dermaenergy .founder_hero .founder_img .person_img img {
        margin-top: 50px;
        height: unset;
    }
}

@media all and (max-width: 575px) {
    body#about-dermaenergy>.header-section h1 {
        font-size: 32px !important;
        line-height: 44px;
    }

    body#about-dermaenergy .founder-sec {
        padding: 40px 0px;
    }

    body#about-dermaenergy .founder_hero .founder_text h2 {
        font-size: 34px;
        line-height: 46px;
    }

    body#about-dermaenergy .founder_hero .founder_text .sub_head {
        margin: 15px 0px;
        line-height: 30px;
    }

    body#about-dermaenergy .founder_hero .founder_text p,
    body#about-dermaenergy .text-content .info-text p {
        margin-bottom: 20px;
    }

    body#about-dermaenergy .text-content {
        margin: 30px 0px;
    }
}

@media all and (max-width: 480px) {
    body#about-dermaenergy>.header-section h1 {
        font-size: 25px !important;
        line-height: 37px;
    }

    body#about-dermaenergy .main-section .common-head {
        padding: 15px;
    }

    body#about-dermaenergy .main-section .common-head p {
        font-size: 16px;
        line-height: 20px;
    }

    body#about-dermaenergy .main-section .common-body {
        padding: 20px;
    }

    body#about-dermaenergy .main-section .common-body p {
        font-size: 14px;
        line-height: 16px;
    }

    body#about-dermaenergy .main-section .common-box {
        margin-bottom: 20px;
    }

    body#about-dermaenergy .founder-sec {
        padding: 30px 0px;
    }

    body#about-dermaenergy .founder_hero .founder_text h2 {
        font-size: 27px;
        line-height: 30px;
    }

    body#about-dermaenergy .founder_hero .founder_text .sub_head {
        font-size: 18px;
        line-height: 20px;
    }

    body#about-dermaenergy .founder_hero .founder_text p,
    body#about-dermaenergy .text-content .info-text p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media all and (max-width: 375px) {
    body#about-dermaenergy>.header-section h1 {
        font-size: 20px !important;
        line-height: 32px;
    }

    body#about-dermaenergy .main-section {
        margin: 15px 0px;
    }

    body#about-dermaenergy .main-section .common-head {
        padding: 10px;
    }

    body#about-dermaenergy .main-section .common-head p {
        font-size: 14px;
        line-height: 18px;
    }

    body#about-dermaenergy .main-section .common-body {
        padding: 15px;
    }

    body#about-dermaenergy .main-section .common-body p {
        font-size: 12px;
        line-height: 14px;
    }

    body#about-dermaenergy .founder_hero .founder_text h2 {
        font-size: 22px;
        line-height: 25px;
    }

    body#about-dermaenergy .founder_hero .founder_text .sub_head {
        font-size: 16px;
        line-height: 16px;
        margin: 10px 0px;
    }

    body#about-dermaenergy .founder_hero .founder_text p,
    body#about-dermaenergy .text-content .info-text p {
        font-size: 14px;
        line-height: 16px;
    }

    body#about-dermaenergy .founder-sec {
        padding: 20px 0;
    }
}

/*template-queer-chemistry CSS   */
.template-queer-chemistry>.header-section h1 {
    margin: 0;
    display: block;
    color: black;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 48px !important;
    font-style: normal;
    line-height: 58px;
    text-transform: uppercase;
}

.template-queer-chemistry .body-section .queer_hero {
    padding: 35px 0px 60px;
}

.template-queer-chemistry .body-section .queer_hero p,
.template-queer-chemistry .body-section .owner-text p {
    font-size: 18px;
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
}

.template-queer-chemistry .body-section .owner-text p:last-child {
    margin-bottom: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
}

.template-queer-chemistry .body-section .btn-queer {
    margin-top: 40px;
}

.template-queer-chemistry .body-section .btn-queer .hero-btn {
    font-size: 18px;
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 15px 20px !important;
    background: black;
    color: white;
}

.template-queer-chemistry .body-section .owner-text {
    padding: 60px 0px;
    background: #f5f5f5;
}

.template-queer-chemistry .body-section .queer-chemistry-sec {
    position: relative;
    padding: 60px 0px;
}

.template-queer-chemistry .body-section .queer-chemistry-sec.change {
    position: unset;
    padding: 30px 0px !important;
}

.template-queer-chemistry .body-section .queer-chemistry-sec::after {
    content: "";
    position: absolute;
    background-image: url(//cdn.shopify.com/s/files/1/1253/3929/t/37/assets/hash.png?v=1646038649);
    bottom: 0;
    right: 0;
    width: 745px;
    height: 912px;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    left: auto;
}

.template-queer-chemistry .body-section .queer-chemistry-sec .main-content-chemistry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.template-queer-chemistry .body-section .queer-chemistry-sec .main-content-chemistry .img-content {
    width: 452px;
    max-width: 40%;
}

.template-queer-chemistry .body-section .queer-chemistry-sec .main-content-chemistry img {
    /*   width:40%;
  max-width:452px; */
    width: 100%;
}

.template-queer-chemistry .body-section .queer-chemistry-sec .main-content-chemistry .img-text {
    /* width:60%;
 max-width: 600px; */
    width: 600px;
    max-width: 60%;
}

.template-queer-chemistry .body-section .queer-chemistry-sec .main-content-chemistry .img-text p {
    font-size: 18px;
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: justify;
}

.template-queer-chemistry .body-section .queer-chemistry-sec .main-content-chemistry .img-text a {
    font-size: 18px;
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    padding-right: 45px;
}

.template-queer-chemistry .body-section .queer-chemistry-sec .main-content-chemistry .img-text a:last-child {
    padding-right: 0px;
}

.template-queer-chemistry .body-section .queer-chemistry-sec ul {
    list-style-type: none;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    margin: 0px;
}

@media all and (max-width: 1440px) {
    .template-queer-chemistry .body-section .owner-text .add-wrapper {
        max-width: 960px;
    }
}

@media all and (max-width: 1070px) {
    .template-queer-chemistry .body-section .queer-chemistry-sec .main-content-chemistry .img-content {
        max-width: 100%;
        margin: 0 auto;
    }

    .template-queer-chemistry .body-section .queer-chemistry-sec .main-content-chemistry .img-size img {
        margin-top: 60px;
    }

    .template-queer-chemistry .body-section .queer-chemistry-sec .main-content-chemistry .img-text {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }

    .template-queer-chemistry .body-section .queer-chemistry-sec:after {
        bottom: -220px;
        top: unset;
    }

    /*   .template-queer-chemistry .body-section .queer-chemistry-sec:after{
  display:none;
  }
  */
}

@media all and (max-width: 575px) {
    .template-queer-chemistry .body-section .queer_hero {
        padding: 20px 0 40px;
    }

    .template-queer-chemistry>.header-section h1 {
        font-size: 32px !important;
        line-height: 44px;
    }

    .template-queer-chemistry .body-section .queer_hero p,
    .template-queer-chemistry .body-section .owner-text p,
    .template-queer-chemistry .body-section .queer-chemistry-sec .main-content-chemistry .img-text p {
        margin-bottom: 20px;
    }

    .template-queer-chemistry .body-section .owner-text {
        padding: 30px 0px;
    }

    .template-queer-chemistry .body-section .queer-chemistry-sec {
        padding: 30px 0px;
    }

    .template-queer-chemistry .body-section .queer-chemistry-sec .main-content-chemistry .img-text .btn-queer .hero-btn {
        display: block !important;
        text-align: center;
        padding: 10px 15px;
    }

    .add-wrapper {
        padding: 0px 15px;
    }

    .template-queer-chemistry .body-section .queer-chemistry-sec::after {
        display: none;
    }

    .template-queer-chemistry .body-section .queer-chemistry-sec.change {
        padding: 0px !important;
    }
}

@media all and (max-width: 480px) {
    .template-queer-chemistry>.header-section h1 {
        font-size: 25px !important;
        line-height: 37px;
    }

    .template-queer-chemistry .body-section .queer_hero p,
    .template-queer-chemistry .body-section .owner-text p,
    .template-queer-chemistry .body-section .queer-chemistry-sec .main-content-chemistry .img-text p {
        font-size: 16px;
        line-height: 20px;
    }

    .template-queer-chemistry .body-section .queer-chemistry-sec .main-content-chemistry .img-text a,
    .template-queer-chemistry .body-section .queer-chemistry-sec ul,
    .template-queer-chemistry .body-section .owner-text p:last-child {
        font-size: 16px;
        line-height: 20px;
    }

    .template-queer-chemistry .body-section .queer-chemistry-sec .main-content-chemistry .img-text {
        margin-top: 15px;
    }
}

@media all and (max-width: 375px) {
    .template-queer-chemistry>.header-section h1 {
        font-size: 25px !important;
        line-height: 37px;
    }
}

.template-our-difference>.body-section .cf {
    clear: both;
}

.thirdlevel {
    box-sizing: border-box;
    padding-left: 10px;
}

.site-nav__dropdown {
    overflow: inherit;
}

.main_menu_parent {
    position: relative;
}

.main_menu_parent>a:after {
    content: "\f105";
    float: right;
    font-family: "FontAwesome";
}

.main_menu_parent:hover ul.main_menu_parent_sub {
    margin: 0px;
    padding: 0px;
    box-shadow: 10px 5px 20px #eee;
    position: absolute;
    left: 100%;
    top: 0px;
    width: auto;
    display: block !important;
    background: #fff;
}

.mobile-nav--expanded+.mobile-nav__sublist {
    max-height: none !important;
}

.cms_page_left {
    float: left;
    width: 65%;
    padding-right: 10px;
    box-sizing: border-box;
}

.cms_page_right {
    float: right;
    width: 35%;
    padding-left: 10px;
    box-sizing: border-box;
}

.cms_page_left img {
    margin: 0px !important;
}

.cms_page_right img {
    margin: 0px !important;
}

@media all and (max-width: 768px) {
    .cms_page_left {
        width: 100%;
        padding-right: 0px;
    }

    .cms_page_right {
        width: 100%;
        padding-left: 0px;
        padding-bottom: 10px;
    }
}

/*#contact-us{
  .contact-form{
    label{width: 100%;
    display: block;
    font-size: 16px;
    font-family: "Open Sans","HelveticaNeue","Helvetica Neue",sans-serif;
    margin: 5px 0;
    cursor:pointer;}
  }
}*/
.radio_selector {
    margin-bottom: 30px;
    margin-top: 20px;
    width: 100%;
    clear: both;
}

.radio_selector input {
    line-height: 17px;
}

.radio_selector label {
    font-size: 17px;
}

.radio1_radio2 {
    width: 100%;
    clear: both;
    display: inline-block;
    padding: 0px 0 15px 0;
}

.radio1_radio2 .radio2 {
    width: 100%;
}

.radio1_radio2 .radio2 label {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    font-size: 17px;
}

.radio1_radio2 .radio1 {
    margin-top: 10px;
}

.radio1_radio2 .radio1 label {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    font-size: 17px;
}

.radio1_radio2 .radio1 .grid label {
    float: none;
    font-size: 16px;
}

.page-traningContainer .img_content {
    text-align: center;
    padding: 20px 0;
}

.page-traningContainer .training_title {
    text-align: center;
}

.page-traningContainer .training_title h3,
.page-traningContainer .training_title .h3 {
    margin: 20px 0;
}

.page-traningContainer .monthly-data {
    margin: 20px 0;
}

.page-traningContainer .monthly-data h4,
.page-traningContainer .monthly-data .h4 {
    margin: 0;
}

.page-traningContainer .video_content {
    margin: 20px -10px 20px -10px;
}

.page-traningContainer .video_content .video_item {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px;
    float: left;
}

@media only screen and (max-width: 767px) {
    .page-traningContainer .video_content {
        margin: 20px 0px 20px 0px;
    }

    .page-traningContainer .video_content .video_item {
        width: 100%;
        padding: 0 0;
        margin: 0 0 20px;
        float: left;
    }
}

.cst_shop a {
    background: #cdcccc;
    padding: 10px 20px;
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: none !important;
    font-family: AvenirHeavy;
    position: absolute;
    z-index: 11;
    bottom: 35px;
    left: 40px;
}

.cst_shop {
    /*   text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  top: 445px; */
    margin-left: 0px;
}

a.text-link:hover {
    background: #000 !important;
    color: #fff;
    transition: 1s;
}

/***********30-jan-2020 ************/
#hp-content center p {
    text-align: center;
}

.rte #hp-content .bestsellers-area .slick-track .text-link:hover,
.rte #hp-content .bestsellers-area .slick-track .text-link:focus {
    border-bottom: none;
    background: transparent !important;
    color: #1c1d1d;
}

.rte #hp-content .bestsellers-area .slick-track .text-link {
    border-bottom: none;
    color: #000;
}

#hp-content .bestsellers-area {
    margin-bottom: 20px;
    border-left: none !important;
}

.cart-form .btn {
    background-color: #cdcccc !important;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-family: AvenirHeavy;
}

/*----------18-06-2024 userCounter ---------------  */
.userCounter {
    display: flex;
    gap: 50px;
    margin: 0 30px;
}

#itemCountDisplay {
    font-size: 14px;
    color: #3c3c3c;
    margin-left: 40px;
}

#itemcountbold {
    font-weight: 600;
}

/***********responsive media ************/
@media (min-width: 768px) {
    .section_mobile {
        display: none;
    }
}

@media (max-width: 1100px) and (min-width: 768px) {
    .slick-slider .slick-dots {
        bottom: -30px !important;
    }

    .grid-product__title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .slick-slider .slick-dots {
        bottom: -30px !important;
    }

    .slider-zone {
        border-width: 2px !important;
        /* 	background: #fff !important; */
    }

    .slider-zone .owl-item.cloned {
        margin-right: 10px !important;
    }

    .section_desktop {
        display: none;
    }

    /*.section_mobile .hero__img-wrap {
  	height: auto !important;
  	
  }*/
    .section_mobile .cst_shop {
        text-align: center;
        display: block;
        max-width: 680px;
        /*     position: absolute;
    bottom: 41%;
    width: 100%;
    top: unset; */
        margin: auto !important;
        display: none;
    }

    .cst_shop a {
        padding: 5px 15px !important;
        font-size: 10px !important;
        border-radius: 5px !important;
        bottom: 12px;
        /*     right:-15%; */
    }
}

/*12-2-2020*/
.video {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.video-training {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.video-training h1 {
    font-family: Open Sans, HelveticaNeue, Helvetica Neue, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.57143em;
    margin: 15px 0 !important;
}

.video-training .white-label-video {
    width: 100%;
}

.video-training .black-label-video {
    width: 100%;
}

.video .white-label-video {
    width: 48%;
    float: left;
}

.video .black-label-video {
    width: 48%;
    float: right;
}

.pdf-section {
    float: left;
    width: 100%;
}

.pdf-section .left-site-pdf {
    float: left;
    width: 48%;
}

.pdf-section .right-site-pdf {
    float: right;
    width: 48%;
}

@font-face {
    font-family: "Segoe UI";
    src: url("SegoeUI.woff2") format("woff2"), url("SegoeUI.woff") format("woff");
}

.prod_line strong {
    font-family: "Segoe Script" !important;
    font-weight: 400;
    font-size: 25px;
    color: #2d313f;
}

.prod_line {
    border-top: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    margin: 0 50px !important;
}

/* .tmenu_item--root>.tmenu_item_link{
  color: #cdcccc !important;
} */

#dermaenergy #hp-content>h1 {
    color: white;
    background: #cdcccc;
    border: 2px solid #cdcccc;
}

/* .section-header .text-center
{
  background-color: white !important;
}
 */
.slick-slide .grid-product__wrapper .btn,
.grid-uniform .grid-product__wrapper .btn {
    background-color: #cdcccc !important;
    border-radius: 10px;
}

.cart-form .btn:hover,
.slick-slide .grid-product__wrapper .btn:hover,
.grid-uniform .grid-product__wrapper .btn:hover {
    background-color: #c9a227 !important;
    color: white;
}

header.section-header h3 {
    color: #8e9397 !important;
}

header.section-header,
#dermaenergy .grid {
    margin: 0 !important;
}

/* @font-face {
font-family: "Segoe UI", Arial, Helvetica, sans-serif;

  url('https://cdn.shopify.com/s/files/1/1253/3929/files/Segoe_UI.woff?v=1684999655') format('woff'),
  font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: antialiased;
} */

/* @font-face {
  font-family: 'Segoe UI';
  src: url('https://cdn.shopify.com/s/files/1/1253/3929/files/Segoe_UI.woff?v=1684999655') format('woff'),
       url('https://cdn.shopify.com/s/files/1/1253/3929/files/Segoe_UI.woff2?v=1685000743') format('woff2');
} */

@font-face {
    font-family: "Segoe Script";
    src: url("https://cdn.shopify.com/s/files/1/1253/3929/files/segoesc.woff?v=1685339044") format("woff"),
        url("https://cdn.shopify.com/s/files/1/1253/3929/files/segoesc.woff2?v=1685339044") format("woff2");
}

#a-green-soothie .product-border-top {
    height: 14px;
    background: #00915c;
    margin-bottom: 33px;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
}

#a-green-soothie .product-single__title {
    color: rgb(0, 145, 92);
    font-weight: bold;
    width: 160px;
    height: 160px;
    padding: 35px 25px;
}

#a-green-soothie .product-single__meta--wrapper {
    border: 1px solid #e6e6e6 !important;
    margin: 0 0 50px 0;
}

.move-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ask question application css  */

#simpAskQuestion.simpAsk-container h2 {
    display: none !important;
}

@media all and (max-width: 480px) {
    .cst_shop a {
        right: 142px;
    }
}

@media all and (max-width: 375px) {
    .cst_shop a {
        right: 111px;
    }
}

@media (max-width: 768px) {
    .add-to-cart-zone {
        flex-direction: column;
        justify-content: center;
    }

    #itemCountDisplay {
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
    }

    .product-single__title {
        position: static !important;
    }

    #ProductPhotoImg.product-single__photo,
    .grid.product-single {
        margin-top: 50px !important;
    }

    .product-border-top {
        margin-bottom: 0 !important;
    }

    .grid.product-single {
        margin-left: 0 !important;
    }

    header.site-header .grid--full {
        display: flex;
        justify-content: center !important;
        align-items: center;
        padding: 6px 0;
        flex-direction: row;
        max-width: 100%;
        margin: 0 auto;
    }

    .site-nav--mobile .site-nav__link,
    #cart-box {
        position: static !important;
    }

    .site-header .logo-centered-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-header__logo {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .site-header__logo-link {
        width: fit-content;
        height: auto;
        line-height: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cart-link {
        display: flex;
        gap: 5px;
    }

    .site-header__logo img {
        padding: 16px 0 0 !important;
        max-height: unset;
        max-width: 160px;
        margin: 0 20px;
    }

    .simp-ask-question-header a.simpAskQuestionForm-btnOpen {
        position: static !important;
        margin-top: 15px;
    }

    div.template-our-difference>.header-section h1,
    #about-dermaenergy header.header-section h1 {
        font-size: 20px !important;
    }

    body#about-dermaenergy .main-section {
        grid-template-columns: 1fr;
        margin: 10px 0 30px;
    }

    body#about-dermaenergy .add-wrapper {
        padding: 0 10px;
    }

    .grid.product-single .grid__item.medium--four-twelfths {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .grid.product-single .grid__item.medium--four-twelfths .product-single__photo {
        max-width: fit-content;
        height: auto;
    }
}

.collection-overview .grid-uniform .grid-product__image-wrapper,
.collection-overview .grid-product__title-wrapper {
    border: none !important;
}


/* Home Page Revamp Code  */

.template-index main .wrapper {
    margin: 0 auto !important;
}

.section--features {
    width: 100%;
    height: 100%;
    background: #ededed;
    padding: 10px 5%;
    margin-top: 3.2em;
    padding: 70px 0;
}

.features--item-container {
    display: flex;
    gap: 7%;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.features--item-container .features--item p {
    margin: 0;
    color: #233235;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.features--item-container .features--item img {
    background: white;
    padding: 20px;
    border-radius: 50%;
    max-width: 100%;
    height: auto;
    margin-bottom: 8px;
}

.section--testimonial {
    padding: 70px 0;
}


.section-header {
    margin-bottom: 40px;
}

.section-header__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section-header__subtitle,
.section-header__title {
    margin: 0;
    color: #233235;
}

.section-header__subtitle {
    font-size: 20px;
    font-weight: 500;
}

.section-header__title {
    font-size: 40px;
    font-weight: 600;
}


.testimonial-card {
    padding: 30px 24px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.testimonial-card.is-prev.is-visible {
    margin-left: 1px;
}

.testimonial-card .tc__flex-space {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-card .tc__rating {
    font-size: 20px;
    font-weight: 400;
    color: #233235;
}

.testimonial-card .tc__centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.testimonial-card .tc__quote {
    content: url("https://cdn.shopify.com/s/files/1/1253/3929/files/Qotes.svg?v=1750048505");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-card .tc__quote.left-quote {
    left: -10px;
}

.testimonial-card .tc__quote.right-quote {
    right: -10px;
}

.testimonial-card .tc__name {
    font-size: 24px;
    font-weight: 500;
    color: #233235;
}

.testimonial-card .tc__role {
    font-size: 14px;
    color: #3b3b3b;
    margin-bottom: 0;
    margin-top: 5px;
}

.testimonial-card .tc__text {
    font-size: 14px;
    color: #3b3b3b;
    text-align: center;
    margin-bottom: 0;
}



.section--testimonial div.splide {
    max-width: 1320px;
    margin: 0 auto;
}

.section--testimonial .splide__arrow,
.splide-energy .splide__arrow {
    opacity: 1;
    background: none;
    border: 1px solid rgba(27, 27, 27, 70%);
    padding: 10px;
    height: 40px;
    width: 40px;
}

.section--testimonial .splide__arrow--next img,
.splide-energy .splide__arrow--next img {
    transform: rotate(180deg);
}

.section--testimonial .splide__arrow--prev {
    left: 0;
}

.section--testimonial .splide__arrow--next {
    right: 0;
}

.splide-energy .splide__arrow--prev {
    left: -6em;
}

.splide-energy .splide__arrow--next {
    right: -6em;
}

section.instagram-feed {
    background: #EDEDED;
    padding: 70px 0;
}

div#insta-feed .instafeed-new-layout-item img {
    border-color: white;
    border-width: 7px;
}

div#insta-feed .instafeed-new-layout-item {
    border-radius: 20px;
}

div#insta-feed .instafeed-new-layout-item-container {
    padding: 5px;
}

div#insta-feed .instafeed-hover-layer {
    border-radius: 10px !important;
}

ul.site-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px !important;
}

.splide-energy .splide__slide {
    border: 2px solid #ccc;
    padding: 10px 15px;
    border-radius: 20px;
}


main.main-content {
    padding-top: 135px !important;
}

.site-nav--mobile {
    display: block;
}

header.site-header .grid--full {
    flex-direction: column;
}

.section-header__title-container {
    display: flex;
    gap: 2px;
}

.splide-energy .splide__slide h2 {
    margin: 20px 0 !important;
    color: #d4af37 !important;
}

.explore_content.collection-content {
    margin-bottom: 40px;
}

/* Media Query Checkpoint  */

@media only screen and (max-width: 768px) {
    .features--item-container {
        flex-direction: column;
        gap: 30px;
    }

    .features--item-container .features--item img {
        padding: 10px;
        max-width: 65px;
    }

    .section-header__title {
        font-size: 24px;
        line-height: 1;
        text-align: center;
        margin-top: 10px;
    }

    .testimonial-card .tc__quote {
        top: 42%;
    }

    .testimonial-card .tc__quote.left-quote {
        left: -16px;
    }

    .testimonial-card .tc__quote.right-quote {
        right: -16px;
    }

    header.site-header .grid--full {
        flex-direction: row;
    }

    .instafeed-new-layout-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
        padding: 0 20px;
    }

    div#insta-feed .instafeed-new-layout-item {
        width: 100% !important;
        height: 150px !important;
    }

    .main-content {
        padding: 0 !important;
    }

    .bestsellers-area h1 {
        margin: 20px 0 !important;
    }

    .section-header__title-container {
        flex-direction: column;
        gap: 0px;
    }

    #PageContainer div.product-single__meta--wrapper {
        margin: 0 !important;
    }

    .free-shipping-text {
        font-size: 14px;
    }

    main.main-content {
        padding-top: 80px !important;
    }

    .testimonial-card.is-active.theme--black {
        color: #1b1b1b;
        background: #ffffff;
    }

    .testimonial-card.is-active.theme--black .tc__rating,
    .testimonial-card.is-active.theme--black .tc__name,
    .testimonial-card.is-active.theme--black .tc__role,
    .testimonial-card.is-active.theme--black .tc__text {
        color: #1b1b1b;
    }

    .testimonial-card.is-active.theme--black .quote-shape {
        fill: #363636;
    }

    .testimonial-card.is-active.theme--black .star-shape {
        fill: #d4af37 !important;
    }

    .testimonial-card.is-active.theme--black .stars-border {
        stroke: #d4af37 !important;
    }
}

@media only screen and (min-width: 768px) {
    .testimonial-card.is-active.is-visible {
        color: #1b1b1b;
        background: #ffffff;
    }

    .testimonial-card.is-active.is-visible .tc__rating,
    .testimonial-card.is-active.is-visible .tc__name,
    .testimonial-card.is-active.is-visible .tc__role,
    .testimonial-card.is-active.is-visible .tc__text {
        color: #1b1b1b;
    }

    .testimonial-card.is-active.is-visible .quote-shape {
        fill: #363636;
    }

    .testimonial-card.is-active.is-visible .star-shape {
        fill: #d4af37 !important;
    }

    .testimonial-card.is-active.is-visible .stars-border {
        stroke: #d4af37 !important;
    }

    .site-nav--mobile {
        display: none;
    }

    #AccessibleNav .cart-item {
        display: none !important;
    }
}

.testimonial-card .star-shape {
    fill: #d4af37 !important;
}

.testimonial-card .stars-border {
    stroke: #d4af37 !important;


.product-variants {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
}

.product-variants__label {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.product-variants__select {
    width: 85%;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    appearance: none;
}

.size-option.is-active {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

.cart__row-footer-wrapper {
    display: flex;
    justify-content: end;
    gap: 12px;
}

.cart__row-footer-wrapper .grid__item {
    width: fit-content;
}

/* ============================================================================
  Custom Swiper Horizontal Scroll Gallery (Rationale Style)
============================================================================== */
.product-single__photo-wrapper-custom {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 40px;
    box-sizing: border-box;
}

.product__media-gallery-container-custom {
    position: relative;
    width: 100%;
}

.product__media-inner-custom {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.swiper-wrapper-custom {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    gap: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.swiper-wrapper-custom::-webkit-scrollbar {
    display: none;
    /* Webkit browsers */
}

.swiper-slide-custom {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-single__photo-custom {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Navigation Arrows */
.swiper-button-prev-custom,
.swiper-button-next-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.95);
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
    padding: 0;
    outline: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.swiper-button-prev-custom {
    left: -40px;
    opacity: 0;
    pointer-events: none;
}

.swiper-button-next-custom {
    right: -40px;
}

.swiper-button-next-custom svg {
    transform: rotate(180deg);
}

.swiper-button-prev-custom svg,
.swiper-button-next-custom svg {
    fill: #000;
    width: 8px;
    height: 12px;
    display: block;
}

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
    background: #ffffff;
}

/* Custom Single Line Scrollbar Indicator */
.product__media-scrollbar-custom {
    position: relative;
    height: 2px;
    background: #eaeaea;
    width: 70%;
    margin: 12px auto 0 auto;
    /* Reduced gap below image and centered under the image section */
}

.product__media-scrollbar-active-custom {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #343434 !important;
    /* Dark active thumb */
    transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.15s ease;
    z-index: 2;
}
.testimonial-card .star-shape {
    fill: #d4af37 !important;
}

.testimonial-card .stars-border {
    stroke: #d4af37 !important;
}
@media screen and (min-width: 769px) {
    .site-header__logo img {
        width: 200px !important;
        max-width: 200px !important;
        height: auto !important;
    }
}
@media screen and (min-width: 750px) {
  .free-shipping-text {
    font-size: 10px !important;
    line-height: 1.2 !important;
    padding: 6px 0 !important;
  }

  .free-shipping-text svg {
    width: 12px !important;
    height: 12px !important;
  }
}
body.template-article main article.article .section-header.text-center {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .grid-product__title,
  .grid-product__title a,
  .grid-product__meta,
  .grid-product__content {
    white-space: nowrap !important;
  }

  .grid-product__title {
    display: inline-block !important;
    width: auto !important;
    max-width: none !important;
    font-size: clamp(10px, 0.75vw, 14px) !important;
    line-height: 1.15 !important;
  }
}
.ajaxcart__empty-message {
  padding: 32px 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: #333;
}
.template-cart .section-header.text-center,
.cart-template .section-header.text-center,
#shopify-section-cart-template .section-header.text-center {
  padding: 48px 20px !important;
}

.template-cart .section-header.text-center p,
.cart-template .section-header.text-center p,
#shopify-section-cart-template .section-header.text-center p {
  font-size: 20px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  color: #333 !important;
  text-align: center !important;
  margin: 18px 0 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.template-cart .section-header.text-center p a,
.cart-template .section-header.text-center p a,
#shopify-section-cart-template .section-header.text-center p a {
  font-size: 16px !important;
  text-decoration: underline !important;
}