/** Shopify CDN: Minification failed

Line 370:12 Unexpected "{"
Line 370:21 Expected ":"
Line 371:16 Expected identifier but found whitespace
Line 371:18 Unexpected "{"
Line 371:27 Expected ":"
Line 371:78 Expected ":"
Line 376:14 Unexpected "{"
Line 376:23 Expected ":"
Line 377:18 Expected identifier but found whitespace
Line 377:20 Unexpected "{"
... and 2 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:main-product-ready-made (INDEX:49) */
.rm-product__grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 40px;
  }

.rm-product__slider {
  position: relative;
}

.rm-product__track-wrap {
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 20px;
  background: #fff;
}

.rm-product__track {
  display: flex;
  transition: transform .35s ease;
  will-change: transform;
}

.rm-product__slide {
  min-width: 100%;
  flex: 0 0 100%;
}

.rm-product__slide-image {
  display: block;
  width: 100%;
  height: auto;
}

.rm-product__hero-placeholder {
  padding: 80px 20px;
  text-align: center;
  color: rgba(0,0,0,.5);
}

.rm-product__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  cursor: pointer;
  z-index: 2;
  font-size: 24px;
  line-height: 1;
}

.rm-product__nav--prev {
  left: 12px;
}

.rm-product__nav--next {
  right: 12px;
}

.rm-product__thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.rm-product__thumb {
  position: relative;
  border: 1px solid rgba(0,0,0,.1);
  background: #fff;
  border-radius: 12px;
  padding: 0;
  overflow: visible;
  cursor: pointer;
}

.rm-product__thumb.is-active {
  border-color: #111;
}

.rm-product__thumb-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

  .rm-product__vendor {
    font-size: 12px;
    letter-spacing: .08em;
    opacity: .7;
    margin-bottom: 8px;
    text-transform: uppercase;
  }

  .rm-product__title {
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 1.2;
  }

  .rm-product__price {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .rm-product__option {
    margin-bottom: 18px;
  }

  .rm-product__option-label,
  .rm-product__label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    opacity: .78;
  }

  .rm-product__option-values {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .rm-product__option-values input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .rm-product__option-values label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.16);
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
  }

  .rm-product__option-values input:checked + label {
    background: #111;
    color: #fff;
    border-color: #111;
  }

  .rm-product__option-values input.disabled + label {
    opacity: .35;
    cursor: not-allowed;
  }

  .rm-product__quantity-wrap {
    margin: 22px 0 18px;
  }

  .rm-product__buy {
    margin: 8px 0 18px;
  }

  .rm-product__add-button {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 16px;
    background: #111;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
  }

  .rm-product__add-button:disabled {
    opacity: .4;
    cursor: not-allowed;
  }

  .rm-product__notes {
    margin: 12px 0 18px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #faf7f1;
    font-size: 13px;
    line-height: 1.8;
  }

  .rm-product__notes p {
    margin: 0;
  }

  .rm-product__description {
    margin-top: 22px;
  }

  .rm-sticky {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 16px;
  z-index: 50;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  box-shadow: 0 -4px 20px rgba(0,0,0,.06);
}

  .rm-sticky__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .rm-sticky__title {
    font-size: 14px;
    line-height: 1.4;
  }

  .rm-sticky__price {
    font-size: 18px;
    font-weight: 700;
    margin-top: 4px;
  }

  .rm-sticky__actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .rm-sticky__qty {
    display: flex;
    align-items: center;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
  }

  .rm-sticky__qty-btn {
    width: 40px;
    height: 44px;
    border: 0;
    background: #fff;
    cursor: pointer;
    font-size: 20px;
  }

  .rm-sticky__qty input {
    width: 52px;
    height: 44px;
    border: 0;
    text-align: center;
    font-size: 14px;
    background: #fff;
  }

  .rm-sticky__cart {
    min-width: 180px;
    height: 44px;
    border: 0;
    border-radius: 14px;
    background: #111;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    padding: 0 18px;
  }

  .rm-sticky__cart:disabled {
    opacity: .4;
    cursor: not-allowed;
  }

  .rm-product__quantity-wrap,
.rm-product__buy {
  display: none !important;
}
.rm-sticky__summary {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rm-sticky__title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

.rm-sticky__meta {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0,0,0,.68);
}

.rm-sticky__price {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.rm-product__spec-box {
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 16px;
  background: #fafafa;
}

.rm-product__spec-grid {
  display: grid;
  gap: 10px;
}

.rm-product__spec-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  align-items: start;
}

.rm-product__spec-label {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(0,0,0,.58);
}

.rm-product__spec-value {
  font-size: 14px;
  line-height: 1.5;
  color: #111;
}

.rm-product__spec-value--strong {
  font-size: 18px;
  font-weight: 700;
}

  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: calc({{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px + 120px);
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: calc({{ section.settings.padding_bottom }}px + 120px);
    }
  }

  @media screen and (max-width: 989px) {
    .rm-product__grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .rm-product__title {
      font-size: 28px;
    }
  }

  @media screen and (max-width: 749px) {
    .rm-sticky__inner {
      flex-direction: column;
      align-items: stretch;
    }

    .rm-sticky__actions {
      width: 100%;
    }

    .rm-sticky__qty {
      flex: 0 0 auto;
    }

    .rm-sticky__cart {
      flex: 1 1 auto;
      min-width: 0;
    }
  }
  .rm-product__app-block {
  margin: 16px 0;
}

.rm-product__media-story {
  display: none;
  width: 100%;
  clear: both;
}

.rm-product__media-story-item {
  display: block;
  width: 100%;
}

.rm-product__media-story-image,
.rm-product__media-story-img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 990px) {
  .rm-product__media-story {
    display: block;
    width: 100%;
    margin-top: 28px;
  }

  .rm-product__media-story-item {
    display: block;
    width: 100%;
    margin: 0 0 40px;
  }

  .rm-product__media-story-item:last-child {
    margin-bottom: 0;
  }

  .rm-product__media-story-lead {
    display: block;
    width: 100%;
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.9;
    color: rgba(0,0,0,.72);
  }

  .rm-product__media-story-image {
    display: block;
    width: 100%;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
  }

  .rm-product__media-story-img {
    display: block;
    width: 100%;
    height: auto;
  }

  .rm-product__media-story-caption {
    display: block;
    width: 100%;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(0,0,0,.62);
  }
}

@media screen and (max-width: 989px) {
  .rm-product__media-story {
    display: none;
  }
}

.rm-product__thumb {
  position: relative;
}

.rm-product__thumb-tip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  min-width: 160px;
  max-width: 240px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(17,17,17,.96);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .2s ease;
  z-index: 20;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
}

.rm-product__thumb-tip strong {
  display: block;
  margin: 0 0 2px;
  font-size: 12px;
  font-weight: 700;
}

.rm-product__thumb-tip span {
  display: block;
}

@media screen and (min-width: 990px) {
  .rm-product__thumb:hover .rm-product__thumb-tip,
  .rm-product__thumb:focus-visible .rm-product__thumb-tip {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 989px) {
  .rm-product__thumb-tip {
    display: none;
  }
}

.rm-product__thumb {
  position: relative;
}

.rm-product__thumb-tip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  min-width: 160px;
  max-width: 240px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(17,17,17,.96);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .2s ease;
  z-index: 20;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
}

.rm-product__thumb-tip strong {
  display: block;
  margin: 0 0 2px;
  font-size: 12px;
  font-weight: 700;
}

.rm-product__thumb-tip span {
  display: block;
}

@media screen and (min-width: 990px) {
  .rm-product__thumb:hover .rm-product__thumb-tip,
  .rm-product__thumb:focus-visible .rm-product__thumb-tip {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 989px) {
  .rm-product__thumb-tip {
    display: none;
  }
}
/* END_SECTION:main-product-ready-made */