/** Shopify CDN: Minification failed

Line 431:1 Expected "}" to go with "{"

**/
/* custom button padding */
.custom-button .button {
  padding-block: clamp(var(--sp-3), 0.842vw, var(--sp-4));
  padding-inline: clamp(var(--sp-5d5), 1.368vw, var(--sp-6d5));
}

/* head mega menu */
.mega-menu__list .mega-menu__item--nav {
  flex: calc(65% - var(--header-nav-gap) / 2);
  max-width: calc(65% - var(--header-nav-gap) / 2);
}
.mega-menu__list .mega-menu__item--full {
    flex: 100%;
    max-width: 100%;
}
.mega-menu__list .mega-menu__nav.grid{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 180px;
    column-gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    row-gap: 0.75rem;
}
.mega-menu__list .mega-menu__list .mega-menu[open] .mega-menu__nav-item{
    width: 210px;
    margin-bottom: 10px;
    break-inside: avoid;
    page-break-inside: avoid;
}
.mega-menu__list .mega-menu__nav ul a{
    line-height: 2;
}
#HeaderNavMega-sections--18404176724144__header-4-start .mega-menu__nav{
	grid-auto-flow: row;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 2rem;
}
#HeaderNavMega-sections--18404176724144__header-4-start .mega-menu__nav .mega-menu__nav-item:nth-child(1) ul li:last-child{
	text-decoration: underline;
}
@media screen and (min-width:1280px) {
	#HeaderNavMega-sections--18404176724144__header-4-start{
		max-width: 1100px;
		justify-content: center;
        gap: 0;
	}
	#HeaderNavMega-sections--18404176724144__header-4-start .mega-menu__item--nav{
		padding-block-start: 0;
		padding-inline-end: 0;	
		max-width: calc(46% - var(--header-nav-gap) / 2);
	}
}
/* .title-wrapper .heading,.collage__content .heading {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .title-wrapper .heading,.collage__content .heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
} */

/* index collection section */
.custom_ul_li ul{
    list-style-type: disc;
}

/* product collection */
#ProductCount{
    display: none;
}
/* product sticky_buy_button */
@media screen and (min-width: 768px) {
    .template-product .product-sticky-form {
        width: 100%;
        inset-inline-end: 0;
        inset-block-end: 0;
    }
    .product-sticky-form .product-sticky-form__card{
        padding-inline: var(--page-padding);
    }
}
@media screen and (max-width: 767px) {
  .custom-quick-add {
    margin-block-start: 1rem;
  }
  .product-sticky-form .button,
  .quick-add .button:not([disabled]) {
    padding-block: var(--sp-2);
    padding-inline: var(--sp-4);
    width: auto;
    font-size: 12px;
  }
}

/* head menu price */
.mega-menu__container .mega-menu__panel .product-card__details .price{
    display: none;
}

/* custom price slog */
.custom_price_leftsale{
    margin-bottom: 10px;
    border: 1px solid;
    padding: 0.1rem .5rem;
    border-radius: 20px 20px 20px 1px;
    background: var(--color-badge-sale, #c62a32);
    color: var(--color-badge-text, #fff);
}

/* copy */
.custom_copy_code_box{
  width: 100%;
  border-radius: 0.63rem;
}
.custom_copy_code_des{
  background: rgb(var(--color-keyboard-focus));
  color: #fff;
  border-right:2px dashed #fff;
}

/* product info code */
.custom_copy_code_number{
  background: #9dd8f3;
  color: #000;
}

.custom_copy_code_des:before, .custom_copy_code_des:after, .custom_copy_code_number:before, .custom_copy_code_number:after
 {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
}

.custom_copy_code_des:before, .custom_copy_code_number:before {
    top: 0;
    transform: translate(-50%, -50%);
}
.custom_copy_code_des:after, .custom_copy_code_number:after {
    bottom: 0;
    transform: translate(-50%, 50%);
}

/* product stock progress */
.custom_product_stock_container{
  color: #e97f32;
}
.custom_product_stock_dot{
  width: 8px;
  height: 8px;
  margin: 4px 8px 4px 4px;
  position: relative;
  border-radius: 50%;
  background:  #e97f32;
  vertical-align: middle;
}
.custom_product_stock_progress{
  height: 6px;
  border-radius: 24px;
  background-color: #E3E8EF;
  width: 100%;
}
.custom_product_stock_has{
  width: 99%;
  height: 6px;
  background: #e97f32;  
  border-radius: 24px;
  transition: all 2s linear;
}

/* product detail tab */
#custom-section-product-detailtab{
    /* background-color: rgba(230, 235, 245, 0.6);
    backdrop-filter: blur(20px) saturate(180%);
    border-radius: 0.75rem; */
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    padding: 0.2rem 0.4rem;
    transition: all 0.5s ease;
}
.main-content .custom-section-product-detailtab{
    position: sticky;
    top: 92px;
    z-index: 10;
}
.main-content #custom-section-product-detailtab:before{
    display: none;
}
.custom_product_tab_ul_li {
    /* padding: 0rem 2rem;
    border-radius: 60px; */
    text-decoration: none;
    color: #1d1d1f;
    background-color: transparent;
    border: 1px solid transparent;
    transition: all 0.25s cubic-bezier(0.2, 0.9, 0.4, 1);
    cursor: pointer;
    line-height: 1.3;
    white-space: nowrap;
    letter-spacing: 0.01em;
}
@media (max-width: 768px){
    #custom-section-product-detailtab{
        padding: 0.1rem 0rem;
    }
    .custom_product_tab_ul_li{
        padding: 0.3rem 0.5rem;
    }
}
.custom_product_tab_ul_li.dl-active, .custom_product_tab_ul_li:hover {
    /* color: rgb(var(--color-keyboard-focus)); */
    /* background-color: rgba(255, 255, 255, 0.7); */
    /* border: 1px solid rgba(255, 255, 255, 0.95); */
    /* box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.25), 0 0 0 2px rgba(255, 255, 255, 0.9) inset; */
    /* border-bottom: 1px solid #1d1d1f; */
    /* transform: translateY(-3px) scale(1.02); */
    text-shadow: 0 2px 5px rgba(255, 255, 255, 0.9);
    transition: all 0.05s;
}
.custom_product_tab_ul_li:hover {
    border-bottom: 1px solid #1d1d1f;
    transform: translateY(-3px) scale(1.02);
}
/* product detail spec */
#spec_table_content{
	max-height: 350px;
    overflow: hidden;
    transition: padding .5s ease-out;
    padding-bottom: 0;
}
#spec_table_content.expanded {
    padding-bottom: 32px;
	max-height: none;
}
#spec_table_content_arrow_bth{
	color: rgb(var(--color-keyboard-focus));
}
.spec_table_content_arrow_icon svg path{
	stroke: rgb(var(--color-keyboard-focus));
}
/* product detail compare */
.custom_product_compare_table td:first-child {
position: -webkit-sticky;
position: sticky;
left: 0;
font-weight: 600;
color: #262626;
background-color: white; 
}

/* blog */
.product-showcase .product-details .buy-now-btn {
    background: #3498db;
}
.template-article .article table{
    width: 100%;
}

.template-article .article img{
    display: inline-block;
}

.template-article .article .recipe-button{
    background-color: #e3342f;
}

.template-article .article .reversed-link.icon-with-text .link-text, .link, .rte a:not(.button,.reversed-link) {
    background: none;
}

@media screen and (max-width: 639px) {
    .template-article .article{
        overflow: scroll;
    }
    .template-article .article table td{
        padding: 10px;
        border: 1px solid #dbdbdb;
    }
}
@media screen and (max-width: 639px) {
    .blog .blog-collage .article-card:nth-child(1):not(.without-image) .article-card__content {
        position: static;
        color: rgb(23, 23, 23);
    }
    .blog .blog-collage .article-card:nth-child(1) .article-card__bottom {
        display: block;
    }
    .blog .blog-collage .article-card:nth-child(1) .article-card__media:after{
        background-color: transparent;
    }
    .blog .blog-collage .article-card:nth-child(1) .article-card__image{
        aspect-ratio: 4 / 3;
    }
}
/* blog right-pop */
@media screen and (min-width: 1024px) {
    .template-article .article.custom-article-content {
        max-width: 100%;
    }
}
.custom_blog_pop{
  padding: 0 10px;
}
.custom_blog_pop_mobile{
    position: fixed;
    left: 2%;
    bottom: 5%;
    width: 130px;
    padding: 10px;
    background: #f3f4f6;
    box-shadow: 0 4px 6px #0005;
}
.blog_pop_mobile_btn{
    box-shadow: 0 0px 10px #00000088;
    padding: 2px;
    transform: translate(40%, -30%);
}
.custom_blog_pop_content{
  position: sticky;
  top: 160px;
  width: 230px;
  background: #f3f4f6;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 6px #00000022;
}

.custom_author_href{
  color: var(--color-accent);
  text-decoration: underline;
}

/* blog list tag */
.custom_article_box {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}
.custom_article_box div:nth-child(1) { grid-area: 1 / 1 / 3 / 6; }
.custom_article_box div:nth-child(2) { grid-area: 1 / 6 / 2 / 10; }
.custom_article_box div:nth-child(3) { grid-area: 1 / 10 / 2 / 13; }
.custom_article_box div:nth-child(4) { grid-area: 2 / 6 / 3 / 9; }
.custom_article_box div:nth-child(5) { grid-area: 2 / 9 / 3 / 13; }

.custom_article_box .blog-post{
    height: 100%;
    background-color: red;
}

.custom_article_img img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.custom_article_text{
    background-image: linear-gradient(0deg, #000, transparent 96%);
}
.custom_article_title,.custom_article_content{
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}
.copy_btn {
  cursor: pointer;
  border-radius: 9999px;
  border: 1px solid;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-align: center;
  min-width: 100px;
}

/* app custom css */
.yotpo-reviews-star-ratings-widget .yotpo-sr-vertical-border{
    display: none !important;
}
@media (max-width: 767px) {
    .product-card__content .yotpo-reviews-star-ratings-widget .yotpo-sr-bottom-line-summary span{
        height: 20px !important;
    }
    .product-card__content .yotpo-sr-bottom-line-summary span svg{
        width: 10px !important;
        height: 10px !important;
    }
    .product-card__content .yotpo-reviews-star-ratings-widget .yotpo-sr-bottom-line-summary .yotpo-sr-bottom-line-left-panel{
        display: none !important;
}

.template-product .product__info .nm-portal{
    width: 100%;
}
.template-product .product__info .PRODUCT_PAGE-notify-button{
    margin: 0px;
}
.template-product .notifyButtonStyle:hover{
    color: #ffffff !important;
}


/* tw css */
@media (max-width: 767px) {
  .-md\:tw-mt-4 {
    margin-top: 1rem
  }

  .-md\:tw-max-h-\[100px\] {
    max-height: 100px
  }

  .-md\:tw-w-auto {
    width: auto
  }

  .-md\:tw-overflow-x-auto {
    overflow-x: auto
  }
}