/** Shopify CDN: Minification failed

Line 247:49 Invalid escape

**/
/* Cera Pro font */

@font-face {
  font-family: "cp";
  src: url("cpthin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "cp";
  src: url("cplight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "cp";
  src: url("cpregular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "cp";
  src: url("cpmedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "cp";
  src: url("cpbold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "cp";
  src: url("cpblack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "cp";
  src: url("cpthinitalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "cp";
  src: url("cplightitalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "cp";
  src: url("cpitalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "cp";
  src: url("cpmediumitalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "cp";
  src: url("cpbolditalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "cp";
  src: url("cpblackitalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Quincy CF Font */

@font-face {
  font-family: "qcf";
  src: url("qcfthin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "qcf";
  src: url("qcfthinitalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "qcf";
  src: url("qcflight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "qcf";
  src: url("qcflightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "qcf";
  src: url("qcfregular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "qcf";
  src: url("qcfitalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "qcf";
  src: url("qcftext.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "qcf";
  src: url("qcftextitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "qcf";
  src: url("qcfmedium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "qcf";
  src: url("qcfmediumitalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "qcf";
  src: url("qcfbolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "qcf";
  src: url("qcfbold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "qcf";
  src: url("qcfextrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "qcf";
  src: url("qcfextrabolditalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "qcf";
  src: url("qcfblack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "qcf";
  src: url("qcfblackitalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

.font--qcf, h1, h2, h3, h4, h5, h6 {
  /* font-family: 'qcf', serif !important; */
  font-family: "Inter", sans-serif !important; 
  letter-spacing: 0px !important;
}

.font--cp, body, .heading, .h1, .h2, .h3, .h4, .h5, 
.h6, .prose :where(h1, h2, h3, h4, h5, h6) {
  /* font-family: 'cp', sans-serif; */
  font-family: "Inter", sans-serif !important; 
}

.font--cp-collection {
  /* font-family: 'cp', sans-serif !important; */\
  font-family: "Inter", sans-serif !important; 
  letter-spacing: var(--heading-letter-spacing) !important;
}
/**General CSS**/
.ff-flex {
  display: flex;
}

.container {
  display: block;
  position: relative;
  margin: 0 auto;
  width: calc(100% - 80px);
  padding-left: 40px!important;
  padding-right: 40px!important;
  z-index: 0;
  max-width: 1400px;
}

@media screen and (max-width: 1023px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 549px) {
  .container {
    padding: 0 20px!important;
  }
}

@media screen and (min-width: 576px){
  .container{
    max-width: 540px;
  }
}
@media screen and (min-width: 768px){
  .container{
    max-width: 720px;
  }
}
@media screen and (min-width: 992px){
  .container{
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px){
  .container{
    max-width: 1140px;
  }
}

@media screen and (min-width: 1400px){
  .container{
    max-width: 1320px;
  }
}

@media screen and (min-width: 1440px) {
  .container {  
      max-width: 85%;
  } 
}
.footer__block-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, auto));
  justify-content: space-between;
  gap: 50px;
}

@media screen and (min-width: 768px) {
  .ff-secondary_footer {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .ff-footer__bottom__left, .ff-footer__bottom__right {
    flex-basis: calc(50% - 25px);
  }
}

.ff-footer__bottom__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.ff-footer__bottom__right ul, .ff-footer__bottom__right div,
.ff-footer__bottom__right p {
  margin-bottom: 15px;
}

.ff-footer__bottom__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.ff-footer__bottom__right .social-media--list {
  gap: initial;
}

.ff-footer__bottom__right .social-media--list .social-media__item {
  margin-right: 10px;
}

.ff-footer__bottom__right .social-media--list .social-media__item:last-child {
  margin-right: initial;
}
/*Product card*/
.product-card {
  height: 100%;
  align-content: space-between;
  display: flex;
  flex-direction: column;
}

.product-card__info {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
}

.ff-product_card_meta .product-title {
  color: var(---ff-product-card-title-color)!important;
  font-size: var(---ff-product-card-title-font-size)!important;
  text-transform: initial;
  letter-spacing: 0;
}

.ff-product_card_meta .price-list .h6 {
  color: var(---ff-product-card-price-color)!important;
  font-size: var(---ff-product-card-price-font-size)!important;
}

@media screen and (max-width: 999px) {
  .ff-product_card_meta .product-title {
    font-size: var(---ff-product-card-title-font-size-mb)!important;
  }

  .ff-product_card_meta .price-list .h6 {
    font-size: var(---ff-product-card-price-font-size-mb)!important;
  }
}
/*buttons*/
.ff-quick_add_to_cart .product-card__quick-add-button {
  opacity: 1;
  position: initial !important;
  width: 100%;
  transform: none !important;
}

.ff-quick_view {
  transform: translate(-50%, -50%) !important;
  left: 50%;
  top: 50%;
  height: fit-content;
  padding: 10px 20px;
  max-width: 90%;
  min-width: 150px;
  background-color: var(---ff-quick-view-color-button)!important;
  color: var(---ff-quick-view-color-button-text)!important;
  border: 1px solid var(---ff-quick-view-color-button-border)!important;
  border-radius: var(---ff-quick-view-button-radius)!important;
  font-size: var(---ff-quick-view-button-font-size)!important;
  text-transform: uppercase;
  font-weight: 700;
}

.ff-quick_view:hover {
  opacity: 0.8 !important;
}

.ff-buy-button {
  height: auto;
  white-space: normal;
  padding: 10px 0;
  background-color: var(---ff-color-button)!important;
  color: var(---ff-color-button-text)!important;
  border: 1px solid var(---ff-color-button-border)!important;
  border-radius: var(---ff-button-radius)!important;
  font-size: var(---ff-button-font-size)!important;
  text-transform: uppercase;
  font-weight: 700;
}

.ff-buy-button:hover {
  background-color: var(---ff-color-button-hover)!important;
  color: var(---ff-color-button-text-hover)!important;
  border: 1px solid var(---ff-color-button-border-hover)!important;
}

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

@media screen and (max-width: 999px) {
  .ff-quick_view {
    display: none;
  }

  .ff-buy-button {
    font-size: var(---ff-button-font-size-mb)!important;
    padding: 8px 0;
  }
}

/*Quantity selector*/
.quantity-selector {
  border-width: 2px;
  border-color: #1d1d25;
}

.quantity-selector__button, .quantity-selector__input  {
  color: #1d1d25;
}

.quantity-selector__button[disabled] svg, .quantity-selector__button:hover svg {
  opacity: initial;
}
/*Color picker*/
.ff-first-option {
  padding: 10px 40px 10px 15px;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  border: 1px solid #cccccc;
  border-radius: 25px;
  color: #232323;
  background-color: #ffffff;
  text-align: left;
  background-image: linear-gradient(45deg, transparent 50%, #919191 50%),linear-gradient(135deg, #919191 50%, transparent 50%),linear-gradient(to right, #919191, #919191);
  background-position: calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em;
  background-repeat: no-repeat;
  background-size: 5px 5px,5px 5px,1px 1.5em;
  cursor: pointer;
}

fieldset.h-stack {
  flex-direction: column;
}

.ff-selector-options, .ff-selector-options .color-swatch {
  width: 100%;
}

.ff-swatch-selector {
  position: relative;
}

.ff-selector-options {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}

.ff-selector-options .color-swatch {
  display: flex;
  padding: 15px 0;
}

/*Images*/
.ff-image-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*Menu*/
.ff-rounded-color {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 50%;
}

.header__menu-disclosure summary {
  display: flex;
  gap: 5px;
}

.header__menu-disclosure summary svg {
  width: 10px;
  color: inherit;
}

.header__menu-disclosure summary:hover svg {
  transform: rotate(180deg);
}

.transformMenu {
  --header-grid: "primary-nav logo secondary-nav" / minmax(0, 1fr) auto minmax(0, 1fr) !important;
}

.header__primary-nav {
  justify-content: center;
}

.ff-justify-start {
  justify-content: start;
}

#ff-column-list-double {
  grid-template-columns: repeat(2, 1fr);
}

.header-sidebar__nested-linklist {
  border-inline-start-width: 0px;
}

#sidebar-menu::part(content), .header-sidebar__main-panel,
.header-sidebar__collapsible-panel {
  background: var(--ff-menu-drawer-bg);
}

.header-sidebar__footer:before {
  content: none;
}

.header-sidebar__linklist-button, .header-sidebar__back-button,
.header-sidebar__nested-linklist a {
  color: var(--ff-menu-drawer-links);
}
.header-sidebar__linklist-button, .header-sidebar__back-button {
  font-weight: var(--ff-menu-drawer-font-weight);
}

.header-sidebar__sub-panel li:has([aria-expanded="true"]) .header-sidebar__linklist-button,
.header-sidebar__main-panel li:has([aria-expanded=true])~li .header-sidebar__linklist-button,
.header-sidebar__main-panel li:has(~li [aria-expanded=true]):not(:has([aria-expanded=true])) .header-sidebar__linklist-button {
  color: var(--ff-menu-drawer-links);
}

.header-sidebar__linklist li {
  border-color: var(--ff-menu-drawer-separator);
}

.header-sidebar:has(.header-sidebar__collapsible-panel[aria-activedescendant])::part(content) {
  border-inline-end: 1px solid var(--ff-menu-drawer-separator);
}

#ff-close-sidebar * {
  stroke: var(--ff-menu-drawer-close);
}

.header-sidebar__footer a, .header-sidebar__footer a svg {
  color: var(--ff-menu-drawer-icons);
}

.header-sidebar__footer {
  border-top: 1px solid var(--ff-menu-drawer-separator);
}

.header__menu-disclosure[aria-expanded="false"] .mega-menu,
.header__menu-disclosure[aria-expanded="false"] .header__dropdown-menu {
  pointer-events: none;
}

@media screen and (max-width: 999px) {
  .header__primary-nav {
    justify-content: flex-start;
  }
}
/* Judge me */

.jdgm-star.jdgm--on, .jdgm-star.jdgm--off, .jdgm-star.jdgm--half{
  font-size: 13px;
  padding: 0 6px 0 0!important;
}

.product__title__wrapper .jdgm-preview-badge{
  display: flex!important;
  justify-content: flex-end;
}

div.jdgm-all-reviews-widget, div.jdgm-rev-widg {
  padding: 0
}

div.jdgm-rev-widg {
  border: 2px solid #1d1d25;
}

div.jdgm-quest, div.jdgm-rev {
  margin-top: 0;
  padding: 24px;
  border-top: 2px solid #1d1d25;
}

.jdgm-rev__timestamp+div.jdgm-rev__br {
  padding-bottom: 5px;
}

div.jdgm-rev__icon{
  display: none;
}

.jdgm-rev-widg__title{
  font-family: 'cp';
  font-weight: var(---fw-500);
}

.jdgm-rev-widg__header{
  position: relative;
}

.jdgm-rev-widg__header{
  padding: 24px;
}

.jdgm-rev-widg__summary{
  display: flex;
  align-items: center;
}

div.jdgm-rev-widg__summary-text{
  margin-left: 10px;
}

.jdgm-histogram, .jdgm-widget div.jdgm-temp-hidden{
  display: none;
}

div.jdgm-paginate{
  padding: 0;
  position: relative;
}

b.jdgm-rev__title{
  margin-bottom: 30px;
}

div.jdgm-paginate > *{
  padding-top: 16px;
  padding-bottom: 16px;
}

div.jdgm-paginate > :first-child:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1d1d25;
}

.jdgm-rev__author{
  font-weight: var(---body-font-weight);
}

:not(.jdgm-prev-badge__stars)>span.jdgm-star {
  color: #1d1d25;
}
span.jdgm-star {
  color: #1d1d25;
}

div.jdgm-sort-dropdown-wrapper{
  margin-top: 16px;
  float: left;
}

@media screen and (min-width: 768px){
  div.jdgm-sort-dropdown-wrapper{
    position: absolute;
    right: 24px;
    bottom: 50%;
    transform: translateY(50%);
    margin: 0;
  }
}
/*Notify me*/
.btn.klaviyo-bis-trigger {
  height: fit-content;
  padding: 10px 20px;
  margin-top: 15px !important;
  min-width: 100%;
  background-color: var(---ff-quick-view-color-button)!important;
  color: var(---ff-quick-view-color-button-text)!important;
  border: 1px solid var(---ff-quick-view-color-button-border)!important;
  border-radius: var(---ff-quick-view-button-radius)!important;
  font-size: var(---ff-quick-view-button-font-size)!important;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

.btn.klaviyo-bis-trigger:hover {
  opacity: 0.8 !important;
}
/*Product sticky bar*/
product-sticky-bar {
  padding: 0 !important;
  height: var(--ff-sticky-buy-button-height);
  background-color: var(--ff-sticky-buy-button-bg-color) !important;
}

product-sticky-bar .product-sticky-bar__info, 
product-sticky-bar .product-sticky-bar__info .h-stack,
product-sticky-bar .product-sticky-bar__info .h-stack variant-media,
product-sticky-bar .product-sticky-bar__info .h-stack variant-media img {
  height: inherit;
}

product-sticky-bar buy-buttons {
  height: 100%;
}

product-sticky-bar .product-sticky-bar__info .v-stack {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
}

product-sticky-bar .product-sticky-bar__info .v-stack price-list {
  padding-right: 30px;
}

product-sticky-bar .product-sticky-bar__info .v-stack price-list * {
  font-weight: 400;
  color: var(--ff-sticky-buy-button-price-color);
  font-size: var(--ff-sticky-buy-button-price-size);
}

product-sticky-bar .product-sticky-bar__info .v-stack .h6 {
  color: var(--ff-sticky-buy-button-title-color);
  font-size: var(--ff-sticky-buy-button-title-size);
  text-transform: initial;
  font-weight: 500;
}

product-sticky-bar buy-buttons button {
  background: var(--ff-sticky-buy-button-btn-bg) !important;
  background-color: var(--ff-sticky-buy-button-btn-bg) !important;
  color: var(--ff-sticky-buy-button-btn-color) !important;
  border: 1px solid var(--ff-sticky-buy-button-btn-border) !important;
  font-size: var(--ff-sticky-buy-button-btn-font-size);
  transition: 0.3s !important;
  text-transform: var(--ff-sticky-buy-button-btn-uppercase) !important;
  font-weight: var(--ff-sticky-buy-button-btn-bold) !important;
}
product-sticky-bar buy-buttons button:hover {
  background-color: var(--ff-sticky-buy-button-btn-bg-hv) !important;
  color: var(--ff-sticky-buy-button-btn-color-hv) !important;
  border: 1px solid var(--ff-sticky-buy-button-btn-border-hv) !important;
}

.product-sticky-bar {
  inset-block-end: 0 !important;
  inset-inline-start: 0 !important;
  background: rgb(var(--background));
  border-block-end-width: 1px;
  grid-template-columns: minmax(0,1fr) max-content;
  align-items: center;
  padding-block: 1.125rem;
  display: grid;
  border-top: 1px solid;
}

@media screen and (min-width: 768px){
  .product-sticky-bar {
    inset-block: inherit;
  } 
}

@media screen and (max-width: 767px){
  product-sticky-bar .product-sticky-bar__info .v-stack .h6 {
    font-size: var(--ff-sticky-buy-button-title-size-mb);
    width: 55%;
  }

  product-sticky-bar .product-sticky-bar__info .v-stack price-list * {
    font-size: var(--ff-sticky-buy-button-price-size-mb);
  }

  product-sticky-bar buy-buttons button {
    font-size: var(--ff-sticky-buy-button-btn-font-size-mobile) !important;
  }

  product-sticky-bar .product-sticky-bar__info .v-stack price-list {
    padding-right: 10px;
    display: block;
  }

  product-sticky-bar buy-buttons {
    width: fit-content;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  safe-sticky.product-info {
    margin-left: 40px;
  }  
}

/*featured collections navigation*/
.featured-collections-navigation:hover button:after {
    transform: scaleX(1);
}

/*Rebuy bundle*/
.rebuy-bundle .rebuy-bundle__images {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    gap: 25px;
}

.rebuy-bundle .rebuy-bundle__images .rebuy-bundle__image {
    width: 100% !important;
    max-width: 300px;
}


/* featured collections cta */
.product-card__cta-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  padding: 40px; 
  text-align: center;
}
.product-card--cta{
  background-size: cover; background-position: center; position: relative;
}

.product-card__cta-heading{
  margin-bottom: 10px;
}
.product-card__cta-text{
  margin-bottom: 15px;
}
.cta-button{
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .cta-button {
    padding: 8px 10px;
  }
  .product-card__cta-overlay{
    padding: 20px;
  }
}

.product-card .price-list span.money {
  color: #000;
}

.product-card .precentage-discount {
  position: absolute;
  bottom: .5rem;
  border-radius: 5px;
  left: .5rem;
  z-index: 1;
  background: #c11574;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
  padding: 2px 5px;
}
/* Discount Tag */
.price-list .line-through {
    align-items: center;
    display: flex;
    text-decoration: none;
}
.price-list .line-through .precentage-discount {
    background: #c11574;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: normal;
    margin-left: 10px;
    padding: 2px 5px;
}

/* Filter */
.facets-sidebar .accordion .accordion__toggle span,
.facets-drawer .accordion .accordion__toggle span {
  color: #000;
  font-weight: 700;
}

.facets-sidebar .accordion .accordion__content .dot-checkbox~label,
.facets-drawer .accordion .accordion__content .dot-checkbox~label {
  color: #000;
  opacity: 1;
} 

.facets-sidebar .accordion .accordion__content .price-range .input-prefix,
.facets-drawer .accordion .accordion__content .price-range .input-prefix,
.active-facets .removable-facet {
  border-radius: 25px;
}

.facets-sidebar .accordion .accordion__content .checkbox-control input[type=checkbox],
.facets-drawer .accordion .accordion__content .checkbox-control input[type=checkbox] {
  appearance: none !important;
  background: rgb(var(--text-color));
  border-radius: 50%;
  display: none !important;
  height: 6px !important;
  min-height: unset !important;
  min-width: unset !important;
  width: 6px !important;
}

.facets-sidebar .accordion .accordion__content .checkbox-control input[type=checkbox]:checked,
.facets-drawer .accordion .accordion__content .checkbox-control input[type=checkbox]:checked {
  display: block !important;
}