<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
FONTS - START
*/
.nunito {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.rosarivo {
    font-family: "Rosarivo", cursive;
    font-weight: 400;
    font-style: normal;
}

/*
FONTS - END
*/

/*
ICOMOON ICONS - START
*/

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?qqseqa');
  src:  url('fonts/icomoon.eot?qqseqa#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?qqseqa') format('truetype'),
    url('fonts/icomoon.woff?qqseqa') format('woff'),
    url('fonts/icomoon.svg?qqseqa#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-como-receber:before {
  content: "\e900";
}
.icon-facebook_1:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-favoritos:before {
  content: "\e903";
}
.icon-flexibilidade:before {
  content: "\e904";
}
.icon-garantia:before {
  content: "\e905";
}
.icon-humanizado:before {
  content: "\e906";
}
.icon-instagram_1:before {
  content: "\e907";
}
.icon-instagram:before {
  content: "\e908";
}
.icon-mostruario:before {
  content: "\e909";
}
.icon-pagamento:before {
  content: "\e90a";
}
.icon-pesquisa:before {
  content: "\e90b";
}
.icon-prazo:before {
  content: "\e90c";
}
.icon-produtos:before {
  content: "\e90d";
}
.icon-qualidade:before {
  content: "\e90e";
}
.icon-receba:before {
  content: "\e90f";
}
.icon-sacola:before {
  content: "\e910";
}
.icon-seguranca:before {
  content: "\e911";
}
.icon-sem-investimento:before {
  content: "\e912";
}
.icon-sofisticadas:before {
  content: "\e913";
}
.icon-tiktok:before {
  content: "\e914";
}
.icon-vendas:before {
  content: "\e915";
}



/*
BASE - START
*/

.ohnohoney {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

body {
    overflow-x: hidden;
}

a,
button,
input,
select {
    text-decoration: none !important;
    outline: none !important;
}

a:hover,
button:hover {
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:active,
button:active {
    transform: scale(0.97);
}

button:focus {
    box-shadow: none !important;
}

img {
    -webkit-transform: translateZ(0);
}

[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-image: url(https://islandfreshbermuda.com/wp-content/uploads/2021/10/black-x-png-7-png-image-black-x-png-1600_1600.png);
    background-size: 20px 20px;
}

ul {
    padding: 0;
}

.c-theme {
    color: var(--color-theme) !important;
}

p, h1, h2, h3, h4, h5, h6, a, small, button {
    font-family: 'Nunito', serif;
}

/*
BASE - END
*/

/*
WIDGETS (ONE INPUT) - START
*/

.one_input {
    position: relative;
}

.one_input_field {
    height: 35px;
    padding: 10px 15px;
    border: none;
    border-radius: 5px 10px 10px 5px;
    outline: none;
    font-size: 0.9rem;
}

.one_input_button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.125rem;
    color: var(--color-header-text);
    padding: 0 20px;
    background-color: var(--color-header-background);
    border: none;
    border-radius: 0 5px 5px 0;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    outline: none;
}

.one_input_button:hover {
    cursor: pointer;
    background-color: var(--color-header-background-opacity);
}

/*
WIDGETS (ONE INPUT) - END
*/

/*
WIDGETS (REALTIME SEARCH) - START
*/

.realtime_search {
    display: none;
    width: 100%;
    position: absolute;
    top: 2.65rem;
    padding: 10px 5px 10px 10px;
    background-color: white;
    z-index: 999;
}

.realtime_search ul {
    max-height: 300px;
    overflow-y: auto;
}

.realtime_search ul::-webkit-scrollbar {
    width: 5px;
    background-color: white;
}

.realtime_search ul::-webkit-scrollbar-thumb {
    background-color: var(--color-background-black);
}

.realtime_search li a {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    transition: background-color 0.2s ease-in-out;
}

.realtime_search li a:hover {
    background-color: #f6f6f6;
}

.realtime_search li a img {
    width: 50px;
    margin-right: 20px;
}

.realtime_search li a p {
    text-align: left;
    font-size: 0.75rem;
    color: var(--color-text-grey);
}

.realtime_search li a p .old_price {
    font-size: 0.75rem;
    text-decoration: line-through;
    float: left;
    margin: 0 10px 0 0;
}

.realtime_search li a p .new_price {
    color: var(--color-background-black);
    font-weight: bold;
    float: left;
}

/*
WIDGETS (REALTIME SEARCH) - END
*/

/*
WIDGETS NEWSLETTER -START
*/

.newsletter {
    background-color: var(--color-theme);
    padding: 20px 0;
}

.newsletter input,
.newsletter button {
    border-radius: 5px !important;
}

#add_contact_news .title {
    font-weight: bold;
    font-size: 28px;
    color: white;
}

#add_contact_news button {
    background-color: var(--color-background-black) !important;
}

/*
WIDGETS NEWSLETTER -END
*/

/*
CONTAINERS - START
*/

.container {
    max-width: 1300px;
}

.container-lg {
    max-width: 1450px;
}

.container-search {
    display: none;
}

.container-search {
    position: absolute;
    top: 67px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    background-color: white;
    left: -72vw;
    width: 70vw;
    padding: 10px 0;
    z-index: 99;
}

/*
CONTAINERS - END
*/

/*
404 - START
*/

.not_found {
    text-align: center;
}

.not_found .content {
    padding: 50px 0 20px 0;
}

.not_found_icon {
    font-size: 4.75rem;
    font-weight: bold;
    text-transform: uppercase;
}

.not_found .tagline {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 20px;
}


/*
404 - END
*/

/*
HEADER MOBILE - START
*/

.header_mobile_wrap,
.header_mobile {
    background-color: var(--color-header-background) !important;
}

.header_mobile .content {
    padding: 20px 0 0 0;
}

.header_mobile .j_menu_wishlist {
    width: 20px;
    height: 20px;
    position: absolute;
    font-style: normal;
    font-size: 0.75rem;
    left: 15px;
    line-height: 20px;
    color: #000000;
    background-color: var(--color-theme);
    opacity: 0.9;
    border-radius: 50%;
}

.shipment-free-top {
    background-color: var(--color-background-black);
    padding: 7px 0;
    color: var(--color-text-white);
}

.shipment-free-top span {
    padding: 0 50px;
}

.header_mobile .cart_count {
    width: 20px;
    height: 20px;
    position: absolute;
    font-style: normal;
    font-size: 0.75rem;
    left: 15px;
    line-height: 20px;
    color: #000000;
    background-color: var(--color-theme);
    opacity: 0.9;
    border-radius: 50%;
}

.header_desktop .cart-drawer a.btn:hover {
    background-color: var(--color-background-grey);
}

.header-line {
    background-color: var(--color-headerLine-background);
    border-top: 2px solid #373737;
}

.header-line .outlet a {
    color: var(--color-theme) !important;
}

.header-line .seja-revendedora {
    background: rgb(0, 0, 0);
    background: linear-gradient(
            90deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 22%,
            rgba(69, 66, 48, 1) 100%
    );
}

.header-line .seja-revendedora:hover {
    background: rgb(69, 66, 48) !important;
    background: linear-gradient(
            90deg,
            rgba(69, 66, 48, 1) 0%,
            rgba(0, 0, 0, 1) 60%,
            rgba(0, 0, 0, 1) 100%
    ) !important;
}

.first-menu {
    background-color: var(--color-header-background);
    color: var(--color-header-text);
}

.first-menu .input-group-append {
    display: flex;
}

.header_mobile_nav {
    text-align: center;
}

.header_mobile_nav a,
.header_mobile_nav button {
    color: var(--color-header-text);
    border: none;
}

.header_mobile_nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header_mobile_nav ul li a i,
.header_mobile_nav ul li button i {
    position: relative;
    font-size: 1.5rem;
}

.header_mobile_nav ul li a img {
    height: auto;
    width: 115px;
}

.header_mobile_search {
    display: none;
    background-color: #f3f3f3;
}

.header_mobile_search .content {
    padding: 15px 0;
}

.header_mobile_search form input {
    height: 35px;
    border: none;
    background-color: #f3f3f3;
}

.header_mobile_search .one_input_button {
    background-color: #f3f3f3;
}

.header_mobile_search .bi-search {
    color: var(--color-text-black);
}

.header_mobile_search form button {
    height: 35px;
    background-color: white;
    border: none;
    padding: 0 10px;
}

.header_mobile_search form button:hover {
    background-color: #f1f1f1;
}

.header_mobile_search .realtime_search {
    border-radius: 0;
}

.header_mobile_search .realtime_search ul {
    background-color: white;
}

.header_mobile_categories_ul {
    overflow-y: auto;
    background-color: transparent;
    border: 1px solid transparent;
}

.header_mobile_categories_ul::-webkit-scrollbar {
    width: 5px;
    background-color: white;
}

.header_mobile_categories_ul::-webkit-scrollbar-thumb {
    background-color: var(--color-headerLine-background);
}

.header_mobile_categories_ul li &gt; div {
    position: relative;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-text-grey);
    margin-bottom: 1px;
}

.header_mobile_categories_ul li &gt; div div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    width: 50px;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
}

.header_mobile_categories_ul li &gt; div i,
.header_mobile_categories_ul li &gt; div div i {
    font-size: 0.9rem;
    color: #000000;
    font-weight: bold;
    transition: transform 0.3s ease-in-out;
    float: right;
}

.header_mobile_categories_ul li &gt; div a {
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 15px 15px 0;
    color: var(--color-text-black);
}

.header_mobile_categories_ul li ul {
    display: none;
    padding-left: 40px;
}

.j_cat_open_end_close .bi-chevron-down {
    transform: rotate(-90deg);
}

.j_cat_open_end_close .bi.active {
    transform: rotate(0deg);
}

.wishlist-text {
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
}

/*
HEADER MOBILE - END
*/

/*
HEADER DESKTOP - START
*/

.header_desktop {
    display: none;
    background-color: var(--color-header-background);
}

.header_desktop .j_menu_wishlist {
    width: 20px;
    height: 20px;
    position: absolute;
    text-align: center;
    left: 20px;
    line-height: 20px;
    font-style: normal;
    color: #000000;
    opacity: 0.9;
    border-radius: 50%;
    background-color: var(--color-theme);
}

.header_desktop .cart_count {
    width: 20px;
    height: 20px;
    position: absolute;
    text-align: center;
    left: 20px;
    line-height: 20px;
    font-style: normal;
    color: #000000;
    opacity: 0.9;
    border-radius: 50%;
    background-color: var(--color-theme);
    bottom: 0;
}

.header_desktop_logo {
    text-align: center;
    flex-basis: 25%;
}

.logo {
    width: 178px;
    height: 100px;
}

.header_desktop_logo img {
    width: 178px;
    height: 100px;
}

.header_desktop a i:hover {
    color: var(--color-theme);
}

.header_desktop_logo a span {
    position: absolute;
    top: -9999px;
    left: -9999px;
    text-indent: -9999px;
}

.header_desktop_search {
    position: relative;
    flex-basis: 50%;
}

.header_desktop_buttons {
    display: flex;
    flex-basis: 25%;
    justify-content: space-between;
    padding-left: 70px;
}

.header_desktop_buttons_account,
.header_desktop_buttons_wishlist,
.header_desktop_buttons_cart {
    position: relative;
    flex-basis: 50px;
    border-radius: 5px;
    transition: background-color 0.2s ease-in-out;
    padding: 20px 30px;
}

.header_desktop_buttons_account {
    background: url(images/user.png) no-repeat center;
}

.header_desktop_buttons_wishlist {
    background: url(images/heart.png) no-repeat center;
}

.header_desktop_buttons_cart {
    background: url(images/cart.png) no-repeat center;
}

.header_desktop_buttons_account.active,
.header_desktop_buttons_account:hover,
.header_desktop_buttons_wishlist.active,
.header_desktop_buttons_wishlist:hover,
.header_desktop_buttons_cart.active,
.header_desktop_buttons_cart:hover {
    background-color: #000000cc;
}

.header_desktop_buttons_wishlist span,
.header_desktop_buttons_cart span {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 0.8rem;
    font-weight: bold;
    background-color: #000000cc;
    border-radius: 50%;
}

.header_desktop_buttons_wishlist span.active,
.header_desktop_buttons_cart span.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_desktop_categories_ul {
    display: flex;
}

.header_desktop_categories_ul &gt; li {
    position: relative;
    text-align: center;
    flex-grow: 1;
}

.header_desktop_categories_ul &gt; li &gt; a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--color-headerLine-text);
    text-transform: uppercase;
    padding: 15px 0;
    text-align: center;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.header_desktop_categories_ul &gt; li &gt; a:hover {
    color: var(--color-headerLine-text-opacity);
}

.header_desktop_categories_ul &gt; li:hover &gt; div {
    display: block;
}

.header_desktop_categories_ul &gt; li &gt; div {
    display: none;
    width: 250px;
    position: absolute;
    left: 0;
    max-height: 400px;
    height: initial;
    padding: 20px 10px;
    border-top: none;
    background-color: var(--color-headerLine-background);
    z-index: 9999;
    overflow-y: auto;
}

.header_desktop_categories_ul &gt; li &gt; div div:first-child ul li {
    text-align: left;
}

.j_search .input-group {
    border: 1px solid white;
    border-radius: 10px;
}

.j_search .input-group #button-search {
    border-radius: 0 10px 10px 0;
    background-color: white;
}

.j_search .input-group .form-control {
    border: none;
    padding-left: 10px;
}

.header_desktop .form-control {
    color: var(--color-text-black);
    background-color: white;
    padding: 6px 12px 6px 0;
}

input.form-control.input-bar::placeholder {
    color: var(--color-text-grey);
    opacity: 1;
}

.header_desktop .form-control:focus {
    box-shadow: none;
}

.header_desktop .form-control::placeholder {
    color: #000000;
}

.header_desktop .side-menu {
    color: var(--color-header-text);
}

.header_desktop .side-menu span {
    padding-left: 10px;
    font-size: 0.9rem;
}

.header_desktop .side-menu:hover {
    color: var(--color-theme);
}

.header_desktop .side-menu i {
    font-size: 40px;
}

.header_desktop .my-account {
    font-size: 0.9rem;
}

.header_desktop .login-box {
    width: 142px;
}


.login-box:hover {
    background-color: #70707026;
    color: var(--color-theme) !important;
}

.login-box:hover i {
    color: var(--color-theme) !important;
}

.login-box p:hover {
    color: var(--color-theme) !important;
}

.login-box p {
    font-size: 0.75rem !important;
}

.login-box i {
    font-size: 12px !important;
}

.middle-menu-items .side-menu {
    margin-right: 4rem;
}

.middle-menu-items .j_search {
    margin-right: 1rem;
    padding-top: 6px;
}

/*
HEADER DESKTOP - END
*/

/*
HEADING - START
*/

.heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 50px;
}

.heading .h-border {
    width: 100%;
    height: 1px;
    background-color: var(--color-theme);
    position: absolute;
    z-index: -1;
}

.heading h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px;
    margin: 0;
    background-color: white;
    flex-direction: column;
}

.heading h1 span {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--color-index-title);
    font-family: "Rosarivo", cursive;
}

.heading h1 i {
    font-size: 1.9rem;
    color: var(--color-index-title);
}

.heading .logo-top-title img {
    width: 70px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: 39%;
}

}

.first-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.first-block a {
    font-size: 0.875rem;
    letter-spacing: 1px;
    color: #000000;
}

.first-block a:hover {
    color: #000000cc;
}

.social_instagram span {
    background-color: white;
    padding: 0 25px;
    font-family: "Rosarivo", cursive;
}

/*
HEADING - END
*/

/*
BANNERS - START
*/

.banners h1 {
    position: absolute;
    top: -9999px;
    left: -9999px;
    text-indent: -9999px;
}

.banners_item {
    transition: transform 0.1s ease-in-out;
}

.banners_item:hover {
    transform: scale(1.01);
}

.banners_item img {
    width: 100%;
}

/*
BANNERS - END
*/

/*
DEPOIMENTOS - START
*/

.depoimentos {
    background-color: var(--color-background-grey);
    position: relative;
    padding: 5% 0;
    margin-bottom: 8rem !important;
}

.depoimentos h1 {
    width: 100%;
    text-align: center;
}


.depoimentos h1 span {
    font-family: "Rosarivo", cursive;
}


.depoimentos &gt; div {
    padding-top: 60px;
}

/*
DEPOIMENTOS - END
*/

/*
BREADCRUMB - START
*/

.breadcrumb {
    display: flex;
    padding: 20px;
}

.breadcrumb li {
    font-size: 0.675rem;
    color: #000000;
    text-transform: uppercase;
    margin-right: 10px;
}

.breadcrumb li.active {
    color: #000000cc;
    font-weight: 800;
}

.breadcrumb li a {
    color: inherit;
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: #000000cc;
}

.breadcrumb li i {
    font-weight: bold;
    margin-left: 10px;
}

/*
BREADCRUMB - END
*/

/*
QUALITY - START
*/

.quality {
    display: none;
}

.quality .content {
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
}

.quality_item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.quality_item i {
    font-size: 2rem;
    vertical-align: middle;
}

.quality_item p {
    font-size: 0.8rem;
    color: #333333;
    text-transform: uppercase;
    margin: 10px 5px;
}

.quality_item p span {
    font-weight: bold;
}

/*
QUALITY - END
*/

/*
CATEGORIES - START
*/

.category {
    padding: 10px;
    margin: 15px;
}

.category_name {
    text-align: center;
    padding: 5px;
}

.category_name span {
    color: #000000cc;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.category-border {
    display: block;
    width: 85%;
    height: 85%;
    top: 14px;
    left: 14px;
}

.category-border:hover {
    background-image: url("images/alinhados.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.cat {
    padding: 0 0 5px 0;
}

.sub {
    padding: 10px 0;
}

.categories .cat i {
    position: relative;
    top: 35px;
    font-size: 2rem;
    z-index: 99;
}

.category {
    width: 230px;
    height: 230px;
}

.category img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/*
CATEGORIES - END
*/

/*
MENU LINKS - START
*/

#menu-links {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#menu-links i,
#menu-links a {
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-header-text);
}

#menu-links button {
    font-size: 2rem;
    font-weight: bold;
    background-color: transparent;
    border: none;
}

#menu-links i:hover,
#menu-links a:hover,
#menu-links a:hover i,
#menu-links button:hover i {
    color: var(--color-theme);
}

#menu-links a p,
#menu-links a span,
#menu-links button span {
    font-size: 0.9rem;
}

#menu-links a p:hover {
    color: var(--color-header-text-opacity);
    font-weight: bold;
}

/*
MENU LINKS - END
*/

/*
WISHLIST | CART - START
*/

.wishlist .content {
    padding: 50px 0;
}

.categories .content .products .heading h1,
.workcontrol_cart .heading h1,
.wishlist .heading h1 {
    font-size: 1.5rem;
    text-transform: initial;
}

.categories .content .products .heading h1:before,
.workcontrol_cart .heading h1:before,
.wishlist .heading h1:before {
    display: none;
}

.wishlist .products .products_item .products_item_image .actions_wishlist {
    width: 40px;
    height: 40px;
    top: 5px;
    right: 5px;
    background-color: #f1f1f1;
    border-radius: 50%;
    box-shadow: 0 0 5px #000000;
    transition: transform 0.3s ease-in-out;
}

.wishlist
.products
.products_item
.products_item_image
.actions_wishlist:hover {
    transform: scale(1.05);
}

.wishlist .products .products_item .products_item_image .actions_wishlist span {
    font-size: 30px;
    color: #000000cc;
}

.btn_frete {
    color: var(--color-text-white);
}

.btn_direct_purchase {
    width: 70% !important;
    height: 40px;
    padding: 0 !important;
    background-color: #2a2a2a !important;
    color: #F8E798 !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

.qtde_content,
.qtde_content input {
    background-color: var(--color-background-grey) !important;
    color: var(--color-text-black);
    font-size: 15px;
    font-weight: 800;
    margin: 0 !important;
}

.qtde_content i {
    color: var(--color-text-black);
    font-size: 18px;
    font-weight: 800;
}

.wc_cart_add .boxing_loading .total_content .qtde_content button:hover {
    background-color: unset !important;
}

.wc_cart_add .boxing_loading .total_content .qtde_content button {
    border: unset !important;
    background-color: unset !important;
}

/*
WISHLIST | CART - END
*/

/*
VANTAGENS
*/

#vantagens {
    background-color: var(--color-background-grey);
}

.vantagens {
    padding: 75px 0;
}

.vantagens .owl-item {
    display: flex;
}

.vantagens .owl-item &gt; span {
    font-size: 50px;
}

.vantagens h6 {
    font-weight: 700;
}

.vantagens .owl-item &gt; div {
    padding-left: 15px;
}

#vantagens-items {
    background-color: var(--color-background-grey);
}

#vantagens {
    background-color: var(--color-background-white);
}

#vantagens .heading span {
    font-size: 40px;
}

#vantagens .box-vantagens span {
    background-color: var(--color-theme);
    padding: 12px;
    border-radius: 30px;
    font-size: 35px;
}

/*
VANTAGENS | END
*/

/*
CADASTRO | START
*/

/*
CADASTRO | END
*/

/*
PRODUCTS - START
*/

.product .content {
    padding: 30px 0;
}

.product .actions_wishlist .active .bi-heart-fill {
    color: var(--color-theme);
}

.product_image {
    position: relative;
    margin-bottom: 10px;
}

.product_image_focus {
    margin-bottom: 5px;
}

.product_image_gallery img {
    cursor: pointer;
    display: inline-block;
    width: 90px;
    height: 90px;
    margin: 5px;
}

.product_image_gallery img:hover {
    border: 1px solid #000000cc;
}

.j_select_gallery.active {
    border: 2px solid #000000cc;
}

.j_select_gallery.active:hover {
    border: 2px solid #000000cc;
}

.product_info .wc_shipment {
    display: none !important;
}

.product_info_heading {
    margin-bottom: 25px;
    line-height: 25px;
    letter-spacing: 1px;
}

.product_info_heading h1 {
    color: var(--color-product-text);
    font-size: 1.5rem;
}

.product_info_rating {
    width: 100%;
}

.product_info_rating .have-stock {
    color: #45861E;
}

.product_info_rating .no-stock {
    color: #dc3545;
}

.product_info_rating li {
    display: inline-block;
    font-size: 1rem;
    margin-right: 3px;
    color: var(--color-product-text);
}

.product_info_rating .rank,
.product_info_rating .favorites,
.product_info_rating .code {
    font-size: 0.875rem;
}

.product_info_price {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

.product_info_price .price,
.product_info_price .split {
    display: flex;
    justify-content: center;
    border: 1px solid #dedede;
    min-height: 42px;
    text-align: center;
    flex-grow: 1;
    align-items: center;
}

.price .old_price {
    font-size: 1.125rem;
    text-decoration: line-through;
}

.product_info_price .price {
    padding-right: 10px;
}

.product_info_price .price span {
    font-size: 1.2rem;
}

.product_info_price .price span:first-child {
    flex-grow: 1;
}

.price .new_price {
    color: var(--color-product-text);
    font-size: 1.625rem;
    font-weight: bold;
}

.split span {
    font-size: 0.875rem;
    color: var(--color-product-text);
}

#accordion {
    background-color: var(--color-background-grey);
}

#accordion .product_footer {
    background-image: url("images/product-footer.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.wc_product_total_shipment {
    width: 47% !important;
}

.wc_product_total_shipment div:first-child {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

.wc_product_total_shipment .form-control {
    border: none;
    width: 60% !important;
    padding-left: 0 !important;
}

.wc_product_total_shipment .btn_frete {
    border: unset;
}

.wc_product_total_shipment button {
    width: 40% !important;
}

.correios-cep {
    text-decoration: underline !important;
    color: var(--color-text-black);
}

.btn_frete {
    background-color: #2a2a2a !important;
}

.product_footer ul {
    display: flex;
    padding: 10px;
}

.product_footer ul li {
    flex-grow: 1;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.product_footer ul li a,
.product_footer ul li button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: transparent;
    color: #000000;
    box-shadow: none;
    padding: 10px 0;
    width: 100%;
    font-weight: 600;
}

.product_footer ul li button span,
.product_footer ul li button strong {
    font-size: 1rem;
    color: #000000;
}

.product_footer ul li:has(&gt; button[aria-expanded="true"]) span,
.product_footer ul li:has(&gt; button[aria-expanded="true"]) strong {
    color: #000000;
}

.product_footer ul li:hover,
.product_footer ul li:has(&gt; a.wc_active),
.product_footer ul li:has(&gt; button[aria-expanded="true"]) {
    border-bottom: 1px solid var(--color-theme);
}

.product_footer ul li:has(&gt; button[aria-expanded="false"]) {
    background-color: transparent;
}

.product_footer ul li:hover a {
    color: var(--color-text-black);
}

.product_footer ul li a.wc_active {
    color: var(--color-theme);
}

.product_footer_description p {
    font-size: 0.875rem;
    color: #000000;
    line-height: 25px;
}

.product_footer_description p:not(:last-child) {
    margin-bottom: 10px;
}

.product_footer_description p span {
    display: block;
    color: #000000;
    font-weight: 600;
}

.product_footer_reviews textarea {
    resize: none;
}

.product_footer_reviews select {
    background-size: auto 60%;
}

.products .content {
    padding: 20px 0;
}

.products-items {
    margin: 60px auto 30px auto;
    padding: 0;
}

.products-items-header {
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.products-items-buttons {
    position: relative;
    width: auto;
    top: 0;
    right: 0;
}

.products-items-buttons .products_filter2 {
    width: 210px;
}

.products-items-title {
    font-size: 1.25rem;
    line-height: 3rem;
    letter-spacing: 3px;
    padding: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Rosarivo", cursive;
}

.products_item {
    min-height: 410px;
}

.products_item .first {
    visibility: visible;
    opacity: 1;
}

.products_item:hover .first {
    visibility: hidden;
    opacity: 0;
}

.products_item .second {
    visibility: hidden;
    opacity: 0;
}

.products_item:hover .second {
    visibility: visible;
    opacity: 1;
}

.products_item .img-fio {
    opacity: 0;
    max-width: 250px;
    text-align: center;
    margin: auto;
}

.products_item:hover .img-fio {
    opacity: 1;
    transition: 0.3s ease-in;
}

.products_item_image {
    position: relative;
    min-height: 285px;
    overflow: hidden;
}

.products_item_image img {
    height: auto;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.products_item {
    padding: 10px;
    border: 1px solid #d5d5d5;
}

.products_item:hover {
    border: 1px solid var(--color-theme);
}

.products_item:hover .products_item_image {
    border: none;
}

.products_item:hover .products_item_btn_purchase {
    text-align: center;
    background-color: var(--color-theme);
}

.products_item:hover .products_item_btn_purchase a {
    color: var(--color-text-black);
}

.products_item:hover .action_wishlist {
    display: block;
}

.products_item:hover .action_wishlist i {
    margin: 0 !important;
}

.products_item_image .products_close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #000000;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}

.products_item_image .products_close:hover {
    transform: scale(1.05);
    background-color: #000000cc;
}

.products_item_image .products_close span {
    font-size: 1rem;
    color: #ffffff;
    cursor: pointer;
    margin: 0;
}

.products_item_image .action_purchase,
.products_item_image .action_view {
    width: 55px;
    height: 55px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.products_item_image .action_purchase {
    bottom: 180px;
    transition: right 0.2s ease-in-out;
}

.products_item_image .action_view {
    bottom: 120px;
    transition: right 0.3s ease-in-out;
}

.products_item:hover .products_item_image .action_purchase,
.products_item:hover .products_item_image .action_view {
    opacity: 0.7;
    display: inline-block;
}

.products_item_image .action_purchase a,
.products_item_image .action_view a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 0.8125rem;
    font-weight: bold;
    border-radius: 100%;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.3s ease-in-out,
    border-top-color 0.3s ease-in-out;
}

.products_item_image .action_purchase a:hover,
.products_item_image .action_view a:hover {
    color: #000000cc;
    background-color: #000000cc;
}

.products_item_image .action_purchase a i,
.products_item_image .action_view a i {
    font-size: 1.5rem;
}

.products_item_title {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 15px;
    margin: 10px 0;
    line-height: 20px;
    min-height: 40px;
    font-family: "Rosarivo", cursive;
}

.products_item_title a {
    font-family: "Nunito", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: var(--color-products-text);
}

.products_item_title a::first-letter {
    text-transform: uppercase;
}

/*products =&gt; item =&gt; price*/
.products_item_price {
    padding: 0 15px;
    text-align: left;
    min-height: 50px;
}

.products_item_price a {
    color: var(--color-products-text);
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    font-family: "Rosarivo", cursive;
}

.products_item_price a span {
    font-family: "Rosarivo", cursive;
}

.products_item_price a .old_price {
    font-size: 0.75rem;
    color: var(--color-products-text-opacity);
    text-decoration: line-through;
}

.pay_split a span {
    font-size: 1rem;
    font-weight: 300;
    color: var(--color-products-text-opacity);
}

.products_item_price a .installment {
    display: block;
    font-size: 0.9rem;
    color: #000000;
    font-weight: 300;
    margin-top: 10px;
}

.products_wrap {
    min-height: 500px;
}

.products_modal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: calc(100vh - 96px);
    position: fixed;
    background-color: #000000;
    z-index: 998;
}

.products_modal_content {
    display: none;
    width: 90%;
    height: 90%;
    position: relative;
    background-color: white;
}

.products_modal_content .product {
    max-height: calc(100% - 45px);
    overflow-y: auto;
    border-top: 10px solid white;
    border-bottom: 10px solid white;
}

.products_modal_content .product::-webkit-scrollbar {
    width: 5px;
    background-color: white;
}

.products_modal_content .product::-webkit-scrollbar-thumb {
    background-color: transparent;
    box-shadow: 0 0 10px #000000;
    border-radius: 5px;
}

.products_modal_content .product .content {
    width: 95%;
    padding: 0;
}

.products_modal_content_close.modal_pdt_mobile {
    padding: 10px;
    text-align: center;
}

.products_modal_content_close.modal_pdt_mobile span {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 5px;
}

.products_modal_content_close.modal_pdt_mobile span:hover {
    cursor: pointer;
}

.products_modal_content_close.modal_pdt_desktop {
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    left: -20px;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}

.products_modal_content_close.modal_pdt_desktop:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.products_modal_content_close.modal_pdt_desktop i {
    font-size: 1.875rem;
    color: #000000cc;
}

.products .owl-nav {
    width: 100%;
    position: absolute;
    top: 35%;
}

.products .owl-nav .owl-prev,
.products .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    position: absolute;
    font-size: 2rem;
    color: #ffffff;
    background-color: #000000cc;
    box-shadow: 0 0 2px #000000;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.products .owl-nav .owl-prev {
    left: 0;
}

.products .owl-nav .owl-next {
    right: 0;
}

.products .owl-nav .owl-prev:hover,
.products .owl-nav .owl-next:hover {
    background-color: #000000cc;
}

.products_item_btn_purchase {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: var(--color-header-background);
    padding: 0.5rem !important;
    margin-top: 15px;
}

.products_item_btn_purchase a {
    color: var(--color-theme);
    text-align: center;
    width: 100%;
}

.tags {
    position: absolute;
    top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.tags .new_product {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-header-background);
    width: 70%;
    left: -22px;
    position: relative;
}

.tags .new_product p a {
    color: var(--color-theme);
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tags .discount_product {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-theme);
    color: var(--color-text-white);
    width: 70%;
    left: -22px;
    position: relative;
}

.tags .discount_product p a {
    font-weight: 400;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--color-headerLine-text);
}

.products_item_image .action_wishlist,
.products_item_image .action_share {
    width: 40px;
    height: 40px;
    position: absolute;
    display: none;
    right: 10px;
    bottom: 35px;
}

.products_item_image .action_wishlist {
    text-align: center;
}

.products_item_image .action_wishlist a {
    padding-top: 3px;
}

.products_item_image .action_wishlist.with-close {
    top: 50px;
    right: 5px;
}

.wc_cart_add .boxing_loading .total_content .qtde_content,
.wc_cart_add .boxing_loading .total_content .btn_direct_purchase {
    height: 48px;
}

.wc_cart_add .boxing_loading .total_content .qtde_content {
    padding-top: 4px;
}

.product-actions #share .btn_share i,
.product-actions .j_toggle_wishlist i {
    font-size: 20px;
}

.product-actions #share {
    width: 100%;
}

.product-actions #share .list {
    position: relative;
    left: 0;
}

.product-actions #share .list .btn_share {
    left: 0;
}

.product-actions #share .list .btn_share i {
    left: 0;
    right: unset;
}

.product-actions #share .list span {
    right: unset;
    left: 0;
}

.product-actions #share .list span:last-child {
    left: 66px;
}

.product-actions .actions_wishlist span.d-none {
    display: inline !important;
}

/*
PRODUCTS - END
*/

/*
BUY SECTION - START
*/

.products_item:hover .btn-comprar {
    transition: 0.2s ease-in;
    opacity: 1;
}

.btn-comprar {
    opacity: 0;
}

.btn-comprar button {
    width: 85%;
    padding: 15px;
    border: none;
    color: #000000;
    text-align: center;
    letter-spacing: 2px;
}

.btn-comprar button:hover {
    background-color: #000000cc;
}

/*
BUY SECTION - END
*/

/*
WISHLIST - START
*/

.action_wishlist {
    transition: right 0.4s ease-in-out;
    z-index: 998;
    background-color: var(--color-background-black);
}

.action_wishlist i {
    color: var(--color-theme);
}

.action_wishlist a {
    font-size: 1.7rem;
    text-shadow: 0 0 5px white;
    cursor: pointer;
}

.action_wishlist a:hover {
    color: #000000cc;
}

.action_wishlist a.active {
    color: #000000cc;
}

.actions_wishlist {
    cursor: pointer;
    background-color: transparent;
    padding: 10px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

/*
WISHLIST - END
*/

/*
BROWSING HISTORY - START
*/

.browsing_history_remove {
    text-align: center;
    margin-bottom: 35px;
}

.browsing_history_remove span {
    display: inline-block;
    font-size: 0.7rem;
    color: #ffffff;
    font-weight: bold;
    background-color: #000000;
    padding: 7px 12px;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    cursor: pointer;
}

.browsing_history_remove span:hover {
    background-color: #000000cc;
}

/*
BROWSING HISTORY - END
*/


/*
DUVIDAS - START
*/

#politicas-header {
    background-color: #f8f8f8;
}

/*
DUVIDAS - END
*/

/*
COMBO - START
*/

.combo .content {
    padding: 50px 0;
}

.combo_purchase {
    padding: 10px;
    margin: 10px 0;
    text-align: center;
    background-color: #f9f9f9;
}

.combo_purchase_title {
    font-size: 1.5rem;
    color: var(--color-text-grey);
    font-weight: 300;
}

.combo_purchase_title span {
    color: var(--color-background-black);
    font-weight: bold;
}

.combo_purchase_price {
    font-size: 1.5rem;
    color: var(--color-background-black);
    font-weight: bold;
}

.combo_purchase_price span {
    font-size: 0.8rem;
    color: var(--color-text-grey);
    font-weight: 300;
}

.combo_purchase_button {
    font-size: 0.9rem;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
    background-color: var(--color-background-grey);
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
    outline: none;
}

.combo_purchase_button:hover {
    background-color: var(--color-background-grey);
    cursor: pointer;
}

.combo_purchase_button i {
    margin-right: 5px;
}

.combo_restore {
    display: none;
    text-align: center;
    margin-bottom: 10px;
}

.combo_restore span {
    display: inline-block;
    font-size: 0.7rem;
    color: var(--color-text-grey);
    font-weight: bold;
    background-color: white;
    padding: 7px 12px;
    border-radius: 10px;
    box-shadow: 0 0 3px #000000;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    cursor: pointer;
}

.combo_restore span:hover {
    color: #000000;
    background-color: var(--color-background-black);
}

.combo .auto_height {
    margin-bottom: 20px;
}

.combo_cart_add {
    padding: 20px 15px;
    background-color: #f9f9f9;
}

.combo_cart_add .color_content {
    margin-bottom: 10px;
}

.combo_cart_add .color_content p {
    font-size: 0.935rem;
    color: #000000;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.combo_cart_add .color_content p span {
    font-weight: bold;
}

.combo_cart_add .color_content.has_relatives a {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 3px #000000;
}

.combo_cart_add .color_content.has_relatives a input {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    cursor: pointer;
}

.combo_cart_add .color_content.has_relatives a .selected_color {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.combo_cart_add .color_content.has_relatives a .selected_color i {
    font-size: 1.5rem;
    color: #000000;
    text-shadow: 0 0 5px #000000;
}

.combo_cart_add .color_content.has_relatives a.active .selected_color {
    display: flex;
    justify-content: center;
    align-items: center;
}

.combo_cart_add .color_content.no_relatives .boxing_loading {
    display: none;
}

.combo_cart_add .color_content.no_relatives .boxing_loading label {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 3px #000000;
}

.combo_cart_add .color_content.no_relatives .boxing_loading label input {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    cursor: pointer;
}

.combo_cart_add
.color_content.no_relatives
.boxing_loading
label
.selected_color {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.combo_cart_add
.color_content.no_relatives
.boxing_loading
label
.selected_color
i {
    font-size: 1.5rem;
    color: #000000;
    text-shadow: 0 0 5px #000000;
}

.combo_cart_add
.color_content.no_relatives
.boxing_loading
label.active
.selected_color {
    display: flex;
    justify-content: center;
    align-items: center;
}

.combo_cart_add .size_content .boxing_loading {
    display: none;
}

.combo_cart_add .size_content .boxing_loading p {
    font-size: 0.935rem;
    color: #000000;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.combo_cart_add .size_content .boxing_loading p span {
    font-weight: bold;
}

.combo_cart_add .size_content .boxing_loading label {
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 5px 15px;
    margin-bottom: 3px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    border-radius: 3px;
}

.combo_cart_add .size_content .boxing_loading label.active {
    color: var(--color-background-black);
    background-color: var(--color-background-black);
}

.combo_cart_add .size_content .boxing_loading label input {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    cursor: pointer;
}

.combo_cart_add .size_content .boxing_loading label span {
    display: none;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -7.5px;
    right: 0;
    background-color: var(--color-background-grey);
    border-radius: 50%;
}

.combo_cart_add .size_content .boxing_loading label span i {
    color: var(--color-background-grey);
    font-size: 0.5rem;
}

.combo_cart_add .size_content .boxing_loading label.active span {
    display: flex;
}

.combo_cart_add .size_content .image_loading.invisible {
    display: none;
}

/*
COMBO - END
*/

/*
FOOTER - START
*/

.footer {
    background-color: var(--color-footer-background);
}

.footer .content {
    padding: 20px 0;
}

.footer .border {
    width: 100%;
    height: 10px;
    background: rgb(0, 0, 0);
    background: linear-gradient(
            90deg,
            var(--color-text-black) 0%,
            var(--color-text-black) 30%,
            var(--color-theme) 100%
    );
    border: unset !important;
}

.footer_block {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer_block span {
    color: var(--color-footer-text);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.footer_links {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 210px;
}

.footer_links article h1 {
    color: var(--color-footer-text);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}

.footer_links article ul {
    margin: 20px 0;
}

.footer_links article ul li {
    margin: 10px 0;
}

.footer_links article ul li a,
.footer_links article ul li span {
    color: var(--color-footer-text);
    font-size: 0.8rem;
}

.footer_links article ul li a:hover {
    color: var(--color-footer-text-opacity);
}

.footer_links article ul li a:hover i {
    color: var(--color-footer-text-opacity);
}

.footer_links article ul li a i,
.footer_links article ul li i {
    font-size: 1rem;
    vertical-align: middle;
    padding-right: 12px;
}

.footer_copy {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-footer-bottom-background);
    color: var(--color-footer-text);
    width: 100%;
}

.footer_copy p {
    text-align: center;
    font-size: 0.75rem;
    color: var(--color-footer-text);
    margin: 0;
}

.footer .logo {
    width: 100%;
    text-align: center;
}

.footer .social-midia {
    text-align: center;
    padding: 10px 30px 10px 10px;
}

.footer .social-midia a {
    color: var(--color-text-white);
    background-color: var(--color-theme);
    padding: 7px 10px;
    border-radius: 30px;
    font-size: 25px;
}

.support-service span {
    font-size: 12px;
}

.google-maps {
    margin-top: 20px;
}

.google-maps a {
    background-color: var(--color-background-white);
    padding: 10px 20px;
    color: var(--color-background-black);
    font-weight: 700;
    border-radius: 5px;
}

.footer-icon span {
    background-color: white;
    padding: 13px 12px 10px 12px;
    border-radius: 20px;
}

.footer-icon span::before {
    font-size: 20px;
    color: black;
}

/*
FOOTER - END
*/

/*
CAROUSEL - START
*/

.carousel {
    overflow: hidden;
}

.carousel .content {
    width: 100%;
    max-width: 100%;
}

.carousel:hover .owl-theme .owl-nav .owl-prev {
    left: 0;
}

.carousel:hover .owl-theme .owl-nav .owl-next {
    right: 0;
}

.carousel .owl-theme .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
}

.carousel .owl-theme .owl-nav .owl-prev,
.carousel .owl-theme .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    position: absolute;
    margin: 0;
    background-color: #000000;
    border-radius: 0;
    transition: background-color 0.2s ease-in-out;
}

.carousel .owl-theme .owl-nav .owl-prev {
    left: -60px;
    transition: left 0.2s ease-in-out;
}

.carousel .owl-theme .owl-nav .owl-next {
    right: -60px;
    transition: right 0.2s ease-in-out;
}

.carousel .owl-theme .owl-nav .owl-prev:hover,
.carousel .owl-theme .owl-nav .owl-next:hover {
    background-color: #000000;
}

.carousel .owl-theme .owl-nav .owl-prev i,
.carousel .owl-theme .owl-nav .owl-next i {
    font-size: 3rem;
}

.carousel .owl-theme .owl-dots {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.carousel .owl-theme .owl-dots .owl-dot span {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 0 0 3px #000000;
}

/*
CAROUSEL - END
*/

/*
OPTIONS - START
*/

.options .content {
    padding: 20px 50px;
}

.browsing_history .owl-nav {
    top: -115px;
}

.options .owl-nav .owl-prev,
.options .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45%;
    color: var(--color-text-black) !important;
    background-color: #f3f3f3 !important;
    border: 1px solid transparent !important;
    border-radius: 30px;
    margin: 0;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.options .owl-nav .owl-prev:hover,
.options .owl-nav .owl-next:hover {
    background-color: var(--color-headerLine-background-opacity) !important;
}

.options .owl-nav .owl-prev span,
.options .owl-nav .owl-next span {
    font-size: 3rem;
    padding-bottom: 5px;
    padding-right: 4px;
}

.options .owl-nav .owl-prev {
    left: -10%;
}

.options .owl-nav .owl-next {
    right: -10%;
}

.options .owl-nav .owl-prev i,
.options .owl-nav .owl-next i {
    font-size: 2rem;
}

.options article a {
    display: block;
    transition: transform 0.4s ease-in-out;
}

.options article a:hover {
    opacity: 1;
    transform: scale(1.02);
}

.options:not(.pdt) article a img {
    margin-bottom: 10px;
    border: 3px solid white;
    border-radius: 10px;
    box-shadow: 0 0 10px #000000;
}

.options article a:hover img {
    border-color: var(--color-background-black);
}

.options article a h2 {
    font-size: 0.9rem;
    color: var(--color-text-grey);
    font-weight: bold;
    text-transform: uppercase;
}

/*
OPTIONS - END
*/

/*
COUNTDOWN - START
*/

.countdown {
    position: relative;
}

.countdown_wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    position: absolute;
    left: 10%;
    top: -60px;
    padding: 7px;
    background-color: var(--color-background-grey);
    color: #000000;
    border-radius: 3px;
}

.countdown_wrapper div {
    display: flex;
}

.countdown_wrapper div &gt; span {
    font-size: 1rem;
    color: var(--color-background-black);
    font-weight: 600;
    text-align: left;
    line-height: 15px;
}

.countdown_wrapper div &gt; span .countdown_legend {
    font-size: 0.65rem;
    text-transform: uppercase;
}

/*
COUNTDOWN - END
*/

/*
FORCE LOGIN - START
*/

.force_login {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-background-black-opacity);
    z-index: 99999;
}

.force_login_content {
    display: none;
    width: 500px;
    height: 500px;
    max-width: 90%;
    text-align: center;
    margin-top: -500px;
    background-color: var(--color-background-grey);
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: margin-top 0.2s ease-in-out;
}

.force_login_content img {
    width: 200px;
}

.force_login_content_close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 20px;
    margin-bottom: 30px;
    background-color: var(--color-background-grey);
    box-shadow: 0 1px 1px #000000;
}

.force_login_content_close svg {
    cursor: pointer;
}

.force_login_content_close svg:hover line {
    stroke: var(--color-background-black);
}

.force_login_content_message {
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
    padding: 50px 20px;
}

.force_login_content_button {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 40px;
    margin: 0 auto;
    background-color: var(--color-background-grey);
    transition: background-color 0.2s ease-in-out;
}

.force_login_content_button:hover {
    color: var(--color-text-white);
    background-color: var(--color-background-black);
}

/*
FORCE LOGIN - END
*/

/*
HACKS - START
*/

_:-ms-lang(x),
.products_item_title {
    line-height: 25px;
}

_:-ms-lang(x),
.products_item_title a {
    font-size: 0.55rem;
    color: var(--color-text-grey);
    line-height: 0;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--color-text-grey);
    border-radius: 1px;
}

::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 1px;
}

.htmlchars {
    padding: 0 10px !important;
}

.height-banner {
    height: 300px;
}

.fundo-banner {
    background-attachment: fixed !important;
    background-position: 50% 0 !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.paginator {
    float: left;
}

#action_wrap {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.products_item:hover #action_wrap {
    display: block;
    transition: 0.2s;
}

#button-search {
    font-style: italic;
    font-weight: bold;
    font-size: 1.2rem;
    color: var(--color-text-black);
    background-color: white;
    border-radius: 0;
}

#button-search:hover {
    color: var(--color-background-black);
}

.zoomContainer {
    z-index: 999;
}

aside .main_blog_post a {
    color: var(--color-background-black);
}

.box ul li a {
    color: var(--color-headerLine-text);
    font-size: 1rem;
}

.box ul li a:hover {
    color: var(--color-headerLine-text-opacity);
}

.space {
    padding: 0 0 50px 0;
}

/*
HACKS - END
*/

/*
OUTROS - START
*/

.mobile-seja-revendedora {
    display: none;
}


/*
OUTROS - END
*/

/*
MEDIA QUERIES - START
*/

/*
1400px
*/
@media (max-width: 93.75em) {
    #header-logo {
        width: 100%;
    }

    #header-logo .header_desktop_logo {
        text-align: center !important;
    }

    .middle-menu-items {
        width: 60%;
    }

    #menu-links {
        width: 40%;
    }
}

/*
1400px
*/
@media (min-width: 87.5em) {
    .carousel {
        min-height: 500px;
    }
}

/*
1300px
*/
@media (max-width: 81.25em) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1150px;
    }

    .products_item {
        min-height: 370px;
    }

    .products_item_image {
        min-height: 250px;
    }

    .footer_links article h1 {
        font-size: 1rem;
    }
}

/*
1200px
*/
@media (min-width: 75em) {
    .carousel {
        min-height: 450px;
    }

    .products_modal_content .product .content {
        width: 90%;
    }
}

/*
1100px
*/
@media (min-width: 68.75em) {
    .categories .products .products_item {
        width: 23%;
        margin: 1% 2% 1% 0;
    }

    .wishlist .products .products_item {
        width: 24.25% !important;
        margin: 1% 1% 1% 0 !important;
    }

    .wishlist .products .products_item:nth-of-type(4n + 0) {
        margin-right: 0 !important;
    }

    .combo .products .products_item {
        width: 24.25% !important;
        margin: 1% 1% 1% 0 !important;
    }

    .combo .products .products_item:nth-of-type(4n + 0) {
        margin-right: 0 !important;
    }
}

/*
992px and 1099px
*/
@media (min-width: 62em) and (max-width: 68.6875em) {
    .categories .products .products_item {
        width: 49%;
        margin: 1% 2% 1% 0;
    }

    .categories .products .products_item:nth-of-type(2n + 0) {
        margin-right: 0;
    }
}

/*
992px
*/
@media (min-width: 62em) {
    .header_mobile {
        display: none;
    }

    .header_desktop {
        display: block;
    }

    .carousel {
        min-height: 400px;
    }

    .quality {
        display: block;
    }

    .products_modal {
        height: 100vh;
    }

    .products_modal_content .product {
        max-height: 100%;
    }

    .products_modal_content .product::-webkit-scrollbar {
        width: 10px;
    }

    .products_modal_content_close.modal_pdt_mobile {
        display: none;
    }

    .products_modal_content_close.modal_pdt_desktop {
        display: flex;
    }

    .product_footer_description {
        max-height: none;
        overflow-y: visible;
        padding-right: 0;
    }
}

@media (max-width: 62em) {
    .categories_wrap .owl-nav {
        display: none;
    }

    .categories_wrap .owl-dots {
        margin-top: 20px;
        text-align: center;
    }

    .categories_wrap .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background-color: #d6d6d6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 0.2s ease;
        border-radius: 30px;
    }

    .categories_wrap .owl-dots .owl-dot.active span {
        width: 25px;
        background-color: var(--color-text-black);
    }
}

/*
850px and 991px
*/
@media (min-width: 53.125em) and (max-width: 61.9375em) {
    .categories .products .products_item {
        width: 32%;
        margin: 1% 2% 1% 0;
    }

    .categories .products .products_item:nth-of-type(3n + 0) {
        margin-right: 0;
    }
}

/*
850px
*/
@media (min-width: 53.125em) {

    .products .owl-nav {
        display: flex;
        justify-content: space-between;
        width: 125px;
        top: -35px;
        right: 0;
    }

    .products .owl-nav .owl-prev,
    .products .owl-nav .owl-next {
        flex-basis: 60px;
        height: 30px;
        position: initial;
        font-size: 1.875rem;
    }

    .wishlist .products .products_item {
        width: 32.6%;
        margin: 1% 1.1% 1% 0;
    }

    .wishlist .products .products_item:nth-of-type(3n + 0) {
        margin-right: 0;
    }

    .combo .products .products_item {
        width: 32.6%;
        margin: 1% 1.1% 1% 0;
    }

    .combo .products .products_item:nth-of-type(3n + 0) {
        margin-right: 0;
    }
}

/*
550px and 849px
*/
@media (min-width: 34.375em) and (max-width: 53.0625em) {
    .categories .products .products_item {
        width: 49%;
        margin: 1% 2% 1% 0;
    }

    .categories .products .products_item:nth-of-type(2n + 0) {
        margin-right: 0;
    }

    .wishlist .products .products_item {
        width: 49.5%;
        margin: 1% 1% 1% 0;
    }

    .wishlist .products .products_item:nth-of-type(2n + 0) {
        margin-right: 0;
    }

    .combo .products .products_item {
        width: 49.5%;
        margin: 1% 1% 1% 0;
    }

    .combo .products .products_item:nth-of-type(2n + 0) {
        margin-right: 0;
    }
}

/*
768px
*/
@media (max-width: 48em) {

    input {
        font-size: 1rem !important;
    }

    h3 {
        font-size: 1.3rem;
    }

    .shipment-free-top span {
        padding: 0 25px;
        font-size: 13px;
    }

    .header_mobile_nav {
        border-bottom: 1px solid var(--color-background-grey);
    }

    #vantagens h6 {
        margin: 0;
        font-size: 13px;
    }

    #vantagens h6 {
        margin: 0;
        font-size: 14px;
    }

    #vantagens .owl-item &gt; div p {
        font-size: 13px;
        line-height: 18px;
    }

    .vantagens .owl-item &gt; span {
        font-size: 50px;
    }

    .heading h1 span {
        font-size: 1rem;
    }

    .heading h1 i {
        font-size: 1.5rem;
    }

    .category {
        border: none;
        padding: 0;
        margin: 0;
    }

    .category_name {
        padding: 20px 20px 0 20px;
    }

    .first-block {
        justify-content: center;
    }

    .first-block a {
        font-size: 0.6rem;
    }

    .category {
        width: 160px;
        height: 160px;
    }

    .products_item {
        min-height: 290px;
        margin: 6px 0;
    }

    .products_item .img-fio {
        opacity: 0;
        max-width: 100%;
    }

    .products_item .btn_purchase {
        display: none;
    }

    .products_item_title {
        display: block;
        max-height: 45px;
        overflow: hidden;
        padding: 0 10px;
        margin: 0 0 10px 0;
    }

    .products_item_title a {
        font-size: 0.875rem;
    }

    .products_item_title h4 {
        font-size: 1.5rem;
        line-height: 22px;
    }

    .products_item_image {
        min-height: 180px !important;
    }

    .products_item_image img {
        max-width: 250px !important;
        height: auto;
        margin: auto;
    }

    .products_item_image .action_view,
    .products_item_image .action_purchase {
        display: none;
    }

    .products_item_price {
        padding: 0 10px;
    }

    .products_item_price a {
        font-size: 0.95rem;
    }

    .products_item_price a .old_price {
        font-size: 0.7rem;
    }

    .pay_split a span {
        font-size: 0.875rem;
    }

    .wishlist .products .products_item,
    .categories .products .products_item {
        width: 48%;
        float: left;
        margin: 1%;
    }

    .product_info_rating p {
        margin-left: 0 !important;
    }

    .product_info_rating .rank,
    .product_info_rating .favorites,
    .product_info_rating .code {
        font-size: 0.75rem;
    }

    .product_image_gallery {
        display: flex;
        white-space: nowrap;
        overflow-x: auto;
        max-width: 100%;
        max-height: 100%;
        padding: 15px 0;
    }

    .product_footer ul {
        padding: 0;
    }

    .product_footer ul li a {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        font-size: 0.875rem;
    }

    .product_footer ul li a.wc_active i {
        top: -3.5rem;
        left: 0;
    }

    .products_item_price {
        min-height: 80px;
    }

    .tags {
        width: 45%;
    }

    .tags .new_product p a,
    .tags .discount_product p a {
        font-size: 0.575rem;
        line-height: 25px;
    }

    .btn-comprar {
        opacity: 1 !important;
    }

    .height-banner {
        height: 100px !important;
    }

    .fundo-banner {
        background-attachment: initial !important;
        max-height: 255px;
    }

    .box-vantagens i {
        height: 50px;
        width: 50px;
        padding: 4px;
    }

    .login_box header {
        padding: 20px !important;
    }

    .options .owl-nav .owl-prev {
        left: -35px;
    }

    .options .owl-nav .owl-next {
        right: -35px;
    }

    .account_form_actions .btn {
        font-size: 1rem !important;
    }

    .options .owl-nav .owl-prev i,
    .options .owl-nav .owl-next i {
        font-size: 2rem;
    }

    .options .owl-nav .owl-prev,
    .options .owl-nav .owl-next {
        width: 40px;
        height: 40px;
    }

    .footer_links {
        flex-wrap: wrap;
    }

    .footer_links article {
        padding: 0;
    }

    .wc_cart_manager_actions .wc_cart_close,
    .wc_cart_manager_actions .wc_cart_finish {
        float: none !important;
    }

    .heading h1 {
        background-color: unset;
    }

    #vantagens .heading span {
        font-size: 20px;
    }

    #vantagens .heading span br,
    #cadastro header h1 span br {
        display: none;
    }

    #cadastro header h1 span {
        font-size: 20px;
        text-align: center;
    }

    #cadastro header small br {
        display: none;
    }

    .products-items-header {
        flex-wrap: wrap;
    }
}

/*
550px
*/
@media (min-width: 34.375em) {
    .categories_wrap,
    .products_wrap,
    .banners_wrap,
    .insta_wrap,
    .info_wrap {
        width: 100%;
    }

    .products_modal {
        height: calc(100vh - 51px);
    }

    .categories .products .products_item {
        display: inline-block;
        vertical-align: top;
    }

    .wishlist .products .products_item {
        display: inline-block;
        vertical-align: top;
    }

    .combo .products .products_item {
        display: inline-block;
        vertical-align: top;
    }
}

@media (max-width: 550px) {
    .vantagens {
        padding: 20px 50px;
    }

    .header_mobile_logo .logo {
        width: 113px;
        height: 70px;
    }

    .h-border {
        display: none;
    }

    .depoimentos {
        background-color: var(--color-background-white);
    }

    .products-items-buttons form {
        width: 100%;
    }

    .products-items-buttons .order-by {
        display: none;
    }

    .products-items-buttons {
        flex-direction: row-reverse;
    }

    .products_item {
        padding: 10px;
        border-radius: 10px;
        border-width: 1.5px;
        border-style: solid;
        border-image: linear-gradient(to bottom, #f8e798 30%, gray 50%) 1;
    }

    .products_item .products_item_image {
        border: none;
    }

    .products_item .products_item_btn_purchase {
        display: block;
        text-align: center;
    }

    .products_item .action_wishlist {
        display: block;
        right: 5px;
    }

    .widget-whatsapp {
        border-radius: 34px 0 0 34px !important;
        right: -8px !important;
    }

    .mobile-seja-revendedora {
        display: block;
        position: fixed;
        z-index: 999;
        bottom: 170px;
        right: -90px;
        transform: rotate(-0.25turn) !important;
        background: linear-gradient(
                90deg,
                rgba(69, 66, 48, 1) 0%,
                rgba(0, 0, 0, 1) 60%,
                rgba(0, 0, 0, 1) 100%
        ) !important;
        padding: 15px;
        border-radius: 10px;
        color: var(--color-text-white);
        text-transform: uppercase;
    }
}

/*
544px and 768px
*/
@media (min-width: 34em) and (max-width: 48em) {
    .footer_links article {
        width: 100%;
        margin: 15px 0 15px 0 !important;
    }

    .footer_contact_whatsapp {
        font-size: 1.3rem;
    }

    .footer_about_social a i {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }
}

/*
500px
*/
@media (min-width: 31.25em) {
    .categories_wrap,
    .products_wrap,
    .banners_wrap,
    .insta_wrap,
    .info_wrap {
        width: 90%;
    }

    .product_image {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        margin: 1% 2% 10px 0;
    }

    .product_footer ul li {
        flex-grow: 0;
    }

    .product_footer ul li a {
        padding: 10px 20px;
    }
}

/*
400px
*/
@media (min-width: 25em) {
    .categories_wrap,
    .products_wrap,
    .banners_wrap,
    .insta_wrap,
    .info_wrap {
        width: 90%;
        margin: 0 auto;
    }
}

/*
Screen and Maximum Width
*/
@media screen and (max-width: 48em) {
    .options .content {
        padding: 5px;
    }

    .products_wrap {
        min-height: 400px;
    }
}

@media screen and (max-width: 30.563em) {
    .left {
        width: 100% !important;
    }

    .right {
        width: 100% !important;
    }
}

/*
MEDIA QUERIES - END
*/
</pre></body></html>