/** Shopify CDN: Minification failed

Line 1180:4 Unexpected "{"
Line 1180:5 Expected identifier but found "%"
Line 1180:59 Unexpected "{"
Line 1180:60 Expected identifier but found "%"

**/
/* CUSTOM CSS */
::placeholder {
  font-size: 0.7rem;
}
.pointer {
  cursor: pointer;
}
.uppercase {
  text-transform: uppercase;
}
.white {
  color: #FFF;
}
.register__accepts-marketing {
  display: flex;
  align-content: center;
}
.sale-link {
  color:var(--colorSalePrice) !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}
.sale-link, .sale-link:hover {
  font-weight: 900;
}
.no-padding {
  padding: 0 !important; 
}
.no-margin {
  margin: 0; 
}
.no-margin-bottom {
  margin-bottom: 0; 
}
.margin-bottom-3 {
  margin-bottom: 3px; 
}
.margin-bottom-5 {
  margin-bottom: 5px; 
}
.margin-bottom-15 {
  margin-bottom: 15px !important; 
}
.margin-bottom-50 {
  margin-bottom: 50px !important; 
}
.margin-top-n8 {
  margin-top: -8px; 
}
.margin-top-n25 {
  margin-top: -25px;
}
.margin-eq15 {
  margin: 15px auto; 
}
.padding-top-34 {
  padding-top: 34px;
}
.padding-left-20 {
  padding-left: 20px !important; 
}
.btn:hover {
  background-color: var(--colorBtnPrimaryText);
  color: var(--colorBtnPrimary);
  border-color: var(--colorBtnPrimary);
}
.modal .btn:not([disabled]):hover {
  color: var(--colorBtnPrimary);
}
.drawer .cart__checkout:hover {
  color: var(--colorBtnPrimaryText);
}
.btn--custom {
  padding: 18px 40px;
}
.btn--slideshow {
  background: var(--colorBtnPrimaryText);
  border-color: var(--colorBtnPrimaryText);
  color: var(--colorTextBody);
  transition: all 0.3s ease-in-out;
}
.btn--slideshow:hover {
  background-color: transparent !important;
  background: transparent;
  border-color: var(--colorBtnPrimaryText) !important;
  color: var(--colorBtnPrimary);
}
.hero__link .btn:hover {
  border-color: var(--colorBtnPrimaryText); 
}
.account-register__link,
.account-login__link {
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  font-weight: 700;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  margin-bottom: 50px;
}
.address-edit-toggle,
.btn-address-delete {
  margin-top: 0;
}
.btn--signin {
  background-color: var(--colorBtnPrimary);
  color: var(--colorBtnPrimaryText);
}
.section-header__subtitle {
  margin: 5px auto 0;
  font-size: var(--typeBaseSize);
  font-family:var(--typeBasePrimary),var(--typeBaseFallback);
  font-weight:var(--typeBaseWeight); 
}
.custom-title--wrapper .custom-title {
  margin-bottom: 25px; 
}
.cart--notes label {
  font-size: var(--typeBaseSize);
}
.info-message {
  font-size: 0.65rem;
  font-style: oblique;
  text-align: left; 
}
.agree-to-terms {
  font-size: .7rem;
  font-style: oblique;
  text-align: center;
  margin-top: 5px;
}
.cart--remove, .underline {
  font-size: 0.7rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.newsletter-image {
  max-width: 598px;
  margin: 0 auto; 
}
.popup-cta { 
  margin-bottom: 15px;
}
.popup-cta a {
  background-color: var(--colorBtnPrimary);
}
.snptwdgt__headng.snptwdgt__headn--0.h2 {
  margin-bottom: 0;
}    
.rte p.snptwdgt__subheadng.snptwdgt__headn--0 {
  margin-bottom: 30px;
}
.edit-account h3 a {
  font-size: var(--typeBaseSize) !important;
  font-weight: 400 !important;
}
.btn:focus {
  border-color: var(--colorBtnPrimary);
  outline: 0;
}
/* HEADER */
.site-header:not(.site-header--password) {
  padding: 0;
}
.site-header--stuck {
  box-shadow: 0 5px 5px -5px rgba(0,0,0,.2);
}
.announcement__text {
  font-size: var(--typeBaseSize);
}
/* HELIUM */
.cf-edit-account-link { display: inline !important; }
.form-vertical .btn.cf-button {
  margin-bottom:0;
}
#NewsletterPopup-newsletter-popup .form__submit--large {
  color: var(--colorBtnPrimary); 
}
#NewsletterPopup-newsletter-popup .form__submit--small .icon {
  color: var(--colorTextBody); 
}
#NewsletterPopup-newsletter-popup .input-group-btn .btn:hover span,
#NewsletterPopup-newsletter-popup .input-group-btn .btn:hover .icon {
  color: var(--colorBtnPrimaryText); 
}
#StickyHeaderWrap {
  height: auto!important;
}
[data-section-type="featured-collection"] .grid-product__content {
  margin-bottom: 20px; 
}
@media only screen and (max-width:589px){
  .rte .enlarge-text,
  .rte .enlarge-text p,
  .rte .enlarge-text span {
    font-size:calc(var(--typeBaseSize)*1.13);
  }
  .grid-product__title {
    font-size: calc(var(--typeBaseSize)*1.2*.75);  
  }
  .grid-product__price {
    font-size: calc(var(--typeBaseSize)*.9*.85);
  }
  [data-section-type="featured-collection"] .grid-product__content {
    margin-bottom: 0; 
  }
  [data-section-type="featured-collection"] .grid-product__content .grid-overflow-wrapper {
    padding-bottom: 0; 
  }
}
[data-animate_underlines=true] .site-footer .collapsible-content p a {
  border-bottom-color: var(--colorFooter); 
}
/** CART DRAWER PROGRESS BAR **/
.promo-text {
  color: #000;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
}
.promo-text p {
  font-size: calc(var(--typeBaseSize) * 0.66);
  margin-bottom: 0;
}
.shop-message {
  font-size: calc(var(--typeBaseSize) * 0.75);
}
.percentage {
  position: relative;
  text-align: center;
  font-size: calc(var(--typeBaseSize) * 0.75);
}
.template-cart .promo-text {
  display: none; 
}
.ajaxcart__note {
  text-align: left;
}
.drawer-progBar {
  background-color: #E8E8E1;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 15px 0;
}
.drawer-progBar span {
  background-color: #7b7070;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: width 0.75s;
  background-size: 30px 30px;
}
.stripes.animated {
  animation: animate-stripes 2s linear infinite;
  background-image: linear-gradient(135deg, rgba(0,0,0, 0.5) 25%, transparent 25%, transparent 50%, rgba(0,0,0, 0.5) 50%, rgba(0,0,0, 0.5) 75%, transparent 75%, transparent);
}
@keyframes animate-stripes {
  0% {
    background-position: 0 0; }
  
  100% {
    background-position: 60px 0;
  }
}
::-webkit-scrollbar {
  max-width: 10px;
  max-height: 10px;
}
::-webkit-scrollbar-track {
background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #E8E8E1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #C1C1C1;
}
/* SOLD OUT OVERLAY */
.grid-product__tag--sold-out .grid-product__image-mask {
  opacity: 0.3; 
} 
/* CUSTOM COLLAPSIBLE */
.custom-product-block .collapsible-content.is-open {
  height: auto !important; 
}
.custom-block--full {
  width: 100%;
}
.custom-collapsible-block .collapsibles-wrapper {
  border: 1px solid #000;
  padding: 0 15px;
}
.custom-collapsible-block {
  margin-bottom: 5px; 
}
.custom-collapsible-block .collapsible-trigger-btn {
  padding: 18.85714px 0; 
}
.custom-collapsible-block .collapsible-content__inner {
  display: inline-block;
  width: 50%;
}
.custom-collapsible-block .rte {
 margin-top: 0; 
}
.custom-collapsible-block hr {
  margin:0;
}
/* CUSTOM COLLECTION SWITCHER */
@media only screen and (max-width: 414px) {
  .custom-collection-switcher .collection-switcher__title {
    font-size: calc(var(--typeHeaderSize) * .55)
  }
}
/* PRODUCT SUBTITLE */
.collection-type {
  font-size: 10px;
  font-style: oblique;
}
.grid-product__meta {
  text-align: center;
}
.sale-price {
  font-weight: 700;
}
/* CART PAGE */
.template-cart .ajaxcart__note {
  background-color: var(--colorBtnPrimary);
  color: var(--colorBtnPrimaryText);
  padding: 2px 5px;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 15px;
  opacity: 1;
}
.template-cart .ajaxemp_note {
  background-color:var(--colorTextBody);
  color: var(--colorBtnPrimaryText);
  padding: 2px 5px;
  margin-top: 5px;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: var(--typeBaseSize);
  font-style: oblique;
  font-weight: 700;
}
.cart__checkout-wrapper {
  margin: 0;
}
.cart__variant-meta {
  margin-bottom: 0;
}
.cart__item-row--left {
  text-align: left; 
}
.cart-collapsible {
  cursor: pointer; 
}
.icon.icon-help {
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.send_as_gift_label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: calc(var(--typeBaseSize)*.8);
  font-weight: 700;
}
.small-subs {
  font-size: calc(var(--typeBaseSize)*0.784);
  text-indent: 22px;
  font-style: oblique;
}
.agree-to-terms {
  font-size: .7rem;
  font-style: oblique;
  text-align: center;
  margin-top: 5px;
}
.drawer .cart__item-row {
  margin-bottom: 0;
}
.cart__product-name {
  margin-bottom: 0;
}
.show-gift {
  margin-left: 5px;
}
#CartDrawer .cart__checkout-wrapper {
  margin-top: 15px;      
}
#gift_info {
  height: 0;
  transition: all 0.2s ease-out 0s;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-size: 0.7rem;
  font-weight: 400;
  overflow: hidden;
  text-transform: none;
  letter-spacing: 0;
}
/* ADDRESS FINDER */
.ah-link {
  width: 100% !important;
  text-align: left;
  font-size: 0.7rem;
  font-family:var(--typeBasePrimary),var(--typeBaseFallback);
}
.icon-map {
  margin-right: 10px;
  margin-top: -6px;
}
.cart__address_finder {
  width: 100% !important; 
}
.cart--notes {
  padding-bottom: 30px; 
}
.address-finder-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 1px;
  font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);
}
.address-finder-half {
  width: 49.5%;
  display: inline-block;
}
.default-address,
.template-customers-addresses p {
  text-transform: capitalize; 
}
.js-address-form input,
.js-address-form select {
  text-transform: uppercase; 
}
.btn-add-address,
.btn-edit-address {
  margin-bottom: 0 !important;
  text-transform: capitalize !important;
  font-size: 14px;
  margin-right: 15px;
}
.selected-address-text {
  text-transform: uppercase;
}
#helper-link {
  margin-left: 5px;
}
#AddressNewForm {
  margin-bottom: 50px; 
}
#AddressFinder input {
  width: 100%;
  font-size: var(--typeBaseSize);
  border: 1px solid var(--colorDrawerBorder);
  background: #fff;
  margin: 5px 0;
}
#AddressFinder select {
  appearance: none;
  width: 100%;
  border: 1px solid rgb(217, 217, 217);
  padding: 0.92857em 0.78571em;
  word-break: normal;
  margin: 5px 0; 
}
#AddressFinder .bottom-btn {
  width: 100%;
  text-align: center;
  margin-top: 15px; 
}
#AddressFinder .bottom-btn .save--btn {
  color: var(--colorBtnPrimaryText);
}
#AddressFinder .bottom-btn .save--btn:hover {
  color: var(--colorBtnPrimary);
}
/* MODAL HELPER */
#ModalHelper.modal--square .modal__centered-content {
  min-height: 1px;
  padding: 40px 40px 20px;
  border: 2px solid black;
}
#ModalHelper .confirm-delete-address {
  color: var(--colorBtnPrimaryText);
  margin-left: 15px;
}
#ModalHelper .confirm-delete-address:hover {
  color: var(--colorBtnPrimary);
}
#ModalHelper .modal-buttons {
  margin-top: 25px; 
}
#ModalHelper .confirm-delete-item {
  color: var(--colorBtnPrimary); 
}
#ModalHelper .confirm-delete-item:hover {
  color: var(--colorBtnPrimaryText); 
}
/* LIQUID LIMIT */
.frag-notif {
  background-color: #F2DEDE;
  border-color: #F2DEDE;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  color: #a94442;
  font-weight: bold;
  text-align: center;
  font-size: 0.8rem;
  display: none;
}
/* PREORDER */
.preorder-warning {
  background-color: #f0ad4e6e;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #f0ad4e6e;
  border-radius: 4px;
  color: #a94442;
  font-weight: 700;
}
.preorder-items,
.preorder-items p {
  margin-top: 15px; 
}
.modal-buttons-for-preorder  {
  text-align: center; 
}
/* STITCHING */
.product-stitch {
  margin: 15px 0; 
}
.other-color {
  display: inline-block;
  width: 50px;
  margin: 3px 5px;
  cursor: pointer;
  overflow: hidden;
}
.other-color img {
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px; 
}
.other-color .image-wrap {
  display: block;
  position: relative;
  transition: transform 2s ease-out 0s;
}
/* GWP */
#modal-gwp .collect-button {
  background-color: transparent;
  color: var(--colorBtnPrimary);
  border-color: var(--colorBtnPrimary);
}
#modal-gwp .collect-button:hover {
  background-color: var(--colorBtnPrimary);
  color: var(--colorBtnPrimaryText);
}
/* BLACK BUTTONS */
.collection-custom-button {
  width: 45%;
  padding: 1.5rem;
  margin: 10px 15px;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  flex-basis: 50%;
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
  display: inline-block;
  background: #000;
  color: #FFF;
  border-radius: 25px;
  border: 2px solid #000; 
}
.collection-custom-buttons-container a:after {
  display: none;
}
@media only screen and (max-width:589px){
  .collection-custom-button {
    width: 49% !important;
    margin: 5px auto !important;
    font-size: 0.6rem !important;
    padding: 0.5rem !important;
  }
}
/* JUDGE.ME */
.jdgm-widget label.jdgm-cf__option {
  font-family:var(--typeBasePrimary),var(--typeBaseFallback);
  letter-spacing: normal;
  text-transform: none;
  font-size: 0.8rem;
}
.jdgm-rev__title {
  text-transform: uppercase;
  font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);
}
.jdgm-revs-tab__header .jdgm-close-ico {
  right: 20px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.jdgm-revs-tab-btn {
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  font-family:var(--typeBasePrimary),var(--typeBaseFallback);
  background-color: var(--colorDrawerText) !important;
  border: none;
}
/* TITLE HIGHLIGHT */
.title-highlight-header {
  margin-top: 50px;
  text-align: center; 
}
.title-highlight {
  font-size: 35px;
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
  text-align: center;
  border-bottom: 2px solid #000;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.title-highlight-content {
  background: var(--colorBody); 
  padding:0 10px;
}
.title-highlight-focus {
  border: 2px solid var(--colorTextBody);
  border-radius: 30px;
  padding: 5px 10px; 
}
.title-highlight-focus.red {
  border-color: var(--colorBtnPrimary);
}
@media only screen and (max-width: 589px) {
 .title-highlight {
    font-size: 25px; 
  }
  .title-highlight:before,
  .title-highlight:after {
    display: none; 
  }
  .title-highlight--container .index-section {
    margin: -15px auto 34px; 
  }
}
/* CUSTOM GRID */
.custom-grid .grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  grid-auto-rows: 1fr;
}
.custom-grid .grid__item {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}
.custom-grid-header {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-weight: 700;
}
.custom-grid-details {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 24px;
  justify-content: center;
}
.custom-grid-details .btn {
 font-size: 12px;
 letter-spacing: 1px; 
}
@media only screen and (max-width: 750px) {
  .custom-grid .small--one-whole {
    width: 100%; 
  }
}
@media only screen and (min-width:570px) and (max-width:926px) {
  .custom-grid .custom-grid-header {
    font-size: calc(var(--typeHeaderSize)*.55); 
  }
  .custom-grid .custom-grid-text p {
    font-size: calc(var(--typeHeaderSize)*.30); 
  }
}
/* CAMPAIGN TAGS */
.campaign-tags__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.campaign-tags__text p,
.campaign-tags__text a {
  display: inline-block;
  padding: .5em 1em;
  font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin: 8px;
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
  line-height: 1.2em;
}
@media only screen and (max-width: 589px) {
  .campaign-tags__text p,
  .campaign-tags__text a {
      font-size: 12px;
      padding: .5rem;
      margin: 4px;
  }
}
/* SVG ROW */
.svg-row__wrapper {
  margin: 35px auto 50px;  
}
.svg-row__container {
  line-height: 1;
}
.svg-row__wrapper .grid__item {
  padding-left: 10px;
}
.svg-row__icon {
  width: 75px;
  margin: 15px auto;
  height: 75px;
}
@media only screen and (max-width: 589px) {
  .svg-row__icon img {
    width: 40px;
    height: 40px;
  }
}
.svg-row__title {
  font-size: var(--typeBaseSize);
  font-family: var(--typeHeaderPrimary),var(--typeBaseFallback);
}
.svg-row__btn {
  display: flex;
  justify-content: center;
  margin: 25px auto 0;
  padding: 11px 30px;
  background-color: var(--colorFooterText);
  color: var(--colorBtnPrimaryText);
  max-width: 25%;
}
.svg-row__btn:hover {
  background-color: transparent;
  border-color: var(--colorFooterText);
  color: var(--colorFooterText);
}
@media only screen and (min-width: 590px) {
  .svg-row__wrapper .grid__item:first-child {
    margin-left: -10px;
  }
}
@media only screen and (max-width:589px) {
  .svg-row.huge-section { margin: 50px auto; }
  .svg-row {
    max-width: 90%;
    margin: 0 auto;
  }
  .svg-row__container {
    display: flex;
    align-content: center;
    margin-bottom: 25px;
  }
  .svg-row__wrapper {
    margin: 40px auto 0;
  }
  .svg-row__icon {
    margin: 0;
    margin-right: 20px;
    align-self: center;
    flex: 0 0 40px;
    height: auto;
  }
  .svg-row__title {
    align-self: center;
    text-align: left;
    font-size: calc(var(--typeBaseSize) - 4px);
  }
  .svg-row__btn {
    max-width: 80%;
    margin-top: 0;
  }
}   
/* ICON WIDGET */
.icon-widgets__header {
  margin: 50px; 
}
.icon-widgets__container {
  background: #f9f9f9;
  border: 1px solid black;
  padding: 10px 40px;
  min-height: 265px;
}
@media only screen and (max-width:589px) {
.icon-widgets__container {
  margin: 10px 40px;
  padding: 10px 20px;
  min-height: auto;
}
}
.icon-widgets__btn {
  display: flex;
  justify-content: center;
}
.icon-widgets__icon {
  display: flex;
  width: 75px;
  height: 75px;
  margin: 15px auto;
}
.icon-widgets__description {
  margin: 15px auto;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
/* CONTACT WIDGET */
.contact-widgets { margin: 0 }
.contact-widgets__header {
  margin: 50px; 
}
.contact-widgets__container {
  background: #f9f9f9;
  border: 1px solid black;
  padding: 10px 40px;
  min-height: 265px;
}
@media only screen and (max-width:589px) {
.contact-widgets__container {
  margin: 10px 40px;
  padding: 10px 20px;
  min-height: auto;
}
}
.contact-widgets__btn {
  display: flex;
  justify-content: center;
  width: 100%;
}
.contact-widgets__icon {
  display: flex;
  width: 75px;
  height: 75px;
  margin: 15px auto;
}
.contact-widgets__description {
  margin: 15px auto;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.email-form__content {
margin: 0;
max-height: 0;
overflow: hidden;
transition: max-height 0s ease;
}
.email-form__content.active {
margin: 34px 0;
}
@media only screen and (min-width:590px) {
.email-form__content.active{
  margin:100px 0;
}
}
/* ICON FEATURES */
.huge-section {
  margin: 120px auto;
}
.icons-feature {
  margin-top: -25px; 
}
.icons-features-icon {
  width: 50px;
  margin: 15px auto;
}
.icons-feature-title {
  font-family: var(--typeBasePrimary),var(--typeBaseFallback);
}
.icons-features-subtitle {
  margin: 0 auto;
  width: 80%;
}
@media only screen and (max-width: 589px) {
  .huge-section {
    margin: 34px auto; 
  }
  .icons-feature .grid .grid__item {
    padding-left: 12px; 
  }
  .icons-feature__wrapper {
    padding: 0; 
  }
  .icons-feature-title {
    font-size: 70%;
  }
}
/* ICON FEATURES */
.huge-section {
  margin: 120px auto;
}
.icons-feature {
  margin-top: -25px; 
}
.icons-features-icon {
  width: 50px;
  margin: 15px auto;
}
.icons-feature-title {
  font-family: var(--typeBasePrimary),var(--typeBaseFallback);
}
.icons-features-subtitle {
  margin: 0 auto;
  width: 80%;
}
@media only screen and (max-width: 589px) {
  .huge-section {
    margin: 34px auto; 
  }
  .icons-feature .grid .grid__item {
    padding-left: 12px; 
  }
  .icons-feature__wrapper {
    padding: 0; 
  }
  .icons-feature-title {
    font-size: 70%;
  }
}
/* CUSTOM NEWSLETTER */
.custom-newsletter {
  display: flex;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.custom-newsletter__content {
  align-self: center;
}
.custom-newsletter-form {
  padding: 20px 0 0px;
  flex-basis: 50%;
}
.custom-newsletter .btn,
.custom-newsletter .btn::before {
  border-radius: 0 !important; 
}
.custom-newsletter .newsletter__input-group {
  margin: 0 0 20px auto; 
}
.custom-newsletter__title {
  font-size: calc(var(--typeHeaderSize) + 10px);
}
.custom-newsletter-text {
  flex-basis: 80%; 
}
@media only screen and (max-width:1200px) {
   .custom-newsletter {
      display: block;
      text-align: center; 
   }

  .custom-newsletter .newsletter__input-group {
      margin: 0 auto; 
  }
}
/* NOTE */
.product--note {
  font-size: 80%; 
}
.image-row.grid--no-gutters .grid__item {
  padding: 0;
  margin-left: -0.02px;
  margin-bottom: 0;
}
/* IMAGE ROW */
.image-row--adjust {
  margin-bottom: 10px; 
}
.image-row .skrim__title {
  font-size: calc(var(--typeHeaderSize)*0.71);
  font-family: var(--typeBasePrimary),var(--typeBaseFallback);
  width: 100%;
  font-weight: var(--typeBaseWeight);
}
.image-row .skrim__link:hover .skrim__title {
  transform: none; 
}
@media only screen and (max-width:589px) {
   .image-row--adjust {
      margin-bottom: 0; 
  }
}
/* BADGES */
.badge-container {
  position: absolute;
  width: 70px;
  margin: 10px;
  z-index: 2; 
}
.border-container img {
  position: absolute;
  z-index: 1; 
}
@media only screen and (max-width: 769px) {
  .badge-container {
      width: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .badge-container {
      width: 35px;
  }
}
/* INDEX SECTION REPLICA */
.proper-space {
  margin: 34px 0;
}
@media only screen and (min-width: 590px) {
  .proper-space {
    margin: 36px 0;
  }
}
/* CUSTOM BADGE */
.custom-badge {
  background-color: #000;
  color: #FFF;
  position: absolute;
  bottom: 0;
  right: 0px;
  left: 0;
  text-align: center;
  font-family: var(--typeBasePrimary),var(--typeHeaderFallback);
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  z-index: 1;
  padding: 5px 0 3.5px;
  font-size: 0.55rem;
}
.custom-badge.promo {
  background: var(--colorSaleTag);
  color: var(--colorBtnPrimaryText);
}
@media only screen and (max-width: 589px) {
  .custom-badge {
      font-size: 0.5rem; 
  }
}
/* MESSENGER BOX */
.messenger-box {
  right: 0;
  bottom: calc(0% + 150px);
  position: fixed;
  background: var(--colorBtnPrimary);
  width: 40.5px;
  border: 1px solid transparent;
  text-align: center;
  cursor: pointer;
  padding: 8px 5px 0;
  z-index: 1;
}
@media only screen and (max-width:589px) {
  .messenger-box {
    width: 38px;
  }
}
/* PAGE PROMOTIONS */
.page-promotions {
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  width: 100%;
  z-index: 5;
}
.page-promotions__title {
  padding: 5px 10px;
  border-radius: 5px 5px 0px 0px;
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
  letter-spacing: 1px;
  position: relative;
  margin: 0 auto;
  font-size: var(--typeBaseSize);
}
.page-promotions__title .icon {
  position: absolute;
  right: 0;
  padding-right: 10px;
}
.page-promotions__container {
  background-color: #FFF;
  visibility: hidden;
  transition: height 0.5s ease-out 0s;
  height: 0;
  padding: 0;
  opacity: 0;
}
.page-promotions__container.active {
  padding: 10px;
  visibility: visible;
  opacity: 1;
}
.number-of-items {
  visibility: hidden; 
}
.bottom-full {
  bottom: 0 !important;
  z-index: 7;
}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 5;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .page-promotions__title {
    width: 500px;
    font-size: calc(var(--typeBaseSize) + 2px);
  }
}
@media only screen and (max-width:589px) {
  .page-promotions__title  {
    width: 100%;
    border-radius: 0;
  }
  .page-promotions {
    width: 100%;
    {% if settings.mobile_bottom_nav_enable %}bottom: 69px;{% endif %}
  }
}
/* EMAIL ACTIVATION */
.email-activation__container,
.email-activation__container #send_activation,
.email-activation__container #email {
  margin-left: auto;
  margin-right: auto;
  min-width: 40%;
  display: block;
}
.email-activation__container small {
  margin: 15px auto;
  max-width: 40%;
  border-radius: 0;
  padding: 10px;
}
.activation-error {
  background-color: #f0ad4e6e;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #f0ad4e6e;
  border-radius: 4px;
  color: #a94442;
  font-weight: 700; 
}
.activation-success {
  background-color: #56ad6a6e;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #56ad6a6e;
  border-radius: 4px;
  color: #3b5240;
  font-weight: 700;
}
.email-activation__container #email {
  background-color: #FFF;
}
#send_activation.btn--loading {
  text-indent: 0;
  color: var(--colorBtnPrimary);
}
#send_activation:active, #send_activation:focus {
  border-color: var(--colorBtnPrimary);
}
#send_activation {
  margin: 1% auto 0;
  cursor: pointer;
  background: var(--colorBtnPrimary);
  border-color: var(--colorBtnPrimary);
  color: var(--colorBtnPrimaryText);
  transition: all 1s ease;
  border-radius: 0;
}
#send_activation:hover {
  background: transparent;
  color: var(--colorBtnPrimary);
  border-color: var(--colorBtnPrimary);
}
@media only screen and (max-width:589px) {
  .email-activation__container,
  .email-activation__container #send_activation,
  .email-activation__container #email,
  .email-activation__container small {
      min-width: 60%;
  }
  .email-activation__container #email {
      padding: 5px; 
  }
  #send_activation {
    font-size: calc(var(--typeBaseSize) - 1px);
  }
}
/* IMAGE SCROLL */
.image-scroll__background {
  padding: 50px 0;  
}
.image-scroll__title {
  margin: 0px 0px 30px 0px;  
}
.image-scroll--button {
  background-color: var(--colorTextBody);
  border-color: var(--colorTextBody);
  color: var(--colorBtnPrimaryText);
  transition: 0.3s background-color ease-in;
}
.image-scroll--button:hover {
  background-color: transparent;
  color: var(--colorTextBody);
  border-color: var(--colorTextBody);
}
.image-scroll--button.image-scroll--button__adjust {
  position: absolute;
  bottom: 15px;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  padding: 11px 20px 10px;
}
.image-scroll--button.image-scroll--button__invert.no-border {
  border-color: transparent;
}
.image-scroll--button.image-scroll--button__invert {
  background-color: var(--colorBtnPrimaryText);
  border: 1px solid var(--colorTextBody);
  color: var(--colorTextBody);
}
.image-scroll--button.image-scroll--button__invert:hover {
  background-color: var(--colorTextBody);
  border-color: var(--colorTextBody);
  color: var(--colorBtnPrimaryText);
}
@media only screen and (max-width: 589px) {
  .image-scroll__background {
    padding: 30px 0; 
  }
}
/* FLASH SALE */
#flash-sale .grid-product__meta {
  min-height: 90px;
  height: 90px;
}
@media only screen and (min-width: 590px) {
  #flash-sale .grid-product__meta {
    min-height: 60px;
    height: 60px;
  }
}
/** CART HEADER **/
.cart-header {
  position: relative;
  margin-bottom: 80px;
}
.cart-header .continue-shopping-btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
/* SPACER */
.hr--extra-small {
  margin:5px auto;
}
/* SWIPER */
.shopify-section .swiper-button-next:after,
.shopify-section .swiper-button-prev:after {
  font-size: calc(var(--typeBaseSize) - 5px);
  color: var(--colorBtnPrimaryText);
  background-color: var(--colorBtnPrimary);
  padding: 16px 18px;
  font-weight: 900;
}
.swiper-button-next:after, .swiper-button-prev:after {
  text-rendering: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 8px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 8px;
}
.flickity-button {
  border-radius: 0;
}
.flickity-prev-next-button:hover {
  transform: translateY(-50%);
}
/* PRODUCTS */
.template-product .page-content {
  padding-bottom: 0;
}
.grid-product__content:hover .quick-product__btn:hover {
  transform: none;
}
.quick-product__btn {
  position: absolute;
  bottom: 0;
  top: unset;
  right: unset;
  border-radius: 0;
  width: 100%;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgba(255,255,255,0.8);
  border: 1px solid transparent;
  color: var(--colorBtnPrimary);
  transition: none !important;
}
.quick-product__label {
  transform: none;
  width: auto;
}
.pagination .next, .pagination .prev {
  width: 30px;
  height: 30px;
  line-height: 13px;
}
.pagination .page.current, .pagination a {
  padding: 8px 12px;
}
.pagination .next .icon, .pagination .prev .icon {
  width: 10px;
  height: 10px;
}
.pagination a {
  padding-left: 11px;
}
/* COLLECTION */
.section-header {
  margin-bottom: 20px;
}
.collection-description {
  margin-bottom: 50px;
}
.drawer .filter-form {
  margin-top: -20px;
}
/* SEARCH */
[data-type_header_text_alignment=true] .search-bar--page {
  margin: 20px auto 0 auto;
}
/* FOOTER */
[data-animate_underlines=true] .site-footer .collapsible-content__inner ul li a {
  position: relative;
  text-decoration: none;
  border-bottom-color: var(--colorFooter);
  width: fit-content;
}
[data-animate_underlines=true] .collapsible-content__inner ul li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid;
  border-bottom-color: var(--shopify-editor-setting-color_footer_text);
  border-bottom-color: var(--colorFooterText);
  transform: scale(0);
  transform-origin: 0 50%;
  transition: transform 0.5s ease;
}
[data-animate_underlines=true] .collapsible-content__inner ul li a:focus:after,
[data-animate_underlines=true] .collapsible-content__inner ul li a:hover:after {
  transform: scale(1);
}
.site-footer {
  background-color: #E9E0CF;
}
.site-footer .footer__collapsible li {
  width: auto;
}
.site-footer .footer__title {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
}
.site-footer__linklist a {
  padding: 0;
}
@media only screen and (max-width:589px) {
  .site-footer .footer__logo-social .footer__title {
    margin-bottom: 0;
  }
  .footer__logo-social {
    justify-content: space-between;
  }
  .footer__logo-social .footer__social {
    flex: 0 0 auto;
    text-align: right;
  }
}
/* USO */
.saso-cart-original-total {
  text-align: right;
  width: 100%;
  margin-right: 10px;
}
.saso-use-discount-instead-container {
  margin-top: 0 !important;
  text-align: left;
}
.saso-use-discount-instead-container label {
  margin-bottom: 0;
}
/* PASSWORD */
.password__footer {
  padding: 0;
}
@media only screen and (max-width:589px) {
  .site-header--password {
    margin: 5px 0;
  }
}
/* PROFILE COMPLETION */
.profile-completion {
  min-height: 25px;
  margin-top: 0.25rem;
  padding: 10px;
  font-size: calc(var(--typeBaseSize) * 0.88);
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  display: block;
}
@media (max-width: 589px) {
  .profile-completion {
    margin-top: 0;
  }
}
.welcome-strip {
  background: var(--crmWelcomeBackground);
  color: var(--crmWelcomeFontColor);
}
.birthday-strip {
  background: var(--crmBackground);
  color: var(--crmFontColor);
}
/* CART PROMOTION */
.cart-promotion {
  background: rgba(73, 170, 25, 0.25);
  min-height: 25px;
  border-radius: 3px;
  margin-top: 2rem;
  font-size: 11px;
  display: flex;
  font-family: var(--typeBaseSize), var(--typeBaseFallback);
  justify-content: center;
  align-items: center;
}
.cart-promotion svg, .cart-strip svg {
  margin-right: 8px;
}
@media (max-width: 589.9px) {
  .cart-promotion {
    margin-top: 1.3rem;
  }
}
.cart-strip {
  min-height: 25px;
  margin-top: 0.25rem;
  padding: 10px;
  font-size: calc(var(--typeBaseSize) * 0.88);
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  display: block;
  background: var(--cartstripBackground);
  color: var(--cartstripFontColor);
}
@media (max-width: 589px) {
  .cart-strip {
    margin-top: 0;
  }
}
/* STOREPICKUP */
#storePickupApp .checkoutMethod.active {
  filter: brightness(0.8);
}
#shopify-section-template--14687926517894__custom_text_columns_tEJd8g .rte-setting.text-spacing {
  font-weight: 400;
}
.grecaptcha-badge {
  visibility: hidden !important;
}

.faq-parent-container {
  visibility: hidden;
}