/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 13 2026 | 08:51:01 */
/* ==========================================================================
   Support Review Carousel Shortcode
   ========================================================================== */
.carousel-container {
    position: relative;
    max-width: 100%;
    margin: 2em auto;
    overflow: hidden;
}
.carousel-slide {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
@media only screen and (max-width: 921px) {
.carousel-slide div {
    min-width: 100%;
    padding: 1.3em 2em 1.6em 2em;
    margin: 0 0%;
    background: #fff;
    text-align: left;
    height: 270px;
    border-radius: 0.8em;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}
}
@media only screen and (min-width: 922px) {
	.carousel-slide div {
    min-width: 86%;
    padding: 1.3em 1.3em 1.6em 1.3em;
    margin: 0 7%;
    background: #fff;
    text-align: left;
    height: 270px;
    border-radius: 0.8em;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}
}
.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #c1c1c1;
    border: none;
    cursor: pointer;
    font-size: 1em;
}
.carousel-button.left {
    left: 10px;
}
.carousel-button.right {
    right: 10px;
}
/* ==========================================================================
   Insert Check icon into Options
   ========================================================================== */
.thb-swatches.thb_box-swatch .thb-swatch.selected {
    padding-left: 35px; /* 이미지와 텍스트 간의 간격 */
    line-height: 15px; /* 이미지와 텍스트를 수직 중앙 정렬하기 위해 */
    background-image: url('https://playground-1.harrie-cluster.cloud/wp-content/uploads/2024/10/Icon_Check_Color_Fill-min.webp');
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 15px 15px; /* 이미지의 크기 */
}

.thb-swatches.thb_box-swatch .thb-swatch {
    padding-left: 35px; /* 이미지와 텍스트 간의 간격 */
    line-height: 15px; /* 이미지와 텍스트를 수직 중앙 정렬하기 위해 */
    background-image: url('https://playground-1.harrie-cluster.cloud/wp-content/uploads/2024/10/Icon_Check_Gray_Fill-min.webp');
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 15px 15px; /* 이미지의 크기 */
}

/* ==========================================================================
   Review Tap - Rating Badge Customize
   ========================================================================== */
p#para-1 {
	background-color:#fe3835;
	color:white;
	border-radius:13px;
	margin-left:5px;
	padding-right:10px;
	padding-left:2px;
}
.jdgm-histogram__frequency {
	width:0px !important;
}
@media only screen and (min-width:768px) {
	.jdgm-histogram__bar {
		margin:0 10px !important;
	}
}
.jdgm-rev-widg__title {
	display:none!important;
}
.jdgm-link,.jdgm-histogram__clear-filter {
	display:none;
}
.woocommerce-tabs .tabs {
	margin-bottom: 25px;
}

/* ==========================================================================
   Price Alignment
   ========================================================================== */
.after-add-to-cart {display:none;}

/* ==========================================================================
   Price Style
   ========================================================================== */
/* TOP SECTION PRICE */

.single_variation_wrap {
	position: relative;
}

.single_variation_wrap .price {
	position:absolute;
	top:0;
	right:0;
	display:flex !important;
	align-items:center !important; 
	justify-content:end;
	margin:0 !important;
}

.single_variation_wrap .price del {
	text-decoration: none;
}

/* price */
.single_variation_wrap .price ins bdi {
	display:flex;
	align-items:center;
}


.single_variation_wrap .price ins .currency-symbol {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 6px;
}

.single_variation_wrap .price ins .price-number {
	font-size: 22px;
	line-height: 1.5;

}

/* before price */
.single_variation_wrap .price del bdi {
	display:flex;
	align-items:center;
}


.single_variation_wrap .price del .currency-symbol {
	font-size: 14px;
	line-height: 1.5;
	text-decoration-line: line-through;
	margin-bottom: 6px;
}


.single_variation_wrap .price del .price-number {
	margin-right: 8px;
	font-size: 22px;
	line-height: 1.5;
	text-decoration-line: line-through;
}




/* NAVYBOX PRICE */
/* Type 1 */
/* price */
@media (max-width: 768px) {
	.wpb_wrapper h3 span {
		display:flex;
		flex-direction:column;
		align-items:start !important;
	}
}
	
.wpb_wrapper h3 ins {
	text-decoration: none;
}

.wpb_wrapper h3 ins bdi {
	display:flex;
	align-items:center;
}

.wpb_wrapper h3 ins .currency-symbol {
	color:#fff;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom:8px;
	margin-right:4px;
}

.wpb_wrapper h3 ins .price-number {
	color:#fff;
	font-size: 28px;
	line-height: 1.5;
	margin-right:4px;
}

.wpb_wrapper h3 ins .currency-code {
	color:#fff;
	font-size: 14px;
	line-height: 1.5;
	margin-top:6px;
}

/* before price */
.wpb_wrapper h3 del {
	text-decoration: none;
}

.wpb_wrapper h3 del bdi {
	display:flex;
	align-items:center;
}

.wpb_wrapper h3 del .currency-symbol {
	display:none;
}

.wpb_wrapper h3 del .price-number {
	color:#8D8EA2;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	text-decoration-line: line-through;
}
/* mobile */
@media (max-width: 768px) {
	.wpb_wrapper h3 span {
		display:flex;
		align-items:center;
	}
	.wpb_wrapper h3 del .price-number {
		margin-right: 4px;
	}
	.wpb_wrapper h3 del .currency-code {
		display:none;
	}
	.wpb_wrapper h3 ins .price-number {
		font-size:22px;
	}
}

/* Type 2 */
.price-type-2 {
	display:flex;
	align-items:center;
}

.wpb_wrapper .price-type-2 del {
	display:none;
}

.wpb_wrapper .price-type-2 ins .currency-code {
	color:#fff;
	font-size:16px;
	font-weight:400;
	margin-top:6px;
}

.price-type-2-starts-at {
	color:#8D8EA2;
	font-size:16px;
	font-weight:400;
}

/* ==========================================================================
   Layout shift culprits
   ========================================================================== */
@media screen and (max-width: 600px) {
  .single-product .woo-product-gallery-slider {
    min-height: 260px !important;
  }
  .single-product .page-padding {
    padding-top: 62px !important;
  }
}

/* ==========================================================================
   Custom Header Cart icon, Woo message
   ========================================================================== */
.button.single_add_to_cart_button.alt {
    font-weight: 700;
}

/* 기존 cart SVG 숨기기 */
#quick_cart svg {
    display: none;
}

/* cart 아이콘 영역 */
#quick_cart {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
}

/* 기본: 헤더가 fixed 아닐 때 = 흰색 */
#quick_cart::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ffffff' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='17' cy='20' r='1'/%3E%3Cpath d='M2 2h3l2.4 12.2a2 2 0 0 0 2 1.6h7.6a2 2 0 0 0 2-1.5L21 6H6'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* 헤더가 fixed/sticky 된 상태 = 검정 */
.header.fixed #quick_cart::before,
.header.thb-fixed #quick_cart::before,
.header.header--sticky #quick_cart::before,
.header.style3:hover #quick_cart::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000000' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='17' cy='20' r='1'/%3E%3Cpath d='M2 2h3l2.4 12.2a2 2 0 0 0 2 1.6h7.6a2 2 0 0 0 2-1.5L21 6H6'/%3E%3C/svg%3E");
}
/* 우커머스/투명 헤더 = 검정 */
.woocommerce .header.style3:not(.fixed) #quick_cart::before,
.woocommerce .header.transparent #quick_cart::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000000' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='17' cy='20' r='1'/%3E%3Cpath d='M2 2h3l2.4 12.2a2 2 0 0 0 2 1.6h7.6a2 2 0 0 0 2-1.5L21 6H6'/%3E%3C/svg%3E");
}
/* 우커머스 아카이브 헤더 = 흰색 */
.archive .header.style3:not(.fixed) #quick_cart::before,
.archive .header.transparent #quick_cart::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ffffff' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='17' cy='20' r='1'/%3E%3Cpath d='M2 2h3l2.4 12.2a2 2 0 0 0 2 1.6h7.6a2 2 0 0 0 2-1.5L21 6H6'/%3E%3C/svg%3E");
}

/* 카트 숫자 */
.float_count {
    background: #FE3835 !important;
}

.header #quick_cart .float_count {
    position: absolute;
    top: -7px !important;
    right: -7px !important;
    color: #fff;
    font-size: 11px;
    width: 0x !important;
    height: 18px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (min-width: 1025px) {
  #quick_cart {
    transform: translateX(-10px);
  }
}

/* 모바일에서 카트 이동 */
@media (max-width: 1024px) {
    .header .small-12.columns {
        position: relative;
    }

    .header #quick_cart {
        position: absolute;    
        right: 65px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 11;
    }
}
/* 우커머스 메세지 팝업 이동 */
@media (min-width: 1025px) {
.woocommerce-message {
	bottom: auto !important;
	top: 115px;
	animation: fadeOut 7s forwards !important;
    }
}
@media (max-width: 1024px) {
.woocommerce-message {
	bottom: auto !important;
	top: 65px;
	animation: fadeOut 7s forwards !important;
    }
}