/** Shopify CDN: Minification failed

Line 530:0 Unexpected "}"

**/









.colorSwiper {
  overflow: hidden;
}

.color-slider-wrap {
    max-width: 490px;
    margin: 0 auto;
    font-family: 'Pretendard', sans-serif;
    text-align: center;
  }
  .color-title {
    font-size: 28px !important;
    margin-bottom: 10px;
  }
  .color-subtitle {
    margin-bottom: 20px;
    color: #333;
  }
  .color-options {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .color-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    background-size: cover;
  }
  .color-circle.active {
    border-color: #000;
  }
  .selected-color-display {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .selected-color-display .chip {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #aaa;
  }
  .swiper {
    width: 100%;
    margin-top: 20px;
    max-width: 490px;
  }
  .swiper-slide img {
    width: 100%;
    max-width: 100%;
  }
  .progress-bar {
    height: 3px;
    background: #ccc;
    position: relative;
    margin-top: 10px;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;.color-slider-wrap {
  max-width: 490px;
  margin: 0 auto;
  font-family: 'Pretendard', sans-serif;
  text-align: center;
}
.color-title {
  font-size: 28px;
  margin-bottom: 10px;
}
.color-subtitle {
  margin-bottom: 20px;
  color: #333;
}
.color-options {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.color-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
      background-size: cover!important;
}
.color-circle.active {
  border-color: #000;
}
.selected-color-display {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.selected-color-display .chip {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #aaa;
}
.swiper {
  width: 100%;
  margin-top: 20px;
  max-width: 490px;
}
.swiper-slide img {
  width: 100%;
  max-width: 100%;
}
.progress-bar {
  height: 3px;
  background: #ccc;
  position: relative;
  margin-top: 10px;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.progress-bar-inner {
  height: 100%;
  width: 25%;
  background: #000;
  transition: width 0.3s ease;
}

  }
  .progress-bar-inner {
    height: 100%;
    width: 25%;
    background: #000;
    transition: width 0.3s ease;
  }


/*구석구석 섬세한 디자인_365플러스*/

 .structure-slider {
    max-width: 800px;
    margin: 43px auto;
    font-family: 'Pretendard', sans-serif;
  }
  .structure-slider h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
  }
  .structure-swiper {
    width: 100%;
    padding-right: 40px;
    overflow: hidden;

  }
  .structure-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    border-radius: 12px;
    gap: 16px;
    box-sizing: border-box;
    background-color: #fff;
    width:auto;
  }
  .structure-swiper .swiper-slide img {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .structure-swiper .slide-text {
    text-align: left;
  }
  .structure-swiper .slide-text h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .structure-swiper .slide-text p {
    font-size: 14px;
    color: #555;
  }




/*어디든 착*/

/* 슬라이드 영역 */
.custom-slide-section {
  max-width: 490px;
  margin: 0 auto;
}

.swiper-wrapper {
  display: flex;
  transition-timing-function: ease;
}

.custom-slide-wrapper .swiper {
  width: 100%;
  overflow: hidden;
}

.custom-slide-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
}

/* ✅ 슬라이더 전용 프로그래스 바 래퍼 */
.progressBarSliderOnly-wrap {
  width: 100%;
  height: 8px; /* ✅ 바가 더 잘 보이게 조금 키움 */
  background-color: #eee;
  margin-top: 16px;
  position: relative; /* ✅ 자식 absolute 기준 */
  overflow: visible;
  z-index: 2;
}

#progressBarSliderOnly {
  height: 100%;
  width: 16%;
  background-color: #000;
  transition: width 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}




/* 프로그래스 바 전체 wrap */
.custom-progress-bar-wrap {
  width: 100%;
  height: 6px;
  background-color: #eee;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

/* 실제 바 */
.custom-progress-bar {
  height: 100%;
  width: 0%;
  background-color: #000;
  transition: width 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
}


/*폰트관련*/

  body, 
  .product, 
  .product-single, 
  .product__description, 
  .product__title, 
  .product__price,
  .product__content,
  .shopify-section--product-template {
    font-family: 'Noto Sans TC', 'Pretendard';
    color:#000!important;
  }


/*이런 분들께 추천해요*/
.recommend-list {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.recommend-item-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.check-icon {
  width: 28px;
  height: auto;
  margin-bottom: 12px;
}

.recommend-item-vertical p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  color: #222;
  word-break: keep-all;
}


/*컬러칩부분*/

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8 { background-size: cover;}

.col1 {
		background-image: url('https://cdn.shopify.com/s/files/1/0485/0486/4929/files/anayo-beige.jpg?v=1749469872') !important;
	}
	
	.col2 {
		background-image: url('https://cdn.shopify.com/s/files/1/0485/0486/4929/files/anayo-gray.jpg?v=1749469872')!important;
	}
	
	.col3 {
		background-image: url('https://cdn.shopify.com/s/files/1/0485/0486/4929/files/anayo-mint.jpg?v=1749469872')!important;
	}
	
	.col4 {
		background-image: url('https://cdn.shopify.com/s/files/1/0485/0486/4929/files/anayo-khaki.jpg?v=1749469872')!important;
	}
	
	.col5 {
		background-image: url('https://cdn.shopify.com/s/files/1/0485/0486/4929/files/anayo-black.jpg?v=1749469871')!important;
	}
	
	.col6 {
		background-image: url('https://cdn.shopify.com/s/files/1/0485/0486/4929/files/zebra.jpg?v=1749469872')!important;
	}
	
	.col7 {
		background-image: url('https://cdn.shopify.com/s/files/1/0485/0486/4929/files/brown-leopard.jpg?v=1749469872')!important;
	}
	
	.col8 {
		background-image: url('https://cdn.shopify.com/s/files/1/0485/0486/4929/files/gray-leopard.jpg?v=1749469871')!important;
	}



/*슬링백상단누끼슬라이드*/


    .color-options {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 20px;

    gap: 8px;

    margin-top: 60px;
    }

    .color-circle {
      width: 25px;
      height: 25px;
      border-radius: 50%;
      cursor: pointer;
      border: 2px solid transparent;
      transition: border-color 0.2s;
      background-size: cover;
    }

    .color-circle.active {
      border-color: #333;
    }

    .selected-color-display {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-bottom: 20px;
      font-size: 14px;
    }

    .selected-color-display .chip {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: 1px solid #ccc;
    }

    .preview-image {
      width: 100%;
      height: auto;
      max-width: 100%;
      border-radius: 8px;
    }


/*슬링백 착용샷 슬라이드*/






	@media (max-width: 850px) {
      .recommend-item-vertical p {
    font-size: 14px!important;
    line-height: 1.6;
    margin: 0;
    color: #222;
    word-break: keep-all;
      
    }
    }


/*슬링백 누끼 탭메뉴_슬링백*/

.color-circle-top {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  background-size: cover;
  transition: border-color 0.2s;
}
.color-circle-top.active {
  border-color: #333;
}

.selected-color-display-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}
.selected-color-display-top .chip-top {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.preview-image-top {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
}

#colorOptionsTop {
      display: flex
;
    justify-content: space-around;
    padding: 60px 0 10px;
      max-width: 73%;
    margin: 0 auto;
  
}




#colorOptionsTop {
      display: flex
;
    justify-content: space-around;
    padding: 60px 0 10px;
      max-width: 85%;
    margin: 0 auto;
}

/*슬링백보러가기 버튼*/
.gooseket-button {
  padding: 12px 24px;
  font-size: 14px;
  border: 2px solid #000;
  background-color: white;
  color: #000;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s ease;
}

.gooseket-button:hover {
  background-color: #000;
  color: #fff;
}


/*365 힙시트 페이지*/
 .intro_txt_365 {font-size: 18px;}
.intro_txt_365 p {
        font-size: 16px;
    line-height: 1.6;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}
  
}
.txtH1_365 {
  font-size: 28px;
        line-height: 1.5;
  font-weight: bold;
  
}
  /*컬러별 착용샷 슬라이드 수정 시작*/

  .color-chip-wrap {
    text-align: center;
    margin-bottom: 20px;
        display: flex;
    justify-content: center;

    
  }

  .color-chip {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    border: 2px solid transparent;
    cursor: pointer;
  }

  .color-chip.active {
    border-color: #000;
  }

  .color-swiper {
    max-width: 490px;
    margin: 0 auto 30px;
    position: relative;
  }

  .swiper-slide img {
    width: 100%;
    display: block;
  }

  .progress-bar-container {
    width: 100%;
    height: 4px;
    background: #eee;
    margin-top: 8px;
    overflow: hidden;
    border-radius: 2px;
  }

  .progress-bar-fill {
    height: 100%;
    background: #000;
    width: 0%;
    transition: width 0.3s ease;
  }

.swiper-365 {
  max-width: 490px;
  margin: 0 auto;
  overflow: hidden;
}
.swiper-slide-365 {
  width: auto !important;
  flex-shrink: 0;
}
.swiper-slide-365 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* 필요 시 contain으로도 실험 가능 */
}
  /*컬러별착용샷슬라이드_365only_끝*/

  /*선택된색상표시*/
.selected-color-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}

.color-chip-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  background-size: cover;
  border: 1px solid #ccc;
     background-size: cover;

}
 /*선택된색상표시끝*/
  /*컬러별 착용샷 슬라이드 수정 끝*/
@media (max-width: 850px) {

  
  
}



