:root { 
	/* cores */
    --primary: #412259;
    --primary-hover: #391f4d;
    --primary-active: #321c42;
    --secondary: #24242b;
    --secondary-hover: #373737;
    --secondary-active: #1d1d1d;
    --green:#00b32d;
	--green-hover: #0b8b2b;
	--green-active: #0a7023;
    --gray:#e6e6e6;
	--gray-hover: #e1e1e1;
	--gray-active: #dadada;
    --gray-light:#f3f3f3;
	--gray-light-hover: #e8e8e8;
	--gray-light-active: #e2e2e2;
	--white: #F0EFEF;
	--lilac: #8B346D;
	--pink: #BA3358;
	--orange: #EB5B25;
	--yellow: #F7A70A;
	/* cores */

	/* header */
	--header-topbar-background-color: var(--primary);
	--header-topbar-text-color: #fafafa;
	--header-topbar-icon-color: #fafafa;
	--header-background-color: #fff;
	--header-border-color: #DAD7D7;
	--header-color-text: var(--text);
	--header-svg-color: var(--primary);
	--header-svg-width: 25px;
	--header-svg-height: 25px;
	--header-search-background-color: #fff;
	--header-search-background-color-focus: var(--gray);
	--header-search-color: var(--text);

	--header-menu-background: #fff;
	--header-menu-color-text: var(--text);
	--header-menu-color-text-hover: var(--primary);
	--header-menu-mobile-color-text: var(--text);
	--header-menu-icon-color: var(--primary);
	--header-menu-mobile-icon-color: currentColor;
	--header-menu-font-size: 14px;
	--header-menu-text-height: 72px;
	--header-menu-font-weight: 600;
	/* header */

	/* footer */
	--footer-background-color: #fff;
	--footer-border-color: #DAD7D7;
	--footer-color-text: var(--text);
	--footer-color-text-secondary: var(--text-secondary);
	--footer-space: 40px;
	/* footer */

	/* fontes */
    --font-primary: 'Inter', sans-serif;
    --font-secondary: 'Oswald', sans-serif;
	/* fontes */
   
	/* botões */
    --btn-primary:var(--primary);
    --btn-primary-hover: var(--primary-hover);
    --btn-primary-active: var(--primary-active);
    --btn-secondary: var(--secondary);
    --btn-secondary-hover: var(--secondary-hover);
    --btn-secondary-active: var(--secondary-active);

    --btn-product-thumb:var(--primary);
    --btn-product-thumb-hover: var(--primary-hover);
    --btn-product-thumb-active: var(--primary-active);
    --btn-product-thumb-color: #fff;
    --btn-product-thumb-radius: 4px;

	--btn-add-cart: var(--green);
	--btn-add-cart-hover: var(--green-hover);
	--btn-add-cart-active: var(--green-active);
	--btn-add-cart-color: #fff;
	/* botões */

	/* thumb */
	--thumb-product-title-color: var(--text-black);
	/* thumb */

	/* produto */
	--spacing-sections-product: 60px;	
	--spacing-product-column-right: 24px;
	--spacing-product-images: 8px;
	--product-row-x: 24px;
	--product-row-y: 24px;
	--product-images-x: 4px;
	--product-images-y: 4px;
	/* produto */
	
	/* variações */
	--variant-button-background-color: #fff;
	--variant-button-color: var(--text), #141414;
	--variant-button-border-color: #DAD7D7;
	--variant-button-selected-background-color: var(--primary);
	--variant-button-selected-color: #fff;
	--variant-button-selected-border-color: var(--primary);
	--variant-button-border-radius: var(--border-radius-default);
	/* variações */

	/* radius */
	--border-radius-default: 4px;
	--btn-border-radius: var(--border-radius-default);
	--input-border-radius: var(--border-radius-default);
	/* radius */
	
	/* geral */
	--products-gutter-x: 8px;
	--products-gutter-y: 8px;
	--product-thumb-spacing: 4px;
	--plyr-color-main: var(--primary);
	--spacing-sections-home: 70px;
    --text: #151414;
	--text-secondary: #505050;
    --text-black: #151414;
    --text-gray: #6A6262;
	--background: #fff;
	--background-secondary: #fff;
    --container-xxl: 1480px;
    --container-small: var(--container-xxl);
	--coupons-available-bg: #f7f7f7;
    --container-large: 1920px;
    --logo-max-height: 70px;
	@media (max-width: 991px) {
		--header-svg-width: 22px;
		--header-svg-height: 22px;

		--spacing-sections-home: 50px;
		--footer-space: 24px;
		--logo-max-height: 50px;
	}
	/* geral */
}
.top-bar {background: linear-gradient(90deg, var(--orange) 0%, var(--primary) 100%);}
.header-wrapper .search {border-radius: 8px; border: 2px solid var(--primary);}
.header-info-label {font-size: 12px; color: var(--text-gray);}
.header-info-text {font-weight: 600;}

.menu-smart-item-level-1 {text-transform: uppercase;}
.menu-smart-link-level-1 {flex-direction: column; justify-content: center; align-items: center;}
.menu-smart-icon svg {width: 38px; height: 38px;}

.promotional-bar {margin-top: calc(var(--spacing-sections-home) * -1); background: var(--primary);}
.promotional-bar .block {flex-direction: column; align-items: center; text-align: center; padding: 24px 12px; height: 100%;}
.promotional-bar .title {color: #fff; font-size: 18px; font-weight: 600;}
.promotional-bar .content {color: #fff; font-size: 14px;}
.promotional-bar svg * {fill: #fff !important;}
.promotional-bar .swiper-slide {height: auto;}
.promotional-bar .swiper-slide:nth-child(1n) .block {background: var(--lilac);}
.promotional-bar .swiper-slide:nth-child(2n) .block {background: var(--pink);}
.promotional-bar .swiper-slide:nth-child(3n) .block {background: var(--orange);}
.promotional-bar .swiper-slide:nth-child(4n) .block {background: var(--yellow);}
@media (max-width: 991px) {
	.promotional-bar {background: initial; margin-top: calc(var(--spacing-sections-home) * -1 + 12px);}
	.promotional-bar .vowt-next i, .promotional-bar .vowt-prev i {color: #fff;}
	.promotional-bar .swiper {border-radius: 8px;}
}

.carousel-categories a:hover .wrapper-bg-image {transform: none;}
.carousel-categories .bg-item-category {transform: none; border-radius: 4px;}
.carousel-categories img {transform: scale(.9);}
.carousel-categories a:hover img {transform: scale(.95);}
.carousel-categories .carousel-categories-title {font-weight: 400;}
.carousel-categories .swiper-slide:nth-child(1n) .bg-item-category {background: #ebd3f8}
.carousel-categories .swiper-slide:nth-child(2n) .bg-item-category {background: #fbbed3}
.carousel-categories .swiper-slide:nth-child(3n) .bg-item-category {background: #fdba8f}
.carousel-categories .swiper-slide:nth-child(4n) .bg-item-category {background: #FBE29A}
.carousel-categories .swiper-slide:nth-child(5n) .bg-item-category {background: #D7C3F1}
.carousel-categories .swiper-slide:nth-child(6n) .bg-item-category {background: #F4B7C8}
.swiper-categories-pagination {display: none}
@media (max-width: 991px) {
    .carousel-categories .carousel-categories-title {font-size: 14px;}
}

.heading-title {font-family: var(--font-secondary); text-transform: uppercase;}
@media (max-width: 991px) {
	.heading-title {font-size: 26px;}
}

.about-us {background-color: #fafafa; padding: 60px 0;}
.about-us .about-us-img {border-radius: 12px;}
.about-us .about-us-title {font-size: 28px; font-weight: 400; color: var(--primary); margin-bottom: 24px;}
.about-us .about-us-title b {font-size: 46px;}
.about-us-description {line-height: 175%;}
@media (max-width: 991px) {
	.about-us .about-us-title {font-size: 26px;}
	.about-us .about-us-title b {font-size: 34px;}
}

footer .list-contact__info {word-break: break-word;}


.product-price .product-price-value {font-size: 26px;}
.product-price .product-short-installments {font-size: 13px;}
.btn.btn-buy-now {display: block;}
.short-description {border-top: 1px solid #ebebeb; padding-top: 16px; margin-top: calc(var(--spacing-product-column-right) * -1 + 16px); opacity: .8;}

.variant-group-label {font-weight: 400;}
.variant-selected-option {font-weight: 600;}
.variations .variant-button {font-size: 12px;}