@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Gabriela&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root { 
	/* cores */
    --primary: #000;
    --primary-hover: #232324;
    --primary-active: #0e0e0e;
	/* cores */

	/* header */
	--header-topbar-background-color: #e8e8e8;
	--header-topbar-text-color: var(--primary);
	--header-topbar-icon-color: var(--primary);
	--header-background-color: var(--primary);
	--header-svg-color: #fff;
	--header-border-color: none;
	--header-color-text: #fff;
	--header-search-background-color: #1d1d1d;
	--header-search-background-color-focus: #1d1d1d;
	--header-search-color: #ffffff;
	--header-menu-color-text: #fff;
	--header-menu-icon-color: #fff;
	/* header */

	/* footer */
	--footer-border-color: #eee;
	--footer-color-text: var(--text);
	/* footer */

	/* fontes */
    --font-primary: 'Rubik', sans-serif;
	/* fontes */
	
	/* geral */
    --text: #282828;
    --text-gray: #6A6262;
	--background: #fff;
    --container-xxl: 1420px;
    --container-small: var(--container-xxl);
    --container-large: 1920px;
    --logo-max-height: 80px;
	@media (max-width: 991px) {
		--logo-max-height: 50px;
	}
	/* geral */
}

/* Top-bar */
.top-bar .justify-content-between {justify-content: center !important;}

/* Header */
.header-wrapper .search {border: 1px solid #ddd; box-shadow: 0 2px 2px #0000000a;}
.header-wrapper .search:focus-within {border: 1px solid #999;}
.header-info-wrapper {display: none;}
.header-contact .header-info-wrapper {display: block !important;}

/* Barra Promocional */
#marquee {padding: 5px; font-size: 16px !important; background: var(--primary); color: #fff;}
.container- #marquee {margin-top: -41px;}

/* Produto */
.product-list-carousel.title-left .heading-title {border-bottom: none;}
.product-thumb {border: none; padding: 0;}
.product-thumb .btn-product-thumb {display: none;}

/* Footer  */
#warranty-customer svg path {fill: #dbdbdb !important;}
footer .logo {display: none;}
footer .list-contact__item.list-contact__item--telephone {display: none;}
footer .list-contact__item.list-contact__item--geocode {display: none;}

/* PÁGINA INTERNA  */
#product h1 {font-size: 30px;}
#product .btn-installment {width: 100%; color: #00000f; background: #f5f5f5; font-weight: 400; font-size: 14px;padding: 15px;}
.product-price .product-price-value {font-weight: 500;}

/* Menu Mobile  */
.offcanvas-menu-mobile .logo {max-height: 43px !important;}
.offcanvas-menu-mobile .offcanvas-footer {background: var(--primary);}
.offcanvas-menu-mobile .offcanvas-footer .social-media a {background: var(--primary) !important;}
.offcanvas-menu-mobile .offcanvas-footer .social-media i {color: #fff;}