/** Shopify CDN: Minification failed

Line 312:28 Cannot use type selector "nbsp" directly after nesting selector "&"
Line 312:32 Expected ")" to go with "("

**/
.breadcrumbs {
  margin-top: 143px;
}

.breadcrumbs__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 50px 100px 50px;
  gap: 100px;
  color: #545856;
}

.breadcrumbs__mobile {
  display: none !important;
}

.breadcrumbs__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
}

.breadcrumbs__bold {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 18px;
}

.breadcrumbs__text {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.breadcrumbs__text--collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs__container .content-how__breadcrumbs {
  justify-content: start;
}

.breadcrumbs__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.breadcrumbs__gallery-item {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 2px 2px 10px rgba(115, 115, 115, 0.413);
  position: relative;
  transition: all .3s ease;
}

.breadcrumbs__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breadcrumbs__sub-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 28px;
  padding-top: 13px;
}
.breadcrumbs__sub-item {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  color: #545856;
  font-weight: 600;
  line-height: 1.4;
}
.breadcrumbs__sub-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5.5px;
  width: 7px;
  height: 7px;
  background-color: #d12429;
  border-radius: 50%;
}

.breadcrumbs__item-button {
  margin-top: 20px!important;
  display: flex!important;
  align-items: center!important;
  justify-content: space-between!important;
  gap: 10px!important;
  text-align: center!important;
  padding: 14px 45px!important;
  width: 100%!important;
  background-color: #545856!important;
  border-radius: 24px!important;
  color: #fff!important;
  font-weight: 400!important;
  transition: background-color 0.3s ease;
  font-size: 12.5px!important;
}

.breadcrumbs__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin-top: 30px;
  border-top: 1px solid rgb(221, 221, 221);
  padding-top: 30px;
}

.breadcrumbs__bottom-text {
  text-align: center;
  margin-bottom: 10px;
  font-size: 12.5px;
}

.breadcrumbs__bottom-list {
  display: flex;
  gap: 3px;
}
/* NEW */
 .breadcrumbs__container-new {
   display: flex !important;
   margin: 0 auto !important;
   justify-content: center !important;
   width: 100% !important;
   max-width: 1456px !important;
   gap: 16px !important;
 }
.breadcrumbs__gallery-new {
  width: 100% !important;
  grid-template-columns: repeat(1,minmax(0,1fr)) !important;
  max-width: 670px !important;
  height: 100%;
}
.breadcrumbs__content-new {
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, .08);
  background: #fff;
  max-width: 670px;
}
.breadcrumbs__content-new p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
   color: #28282A;
  letter-spacing: normal;
}
.breadcrumbs__content-new strong {
  font-weight: 700;
  margin: 18px 0;
}


.breadcrumbs__title-new {
  font-weight: 800;
  font-size: 34px;
  word-break: break-word;
  margin-bottom: 16px;
  color: #28282A;
}
.breadcrumbs__price {
  font-family: Montserrat;
  font-weight: 800 !important;
  font-size: 31px !important;
  line-height: normal;
  color: #28282A;
}
.breadcrumbs__text-new p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
   color: #28282A;
}
.breadcrumbs__column {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: 16px;
}
.breadcrumbs__col-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;

}
.breadcrumbs__col-toggle span {
  font-size: 16px;
    line-height: 1.6;
    display: inline;
    font-weight: 700;
    color: #28282A;
}
.breadcrumbs__col-toggle-svg {
  width: 14px;
  max-width: 14px;
}

.breadcrumbs__col-right {
  display: flex;
  align-items: center;
}
.breadcrumbs__col-share {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  gap: 8px;
  padding: 1px 6px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s ease;
}
.breadcrumbs__col-share:hover , .breadcrumbs__col-shipping:hover {
  text-decoration: underline;
}
.breadcrumbs__col-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
    line-height: 1.6;
}
.breadcrumbs__col-shipping {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
    line-height: 1.6;
  padding: 1px 6px;
  text-transform: uppercase;
  cursor: pointer;
   transition: all .3s ease;
}
.breadcrumbs__col-shipping svg, .breadcrumbs__col-share svg {
  width: 18px;
  height: 18px;
}
.breadcrumbs__submit {
  position: relative;
  width: 50%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
 #cart-submit  {
   background: #1E1E1E !important;
   color: #fff !important;
  border: 1px solid transparent !important;
  transition: .4s all ease-in-out !important;
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, .08) !important;
   padding: 13px 36px !important;
   border-radius: 8px !important;
   text-transform: uppercase !important;
   font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
}
.breadcrumbs__submit-button-icon {
  position: absolute;
  top: 50%;
  right: 47px;
  width: 100%;
  max-width: 23px;
  transform: translateX(-50%);
}
.breadcrumbs__col-toggle.open .breadcrumbs__col-toggle-svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

#breadcrumbs__text {
    overflow: hidden;
    transition: height 0.3s ease;
}


.breadcrumbs__col-toggle-svg .icon-caret {
    transition: transform 0.3s ease;
    transform-origin: center;
}

#breadcrumbs__text p:empty,
#breadcrumbs__text p:has(> br:only-child),
#breadcrumbs__text p:has(> &nbsp;) {
    display: none !important;
}
.variant-item.odd, .input-number , #radio_51382701850960 {
  display: none !important;
}
.breadcrumbs__submit-button-icon svg {
  fill: #fff;
  color: #fff;
}


/* MODAL REQUEST */

.modal-request_overlay {
  background-color: #686868b3;
    width: 100%;
    height: 100%;
    position: absolute;
}
 .modal-request.visible {
 opacity: 1;
 pointer-events: auto;
}
.modal-request_overlay-btn {
    position: absolute;
    top: -21px;
    right: -17px;
    height: 42px;
    width: 42px;
    border: 4px solid #fff;
    border-radius: 50%;
    background-color: #1E1E1E;
    color: #fff;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.modal-request {
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    inset: 0;
    transition: opacity .3s ease;
}

.modal-request_content {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 32px;
  position: relative;
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, .08);
  border-radius: 16px;
  background-color: #fff;
  position: relative;
  max-width: 675px;

}
.modal__title {
  display: flex;
  gap: 8px;
  align-items: center;
      font-family: Montserrat;
    font-weight: 800;
    font-size: 22px;
    line-height: normal;
    letter-spacing: normal;
  margin-top: 22px;
}
.info-icon-container {
  width: 23.8px;
  max-width: 23.8px;
  display: flex;
}
.modal__text {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    margin: 16px 0;
    letter-spacing: normal;
}
.ship-policy__link {
  text-decoration: underline;
  color: #551A8B;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}
.modal__close-btn {
  text-transform: uppercase;
  padding: 16px 0;
   margin-top: 32px;
   cursor: pointer;
   border-radius: 8px;
   background: #1E1E1E;
   transition: all .3s ease;
   color: #fff;
  text-align: center;
}

/* LIGHTBOX */
  .breadcrumbs__svg-zoom {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 30px;
    max-height: 30px;
    top: 20px;
    left: 20px;
    opacity: 0;
    transition: all .3s ease;
    background: #fff;
    border: 1px solid rgb(40,40,42);
    border-radius: 50%;
    color: rgb(40,40,42);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
.breadcrumbs__svg-zoom svg {
  width: 16px;
  height: 16px;
}
  
  .lightbox {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    overflow: hidden;
  }

  .lightbox__close {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    padding: 12px;
    width: 100%;
    max-width: 40px;
     border: 1px solid rgb(40,40,42);
    border-radius: 50%;
    max-height: 40px;
    height: 100%;
  }

  .lightbox__content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 40px;
  }

  .lightbox-img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
  }
  .breadcrumbs__gallery-item:hover .breadcrumbs__svg-zoom {
    opacity: 1;
  }
  .svg-close-lb {
    width: 14px;
    height: 14px;
    display: flex;
  }

  @media (min-width: 991px) {
    .lightbox-img {
      cursor: zoom-in;
    }
    .lightbox-img.zoomed {
      transform: scale(2);
      cursor: zoom-out;
    }
  }



@media screen and (max-width: 1600px) {
  .breadcrumbs__container {
    padding: 50px 50px;
  }
}

@media (width <= 1280px) {
   .breadcrumbs__container-new {
     flex-flow: column;
   }
  .breadcrumbs__gallery-new {
    max-width: 100% !important;
  }
  .breadcrumbs__content-new {
    max-width: 100%;
  }
}

@media (width <= 768px) {
  .breadcrumbs__submit {
    width: 100%;
  }
}

@media screen and (max-width: 991px) { 
  .breadcrumbs__container {
    padding: 50px 30px;
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .breadcrumbs__desctop {
    display: none !important;
  }

  .breadcrumbs__mobile {
    display: block;
  }
  .modal-request_content {
    margin: 20px;
    padding: 16px;
  }
   .lightbox.active {
      background: rgba(0, 0, 0, 0.95);
    }
    
    .lightbox__content {
      padding: 20px;
    }
    
    .lightbox-img {
      max-width: 100%;
      max-height: 80vh;
    }
  
}

@media (width <= 479px) {
  .breadcrumbs__gallery-new {
    gap: 16px !important;
    grid-template-columns: repeat(1,minmax(0,1fr)) !important;
  }
  .breadcrumbs__column {
    flex-flow: column;
    align-items: flex-start;
    gap: 20px;
  }
  .breadcrumbs__col-share {
    padding: 1px 6px 1px 0;
  }
  .breadcrumbs__submit-button-icon {
    right: 20px;
  } 
  .breadcrumbs__content-new {
    padding: 20px !important;
  }
  .breadcrumbs__title-new, .breadcrumbs__price {
    font-size: 24px !important;
  }
  .breadcrumbs__content-new p {
    font-size: 16px;
  }
}


/* базовий reset для прикладу */
.participant-modal { 
  position: fixed; inset: 0; z-index: 9999; display: none;
}
.participant-modal.is-open { display: block; }

.participant-modal__overlay {
  position: absolute; inset: 0; background: rgba(0,0,0,.5);
}

.participant-modal__content {
  position: relative;
  max-width: 720px;
  margin: 40px auto;
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
}

.participant-modal__close {
  position: absolute; top: 10px; right: 12px;
  background: transparent; border: 0; font-size: 28px; line-height: 1; cursor: pointer;
}

.participant-modal__title { font-size: 22px; font-weight: 700; margin: 0 0 6px; }
.participant-modal__subtitle { color: #555; margin: 0 0 18px; }

.pm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.pm-field { display: flex; flex-direction: column; gap: 6px; }
.pm-field--full { grid-column: 1 / -1; }
.pm-field input, .pm-field select {
  width: 100%; height: 42px; border: 1px solid #ccc; border-radius: 8px; padding: 0 12px; font-size: 14px;
}

.pm-dob__row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }

.participant-modal__actions { margin-top: 18px; display: flex; justify-content: flex-end; }
.pm-btn {
  appearance: none; border: 0; border-radius: 8px; padding: 12px 20px;
  font-weight: 600; cursor: pointer; background:#111; color:#fff;
}
.pm-btn[disabled] { opacity:.6; cursor: default; }

@media (max-width: 640px){
  .participant-modal__content { margin: 20px 12px; padding: 18px; }
  .pm-grid { grid-template-columns: 1fr; }
  .pm-dob__row { grid-template-columns: 1fr 1fr 1fr; }
}

/* step switch */
.pm-step { display: none; }
.pm-step.is-active { display: block; }

/* invalid state */
.pm-field input.is-invalid,
.pm-field select.is-invalid {
  border-color: #d13b3b;
  box-shadow: 0 0 0 3px rgba(209,59,59,.08);
}
.pm-help { color: #d13b3b; font-size: 12px; }

/* dots (опційно) */
.pm-dots { display:flex; gap:8px; justify-content:center; margin-top:12px; }
.pm-dots .dot { width:8px; height:8px; border-radius:999px; background:#d1d5db; }
.pm-dots .dot.is-active { background:#111; }


.participant-modal form {
  height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pm-field.is-invalid input,
.pm-field.is-invalid select {
  border-color: #E5484D;
  outline: none;
}

/* текст помилки під полем */
.pm-error {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.2;
  color: #E5484D;
}

/* глобальна помилка */
.pm-global-error {
  margin-top: 8px;
  font-size: 14px;
  color: #E5484D;
}

.part-step-2 {
  display:none;
}