/** Shopify CDN: Minification failed

Line 5672:50 Expected identifier but found "{"
Line 5672:51 Unexpected "{"
Line 5672:60 Expected ":"

**/
@font-face {
    font-family: Futura;
    src: url(Futura-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Futura;
    src: url(Futura-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
.slick-slider {
    position: relative;
    display: block;
    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: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -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:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 0;
    padding: 0;
    border: none;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background: 0 0;
    color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: "slick-icons, sans-serif";
    font-size: 20px;
    line-height: 1;
    color: #000;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 0;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: 0;
}
.slick-next {
    right: 0;
}
[dir="rtl"] .slick-next {
    left: 0;
    right: auto;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover: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: #fff;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 0.75;
}
*,
::after,
::before {
    box-sizing: border-box;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
body,
button,
input,
select,
textarea {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
a {
    background-color: transparent;
}
b,
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    max-width: 100%;
    border: 0;
  height:auto;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
input[type="checkbox"] {
    background: 0 0;
    border: solid 1px #595a5b;
    box-shadow: none;
    -webkit-box-shadow: none !important;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
textarea {
    overflow: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
}
[tabindex="-1"]:focus {
    outline: 0;
}
[role="button"],
a,
button,
input,
label,
select,
textarea {
    touch-action: manipulation;
}

.show {
    display: block !important;
}
.hide {
    display: none !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}

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

    .small--show {
        display: block !important;
    }
    .small--hide {
        display: none !important;
    }
    .small--text-left {
        text-align: left !important;
    }
    .small--text-right {
        text-align: right !important;
    }
    .small--text-center {
        text-align: center !important;
    }
}
@media only screen and (min-width: 750px) {
    .medium-up--three-fifths {
        width: 60%;
    }
    .grid {
        display: flex;
        flex-flow: row;
    }
  .template-customers\/register .grid {
       
          justify-content: center;
    }
    .medium-up--two-fifths {
        width: 40%;
    }
    .medium-up--show {
        display: block !important;
    }
    .medium-up--hide {
        display: none !important;
    }
    .medium-up--text-left {
        text-align: left !important;
    }
    .medium-up--text-right {
        text-align: right !important;
    }
    .medium-up--text-center {
        text-align: center !important;
    }
}
.icon__fallback-text,
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.visibility-hidden {
    visibility: hidden;
}
.js-focus-hidden:focus {
    outline: 0;
}
.no-js:not(html) {
    display: none;
}
.no-js .no-js:not(html) {
    display: block;
}
.no-js .js {
    display: none;
}
.hide {
    display: none !important;
}

.page-width {
    max-width: 100%;
    margin: 0 auto;
}
.skip-link:focus {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    color: #595a5b;
    background-color: #ffecf4;
    padding: 10px;
    opacity: 1;
    z-index: 1999999;
    transition: none;
}
:focus:not(:hover) {
    outline: auto 2px Highlight !important;
    outline: auto 5px -webkit-focus-ring-color !important;
}
:focus:not(:focus-visible) {
    outline: 0 !important;
}
.main-content {
    display: block;
    padding-top: 25px;
}
@media only screen and (min-width: 750px) {
    .main-content {
        padding-top: 25px;
    }
}
.section-bg,
.section-header + *,
.section-subheader + *,
.shopify-section.section-bg-white {
    margin-top: 35px;
}
@media only screen and (min-width: 750px) {
    .section-bg,
    .section-header + *,
    .section-subheader + *,
    .shopify-section.section-bg-white {
        margin-top: 55px;
    }
}
.section-header + .section-subheader {
    margin-top: 25px;
}
.section-subheader > * {
    text-transform: none;
}
.section-bg,
.shopify-section.section-bg-white {
    margin: 35px 0;
}
@media only screen and (min-width: 750px) {
    .section-bg,
    .shopify-section.section-bg-white {
        margin: 55px 0;
    }
}
body,
button,
input,
select,
textarea {
    font-size: 16px;
    font-family: Futura, sans-serif;
    color: #595a5b;;
    line-height: 1.5;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.quotes-slider__text cite,
.quotes-slider__text p,
.site-footer__newsletter--header,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 17.5px;
    font-weight: 400;
    line-height: 1.2;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
.quotes-slider__text cite a,
.quotes-slider__text p a,
.site-footer__newsletter--header a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}
.h1,
h1 {
    font-size: 2.1875em;
    text-transform: none;
    letter-spacing: 2px;
}

.h2,
.site-footer__newsletter--header,
h2 {
    font-size: 2.5em;
    font-weight: 600;
    letter-spacing: 1px;
}


.h3,
h3 {
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0;
}


.h4,
.quotes-slider__text cite,
.quotes-slider__text p,
h4 {
    font-size: 1.0625em;
    text-align: center;
}

.h5,
h5 {
    font-size: 0.9375em;
}

.h6,
h6 {
    font-size: 0.875em;
}
p {
    margin: 0 0 19.44444px;
}
@media only screen and (max-width: 749px) {
    .h1,
    h1 {
        font-size: 2em;
    }
    .h2,.site-footer__newsletter--header, h2,.h3, h3 
    {
        font-size: 1.125em;
    }
    .h4,
    .quotes-slider__text cite,
    .quotes-slider__text p,
    h4 {
        font-size: 0.9375em;
    }
    .h5,
    h5 {
        font-size: 0.8125em;
    }
    .h6,
    h6 {
        font-size: 0.75em;
    }
    p {
        font-size: 0.9375em;
    }
}

.rte {
    margin-bottom: 35px;
}
.rte:last-child {
    margin-bottom: 0;
}
.rte li {
    margin-bottom: 4px;
    list-style: inherit;
}
.rte li:last-child {
    margin-bottom: 0;
}
.rte-setting {
    margin-bottom: 19.44444px;
}
.rte-setting:last-child {
    margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  img.gif {display:none;}
}

p:last-child {
    margin-bottom: 0;
}
li {
    list-style: none;
}
.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentColor;
}
.no-svg .icon {
    display: none;
}
svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
    fill: inherit;
    stroke: inherit;
}
.no-svg .icon__fallback-text {
    position: static !important;
    overflow: inherit;
    clip: none;
    height: auto;
    width: auto;
    margin: 0;
}
.social-icons .icon {
    width: 23px;
    height: 23px;
}

.social-icons .icon.icon--wide {
    width: 40px;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
ol {
    list-style: decimal;
}
.list--inline {
    padding: 0;
    margin: 0;
}
.list--inline li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.rte img {
    height: auto;
}
.rte table {
    table-layout: fixed;
}
.rte ol,
.rte ul {
    margin: 0 0 17.5px 35px;
}
.rte ol.list--inline,
.rte ul.list--inline {
    margin-left: 0;
}
.rte ul {
    list-style: disc outside;
}
.rte ul ul {
    list-style: circle outside;
}
.rte ul ul ul {
    list-style: square outside;
}
.rte a:not(.btn) {
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
}
.text-center .rte ol,
.text-center .rte ul,
.text-center.rte ol,
.text-center.rte ul {
    margin-left: 0;
    list-style-position: inside;
}
.scrollable-wrapper {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
a {
    color: #595a5b;
    text-decoration: none;
}
a:focus,
a:hover {
    opacity: 1;
}
a.classic-link {
    text-decoration: underline;
}
.btn,
button {
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius:  0px;
    padding: 8px 15px;
    background-color: white;
    font-weight: 700;
    border:solid;
    border-radius:30px;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: normal;
}
.quick-add {
    width: 90%;
    max-width: 200px;
}
.addtocart {
    min-width: 200px;
}
#nav-toggle, #cart-open {
    border: none;
}
.btn-reset{
  background:unset;
  min-width:unset;
  padding:unset;
}
.btn.dark-pink {
    color: white;
    background: #df7aad;
}
.btn.white{
    color: #df7aad;
    background: white;
}
.btn.clear{
   background:none;
   border:solid 1px;
}

@media only screen and (min-width: 750px) {
    .btn {
        padding: 10px 18px;
    }
  .btn.clear{
   background:none;
   border:solid 2px;
  }

}
.btn:focus,
.btn:hover {
    opacity: 1;
}
.btn .icon-arrow-left,
.btn .icon-arrow-right {
    height: 9px;
}
.btn[disabled] {
    cursor: default;
    opacity: 0.5;
    background-color: #595a5b;
    color: #fff;
}
.btn--link {
    background-color: transparent;
    border: 0;
    margin: 0;
    color: #595a5b;
    text-align: left;
}
.btn--link:focus,
.btn--link:hover {
    opacity: 1;
}
.btn--link .icon {
    vertical-align: top;
}
.btn--narrow {
    padding-left: 15px;
    padding-right: 15px;
}
.btn--disabled {
    opacity: 0.5;
    cursor: default;
}
.btn--disabled:focus,
.btn--disabled:hover {
    opacity: 0.5;
}

summary {
    position: relative;
    padding: 4px 10px;
}
summary::after {
    content: "+";
    position: absolute;
    right: 10px;
    display: inline-block;
}
details div {
    padding: 8px 10px 10px;
}
details[open] summary::after {
    content: "-";
}
details summary::-webkit-details-marker {
  display:none;
}

table {
    margin-bottom: 27.5px;
}
th {
    font-weight: 700;
}
td,
th {
    text-align: left;
    padding: 10px 14px;
}
svg:not(:root) {
    overflow: hidden;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #f7b3d2;
    margin: 0 0 55px;
    padding: 27.5px;
}
legend {
    border: 0;
    padding: 0;
}
button {
    cursor: pointer;
}
input[type="submit"] {
    cursor: pointer;
}
label {
    display: block;
    margin-bottom: 5px;
}
@media only screen and (max-width: 749px) {
    label {
        font-size: 0.875em;
    }
}
[type="checkbox"] + label,
[type="radio"] + label {
    display: inline-block;
    margin-bottom: 0;
}
label[for] {
    cursor: pointer;
}
input,
select,
textarea {
    border: none;
    background-color: #fff;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 0;
    font-family: Futura, sans-serif;
    font-size: 0.9rem;
}
input:focus,
select:focus,
textarea:focus {
    border-color: #f285b7;
}
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}
input.input--error::-webkit-input-placeholder,
select.input--error::-webkit-input-placeholder,
textarea.input--error::-webkit-input-placeholder {
    color: #d20000;
    opacity: 0.5;
}
input.input--error::-moz-placeholder,
select.input--error::-moz-placeholder,
textarea.input--error::-moz-placeholder {
    color: #d20000;
    opacity: 0.5;
}
input.input--error:-ms-input-placeholder,
select.input--error:-ms-input-placeholder,
textarea.input--error:-ms-input-placeholder {
    color: #d20000;
    opacity: 0.5;
}
input.input--error::-ms-input-placeholder,
select.input--error::-ms-input-placeholder,
textarea.input--error::-ms-input-placeholder {
    color: #d20000;
    opacity: 1;
}
input.hidden-placeholder::-webkit-input-placeholder,
select.hidden-placeholder::-webkit-input-placeholder,
textarea.hidden-placeholder::-webkit-input-placeholder {
    color: transparent;
}
input.hidden-placeholder::-moz-placeholder,
select.hidden-placeholder::-moz-placeholder,
textarea.hidden-placeholder::-moz-placeholder {
    color: transparent;
}
input.hidden-placeholder:-ms-input-placeholder,
select.hidden-placeholder:-ms-input-placeholder,
textarea.hidden-placeholder:-ms-input-placeholder {
    color: transparent;
}
input.hidden-placeholder::-ms-input-placeholder,
select.hidden-placeholder::-ms-input-placeholder,
textarea.hidden-placeholder::-ms-input-placeholder {
    opacity: 1;
}
textarea {
    min-height: 100px;
}
input.input--error,
select.input--error,
textarea.input--error {
    border-color: #d20000;
    background-color: #fff8f8;
    color: #d20000;
}
select {
    line-height: 1.2;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: "";
    cursor: pointer;
    padding-top: 8px;
    padding-left: 15px;
    padding-bottom: 8px;
}
@media only screen and (min-width: 750px) {
    select {
        padding-top: 10px;
        padding-left: 18px;
        padding-bottom: 10px;
    }
}
.ie9 select {
    padding-right: 10px;
    background-image: none;
}
optgroup {
    font-weight: 700;
}
option {
    color: #595a5b;
    background-color: #ffecf4;
}
select::-ms-expand {
    display: none;
}
.label--hidden {
    position: absolute;
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.ie9 .label--hidden {
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
    clip: initial;
}
::-webkit-input-placeholder {
    color: #000;
    opacity: 0.6;
}
::-moz-placeholder {
    color: #000;
    opacity: 0.6;
}
:-ms-input-placeholder {
    color: #000;
    opacity: 0.6;
}
::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
.label--error {
    color: #d20000;
}
input,
textarea {
    padding: 8px 15px;
}
@media only screen and (min-width: 750px) {
    input,
    textarea {
        padding: 10px 18px;
    }
}
.form-vertical input,
.form-vertical select,
.form-vertical textarea {
    display: block;
    width: 100%;
    margin-bottom: 19.44444px;
    border:solid;
}
input.btn.btn--account {
    font-family: inherit;
}
.form-vertical [type="checkbox"],
.form-vertical [type="radio"] {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}
.form-vertical .btn,
.form-vertical [type="submit"] {
    display: inline-block;
    width: auto;
}
.errors,
.form--success,
.note {
    padding: 8px;
    margin: 0 0 27.5px;
}
@media only screen and (min-width: 750px) {
    .errors,
    .form--success,
    .note {
        padding: 10px;
    }
}
.note {
    border: 1px solid #f7b3d2;
}
.form--success {
    border: 1px solid #19a340;
    background-color: #f8fff9;
    color: #19a340;
}
.errors {
    border: 1px solid #d20000;
    background-color: #fff8f8;
    color: #d20000;
}
.errors ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.errors a {
    color: #d20000;
    text-decoration: underline;
}
.input-group {
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate;
}
.form-vertical .input-group {
    margin-bottom: 55px;
}
.input-group__btn,
.input-group__field {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}
.input-group__btn .btn,
.input-group__field {
    height: 42px;
    padding-top: 0;
    padding-bottom: 0;
}
@media only screen and (min-width: 750px) {
    .input-group__btn .btn,
    .input-group__field {
        height: 46px;
    }
}
.input-group__field {
    width: 100%;
    border-right: 0;
    border-radius: 0;
}
.form-vertical .input-group__field {
    margin: 0;
}
.input-group__btn {
    white-space: nowrap;
    width: 1%;
}
.input-group__btn .btn {
    border-radius: 0;
    white-space: nowrap;
}
.site-header__logo img {
    display: block;
}
@media only screen and (max-width: 749px) {
    .site-header__logo img {
        max-height: 40px;
        width: auto;
    }
}
.page-container {
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    position: relative;
    overflow: hidden;
}
hr {
    margin: 55px 0;
    border: 0;
    border-bottom: 1px solid #f7b3d2;
}
.border-bottom {
    border-bottom: 1px solid #f7b3d2;
}
.border-top {
    border-top: 1px solid #f7b3d2;
}
.empty-page-content {
    padding: 125px 55px;
}
@media only screen and (max-width: 749px) {
    .empty-page-content {
        padding-left: 22px;
        padding-right: 22px;
    }
}
.is-transitioning {
    display: block !important;
    visibility: visible !important;
}
.drawer {
    display: none;
    position: absolute;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 99;
    background-color: white;
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}
.drawer input[type="text"],
.drawer textarea {
    background-color: white;
    color: #595a5b;
}
.js-drawer-open {
    overflow: scroll;
}
.drawer--top {
    width: 100%;
}
.js-drawer-open-top .drawer--top {
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: block;
}
.drawer--left {
    width: 100%;
    left: -100%;
    border-right: 1px solid #f7b3d2;
}
.js-drawer-open-left .drawer--left {
    display: block;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.lt-ie9 .js-drawer-open-left .drawer--left {
    left: 0;
}
.drawer--right {
    width: 300px;
    right: -300px;
    border-left: 1px solid #f7b3d2;
}
.js-drawer-open-right .drawer--right {
    display: block;
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
}
.lt-ie9 .js-drawer-open-right .drawer--right {
    right: 0;
}
.drawer-page-content::after {
    visibility: hidden;
    opacity: 0;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 98;
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}
.js-drawer-open .drawer-page-content::after {
    visibility: visible;
    opacity: 1;
}
.drawer__header {
    display: table;
    height: unset;
    width: 100%;
    margin: 15px 0;
}
.drawer__close--right,
.drawer__title {
    width:fit-content;
    margin:auto;
}
.drawer__title {
    text-align: center;
  display: table-cell;
    vertical-align: middle;
}
.drawer__title img {
    max-width: 45px;
    padding-bottom: 10px;
}
.drawer__close--right {
    position: absolute;
    right: 0;
}
.drawer__close--right svg {
    padding: 0;
    width: 35px;
    height: 35px;
    fill: #595a5b;
text-align:right;
}
.underline{
  text-decoration:underline;
}
.member-link-contain{
    PADDING: 10px 10px 0;
    background: #df7aad;
    color: white;
  margin: 10px auto 18px;
}
.icon-fallback-text {
    min-width: 10px;
}
.drawer__close--right {
    text-align: right;
}
.drawer__close-button {
background: 0 0;
    border: 0 none;
    position: relative;
    height: 100%;
    width: auto;
    min-width: unset;
    padding: 0 20px;
    color: inherit;
    font-size: 1em;
    text-align: right;
}
.cart-drawer,
.menu-drawer {
    position: fixed;
    overflow-y: auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    padding: 0 30px 30px;
    z-index: 99;
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}
.ajaxcart__footer {
    text-align: center;
}

             /* Pop-up Modal Styles */
.popup-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);

  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.popup-content {
  background-color: #fff;
     padding: 120px 20px 100px;
  border-radius: 5px;
  width: 90%;
    position:relative;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-image:url(/cdn/shop/files/July-Free-Polish-GWP-Pop-up-no-cta-bg.png?v=1721859192);
  background-size:cover;
}
p.popup-description {
    font-size: 1.2em;
}
.popup-content button {
        background: #fd288d;
    color: white;
    margin: 15px auto;
}
h2#popup-title {
    margin: auto;
}
.popup-content P {
    color: #fd288d;
}
.popup-closer {
    border: none;
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    min-width: unset;
    margin: 0;
    padding: 0;
    height: 21px;
    width: 21px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: end;
}

.polish-40,.no-polish-40{display:none;}

.popup-cta {
  margin-top: 20px;
}

 /* Pop-up Modal Styles */
button.btn.btn--full.cart__checkout {
    max-width: 300px;
}
.grid--view-items {
    overflow: auto;
    margin-bottom: -35px;
}
.grid-view-item {
    margin: 0 auto;
}
.grid-view-item__title {
    margin-bottom: 0;
    color: #595a5b;
}
.grid-view-item__meta {
    margin-top: -6px;
}
@media only screen and (max-width: 749px) {
    .grid-view-item__meta,
    .grid-view-item__title {
        font-size: 0.9375em;
    }
}
.product-price__price {
    display: inline-block;
    color: #788188;
}
.product-price__sale {
    padding-right: 0;
}
.grid-view-item__link {
    display: block;
}
.grid-view-item__vendor {
    margin-top: 4px;
    text-align: center;
    font-size: 0.875em;
}

.po-size{
  display:block;
  margin-bottom: 0px;
}
@media only screen and (max-width: 749px) {
    .grid-view-item__vendor {
        font-size: 0.8125em;
    }
}
.grid-view-item__image-wrapper {
    margin: 0 auto 15px;
    position: relative;
    width: 100%;
}
.grid-view-item__image {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.grid-view-item__image-wrapper .grid-view-item__image {
    position: absolute;
    top: 0;
}
.grid-view-item--sold-out .grid-view-item__image {
    opacity: 0.5;
}
.grid-view-item__image.lazyload {
    opacity: 0;
}
.ie9 .grid-view-item__image {
    opacity: 1;
}
.list-view-item {
    display: table;
    table-layout: fixed;
    margin-bottom: 22px;
    width: 100%;
}
.list-view-item:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 750px) {
    .list-view-item {
        border-bottom: 1px solid #f7b3d2;
        padding-bottom: 22px;
    }
    .list-view-item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
}
.list-view-item__image {
    max-height: 95px;
}
.list-view-item__image-column {
    display: table-cell;
    vertical-align: middle;
    width: 130px;
}
@media only screen and (max-width: 749px) {
    .list-view-item__image-column {
        width: 85px;
    }
}
.list-view-item__image-wrapper {
    position: relative;
    margin-right: 35px;
}
@media only screen and (max-width: 749px) {
    .list-view-item__image-wrapper {
        margin-right: 17.5px;
    }
}
.list-view-item__title-column {
    display: table-cell;
    vertical-align: middle;
}
.list-view-item__title {
    color: #595a5b;
    font-size: 1.125em;
    min-width: 100px;
}
@media only screen and (max-width: 749px) {
    .list-view-item__title {
        font-size: 0.9375em;
    }
}
.list-view-item__sold-out {
    font-size: 0.9375em;
}
.list-view-item__on-sale {
    color: #7796a8;
    font-size: 0.9375em;
}
@media only screen and (max-width: 749px) {
    .list-view-item__on-sale {
        display: none;
    }
}
.list-view-item__vendor-column {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}
.list-view-item__vendor {
    font-size: 0.9375em;
    font-style: italic;
}
@media only screen and (max-width: 749px) {
    .list-view-item__vendor {
        font-size: 0.875em;
    }
}
.list-view-item__price-column {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 20%;
    font-size: 1.0625em;
}
@media only screen and (max-width: 749px) {
    .list-view-item__price-column {
        font-size: 0.9375em;
    }
}
.list-view-item__price-column .product-price__sale {
    display: block;
}
.list-view-item__price-column .product-price__sale-label,
.list-view-item__price-column .product-price__sold-out {
    display: none;
}
.list-view-item__price {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-view-item__price--reg {
    color: #7796a8;
}
@media only screen and (max-width: 749px) {
    .list-view-item__price--reg {
        display: block;
    }
}
@media only screen and (max-width: 749px) {
    .list-view-item__price--sale {
        display: block;
    }
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-slider .slick-dots {
    margin: 0;
    width: auto;
}
.slick-slider .slick-dots li {
    margin: 0;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-left: 6px;
}
.slick-slider .slick-dots li:first-of-type {
    margin-left: 0;
}
@media only screen and (min-width: 750px) {
    .slick-slider .slick-dots li {
        width: 12px;
        height: 12px;
        margin-left: 8px;
    }
}
.slick-slider .slick-dots li button {
    position: relative;
    padding: 0;
    width: 10px;
    height: 10px;
}
@media only screen and (min-width: 750px) {
    .slick-slider .slick-dots li button {
        width: 12px;
        height: 12px;
    }
}
.slick-slider .slick-dots li button::before {
    text-indent: -9999px;
    background-color: transparent;
    border-radius: 100%;
    background-color: currentColor;
    width: 10px;
    height: 10px;
    opacity: 0.4;
    transition: all 0.2s;
}
@media only screen and (min-width: 750px) {
    .slick-slider .slick-dots li button::before {
        width: 12px;
        height: 12px;
    }
}
.slick-slider .slick-dots li.slick-active button::before {
    opacity: 1;
}
.slick-slider .slick-dots li button:active::before {
    opacity: 0.7;
}
.index-section {
    padding-top: 35px;
    padding-bottom: 35px;
}
@media only screen and (min-width: 750px) {
    .index-section {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}
.index-section:first-child {
    padding-top: 0;
    border-top: 0;
}
.index-section:last-child {
    padding-bottom: 0;
}
.index-section--flush + .index-section--flush {
    margin-top: -70px;
}
@media only screen and (min-width: 750px) {
    [class*="index-section--flush"] + [class*="index-section--flush"] {
        margin-top: -110px;
    }
}
.index-section--flush:first-child {
    margin-top: -35px;
}
@media only screen and (min-width: 750px) {
    [class*="index-section--flush"]:first-child {
        margin-top: -55px;
    }
}
.index-section--flush:last-child {
    margin-bottom: -35px;
}
@media only screen and (min-width: 750px) {
    [class*="index-section--flush"]:last-child {
        margin-bottom: -55px;
    }
}
@media only screen and (max-width: 749px) {
    .index-section--featured-product:first-child {
        margin-top: -12px;
    }
}
.placeholder-svg {
    display: block;
    fill: rgba(120, 129, 136, 0.35);
    background-color: rgba(120, 129, 136, 0.1);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid rgba(120, 129, 136, 0.2);
}
.placeholder-noblocks {
    padding: 40px;
    text-align: center;
}
.placeholder-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.placeholder-background .icon {
    border: 0;
}
.image-bar__content .placeholder-svg {
    position: absolute;
    top: 0;
    left: 0;
}
.template-password {
    height: 100vh;
}
.password-page {
    display: table;
    height: 100%;
    width: 100%;
    color: #788188;
    background-color: #ffecf4;
    background-size: cover;
}
.ie9 .password-page {
    height: auto;
}
.password-page .errors,
.password-page .form--success {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.password-header {
    height: 85px;
    display: table-row;
}
.password-header__inner {
    display: table-cell;
    vertical-align: middle;
}
.password-login {
    padding: 0 30px;
    text-align: right;
}
.password-logo .logo {
    color: #595a5b;
    font-weight: 700;
    max-width: 100%;
}
.password-main {
    display: table-row;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.password-main__inner {
    display: table-cell;
    vertical-align: middle;
    padding: 27.5px 55px;
}
.password-message {
    max-width: 500px;
    margin: 82.5px auto 27.5px;
}
.password__input-group {
    max-width: 340px;
    margin: 0 auto 55px;
}
.password__title {
    margin-bottom: 82.5px;
}
.password__form-heading {
    margin-bottom: 55px;
}
.password-powered-by {
    margin-top: 82.5px;
}
.product-single {
    overflow-anchor: none;
}

.product-single__price {
    color: #788188;
    font-size: 1.25em;
    font-weight: 400;
    margin-bottom: 30px;
}
@media only screen and (max-width: 749px) {
    .product-single__price {
        display: block;
        font-size: 1.125em;
    }
}
.product-single__vendor {
    color: #788188;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 0 10px;
}
.product-form {

    display: flex;
    width: 100%;
    flex-flow: wrap;
    align-items: flex-end;
    width: auto;
    margin: 0 -5px 10px;
}
.product-form__item {
    -webkit-flex: 1 1 200px;
    -moz-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    margin-bottom: 10px;
    padding: 0 5px;
}
.product-form__item label {
    display: block;
}
.product-form--hide-variant-labels .product-form__item label {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.product-form__variants {
    display: none;
}
.no-js .product-form__variants {
    display: block;
}
.product-form__item--quantity {
    -webkit-flex: 0 0 100px;
    -moz-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}
.product-form__item--submit {
    -ms-flex-preferred-size: 175px;
    -webkit-flex-basis: 175px;
    -moz-flex-basis: 175px;
    flex-basis: 175px;
}
.product-form__input {
    display: block;
    width: 100%;
}
.preorder-text,
.product-single__description {
    margin-top: 30px;
}
.add-to-cart-bar {
    align-items: baseline;
    display: flex;
}
@media only screen and (max-width: 749px) {
    .add-to-cart-bar,
    .product-form.product-form-container,
    form.product-form.product-form-product-video {
        position: fixed;
        width: 102%;
        bottom: 0;
        left: 0;
        background: #fff;
        padding: 10px;
        z-index: 100;
    }
    .template-index .product-form__item.product-form__item--submit {
        position: relative;
    }
    .pre-order-messaging {
        width: 102%;
        position: fixed;
        bottom: 70px;
        left: 0;
        background: #fff;
        padding: 10px;
        z-index: 100;
    }
}
.product-single__thumbnail {
    display: block;
    margin: -2px 0 8px;
    border: 2px solid transparent;
}
.product-single__thumbnail.active-thumb {
    border-color: #707070;
}
.product-single__thumbnail-image {
    max-width: 100%;
    display: block;
}
.product-featured-img {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
}
.no-js .product-featured-img {
    position: relative;
}
.zoomImg {
    background-color: #ffecf4;
}
@media only screen and (min-width: 750px) {
    .product-single__thumbnails {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 749px) {
    .product-single__photos {
        margin-bottom: 15px;
    }
    .product-single__photo--has-thumbnails {
        margin-bottom: 30px;
    }
}
.product-single__photos--full {
    margin-bottom: 30px;
}
.product-single__photo-wrapper {
    margin: 0 auto;
    width: 100%;
}
.product-single__photo {
    margin: 0 auto;
    min-height: 1px;
    width: 100%;
    height: 100%;
    position: relative;
}
@media only screen and (max-width: 749px) {
    .template-product .main-content {
        padding-top: 22px;
    }
    .thumbnails-slider--active .product-single__thumbnails {
        display: none;
    }
    .ie9 .thumbnails-slider--active .product-single__thumbnails,
    .thumbnails-slider--active .product-single__thumbnails.slick-initialized {
        display: block;
        margin: 0 auto;
        max-width: 75%;
    }
    .product-single__photos {
        position: relative;
    }
    .thumbnails-wrapper {
        position: relative;
        top: 30px;
        text-align: center;
        margin-bottom: 30px;
    }
    .thumbnails-slider__btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .thumbnails-slider__prev {
        left: -20px;
    }
    .thumbnails-slider__next {
        right: -20px;
    }
    .product-single__thumbnails-item {
        display: inline-block;
        padding-bottom: 10px;
        width: 72px;
        float: none;
        vertical-align: middle;
    }
    .slick-slider .product-single__thumbnails-item {
        float: left;
    }
    .thumbnails-slider--active .product-single__thumbnails-item {
        padding: 5px 0;
    }
    .product-single__thumbnail {
        margin: 0 auto;
        width: 50px;
    }
}
.cart td,
.cart th {
    border: 0;
    font-family: Futura, sans-serif;
}
.cart td {
    padding: 22px 0;
}
.cart th {
    font-weight: 400;
    padding: 27.5px 0;
}
.cart .cart__meta {
    padding-right: 15px;
}
.cart__meta-text {
    padding: 5px 0;
    font-size: 0.875em;
    font-style: italic;
}
.cart__qty-label {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.cart__qty-input {
    text-align: center;
    width: 60px;
    padding-left: 5px;
    padding-right: 5px;
}
@media only screen and (max-width: 749px) {
    .cart__qty-input {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}
.cart__edit {
    margin-top: 10px;
}
.cart__edit--active .cart__edit-text--cancel {
    display: none;
}
.cart__edit-text--edit {
    display: none;
}
.cart__edit--active .cart__edit-text--edit {
    display: block;
}
.cart__edit-text--cancel,
.cart__edit-text--edit {
    pointer-events: none;
}
.cart__row p {
    margin-bottom: 0;
}
.cart__row p + p {
    margin-top: 10px;
}
.cart__subtotal-title {
    font-size: 1.125em;
}
.cart__subtotal {
    padding-left: 27.5px;
}
@media only screen and (min-width: 750px) {
    .cart__subtotal {
        padding-left: 55px;
        min-width: 150px;
        display: inline-block;
    }
}
.cart__savings {
    padding-top: 18px;
}
.cart__savings-amount {
    padding-left: 27.5px;
}
@media only screen and (min-width: 750px) {
    .cart__savings-amount {
        padding-left: 55px;
        min-width: 150px;
        display: inline-block;
    }
}
.cart__footer {
    padding-top: 35px;
}
.cart__update--large {
    margin-right: 10px;
}
.cart__continue--large {
    margin-right: 10px;
    line-height: 1.2;
}
.cart__shipping {
    font-style: italic;
    font-size: 0.875em;
    padding: 18px 0 20px;
}
.cart-note__input,
.cart-note__label {
    display: block;
}
@media only screen and (max-width: 749px) {
    .cart-note__input,
    .cart-note__label {
        margin: 0 auto;
    }
}
.cart-note__label {
    margin-bottom: 15px;
}
.cart-note__input {
    min-height: 50px;
    width: 100%;
}
@media only screen and (max-width: 749px) {
    .cart-note__input {
        margin-bottom: 40px;
    }
}
.cart__image {
    max-height: 95px;
}
.cart__image-wrapper a {
    display: block;
    padding-right: 17.5px;
}
@media only screen and (min-width: 750px) {
    .cart__image-wrapper a {
        padding-right: 35px;
    }
}
@media only screen and (min-width: 750px) {
    .cart__image-wrapper {
        width: 130px;
    }
    .cart__meta {
        max-width: 300px;
    }
    .cart__remove {
        margin-top: 4px;
    }
    .cart__qty {
        text-align: center;
    }
}
@media only screen and (max-width: 749px) {
    .cart table {
        display: block;
        width: 100%;
    }
    .cart thead {
        display: none;
    }
    .cart tbody,
    .cart tr {
        width: 100%;
    }
    .cart tbody {
        display: block;
    }
    .cart .cart__update-wrapper {
        display: none;
        padding-top: 0;
        padding-bottom: 22px;
    }
    .cart__update--show td {
        padding-bottom: 10px;
    }
    .cart__update--show .cart__update-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cart-flex {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
    }
    .cart-flex-item {
        display: block;
        min-width: 0;
        -webkit-flex: 1 1 100%;
        -moz-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .cart__meta {
        -webkit-flex: 1 1 0%;
        -moz-flex: 1 1 0;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
    .cart__image-wrapper {
        -webkit-flex: 0 0 85px;
        -moz-flex: 0 0 85px;
        -ms-flex: 0 0 85px;
        flex: 0 0 85px;
    }
    .cart__price-wrapper {
        -webkit-flex: 0 1 24%;
        -moz-flex: 0 1 24%;
        -ms-flex: 0 1 24%;
        flex: 0 1 24%;
        text-align: right;
    }
    .cart__header {
        position: absolute !important;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }
    .cart-message {
        padding-top: 20px;
    }
    .cart__qty {
        padding: 0 10px;
    }
    .cart__qty-label {
        position: inherit !important;
        overflow: auto;
        clip: auto;
        width: auto;
        height: auto;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        font-size: 0.8125em;
        margin-right: 5px;
    }
}
.cart--no-cookies .cart__continue-btn {
    display: none;
}
.cart--no-cookies .cart--empty-message {
    display: none;
}
.cookie-message {
    display: none;
    padding-bottom: 25px;
}
.cart--no-cookies .cookie-message {
    display: block;
}
.additional-checkout-buttons {
    margin-top: 22px;
}
.additional-checkout-buttons input[type="image"] {
    padding: 0;
    border: 0;
    background: 0 0;
}
.site-header {
    position: relative;
    padding: 0 55px;
}
@media only screen and (max-width: 749px) {
    .site-header {
        padding: 0 0;
    }
}
@media only screen and (min-width: 750px) {
    .site-header.logo--center {
        padding: 10px 55px;
    }
}
.announcement-bar {
   width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    height:30px;
    flex-flow:row;
  position:absolute;
  top:-100px;
      background: #feebf3;
    justify-content: center;
    align-items: center;
}
.scroll-to-fixed-fixed .announcement-bar{
top:0px; 
  position:relative;
}
@keyframes animate_text {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
}
.announcement-text a{
    font-size: .7em;
    font-weight: bold;
    text-transform: uppercase;
    margin:auto 40px;
}

  .announcement-text{
    animation: animate_text 35s linear infinite; /* The animation property */
}

.site-header__logo {
    text-align: center;
    margin: 0 auto;
}
.site-header__logo-link {
    display: inline-block;
    word-break: break-word;
}
.site-header__logo-image {
    display: block;
}
@media only screen and (min-width: 750px) {
    .site-header__logo-image {
        text-align: left;
        margin-left: 0;
    }
}
@media only screen and (max-width: 749px) {
    .site-header__logo-image {
        max-width: 125px !important;
        margin: 0 auto;
    }
}
.site-header__logo-image img {
    width: 100%;
}
.site-header__logo-image--centered img {
    margin: 0 auto;
}
@media only screen and (min-width: 750px) {
    .logo-align--center .site-header__logo-link {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 749px) {
    .site-header__icons .btn--link,
    .site-header__icons .site-header__cart {
        top: -8px;
        font-size: 1em;
    }
}
.site-header__icons {
    position: relative;
    white-space: nowrap;
}
.site-header__icons-wrapper {
    position: relative;
}
.site-header__account,
.site-header__cart,
.site-header__search {
    position: relative;
}
.site-header__icons-wrapper .site-header__search {
    right: 75px;
    top: 15px;
    position: absolute;
}
@media only screen and (min-width: 750px) {
    .site-header__account,
    .site-header__cart {
        position: absolute;
        top: 50%;
        right: 0;
        padding: 8px 0;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .site-header__account {
        right: 50px;
        bottom: 0;
    }
    .site-header__icons-wrapper .site-header__search {
        right: 85px;
        top: -8px;
    }
}
.site-header__cart-title,
.site-header__search-title {
    display: inline-block;
    vertical-align: middle;
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.site-header__cart-title {
    margin-right: 3px;
}
.site-header__cart-count {
    display: flex;
    position: absolute;
    top: 0px;
    background-color: #595a5b;
    color: #fff;
    border-radius: 9px;
    width: 18px;
    height: 18px;
    justify-content: center;
    align-items: center;
}
.site-header__cart-count span {
    display: block;
    font-size: 11px;
  letter-spacing:-1px;
}
@media only screen and (min-width: 750px) {
    .logo--center .site-header__cart-count {
        right: -2px;
    }
    .logo--left .site-header__cart-count {
        left: 12px;
        top: 4px;
    }
}
@media only screen and (max-width: 749px) {
    .site-header__cart-count {
        top: 14px;
        left: 22px;
        border-radius: 11px;
        min-width: 19px;
        height: 19px;
    }
    .site-header__cart-count span {
        padding: 4px 6px;
        font-size: 12px;
    }
}
.site-header .icon-cart,
.site-header .icon-close,
.site-header .icon-hamburger,
.site-header .icon-search {
    height: 21px;
}
@media only screen and (min-width: 750px) {
    .site-header .icon-cart,
    .site-header .icon-close,
    .site-header .icon-hamburger,
    .site-header .icon-search {
        margin-right: 3px;
        height: 30px;
    }
}
@media only screen and (max-width: 749px) {
    .site-header__account,
    .site-header__cart,
    .site-header__menu,
    .site-header__search-toggle {
        display: inline-block;
        vertical-align: middle;
        padding: 16px 22px;
        margin: 0;
    }
    .site-header__icons--plus .site-header__account,
    .site-header__icons--plus .site-header__cart,
    .site-header__icons--plus .site-header__menu,
    .site-header__icons--plus .site-header__search-toggle {
        padding: 18px 6px;
    }
    .site-header__logo {
        text-align: left;
    }
}

.mobile-nav {
    display: block;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}
.sub-nav--is-open .mobile-nav {
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.third-nav--is-open .mobile-nav {
    -ms-transform: translate3d(-200%, 0, 0);
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
}
.mobile-nav__link,
.mobile-nav__sublist-link {
    display: block;
    width: 100%;
    padding: 15px 30px;
    font-size: 16px;
}
.mobile-nav__link {
    position: relative;
}
.mobile-nav__sublist-link:not(.mobile-nav__sublist-header) {
    padding-left: 70px;
    padding-right: 30px;
}
.mobile-nav__item {
    display: block;
    width: 100%;
}
.mobile-nav__item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 12px;
    width: 10px;
    margin: -6px 0 0 -5px;
}
.mobile-nav__return {
    border-right: 1px solid #f7b3d2;
}
.mobile-nav__return-btn {
    position: relative;
    padding: 24px 0;
    width: 55px;
}
.mobile-nav__icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-left: 22px;
    padding-right: 22px;
    pointer-events: none;
    overflow: hidden;
}
.mobile-nav__table {
    display: table;
    width: 100%;
}
.mobile-nav__table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    text-align: left;
    white-space: normal;
}
.mobile-nav__toggle-button {
    padding: 20px 15px;
}
.mobile-nav__dropdown {
    position: absolute;
    background-color: #ffecf4;
    z-index: 8;
    width: 100%;
    top: 0;
    right: -100%;
    display: none;
}
.is-active + .mobile-nav__dropdown {
    display: block;
    opacity: 1;
}
.mobile-nav__dropdown.is-closing {
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    opacity: 0.99;
}
.mobile-nav__dropdown .mobile-nav__sublist-header {
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.mobile-nav-wrapper {
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute;
    top: 0;
    background-color: #ffecf4;
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    display: none;
    overflow: hidden;
    width: 100%;
}
.mobile-nav-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #f7b3d2;
}
.mobile-nav-wrapper.js-menu--is-open {
    display: block;
}
.mobile-nav--open .icon-close {
    display: none;
}
.mobile-nav--close .icon-hamburger {
    display: none;
}
.modal {
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    background-color: #ffecf4;
    bottom: 0;
    color: #707070;
    display: none;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
}
.modal--is-active {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: block;
    opacity: 1;
    overflow: hidden;
}
.modal__inner {
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
}
.modal__centered {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}
.no-csstransforms .modal__centered {
    top: 20%;
}
.modal__close {
    border: 0;
    padding: 55px;
    position: fixed;
    top: 0;
    right: 0;
}
.modal__close .icon {
    font-size: 1.25em;
}
.site-footer {
    margin: 55px 0 0;
    overflow: hidden;
}
@media only screen and (max-width: 749px) {
    .site-footer {
        text-align: center;
    }
}
.site-footer .social-icons .icon {
    width: 35px;
    height: 35px;
}
@media only screen and (min-width: 750px) {
    .site-footer__linklist--center {
        margin-top: 35px;
        padding-right: 0;
    }
}
.site-footer__linklist,
.site-footer__newsletter {
    margin-top: 35px;
}

.site-footer__linklist-item {
    display: inline-block;
    padding: 5px 10px;
}
@media only screen and (min-width: 750px) {
    .site-footer__linklist-item {
        display: block;
        padding: 0 20px 6px 0;
    }
    .site-footer__linklist--center .site-footer__linklist-item {
        display: inline-block;
        padding: 3px 10px;
    }
}
.footer-email {
    margin-bottom: 10px;
    width: 100%;
}
@media only screen and (min-width: 750px) {
    .footer-email {
        float: left;
        width: auto;
    }
}
.site-footer__newsletter {
    margin: 35px auto 0;
    max-width: 320px;
}
@media only screen and (min-width: 750px) {
    .site-footer__newsletter {
        margin: 55px 0 0;
        max-width: none;
    }
}
.social-icons__link {
    display: block;
    padding: 0 3px;
}
.social-icons__link img {
    vertical-align: middle;
}
.social-icons__link:first-child {
    margin-left: 0;
}
.site-footer__copyright-content {
    padding-right: 20px;
    letter-spacing: 1px;
    width: fit-content;
}
.site-footer__copyright--right .site-footer__copyright-content {
    padding: 0 0 0 20px;
}
.site-footer__copyright--right .site-footer__copyright-content:first-child {
    padding-left: 0;
}
@media only screen and (min-width: 750px) {
    .site-footer__copyright--right .site-footer__copyright-content {
        padding: 0 0 0 30px;
    }
}
.site-footer__copyright-content--powered-by {
    padding-right: 0;
}
.site-footer__payment-icons {
    margin-top: 22px;
}
@media only screen and (min-width: 750px) {
    .site-footer__payment-icons {
        margin-top: 22px;
    }
    .site-footer__copyright--right .site-footer__payment-icons {
        padding-left: 30px;
    }
}
.site-footer__copyright--bottom {
    margin-top: 35px;
}
::selection {
    background: #df7aad;
    color: #fff;
}
::-moz-selection {
    background: #df7aad;
    color: #fff;
}
.ajaxcart__inner {
    margin-bottom: 30px;
}
.ajaxcart__product {
    position: relative;
    max-height: 500px;
}
.ajaxcart__product.is-removed {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}
.ajaxcart__row {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f7b3d2;
}
.ajaxcart__product-image {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}
.ajaxcart__product-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    border-radius:6px;
}
.section-header.text-center {
    margin: 0 auto 20px;
    width: 80%;
}
.section-header.text-center .rte{
    border-bottom:solid;
        padding: 10px 5px;
}
.ajaxcart__product-meta,
.ajaxcart__product-name {
    display: block;
}
.ajaxcart__product-name + .ajaxcart__product-meta {
    padding-top: 15px;
}

.ajaxcart__qty,
.js-qty {
    position: relative;
    margin-bottom: 1em;
    max-width: 100px;
    min-width: 100px;
    overflow: visible;
}
.ajaxcart__qty input,
.js-qty input {
    display: block;
    background: 0 0;
    text-align: center;
    width: 100%;
    padding: 5px 25px;
    margin: 0;
}
.ajaxcart__qty-adjust,
.js-qty__adjust {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    border: 0 none;
    padding: 0 8px;
    background: 0 0;
    text-align: center;
    overflow: hidden;
}
.ajaxcart__qty-adjust:focus,
.ajaxcart__qty-adjust:hover,
.js-qty__adjust:focus,
.js-qty__adjust:hover {
    color: #595a5b;
}
.ajaxcart__qty--plus,
.js-qty__adjust--plus {
    right: 0;
}
.ajaxcart__qty--minus,
.js-qty__adjust--minus {
    left: 0;
}
.ajaxcart__qty {
    margin: 0;
}
.is-loading .ajaxcart__qty {
    opacity: 0.5;
    transition: none;
}
.ajaxcart__qty-num {
    border-color: #f7b3d2;
    color: #788188;
}
.ajaxcart__qty-adjust {
    color: #788188;
}
.ajaxcart__qty--plus {
    border-color: #f7b3d2;
}
.ajaxcart__qty--minus {
    border-color: #f7b3d2;
}
.ajaxcart-item__price-strikethrough {
    float: right;
}
svg.icon.icon-minus,
svg.icon.icon-plus {
    width: 11px;
    height: 30px;
}

.product-form__item.product-form__item--quantity {
    margin-right: -20px;
}
.site-nav--centered {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.site-nav--centered li {
    flex: 0 1 auto;
}
.site-header__account {
    font-family: Futura, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
}
@media only screen and (max-width: 749px) {
    .grid--table > .grid__item.site-header__icons {
        vertical-align: top;
    }
}
.icon-hamburger {
    width: 40px;
}
.icon-hamburger img {
    width: 100%;
}
.icon-cart {
    width: 25px;
}
.icon-cart img {
    width: 100%;
}
.site-header__search form {
    border-bottom: 1px solid #df7aad;
}
.menu-drawer {
    width: 100%;
}

.site-footer {
    margin-bottom: 0;
    background-color: #fff;
}
.site-footer__social-icons {
    margin-top: 0;
    padding-top: 0;
}
.site-footer__social-icons li {
    padding: 4px 8px 4px 0;
}
.footer-links {
    margin: 40px 0;
    font-size: 1rem;
    font-family: Futura, sans-serif;
    text-transform: uppercase;
}
.footer-links a {
    padding: 0 10px;
}
@media only screen and (max-width: 749px) {
    .footer-links a {
        display: block;
        margin-top: 10px;
    }
}
.site-footer__linklist {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.site-footer__linklist .site-footer__linklist-item {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    font-family: Futura, sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
}
.site-footer__linklist .no-wrap {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
}
.site-footer__copyright {
    padding: 22px 0;
    font-family: Futura, sans-serif;
}
.site-footer__copyright .site-footer__linklist {
    display: block;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    flex-grow: 1;
    margin: 0;
}
.site-footer__copyright .site-footer__linklist .site-footer__linklist-item {
    display: block;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
.site-footer__copyright .site-footer__copyright-content {
    padding-top: 22px;
    text-transform: uppercase;
    font-size: 0.8rem;
    width: fit-content;
    padding: 0;
}
@media only screen and (min-width: 990px) {
    .site-footer__copyright .site-footer__linklist {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0%;
        -moz-flex-basis: 0;
        flex-basis: 0%;
        text-align: right;
    }
    .site-footer__copyright .site-footer__linklist .site-footer__linklist-item {
        display: inline-block;
        padding: 0 22px;
    }
    .site-footer__copyright .site-footer__copyright-content {
        padding-top: 0;
    }
}
.site-footer__copyright--inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (min-width: 990px) {
    .site-footer__copyright--inner {
        -webkit-justify-content: right;
        -ms-justify-content: right;
        justify-content: right;
    }
}
.collection-list__product-card .grid-view-item__meta,
.collection-list__product-card .grid-view-item__title,
.featured-collection__product-card .grid-view-item__meta,
.featured-collection__product-card .grid-view-item__title {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 1px;
  font-weight:bold;
}
.prod-desc-container h4 {
    margin: auto;
}
.collection-list__product-card .grid-view-item__meta .product-price__price,
.collection-list__product-card .grid-view-item__title .product-price__price,
.featured-collection__product-card .grid-view-item__meta .product-price__price,
.featured-collection__product-card .grid-view-item__title .product-price__price {
    font-size: 1rem;
}
.collection-list__title {
    margin-top: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.ugc-preview{
  position: absolute;
    z-index: 24;
    top: auto;
    border: solid white;
    width: 30%;
    height: auto;
    right: -2px;
    border-radius: 50%;
    bottom: 5px;
}

@media only screen and (min-width: 750px) {
    .collection-list__title {
        margin-top: 55px;
    }
}
.list-collections__gift-card {
    padding: 55px 0 0 0;
}
.quick-add__container {
    width: 100%;
    margin: 10px auto;
    text-align: center;
}
.quick-add__container a.quick-add,
.quick-add__container a.quick-add--no-js {
    padding: 0;
}

.white-btn{
  background:#fff;
  border:solid;
}

.collection-header .h1,
.collection-header h1 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.template-product .main-content {
    background: #fff;
}

.product-single__meta .product-form {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 16px;
}


.product-single__subtitle {
    font-size: 0.8em;
    letter-spacing: 1px;
    margin: 4px 0 8px;
}
@media only screen and (max-width: 749px) {
    .product-single__subtitle {
        text-align: center;
    }
}
.product-price__price,
.product-single__price {
    font-family: Futura, sans-serif;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 2px;
    color: #595a5b;
}

.shop-mobile {
    display: none;
}
@media only screen and (max-width: 749px) {
    .shop-mobile {
        display: block;
        text-align: center;
        margin-bottom: 22px;
        margin-top: -22px;
    }
    .shop-mobile p {
        margin-bottom: 0;
        display: inline-block;
        font-size: 20px;
        color: #f7b3d2;
        text-transform: uppercase;
        letter-spacing: 5px;
        font-family: Futura, sans-serif;
    }
    .shop-mobile i {
        color: #df7aad;
        position: absolute;
        font-size: 30px;
    }
}


.icon-container {
    max-width: 500px;
    margin: 0 auto;
}

.cart-drawer p,
.menu-drawer p {
    font-family: Futura, sans-serif;
}
.cart-drawer .drawer__header,
.menu-drawer .drawer__header {
    border-bottom: 1px solid #df7aad;
}
.cart-drawer .drawer__title,
.menu-drawer .drawer__title {
    font-family: Futura, sans-serif;
    font-size: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.cart-drawer .ajaxcart-item__price,
.cart-drawer .ajaxcart__product-meta,
.cart-drawer .ajaxcart__product-name,
.menu-drawer .ajaxcart-item__price,
.menu-drawer .ajaxcart__product-meta,
.menu-drawer .ajaxcart__product-name {
    font-family: Futura, sans-serif;
    font-size: 0.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.cart-drawer .ajaxcart__qty,
.menu-drawer .ajaxcart__qty {
    min-width: 80px;
    max-width: 80px;
}
.cart-drawer .ajaxcart__qty button,
.cart-drawer .ajaxcart__qty input,
.menu-drawer .ajaxcart__qty button,
.menu-drawer .ajaxcart__qty input {
    border-color: #595952;
    font-family: Futura, sans-serif;
    font-size: 0.7rem;
}
.cart-drawer .ajaxcart__qty-adjust,
.menu-drawer .ajaxcart__qty-adjust {
    padding: 0 4px;
}
.cart-drawer .ajaxcart__qty-adjust svg,
.menu-drawer .ajaxcart__qty-adjust svg {
    width: 15px;
    height: 15px;
}
.cart-drawer .ajaxcart__footer .ajaxcart__shipping-info,
.cart-drawer .ajaxcart__footer .ajaxcart__subtotal,
.cart-drawer .ajaxcart__footer .ajaxcart__total-price,
.menu-drawer .ajaxcart__footer .ajaxcart__shipping-info,
.menu-drawer .ajaxcart__footer .ajaxcart__subtotal,
.menu-drawer .ajaxcart__footer .ajaxcart__total-price {
    letter-spacing: 1px;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.cart-drawer .ajaxcart__footer .ajaxcart__shipping-info,
.menu-drawer .ajaxcart__footer .ajaxcart__shipping-info {
    padding-top: 11px;
    font-size: 0.6rem;
}
.cart-drawer .ajaxcart__footer .cart__checkout,
.menu-drawer .ajaxcart__footer .cart__checkout {
    width: 100%;
  margin:20px auto 10px;
}
.cart-drawer .ajaxcart__footer .ajaxcart__continue,
.menu-drawer .ajaxcart__footer .ajaxcart__continue {
    width: 100%;
    text-align: center;
    background-color: transparent;
    border: none;
    font-size: 0.9rem;
    letter-spacing: 1px;
    cursor: pointer;
}
.register-form .h1,
.register-form h1 {
    font-size: 2em;
    text-transform: uppercase;
}
#customer-fields label {
    letter-spacing: 0.04em;
}
.form-footer .action-button {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
}
.btn--account {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
}
.slick-slider .slick-dots {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
header.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header.site-header .header-desktop-nav {
    display: none;
}
header.site-header .header-mobile-nav {
    width: 110px;
}
header.site-header .header-account-cart {
    width: 170px;
    height: 3px;
}
@media (min-width: 860px) {
    header.site-header .header-desktop-nav {
        display: inline-block;
        width: 100%;
    }
    header.site-header .header-mobile-nav {
        display: none;
    }
}

@media only screen and (max-width: 749px) {
    header.site-header .header-account-cart,
    header.site-header .header-mobile-nav {
        width: 90px;
        height: auto;
    }

}
header.site-header .is-hidden.fade-out img {
    position: absolute;
    bottom: -10000px;
}
.header-bar.scroll-to-fixed-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 98;
}

.cart-drawer,
.menu-drawer {
    z-index: 999999;
}
.product-price--sold-out.limited {
    display: none;
}
blockquote.quotes-slider__text .rte-setting {
    min-height: 230px;
}
.product-single__price .pro_cmp {
    color: #9e9c9c;
}
.grid-view-item {
    background-color: #fff;
    padding: 20px;
}
.preorder-text.preorder-text--product-box {
    position: inherit;
    bottom: 68px;
    font-size: 1em;
    z-index: 0;
}
p.ajaxcart-item__price-strikethrough {
    text-decoration: line-through;
    color: #888;
}
.for-mobile.section-divider {
    display: none;
}
.collection-header .h1,
.collection-header h1 {
    font-size: 1.9rem;
}
.bold_options {
    width: 100%;
}
@media only screen and (max-width: 749px) {
    .promo_pro_outer {
        display: block;
        margin-left: 0;
    }
    .promo_pro_outer .promo_pro_detail .promo_detail_inner {
        position: static;
    }
    .promo_pro_outer .promo_pro_detail h2 {
        margin: 0 auto;
    }
    .promo_pro_outer .promo_pro_detail {
        text-align: center;
        padding: 20px 20px;
    }
    .promo_detail_inner .product-form {
        justify-content: center;
    }
    .promo_pro_outer .promo_pro_detail h2 {
        font-size: 25px;
        max-width: 100%;
    }
    .landing-page-template {
        padding-bottom: 0;
    }
    .landing-page-template .page-blocks__block:last-child {
        margin-bottom: 0;
    }
    .landing-page-template .page-blocks__block a p {
        font-size: 18px;
    }
    body.template-page.the-maintenance .faq-block {
        max-width: 550px;
    }
    body.template-page.the-maintenance .faq-block .faq-block__question {
        margin: 0 0 0 50px;
        font-size: 20px;
    }
    body.template-page.the-maintenance .faq-block .faq-block__question:before {
        left: -50px;
    }
    body.template-page.the-maintenance .faq-block-ans {
        margin: 0 0 0 50px;
    }
    .mobsite-nav__dropdown {
        display: none;
    }
    .shop-mobile {
        display: none;
    }
}
@media only screen and (max-width: 520px) {
    .landing-page-template .page-blocks__block a p {
        font-size: 16px;
    }
}
span.ajaxcart__product-meta:nth-of-type(-n + 1) {
    display: inherit;
}
.product-price__sale-label {
    display: none;
}
a.grid-view-item__link.grid-view-item__image-container:hover {
    opacity: 1;
}
.bold_option_title {
    font-size: 12px;
}
a.site-header__account.account-mobile {
    position: inherit;
}
.product-images__thumb.slick-slide.slick-active img {
    border-radius:  5px;
}
.slick-track {
    margin: 0 auto;
}
.product-images__thumb {
    margin: 6px;
}
.product-images__slide video {
    object-fit: contain;
    width: 100%;
}
.pro_cmp {
    z-index: 10;
    position: absolute;
    background: #595a5b;
    color: #fff;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 11px;
    font-weight: bold;
    left:10px;
    border-radius: 0px 0px 10px 10px;
}
.save-badge{
    top: auto;
    bottom: 6px;
    border-radius: 10px 10px 0px 0px;
    background: white;
    color: #595a5b;
}
.new_badge{
    left:auto;
    right:10px;
}
@media only screen and (max-width: 480px) {

}
.price-tag {
    position: relative;
}
.section-header h2 {
    font-weight: 700;
    letter-spacing: 5px;
    font-size: 2.3rem;
    color: inherit;
}
strong.ql-font-century-gothic {
    font-family: Futura, sans-serif !important;
    font-weight: 300 !important;
}
.kl__focusable {
    font-family: Futura, sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
}
.klaviyo-form {
    margin-top: 4px;
}
.product-form__item--quantity label {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.product-form__item--quantity .js-qty button {
    display: block;
}
.slick-track .pro_cmp {
    font-size: 16px;
}
@media only screen and (min-width: 750px) {
    .quick-add__container .quick-add--no-js {
        width: 90%;
    }
    .friendbuy-footer-link {
        display: none;
    }
}
.Friendbuy-ribbon-transition {
    z-index: 50 !important;
    color: #595a5b !important;
    background: white !important;
    height: 38px !important;
    border:solid;
    border-top: none !important;
    border-radius: 0 0 20px 20px !important;
    width: 130px !important;
}

.bold {
    font-weight: 900;
}


.bold_option_value_price::before {
    content: "+ ";
}
#shopify-section-product-box .bold_option_value_price::after {
    content: "($10.00)";
    text-decoration: line-through;
    font-size: 0.9em;
    padding-left: 6px;
}
.site-header__search form {
    border-bottom: 1px solid #fff;
}
.desktop-search.site-header__search {
    position: absolute;
    right: 0;
    bottom: 8px;
    z-index: 1000;
    display: none;
}
@media (min-width: 900px) {
    .desktop-search.site-header__search {
        display: block;
    }
}

.results-search #searchtext {
    background: #fff;
    color: #f7b3d2;
}
.results-search .search-header__submit {
    color: #fff;
}
svg.icon.header-search {
    width: 24px;
    height: 24px;
}
.site-nav a.site-header__search {
    top: -6px;
}

@media screen and (max-width: 749px) {
    .preorder-text.preorder-text--product-box {
        position: fixed;
        bottom: 78px;
        font-size: 12px;
        z-index: 101;
        background: #fff;
        left: 0;
        padding: 0 12px;
    }
    .preorder-text {
        text-align: center;
    }
}
.indiv-polish .bold_option_set:nth-child(1) .bold_option.bold_option_checkbox label::after,
.indiv-polish .bold_option_set:nth-child(1) .bold_option_checkbox span.bold_option_element::before {
    content: "";
}
.bold_option_radio .bold_option_title {
    display: none;
}
.indiv-polish input.cb_1109184_448409 {
    position: relative;
    left: 10px;
}
input.cb_1180167_476078,
input.rb_1180479_476295 {
    top: -40px;
    position: relative;
    left: 10px;
}
.indiv-polish input.cb_1109184_448409_helper {
    position: absolute;
}
input.cb_1180167_476078_helper {
    top: -40px;
    position: absolute;
}
.heel-balm .bold_option_set:nth-child(1) .bold_option_checkbox span.bold_option_title,
.indiv-polish .bold_option_set:nth-child(1) .bold_option_checkbox span.bold_option_title {
    position: relative;
    top: auto;
    left: 10px;
    font-size: 1em;
    max-width: 100%;
}
.heel-balm .bold_option_set:nth-child(1) .bold_option_checkbox span.bold_option_value_price,
.indiv-polish .bold_option_set:nth-child(1) .bold_option_checkbox span.bold_option_value_price {
    position: relative;
    left: 20px;
    top: auto;
}
.bold_option_checkbox span.bold_option_title,
.the-everything-box .bold_option_radio span.bold_option_value_title {
    position: relative;
    max-width: 100px;
    font-size: 1em;
}
.bold_option.bold_option_checkbox {
    border-top: solid 2px #dae6ef;
    border-bottom: solid 2px #dae6ef;
    padding-top: 10px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 750px) {
    .bold_option_checkbox span.bold_option_value_price {
        display: inline-block;
    }
    .product-box .bold_option.bold_option_checkbox {
        position: fixed;
        bottom: 74px;
        left: 0;
        background: #fff;
        z-index: 101;
        font-size: 0.82em;
        width: 100vw;
    }
    .product-box .bold_option.bold_option_checkbox span.bold_option_title {
        padding: 7px 0 10px 30px;
    }
}


.site-header__account {
    right: 42px;
    bottom: auto;
    top: 5px;
}
.nav-pic-menus h3 {
    font-size: 20px;
    color: #595a5b;
}

.site-footer {
    background: #fff5f8;
    margin-top: 0;
}
.sign-up-container {
    background:#fff1ee;
    padding: 40px 0 60px;
  display: flex;
    text-align: center;
}
.sign-up-container > div {
    padding: 0 40px;
}
.footer-menu-list h2 {
    font-size: 1em;
    color: #595a5b;
    position: relative;
}
.footer-container {
    display: flex;
    justify-content: space-around;
}
ul.site-footer__linklist {
    display: block;
}
.footer-menu-list {
    padding: 20px;
    margin: 0 20px;
}
.bottom-refer a {
    border-bottom: solid 1px;
    padding: 10px 0 2px;
    display: inline-block;
}

.refer-divider {
    display: none;
    margin: 20px 0 -11px;
    text-align: center;
    min-height: 20px;
    position: relative;
    padding: 0;
}
.refer-block{
  width:30%;
  margin:auto;
}
.refer-divider::before {
    border-top: 2px solid #fddfea;
    content: "";
    height: 0;
    left: 0;
    margin-right: 25px;
    position: absolute;
    right: 50%;
    top: 13px;
}
.refer-divider::after {
    border-top: 2px solid #fddfea;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 13px;
    left: 50%;
    margin-left: 25px;
    right: 0;
}

.bottom-refer h3{
  font-weight:bold;
}

footer img {
    align-self: baseline;
    max-width: 333px;
}
.fmZKNc.fmZKNc.fmZKNc.fmZKNc.fmZKNc.fmZKNc::placeholder,
.hhacvk.hhacvk.hhacvk.hhacvk.hhacvk.hhacvk::placeholder {
    text-align: center !important;
}
system-item img {
    width: 91px;
}

.fmZKNc.fmZKNc.fmZKNc.fmZKNc.fmZKNc.fmZKNc {
    height: 44px !important;
}
.sign-up-container {
    background-image: linear-gradient(to left, #ffecf4 100%, #fff1ee 0);
    padding: 40px 0;
}
klaviyo-form {
    margin-top: 0;
}
.glJsnF.glJsnF {
    padding-left: 0 !important;
}
.footer-menu-list li {
    margin: 20px auto;
}
.footer-menus {
    display: flex;
}
.mobile-drop {
    display: block;
}
@media screen and (max-width: 1370px) {
    .footer-menus {
        display: block;
    }
    ul.site-footer__linklist.mobile-drop {
        border-top: 1px solid #fddfea;
        border-bottom: 1px solid #fddfea;
    }

    
}

@media screen and (max-width: 780px) {
      .footer-container {
        flex-wrap: wrap;
        text-align: center;
    }
    .sign-up-container {
        width: 100%;
    }
    .footer-menus {
        width: 100%;
    }
    .site-footer {
        margin: 55px 0 0;
    }
  .refer-divider {
    display: block;
    margin: 20px 0;
}
}
.mw-770 {
    max-width: 640px;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: center;
}
.page-template h1,
h1,
h2 {
    font-size: 2.5em;
    font-weight: 600;
    letter-spacing: 1px;
}
h3 {
    font-size: 20px;
}
button a,
p {
    color: #595a5b;
}
h3,
p {
    margin: 0 auto;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.full-bleed-split {
    flex-grow: 1;
    flex: 0 0 50%;
}
p.small {
    font-size: 14px;
}
.mw-400 {
    max-width: 540px;
    margin: auto;
}
.mw-770 {
    max-width: 640px;
    margin: auto;
}
h5.product-box-option b {
    font-weight: 300;
    background: #fff0f5b5;
    padding: 2px 4px;
}
.left {
    text-align: left;
}
.dark-pink {
    color: #df7aad;
}
.new-page-width {
    max-width: 1440px;
    margin: auto;
}
.press-slider img {
    max-width: 160px;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover,
.slideshow .slick-next,
.slideshow .slick-prev {
    background: url(cdn.shopify.com/s/files/1/2665/7478/t/188/assets/right_small.png?v=5421924518772579363);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    top: 40%;
    z-index: 2;
    margin-top: 2px;
    position: absolute;
    background-size: contain;
}
.slick-prev {
    transform: rotate(180deg);
}
.drop-col.slick-slide,
.slick-slide.slick-current.slick-active {
    outline: 0;
}
.mani-tip a {
    border-bottom: solid thin;
}

.pro_cmp.prod_grid_cmp.le {
    top: -6px;
}
@media screen and (max-width: 768px) {


  .refer-block {
    width: 100%;
    margin: 10px auto;
  }
  .refer-divider{
    display:block;
  }
  .sign-up-container {
    flex-flow: column;
  }
}
button:focus {
    outline: 0;
}
span.stamped-badge {
    width: fit-content;
    margin: auto;
}

button.btn--link.site-header__menu.js-mobile-nav-toggle.mobile-nav--open.js-drawer-open-left {
    min-width: auto;
    width: fit-content;
  padding: 4px 20px 4px 0;
}
div#shopify-section-product-template {
    color: #595a5b;
    background: 0 0;
    margin-top: 0;
}
.template-product .main-content {
    background: 0 0;
}
.related-product__card .grid-view-item {
    padding: 0;
}
.js-qty {

}

.product-box-container.current-product-box h5.product-box-option,
.section-header h2,
.stamped-summary-text-1 {
    color: inherit;
}

.bold_option_swatch .bold_option_value_element input {
    padding: 4px !important;
}
.bold_option_value:hover .bold_option_swatch_title,
.bold_tooltip:hover > :first-child {
    padding: 0.5em 0 !important;
    max-width: 100px;
    margin-bottom: 0 !important;
}
.current-product-box h5.product-box-option,
.current-product-box p {
    background: #fff !important;
}
button.bold-quantity-update.js-qty__adjust.js-qty__adjust--minus.icon-fallback-text {
    min-width: 30px;
}
.product-form__item--quantity {

    display: flex;
    width: fit-content;
    align-items: center;
    padding-right: 40px;
}
.product-images__slider{
        border-radius: 12px;
    overflow: hidden;
}
.product-images__slider .slick-next,
.product-images__slider .slick-prev {
    display: none !important;
}
.product-single__description.rte {
    margin-bottom: 0;
    padding: 0 10px;
}
.product-single__description.rte p {
    text-align: left !important;
}
.extra-product-info,
.shopify-section.section-bg-white,
div#shopify-section-related-products {
    background: 0 0;
}
.system-list span{
    border-radius:50%;
}
.how-to-polish {
    background: #fff;
    padding: 40px 10px;
    margin: 20px 0;

}
.product-box-option.h5,
h5.product-box-option {
    text-transform: uppercase;
    margin-bottom: 4px;
    opacity: 0.7;
    font-size: 0.8em;
}
.product-box .product-single__meta .product-form {
    display: block;
    width: auto;
}
.product-box .product-single__meta .product-form .current-product-box .h5,
.product-box .product-single__meta .product-form .current-product-box h5 {
    font-size: 1.1em;
    opacity: 1;
}
.product-box .product-single__meta {
    max-width: 560px;

    background: #fff;
    padding: 20px;
}
.product-single__subtitle.h6,
h6.product-single__subtitle {
    letter-spacing: 1.2px;
    font-size: 0.8em;
    margin-top: 6px;
    text-align: center;
}
.product-form__item.product-form__item--submit {
    width: fit-content;
    text-align: center;
    max-width: unset;
    margin-left: 20px;
}
.product-form__item.product-form__item--quantity {
    max-width: 134px;
}
.product-box .bold_option.bold_option_checkbox,
.the-everything-box .bold_option.bold_option_radio {
    background: #fff;
}
.review-list {
    width: 100%;
    padding: 20px;
    background: 0 0;
}
section.review-list .page-width {
    background: #fff;

}
.review-squares {
    background: 0 0;
}
@media screen and (max-width: 580px) {
    .grid__item.related-product__card.small--one-half.medium-up--one-quarter {
        width: 50%;
        padding: 0 4px;
    }
    .bold_option.bold_option_checkbox {
        width: 88%;
        border: none;
    }
    img.press-page-logo {
        max-height: 18px;
    }
    .product-single__meta .product-form {
        width: 100vw;
    }
    .grid__item.grid__item--collection-template.small--one-half.medium-up--one-third.collection-list__product-card {
        width: 50%;
        padding: 0 4px;
    }
    h2.pdp-block__detail-title {
        font-size: 1.5em;
        font-weight: 700;
    }
    .slick-track .pro_cmp {
        font-size: 12px;
    }
    div#shopify-section-product-template {
        margin-top: 0;
    }
    button#AddToCart-product-box {
        min-width: auto;
        padding: 0 65px;
        height: 43px;
    }
 
    #instafeed,
    .page-width,
    .site-footer__copyright--inner,
    .slideshow__container {
        padding-left: 0px;
        padding-right: 0px;
    }
 
    .grid {
        margin-left: 0;
    }
    .grid__item {
        padding-left: 0;
    }
    .grid__item.related-product__card.small--one-half.medium-up--one-quarter {
        padding-left: 0;
    }
    .grid__item.related-product__card.small--one-half.medium-up--one-quarter {
        padding-left: 0;
    }
    .grid__item.review-grid-outer {
        padding: 0;
        margin-left: 0;
    }
}
.slick-active .slideshow__text-content.slide-text-right {
    right: 0;
}
.slideshow__image.slide-text-right {
    right: auto;
}
.slideshow.slideshow--large {
    height: calc(90vh - 130px);
    min-height: 430px;
}
h2.slideshow__title {
    font-size: 3.8em;
    text-align: left;
    font-weight: 300;
}
.slideshow__image {
    background-position: top center;
}
.slide-full-width.slideshow__image {
    background-position: bottom right;
}
.slide-text-right.slide-full-width.slideshow__image {
    background-position: bottom center;
    background-size: 90%;
    top: auto;
    bottom: 0;
    margin-bottom: 0;
}
.mega-subtitle {
    margin: 0;
    text-transform: none;
    font-size: 1em;
}
.slideshow__text-content {
    text-align: left;
    padding-left: 60px;
}
.slidecopy {
    max-width: 560px;
    width: fit-content;
    margin: auto;
}
div#shopify-section-list-collections-template .collection-list__title {
    margin-bottom: 20px;
}
.system {
    padding: 45px 0 20px;
}
.system h3 {
    text-transform: uppercase;
}
.system-slider {
    max-width: 850px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.system-item {
    padding: 0 20px 0 0;
}
.system-list {
    padding: 0 0 40px;
}
.values-list {
    padding: 20px 0;
}
.index-section--flush + .index-section--flush.shopify-section-homepage-marquee {
    margin-top: -134px;
}
.press-quote {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
}
.press-quote img {
    height: 30px;
    width: auto;
}
.marquee-slider {
    background: #f9938a;
    padding: 10px 0;
}
.marquee-slider p {
    color: #fff;
    font-size: 16px;
    margin: 0 20px;
}
.marq-logos.marquee-slider {
    background: #fddfea;
    padding: 60px 0;
}
.collection-feature-choice,
.drop-down-show-hide {
    visibility: hidden;
    height: 0;
}
.active.collection-feature-choice,
.active.drop-down-show-hide {
    visibility: visible;
    height: auto;
}
.cat-trigger {
    background: #fff;
    color: grey;
}
.cat-trigger.active {
    background: #fcc0d6;
}
.collection-feature-choice .slick-list {
    padding: 0 10% 0 0;
}
.collection-feature-choice .slick-slide {
    opacity: 0.5;
    margin: 0 10px;
}
.collection-feature-choice .slick-slide.slick-active {
    opacity: 1;
}
.slick-next:before,
.slick-prev:before {
    color: red;
}
.grid-view-item {
    padding: 0;
    border-radius:  10px;
    overflow: hidden;
    border: solid #e3e3e3 1px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.text-center.bottom-refer h3 {
    text-transform: uppercase;
}
h2.site-footer__newsletter--header {
    text-align: center;
    margin-bottom: 0;
}
.slick-disabled {
    opacity: 0;
}
#shopify-section-list-collections-template .grid-view-item,
.grid-view-item #shopify-section-collection-template,
.grid-view-item .featured-collection {
    padding: 0;
}

.category-quote img {
    border-radius: 0;
}
img.insta-big-img {
    grid-row-end: span 2;
    grid-column-end: span 2;
}
@media screen and (max-width: 768px) {
    header.site-header .header-account-cart,
    header.site-header .header-mobile-nav {
        width: 90px;
        height: auto;
    }

  .product-single__meta {
    margin-top:20px;
    margin-left:auto;
  }
    .has-grandchildren p.small {
        font-size: 12px;
        max-width: 140px;
        text-overflow: unset;
        white-space: pre-wrap;
        line-height: 20px;
    }
    h2 {
        font-size: 1.85em;
    }
    .press-quote {
        display: block;
        text-align: center;
        flex-wrap: wrap;
        margin: 0 5vw;
        max-width: 90vw;
        padding: 10px 0;
    }
    .press-quote img {
        margin: auto;
        text-align: center;
        margin-top: 6px;
    }
    #shopify-section-homepage-press-logos .slick-track {
        display: block;
        align-items: center;
        justify-content: center;
    }
    .pro-tip {
        margin-top: 10px;
    }
    .collection-feature-choice .slick-slide {
        opacity: 1;
    }
    .collection-feature-choice .slick-list {
        padding: 0 1% 0 0 !important;
    }
    .learn-grid {
        flex-wrap: wrap;
    }
    .learn-grid div {
        display: block;
        width: 300px;
        margin: 20px 0 20px auto;
    }
    .learn-grid .learn-grid-2 {
        margin-left: 0;
        padding: 15px;
    }
    h2.slideshow__title {
        font-size: 1.8em;
        text-align: center;
    }
    .blog-slide__text-content,
    .slideshow__text-content {
        top: 158px;
    }
    .slideshow__text-content {
        text-align: center;
        padding-left: 5px;
    }
    .slideshow.slideshow--large {
        height: 640px;
    }
    .slick-active .slideshow__text-content.slide-text-right {
        right: 0;
        bottom: 0;
        top: auto;
        -ms-transform: translateY(-20%);
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    .mobile-reverse.slick-active .slideshow__text-content.slide-text-right {
        top: 158px;
        bottom: auto;
    }
    .slideshow__image.slide-text-right {
        top: 0;
        bottom: auto;
        background-position: top center;
        margin-bottom: -40px;
    }
    .learn-copy {
        padding: 0 20px;
    }
    .system-list {
        padding: 0 0 40px;
        margin-top: 16px;
    }
    section.full-bleed.text-center.system p {
        margin-top: 6px;
    }
    .full-bleed.text-center.system button {
        margin: 15px auto 0;
    }
    .system-item {
        padding: 0 4px;
    }
    .collection-list__product-card .grid-view-item {
        padding: 0;
        border-radius:  10px;
    }
    .dropdown-slider .slick-next,
    .dropdown-slider .slick-next:focus,
    .dropdown-slider .slick-next:hover,
    .dropdown-slider .slick-prev,
    .dropdown-slider .slick-prev:focus,
    .dropdown-slider .slick-prev:hover {
        height: 23px;
        width: 23px;
    }
    .full-bleed-split {
        flex-grow: 1;
        flex: 0 0 50%;
        flex: 100%;
        width: 100%;
        padding: 20px 0;
    }
    .full-bleed-split h2,
    .full-bleed-split p {
        padding: 0 20px;
        text-align: center;
    }
    .slideshow__image {
        background-position: bottom;
        background-size: 85%;
    }

    footer img {
        align-self: baseline;
        margin: auto;
        max-width: 206px;
    }
    .full-bleed-split h2.dark-pink {
        max-width: 300px;
        margin: 10px auto 20px;
    }
    .insta-container {
        padding: 10px;
    }
    .related-product__card .grid-view-item {
        border-radius:  0px;
    }
    .product-form__item.product-form__item--quantity {
        max-width: 100px;
        padding-right: 10px;
    }
   

    .grid-view-item .quick-add__container .quick-add--no-js,
    .grid__item.grid__item--collection-template.small--one-half.medium-up--one-third.collection-list__product-card .quick-add__container .quick-add {
        min-width: 95%;
    }
    .main-content {
        margin-bottom: -55px;
    }
    div#shopify-section-1602272582285 {
        padding-bottom: 30px;
    }
    .logo-slide.slick-slide {
        display: flex;
        align-items: center;
        height: 40px;
    }
    .learn-grid {
        flex-wrap: wrap;
        padding: 0 10px;
    }
   
    .slide-full-width.slideshow__image {
        background-size: contain;
    }
}


.product-images__slide.product-images__thumb {
    border-radius:  0px;
    background-size: cover !important;
    max-height: 100px;
    max-width: 100px;
}

.product-images__nav.slick-initialized.slick-slider .slick-track {
    display: flex;
    justify-content: center;
}
.placeholders label {
    background-size: cover !important;
}
.bold_option_set {
    position: relative;
}
.bold_option.bold_option_radio {
    width: 110%;
}
.bold_option_swatch .bold_option_value {
    display: none;
}
span.bold_option_element {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.box-choice-radio .bold_option_value {
    margin-right: 0;
    width: 33%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.bold_option_swatch span.bold_option_title {
    display: none;
}
.filter-menu {
    position: relative;
    z-index: 1;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    border: solid 1px pink;
    border-radius:  0px;
    padding: 6px 0;
    margin-bottom: 6px;
}
.filter-menu a {
    padding: 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.filter-dropdown {
    display: none;
    position: absolute;
    top: 0;
    text-align: center;
    background: #fff;
    width: 100%;
    border-radius: 18px;
    border: solid 1px pink;
    padding: 10px;
}
.filter-menu a,
li.filter {
    padding: 4px;
    position: relative;
}
.system-menu {
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 0;
    margin-bottom: 6px;
}
.system-dropdown {
    display: none;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    padding: 10px;
    background: #fddfea;
}
.system-menu:hover .system-dropdown {
    display: block;
}
.system-menu .pdp-link.active {
    border-radius: 0;
}

.system-menu .pdp-link {
    width: 100%;
    max-width: 100%;
    margin: auto;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    border-radius: 0;
}
.bold_option_value {
    margin-right: 0;
}
.product-template__container {
    max-width: 1700px;
    margin: auto;
    padding: 0 40px 40px;
}
.placeholders {
    flex-wrap: wrap;
}
@media screen and (max-width: 760px) {
    .polishChoiceContainer {
        padding: 20px 0;
    }
    .bold_option.bold_option_radio label {
        display: block;
        border-radius: 35px;
        padding: 10px 5px;
        min-width: 89px;
        text-align: center;
        margin: 0;
    }
    .product-template__container {
        padding: 0;
    }
    .filter-dropdown {
        position: fixed;
        top: 5vh;
        z-index: 100;
        left: 5vw;
        height: 90vh;
        border-radius: 0;
        border: none;
        width: 90vw;
    }
    .filter-dropdown::before {
        content: "";
        top: 0;
        position: fixed;
        background: #fff;
        height: 100vh;
        width: 100vw;
        left: 0;
        z-index: 5;
        opacity: 0.8;
    }
    .single-slide {
        max-width: 500px;
        margin: auto;
        width: 100%;
    }
    .placeholders > div {
        padding: 10px;
    }
    .placeholders label {
        height: 90px;
        width: 90px;
    }
    .single-slide {
        padding-left: 20px;
        padding-right: 20px;
    }
    .placeholders input[type="radio"] + label::after {
        content: "";
        position: relative;
        margin-bottom: -110px;
    }

    .prod-info {
        position: relative;
        z-index: 2;
        margin-bottom: 20px;
    }
    h2.related.title {
        margin-top: 20px;
    }
    .product-box .bold_option.bold_option_checkbox {
        position: initial;
    }
    .product-images__slider .slick-track {
        display: flex;
        align-items: baseline;
    }
    .product-single__meta .product-form {
        width: 93vw;
    }
    .product-single__photos {
        margin-bottom: 0;
    }
    .product-box .bold_option.bold_option_checkbox span.bold_option_title {
        max-width: unset;
    }
    .bold_option.bold_option_checkbox label {
        display: flex;
    }
}
.template-product h2 {
    font-weight: 300;
    font-size: 2.1rem;
}
.box-desc li {
    display: flex;
    flex-wrap: wrap;
}
.product-box .product-single__meta {
    border-radius:  0px;
}

p.intro-desc {
    font-size: 14px;
    text-align: center;
    padding: 10px;
}
.product-form__item.product-form__item--quantity,
.product-form__item.product-form__item--submit {
    margin: 0;
}
.product-box .product-form__item.product-form__item--submit {
    margin-top: 20px;
    margin: 0;
}
.add-to-cart-bar {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: no-wrap;
}
p.ship-notice.text-center {
    color: #fcc0d6;
    margin: 14px auto;
    font-weight: 700;
}
p.text-center.small.polish-descrip {
    margin: 17px auto -10px;
}
.multi-polish.box-desc span {
    height: 25px;
    width: 25px;
    border-radius:  0px;
    display: block;
    margin-right: 10px;
}
.multi-polish.box-desc ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.multi-polish.box-desc li {
    display: flex;
    flex-wrap: wrap;
    padding: 6px;
    font-size: 14px;
    width: 100%;
}
.pdp-upsell-text {
    text-decoration: underline;
    font-weight: 700;
    margin: 50px auto -10px;
    display: block;
}
.template-product h2 {
    font-weight: 700;
}
.box-desc.multi-polish {
    width: fit-content;
    margin: 10px auto;
}
.placeholders input[type="radio"] + label::after {
    line-height: 12px;
}
.placeholders div {
    margin-bottom: 13px;
}
h2.slideshow__title {
    font-size: 2.8em;
    text-align: left;
    font-weight: 600;
}
.pdp-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 0 auto 20px;
    padding: 0;
    text-align: center;
    background: #f59cbc;
}
.system-dropdown,
.system-menu {
    background: #ffb7af;
}
.pdp-link {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px;
    border-radius:  0px;
    width: 260px;
}
.pdp-link.active-pdp {
    background: #fff8f3;
}
li.pdp-link.active {
    background: #ffe6ee;
}
.arrow-drop::after,
.filter-menu a::after,
li.filter.all::after {
    content: ">";
    position: absolute;
    right: 10px;
}
.arrow-drop::after {
    right: 20%;
    font-weight: 600;
}
li.filter.all::after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.arrow-drop::after,
.filter-menu a::after {
    transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
ul.filter-dropdown p {
    color: #df7aad;
    font-size: 16px;
    opacity: 1;
    z-index: 10;
    position: relative;
}
.template-product .footer-menu-list h2 {
    font-size: 1em;
}
.toolbox .tb-hide {
    display: none;
}
.system-dropdown a,
.system-menu a {
    color: #fff;
}
li.pdp-link a {
    color: #fff;
}
li.pdp-link.active a {
    color: #f3a7bf;
}
.whats-inside {
    padding: 60px 20px;
}
.slick-slider .slick-list {
    opacity: 0;
    position: absolute;
}
.slick-slider.slick-initialized .slick-list {
    opacity: 1;
    position: relative;
    transition: opacity 0.2s ease-in;
}
.learn-copy p a {
    color: #595a5b;
    text-decoration: underline;
}
button a,
p {
    color: #595a5b;
}
h3,
p {
    margin: 0 auto;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.full-bleed-split {
    flex-grow: 1;
    flex: 0 0 50%;
}
p.small {
    font-size: 14px;
}
.mw-400 {
    max-width: 540px;
    margin: auto;
}
.mw-770 {
    max-width: 640px;
}
.left {
    text-align: left;
}
.dark-pink {
    color: #df7aad;
}
.new-page-width {
    max-width: 1440px;
    margin: auto;
}
.press-slider img {
    max-width: 160px;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover,
.slideshow .slick-next,
.slideshow .slick-prev {
    background: url(/cdn/shop/t/188/assets/right_small.png?v=5421924518772579363);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    top: 40%;
    z-index: 2;
    margin-top: 2px;
    position: absolute;
    background-size: contain;
}
.slideshow .slick-next,
.slideshow .slick-prev {
    background: url(/cdn/shop/t/174/assets/left_small.png?v=4847592290319840770);
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
}
.slick-prev {
    transform: rotate(180deg);
}
.slideshow .slick-next {
    transform: rotate(180deg);
}
.slideshow .slick-prev {
    transform: none;
}
.drop-col.slick-slide,
.slick-slide.slick-current.slick-active {
    outline: 0;
}
.slideshow__text-content {
    text-align: left;
    padding-left: 60px;
}
.slidecopy {
    max-width: 560px;
    width: fit-content;
    margin: auto;
}
.system {
    padding: 45px 0 20px;
}
.system h3 {
    text-transform: uppercase;
    font-weight: 700;
}
.system-slider {
    max-width: 975px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.system-item {
    padding: 0 20px 0 0;
}
.system-list {
    padding: 0 0 40px;
}
.values-list {
    padding: 20px 0;
}
.index-section--flush + .index-section--flush.shopify-section-homepage-marquee {
    margin-top: -134px;
}
.marquee-slider {
    background: #df7aad;
    padding: 10px 0;
}
.marquee-slider p {
    color: #fff;
    font-size: 16px;
    margin: 0 20px;
}
.marq-logos.marquee-slider {
    background: #fddfea;
    padding: 60px 0;
}
#shopify-section-homepage-feature-row p {
    max-width: 400px;
    margin: 10px auto 40px;
}
#shopify-section-homepage-feature-row button {
    background: #fff;
}
select#dropDown,
select#width_tmp_select,
span.select_intro {
    background-color: transparent;
    font-size: 65px;
    outline: 0;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    color: #df7aad;
    float: left;
    padding-right: 12px;
    padding-left: 0;
    width: auto;
}
select#dropDown options {
    font-size: 20px;
}
select#dropDown:checked {
    font-size: 80px;
}
select#dropDown::after {
    content: "^";
}
.dropdown-slider .slick-slide img {
    padding: 35px;
}
.dropdown-slider .slick-slide.slick-center img {
    padding: 0;
}
.dropdown-slider .slick-slide .quick-add__container,
.dropdown-slider .slick-slide p.small {
    display: none;
}
.dropdown-slider .slick-slide.slick-center .quick-add__container,
.dropdown-slider .slick-slide.slick-center p.small {
    display: block;
}
.dropdown-slider .slick-slide.slick-center p.small {
    margin: 20px auto 0;
}
.drop-col .quick-add__container a button {
    background-color: #fcc0d6;
    color: #595a5b;
}
div#shopify-section-homepage-dropdown-collections {
    margin-bottom: 80px;
}
div#shopify-section-homepage-insta p {
    margin: 30px auto;
}
.insta-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1200px;
    margin: auto;
    grid-gap: 20px;
}
.insta-container {
    max-width: 1100px;
    margin: auto;
}
.quote-contain {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: span 2;
}
.new-quote-slide p {
    font-size: 2em;
}
.new-quote-slide p.auth {
    font-size: 0.85em;
    margin-top: 60px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
}
.insta-pic {
    border-radius:  0px;
}
.new-quote-slider .slick-next,
.new-quote-slider .slick-prev {
    top: 80%;
    left: 20px;
}
.new-quote-slider .slick-next {
    left: 80px;
    margin-top: 2px;
}
a.grid-view-item__link.grid-view-item__image-container:focus {
    outline: 0;
}
.collection-select-tabs button {
    padding: 14px 40px;
    min-width: 80px;
    font-size: 12px;
    margin: 30px 10px;
}
img.press-logo {
    padding: 0 40px;
}
#shopify-section-homepage-press-logos .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}
span.select_intro {
    line-height: 95px;
}
.dropdown {
    position: relative;
}
.slick-initialized .slick-slide:focus {
    outline: 0;
}


@media screen and (max-width: 1260px) {
    .slide-full-width.slideshow__image {
        background-size: contain;
    }
}
.two-grid-content.text-center a {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .btn,
    button {
        font-size: 0.75em;
    }
    .quick-add {
    padding: 6px 10px;
    font-size: .7em;
    }
    span.select_intro {
        line-height: 54px;
    }
    .selection-pdp .product-form.product-form-container {
        position: inherit;
        flex-wrap: wrap;
    }
    h2 {
        font-size: 1.85em;
    }
    .press-quote {
        display: block;
        text-align: center;
        flex-wrap: wrap;
        margin: 0 5vw;
        max-width: 90vw;
    }
    .press-quote img {
        margin: auto;
        text-align: center;
    }
    .mega-subtitle {
        margin: 0;
        text-transform: none;
        font-size: 0.8em;
        padding: 0 10px;
    }
    #shopify-section-homepage-press-logos .slick-track {
        display: block;
        align-items: center;
        justify-content: center;
    }
    .pro-tip {
        margin-top: 10px;
    }
    .learn-grid {
        flex-wrap: wrap;
    }
    .learn-grid div {
        display: block;
        width: 300px;
        margin: 20px 0 20px auto;
    }
    .learn-grid .learn-grid-2 {
        margin-left: 0;
        padding: 15px;
    }
    .new-quote-slide p.auth {
        margin: 40px;
        margin-top: 54px;
    }
    .system-list {
        padding: 0 0 40px;
        margin-top: 16px;
    }
    section.full-bleed.text-center.system p {
        margin-top: 6px;
    }
    .full-bleed.text-center.system button {
        margin: 15px auto 0;
    }
    .system-item {
        padding: 0 4px;
    }
    #System-homepage-system {
        padding: 10px;
    }
    div#shopify-section-homepage-marquee {
        margin-top: -95px;
    }
    .template-product div#shopify-section-homepage-marquee {
        margin-top: 0;
    }
    .insta-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .insta-big-img {
        grid-column-start: 1;
        grid-column-end: span 2;
        grid-row-start: 5;
        grid-row-end: span 2;
        margin-top: -80px;
    }
    div#shopify-section-homepage-insta {
        padding: 0 5px;
    }
    .full-bleed-split {
        flex-grow: 1;
        flex: 0 0 50%;
        flex: 100%;
        width: 100%;
        padding: 20px 0;
    }
    .full-bleed-split h2,
    .full-bleed-split p {
        padding: 0 20px;
        text-align: center;
    }
    .system-item p {
        padding: 0 2px;
    }
    .slideshow__image {
        background-position: bottom;
        background-size: 85%;
    }
    .system {
        padding-top: 10px;
    }

    .mw-400.left {
        text-align: center;
    }
    .slick-slide img {
        display: block;
        margin: auto;
    }
    .dropdown {
        width: fit-content;
    }
    .dropdown:before {
        top: 19px;
        width: 20px;
        background-size: contain;
        height: 26px;
    }
    .no-js .blog-slide__text-content,
    .no-js .slideshow__text-content,
    .slick-active .blog-slide__text-content {
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-20%);
    }
    .slick-track .pro_cmp {
        font-size: 10px;
    }
    .slick-next,
    .slick-next:focus,
    .slick-next:hover,
    .slick-prev,
    .slick-prev:focus,
    .slick-prev:hover,
    .slideshow .slick-next,
    .slideshow .slick-prev {
        height: 13px;
        width: 13px;
    }
    .home-slideshow .slick-next,
    .home-slideshow .slick-next:focus,
    .home-slideshow .slick-next:hover,
    .home-slideshow .slick-prev,
    .home-slideshow .slick-prev:focus,
    .home-slideshow .slick-prev:hover,
    .home-slideshow .slideshow .slick-next,
    .home-slideshow .slideshow .slick-prev {
        height: 30px;
        width: 30px;
    }
    .drop-down-show-hide {
        margin: auto 20px;
    }
    .collection-select-tabs button {
        padding: 10px 5px;
    }
    .index-section--flush + .index-section--flush.shopify-section-homepage-marquee {
        margin-top: -90px;
    }
    .dropdown select {
        width: 233px;
    }
    span.select_intro {
        font-size: 36px;
    }
}
body.loading .modal-load {
    display: block;
}
body.loading {
    overflow: hidden;
}
body.loading .modal-load {
    display: block;
}
.modal-load {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
textarea.cart-note__input {
    background: #fff;
    min-height: 80px;
    margin: 10px 0;
    padding: 5px;
}
div#giftnote {
    text-align: center;
    font-size: 14px;
    margin: 7px auto;
}
.sign-up-container p {
    text-align: center;
    max-width: 380px;
}
.site-header__logo {
    margin: 0 auto;
    max-width: 50px;
}
.lof-contain {
    z-index: 0;
}
.the-olive-you-club section {
    text-align: center;
    max-width: 800px;
    margin: auto;
}
div#shopify-section-membership-top {
    background: #ee93be;
    padding-top: 0;
}
.membership-purchase-success section.membership-top {
    text-align: center;
    padding: 20px 0;
    background: #ec95bb;
}
.membership-purchase-success section.membership-top img {
    max-width: 450px;
    margin: 0 auto;
}
.membership-top h1,
.membership-top p {
    color: #fff;
    margin: 20px auto;
    max-width: 420px;
}
section.member-benefit-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 1000px;
}
section.highlight p {
    color: #fff;
}
div#shopify-section-membership-benefits {
    background: #fff4f8;
}
.member-benefit-row .aside {
    font-size: 12px;
}
div#shopify-section-membership-bottom {
    background: #ed93be;
}
section.membership-give {
    background: #fff;
    max-width: 100%;
    padding: 40px 10px;
}
section.highlight p {
    color: #fff;
    max-width: 400px;
}
section.highlight p b {
    font-size: 18px;
}
#shopify-section-membership-benefits section.highlight {
    background: #ee93be;
    max-width: 100%;
    padding: 40px 10px;
    color: #fff;
}
section.highlight img {
    max-width: 400px;
    width: 100%;
}
section.member-benefit-row {
    padding: 40px 0;
}
.membership-top button {
    background: #fff;
    margin-bottom: 20px;
}
section.member-benefit-row div {
    width: 300px;
}
.member-benefit-row h2 {
    font-size: 1.3em;
}
span.product-price.cross-out {
    text-decoration: line-through;
    color: grey;
}
.the-olive-you-club section.billboard {
    max-width: 100%;
}
a.member-nav-link::after,
a.member-nav-link:before {
    content: "";
    width: 20px;
    height: 18px;
    background: url(/cdn/shop/files/star.png?v=1608255482);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
    margin-bottom: -1px;
    padding-top: 4px;
    background-position: bottom;
    margin-left: 4px;
}
.member-nav-link {
    color: #df7aad;
}
div#customFields_membership label {
    width: 100%;
}
div#customFields_membership .bold-form-group:nth-child(n + 3) {
    width: 42%;
    margin-right: 1%;
    float: left;
}
div#customFields_membership .bold-form-group:nth-child(n + 5) {
    width: 140px;
    margin-right: 1%;
    float: left;
    padding-top: 10px;
}
div#customFields_membership .bold-form-group:nth-child(5):before {
    content: "Member Birthday (optional)";
    width: 100%;
    position: absolute;
    margin-top: -15px;
}
@media screen and (max-width: 768px) {
    div#customFields_membership .bold-form-group:nth-child(n + 5) {
        width: 100px;
    }
}
.learn-grid {
    display: flex;
    align-items: baseline;
    max-width: 1200px;
    margin: auto;
}
.learn-copy {
    max-width: 420px;
    margin: auto;
}
.learn-grid-1 {
    margin-top: -40px;
    align-self: flex-start;
}
.learn-grid-2 {
    margin-bottom: -60px;
    align-self: flex-end;
}
.pro-tip {

    background-image: linear-gradient(to left, #ffb5c833 100%, #ffb09033 0);
    width: fit-content;
    margin: 100px auto 0;
    padding: 20px 40px;
    font-size: 14px;
}
iframe#kustomer-ui-sdk-iframe {
    bottom: 63px !important;
    right: 10px !important;
}
.learn-grid button {
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .mobile-reverse .slideshow__image {
        top: 0;
        bottom: auto;
        background-position: top center;
        margin-bottom: -40px;
    }
    .mobile-reverse .slideshow__text-content {
        right: 0;
        bottom: 0;
        top: auto;
        -ms-transform: translateY(-48%);
        -webkit-transform: translateY(-48%);
        transform: translateY(-48%);
    }
    button.cc-btn {
        min-width: 170px;
    }
}
.grid-three-up {
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
}

.collection-list__product-card {
    width: 19%;
    margin:.5%;
    z-index: 2;
    position: relative;
    min-width: 240px;
    max-width:260px;
  margin-bottom:15px;
}
.collection-matrix {
    display: flex;
    flex-flow: wrap;
    justify-content:center;
}
@media screen and (max-width: 768px) {
    .grid-three-up {
        grid-template-columns: repeat(2, 1fr);
    }
  .collection-matrix {
    justify-content: space-between;
}
    .collection-list__product-card {
        width: 48%;
      min-width:unset;
    }
    .sticky-bar .product-form__item.product-form__item--quantity {
        display: none;
    }
    div.product-form.product-form-container.sticky-bar {
        width: 101vw;
        left: 0;
        bottom: 8px;
    }
    .sticky-bar .product-form__cart-submit--small {
        min-width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .sticky-bar .product-form__cart-submit--small {
        background: #e07aad;
        color: #fff;
    }
    .product-form-container.product-form.active.sticky-bar {
        box-shadow: #333 0 8px 12px 1px;
    }

}
 

  .main-content.scrolled-down {
    padding-top: 140px;
}
.extra-mes{display:none;background: #ffeaec;}
  .scroll-to-fixed-fixed .extra-mes{
    display:block;
  }
  

  .billboard {margin-top:-2px;}
  section.billboard img {
    margin-bottom: 0px;
}
.small--hide.billboard-contain {
    max-width: 1400px;
    margin: auto;
    border-radius:  0px;
    overflow: hidden;
}
  .slideshow.slideshow--large {height: calc(100vh - 214px);}
  @media screen and (max-width:780px){
  .slideshow.slideshow--large {height: calc(100vh - 60px);}

     .mobile-reverse.slick-active .slideshow__text-content.slide-text-right{top: 135px;}
  .main-content.scrolled-down {
    padding-top: 150px;
  }
    
  }


.site-header .icon-hamburger {

    padding-top: 6px;
}

 .header-desktop-nav li{
   margin:auto 20px;
 }

  .header-desktop-nav ul{  
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
  }
    .st0{fill-rule:evenodd;clip-rule:evenodd;fill:{{settings.color_text}};}
  .ajaxcart__qty.Free.dry,.Free.Dry .js-qty {
    display: none; 
}
     #CartDrawer .cart-drawer .drawer__close svg {
    	fill: #e07aad;
	}
    .ship-message {display:none;}
  .AfternoonPolish  .ship-message, .PleasePolish .ship-message,.pleasePolish .ship-message, .SconePolish .ship-message, .MilkPolish .ship-message, .InvitedPolish .ship-message, .SandwichPolish .ship-message {display:block;}

  .billboard-contain {
    text-align: center;
}
.full-width {
    background: white;
    position: relative;
}  
  .billboard-contain {line-height:0}
  .dark-visible .billboard-contain {
    line-height: unset;
    padding: 20px 0;
    border-bottom: solid 4px;
    border-top: solid 4px;
}
  .billboard.dark-visible .theme-toggler{
      text-align:center;
    margin: auto;
    display: block;
  }
button.btn.qadd.add_pad.quick-adder.top-bar {
    background: none;
    padding: 0;
    border: none;
  max-width:1600px;
}
  @media screen and (max-width:780px){
    section.billboard img {
    margin-bottom: 0px;
    }
      .main-content {
    padding-top: 0px;
}
}
    @media screen and (max-width:1150px){
    .medium--hide {
    display:none;
    }
}

    @media screen and (min-width: 860px){
header.site-header .header-mobile-nav {
    display: block;
}

      .drawer--left {
    width: 500px;
    left: -500px;
    border-right: 1px solid #f7b3d2;
}
      -left {
    display: block;
    -ms-transform: translateX(500px);
    -webkit-transform: translateX(500px);
    transform: translate(500px);
}

    }
  
  
.ajaxcart__product-image {
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    border-radius:  0px;
    border: solid 1px #fff;
    display: flex;
    height: 70px;
    width: 70px;
    margin-right:10px;
}
.ajaxcart__product-image img {
    align-self: center;
}
.ajaxcart__row .grid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
details#gift_note_details {
    background: white;
    border-radius: 0;
}
.ajaxcart__row {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f7b3d2;
}
.ajaxcart__inner {
    margin-bottom: 10px;
}

div#giftnote {
    margin: 15px auto 10px;
    color: #e07aad;
}

.cart-drawer .drawer__header {
    margin: 0 0 15px;
}
.cart-drawer .drawer__close-button {
    top: -2px;
}
p.text-center.ajaxcart__shipping-info {
    font-size: 0.7rem;
    margin: -10px auto 22px;
    color: #e07aad;
    text-transform: uppercase;
}
progress {
    background: #fff;
    color: #fff;
    appearance: none;
    background-image: none;

}
progress[value] {
    -webkit-appearance: none !important;
    appearance: none;
    width: 100%;
    height: 15px;
    padding: 4px;
    top: -10px;
    position: relative;
    left: -4px;
}
progress[value]::-webkit-progress-bar {
    background-color: #fff;
    border-radius:  0px;
}
progress[value]::-webkit-progress-value {
    background: #df7aad;

}
.clearHeader {
    background: #fff;
}

.theme-toggler {
    background: 0 0;
    padding: 0;
    text-align: left;
    text-decoration: underline;
}
.dark-visible,
.darkmode .light-visible {
    display: none;
}
.darkmode .dark-visible {
    display: initial;
}
body.darkmode {
    background: 0 0;
}
body.darkmode .bootcamp-copy h2 {
    color: #e88cc0;
}
body.darkmode .btn {
    background: #fff;
    color: #565656;
    border: solid 1px;
}
body.darkmode .main-content {
    background: #fff;
}
body.darkmode .mani-press-on h2,
body.darkmode li {
    color: #333;
}
body.darkmode .grid-view-item .quick-add__container .quick-add,
body.darkmode .grid-view-item .quick-add__container .quick-add--no-js,
body.darkmode .mani-sys .btn,
body.darkmode .prod-holder .quick-add,
body.darkmode button a {
    color: #000;
    text-decoration: none;
    background: #fff;
}
body.darkmode .marquee-slider {
    background: #414141;
}
body.darkmode .mani-press-on {
    background: #fff;
}
body.darkmode .dark-pink,
body.darkmode p {
    color: #000;
}
body.darkmode .site-header__cart-count {
    background-color: #f59cbc !important;
}
body.darkmode .grid-view-item__vendor,
body.darkmode h2 {
    color: #000 !important;
}
body.darkmode h1,
body.darkmode h2,
body.darkmode h3,
body.darkmode h4,
body.darkmode img,
body.darkmode p {
    -webkit-filter: saturate(200%);
}
body.darkmode .pic-container,
body.darkmode .product-card__image-wrapper > img {
    -webkit-filter: saturate(120%);
}
body.darkmode .announcement-bar__message {
    color: #000;
}
body.darkmode .drawer {
    background: #fff;
}
body.darkmode .st0 {
    fill: #2e2e2f !important;
}
body.darkmode .pro_cmp.prod_grid_cmp {
    background: #fff;
    color: #232323;
    border: solid 1px;
    padding-top: 0;
    -webkit-filter: saturate(120%);
    font-size: 14px;
    line-height: 20px;
}
body.darkmode .grid-view-item {
    border: solid #333 2px;
}
body.darkmode .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile,
body.darkmode .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile,
body.darkmode .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile,
body.darkmode .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile {
    background: #3e3e3e;
}
body.darkmode .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon,
body.darkmode .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon,
body.darkmode .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon,
body.darkmode .yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon {
    color: #333;
}
body.darkmode .marquee-slider p {
    color: #fff;
}
body.darkmode .cart-drawer .ajaxcart__qty button,
body.darkmode .cart-drawer .ajaxcart__qty input,
body.darkmode .menu-drawer .ajaxcart__qty button,
body.darkmode .menu-drawer .ajaxcart__qty input {
    border-color: #595952;
    font-family: Futura, sans-serif;
    font-size: 0.7rem;
    background: #fff;
}
body.darkmode .member-price,
body.darkmode .member-price a {
    color: #232323;
}
@media only screen and (max-width: 749px) {
    #theme-toggler {
        text-align: center;
    }
    body.darkmode .pro_cmp.prod_grid_cmp {
        height: 60px;
        width: 60px;
        top: 0;
    }
}
