@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

:root{
--primary-color: #ab70e8;
--bg-color: #030507;
--bg2-color: #320674;
--text-color: #ffffff;
}
/*

#1B2223 - Background
#3A4F50 - Secundaria
var(--primary-color) - Primaria
#F4FEFD - Contraste

*/

/* [ ---- Desativar Scrollbar ---- ] */

body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

html {
  scrollbar-width: none; /* Oculta a scrollbar */
}

html {
  -ms-overflow-style: none; /* IE 10+ e Edge */
}

/* ^ [ ---- Desativar Scrollbar ---- ] ^ */

body {
    background: var(--bg-color) !important;
    overflow-x: hidden;
}

*::-webkit-scrollbar {
    display: none;
}

body .website-content {
    padding: 0px 80px;
    position: relative;
}

body nav {
    background: transparent;
    overflow: visible; /* garantir que itens ativos não sejam cortados */
    z-index: 10000;
}

body nav .navbar-brand img {
    width: 2.9rem;
}

body nav .nav-link {
    color: #f4fefd;
    font-size: 1rem;
    font-weight: 400;
    margin: 0px 15px;
}

body nav .nav-link.active {
    background: var(--bg-color);
    border-radius: 59px;
    font-weight: 500;
    color: var(--primary-color) !important;
    padding: 9px 20px !important;
    border: 1px solid var(--bg-color);
    display: inline-block;
    position: relative;
    z-index: 9999; /* garantir que fique acima de outros elementos */
}

body nav .nav-link.cart i {
    color: var(--bg-color);
    border-radius: 8px;
    font-size: 2rem;
    position: relative;
    cursor: pointer;
}

body nav .nav-link.cart i::after {
    position: absolute;
    content: '4';
    width: 25px;
    height: 25px;
    top: -10px;
    right: -10px;
    color: var(--text-color);
    /* background: #1b2223; */
    font-size: 1rem;
    font-weight: 500;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

body .website-content .phaton {
    position: absolute;
    width: 200px;
    height: 200px;
    background: var(--primary-color);
    filter: blur(150px);
    top: 10px;
    left: 10px;
    z-index: -9;
}

body .website-content .col {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 950px;
    background: var(--primary-color);
    z-index: -9999;
    box-shadow: 0 0 14px -2px var(--primary-color);
    overflow: hidden;
    border-bottom-left-radius: 90px;
}

body .website-content .elements .circle {
    position: absolute;
    width: 100px;
    height: 100px;
    background: transparent;
    border: 20px solid var(--primary-color);
    border-radius: 1000px;
    z-index: 1;
    opacity: 0.1;
}

body .website-content .elements .square {
    position: absolute;
    width: 90px;
    height: 90px;
    background: transparent;
    border: 17px solid var(--primary-color);
    z-index: 1;
    opacity: 0.1;
}

body .website-content .elements .circle:nth-child(1) {
    bottom: 50%;
    left: -2%;
}

body .website-content .elements .circle:nth-child(2) {
    bottom: 1%;
    left: 50%;
}

body .website-content .elements .square:nth-child(3) {
    bottom: 10%;
    left: -1%;
}

body .website-content .elements .square:nth-child(4) {
    bottom: 70%;
    left: 60%;
}

body .website-content .col img {
    position: absolute;
    width: 400px;
    left: -22%;
    bottom: 10%;
    opacity: 0.5;
}

body .home {
    margin-top: 5.6rem;
}

body .home .promo-area {
    width: 100%;
    background: var(--bg-color);
    padding: 0px 30px;
    border-radius: 7px;
    display: flex;
    gap: 50px;
    z-index: 999;
    align-items: center;
    border-left: 4px solid var(--primary-color);
}

body .home .promo-area img {
    width: 30px;
    transform: scale(1.8) translateY(-8px);
}

body .home .promo-area p.text {
    color: var(--text-color);
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 0px;
}

body .home .promo-area p.text b {
    color: var(--primary-color);
}

body .home p.title {
    color: var(--text-color);
    font-size: 4rem;
    font-weight: 800;
    margin-top: 30px;
}

body .home p.title b {
    color: var(--primary-color);
}

body .home p.desc {
    color: var(--text-color);
    font-size: 1rem;
    font-weight: 400;
}

body .home a.btn {
    color: var(--bg-color);
    background: var(--primary-color);
    padding: 9px 30px !important;
    border-radius: 25px;
    font-weight: 500;
    margin-top: 15px;
    cursor: pointer;
}

body .home img.imge {
    width: 100%;
    animation: testing 5s linear infinite;
}

body .home .stats-cards {
    background: var(--bg2-color);
    padding: 20px;
    border-radius: 6px;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

body .home .stats-cards .item {
    width: calc(100% - 100% / 3);
    text-align: center;
    border-left: 1px solid var(--bg-color);
}

body .home .stats-cards .item:nth-child(1) {
    border-left: none !important;
}

body .home .stats-cards .item i {
    color: var(--text-color);
    font-size: 2.5rem;
}

body .home .stats-cards .item p.number {
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0px;
}

body .home .stats-cards .item p.info {
    color: var(--text-color);
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0px;
}

body .products {
    background: var(--bg2-color);
    padding: 0px 80px;
}

body .products p.title {
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0px;
}

body .products .slider-categorys {
    width: 100%;
    display: flex;
    align-items: center;
    align-self: center;
    gap: 20px;
    overflow: hidden;
    left: 100px;
    padding: 0 40px;
    border-radius: 22px;
    background: #1b2223;
}

body .products .slider-categorys .category-card {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    align-self: center;
    background-size: cover;
    background-position: center;
    gap: 25px;
    cursor: pointer;
    padding: 10px 10px;
    transition: 0.5s;
}

body .products .slider-categorys .category-card.active::after {
    position: absolute;
    width: 40px;
    height: 2px;
    content: '';
    border-radius: 30px;
    bottom: 0;
    left: 27%;
    background: var(--primary-color);
}

body .products .slider-categorys .category-card:hover::after {
    position: absolute;
    width: 20px;
    height: 2px;
    content: '';
    border-radius: 30px;
    bottom: 0;
    left: 40%;
    background: var(--primary-color);
}

body .products .slider-categorys .category-card.active p.name {
    color: var(--primary-color) !important;
}

body .products .slider-categorys .category-card p.name {
    color: #f4fefd;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0px;
}

body .products .search {
    background: var(--bg-color);
    color: var(--text-color);
    width: 100%;
    padding: 4px 0px 4px 10px;
    border-radius: 30px;
    border: none;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body .products .search input {
    background: transparent;
    color: var(--text-color);
    width: 80%;
    border-radius: 30px;
    border: none;
    outline: none;
    box-shadow: none;
}

body .products .search button {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

body .products .search button i {
    color: var(--text-color);
    background: var(--primary-color);
    padding: 8px;
    border-radius: 1000px;
}

body .products .product-card {
    margin-top: 90px;
    background: var(--bg-color);
}

body .products .product-card-header {
    width: 100%;
    height: 235px;
    background: var(--product-image);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    align-self: auto;
    text-align: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.5s;
    position: relative;
    cursor: pointer;
}

body .products .product-card-header img {
    width: 90px;
    position: absolute;
    z-index: 1;
    bottom: 35%;
    transition: 0.5s;
}

body .products .product-card .product-card-header:hover::after,
body .products .product-card .product-card-header:hover img {
    bottom: -100%;
}

body .products .product-card-content {
    background: var(--bg-color);
    padding: 20px;
}

body .products .product-card-content p.principal {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: space-between;
}

body .products .product-card-content p.principal span.tag {
    background: var(--primary-color);
    width: fit-content;
    padding: 3px 15px !important;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 500;
}

body .products .product-card-content p.principal span.value {
    background: transparent;
    width: fit-content;
    padding: 3px 15px !important;
    border-radius: 20px;
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--primary-color);
}

body .products .product-card-content p.name {
    color: var(--text-color);
    font-size: 1.2rem;
    font-weight: 500;
}

body .products .product-card-content p.desc {
    color: var(--text-color);
    font-size: 0.8rem;
    font-weight: 400;
}

body .products .product-card-content p.avaliation i {
    color: var(--primary-color);
    margin: 0px 5px;
    font-size: 1rem;
}

body .products .product-card-content a.btn:nth-child(4) {
    background: var(--primary-color);
    color: var(--bg-color);
    font-weight: 500;
    margin-top: 20px;
    padding: 7px 10px !important;
    border: none;
    outline: none;
    box-shadow: none;
    width: 80%;
}

body .products .product-card-content a.btn:nth-child(5) {
    margin-left: auto;
    width: 10%;
}

body .products .product-card-content a.btn:nth-child(5) i {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 500;
    margin-top: 20px;
    font-size: 1.2rem;
    border-radius: 6px;
    padding: 9px;
    outline: none;
    box-shadow: none;
}

body .faq {
    padding: 0px 80px;
    padding-top: 8rem;
    background: var(--bg2-color);
}

body .faq p.title {
    color: var(--primary-color);
    letter-spacing: 3px;
    font-size: 1rem;
    font-weight: 300;
}

body .faq p.desc {
    color: var(--text-color);
    font-size: 1rem;
    font-weight: 400;
}

body .faq a.btn {
    background: transparent;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    align-self: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 500;
    width: fit-content;
    padding: 5px 10px !important;
    outline: none;
    box-shadow: none;
    border: none;
    transition: 0.4s;
    margin-top: 0.5rem;
}

body .faq a.btn i {
    font-size: 1.3rem;
}

body .faq a.btn:hover {
    background: var(--primary-color);
    color: var(--text-color);
}

body .faq a.btn:nth-child(4) {
    color: #d12828;
}

body .faq a.btn:nth-child(4):hover {
    background: #d12828;
    color: #fff;
}

body .faq .accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

body .faq .accordion-button {
    color: var(--primary-color);
    box-shadow: none !important;
    background: var(--bg-color);
}

body .faq .accordion-button:not(.collapsed) {
    background: var(--primary-color);
    color: var(--text-color);
    fill: var(--text-color) !important;
}

body .faq .accordion-item {
    background: var(--bg-color);
    color: var(--text-color) !important;
    border: none !important;
    margin-top: 5px;
}

body .reviews {
    padding: 0px 80px;
    padding-top: 9rem;
    background: var(--bg2-color);
    padding-bottom: 90px;
}

body .reviews .review-card {
    background: var(--bg-color);
    padding: 20px;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
}

body .reviews .review-card i {
    position: absolute;
    color: var(--text-color);
    font-size: 3rem;
    top: 10px;
    left: 10px;
    z-index: 1;
    transition: 0.5s;
    opacity: 0.1;
}

body .reviews .review-card .review {
    position: relative;
    color: var(--text-color);
    font-size: 0.9rem;
    font-weight: 400;
    margin-top: 15px;
    z-index: 99;
}

body .reviews .review-card .author {
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 15px;
}

body .footer {
    color: var(--text-color);
    background: var(--bg-color);
    padding: 30px;
}

body .footer .empresa {
    font-size: 25px;
    font-weight: 700;
}

body .footer ul li {
    list-style: none;
}

body .footer ul li a {
    color: var(--primary-color);
    text-decoration: none;
}

body .footer ul {
    padding-inline-start: 0px;
}

body .footer .title {
    font-size: 20px;
    font-weight: 700;
}

body .reviews .review-card:hover i {
    color: var(--primary-color);
    opacity: 0.2;
}

.offViewProduct {
    height: 80% !important;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background: var(--bg-color) !important;
}

.offCart {
    background: var(--bg-color) !important;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    width: 450px !important;
    max-width: 90vw !important;
}

.offViewProduct #offcanvasBottomLabel,
.offCart #offcanvasRightLabel {
    color: var(--text-color) !important;
}

.offViewProduct .offcanvas-header,
.offCart .offcanvas-header {
    border-bottom: 1px solid var(--bg2-color);
}

.offViewProduct button,
.offCart button[type="button"] {
    background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>") center/1em auto no-repeat;
}

.offViewProduct .offcanvas-body i {
    padding: 25px;
    font-size: 90px;
    background: var(--bg2-color);
    border-radius: 6px;
    color: var(--primary-color);
}

.offViewProduct .offcanvas-body p.name {
    color: var(--text-color);
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
}

.offViewProduct .offcanvas-body p.value {
    color: var(--text-color);
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
}

.offViewProduct .offcanvas-body p.value span {
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 700;
}

.offViewProduct .offcanvas-body .tags {
    display: flex;
    margin: 10px 0px;
    justify-content: start;
    gap: 0.3rem;
}

.offViewProduct .offcanvas-body .tags span {
    background: var(--primary-color);
    color: var(--bg-color);
    font-weight: 700;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.offViewProduct .offcanvas-body .btn.add-cart {
    outline: none;
    border: none;
    display: flex;
    align-self: center;
    align-self: center;
    background: var(--bg-color);
    gap: 10px;
    width: fit-content;
    margin-left: auto;
}

.offViewProduct .offcanvas-body .btn.add-cart i {
    font-size: 27px;
    color: var(--text-color);
    padding: 5px;
    transition: all 300ms ease-in-out;
}

.offViewProduct .offcanvas-body .btn.add-cart span {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 500;
    align-self: center;
}

.offViewProduct .offcanvas-body .btn.add-cart:hover i {
    background: var(--primary-color);
}

.offViewProduct .offcanvas-body .viewScript-content {
    margin-top: 30px;
    padding: 30px 14px;
}

.offViewProduct .offcanvas-body .nav-tabs {
    border-bottom: 1px solid transparent;
}

.offViewProduct .offcanvas-body .nav-tabs button {
    position: relative;
    display: flex;
    background: transparent;
    align-self: center;
    align-items: center;
    border: none;
    gap: 9px;
    margin-right: 30px;
}

.offViewProduct .offcanvas-body .nav-tabs button i {
    padding: 7px;
    font-size: 18px;
    border-radius: 5px;
    background: var(--bg-color);
    color: var(--text-color);
    transition: all 300ms ease-in-out;
}

.offViewProduct .offcanvas-body .nav-tabs button.active i {
    background: var(--primary-color);
}

.offViewProduct .offcanvas-body .nav-tabs button span {
    color: var(--text-color);
    font-weight: 500;
    font-size: 15px;
}

.offViewProduct .offcanvas-body .nav-tabs button::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: var(--bg-color);
    bottom: 0px;
    left: 40%;
    transition: all 300ms ease-in-out;
}

.offViewProduct .offcanvas-body .nav-tabs button:nth-child(1).active::after {
    background: var(--primary-color);
}

.offViewProduct .offcanvas-body .viewProductInfo {
    padding: 40px 20px;
    color: var(--text-color);
    opacity: 0.8;
}

.offViewProduct .offcanvas-body .viewProductInfo p {
    margin-bottom: 5px;
}

.offViewProduct .offcanvas-body .viewProductInfo ul {
    margin: 1rem 0px;
}

.offViewProduct .offcanvas-body .viewProductInfo iframe,
.offViewProduct .offcanvas-body .viewProductInfo img.viewImage {
    width: 100% !important;
    min-height: 450px !important;
    max-height: 450px !important;
    cursor: pointer;
    transition: all 500ms ease-in-out;
    border-radius: 6px;
    margin-top: 20px;
}

.offViewProduct .offcanvas-body .viewProductInfo ul.timeline .desc {
    font-weight: 400;
}

.offViewProduct .offcanvas-body .viewProductInfo .review-card {
    background: var(--bg2-color);
    border-radius: 7px;
    margin-top: 20px;
    padding: 20px;
}

.offViewProduct .offcanvas-body .viewProductInfo .review-card .user {
    display: flex;
    align-self: center;
    align-items: center;
    gap: 10px;
}

.offViewProduct .offcanvas-body .viewProductInfo .user img {
    width: 40px;
    border-radius: 1000px;
    border: 3px solid var(--primary-color);
}

.offViewProduct .offcanvas-body .viewProductInfo .user p.name {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.7px;
}

.offViewProduct .offcanvas-body .viewProductInfo .content {
    padding: 10px 15px;
}

.offViewProduct .offcanvas-body .viewProductInfo .content .review {
    color: var(--text-color);
}

.offViewProduct .offcanvas-body .viewProductInfo .stars {
    display: flex;
    align-items: center;
    align-self: center;
    gap: 2px;
    margin: 2px 15px;
}

.offViewProduct .offcanvas-body .viewProductInfo .stars i {
    font-size: 20px;
    padding: 0px;
}

.offViewProduct .offcanvas-body .viewProductInfo .stars i {
    color: var(--text-color);
}

.offViewProduct .offcanvas-body .viewProductInfo .stars i.selected {
    color: var(--primary-color);
}

.offCart .title {
    color: var(--text-color) !important;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 1.5rem !important;
    font-family: "Montserrat", sans-serif;
}

.offCart .itens {
    display: flex;
    flex-direction: column;
    gap: 1rem !important;
    margin-bottom: 1.5rem !important;
}

.offCart .itens .item {
    display: flex;
    align-items: center;
    background: var(--bg2-color);
    border-radius: 12px !important;
    padding: 1rem !important;
    transition: all 300ms ease-in-out;
    gap: 1rem !important;
    min-height: 60px !important;
}

.offCart .itens .item:hover {
    border: 1px solid var(--primary-color);
}

.offCart .itens .item i {
    color: var(--primary-color);
    font-size: 32px !important;
    min-width: 40px;
    text-align: center;
}

.offCart .itens .item .name {
    margin-bottom: 0px;
    color: var(--text-color);
    font-weight: 600 !important;
    font-size: 16px !important;
    flex-grow: 1;
    line-height: 1.3;
}

.offCart .itens .item .value {
    margin-bottom: 0px;
    color: var(--primary-color) !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    white-space: nowrap;
}

.offCart .checkout {
    margin-top: 2rem !important;
    padding-top: 1.5rem !important;
    border-top: 1px solid var(--bg2-color);
}

.offCart .checkout label {
    color: var(--text-color);
    font-weight: 500;
    font-size: 14px;
    margin: 1rem 0 0.5rem 0 !important;
}

.offCart .checkout input {
    width: 100%;
    background: var(--bg2-color);
    border-radius: 10px;
    padding: 12px !important;
    color: var(--text-color);
    border: 2px solid transparent;
    box-shadow: none;
    outline: none;
    margin-bottom: 1rem !important;
}

.offCart .checkout input.success{
    border: 2px solid #24632f;
}

.offCart .checkout .btn {
    background: var(--bg2-color);
    color: var(--text-color);
    font-weight: 500;
    text-align: center;
    border-radius: 10px !important;
    border: 1px solid transparent;
    padding: 12px !important;
    width: 100%;
    margin-top: 1rem !important;
    transition: all 300ms ease-in-out;
}

.offCart .checkout .btn.active {
    background: var(--primary-color);
}

.offCart .checkout .btn:hover {
    border: 1px solid var(--primary-color);
}

.offCart .checkout .value-area {
    background: var(--bg2-color);
    border-radius: 12px !important;
    padding: 1.5rem !important;
    margin-top: 2rem !important;
}

.offCart .checkout .value-area p.info {
    color: var(--text-color);
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    margin-bottom: 0.75rem !important;
    opacity: 0.8;
    font-size: 15px !important;
}

.offCart .checkout .value-area p.info:last-child {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 500;
    opacity: 1;
}

.offCart .checkout button.btn.finalizar {
    background: var(--primary-color);
    border: none !important;
    margin-top: 1.5rem !important;
    padding: 15px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

@keyframes testing {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 750px) {
    body .website-content{
        padding: 0px 25px !important;
    }
    body .home img.imge{
        display: none;
    }
    body .products{
        padding: 0px 10px;
    }
    
    /* Melhorias responsivas para o carrinho */
    .offCart {
        width: 95vw !important;
        max-width: 95vw !important;
    }
    
    .offCart .offcanvas-body {
        padding: 1rem !important;
    }
    
    .offCart .title {
        font-size: 20px !important;
        margin-bottom: 1rem !important;
    }
    
    .offCart .itens .item {
        padding: 0.75rem !important;
        min-height: 55px !important;
    }
    
    .offCart .itens .item .name {
        font-size: 14px !important;
    }
    
    .offCart .itens .item .value {
        font-size: 14px !important;
    }
    
    .offCart .itens .item i {
        font-size: 28px !important;
        min-width: 35px;
    }
    
    .offCart .checkout .value-area {
        padding: 1rem !important;
    }
    
    .offCart .checkout .value-area p.info {
        font-size: 14px !important;
    }
}

/* Estilos para filtros de categoria */
.category-filters {
    padding: 0;
}

.category-btn {
    background: rgba(50, 6, 116, 0.1);
    border: 2px solid transparent;
    color: var(--text-color);
    padding: 12px 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    margin: 4px;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.category-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(77, 1, 254, 0.2), transparent);
    transition: left 0.5s ease;
}

.category-btn:hover::before {
    left: 100%;
}

.category-btn:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(77, 1, 254, 0.3);
}

.category-btn.active {
    background: linear-gradient(45deg, var(--primary-color), #3d00cc);
    border-color: var(--primary-color);
    color: white;
    box-shadow: 0 4px 15px rgba(77, 1, 254, 0.4);
    transform: translateY(-1px);
}

.category-btn.active:hover {
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(77, 1, 254, 0.5);
}

.category-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.category-btn:hover i {
    transform: scale(1.1);
}

.category-btn.active i {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Responsividade para filtros de categoria */
@media (max-width: 768px) {
    .category-filters {
        justify-content: center !important;
        padding: 0 10px;
    }
    
    .category-btn {
        font-size: 12px;
        padding: 10px 16px;
        margin: 3px;
    }
    
    .category-btn span {
        display: none;
    }
    
    .category-btn i {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .category-btn {
        padding: 8px 12px;
        margin: 2px;
    }
}

/* Badge de categoria nos produtos */
.product-category-badge {
    display: inline-block;
    background: linear-gradient(45deg, var(--primary-color), #3d00cc);
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 12px;
    margin-bottom: 12px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(77, 1, 254, 0.3);
}

/* Estilos específicos para área do cliente */
.client-category-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(50, 6, 116, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(77, 1, 254, 0.1);
}

.client-category-filters .category-btn {
    font-size: 13px;
    padding: 10px 18px;
}

@media (max-width: 768px) {
    .client-category-filters {
        padding: 15px 10px;
    }
    
    .client-category-filters .category-btn {
        font-size: 11px;
        padding: 8px 14px;
    }
    
    .client-category-filters .category-btn span {
        display: none;
    }
}