/** Shopify CDN: Minification failed

Line 89:0 Unexpected "#360-image-frame"
Line 215:0 Unexpected "#360-image-frame"

**/
#custom-360-section {
    background: linear-gradient(180deg, #FFF9F3 0%, #FEC65A 100%);
    padding: 80px 0;
    text-align: center;
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    font-family: Familjen Grotesk;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 2%;
    color: #382521;
    margin-bottom: 14px;
}

.product-viewer-area {
  position: relative;
  margin: 0 auto;
}

/* --- Details Overlay Positioning --- */
.viewer-details-overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; /* Align bottom items */
  padding: 0 20px;
  color: #333;
  gap: 32px;
}

.overlay-left, .overlay-right {
  text-align: left;
  line-height: 1.5;
}

.overlay-left{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 6px;
}

.overlay-right {
  text-align: left;
}

.product-subtitle {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.specs-title {
    font-size: 0.9rem;
    opacity: 0.7;
}

.icon-360 {
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 20px;
    cursor: pointer;
}

/* Style the custom swatches */
.custom-swatch {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
}

/* Ensure the image fills the container */
#360-image-frame {
  width: 100%;
  height: auto;
  user-select: none;
}

.product-subtitle-first-text{
  display: none;
}

.variant-title-text{
  font-family: Familjen Grotesk;
  font-weight: 400;
  font-style: Italic;
  font-size: 14px;
  line-height: 100%;
  color: #382521;
}

.specs-title{
  display: none;
}

.icon-container{
  display: flex;
  align-items: center;
  gap: 17px;
}

.icon-container img{
  width: 12px;
  height: max-content;
}

.measurements-container{
  display: flex;
  flex-direction: column;
  width: max-content;
}

.measurements-details{
  display: flex;
  align-items: center;
  gap: 12px;
  background: #FFF8F294;
  padding: 6px 20px;
  border-radius: 34px;
}

.icon-title{
  font-family: Familjen Grotesk;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: #815D45;
}

.icon-value{
  font-family: Familjen Grotesk;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-transform: capitalize;
  color: #382521;
}

.variant-swatch-container{
  width: 20px;
  height: 20px;
}

.custom-swatch{
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.variant-swatch-container.selected{
  border: unset;
}

.variant-swatch-container.selected .custom-swatch{
  box-shadow: 0 -2px 2.6px #00000040;
}

.swatch-placeholder{
  display: flex;
  align-items: center;
  gap: 15px;
}

#custom-360-viewer img{
  max-width: 100%;
  margin-bottom: 71px;
}

.overlay-center.desktop-button{
  display: none;
}

.overlay-center.mobile-button{
  display: flex;
  margin-bottom: 39px;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.image-container{
  height: 20px;
  width: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#360-image-frame {
  transition: opacity 0.15s ease-in-out;
}


@media screen and (min-width: 750px){
    .section-title{
        font-size: 45px;
        margin-bottom: 56px;
    }

    .product-subtitle-first-text{
      font-family: Familjen Grotesk;
      font-weight: 400;
      font-style: Regular;
      font-size: 14px;
      line-height: 100%;
      color: #382521A1;
      display: block;
    } 

    .specs-title{
      font-family: Familjen Grotesk;
      font-weight: 400;
      font-style: Regular;
      font-size: 14px;
      leading-trim: NONE;
      line-height: 100%;
      letter-spacing: 0%;
      display: block;
      color: #382521A1;
      margin-bottom: 40px;
    }

    .icon-container{
      gap: 20px;
    }

    .measurements-details{
      gap: 26px;
      background: transparent;
      padding: 0;
    }

    .icon-title{
      font-size: 12px;
    }

    .icon-value{
      font-size: 14px;
    }

    .swatch-placeholder{
      gap: 27px;
    }

    .custom-swatch{
      width: 22px;
      height: 22px;
    }

    .viewer-details-overlay{
      flex-direction: row;
    }

    #custom-360-viewer img{
      max-width: 80%;
    }

    .overlay-center.desktop-button{
      display: block;
      width: 33.33%;
    }

    .overlay-center.mobile-button{
      display: none;
    }

    .overlay-left{
      flex-direction: column;
      width: 33.33%;
    }

    .variant-swatch-container.selected{
      border: 1px solid #382521;
      padding: 3px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .overlay-right{
      width: 33.33%;
    }

    .variant-swatch-container{
      width: unset;
      height: unset;
    }

    .variant-swatch-container.selected .custom-swatch{
      box-shadow: unset;
    }

    .image-container{
      height: 24px;
    }

    .product-subtitle {
      margin-bottom: 21px;
    }

}