/** Shopify CDN: Minification failed

Line 49:0 Unexpected "}"

**/


/* product icons */

.product-features{
    margin:40px auto;
}

.product-features__wrapper{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    align-items:center;
}

.product-feature{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:10px;
}

.product-feature__icon{
    margin-bottom:12px;
}

.product-feature__icon img{
    width:28px;
    height: 28px;
    object-fit:contain;
    display:block;
    margin:auto;
}

.product-feature__title{
    font-size:12px;
    line-height:1.4;
    color:#222;
    font-weight:500;
}

}

@media screen and (max-width:749px){

.product-features{
    margin:25px auto;
}

.product-features__wrapper{
    gap:18px;
}

.product-feature__icon img{
    width:28px;
    height:28px;
}

.product-feature__title{
    font-size:15px;
}
}


.product-feature-list{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.product-feature-list__item{
    display:flex;
    align-items:center;
    gap:14px;
}

.product-feature-list__icon{
    width:22px;
    height:22px;
    flex-shrink:0;
}

.product-feature-list__icon img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}

.product-feature-list__text{
    font-size:14px;
    line-height:1.4;
    color:#222;
    font-weight:400;
}

@media (max-width:749px){

.product-feature-list{
    gap:14px;
}

.product-feature-list__item{
    gap:12px;
}

.product-feature-list__icon{
    width:20px;
    height:20px;
}

.product-feature-list__text{
    font-size:16px;
}

}


/* product extra option  */
.extra-option input{
    display:none;
}

.extra-option label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: .25s;
}

.extra-option .left{
    display:flex;
    align-items:center;
    gap:12px;
    font-size: 18px;
}

.extra-option .price{
    font-size:18px;
    font-weight:600;
    color:#28a745;
}

.extra-option .checkbox{
    width:22px;
    height:22px;
    border:2px solid #222;
    border-radius:4px;
    position:relative;
}

.extra-option input:checked + label{
    background:#111;
    border-color:#111;
}

.extra-option input:checked + label .left,
.extra-option input:checked + label .price{
    color:#fff;
}

.extra-option input:checked + label .checkbox{
    background:#fff;
}

.extra-option input:checked + label .checkbox::after{
    content:"✓";
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#111;
    font-size:14px;
    font-weight:bold;
}
/* product extra option  */


/* product tab */

.custom .measure-guide h5{
    margin-bottom:20px;
}

.custom .measure-tools{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
    margin-bottom:25px;
}

.custom .measure-tool{
    background:#f6f6f6;
    border-radius:10px;
    padding:18px;
    text-align:center;
}

.custom .measure-tool img{
    width:42px;
    margin:0 auto 10px;
}

.custom .measure-tool p{
    margin:0;
    font-size:14px;
}

.custom .measure-intro{
    margin:25px 0;
}

.custom .measure-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
}

.custom .measure-item img{
    width:100%;
    border-radius:10px;
    margin-bottom:15px;
}
 .custom .measure-guide{
text-decoration: none;
}
.custom .measure-item h4{
    margin-bottom:12px;
    font-size:18px;
}

.custom .measure-item ul{
    padding-left:18px;
}

@media(max-width:767px){

    .direction-popup__wrapper {
    max-width: 85vw !important;
    border-radius: 18px;
}

.custom .measure-tools{
grid-template-columns:1fr;
}

.custom .measure-grid{
grid-template-columns:1fr;
}

}
.custom .slider_img img {
    object-fit: scale-down;
    height: 320px;
    width: 320px;
}

.custom .content {
    max-width: 320px;
}
svg.instant-icon{
    width: 24px;
}
button.slick-next.custom-next.slick-arrow , button.slick-prev.custom-prev.slick-arrow{
    border: 1px solid #222;
    display: flex;
    position: relative;
    --instant-border-right: 1px;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    flex-direction: row;
    height: 40px;
    justify-content: center;
    width: 40px;
    z-index : 9999;
}
.custom .link_holder {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 14px 0 0;
}
.custom a.svg_url {
    text-decoration: underline;
    color:#00346f;
}

.link_holder svg{
  fill : #00346f;
}

button.slick-prev.custom-prev.slick-arrow {
    position: absolute;
    bottom: 0px;
    right: 80px;
}

button.slick-next.custom-next.slick-arrow {
    position: absolute;
    right: 24px;
    bottom: 0px;
}
.image_slider {
    margin-bottom: 40px;
}
.slide_item {
    margin-bottom: 50px;
}

.m-product-media--slider__pagination {
    display: none;
}




