/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 941:0 Unexpected "<"

**/
<style>
	.single-option-selector input[type="radio"]:checked + label {
    color: #1B0E05 !important;
    border-color: #1B0E05 !important;
    background-color: transparent !important;
}

body:not(.template-index) .header-desktop,
body:not(.template-index) .bwp-header.sticky .header-desktop {
    background-color: #FEFBF8 !important;
}

/* ПЕРЕКЛЮЧАТЕЛЬ ХЕДЕР */

.falcone-topbar-switchers{
}

/* DROPDOWN */
.falcone-switcher-dropdown{
  position:absolute;
  top:calc(100% + 14px);
  right:0;

  min-width:170px;

  background:#FEFBF8;

  padding:14px 16px;

  opacity:0;
  visibility:hidden;

  transition:all .25s ease;

  z-index:999;

  border:1px solid rgba(27,14,5,.06);
}

/* SHOW */
.falcone-switcher:hover .falcone-switcher-dropdown{
  opacity:1;
  visibility:visible;
}

/* ITEMS */
.falcone-switcher-dropdown button{
  display:block;

  width:100%;

  background:none;
  border:none;

  padding:7px 0;

  text-align:left;

  font-family:'Inter', sans-serif;
  font-size:11px;
  font-weight:400;

  color:#1B0E05;

  cursor:pointer;

  transition:opacity .2s ease;
}

.falcone-switcher-dropdown button:hover{
  opacity:.6;
}

/* MOBILE */
@media(max-width:768px){

  .falcone-topbar-switchers{
    gap:12px;
  }

  .falcone-switcher-button{
    font-size:10px;
  }

  .falcone-switcher-dropdown{
    min-width:150px;
    right:-10px;
  }

}

/* INLINE PREMIUM SWITCHERS */

.falcone-topbar-switchers{
  display:flex;
  align-items:center;
  gap:34px;
}

/* BUTTON */
.falcone-switcher-button{
  display:flex;
  align-items:center;
  gap:5px;

  background:none;
  border:none;
  padding:0;

  font-family:'Inter', sans-serif;
  font-size:13px;
  font-weight:400;

  letter-spacing:.02em;

  color:#111;

  cursor:pointer;
}

/* ARROW */
.falcone-arrow{
  display:flex;
  align-items:center;

  transform:translateY(1px);
}

.falcone-arrow svg{
  width:8px;
  height:5px;
}

/* DROPDOWN */
.falcone-switcher-dropdown{
  top:calc(100% + 16px);

  min-width:150px;

  padding:14px 16px;

  background:#fff;

  border:1px solid rgba(0,0,0,.06);

  box-shadow:0 10px 30px rgba(0,0,0,.04);
}

/* ITEMS */
.falcone-switcher-dropdown button{
  font-size:12px;
  line-height:1.9;
}

/* MOBILE */
@media(max-width:768px){

  .falcone-topbar-switchers{
    gap:18px;
  }

  .falcone-switcher-button{
    font-size:11px;
  }

}

/* LANGUAGE DROPDOWN */

.falcone-language-switcher{
  position:relative;
}

/* DROPDOWN */
.falcone-language-dropdown{
  position:absolute;

  top:calc(100% + 14px);
  left:0;

  min-width:140px;

  padding:10px 14px;

  background:#fff;

  border:1px solid rgba(0,0,0,.05);

  opacity:0;
  visibility:hidden;

  transition:all .2s ease;

  z-index:999;
}

/* SHOW */
.falcone-language-switcher:hover .falcone-language-dropdown{
  opacity:1;
  visibility:visible;
}

/* BUTTONS */
.falcone-language-dropdown button{
  display:block;

  width:100%;

  background:none;
  border:none;

  padding:5px 0;

  text-align:left;

  font-family:'Inter', sans-serif;
  font-size:12px;
  font-weight:400;

  color:#111;

  cursor:pointer;

  transition:opacity .2s ease;
}

.falcone-language-dropdown button:hover{
  opacity:.55;
}

/* CURRENCY DROPDOWN */

.falcone-currency-switcher{
  position:relative;
}

/* DROPDOWN */
.falcone-currency-dropdown{
  position:absolute;

  top:calc(100% + 14px);
  left:0;

  min-width:120px;

  padding:10px 14px;

  background:#fff;

  border:1px solid rgba(0,0,0,.05);

  opacity:0;
  visibility:hidden;

  transition:all .2s ease;

  z-index:999;
}

/* SHOW */
.falcone-currency-switcher:hover .falcone-currency-dropdown{
  opacity:1;
  visibility:visible;
}

/* ITEMS */
.falcone-currency-dropdown button{
  display:block;

  width:100%;

  background:none;
  border:none;

  padding:5px 0;

  text-align:left;

  font-family:'Inter', sans-serif;
  font-size:12px;
  font-weight:400;

  color:#111;

  cursor:pointer;

  transition:opacity .2s ease;
}

.falcone-currency-dropdown button:hover{
  opacity:.55;
}

/* WHITE SWITCHERS ON HOMEPAGE HERO */

@media(min-width:1199px){

  body.template-index 
  .bwp-header:not(.sticky)
  .falcone-switcher-button{
    color:#fff;
  }

  body.template-index 
  .bwp-header:not(.sticky)
  .falcone-arrow{
    color:#fff;
  }

}

.shipping-bar-cart-container {
    display: none;
}

#shipping-calculator{
  display:none !important;
}
.cart-tax {
    display: none;
}
.cart-total__subtotal {
    margin-bottom: 20px;
}

/* CART CURRENCY NOTICE */

.cart-currency{
  max-width: 480px;

  margin: 18px auto 20px;

  padding: 14px 18px;

  background: #FEFBF8;

  border: 1px solid rgba(27,14,5,.08);

  text-align: center;

  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.55;

  letter-spacing: .02em;

  color: #1B0E05;
}

/* FALCONE CART NOTICE */

.falcone-cart-notice{
  position:fixed;

  top:90px;
  right:30px;

  z-index:9999;

  padding:16px 22px;

  background:#FEFBF8;

  border:1px solid rgba(27,14,5,.10);

  font-family:'Inter', sans-serif;
  font-size:12px;
  font-weight:500;

  letter-spacing:.04em;

  color:#1B0E05;

  opacity:0;
  visibility:hidden;

  transform:translateY(10px);

  transition:
    opacity .35s ease,
    transform .35s ease,
    visibility .35s ease;

  box-shadow:
    0 10px 30px rgba(0,0,0,.04);
}

.falcone-cart-notice.active{
  opacity:1;
  visibility:visible;

  transform:translateY(0);
}

/* MOBILE */

@media(max-width:768px){

  .falcone-cart-notice{
    right:20px;
    left:20px;

    top:auto;
    bottom:20px;

    text-align:center;
  }

}

/* FORCE MOBILE HEADER */

.falcone-force-mobile-header{
  display:none;
}

@media(max-width:991px){

  .falcone-force-mobile-header{
    display:block;
    position:relative;
    z-index:99999;
    background:#FEFBF8;
  }

  #header-group{
    display:none;
  }

}

/* MOBILE HEADER */

.falcone-mobile-header{
  display:none;
}

@media(max-width:991px){

  #header-group{
    display:none;
  }

  .falcone-mobile-header{
    position:relative;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:18px 20px;

    background:#FEFBF8;

    z-index:9999;
  }

  .falcone-mobile-logo img{
    max-width:120px;
    display:block;
  }

  .falcone-mobile-burger,
  .falcone-mobile-cart{
    display:flex;
    align-items:center;
    justify-content:center;

    width:24px;
    height:24px;

    background:none;
    border:none;

    color:#1B0E05;

    font-size:20px;
  }

}

/* MOBILE DRAWER */

.falcone-mobile-drawer{
  position:fixed;

  top:0;
  left:-100%;

  width:100%;
  height:100%;

  background:#FEFBF8;

  z-index:99999;

  transition:left .35s ease;

  padding:100px 32px 40px;
}

.falcone-mobile-drawer.active{
  left:0;
}

.falcone-mobile-close{
  position:absolute;

  top:22px;
  right:24px;

  font-size:32px;

  color:#1B0E05;

  cursor:pointer;
}

.falcone-mobile-nav{
  display:flex;
  flex-direction:column;

  gap:24px;
}

.falcone-mobile-nav a{
  font-family:'Inter', sans-serif;

  font-size:12px;
  font-weight:500;

  letter-spacing:.12em;

  text-transform:uppercase;

  color:#1B0E05;

  text-decoration:none;
}

/* MOBILE CART */

.falcone-mobile-cart{
  position:relative;

  display:flex;
  align-items:center;
  justify-content:center;

  width:24px;
  height:24px;

  color:#1B0E05;

  text-decoration:none;
}

/* ICON */

.falcone-cart-icon{
  display:block;
}

/* COUNT */

.falcone-cart-count{
  position:absolute;

  top:-7px;
  right:-9px;

  width:18px;
  height:18px;

  border-radius:50%;

  background:#1B0E05;

  display:flex;
  align-items:center;
  justify-content:center;

  font-family:'Inter', sans-serif;
  font-size:10px;
  font-weight:500;

  color:#fff;
}

/* MOBILE SWITCHERS */

.falcone-mobile-switchers{
  margin-top:50px;

  padding-top:30px;

  border-top:1px solid rgba(27,14,5,.08);
}

/* BLOCK */

.falcone-mobile-switcher{
  margin-bottom:30px;
}

/* TITLE */

.falcone-mobile-switcher-title{
  margin-bottom:14px;

  font-family:'Inter', sans-serif;
  font-size:10px;
  font-weight:500;

  letter-spacing:.14em;

  text-transform:uppercase;

  color:rgba(27,14,5,.45);
}

/* BUTTONS */

.falcone-mobile-switcher button{
  display:block;

  padding:0;
  margin-bottom:10px;

  border:none;
  background:none;

  font-family:'Inter', sans-serif;
  font-size:12px;
  font-weight:400;

  letter-spacing:.04em;

  color:#1B0E05;

  cursor:pointer;
}

/* MOBILE DROPDOWN */

.falcone-mobile-dropdown{
  border-bottom:1px solid rgba(27,14,5,.06);
}

/* TOGGLE */

.falcone-mobile-dropdown-toggle{
  width:100%;

  display:flex;
  align-items:center;
  justify-content:space-between;

  padding:0 0 18px;

  background:none;
  border:none;

  font-family:'Inter', sans-serif;
  font-size:12px;
  font-weight:500;

  letter-spacing:.12em;
  text-transform:uppercase;

  color:#1B0E05;

  cursor:pointer;
}

/* CHEVRON */

.falcone-mobile-chevron{
  font-size:16px;

  transition:transform .3s ease;
}

/* SUBMENU */

.falcone-mobile-submenu{
  display:none;

  padding:0 0 18px 0;
}

.falcone-mobile-submenu a{
  display:block;

  margin-bottom:12px;

  font-family:'Inter', sans-serif;
  font-size:11px;
  font-weight:400;

  letter-spacing:.08em;
  text-transform:uppercase;

  color:rgba(27,14,5,.75);

  text-decoration:none;
}

/* ACTIVE */

.falcone-mobile-dropdown.active
.falcone-mobile-submenu{
  display:block;
}

.falcone-mobile-dropdown.active
.falcone-mobile-chevron{
  transform:rotate(45deg);
}

/* HIDE CUSTOM CURRENCY */

.falcone-currency-switcher{
  display:none !important;
}


/* =========================
   FALCONE INSTAGRAM CLEAN
========================= */

.lookbook-instagram-slider{
  width:100%;
  max-width:1240px;

  margin:0 auto;

  padding:120px 40px;

  background:transparent;
}

/* REMOVE ARROWS

.lookbook-instagram-slider .slick-prev,
.lookbook-instagram-slider .slick-next{
  display:none !important;
} */

/* SLIDER */

.lookbook-instagram-slider .swiper{
  overflow:visible;
}

/* ITEM */

.lookbook-instagram-slider .wpbingo-lookbook__item{
  transition:transform .4s ease;
}

/* IMAGE */

.lookbook-instagram-slider .lookbook-image{
  overflow:hidden;
}

.lookbook-instagram-slider .lookbook-image img{
  width:100%;
  display:block;

  transition:
    transform .8s ease,
    filter .5s ease;

  filter:
    grayscale(.12)
    contrast(.98)
    brightness(.99);
}

/* HOVER */

.lookbook-instagram-slider .lookbook-image:hover img{
  transform:scale(1.03);

  filter:
    grayscale(0)
    contrast(1)
    brightness(1);
}

/* MOBILE */

@media(max-width:768px){

  .lookbook-instagram-slider{
    padding:80px 24px;
  }

}

/* INSTAGRAM HEADING */

.falcone-instagram-heading{
  margin-bottom:20px;
}

/* SMALL LABEL */

.falcone-instagram-heading span{
  display:block;

  margin-bottom:10px;

  font-family:'Inter', sans-serif;
  font-size:11px;
  font-weight:300;

  letter-spacing:.14em;
  text-transform:uppercase;

  color:#1B0E05;

  opacity:.65;
}

/* LARGE TITLE */

.falcone-instagram-heading h2{
  margin:0;

  font-family:'Cormorant Garamond', serif;
  font-size:32px;
  font-weight:300;

  line-height:1;
  letter-spacing:-.03em;

  color:#1B0E05;
}

/* WRAP */

.falcone-instagram-header-wrap{
  width:100%;
  max-width:1240px;

  margin:0 auto;
}

/* MOBILE */

@media(max-width:768px){

  .falcone-instagram-heading{
    margin-bottom:32px;
  }

  .falcone-instagram-heading h2{
    font-size:32px;
  }

  .falcone-instagram-heading-wrap{
    padding-left:20px;
  }

}

/* =========================
   FALCONE FEATURED HEADING
========================= */

.falcone-featured-heading-wrap{
  width:100%;

  padding-left:20px;
}

.falcone-featured-heading{
  margin-bottom:20px;
}

/* SMALL LABEL */

.falcone-featured-heading span{
  display:block;

  margin-bottom:10px;

  font-family:'Inter', sans-serif;
  font-size:11px;
  font-weight:500;

  letter-spacing:.14em;
  text-transform:uppercase;

  color:#1B0E05;

  opacity:.65;
}

/* TITLE */

.falcone-featured-heading h2{
  margin:0;

  font-family:'Cormorant Garamond', serif;
  font-size:32px;
  font-weight:300;

  line-height:1;
  letter-spacing:-.03em;

  color:#1B0E05;
}

/* MOBILE */

@media(max-width:768px){

  .falcone-featured-heading{
    margin-bottom:18px;
  }

  .falcone-featured-heading h2{
    font-size:32px;
  }
  .falcone-featured-heading-wrap{
    padding-left:20px;
  }

}
</style>