/* line 1, theme-custom.scss */
.block {
  display: block !important; }

/* line 5, theme-custom.scss */
.option-label:after {
  content: ':'; }

/* line 9, theme-custom.scss */
.option-size .option-label,
.option-razmer .option-label {
  margin-right: 0.5em; }

/* line 14, theme-custom.scss */
.product .option-select {
  cursor: pointer;
  text-decoration: underline; }

/* line 19, theme-custom.scss */
.option-size .option-value,
.option-razmer .option-value {
  appearance: none;
  border: none;
  display: inline-block;
  padding: 5px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  box-sizing: content-box; }

/* line 34, theme-custom.scss */
.option-values {
  display: inline-block; }

/* line 38, theme-custom.scss */
.product .option-value.is-active {
  text-decoration: none;
  cursor: default; }

/* line 43, theme-custom.scss */
button, input, .btn {
  border-radius: 0 !important; }

/* line 47, theme-custom.scss */
button[type="submit"]:not(.menu-navbar__searchBtn):not(.footerContacts__subscribeBtn),
input[type="submit"]:not(.menu-footer__subscribeBtn):not(.footerContacts__subscribeBtn),
.btn {
  width: 100%;
  padding: 0;
  font-style: normal;
  text-align: center;
  color: #f1f2f2;
  text-transform: uppercase;
  background-color: #000;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  height: 2.67em;
  line-height: 2.67em;
  border-radius: 0; }

/* line 65, theme-custom.scss */
.menu-footer__subscribeBtn {
  width: auto !important; }

/* line 68, theme-custom.scss */
.menu-navbar__searchBtn {
  pointer-events: none; }

/* images fix */
/* line 73, theme-custom.scss */
main > div:not(.lookbook):not(.creative-detail) img {
  max-width: 100%; }

/* line 77, theme-custom.scss */
.faq img {
  display: block; }

/* line 81, theme-custom.scss */
.withCursor {
  cursor: pointer; }

/* line 85, theme-custom.scss */
body.inactive {
  overflow: hidden;
  cursor: wait; }

/* line 90, theme-custom.scss */
.waitOverlay {
  display: block;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none; }

/* line 102, theme-custom.scss */
.noStyleLink {
  cursor: pointer;
  color: inherit;
  text-decoration: none; }

/* line 108, theme-custom.scss */
button.option-value.is-span.disable {
  color: #D4D4D4;
  pointer-events: none; }

/* line 113, theme-custom.scss */
.product__quantity-input {
  width: 1.5rem; }

/* line 117, theme-custom.scss */
.cart__item-option-value.product__quantity-input {
  width: 1.5em;
  appearance: none;
  border: none;
  background: none;
  font-size: inherit;
  padding: 0;
  font-variant-numeric: lining-nums; }

/* line 127, theme-custom.scss */
input.product__quantity-input::-webkit-outer-spin-button,
input.product__quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* line 133, theme-custom.scss */
input.product__quantity-input[type=number] {
  -moz-appearance: textfield; }

/* line 137, theme-custom.scss */
.option-selector[data-quantity]:hover span.quantity-change-container {
  opacity: 1; }

/* line 141, theme-custom.scss */
span.quantity-change-container {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 6px;
  height: 10px;
  opacity: 0; }

/* line 150, theme-custom.scss */
span.descrease-quantity {
  bottom: 0;
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  border-left: 3px transparent solid;
  border-top: 3px transparent solid;
  box-sizing: border-box;
  transform: rotate(45deg); }

/* line 164, theme-custom.scss */
span.inscrease-quantity {
  top: 0;
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3px solid #333;
  border-top: 3px solid #333;
  border-right: 3px transparent solid;
  border-bottom: 3px transparent solid;
  box-sizing: border-box;
  transform: rotate(45deg); }

/* line 178, theme-custom.scss */
a.Heading {
  text-decoration: none; }

/* line 182, theme-custom.scss */
.reset-button-style {
  appearance: none;
  background: none;
  border: none; }

/* pagination */
/* line 189, theme-custom.scss */
.pagination {
  font-weight: 400; }

/* line 193, theme-custom.scss */
.pagination-items {
  display: flex;
  flex-wrap: wrap; }

/* line 198, theme-custom.scss */
.pagination .pagination-link,
.pagination .pagination-span {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 20px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000; }

/* line 208, theme-custom.scss */
.shop-items__pagination {
  border-bottom: none;
  margin-bottom: 0; }

/* line 213, theme-custom.scss */
.collection-page .with_pagination + .footerSmall.is-mobile {
  margin-top: -2px; }

/* line 217, theme-custom.scss */
.pagination .pagination-span.current {
  color: #fff;
  background: #000; }

/* line 222, theme-custom.scss */
.ul-arrow {
  display: inline-block;
  position: relative;
  transform: rotate(-45deg);
  left: auto;
  vertical-align: middle;
  top: auto;
  margin-left: 1rem;
  margin-bottom: 7px; }

/* line 233, theme-custom.scss */
.selectCustom {
  position: relative; }

/* line 237, theme-custom.scss */
.selectCustom-trigger {
  line-height: 1.5rem;
  padding-bottom: 0.625rem;
  cursor: pointer;
  text-transform: uppercase; }

/* line 244, theme-custom.scss */
.selectCustom-options {
  display: block;
  position: absolute;
  top: 100%;
  left: calc(-1 * var(--site-padding) - 1px);
  background: #F1F2F2;
  border: 1px solid;
  z-index: 1; }

/* line 254, theme-custom.scss */
.selectCustom-option {
  line-height: 1.5;
  padding: 5px var(--site-padding);
  cursor: pointer;
  white-space: nowrap; }

/* line 261, theme-custom.scss */
.selectCustom-option:first-child {
  padding-top: 10px; }

/* line 265, theme-custom.scss */
.selectCustom-option:last-child {
  padding-bottom: 10px; }

/* line 269, theme-custom.scss */
.selectCustom-option:hover {
  background: #fafafa; }

/* line 273, theme-custom.scss */
.selectCustom-option.active {
  background: #f2f2f2; }

/* line 277, theme-custom.scss */
.cart__item-option,
.card__option {
  font-size: 18px; }

/* line 282, theme-custom.scss */
.cart__remove-btn a {
  color: #C1000C; }

/* line 286, theme-custom.scss */
.shop-item__title {
  text-transform: uppercase; }

@media (min-width: 769px) {
  /* line 290, theme-custom.scss */
  .cart__summary {
    position: sticky;
    top: calc(var(--site-padding) + 53px); } }

/* line 297, theme-custom.scss */
.cart__summary .card__title {
  margin-bottom: var(--site-padding); }
  @media (max-width: 768px) {
    /* line 297, theme-custom.scss */
    .cart__summary .card__title {
      margin-bottom: calc(var(--m-site-padding) * 2); } }

@media (max-width: 768px) {
  /* line 306, theme-custom.scss */
  .footerShow__text {
    text-align: center; }

  /* line 310, theme-custom.scss */
  .product__img-mini-half {
    padding: 0;
    border-bottom: none !important; }

  /* line 315, theme-custom.scss */
  .collections__collection-card {
    height: auto; } }
/* line 320, theme-custom.scss */
.aboutSection__title h2 {
  word-break: break-word; }

@media (max-width: 768px) {
  /* line 325, theme-custom.scss */
  .product__img-mini-section {
    overflow: hidden; } }
/* line 329, theme-custom.scss */
.footerBig .scroll {
  -webkit-animation: scroll 8s linear infinite;
  -moz-animation: scroll 8s linear infinite;
  -o-animation: scroll 8s linear infinite;
  animation: scroll 8s linear infinite; }

/* line 336, theme-custom.scss */
.card__option input[name="cart[coupon]"] {
  background: none;
  border: none;
  font-size: inherit;
  text-transform: uppercase;
  color: #000;
  width: 100%;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  outline: none;
  border-radius: 0; }

/* line 351, theme-custom.scss */
input[data-coupon-submit] {
  color: #000; }

/* line 355, theme-custom.scss */
.card__option input[name="cart[coupon]"]::placeholder {
  color: #000;
  opacity: 1; }

/* line 360, theme-custom.scss */
.card__option input[name="cart[coupon]"]:-ms-input-placeholder {
  color: #000; }

/* line 364, theme-custom.scss */
.card__option input[name="cart[coupon]"]::-ms-input-placeholder {
  color: #000; }

/* line 368, theme-custom.scss */
.quantity_change {
  display: inline-block;
  padding: 0 0.25em;
  cursor: pointer;
  font-weight: normal;
  font-family: 'Rubik'; }

/* line 376, theme-custom.scss */
.card__option--coupon {
  display: flex;
  align-items: center; }

/* line 381, theme-custom.scss */
[data-translate-promo] {
  white-space: nowrap; }

/* line 385, theme-custom.scss */
[data-coupon-submit] {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  appearance: none;
  border: none;
  text-transform: unset;
  font-size: inherit;
  width: auto;
  display: inline-block;
  background: none;
  border-radius: 0; }

/* line 403, theme-custom.scss */
.card__option input[name="cart[coupon]"]:focus + [data-coupon-submit] {
  opacity: 1; }

/* line 407, theme-custom.scss */
.coupon-input-wrapper {
  display: block;
  position: relative;
  width: 100%; }

/* line 413, theme-custom.scss */
.under-button-message {
  display: block;
  position: relative;
  left: 50%;
  top: auto;
  transform: translate(-50%, 0);
  width: auto;
  align-self: baseline;
  padding: .25em;
  margin: .5em 0 0 0;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  text-align: center; }

/* line 429, theme-custom.scss */
.under-button-message.has_promo {
  cursor: pointer; }

@media (max-width: 768px) {
  /* line 434, theme-custom.scss */
  .under-button-message {
    position: relative;
    text-align: center;
    margin: 1em 0;
    left: auto;
    transform: none;
    align-self: center; } }
/* line 444, theme-custom.scss */
.product__price-value {
  white-space: nowrap; }

/* line 448, theme-custom.scss */
.option-preorder {
  display: none; }

/* line 452, theme-custom.scss */
.notification {
  border: 1px solid;
  background: #F1F2F2;
  padding: 10px;
  z-index: 30;
  line-height: 1;
  white-space: normal;
  text-align: left;
  z-index: 1002;
  position: fixed; }

/* line 464, theme-custom.scss */
.notification {
  font-size: 18px;
  padding: 15px 15px 15px .54em; }
  @media (min-width: 1441px) {
    /* line 464, theme-custom.scss */
    .notification {
      padding: .7em .7em .7em .54em;
      font-size: 21px; } }
  @media (min-width: 1920px) {
    /* line 464, theme-custom.scss */
    .notification {
      padding: .7em .7em .7em .54em;
      font-size: 24px; } }

/* line 478, theme-custom.scss */
.notification span {
  font-size: 14px; }

/* line 482, theme-custom.scss */
.notification a {
  white-space: nowrap;
  text-decoration: underline; }

/* line 487, theme-custom.scss */
.navbar__cart-wrapper {
  position: relative; }

/* line 491, theme-custom.scss */
.siteOverlay {
  display: block;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; }

/* line 501, theme-custom.scss */
.semiBlack {
  height: 100%;
  background: rgba(0, 0, 0, 0.2); }

/* line 506, theme-custom.scss */
.option-selector.preorder span {
  font-weight: bold; }

/* line 510, theme-custom.scss */
.cart__item-options-wrapper {
  width: auto; }
  @media (min-width: 769px) {
    /* line 510, theme-custom.scss */
    .cart__item-options-wrapper {
      max-width: 50%; } }

/* line 517, theme-custom.scss */
.cart__item-option.Preorder {
  display: none !important; }

/* line 521, theme-custom.scss */
.option-selector.quantity {
  display: none !important; }

@media (max-width: 768px) {
  /* line 526, theme-custom.scss */
  .cart__price-value {
    margin-left: auto; } }
/* line 532, theme-custom.scss */
.modal {
  display: none;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10001; }

/* line 543, theme-custom.scss */
.modal-inner {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100vw; }

/* line 556, theme-custom.scss */
.modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 17px;
  right: 17px;
  border: 1px solid #000;
  border-width: 2px;
  background: #fff;
  color: #000;
  width: 30px;
  height: 30px;
  z-index: 100;
  cursor: pointer; }

/* line 573, theme-custom.scss */
.modal.active {
  display: block;
  /*   cursor: zoom-out; */ }

/* line 578, theme-custom.scss */
.product__img-big-container.zoom-ready {
  cursor: zoom-in; }

/* line 582, theme-custom.scss */
.with-color-link-to-page .option-selector[data-option-selector] {
  padding-bottom: 0; }

/* line 586, theme-custom.scss */
.with-color-link-to-page .option-selector .is-color,
.with-color-link-to-page .option-selector .option-cvet {
  display: none; }

/* line 591, theme-custom.scss */
.option.is-color.link-to-page {
  padding: 0 1.25rem 0.75rem 0; }

/* line 595, theme-custom.scss */
.link-to-page .option-value.is-color.is-active {
  pointer-events: none;
  cursor: default; }

/* product options update after adding color swatches */
/* line 601, theme-custom.scss */
.option {
  display: flex;
  position: relative; }

/* line 606, theme-custom.scss */
.option .option-label {
  line-height: 27px; }

/* line 610, theme-custom.scss */
.option-values {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px; }

/* line 617, theme-custom.scss */
.option-value.is-color.color-swatch {
  height: 22px;
  width: 26px;
  padding: 0;
  border: none; }

/* line 624, theme-custom.scss */
.option-value.is-color.is-active.color-swatch {
  box-shadow: inset 0px 0px 0 1px #000; }

/* line 628, theme-custom.scss */
.option-size .option-value,
.option-razmer .option-value {
  background: #fff;
  padding: 0 5px;
  border: none;
  line-height: 1.33;
  color: #000; }

/* line 639, theme-custom.scss */
.option .option-label,
.cart__option--price .product__price-text {
  display: inline-block;
  min-width: 48px;
  margin-right: .5em; }

/* line 646, theme-custom.scss */
.option .option-value.is-active {
  box-shadow: inset 0px 0px 0 1px #000; }

/* line 650, theme-custom.scss */
.option .option-value.is-active.disable {
  box-shadow: inset 0px 0px 0 1px #fff; }

/* line 654, theme-custom.scss */
.option-value.is-color.color-swatch {
  height: 24px;
  width: 24px;
  padding: 0;
  border: none; }

/* line 661, theme-custom.scss */
.option-values {
  gap: 10px; }

/* line 665, theme-custom.scss */
.product .size-tooltip, .product .custom-tooltip {
  right: 8px;
  top: 8px;
  transform: none; }

/* line 672, theme-custom.scss */
body.modal-active {
  overflow: hidden; }

/* line 676, theme-custom.scss */
.modal {
  overflow: auto; }

/* line 680, theme-custom.scss */
.my-zoomist-container {
  width: 100%;
  height: 100%; }

/* line 686, theme-custom.scss */
.zoom-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 17px;
  right: 17px;
  flex-direction: column; }

/* line 696, theme-custom.scss */
.modal-close {
  position: relative;
  background: #000;
  color: #fff;
  top: auto;
  right: auto; }

/* line 704, theme-custom.scss */
.modal-close .cross::before,
.modal-close .cross::after {
  background: #fff; }

/* line 709, theme-custom.scss */
.custom-in-zoomer,
.custom-out-zoomer {
  width: 34px;
  height: 34px;
  position: relative;
  background: #fff;
  border: 2px solid;
  box-sizing: border-box;
  cursor: pointer; }

/* line 720, theme-custom.scss */
.custom-in-zoomer {
  border-bottom: none;
  margin-top: 34px; }

/* line 725, theme-custom.scss */
.zoom-plus:before,
.zoom-plus:after {
  content: '';
  display: block;
  position: absolute; }

/* line 732, theme-custom.scss */
.zoom-plus:before {
  height: 2px;
  background: #000;
  width: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

/* line 741, theme-custom.scss */
.zoom-plus:after {
  width: 2px;
  background: #000;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

/* line 750, theme-custom.scss */
.zoom-minus:before {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  background: #000;
  width: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

/*
.zoomist-image {
  width: 100%;
  height: 100%;
  //aspect-ratio: 1;
}

.zoomist-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}*/
/* promotional popup */
/* line 777, theme-custom.scss */
.popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #F1F2F2;
  width: 80%;
  max-width: 600px;
  z-index: 100;
  border: 2px solid;
  padding: 1.25rem;
  padding: 34px;
  padding-bottom: 0; }

/* line 793, theme-custom.scss */
.popup-inner {
  display: flex;
  padding: 1.25rem;
  border: 2px solid;
  height: 100%;
  padding-bottom: 0;
  border-bottom: none; }

/* line 802, theme-custom.scss */
.popup-close {
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 814, theme-custom.scss */
.popup h4 {
  text-align: center;
  font-size: 48px; }

/* line 819, theme-custom.scss */
.popup .popup-inner span {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% + 34px + 2*1.25rem);
  width: calc(100% + 34px);
  background: #fff;
  border: 2px solid;
  text-align: center;
  margin: 17px 0 0;
  padding: 17px 0;
  border-bottom: none; }

/* line 834, theme-custom.scss */
.popup .cross:before,
.popup .cross:after {
  background: #fff; }

/* line 839, theme-custom.scss */
.hide {
  display: none !important; }

/* START new HOME */
/* START core.css overriding */
/* line 845, theme-custom.scss */
.layout {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

/* line 852, theme-custom.scss */
.layout__content {
  max-width: none;
  padding-top: 0;
  padding-bottom: 0; }

/* END core.css overriding */
/* START outlaw-theme.css overriding */
/* line 860, theme-custom.scss */
.content {
  margin: 0 var(--site-padding);
  width: auto; }
  @media (max-width: 1024px) {
    /* line 860, theme-custom.scss */
    .content {
      margin: 0 var(--m-site-padding); } }

/* line 868, theme-custom.scss */
.shop-items:not(:first-child) {
  border-top: 1px solid #000; }

/* line 872, theme-custom.scss */
.item-tags {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: var(--site-padding);
  width: auto;
  line-height: 1; }
  @media (max-width: 768px) {
    /* line 872, theme-custom.scss */
    .item-tags {
      padding: 15px; } }

/* line 885, theme-custom.scss */
.item-tag {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0 !important;
  font-weight: 600;
  letter-spacing: .01em;
  color: #fff;
  mix-blend-mode: difference;
  text-transform: uppercase;
  transform: translate3d(0, 0, 0); }

/* line 898, theme-custom.scss */
.item-tag.shop-items__sale {
  text-transform: uppercase;
  font-weight: 500;
  color: #C1000C;
  mix-blend-mode: unset; }

/* line 905, theme-custom.scss */
.item-tag:not(:first-child):before {
  content: ' / '; }

/* line 909, theme-custom.scss */
.scroll-wrapper a {
  display: inline-block;
  padding: .7em .4em !important; }

/* line 914, theme-custom.scss */
.filters {
  display: flex;
  padding: var(--site-padding);
  flex-direction: column;
  gap: 20px; }

/* line 921, theme-custom.scss */
.filters__category {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  height: auto; }

/* line 928, theme-custom.scss */
.filters__category,
.filters__item,
.selectCustom-trigger {
  font-size: 18px;
  line-height: 1.33; }

/* line 935, theme-custom.scss */
.filters__item {
  padding-left: var(--site-padding);
  margin-right: auto;
  margin-top: 10px; }

/* line 941, theme-custom.scss */
.filters__item:first-child {
  margin-top: 0; }

/* line 945, theme-custom.scss */
.filters__category + .ul-list {
  padding-top: var(--site-padding);
  padding-bottom: 10px; }
  @media (max-width: 1024px) {
    /* line 945, theme-custom.scss */
    .filters__category + .ul-list {
      padding-top: var(--m-site-padding); } }

@media (min-width: 1025px) {
  /* line 960, theme-custom.scss */
  .shop .shop-sidebar {
    padding-bottom: var(--site-padding); } }

/* line 965, theme-custom.scss */
.shop .col-right {
  padding-bottom: var(--site-padding); }
  @media (max-width: 1024px) {
    /* line 965, theme-custom.scss */
    .shop .col-right {
      padding-bottom: var(--m-site-padding); } }

/* line 972, theme-custom.scss */
.pagination.shop-items__pagination {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  border-left: 1px solid;
  margin-left: -1px; }
  @media (max-width: 768px) {
    /* line 972, theme-custom.scss */
    .pagination.shop-items__pagination {
      grid-template-columns: repeat(10, 1fr);
      border-top: 1px solid;
      border-left: none;
      margin-left: 0; } }

/* line 985, theme-custom.scss */
.pagination .pagination-link,
.pagination .pagination-span {
  grid-column: span 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 24px;
  height: 0;
  padding: 0;
  width: 100%;
  padding-bottom: 100%;
  position: relative; }

@media (max-width: 768px) {
  /* line 1001, theme-custom.scss */
  .pagination .pagination-link,
  .pagination .pagination-span {
    font-size: 14px; }

  /* line 1005, theme-custom.scss */
  .pagination-previous img,
  .pagination-next img {
    height: 14px; } }
/* line 1011, theme-custom.scss */
.pagination .page-number {
  display: flex;
  justify-content: center;
  align-items: center; }

/* line 1017, theme-custom.scss */
.ratio-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* END outlaw-theme.css overriding */
/* line 1027, theme-custom.scss */
.index-page .content {
  border: none !important;
  width: auto; }

/* line 1032, theme-custom.scss */
body.index-page {
  padding: 0 !important; }

/* line 1036, theme-custom.scss */
.index-page .scroll,
.index-page .scroll span {
  line-height: normal; }

/* line 1041, theme-custom.scss */
.intro {
  position: relative; }

/* line 1045, theme-custom.scss */
.intro .stripe span {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
  padding: .375em 0; }

/* line 1052, theme-custom.scss */
.logo-over-banner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -20%;
  mix-blend-mode: difference; }

/* line 1061, theme-custom.scss */
.logo-over-banner {
  display: inline-block;
  position: sticky;
  top: 10px;
  height: 34px;
  width: auto; }
  @media (min-width: 1025px) {
    /* line 1061, theme-custom.scss */
    .logo-over-banner {
      top: 20px;
      height: 65px;
      width: auto; } }
  @media (min-width: 1441px) {
    /* line 1061, theme-custom.scss */
    .logo-over-banner {
      width: 15.6vw;
      height: auto; } }

/* line 1078, theme-custom.scss */
.intro .shipping {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #FEE500;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

@media (min-width: 1025px) {
  /* line 1090, theme-custom.scss */
  .show-tablet {
    display: none !important; } }
@media (max-width: 1024px) {
  /* line 1095, theme-custom.scss */
  .hide-tablet {
    display: none !important; } }
/* END Mobile layout */
/* line 1101, theme-custom.scss */
.index-page main {
  position: relative;
  background: #F1F2F2; }

/* line 1106, theme-custom.scss */
.index-page footer {
  background: #000;
  position: relative;
  margin-top: -1px; }

/* line 1112, theme-custom.scss */
.shop-item__item {
  padding: calc(var(--site-padding) / 2) 15px 10px var(--site-padding);
  right: 0;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 768px) {
    /* line 1112, theme-custom.scss */
    .shop-item__item {
      padding: 15px; } }

/* line 1124, theme-custom.scss */
.shop-item__btn {
  border-left: none;
  position: relative;
  width: auto; }
  @media (min-width: 769px) {
    /* line 1124, theme-custom.scss */
    .shop-item__btn {
      margin-top: 5px; } }

/* line 1133, theme-custom.scss */
.shop-item__btn img {
  width: 30px;
  height: 30px; }
  @media (max-width: 768px) {
    /* line 1133, theme-custom.scss */
    .shop-item__btn img {
      width: 28px;
      height: 28px; } }

/* line 1142, theme-custom.scss */
.shop-item__title {
  font-size: 18px;
  font-size: 14px;
  padding: 0;
  gap: 3px;
  padding-right: 1em; }

/* line 1150, theme-custom.scss */
.shop-item__title span {
  display: inline-block;
  line-height: 1; }

/* line 1155, theme-custom.scss */
.w-divider {
  display: inline-block;
  margin: 0 .5em 0 .65em;
  padding: 0 !important;
  transform: translate(0, -15%); }

/* line 1162, theme-custom.scss */
.product-page main {
  margin: 0 var(--site-padding); }
  @media (max-width: 1024px) {
    /* line 1162, theme-custom.scss */
    .product-page main {
      margin: 0 var(--m-site-padding); } }

/* line 1169, theme-custom.scss */
.selectCustom-trigger {
  padding-bottom: 0; }

/* line 1173, theme-custom.scss */
.product__price-value {
  font-weight: 500; }

/* line 1177, theme-custom.scss */
.product__price-value.product__price-value--old {
  font-size: 18px;
  width: 100%;
  font-weight: normal; }

/* line 1183, theme-custom.scss */
.recommendations .scroll-wrapper {
  background: #fff; }

/* line 1187, theme-custom.scss */
.product-field {
  padding: 20px 0 !important;
  border-top: 1px solid; }

/* line 1192, theme-custom.scss */
.cart__option--price.product-field {
  padding: 32px 0 !important; }

/* line 1196, theme-custom.scss */
.scroll {
  vertical-align: bottom; }

/* line 1200, theme-custom.scss */
.cart {
  margin: 0 var(--site-padding);
  width: auto; }
  @media (max-width: 1024px) {
    /* line 1200, theme-custom.scss */
    .cart {
      margin: 0 var(--m-site-padding); } }

/* line 1208, theme-custom.scss */
.page_layout > main {
  margin: 0 var(--site-padding);
  width: auto;
  border: none;
  border-left: 1px solid;
  border-right: 1px solid; }
  @media (max-width: 1024px) {
    /* line 1208, theme-custom.scss */
    .page_layout > main {
      margin: 0 var(--m-site-padding); } }

/* collections page */
/* line 1221, theme-custom.scss */
.collections .card__option .card__title {
  padding: 20px 0; }

/* line 1225, theme-custom.scss */
[data-theme-template="page.collections"] main,
[data-theme-template="page.about"] main,
[data-theme-template="page.lookbooks"] main,
[data-theme-template="page.lookbook"] main,
[data-theme-template="page.creative"] main,
[data-theme-template="page.creative-detail"] main,
[data-theme-template="page.faq"] main {
  margin: 0 var(--site-padding);
  width: auto; }
  @media (max-width: 1024px) {
    /* line 1225, theme-custom.scss */
    [data-theme-template="page.collections"] main,
    [data-theme-template="page.about"] main,
    [data-theme-template="page.lookbooks"] main,
    [data-theme-template="page.lookbook"] main,
    [data-theme-template="page.creative"] main,
    [data-theme-template="page.creative-detail"] main,
    [data-theme-template="page.faq"] main {
      margin: 0 var(--m-site-padding); } }

/* line 1240, theme-custom.scss */
.shop-sidebar .scroll-wrapper {
  background: #fff; }

/* line 1244, theme-custom.scss */
.shop-sidebar a[href*="/collection/collections"],
.shop-sidebar a[href*="/collection/lookbooks"] {
  display: none; }

/* line 1249, theme-custom.scss */
.shop-sidebar .scroll-wrapper a,
.recommendations .scroll-wrapper span {
  padding-top: var(--site-padding) !important;
  padding-bottom: var(--site-padding) !important; }
  @media (max-width: 768px) {
    /* line 1249, theme-custom.scss */
    .shop-sidebar .scroll-wrapper a,
    .recommendations .scroll-wrapper span {
      padding-top: 13px !important;
      padding-bottom: 13px !important; } }

/* line 1259, theme-custom.scss */
.cart .quantity_change {
  display: none; }

@media (min-width: 769px) {
  /* line 1263, theme-custom.scss */
  .menu-nav-wrapper {
    display: flex;
    gap: calc(var(--site-padding)* 3); } }

/* line 1270, theme-custom.scss */
.menu-main__item {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: var(--site-padding);
  align-items: baseline; }
  @media (max-width: 1024px) {
    /* line 1270, theme-custom.scss */
    .menu-main__item {
      display: block;
      margin-right: 0;
      width: 100%; } }

@media (min-width: 1025px) {
  /* line 1282, theme-custom.scss */
  .menu-main .menu-main__item:nth-child(2n+2) {
    flex: 1 0 50%; } }

/* line 1288, theme-custom.scss */
.menu-navbar__searchBtn img {
  filter: invert(1);
  width: 30px;
  height: auto; }
  @media (max-width: 768px) {
    /* line 1288, theme-custom.scss */
    .menu-navbar__searchBtn img {
      width: 28px; } }

/* line 1297, theme-custom.scss */
.menu-navbar__logo {
  padding-top: 15px; }
  @media (max-width: 1024px) {
    /* line 1297, theme-custom.scss */
    .menu-navbar__logo {
      padding-top: var(--m-site-padding); } }

/* line 1304, theme-custom.scss */
.menu-navbar__logo img {
  filter: invert(1);
  height: 30px;
  width: auto; }
  @media (max-width: 1024px) {
    /* line 1304, theme-custom.scss */
    .menu-navbar__logo img {
      height: 20px; } }

/* line 1313, theme-custom.scss */
.menu__searchField {
  display: flex;
  justify-content: center;
  margin: 30px calc(var(--site-padding)* 2); }
  @media (max-width: 1024px) {
    /* line 1313, theme-custom.scss */
    .menu__searchField {
      margin: var(--site-padding) var(--site-padding) 30px; } }

/* line 1322, theme-custom.scss */
.menu-navbar {
  padding: 0 var(--site-padding); }

/* line 1327, theme-custom.scss */
.menu .nav-item {
  color: #fff;
  display: inline-block;
  line-height: 1.2;
  font-size: 18px;
  padding: 11px 1.67em 11px .54em;
  position: relative;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    /* line 1327, theme-custom.scss */
    .menu .nav-item {
      padding: 15px 1.67em 15px .54em; } }
  @media (min-width: 1441px) {
    /* line 1327, theme-custom.scss */
    .menu .nav-item {
      padding: .7em 1.67em .7em .54em;
      font-size: 21px; } }
  @media (min-width: 1920px) {
    /* line 1327, theme-custom.scss */
    .menu .nav-item {
      padding: .7em 1.67em .7em .54em;
      font-size: 24px; } }

/* line 1351, theme-custom.scss */
.menu .lang-switcher select {
  color: #fff;
  border: 0px;
  background-color: transparent;
  text-transform: uppercase;
  font-size: inherit;
  height: 1.2em;
  -webkit-appearance: menulist-button; }

/* line 1361, theme-custom.scss */
.menu .nav-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5em;
  border-left: 1px solid #fff; }

/* line 1370, theme-custom.scss */
.menu__nav-left,
.manu__nav-right {
  flex: 1 1 50%; }

/* line 1375, theme-custom.scss */
.manu__nav-right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end; }

/* line 1381, theme-custom.scss */
.menu .nav-item.menu-navbar__close {
  padding-top: 15px !important;
  padding-right: 0 !important; }
  @media (max-width: 1024px) {
    /* line 1381, theme-custom.scss */
    .menu .nav-item.menu-navbar__close {
      padding-top: 13px !important; } }

/* line 1389, theme-custom.scss */
.menu .nav-item.menu-navbar__close:before {
  display: none; }

@media (max-width: 1024px) {
  /* line 1393, theme-custom.scss */
  .menu-navbar__close img {
    height: 17px;
    width: auto; } }

/* Start menu footer */
/* line 1401, theme-custom.scss */
.text-left {
  text-align: left; }

/* line 1405, theme-custom.scss */
.text-center {
  text-align: center; }

/* line 1409, theme-custom.scss */
.text-right {
  text-align: right; }

/* line 1413, theme-custom.scss */
.menu .wrapper {
  display: block; }
  @media (max-width: 1024px) {
    /* line 1413, theme-custom.scss */
    .menu .wrapper {
      margin: 0 calc(var(--m-site-padding) * 2); } }

@media (max-width: 1024px) {
  /* line 1420, theme-custom.scss */
  .f-logo {
    margin-top: 9%; } }

@media (max-width: 1024px) {
  /* line 1426, theme-custom.scss */
  .menu .grid {
    display: flex;
    flex-direction: column; } }

/* line 1433, theme-custom.scss */
.menu .footer {
  padding: 5% 0 0 0;
  background: #000;
  color: #F1F2F2; }
  @media (max-width: 1024px) {
    /* line 1433, theme-custom.scss */
    .menu .footer {
      padding-top: 7%; } }

/* line 1442, theme-custom.scss */
.menu .newsletter {
  display: flex;
  align-items: center;
  margin-bottom: 4.5%; }
  @media (max-width: 1024px) {
    /* line 1442, theme-custom.scss */
    .menu .newsletter {
      display: block;
      margin-bottom: 14%; } }

/* line 1452, theme-custom.scss */
.newsletter-title {
  line-height: 1;
  font-weight: 500;
  padding-right: 1em;
  flex: 0 1 auto;
  text-transform: uppercase;
  color: #fff; }

/* line 1461, theme-custom.scss */
.newsletter-form {
  position: relative;
  border-bottom: 1px solid;
  flex: 1 1 auto; }

/* line 1467, theme-custom.scss */
.newsletter-field {
  padding-right: 50px; }

/* line 1471, theme-custom.scss */
.newsletter-field {
  flex: 1 1 auto; }

/* line 1475, theme-custom.scss */
.submit-container {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translate(0, -50%); }

/* line 1487, theme-custom.scss */
.submit-container input.newsletter-submit[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important; }

/* line 1496, theme-custom.scss */
.f-nav-container.service {
  columns: 2;
  column-gap: 0; }

/* line 1501, theme-custom.scss */
.newsletter-field input {
  color: #fff;
  width: 100%;
  font-size: 24px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0.8em .4em;
  box-sizing: border-box;
  text-transform: uppercase; }

/* line 1513, theme-custom.scss */
.f-col-address-and-hours {
  display: flex;
  justify-content: space-between;
  grid-column: span 4;
  padding-right: 20px;
  max-width: 400px; }
  @media (max-width: 1024px) {
    /* line 1513, theme-custom.scss */
    .f-col-address-and-hours {
      padding-right: 0; } }

@media (max-width: 1024px) {
  /* line 1525, theme-custom.scss */
  .f-col-address-and-hours .f-nav-item,
  .f-col-social .f-nav-item:last-child {
    padding-right: 0; } }
/* line 1531, theme-custom.scss */
.f-col-main {
  display: flex;
  grid-column: span 6;
  align-items: flex-start; }
  @media (max-width: 1024px) {
    /* line 1531, theme-custom.scss */
    .f-col-main {
      display: block; } }

/* line 1540, theme-custom.scss */
.f-col-service {
  flex: 1 1 55%;
  padding-right: 20px; }
  @media (max-width: 1024px) {
    /* line 1540, theme-custom.scss */
    .f-col-service {
      padding-right: 0; } }

/* line 1548, theme-custom.scss */
.f-col-policy {
  flex: 1 1 33%; }

@media (max-width: 1024px) {
  /* line 1553, theme-custom.scss */
  .f-col-service,
  .f-col-policy {
    width: 100%; } }
/* line 1559, theme-custom.scss */
.f-col-social {
  grid-column: span 2; }

/* line 1563, theme-custom.scss */
.f-col-title {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 1.2em;
  color: #fff;
  letter-spacing: .01em; }

/* line 1572, theme-custom.scss */
.f-nav-item {
  font-size: 14px;
  line-height: 1.2;
  padding: .6em 1em .6em 0;
  letter-spacing: .01em; }

/* line 1579, theme-custom.scss */
.bottom-grid {
  margin-top: 5.3%; }
  @media (max-width: 1024px) {
    /* line 1579, theme-custom.scss */
    .bottom-grid {
      margin-top: 11.4%; } }

/* line 1586, theme-custom.scss */
.copyright {
  font-size: 14px;
  line-height: 1.2;
  color: #9F9F9F;
  grid-column: span 12; }

/* line 1593, theme-custom.scss */
.f-logo svg {
  display: block;
  height: auto;
  max-width: 100%; }

/* line 1599, theme-custom.scss */
details summary {
  list-style: none;
  position: relative; }

/* line 1604, theme-custom.scss */
details summary:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-3px, 2px) rotate(-45deg); }

/* line 1617, theme-custom.scss */
details[open] summary:after {
  transform: translate(-3px, 2px) rotate(-225deg); }

/* line 1621, theme-custom.scss */
details > summary::-webkit-details-marker {
  display: none; }

/* END footer styling */
/* START Mobile layout */
@media (max-width: 1024px) {
  /* line 1628, theme-custom.scss */
  .f-col-address-and-hours {
    padding-top: 30px;
    order: 10; }

  /* line 1633, theme-custom.scss */
  .f-col-social {
    display: flex;
    justify-content: space-between;
    padding-top: 30px; }

  /* line 1639, theme-custom.scss */
  .f-col-service details.f-nav {
    border-top: 1px solid #fff; }

  /* line 1643, theme-custom.scss */
  details.f-nav {
    margin: 0 -20px;
    padding: 20px;
    border-bottom: 1px solid #fff; }

  /* line 1649, theme-custom.scss */
  details.f-nav .f-col-title {
    margin: 0;
    font-weight: 400; }

  /* line 1654, theme-custom.scss */
  details.f-nav .f-nav-container {
    padding: 30px 0 10px; } }
/* END Mobile layout */
/* line 1660, theme-custom.scss */
.f-col-social a {
  text-decoration: underline; }

/* line 1664, theme-custom.scss */
.menu-secondary {
  display: flex;
  flex-wrap: wrap;
  gap: var(--site-padding) calc(var(--site-padding)* 2.5);
  max-width: 1138px; }

/* line 1671, theme-custom.scss */
.menu-secondary a {
  display: inline-flex;
  font-size: 22px;
  color: #F1F2F2; }

/* line 1677, theme-custom.scss */
.menu-inner {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100vh; }
  @media (min-width: 1025px) {
    /* line 1677, theme-custom.scss */
    .menu-inner {
      padding-bottom: 3%; } }

/* line 1687, theme-custom.scss */
.menu-contacts__left div:last-child,
.menu-contacts__right div:last-child,
.menu-footer__socialLink:last-child {
  padding-bottom: 0; }

/* line 1693, theme-custom.scss */
.collections__link-img a {
  background: #F1F2F2;
  transition: background .2s; }

/* line 1698, theme-custom.scss */
.collections__link-img img {
  transition: opacity .2s; }

/* line 1702, theme-custom.scss */
.collections__link-img:hover a {
  background: #000; }

/* line 1706, theme-custom.scss */
.collections__link-img img {
  display: block; }

/* line 1710, theme-custom.scss */
.collections__link-img:hover img {
  opacity: 0.6; }

/* line 1714, theme-custom.scss */
.collections__link-title {
  color: #fff; }

/* line 1718, theme-custom.scss */
.product .card {
  gap: 16px; }

/* line 1722, theme-custom.scss */
.card__description.sostav {
  color: #9F9F9F; }

/* line 1726, theme-custom.scss */
.card__description {
  margin-bottom: 14px; }

/* line 1730, theme-custom.scss */
.product .card__options {
  margin-top: 34px; }

@media (max-width: 768px) {
  /* line 1736, theme-custom.scss */
  .shop-item {
    height: auto; }

  /* line 1740, theme-custom.scss */
  .shop-item__img {
    position: relative;
    height: auto;
    aspect-ratio: 3 / 4;
    aspect-ratio: 4 / 5; }

  /* line 1748, theme-custom.scss */
  .shop-item__item {
    position: relative; } }
/* line 1752, theme-custom.scss */
.shop-item {
  height: auto; }

/* line 1755, theme-custom.scss */
.shop-item__img {
  position: relative;
  height: auto;
  aspect-ratio: 4 / 5; }

/* line 1762, theme-custom.scss */
.size-tooltip,
.custom-tooltip {
  width: 20px;
  height: 20px;
  background: url(https://static.insales-cdn.com/files/1/5163/34395179/original/question-icon.svg) #000 no-repeat;
  background-size: cover;
  border-radius: 100%; }

/* line 1771, theme-custom.scss */
.parameters {
  display: none;
  position: absolute;
  left: 100%;
  bottom: 100%;
  padding: 8px;
  transform: translate(0, -14px);
  z-index: 100; }
  @media (max-width: 768px) {
    /* line 1771, theme-custom.scss */
    .parameters {
      left: auto;
      right: 50%;
      padding: 8px 0;
      transform: translate(0, -30px); } }

@media (min-width: 769px) {
  /* line 1789, theme-custom.scss */
  .size-tooltip:hover .parameters {
    display: block; } }
/* line 1794, theme-custom.scss */
.parameters.active {
  display: block; }

/* line 1798, theme-custom.scss */
.parameters-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 290px;
  background: #F1F2F2;
  padding: 20px;
  border: 1px solid; }

/* line 1809, theme-custom.scss */
.parameters-inner:after {
  content: '';
  position: absolute;
  top: 100%;
  left: -1px;
  width: 35px;
  height: 36px;
  background: url(https://static.insales-cdn.com/files/1/3531/34401739/original/popup-triangle-grey.svg) no-repeat; }
  @media (max-width: 768px) {
    /* line 1809, theme-custom.scss */
    .parameters-inner:after {
      transform: rotateY(180deg);
      left: auto;
      right: -1px; } }
