/* Produto */
:root { 
    --product-title-color: var(none); /* color|Cor do titulo */
    --product-title-size: 30px; /* text|tamanho do titulo */

    --btn-cart: #0068d6; /* color|Cor Botão Comprar */
    --btn-cart-hover: #003247; /* color|Cor Botão Comprar Hover */
}


#input-quantity-wrapper{width:100px; margin-top: 20px;}

#button-cart-fixed{position: fixed; left: 0; bottom: 0; width: 100%; border-radius: 0; padding:15px; display: none; background-color: var(--btn-cart); border-color: var(--btn-cart);}
#button-cart-fixed:hover{background-color: var(--btn-cart-hover); border-color: var(--btn-cart-hover);}

.radio.radio-option{padding:4px 24px; position: relative; border:solid 1px var(--text); display: inline-block; margin-bottom:5px; width: auto; border-radius: 4px;}
.radio.radio-option input{position: absolute; top: -1px; left: -1px; width:calc(100% + 2px); height: calc(100% + 2px); opacity: 0; cursor: pointer;}
.radio.radio-option.active{background: var(--primary); color: #fff;}
.control-label{font-weight: 400; margin-top: 10px; font-size: 14px;}

@media(max-width:767px){
    .breadcrumb{display: none;}
}

#product-product .wishlist{font-size: 14px; margin-bottom: 10px; display: table;}
#product-product .wishlist i{color: red;}

#product-product h1{font-size: var(--product-title-size); color: var(--product-title-color, var(--primary)); padding-top: 0; margin-top: 0;}
#product-product h4{font-size: 16px; font-weight: 500; color: var(--primary);}
.product-price h2{margin-bottom: 0;}

/* SLIDER */
.swiper-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.8;
}

.swiper-thumbs {
    margin-top: 10px;
}

.swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/* Product navigation */
.swiper-product-prev,.swiper-product-next{position: absolute; top: 50%; margin-top: -15px; z-index: 30000; cursor: pointer;}
.swiper-product-prev svg,.swiper-product-next svg{height: 30px;}
.swiper-product-prev svg path,.swiper-product-next svg path{fill: var(--primary);}
.swiper-product-prev{left: 10px;}
.swiper-product-next{right: 10px;}
/* .accordion-button:not(.collapsed){background-color:#efefef; color:var(--primary); font-weight: bold;} */

#product-column-right .container-column-right{position: sticky; top: 90px;}

#product-product .breadcrumb{display: none;}
#product-product #coupon_bar{margin-bottom: 40px; padding: 15px 0;}

#product_related{margin-top: 30px;}
#product_related_carousel{position: relative}
#product_related h2{font-size: 16px; font-weight: 500; margin-top: 0; margin-bottom:10px;}
#product_related .product h4 a{font-size: 14px; color: var(--primary); font-weight: 400;}
#product_related .product h4{font-size: 14px; color: var(--primary); font-weight: 400;}
#product_related .product .image{margin-bottom: 10px;}
.product-related-prev,.product-related-next{position: absolute; top: 60px; z-index: 10;}
.product-related-prev{left: 0px;}
.product-related-next{right: 0px;}
#product_related h4 a{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; overflow: hidden;}


.radio-option-flex{display: flex; gap:4px;}
.radio-option-flex > *{flex: 1; text-align: center; max-width: 80px;}