/**
 * artesanou-global.css
 * Componentes das p?ginas internas (header2 / root 16px).
 * Gerado a partir de artesanou.css + classes de componente do tema.
 * Sem resets globais (html, body, form, header, section, etc.).
 */

/* ?????? Breadcrumb ?????? */
.breadcrumb-nav {
    color: #8e8e8e;
    border-bottom: 0;
    margin: 0.5rem 0 1rem;
}
.breadcrumb-nav .breadcrumb {
    margin-bottom: 0;
    padding: 0.5rem 0;
    border-radius: 0;
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.breadcrumb-nav .breadcrumb-item {
    font-size: 0.75rem;
    letter-spacing: -0.01em;
    line-height: 1.5;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.breadcrumb-nav .breadcrumb-item + .breadcrumb-item { padding-left: 0.75rem; }
.breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
    color: inherit;
    padding-right: 0.75rem;
    content: "/";
    font-size: 0.75rem;
}
.breadcrumb-nav .breadcrumb-item a { color: #6c757d; text-decoration: none; }
.breadcrumb-nav .breadcrumb-item a:hover { color: #DE6854; }
.breadcrumb-nav .breadcrumb-item.active,
.breadcrumb-nav .breadcrumb-item.active a { color: #4A3B32; }
.breadcrumb-nav .fas.fa-home { font-size: 0.875rem; }

/* ?????? Busca listagem ?????? */
.search-box { margin-bottom: 1.25rem; }
.search-box .input-group {
    display: flex; width: 100%; border: 1px solid #EAD5CC;
    border-radius: 999px; overflow: hidden; background: #fff;
}
.search-box .form-control {
    flex: 1; border: 0; box-shadow: none; padding: 0.75rem 1.25rem;
    font-size: 0.9375rem; color: #4A3B32; background: transparent;
}
.search-box .form-control:focus { box-shadow: none; outline: none; }
.search-box .btn {
    border: 0; border-radius: 0; padding: 0.75rem 1.5rem;
    font-size: 0.875rem; font-weight: 600; background: #DE6854; color: #fff !important;
}
.search-box .btn:hover { background: #C95A48; }

/* ?????? Sidebar subcategorias ?????? */
.left-box { margin-bottom: 1.5rem; }
.shop-left-sidebar h5 {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 1.125rem; font-weight: 400; color: #2f203c; margin: 0 0 0.75rem;
}
.shop-left-sidebar .category-list,
.shop-left-sidebar ul.category-list { list-style: none; margin: 0; padding: 0; }
.shop-left-sidebar .category-list li { margin: 0 0 0.5rem; padding: 0; }
.shop-left-sidebar .category-list a {
    color: #6B554B; font-size: 0.875rem; text-decoration: none;
}
.shop-left-sidebar .category-list a:hover { color: #DE6854; }
.custom-padding { padding: 0; }

/* ?????? Card listagem ?????? */
.product-default { color: #6B554B; margin-bottom: 1.5rem; height: 100%; }
.product-default a { color: inherit; text-decoration: none; }
.product-default a:hover { color: #DE6854; text-decoration: none; }
.product-default figure { position: relative; display: block; margin: 0 0 0.75rem; }
.product-default figure > a:first-child { display: block; width: 100%; position: relative; height: auto; }
.image-container {
    width: 100%; aspect-ratio: 1 / 1; position: relative; overflow: hidden;
    background-color: #FBF3EF; border: 1px solid #F5E6E0; border-radius: 0.75rem;
}
@supports not (aspect-ratio: 1 / 1) {
    .image-container { padding-bottom: 100%; height: 0; }
}
.image-container img,
.product-default figure .image-container img {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover; object-position: center; display: block; margin: 0;
    max-width: none; border-radius: 0.75rem;
}
.product-badges-right { pointer-events: none; }
.product-badges-right .product-wishlist-btn,
.product-badges-right .product-badge { pointer-events: auto; }
.product-wishlist-btn {
    display: flex; align-items: center; justify-content: center;
    width: 2rem; height: 2rem; background: #fff; border-radius: 50%;
    border: 1px solid #eee; box-shadow: 0 1px 4px rgba(0,0,0,0.12);
    color: #bbb; font-size: 0.875rem; text-decoration: none; cursor: pointer;
    z-index: 20; padding: 0; line-height: 1;
}
.product-wishlist-btn:hover { color: #e53935; transform: scale(1.05); text-decoration: none; }
.product-wishlist-btn.favorited,
.product-wishlist-btn.deleteWishlist { color: #e53935; }
.product-details {
    display: flex; flex-direction: column; align-items: flex-start;
    padding: 0 0.15rem; text-align: left;
}
.product-default .category-wrap { width: 100%; white-space: nowrap; margin-bottom: 0.25rem; }
.product-default .category-list {
    font-weight: 500; font-size: 0.6875rem; line-height: 1.4; opacity: 0.8;
    text-transform: uppercase; letter-spacing: 0.04em; color: #8C6D60;
    text-overflow: ellipsis; overflow: hidden;
}
.product-default .product-title, .product-title {
    max-width: 100%; font-weight: 600; font-size: 0.9375rem;
    font-family: 'Inter','Poppins',sans-serif; line-height: 1.35; margin: 0 0 0.35rem; color: #4A3B32;
}
.product-default .product-title a {
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    overflow: hidden; color: inherit;
}
.product-default .product-title a:hover { color: #DE6854; }
.product-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; margin-bottom: 8px; }
.product-card-tag {
    display: inline-block; padding: 3px 10px; border: 1px solid #b8860b;
    border-radius: 999px; background: #fff; color: #b8860b;
    font-size: 0.6875rem; font-weight: 500; line-height: 1.3;
}
.product-card-tag--frete, .product-card-tag--digital { border-color: #2e7d32; color: #2e7d32; }
.product-card-tag--imediato { border-color: #0c5460; color: #0c5460; }
.product-card-tag--production { border-color: #b8860b; color: #b8860b; }
.ratings-container { line-height: 1; margin: 0 0 0.5rem; position: relative; display: inline-flex; align-items: center; gap: 0.5rem; }
.ratings-container .product-ratings,
.ratings-container .ratings {
    position: relative;
    display: inline-block;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    height: 1em;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.ratings-container .product-ratings::before {
    content: "\f005\f005\f005\f005\f005";
    color: rgba(0, 0, 0, 0.16);
}
.ratings-container .ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}
.ratings-container .ratings::before {
    content: "\f005\f005\f005\f005\f005";
    color: #DE6854;
}
.rating-link {
    font-size: 0.8125rem;
    color: #8C6D60;
    text-decoration: none;
}
.rating-link:hover { color: #DE6854; }
.tooltiptext { display: none; }
.price-box { margin: 0.25rem 0 0; font-weight: 600; line-height: 1.3; width: 100%; }
.price-box .price { margin: 0; font-size: 0.9375rem; font-weight: 600; color: #4A3B32; }
.price-box .theme-color { color: #2f203c; font-weight: 700; }
.price-box del { color: #BCA397; font-weight: 500; font-size: 0.8125rem; margin-left: 0.35rem; }
.pagination { display: flex; justify-content: center; align-items: center; margin-top: 1.25rem; padding: 0; list-style: none; }
.pagination ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: nowrap; gap: 0.35rem; align-items: center; }
.pagination li {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 2.25rem; height: 2.25rem; border: 1px solid #DE6854; border-radius: 0.375rem;
    padding: 0 0.5rem; color: #DE6854; font-size: 0.875rem; background: #fff;
    line-height: 1; box-sizing: border-box; vertical-align: middle;
}
.pagination li a,
.pagination li span { color: inherit; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 100%; line-height: 1; }
.pagination li.active { background: #DE6854; color: #fff; border-color: #DE6854; }
.pagination li.disabled { opacity: 0.45; pointer-events: none; }

/* Pagina??o premium (home2) */
.art-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 1.5rem 0 0.5rem;
}

.art-pagination__list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.art-pagination__item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    background: transparent;
}

.art-pagination__btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.65rem;
    margin: 0;
    border: 1.5px solid #DE6854;
    border-radius: 0.65rem;
    background: #fff;
    color: #DE6854;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.art-pagination__item.is-active .art-pagination__btn {
    background: #DE6854;
    border-color: #DE6854;
    color: #fff;
}

.art-pagination__item.is-disabled .art-pagination__btn {
    opacity: 0.4;
    cursor: default;
}

.art-pagination__item:not(.is-disabled):not(.is-active) .art-pagination__btn:hover {
    background: #FFF5F2;
    color: #C95A48;
    border-color: #C95A48;
}

.home2-page .search-page__pagination .art-pagination,
.home2-page .account-page .art-pagination,
.home2-page .store-page__content .art-pagination {
    margin-top: 1.75rem;
}
.home2-page .container { max-width: 100%; padding-left: 0; padding-right: 0; }

/* Banner da loja full-bleed (sai do h2-container) */
.home2-page .store-page {
    margin-top: 0;
}

.home2-page .store-page__banner-wrap {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.home2-page .store-page__banner,
.home2-page .store-page #banner-store {
    width: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: center center;
}

@media (min-width: 768px) {
    .home2-page .store-page__banner,
    .home2-page .store-page #banner-store {
        min-height: 260px;
        background-size: cover;
    }
}

.home2-page .store-page__identity {
    margin-top: -3.5rem;
}

.home2-page .store-page__avatar-link {
    margin-left: 0;
}

/* Pastas: sem animacao Porto (opacity:0) e carousel visivel */
.home2-page .store-folders .appear-animate {
    opacity: 1;
}

.home2-page .store-folders .folder-slider.owl-carousel {
    display: block;
}

.home2-page .store-folders .folder-slider:not(.owl-loaded) {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    align-items: flex-start;
}

.home2-page .store-folders .folder-slider:not(.owl-loaded) .product-folder {
    width: auto;
    flex: 0 0 auto;
}

@media (min-width: 1200px) {
    .col-xl-4col { flex: 0 0 25%; max-width: 25%; }
    .col-xl-5col { flex: 0 0 20%; max-width: 20%; }
    .col-xl-7col { flex: 0 0 14.2857%; max-width: 14.2857%; }
    .col-xl-8col { flex: 0 0 12.5%; max-width: 12.5%; }
}


/* ?? Checkout / frete (classes artesanou sem arquivo pr?prio) ?? */
.checkout-body { font-size: 1rem; }
.checkout-container {
    border-radius: 0.75rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.06);
}
.border_verde { border-left: 4px solid #28a745 !important; }
.box-gray, .box_enderecos {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    padding: 0.875rem 1rem;
}
.box-borda-gray {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 1rem;
}
.input-radio { width: 1.125rem; height: 1.125rem; accent-color: #DE6854; }
.div_retorno_fretes, .fretes, .freights { margin-top: 0.75rem; }
.link-artesnaou { color: #DE6854; font-weight: 600; text-decoration: none; }
.link-artesnaou:hover { color: #C95A48; text-decoration: underline; }
.inner-header .breadcrumbs a { color: #6c757d; text-decoration: none; font-size: 0.875rem; }
.inner-header .breadcrumbs a:hover { color: #DE6854; }
.ec-vendor-setting-card h4,
.ec-vendor-setting-card h5,
.checkout-container h4,
.checkout-container h5 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #2f203c;
    margin-bottom: 0.75rem;
}
.checkout-container .form-group label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #4A3B32;
}
.checkout-container .form-control {
    font-size: 0.9375rem;
}

/* Auth */
.form-input {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    border: 1px solid #EAD5CC;
    border-radius: 0.5rem;
    color: #4A3B32;
    background: #fff;
}
.form-wide { width: 100%; }
.login-container {
    max-width: 28rem;
    margin: 2rem auto;
    padding: 1.5rem;
    background: #fff;
    border-radius: 0.75rem;
    border: 1px solid #F5E6E0;
}
.create-account-link { font-size: 0.9375rem; color: #6B554B; }
.create-account-link strong { color: #DE6854; }

/* Cart extras */
.table-cart { font-size: 0.875rem; }
.table-cart .product-title { font-size: 0.9375rem; margin: 0; }
.button-remove-cart {
    border: 0; background: transparent; color: #DE6854; cursor: pointer; font-size: 1rem;
}
.bg-icon-section h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2f203c;
    margin-bottom: 1rem;
}

/* Coupons */
.coupon-code-section { margin: 1rem 0; }
.coupon-code-input { font-family: monospace; font-size: 0.9375rem; }
.copy-coupon-btn { font-size: 0.875rem; }

/* Quem somos / static fallbacks */
.quem-somos-page { font-size: 1rem; line-height: 1.6; color: #444; }

/* =========================================================
   artesanou.css (escala rem 62.5% -> 16px)
   ========================================================= */
.artesanou-img-product{
    width:200px;
    height:200px;
    background-size: cover;
    background-position: center center;
}

/* Garantir que o figure n?o interfira na propor??o */
.product-default figure {
    position: relative;
    margin-bottom: 1rem;
}

.product-default figure > a:first-child {
    display: block !important;
    width: 100% !important;
    position: relative;
    height: auto !important;
}

.image-container {
    width: 100%;
    aspect-ratio: 1 / 1; /* Propor??o 1:1 (quadrado) - m?todo moderno */
    position: relative;
    overflow: hidden; /* Corta qualquer parte da imagem que ultrapasse o container */
    background-color: #f5f5f5; /* Cor de fundo para imagens transparentes ou menores */
    border: 1px solid #ddd; /* Opcional: borda para visualiza??o */
    border-radius: 10px;
}

/* Fallback para navegadores antigos que n?o suportam aspect-ratio */
@supports not (aspect-ratio: 1 / 1) {
    .image-container {
        padding-bottom: 100%; /* Cria propor??o 1:1 usando padding */
        height: 0;
    }
}

.image-container img,
.product-default figure .image-container img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important; 
    height: 100% !important; 
    object-fit: cover !important; /* Preenche o container, mantendo a propor??o */
    object-position: center !important; /* Centraliza a imagem */
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

.product-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
  margin-bottom: 8px;
}

.product-card-tag {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #b8860b;
    border-radius: 999px;
    background: #fff;
    color: #b8860b;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
}

.product-card-tag--frete {
    border-color: #2e7d32;
    color: #2e7d32;
}

.product-card-tag--digital {
    border-color: #2e7d32;
    color: #2e7d32;
}

.product-card-tag--imediato {
    border-color: #0c5460;
    color: #0c5460;
}

.product-card-tag--production {
    border-color: #b8860b;
    color: #b8860b;
}

/* Sobrescrever estilos do style.css que podem interferir */
.product-default figure .image-container img:first-child,
.product-default figure .image-container img:last-child {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.image-container-mini {
    height: 100px; /* Altura fixa */
    overflow: hidden; /* Corta qualquer parte da imagem que ultrapasse o container */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5; /* Cor de fundo para imagens transparentes ou menores */
    border: 1px solid #ddd; /* Opcional: borda para visualiza??o */
}

.image-container-mini img {
    width: 100%; /* Largura total */
    height: 100%; /* Altura total */
    object-fit: cover; /* Preenche o container, mantendo a propor??o */
    object-position: center; /* Centraliza a imagem */
}

/* ?cones de formas de pagamento na p?gina do produto */
.payment-methods-icons {
    gap: 0.9375rem;
}
.payment-methods-icons .payment-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
    font-size: 1.5rem;
}
.payment-methods-icons .payment-icon i {
    color: #495057;
}
.payment-methods-icons .payment-icon-pix,
.payment-methods-icons .payment-icon-card {
    display: block;
    height: 1.5rem;
    width: auto;
}
.payment-methods-icons .payment-icon-cards {
    gap: 0.3125rem;
}

/* Esconde os inputs */
/* input[type="radio"] {
    display: none;
} */

/* Estiliza os labels como quadrados */
.color-box {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border 0.3s ease;
    border-radius: 4px;
}

/* Quando o input estiver selecionado, muda a borda */
input[type="radio"]:checked + .color-box {
    border: 2px solid #333;
}

.div-variants{
    padding:4px;
    border: 1px solid #fa7070;
    border-radius:3px
}

.variant-picker {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    margin-top: 0.3125rem;
    margin-bottom: 0.75rem;
    padding: 0.75rem 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.variant-picker-group {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.variant-picker-heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.3125rem;
    margin-bottom: 0.5rem;
}

.variant-picker-label {
    margin: 0;
    color: #333;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: none;
}

.variant-picker-selected {
    color: #222;
    font-size: 0.875rem;
    font-weight: 700;
}

.variant-picker-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.product-single-details .variant-picker-color,
.product-single-details .variant-picker-size {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
    color: #333;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.product-single-details .variant-picker-color {
    width: 3.5rem;
    height: 3.5rem;
}

.product-single-details .variant-picker-color:hover:not(.is-disabled),
.product-single-details .variant-picker-size:hover:not(.is-disabled) {
    border-color: #bbb;
}

.product-single-details .variant-picker-thumb {
    display: block;
    width: 100%;
    height: 100%;
}

.product-single-details .variant-picker-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-single-details .variant-picker-swatch {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border: none;
    border-radius: 0;
}

.product-single-details .variant-picker-size {
    min-width: auto;
    height: auto;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    font-weight: 500;
    white-space: nowrap;
}

.product-single-details .variant-picker-color.is-selected,
.product-single-details .variant-picker-size.is-selected {
    border-color: #fa7070 !important;
    box-shadow: 0 0 0 1px #fa7070 !important;
    background: #fff !important;
    color: #222 !important;
}

.product-single-details .variant-picker-size.is-selected {
    background: #fff !important;
    color: #222 !important;
    font-weight: 700;
}

.product-single-details .variant-picker-color.is-disabled,
.product-single-details .variant-picker-size.is-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}

.checkout-product-images {
    display: flex;
    gap: 0.375rem;
    align-items: center;
    flex-wrap: wrap;
}

.checkout-product-images .checkout-product-image {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
}

.border-artesanou{
    padding: 0.625rem;
    border: 1px solid #e7e7e7;
}

.border-artesanou-rosa{
    border: 1px solid #fa7070;
}

.folder-slider .product-folder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 4px 0 8px;
}

.folder-slider .product-folder__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.folder-slider .product-folder__link:hover {
    text-decoration: none;
    color: inherit;
}

.folder-slider .product-folder__figure {
    margin: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e8e8e8;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.folder-slider .product-folder__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.folder-slider .product-folder__label {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.3;
    color: #555;
    max-width: 88px;
    font-weight: 500;
}

.folder-slider .product-folder.is-active .product-folder__figure,
.folder-slider .product-folder__link:hover .product-folder__figure {
    border-color: #fa7070;
    box-shadow: 0 4px 14px rgba(250, 112, 112, 0.22);
}

.folder-slider .product-folder.is-active .product-folder__label {
    color: #fa7070;
    font-weight: 600;
}

/* legado ??? manter seletores antigos referenciados em outro lugar */
.folder-slider .product-folder figure {
    margin: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
}

.folder-slider .product-folder figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.folder-slider .product-folder h5 {
    margin-top: 8px;
    font-size: 12px;
    color: #555;
}

.img-store{
    margin: 0 auto;
    max-width: 150px; 
    max-height: 150px;
    border-radius: 50%; 
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ccc; 
}

.social-icon img{
    stroke: #fa7070;
    height: 14px;
}



.dashboard-content .btn-link {
    display: inline;
    padding: 0;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    vertical-align: top;
    white-space: normal;
  }
  .dashboard-content p {
    line-height: 1.75;
  }
  .dashboard-content p:first-child {
    margin-top: -0.125rem;
    margin-bottom: 1.5rem;
  }
  .dashboard-content .feature-box {
    padding-top: 2.1875rem;
    margin-bottom: 1.25rem;
    border: 2px solid #e7e7e7;
  }
  .dashboard-content .feature-box i {
    margin-bottom: 1.5625rem;
    color: #d3d3d4;
    font-size: 3.75rem;
    transition: transform 0.35s;
  }
  .dashboard-content .feature-box:hover i {
    transform: scale(1.15);
    transition: transform 0.35s;
  }
  
  .widget-dashboard h2 {
    margin-top: -1px;
    margin-bottom: 0.9375rem;
    font-size: 1rem;
  }
  .widget-dashboard .nav-item:last-child {
    margin-right: 2.1875rem;
  }
  .widget-dashboard .list {
    border-bottom: none;
  }
  .widget-dashboard .list a {
    padding: 0.625rem 0 0.6875rem;
    color: #777;
    letter-spacing: -0.025em;
    font-size: 0.875rem;
  }
  .widget-dashboard .list a:hover, .widget-dashboard .list a:focus {
    background: transparent;
  }
  .widget-dashboard .list a.active {
    color: #222524;
    font-weight: 700;
  }
  .widget-dashboard li:last-child a {
    border-bottom: 0;
  }
  .widget-dashboard li {
    padding: 8px 0 8px 0;
  }
  .widget-dashboard li:before {
    display: none;
  }
  
  .account-container {
    margin-top: 2.625rem;
    margin-bottom: 2.5rem;
  }


table.table-cart {
  width: 100%;
  border-collapse: collapse;
}

table.table-cart td, table.table-cart th {
  vertical-align: middle;
  text-align: center; /* Opcional: centraliza horizontalmente */
  padding: 10px; /* Ajusta o espa?amento */
}

.ec-checkout-coupon{
  color: #fa7070 !important;
  font-weight: 400;
  cursor: pointer;
}


.wishlist-btn-delete{
  position: relative;
  right: 50px;
  background: #fff;
  padding: 5px;
  height: 30px;
  width: 30px;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  margin-top: 10px;
}

.product-badges-right {
    pointer-events: none;
}

.product-wishlist-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #eee;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    color: #bbb;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
    position: relative;
    z-index: 20;
    pointer-events: auto;
    padding: 0;
    line-height: 1;
}

.product-badges-right .product-badge {
    pointer-events: auto;
}

.product-wishlist-btn:hover {
    color: #e53935;
    transform: scale(1.05);
}

.product-wishlist-btn.favorited,
.product-wishlist-btn.deleteWishlist {
    color: #e53935;
}


.category-banner-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#banner-store{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  min-height: 150px;
}

.store-page #banner-store {
  min-height: 160px;
}

@media (min-width: 768px) {
  .store-page #banner-store {
    max-height: none;
    background-size: 100% auto;
  }
}

#banner-store-mobile{
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  min-height: 75px;
}


.home-slider img {
  height: 300px;
  width: 100%; /* Para manter a responsividade */
  object-fit: cover; /* Garante que a imagem cubra o espa?o corretamente */
}


@media (max-width: 1024px) {
  .home-slider img {
      height: 150px; /* Ajuste intermedi?rio para tablets */
  }
}

@media (max-width: 1200px) {
  .home-slider img {
      height: 200px;
  }
}

@media (max-width: 992px) {
  .home-slider img {
      height: 150px;
  }
}

@media (max-width: 768px) {
  .home-slider img {
      height: 150px;
  }
}

@media (max-width: 576px) {
  .home-slider img {
      height: 100px;
  }
}

@media (max-width: 375px) { 
  .home-slider img {
      height: 75px;
  }
}


.required {
   color: #777 !important; 
}

/* Estilos para mobile - remover ?cones de rede social e margin-bottom do form de busca */
@media (max-width: 991px) {
  /* Esconder ?cones de rede social no topo no mobile */
  .header-top .social-icons {
    display: none !important;
  }
  
  /* Remover margin-bottom do form de busca no mobile */
  .header-mobile-search form {
    margin-bottom: 0 !important;
  }
}

/* Estilos para mobile - ajustes na galeria de produto */
@media (max-width: 991px) {
  .product-page-layout .product-gallery-col,
  .product-page-layout .product-single-gallery,
  .product-page-layout .product-slider-container,
  .product-page-layout .product-single-carousel,
  .product-page-layout .product-single-carousel .owl-stage-outer {
    width: 100% !important;
    max-width: 100% !important;
  }

  .product-page-layout .product-gallery-col {
    margin-bottom: 0.3125rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-page-layout .product-single-gallery {
    margin-bottom: 0.625rem;
  }

  .product-page-layout .product-slider-container {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: auto;
    overflow: hidden !important;
    display: block !important;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
  }

  .product-page-layout .product-single-carousel {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  .product-page-layout .product-single-carousel .owl-stage-outer {
    overflow: hidden !important;
  }

  .product-page-layout .product-single-carousel .owl-stage {
    height: auto !important;
  }

  .product-page-layout .product-single-carousel .owl-item {
    height: auto !important;
  }

  .product-page-layout .product-single-carousel .product-item {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    line-height: 0;
  }

  .product-page-layout .product-single-gallery img,
  .product-page-layout .product-single-carousel .product-item img,
  .product-page-layout .product-single-carousel .product-single-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    cursor: default !important;
    pointer-events: none;
    display: block;
    margin: 0 auto;
  }

  .product-page-layout .owl-carousel .owl-height {
    /* altura controlada pelo autoHeight do Owl / JS */
  }

  /* Esconder miniaturas no mobile */
  .product-page-layout .prod-thumbnail {
    display: none !important;
  }
  
  /* Garantir que as setas de navega??o apare?am sempre no mobile */
  .product-single-gallery .product-single-carousel.show-nav-hover .owl-nav {
    opacity: 1 !important;
    visibility: visible !important;
  }
  
  .product-single-gallery .product-single-carousel .owl-nav {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }
  
  /* Ajustar posi??o e tamanho das setas no mobile */
  .product-single-gallery .product-single-carousel .owl-nav button {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
    font-size: 18px !important;
    color: #333 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  
  .product-single-gallery .product-single-carousel .owl-nav .owl-prev {
    left: 10px !important;
  }
  
  .product-single-gallery .product-single-carousel .owl-nav .owl-next {
    right: 10px !important;
  }
  
  .product-single-gallery .product-single-carousel .owl-nav button:hover {
    background-color: rgba(255, 255, 255, 1) !important;
    color: #08C !important;
  }
  
  .product-page-layout .prod-full-screen {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 12;
    cursor: pointer;
    opacity: 1 !important;
    transition: background-color 0.2s, box-shadow 0.2s;
  }

  .product-page-layout .prod-full-screen:hover {
    background-color: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  }

  .product-page-layout .prod-full-screen i {
    font-size: 18px;
    color: #333;
    cursor: pointer;
  }

  .product-single-details .product-title {
    font-size: 1.5625rem !important;
  }
  
  /* Barra fixa de compra no mobile */
  .product-single-details .product-buy-fixed--mobile {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background-color: #fff !important;
    padding: 15px !important;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1) !important;
    z-index: 999 !important;
    border-top: 1px solid #e7e7e7 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }

  .product-single-details .product-buy-fixed--mobile .product-buy-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    gap: 8px !important;
    width: 100% !important;
    margin-bottom: 0 !important;
  }

  .product-single-details .product-buy-fixed--mobile .product-cta-row {
    flex: 1 !important;
    min-width: 0 !important;
    width: auto !important;
    margin-bottom: 0 !important;
    align-items: center !important;
  }

  .product-single-details .product-buy-fixed--mobile .product-btn-buy {
    flex: 1 !important;
    height: 44px !important;
    padding: 0 0.75rem !important;
    font-size: 0.875rem !important;
  }
  
  .product-single-details .product-buy-fixed--mobile .view-cart2 {
    width: 100% !important;
    margin-top: 10px !important;
    margin-left: 0 !important;
  }

  .product-single-details .product-buy-fixed--mobile .add-btn {
    display: none !important;
  }

  .product-single-details .product-buy-fixed--mobile .openChatWithStore {
    padding: 12px !important;
    font-size: 0.875rem !important;
    white-space: nowrap !important;
  }
  
  /* C?lculo de frete n?o fica fixo - mant?m posi??o normal */
  .product-single-details > .product-action:not(:first-of-type) {
    position: relative !important;
    margin-bottom: 100px !important;
  }
  
  /* Espa?o para o bot?o fixo no mobile */
  .product-single-details {
    padding-bottom: 100px !important;
  }
  
  /* C?lculo de frete n?o fica fixo - mant?m posi??o normal */
  .product-single-details > .product-action:not(:first-of-type) {
    position: relative !important;
    margin-bottom: 0 !important;
  }
  
  /* Transformar abas em accordion no mobile */
  .product-single-tabs .nav-tabs {
    display: none !important;
  }
  
  .product-single-tabs .tab-content {
    border: none !important;
  }
  
  .product-single-tabs .tab-pane {
    display: block !important;
    opacity: 1 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .product-single-tabs .tab-pane:not(.show) .accordion-content {
    display: none !important;
  }
  
  /* Estilos do accordion header criado via JavaScript */
  .product-single-tabs .accordion-header {
    user-select: none;
    transition: background-color 0.3s;
  }
  
  .product-single-tabs .accordion-header:hover {
    background-color: #ebebeb !important;
  }
  
  .product-single-tabs .accordion-content {
    display: none;
  }
  
  .product-single-tabs .tab-pane.show .accordion-content {
    display: block !important;
  }
  
  /* Esconder busca no mobile na p?gina do carrinho */
  body.page-cart .header-mobile-search {
    display: none !important;
  }
  
  /* Esconder busca no mobile na p?gina de checkout */
  body.page-checkout .header-mobile-search {
    display: none !important;
  }
  
  /* Melhorias no layout do carrinho no mobile */
  body.page-cart .observation-form {
    transition: all 0.3s ease;
  }
  
  body.page-cart .add-observation-btn {
    border: 1px solid #007bff;
    color: #007bff;
    background-color: transparent;
  }
  
  body.page-cart .add-observation-btn:hover {
    background-color: #007bff;
    color: #fff;
  }
  
  body.page-cart .observation-form .d-flex.gap-2 {
    gap: 10px !important;
  }
  
  body.page-cart .cancel-observation-btn {
    flex: 0 0 auto;
    min-width: 80px;
  }
  
  /* Estilos para p?gina de login */
  .login-container .btn-success {
    width: 100% !important;
  }
  
  /* Destacar link "Criar Conta" no mobile */
  @media (max-width: 991px) {
    .login-container .create-account-link {
      display: inline-block;
      padding: 12px 24px;
      background-color: #28a745;
      color: #fff !important;
      border-radius: 4px;
      font-size: 1rem;
      font-weight: 600;
      text-decoration: none !important;
      margin-top: 10px;
      transition: background-color 0.3s;
    }
    
    .login-container .create-account-link:hover {
      background-color: #218838;
      color: #fff !important;
    }
    
    .login-container .create-account-link strong {
      color: #fff !important;
    }
    
    /* Ajustes no banner de cookies no mobile */
    #cookie-banner {
      bottom: 100px !important;
      padding: 10px 15px !important;
      font-size: 0.75rem !important;
      z-index: 998 !important;
      border: 1px solid #e7e7e7 !important;
      border-radius: 4px !important;
    }
    
    #cookie-banner #accept-cookies {
      font-size: 0.75rem !important;
      padding: 8px 16px !important;
      margin-top: 5px;
    }
  }
  
  /* Borda e sombra suave no banner de cookies em todos os dispositivos */
  #cookie-banner {
    border: 1px solid #e7e7e7 !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  }
}

.header-search-wrapper .search-product-type-select {
  width: 6.875rem;
  flex: 0 0 6.875rem;
}

.search-product-type-notice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7813rem;
  margin-bottom: 1.0938rem;
  padding: 0.7813rem 0.9375rem;
  font-size: 1.2em;
  background: #fafafa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.search-product-type-notice__icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1f3f5;
  color: #868e96;
  font-size: 1em;
}

.search-product-type-notice__content {
  flex: 1 1 10rem;
  min-width: 0;
}

.search-product-type-notice__badge {
  display: inline-block;
  margin-bottom: 0.2813rem;
  padding: 0.125rem 0.4063rem;
  border-radius: 999px;
  background: #f1f3f5;
  color: #6c757d;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.search-product-type-notice__title {
  margin: 0 0 0.2188rem;
  color: #343a40;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.35;
}

.search-product-type-notice__text {
  margin: 0;
  color: #6c757d;
  font-size: 0.92em;
  line-height: 1.5;
}

.search-product-type-notice__action {
  flex: 0 0 auto;
  width: 100%;
}

.search-product-type-notice__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 0.3438rem 0.7188rem;
  border: 1px solid #dee2e6;
  border-radius: 999px;
  background: #fff;
  color: #495057 !important;
  font-size: 0.92em;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.search-product-type-notice__btn:hover,
.search-product-type-notice__btn:focus {
  background: #f8f9fa;
  border-color: #ced4da;
  color: #343a40 !important;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .search-product-type-notice {
    flex-wrap: nowrap;
    padding: 0.8438rem 1.0938rem;
  }

  .search-product-type-notice__action {
    width: auto;
  }

  .search-product-type-notice__btn {
    width: auto;
    white-space: nowrap;
  }
}

/* Filtros da busca ??? desktop only */
.search-filters {
  position: sticky;
  top: 0.625rem;
  background: #fff;
  border: 1px solid #eee0da;
  border-radius: 14px;
  padding: 0.7188rem 0.6875rem 0.625rem;
  box-shadow: 0 4px 18px rgba(74, 59, 50, 0.04);
}

.search-filters__head {
  margin-bottom: 0.625rem;
  padding-bottom: 0.4688rem;
  border-bottom: 1px solid #f2e6e1;
}

.search-filters__heading {
  margin: 0;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4A3B32;
}

.search-filters__widget {
  margin-bottom: 0.7188rem;
  padding-bottom: 0.7188rem;
  border-bottom: 1px solid #f5ebe7;
}

.search-filters__widget--last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.search-filters__actions {
  margin-top: 0.25rem;
  padding-top: 0.85rem;
}

.search-filters__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.65rem;
  padding: 0.65rem 1rem;
  border: 0;
  border-radius: 999px;
  background: #DE6854;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.search-filters__submit:hover {
  background: #C95A48;
  box-shadow: 0 8px 18px rgba(222, 104, 84, 0.25);
}

.search-filters__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3125rem;
  margin-bottom: 0.4063rem;
}

.search-filters__title {
  margin: 0 0 0.4063rem;
  font-size: 0.5469rem;
  font-weight: 700;
  color: #4A3B32;
}

.search-filters__title-row .search-filters__title {
  margin-bottom: 0;
}

.search-filters__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-filters__item {
  margin: 0 0 0.125rem;
}

.search-filters__check {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin: 0;
  padding: 0.25rem 0.2813rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.525rem;
  font-weight: 400;
  color: #6B554B;
  line-height: 1.3;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.search-filters__check:hover {
  background: #FFF6F2;
  color: #4A3B32;
}

.search-filters__check input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

.search-filters__box {
  position: relative;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border: 1.5px solid #d9c7bf;
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.search-filters__box--radio {
  border-radius: 50%;
}

.search-filters__check:hover .search-filters__box {
  border-color: #DE6854;
}

.search-filters__check input:checked + .search-filters__box {
  border-color: #DE6854;
  background: #DE6854;
  box-shadow: 0 0 0 3px rgba(222, 104, 84, 0.16);
}

.search-filters__check input:checked + .search-filters__box::after {
  content: '';
  position: absolute;
  left: 4.5px;
  top: 1.5px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}

.search-filters__check input:checked + .search-filters__box--radio::after {
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.search-filters__check:has(input:checked) {
  background: #FFF6F2;
  color: #4A3B32;
  font-weight: 600;
}

.search-filters__label {
  flex: 1;
  min-width: 0;
}

.search-filters__more,
.search-filters__clear {
  display: inline-block;
  margin-top: 0.2188rem;
  padding: 0;
  border: 0;
  background: none;
  color: #DE6854;
  font-size: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.search-filters__clear {
  margin-top: 0;
}

.search-filters__more:hover,
.search-filters__clear:hover {
  color: #C95A48;
  text-decoration: underline;
}

.search-filters__list--pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2813rem;
}

.search-filters__list--pills .search-filters__item {
  margin: 0;
  flex: 1 1 auto;
}

.search-filters__pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0.3125rem 0.4688rem;
  border: 1px solid #ead5cc;
  border-radius: 999px;
  background: #fff;
  color: #6B554B;
  font-size: 0.5125rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
}

.search-filters__pill input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.search-filters__pill:hover {
  border-color: #DE6854;
  color: #DE6854;
}

.search-filters__pill.is-active {
  border-color: #DE6854;
  background: #DE6854;
  color: #fff;
}

@media (max-width: 767.98px) {
  .search-filters {
    display: none !important;
  }
}

.product-stock-notice-item {
  list-style: none;
  margin: 0.4688rem 0 0;
  padding: 0;
}

.product-single-details .product-stock-notice {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  color: #0c5460;
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
  border-radius: 4px;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: left;
  white-space: normal;
  word-break: normal;
}

.product-single-details .product-stock-notice strong {
  font-weight: 700;
  white-space: nowrap;
}

.store-filters-row .store-sort-select {
  width: 100%;
  font-size: 0.5469rem;
}

/* ===== P?gina de produto ??? layout ===== */
.product-page-layout {
  margin-bottom: 1.25rem;
}

.product-page-layout .product-single-gallery {
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .product-page-layout .product-single-gallery {
    margin-bottom: 0;
  }

  .product-page-layout .product-single-gallery {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .product-page-layout .product-single-gallery .prod-thumbnail.thumb-horizontal.owl-dots,
  .product-page-layout .product-single-gallery .prod-thumbnail.owl-dots {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 10px;
    order: 2;
  }

  .product-page-layout .product-single-gallery .prod-thumbnail.owl-dots > .owl-dot {
    display: block !important;
    flex: 0 0 76px !important;
    flex-shrink: 0 !important;
    max-width: 76px !important;
    width: 76px !important;
    height: 76px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    border-radius: 10px;
    float: none !important;
  }

  .product-page-layout .prod-thumbnail {
    order: 2;
    display: flex !important;
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    margin: 0;
    padding: 0;
    gap: 10px;
  }

  .product-page-layout.product-center-vertical .prod-thumbnail,
  .product-center-vertical .product-page-layout .prod-thumbnail {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 10px;
  }

  .product-page-layout.product-center-vertical .prod-thumbnail > .owl-dot,
  .product-center-vertical .product-page-layout .prod-thumbnail > .owl-dot {
    flex: 0 0 76px !important;
    max-width: 76px !important;
    width: 76px !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .product-page-layout.product-center-vertical .product-slider-container,
  .product-center-vertical .product-page-layout .product-slider-container {
    width: 100% !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    order: 1;
  }

  .product-page-layout .prod-thumbnail > .owl-dot {
    flex: 0 0 76px !important;
    max-width: 76px !important;
    width: 76px !important;
    height: 76px !important;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
  }

  .product-page-layout .prod-thumbnail > .owl-dot:last-child {
    margin-right: 0;
  }

  .product-page-layout .prod-thumbnail img {
    width: 76px !important;
    height: 76px !important;
    min-width: 76px;
    min-height: 76px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    border: 2px solid #e7e7e7;
  }

  .product-page-layout .prod-thumbnail .owl-dot.active img,
  .product-page-layout .prod-thumbnail img:hover {
    border-color: #08C;
  }

  .product-page-layout .product-slider-container {
    flex: 0 0 auto;
    width: 100%;
    order: 1;
    background: #f5f5f5;
    border-radius: 14px;
    overflow: hidden;
    border: none !important;
    height: auto !important;
    min-height: 0;
    aspect-ratio: auto;
    position: relative;
    display: block;
    padding: 10px;
  }

  .product-page-layout .product-single-carousel {
    width: 100%;
    height: auto !important;
  }

  .product-page-layout .product-single-carousel .owl-stage-outer,
  .product-page-layout .product-single-carousel .owl-stage,
  .product-page-layout .product-single-carousel .owl-item,
  .product-page-layout .product-slider-container .product-item {
    max-height: none !important;
  }

  .product-page-layout .product-single-carousel .owl-stage,
  .product-page-layout .product-single-carousel .owl-item,
  .product-page-layout .product-slider-container .product-item {
    height: auto !important;
  }

  .product-page-layout .product-single-carousel .owl-stage-outer {
    overflow: hidden !important;
  }

  .product-page-layout .product-slider-container .product-item {
    display: block !important;
    line-height: 0;
  }

  .product-page-layout .product-slider-container .product-item img,
  .product-page-layout .product-slider-container .product-single-image {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: transparent;
    cursor: default !important;
    transform: none !important;
    pointer-events: none;
    display: block;
    margin: 0 auto;
  }

  .product-page-layout .owl-carousel .owl-height {
    /* altura definida via JS (autoHeight) */
  }

  .product-page-layout .prod-full-screen {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 12;
    cursor: pointer;
    opacity: 1 !important;
    transition: background-color 0.2s, box-shadow 0.2s;
  }

  .product-page-layout .prod-full-screen:hover {
    background-color: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  }

  .product-page-layout .prod-full-screen i {
    font-size: 18px;
    color: #333;
    cursor: pointer;
  }

  .product-page-layout .zoomContainer,
  .product-page-layout .zoomWindowContainer,
  .product-page-layout .zoomLens,
  .product-page-layout .zoomWindow,
  body:has(.product-page-layout) .zoomContainer,
  body:has(.product-page-layout) .zoomWindowContainer,
  body:has(.product-page-layout) .zoomLens,
  body:has(.product-page-layout) .zoomWindow {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

.product-page-layout .product-single-image {
  cursor: default !important;
}

@media (min-width: 992px) {
  .product-page-layout .product-hero-row {
    align-items: flex-start;
  }

  .product-page-layout .product-hero-row > .product-gallery-col {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  .product-page-layout .product-hero-row > .product-single-details {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  .product-page-layout .product-page-bottom > .product-page-description-col {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  .product-page-layout .product-page-bottom > .product-page-sidebar-col {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-page-layout .product-single-gallery {
    position: sticky;
    top: 110px;
    z-index: 2;
  }

  .product-page-bottom {
    align-items: flex-start;
  }

  .product-page-sidebar-col {
    position: sticky;
    top: 110px;
    align-self: flex-start;
  }
}

.product-page-layout .product-single-details .product-title {
  font-size: 1.625rem;
  line-height: 1.25;
  width: 100%;
  margin-bottom: 0.5rem;
}

.product-page-ratings {
  margin-bottom: 0.75rem !important;
}

.product-price-block {
  margin-bottom: 0.75rem;
}

.product-price-block .price-box {
  margin-bottom: 0.25rem;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.product-price-block .price-currency {
  font-size: 1.125rem;
  font-weight: 600;
  color: #222529;
}

.product-price-block .new-price {
  font-size: 2rem !important;
  font-weight: 700;
  line-height: 1;
}

.product-price-block .old-price {
  font-size: 1rem !important;
  text-decoration: line-through;
}

.product-discount-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.5rem;
  border-radius: 999px;
  background: #d4edda;
  color: #155724;
  font-size: 0.75rem;
  font-weight: 700;
}

.product-installment {
  margin: 0;
  color: #777;
  font-size: 0.875rem;
}

.product-availability-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.3125rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 0;
}

.product-status-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 0.75rem;
}

.product-feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.3125rem 0.625rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.product-feature-tag--digital,
.product-feature-tag--shipping {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}

.product-feature-tag--immediate {
  color: #0c5460;
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
}

.product-feature-tag--encomenda {
  color: #e65100;
  background-color: #fff3e0;
  border: 1px solid #ffcc80;
}

.product-availability-badge--available {
  background: #d4edda;
  color: #155724;
}

.product-availability-badge--unavailable {
  background: #f8d7da;
  color: #721c24;
}

.product-availability-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.product-info-badges {
  margin-bottom: 0.75rem;
}

.product-info-badges li {
  margin-bottom: 0.3125rem;
}

.product-production-info {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin-bottom: 0.9375rem;
}

.product-production-info__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  flex-shrink: 0;
}

.product-production-info__text {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.product-production-info__text strong {
  font-size: 0.9375rem;
  color: #222529;
}

.product-production-info__text span {
  font-size: 0.8125rem;
  color: #777;
}

.product-freight-box {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 0.875rem 1rem;
  margin-bottom: 1rem;
}

.product-freight-box__header {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 0.25rem;
}

.product-freight-box__header i {
  color: #08C;
}

.product-freight-box__header strong {
  font-size: 0.9375rem;
  color: #222529;
}

.product-freight-box__hint {
  margin: 0 0 0.625rem;
  color: #777;
  font-size: 0.8125rem;
}

.product-freight-box__form {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

.product-freight-box__form .form-control {
  border-radius: 999px;
  max-width: 180px;
  height: 42px;
}

.product-freight-box__form .btn {
  border-radius: 999px;
  padding: 0 1.125rem;
  white-space: nowrap;
}

.home2-page .product-freight-box__header i {
  color: #DE6854;
}

.home2-page .product-freight-box__btn {
  background: #DE6854 !important;
  border-color: #DE6854 !important;
  color: #fff !important;
  font-size: 0.8125rem;
  font-weight: 700;
  height: 2.5rem;
  padding: 0 1rem !important;
  border-radius: 999px !important;
  line-height: 1;
}

.home2-page .product-freight-box__btn:hover,
.home2-page .product-freight-box__btn:focus {
  background: #C95A48 !important;
  border-color: #C95A48 !important;
  color: #fff !important;
}

.home2-page #freight_product {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 0.65rem;
}

.home2-page .product-freight-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.4rem 0.65rem;
  border: 1px solid #F2DDD4;
  border-radius: 0.5rem;
  background: #fff;
  font-size: 0.8125rem;
  line-height: 1.3;
}

.home2-page .product-freight-option__name {
  font-weight: 700;
  color: #4A3B32;
  min-width: 0;
}

.home2-page .product-freight-option__meta {
  color: #6B554B;
  white-space: nowrap;
  font-weight: 500;
}

.home2-page .product-freight-option--error {
  border-color: #f5c6cb;
  background: #fff8f8;
}

.home2-page .product-freight-option--error .product-freight-option__meta {
  color: #b43a2f;
  white-space: normal;
}

.product-buy-actions {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  margin-bottom: 0.625rem;
}

.product-buy-actions .product-qty-row {
  margin-bottom: 0;
  flex: 0 0 auto;
}

.product-buy-actions .product-cta-row {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
  align-items: center;
}

.product-buy-actions .product-btn-buy {
  height: 44px;
  padding: 0 1.25rem !important;
}

.product-buy-actions .product-wishlist-circle {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
}

.product-buy-actions .product-wishlist-circle a {
  width: 44px;
  height: 44px;
}

.product-qty-row {
  margin-bottom: 0.75rem;
}

.product-qty-label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #222529;
  margin-bottom: 0.375rem;
}

.product-page-layout .product-single-qty {
  max-width: 140px;
}

.product-page-layout .product-single-qty .horizontal-quantity {
  border-radius: 999px;
  text-align: center;
  height: 44px;
}

.product-cta-row {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
  margin-bottom: 0.625rem;
}

.product-btn-buy {
  flex: 1;
  border-radius: 999px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  padding: 0.75rem 1.25rem !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.product-btn-buy.btn-success,
.product-btn-buy.btn-success:hover,
.product-btn-buy.btn-success:focus,
.product-btn-buy.btn-success:active {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: #fff !important;
  box-shadow: none !important;
}

.product-btn-buy.btn-success:hover,
.product-btn-buy.btn-success:focus {
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
}

.product-btn-buy:before {
  display: none !important;
}

.product-btn-buy.disabled,
.product-btn-buy[aria-disabled="true"] {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
}

.product-variant-stock-alert {
  margin-bottom: 0.75rem;
  padding: 0.75rem 0.875rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 10px;
}

.product-variant-stock-alert strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.1875rem;
}

.product-variant-stock-alert__hint {
  display: block;
  font-size: 0.875rem;
  color: #856404;
}

.artesanou-toast-popup {
  min-width: 340px !important;
  padding: 0.875rem 1rem !important;
  border-radius: 12px !important;
}

.artesanou-toast-popup--error {
  border-bottom: 4px solid #dc3545 !important;
}

.artesanou-toast-title {
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.artesanou-toast-icon {
  width: 1.5rem !important;
  height: 1.5rem !important;
  min-width: 1.5rem !important;
  margin-right: 0.5rem !important;
}

.artesanou-toast-icon .swal2-icon-content {
  font-size: 1rem !important;
}

.product-wishlist-circle {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  margin: 0 !important;
}

.product-wishlist-circle a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  background: #fff;
  color: #222529;
  text-decoration: none;
}

.product-wishlist-circle a span {
  display: none;
}

.product-wishlist-circle a i {
  font-size: 1.25rem;
}

.product-btn-whatsapp {
  width: 100%;
  border-radius: 999px !important;
  background-color: #25D366 !important;
  border-color: #25D366 !important;
  color: #fff !important;
  margin-bottom: 0.5rem;
}

.product-payment-box {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 0.75rem 0.875rem;
  margin: 0.75rem 0;
}

.product-payment-box__title {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #888;
}

.product-payment-box .payment-methods-icons .payment-icon {
  background: transparent;
  border: none;
  padding: 0;
}

.product-payment-box__note {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  color: #777;
}

.product-share-section {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  flex-wrap: wrap;
  margin: 1rem 0 0.625rem;
  position: relative;
}

.product-share-label {
  color: #5a4d4a;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
}

.product-page-layout .product-share-section .product-share-icons,
.product-page-layout.product-center-vertical .product-share-section .social-icons {
  position: static !important;
  top: auto !important;
  right: auto !important;
  transform: none !important;
  z-index: auto !important;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 0;
}

.product-share-icons .social-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  background: #fff !important;
  color: #5a4d4a !important;
  font-size: 0.875rem;
  line-height: 1 !important;
  border: 1px solid #e8e8e8 !important;
  padding: 0;
  margin: 0 !important;
  cursor: pointer;
  transition: opacity 0.2s ease;
  overflow: hidden;
  vertical-align: middle;
  box-shadow: none;
}

.product-share-icons .social-icon i {
  display: block;
  line-height: 1;
  font-size: 0.9375rem;
  color: #5a4d4a !important;
  pointer-events: none;
}

.product-share-icons .social-icon:hover,
.product-share-icons .social-icon:focus {
  opacity: 0.75;
  outline: none;
  background: #fff !important;
  color: #5a4d4a !important;
  border-color: #e8e8e8 !important;
}

.product-share-icons .social-pinterest,
.product-share-icons .social-whatsapp,
.product-share-icons .social-facebook,
.product-share-icons .social-twitter,
.product-share-icons .social-copy {
  background: #fff !important;
  color: #5a4d4a !important;
  border: 1px solid #e8e8e8 !important;
}

.product-share-icons .social-copy i {
  color: #5a4d4a !important;
  font-size: 0.875rem;
}

.product-share-icons .product-share-icon-x {
  display: block;
  width: 16px;
  height: 16px;
  color: #5a4d4a;
  flex-shrink: 0;
}

.product-share-copied {
  display: none;
  font-size: 0.75rem;
  color: #4a6b35;
  font-weight: 600;
}

.product-share-section.is-copied .product-share-copied {
  display: inline-block;
}

.product-trust-block {
  margin-bottom: 1rem;
}

.product-trust-block strong {
  display: block;
  font-size: 0.9375rem;
  color: #222529;
}

.product-trust-block span {
  font-size: 0.8125rem;
  color: #777;
}

.product-store-card {
  background: #f7f4f2;
  border-radius: 12px;
  padding: 0.625rem 0.75rem;
  margin-top: 0.3125rem;
}

.product-store-card__header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.75rem;
}

.product-store-card__row {
  display: flex;
  align-items: center;
  gap: 0;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  overflow: hidden;
  min-height: 3.25rem;
}

.product-store-card__brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  flex: 1.35 1 0;
  min-width: 0;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  color: inherit;
  border-right: 1px solid #eee;
}

.product-store-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid #EAD5CC;
  flex-shrink: 0;
}

.product-store-card__name {
  font-size: 0.875rem;
  font-weight: 700;
  color: #222529;
  text-decoration: none;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-store-card__stats {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 0.75rem;
  overflow: visible;
}

.product-store-card__stat {
  flex: 1;
  text-align: center;
  padding: 0.5rem 0.25rem;
  border-right: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.product-store-card__stat:last-child {
  border-right: 0;
}

.product-store-card__stat strong {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.15;
  color: #222529;
}

.product-store-card__stat span {
  display: block;
  font-size: 0.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #888;
  line-height: 1.2;
  margin-top: 0.125rem;
}

.product-store-card__stat-action {
  display: block;
  color: inherit;
  text-decoration: none;
}

.product-store-card__stat-action:hover,
.product-store-card__stat-action:focus {
  text-decoration: none;
  outline: none;
}

.product-store-card__stat-action:hover strong,
.product-store-card__stat-action:focus strong {
  color: #08C;
}

.product-store-card__stat-action strong i {
  font-size: 0.9375rem;
  line-height: 1;
}

.product-store-card__links {
  display: flex;
  justify-content: space-between;
  gap: 0.625rem;
  font-size: 0.75rem;
  margin-top: 0.125rem;
}

.product-store-card__links a:first-child {
  color: #08C;
}

.product-store-card__links a:last-child {
  color: #777;
}

.product-section-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #222529;
  margin-bottom: 0.9375rem;
}

.product-page-bottom {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}

.product-page-tabs .nav-tabs {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0;
}

.product-page-tabs .nav-tabs .nav-link {
  font-size: 0.875rem;
  padding: 0.625rem 0;
  margin-right: 1.25rem;
  color: #888;
}

.product-page-tabs .nav-tabs .nav-link.active {
  color: #222529;
  border-bottom-color: #08C;
}

.product-page-tabs .tab-content {
  padding-top: 0.9375rem;
}

.product-page-tabs .product-desc-content {
  color: #333;
  font-size: 0.9375rem;
  line-height: 1.7;
}

.product-store-more__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.product-store-more__title {
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 0;
  color: #222529;
}

.product-store-more__link {
  font-size: 0.8125rem;
  color: #08C;
  font-weight: 600;
}

.product-store-more__item {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  background: #f5f5f5;
  border-radius: 12px;
  padding: 0.625rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
}

.product-store-more__item:hover {
  background: #ececec;
  text-decoration: none;
  color: inherit;
}

.product-store-more__item img {
  width: 92px;
  height: 92px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.product-store-more__item-info {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  min-width: 0;
}

.product-store-more__item-title {
  font-size: 0.8125rem;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-store-more__item-old {
  font-size: 0.75rem;
  color: #999;
  text-decoration: line-through;
}

.product-store-more__item-price {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #222529;
}

@media (max-width: 991px) {
  .product-status-tags {
    gap: 0.3125rem;
    margin-bottom: 0.625rem;
  }

  .product-feature-tag,
  .product-availability-badge {
    font-size: 0.6875rem;
    padding: 0.2813rem 0.5625rem;
  }

  .product-share-section {
    gap: 0.625rem;
    margin: 0.75rem 0 0.5rem;
  }

  .product-share-icons .social-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }

  .product-buy-inline {
    margin: 0.5rem 0 0.75rem;
  }

  .product-buy-inline .product-buy-actions {
    margin-bottom: 0;
  }

  .product-page-layout .product-buy-fixed--mobile {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .product-page-layout .product-buy-fixed--mobile .product-buy-actions {
    width: 100%;
  }

  .product-cta-row {
    width: auto;
    flex: 1;
    min-width: 0;
  }

  .product-freight-box__form {
    flex-wrap: wrap;
  }

  .product-freight-box__form .form-control {
    flex: 1;
    min-width: 140px;
    max-width: none;
  }

  .product-page-tabs .nav-tabs {
    display: none !important;
  }
}

/* Modal de v?deo do produto */
.product-video-modal .modal-dialog {
  max-width: 720px;
  width: calc(100% - 1.25rem);
  margin: 0.625rem auto;
}

.product-video-modal--vertical .modal-dialog {
  --product-video-modal-header: 3.4375rem;
  width: min(90vw, 360px, calc((100vh - var(--product-video-modal-header)) * 9 / 16));
  max-width: min(90vw, 360px, calc((100vh - var(--product-video-modal-header)) * 9 / 16));
  margin: 0.3125rem auto;
}

body.product-video-modal-open #productVideoModal {
  z-index: 10060 !important;
}

body.product-video-modal-open .modal-backdrop.show {
  z-index: 10050 !important;
  opacity: 0.75 !important;
}

body.product-video-modal-open .product-buy-fixed--mobile,
body.product-video-modal-open .product-single-details .product-buy-fixed--mobile {
  z-index: 900 !important;
}

.product-video-modal__content {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  max-height: calc(100vh - 0.9375rem);
  display: flex;
  flex-direction: column;
}

.product-video-modal--vertical .product-video-modal__content {
  max-height: calc(100vh - 0.625rem);
  overflow: hidden;
}

.product-video-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  padding: 12px 16px;
  background: #1a1a1a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.product-video-modal__title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

.product-video-modal__body {
  padding: 0;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.product-video-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
  height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.product-video-modal__close:hover,
.product-video-modal__close:focus {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  outline: none;
}

.product-video-modal__close i {
  font-size: 14px;
  line-height: 1;
}

.product-video-modal__embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}

.product-video-modal--vertical .product-video-modal__body {
  background: #000;
  flex: 0 0 auto;
  min-height: auto;
  overflow: visible;
}

.product-video-modal--vertical .product-video-modal__embed {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  height: auto;
  aspect-ratio: 9 / 16;
}

.product-video-modal__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.product-video-thumb {
  flex: 0 0 76px !important;
  max-width: 76px !important;
  width: 76px !important;
  height: 76px !important;
  padding: 0;
  margin: 0;
  border: 2px solid #ee4d2d;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #ff424f 0%, #ee4d2d 100%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-video-thumb:hover,
.product-video-thumb:focus {
  border-color: #d73211;
  outline: none;
  box-shadow: 0 2px 10px rgba(238, 77, 45, 0.35);
}

.product-video-thumb__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.product-video-thumb__icon i {
  margin-left: 3px;
  font-size: 22px;
  color: #fff;
}

@media (max-width: 991px) {
  .product-page-layout .prod-thumbnail.prod-thumbnail--has-video {
    display: flex !important;
    margin-top: 0.4688rem;
  }
}

/* Logo Artesanou no header */
.header-middle > .container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.header-middle .header-left {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  margin-right: 0.4688rem;
}

.header-middle .header-right {
  flex: 1 1 auto;
  min-width: 0;
}

.header-middle .logo {
  display: block;
  width: 185px;
  max-width: 185px;
  flex-shrink: 0;
}

.header-middle .logo img {
  display: block;
  height: 100px;
  width: 185px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.sticky-header.fixed .logo {
  max-width: 185px;
}

.sticky-header.header-middle.fixed {
  height: auto;
  min-height: 60px;
}

.header-middle {
  padding-top: 0.5rem;
  padding-bottom: 0.375rem;
}

@media (min-width: 992px) {
  .header-middle .header-right {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .header-middle .header-search-inline.header-search {
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 0.75rem;
  }

  .header-middle .header-search-inline form {
    width: 100%;
    padding-left: 0;
  }

  .header-middle .header-search-inline .header-search-wrapper {
    width: 100%;
  }

  .header-middle .header-search-inline .form-control {
    min-width: 0;
    flex: 1 1 auto;
    max-width: none;
    width: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .header-middle .header-search .select-custom {
    min-width: 96px;
    flex: 0 0 96px;
  }

  .header-middle .header-search-wrapper .search-product-type-select {
    width: 5.3125rem;
    flex: 0 0 5.3125rem;
  }

  .header-middle .header-right > .header-icon,
  .header-middle .header-right > .header-dropdown,
  .header-middle .header-right > .cart-dropdown {
    flex-shrink: 0;
  }
}

@media (max-width: 991px) {
  .header-middle .logo {
    width: 130px;
    max-width: 130px;
  }

  .header-middle .logo img {
    height: 70px;
    width: 130px;
  }
}

@media (max-width: 767px) {
  .header-middle .logo {
    max-width: 130px;
  }
}

@media (max-width: 575px) {
  .header-middle .logo {
    width: 111px;
    max-width: 111px;
  }

  .header-middle .logo img {
    height: 60px;
    width: 111px;
  }
}

/* ===== P?gina da loja ===== */
.store-page {
  margin-bottom: 1.25rem;
}

.store-page__banner-wrap {
  position: relative;
  background: #f3f3f3;
  overflow: hidden;
}

.store-page__banner {
  width: 100%;
  min-height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}

@media (min-width: 768px) {
  .store-page__banner {
    max-height: none;
    background-size: 100% auto;
  }
}

.store-page__profile {
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0.3125rem;
}

.store-page__identity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: -3.5rem;
  margin-bottom: 0.875rem;
}

.store-page__avatar-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 7rem;
  height: 7rem;
  line-height: 0;
  border-radius: 0.875rem;
  border: 3px solid #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
  background: #fff;
  overflow: hidden;
}

.store-page__avatar {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.store-page__identity-text {
  min-width: 0;
  width: 100%;
}

.store-page__info {
  width: 100%;
}

.store-page__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222529;
  margin: 0 0 0.375rem;
  line-height: 1.25;
}

.store-page__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.875rem;
  margin-bottom: 0.5rem;
  color: #777;
  font-size: 0.8125rem;
}

.store-page__meta-item i {
  margin-right: 4px;
  color: #aaa;
}

.store-page__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem 1rem;
  margin-bottom: 0.625rem;
  font-size: 0.8125rem;
  color: #555;
}

.store-page__stat {
  display: inline-flex;
  align-items: center;
  gap: 0.2188rem;
  color: inherit;
  text-decoration: none;
}

.store-page__stat:hover {
  color: #fa7070;
  text-decoration: none;
}

.store-page__stat strong {
  font-weight: 700;
  color: #222529;
}

.store-page__stat .fa-star {
  color: #f5a623;
  font-size: 0.75rem;
}

.store-page__stat .icon-chat {
  color: #aaa;
  font-size: 0.75rem;
  line-height: 1;
}

.store-page__description {
  color: #666;
  font-size: 0.8438rem;
  line-height: 1.6;
  margin-bottom: 0.625rem;
  max-width: 720px;
}

.store-page__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.25rem;
}

.store-page__action-link {
  font-size: 0.8125rem;
  color: #fa7070;
  font-weight: 600;
  text-decoration: none;
}

.store-page__action-link:hover {
  color: #e53935;
  text-decoration: underline;
}

.store-folders {
  margin: 0.5rem 0 0.375rem;
  padding: 0.25rem 0 0;
  border-top: 1px solid #f0f0f0;
}

.store-folders .folder-slider .owl-nav button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff !important;
  border: 1px solid #e7e7e7 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.store-page__content {
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .store-page__content {
    padding-top: 1rem;
  }
}

.store-page__section-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #222529;
  margin-bottom: 0.875rem;
}

.store-page__filters {
  margin-bottom: 1rem;
}

.store-page__filters-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.5rem;
}

.store-page__search {
  position: relative;
  flex: 1 1 220px;
  min-width: 0;
}

.store-page__search i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 1rem;
  pointer-events: none;
  z-index: 1;
  line-height: 1;
}

.store-page__search .form-control {
  height: 44px;
  padding-left: 40px;
  border-radius: 999px;
  border: 1px solid #ddd;
  font-size: 0.8438rem;
  box-shadow: none;
}

.store-page__search .form-control:focus {
  border-color: #fa7070;
  box-shadow: 0 0 0 2px rgba(250, 112, 112, 0.15);
}

.store-page__sort {
  flex: 0 0 180px;
}

.store-page__sort .form-control {
  height: 44px;
  border-radius: 999px;
  border: 1px solid #ddd;
  font-size: 0.8125rem;
}

.store-page__search-btn {
  flex: 0 0 auto;
  height: 44px;
  padding: 0 1rem;
  border-radius: 999px;
  font-weight: 600;
  white-space: nowrap;
}

.store-page__products {
  margin-left: -8px;
  margin-right: -8px;
}

.store-page__products > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.store-page__empty {
  color: #888;
  font-size: 0.875rem;
  padding: 1.875rem 0;
}

.store-ratings-page__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #F2DDD4;
}

.store-ratings-page__eyebrow {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8A7368;
}

.store-ratings-page__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #4A3B32;
  line-height: 1.2;
}

.store-ratings-page__summary {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 1rem;
  background: #FFF6F2;
  border: 1px solid #F2DDD4;
  border-radius: 0.75rem;
}

.store-ratings-page__avg {
  font-size: 1.75rem;
  font-weight: 700;
  color: #DE6854;
  line-height: 1;
}

.store-ratings-page__summary-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.8125rem;
  color: #6B554B;
}

.store-ratings-page__stars,
.store-rating-card__stars {
  display: inline-flex;
  gap: 0.15rem;
  color: #DE6854;
  font-size: 0.8125rem;
}

.store-rating-card__star--off {
  opacity: 0.22;
}

.store-ratings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.875rem;
}

@media (min-width: 768px) {
  .store-ratings-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1100px) {
  .store-ratings-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.125rem;
  }
}

.store-rating-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  background: #fff;
  border: 1px solid #F2DDD4;
  border-radius: 1rem;
  padding: 0.9rem;
  box-shadow: 0 1px 2px rgba(74, 59, 50, 0.04);
  transition: border-color 0.2s, box-shadow 0.2s;
  min-width: 0;
}

.store-rating-card:hover {
  border-color: #EAD5CC;
  box-shadow: 0 8px 24px rgba(74, 59, 50, 0.06);
}

.store-rating-card__top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.store-rating-card__avatar {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF6F2;
  color: #DE6854;
  font-size: 0.8125rem;
  font-weight: 700;
  border: 1px solid #F2DDD4;
}

.store-rating-card__who {
  min-width: 0;
}

.store-rating-card__name-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.2rem;
}

.store-rating-card__name {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #4A3B32;
}

.store-rating-elo7-tag {
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8A7368;
  background: #FDFBF7;
  border: 1px solid #EAD5CC;
  border-radius: 999px;
  padding: 0.15rem 0.45rem;
}

.store-rating-card__text {
  color: #5C4A40;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.store-rating-card__media {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 0.65rem;
  background: #FDFBF7;
  border: 1px solid #F5E6E0;
  padding: 0;
  cursor: zoom-in;
  flex-shrink: 0;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.store-rating-card__media:hover {
  border-color: #DE6854;
  box-shadow: 0 4px 12px rgba(222, 104, 84, 0.16);
  transform: translateY(-1px);
}

.store-rating-card__media:focus {
  outline: 2px solid rgba(222, 104, 84, 0.35);
  outline-offset: 2px;
}

.store-rating-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.store-rating-lightbox {
  background: transparent;
  border: 0;
  box-shadow: none;
  position: relative;
  text-align: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.store-rating-lightbox__close {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #4A3B32;
  font-size: 1.5rem;
  line-height: 1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.store-rating-lightbox__img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(920px, 92vw);
  max-height: min(80vh, 720px);
  object-fit: contain;
  border-radius: 0.75rem;
  background: transparent;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.store-rating-lightbox__caption {
  margin: 0.75rem 0 0;
  color: #fff;
  font-size: 0.875rem;
}

#ratingLightboxModal .modal-dialog {
  width: auto;
  max-width: min(960px, 94vw);
  margin-left: auto;
  margin-right: auto;
}

#ratingLightboxModal .modal-content {
  background: transparent;
  width: fit-content;
  margin: 0 auto;
}

.store-rating-card__reply {
  margin-top: 0.15rem;
  padding: 0.75rem 0.85rem;
  border-radius: 0.75rem;
  background: #FDFBF7;
  border-left: 3px solid #DE6854;
}

.store-rating-card__reply-label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #DE6854;
}

.store-rating-card__reply p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #5C4A40;
}

.store-ratings-empty {
  text-align: center;
  padding: 3rem 1rem;
  border: 1px dashed #EAD5CC;
  border-radius: 1rem;
  background: #FFF6F2;
}

.store-ratings-empty__icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #DE6854;
  border: 1px solid #F2DDD4;
}

.store-ratings-empty h3 {
  margin: 0 0 0.35rem;
  font-size: 1.125rem;
  color: #4A3B32;
}

.store-ratings-empty p {
  margin: 0;
  color: #8A7368;
  font-size: 0.875rem;
}

.home2-page .store-ratings-page .store-page__section-title {
  display: none;
}

@media (max-width: 767px) {
  .store-page__identity {
    margin-top: -2.5rem;
    gap: 0.75rem;
  }

  .store-page__banner,
  .store-page #banner-store {
    min-height: 100px;
  }

  .store-page__avatar-link {
    width: 5rem;
    height: 5rem;
    border-radius: 0.75rem;
  }

  .store-page__title {
    font-size: 1.125rem;
  }

  .store-page__meta,
  .store-page__stats {
    font-size: 0.75rem;
    gap: 0.25rem 0.625rem;
  }

  .store-page__description {
    font-size: 0.7813rem;
  }

  .store-page__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .store-page__filters-inner {
    flex-direction: column;
    gap: 0.4063rem;
  }

  .store-page__search,
  .store-page__sort {
    flex: 0 0 auto;
    width: 100%;
  }

  .store-page__search-btn {
    width: 100%;
  }

  .folder-slider .product-folder__figure {
    width: 60px;
    height: 60px;
  }

  .folder-slider .product-folder__label {
    font-size: 11px;
    max-width: 72px;
  }
}

@media (min-width: 992px) {
  .store-page__identity {
    margin-top: -3.75rem;
  }

  .store-page__avatar-link {
    width: 7.5rem;
    height: 7.5rem;
  }
}


/* =========================================================
   Componentes tema (style.css) ? s? classes usadas
   ========================================================= */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: 0;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../../../../www.portotheme.com/html/porto_ecommerce/assets/images/owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  color: #222529;
  font-size: 1.875rem;
}
.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #222529;
  margin: 0;
  font-size: 1.875rem;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-] i:before {
  margin: 0;
  width: auto;
}
.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover {
  background: transparent;
  color: #222529;
  text-decoration: none;
}
.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-theme .owl-nav .owl-next {
  right: 0;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 1.5625rem;
}
.owl-theme .owl-dots {
  line-height: 1;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 2px 2px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.3s ease;
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot span:before {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.2188rem;
  margin-left: -0.2188rem;
  background-color: #08C;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s;
  border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  border-color: #08C;
  background: transparent;
}
.owl-theme .owl-dots .owl-dot.active span:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.owl-theme.owl-theme-light .owl-dots .owl-dot span {
  border-color: #fff;
  background: transparent;
}
.owl-theme.owl-theme-light .owl-dots .owl-dot span:before {
  border-color: #fff;
}
.owl-theme.owl-theme-light .owl-dots .owl-dot.active span, .owl-theme.owl-theme-light .owl-dots .owl-dot:hover span {
  border-color: #08C;
  background: transparent;
}
.owl-theme.owl-theme-light .owl-dots .owl-dot.active span:before {
  border-color: #08C;
}
/*
 *  Bootstrap TouchSpin - v4.2.5
 *  A mobile and touch friendly input spinner component for Bootstrap 3 & 4.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by Istv?n Ujj-M?sz?ros
 *  Under Apache License v2.0 License
 */
/* This CSS file is unnecessary if you are not using vertical buttons functionality */
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11;
}
.bootstrap-touchspin.input-group {
  max-width: 68px;
  padding-right: 20px;
  margin-bottom: 0;
}
.bootstrap-touchspin .form-control {
  text-align: center;
  margin-bottom: 0;
  height: 2.625rem;
  max-width: 46px;
  padding: 0.6875rem 0.625rem;
}
.bootstrap-touchspin .form-control:not(:focus) {
  border-color: #ccc;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  position: absolute;
  right: 0;
  height: 1.25rem;
  padding: 0;
  width: 1.25rem;
  text-align: center;
  font-size: 0.75rem;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn:before {
  position: relative;
  margin: 0;
  width: auto;
  line-height: 1;
  width: auto;
  top: -0.0625rem;
  margin-right: -0.125rem;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  top: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  bottom: 0;
}
.appear-animate {
  opacity: 0;
}
.owl-dots .owl-dot,
.owl-nav .owl-prev,
.owl-nav .owl-next {
  outline: none;
}
.form-input {
  padding: 0.625rem 0.75rem;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.form-wide {
  width: 100%;
}
.minipopup-box .product-action .btn {
  min-width: 120px;
  letter-spacing: 0.025em;
  font-size: 11.2px;
  padding: 11.2px 22.4px;
}
.minipopup-box .product-action .btn.viewcart {
  background-color: #efefef;
  color: #000;
}
.minipopup-box .product-action .btn.checkout {
  float: right;
}
.login-popup .form-input {
  height: 42px;
}
.mfp-ajax-product .product-single-container {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  max-height: calc( 100vh - 2.5rem );
  overflow-y: auto;
}
.product-intro.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0;
}
.product-intro.owl-carousel.owl-theme .owl-dots {
  top: -58px;
  position: absolute;
  right: 0;
}
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid;
  background: none;
  margin: 5px 2px;
  border-radius: 7px;
  border-color: rgba(0, 68, 102, 0.4);
  transition: opacity 0.2s;
}
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border-color: #08C;
}
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span:before, .product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span:before {
  display: none;
}
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span:after, .product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span:after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 3px;
  right: 3px;
  top: 3px;
  border-radius: 10px;
  background-color: #08C;
}
.product-intro.owl-carousel.owl-theme .owl-nav {
  color: #333;
  font-size: 1.5rem;
}
.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev,
.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
  opacity: 0;
  transition: opacity 0.2s, transform 0.4s;
  top: 30%;
  width: 30px;
}
.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
  text-align: left;
  left: -30px;
  padding-right: 30px;
  transform: translateX(-10px);
}
.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
  text-align: right;
  right: -30px;
  padding-left: 30px;
  transform: translateX(10px);
}
.product-intro.owl-carousel.owl-theme:hover .owl-prev,
.product-intro.owl-carousel.owl-theme:hover .owl-next {
  transform: translateX(0);
  opacity: 1;
}
.product-panel .section-title {
  color: #313131;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
}
.product-panel .section-title h2 {
  font-weight: 700;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.01em;
  line-height: 22px;
  text-transform: uppercase;
}
.product-default .label-group {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.product-default .product-label {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
  padding: 5px 11px;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  border-radius: 12px;
}
.product-default .product-label.label-hot {
  background-color: #2ba968;
}
.product-default .product-label.label-sale {
  background-color: #da5555;
}
.product-default .product-label.label-number {
  display: flex;
  position: relative;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 1rem;
  background-color: #08C;
  color: #fff;
}
.product-default .product-label.label-number span {
  margin-left: 1px;
}
.product-default .product-action {
  position: relative;
  margin-bottom: 0.9375rem;
  color: #333;
  text-align: center;
}
.product-default .btn-add-cart,
.product-default .btn-icon-wish,
.product-default .btn-quickview {
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  color: #6f6e6b;
  line-height: 34px;
}
.product-default:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i {
  display: none;
}
.product-default .btn-add-cart {
  display: inline-block;
  padding: 0 0.875rem;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.25s ease;
}
.product-default .btn-add-cart i {
  font-size: 0.9375rem;
  margin-bottom: 2px;
  line-height: 0;
}
.product-default .btn-add-cart i:before {
  margin: 0 4px 0 0;
  font-weight: 800;
}
.product-default:hover .btn-add-cart {
  background: #2b2b2d;
  border-color: #2b2b2d;
  color: #fff;
}
.product-default:hover .btn-add-cart.product-type-simple i {
  display: inline-block;
}
.product-default:hover .product-action a {
  opacity: 1;
}
.product-default:hover .product-action a.btn-icon-wish {
  left: -40px;
}
.product-default:hover .product-action a.btn-quickview {
  right: -40px;
}
.old-price {
  text-decoration: line-through;
  font-size: 0.875rem;
  letter-spacing: 0.005em;
  color: #999;
  margin-right: 3px;
}
.product-single-qty {
  display: inline-block;
  max-width: 104px;
  vertical-align: middle;
}
.product-single-qty .bootstrap-touchspin.input-group {
  flex-wrap: nowrap;
  max-width: none;
  padding-right: 0;
}
.product-single-qty .bootstrap-touchspin .form-control {
  width: 2.7em;
  height: 36px;
  padding: 10px 2px;
  color: #222529;
  font-size: 0.875rem;
  font-family: Poppins, sans-serif;
  text-align: center;
}
.product-single-qty .bootstrap-touchspin .form-control,
.product-single-qty .bootstrap-touchspin .form-control:not(:focus),
.product-single-qty .btn-outline:not(:disabled):not(.disabled):active {
  border-color: #dae2e6;
}
.product-single-qty .btn {
  width: 2.2em;
  padding: 0;
}
.product-single-qty .btn.btn-down-icon:hover:before, .product-single-qty .btn.btn-down-icon:hover:after,
.product-single-qty .btn.btn-up-icon:hover:before,
.product-single-qty .btn.btn-up-icon:hover:after {
  background-color: #08C;
}
.product-single-qty .btn.btn-outline {
  border-color: #e7e7e7;
}
.product-single-qty .btn.btn-down-icon:after,
.product-single-qty .btn.btn-up-icon:before,
.product-single-qty .btn.btn-up-icon:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  margin-left: -0.3438rem;
  background: #222529;
  content: "";
}
.product-single-qty .btn.btn-up-icon:before {
  transform: rotate(90deg);
}
.product-single-qty .horizontal-quantity::-webkit-outer-spin-button, .product-single-qty .horizontal-quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.divide-line.up-effect .product-default .product-action {
  transition: 0.3s;
  opacity: 0;
}
.divide-line.up-effect .product-default:hover .product-action {
  opacity: 1;
}
.inner-icon .btn-add-cart,
.inner-icon .btn-icon-wish,
.inner-icon .btn-quickview {
  background-color: transparent;
}
.left-details .btn-icon-wish,
.left-details .btn-quickview,
.left-details .btn-add-cart {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: black;
}
.left-details .btn-add-cart {
  margin-left: 0;
  padding: 0 0.9375rem;
}
.hidden-description:hover .btn-add-cart {
  background-color: #f4f4f4;
}
.hidden-description .product-action {
  position: absolute;
  left: 0;
  bottom: -46px;
  width: 100%;
}
.hidden-description .btn-add-cart {
  z-index: 3;
  justify-content: center;
  margin: 0;
  width: 50%;
  height: 45px;
  border: none;
  background: #f4f4f4;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
}
.hidden-description .btn-add-cart:hover {
  background-color: #08C;
  color: #fff;
}
.overlay .product-details .product-category,
.overlay .product-details .product-title a,
.overlay .product-details .product-price {
  color: #fff;
}
.overlay-dark .product-details .product-category,
.overlay-dark .product-details .product-title a,
.overlay-dark .product-details .product-price {
  color: #fff;
}
.quantity-input .product-single-qty {
  margin: 0 0 0.625rem;
}
.quantity-input .btn-add-cart {
  margin: 0 0 0.625rem 2px;
}
.quantity-input .btn-add-cart:hover {
  background-color: #08C;
  border-color: #08C;
  color: #fff;
}
.product-list:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i {
  display: block;
}
.product-list .product-action {
  margin-bottom: 0;
}
.product-list .btn-add-cart {
  margin: 0 3px 5px 0;
  padding: 0 0.875rem;
  background-color: #08C;
  border-color: #08C;
  color: #fff;
}
.product-list:hover .product-action a.btn-icon-wish {
  left: 0;
}
.product-widget .old-price {
  font-size: 0.75rem;
}
.product-quick-view .product-single-filter label {
  margin-right: 0;
}
.product-quick-view .product-single-details .product-title {
  width: 100%;
}
.product-quick-view .view-cart {
  padding: 13px 10px;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
.product-quick-view .product-single-details .product-single-filter:last-child {
  margin-left: -1px;
}
.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
    right: 10px;
  }
.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
    right: -30px;
  }
.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
    right: 10px;
  }
.product-quick-view .product-single-details {
    position: absolute;
    right: 0;
    height: 100% !important;
    overflow-y: auto;
  }
.product-quick-view .product-single-details::-webkit-scrollbar {
    height: 10px;
    width: 3px;
  }
.product-quick-view .product-single-details::-webkit-scrollbar-thumb {
    background: #ebebeb;
    border-radius: 10px;
    position: absolute;
  }
.product-quick-view .product-single-details::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    margin: 8px;
    width: 100%;
  }
.col-xl-7col .old-price,
.col-xl-8col .old-price {
    font-size: 0.75rem;
  }
.product-list:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i {
    display: block;
  }
.product-list .product-action > a {
    padding: 0;
    width: 34px;
    height: 34px;
  }
.product-quick-view .product-single-details .product-title {
    font-size: 1.625rem;
  }
.product-category-panel .owl-carousel {
  margin-top: -10px;
  padding-top: 10px;
}
.product-category-panel .owl-carousel .owl-nav button.owl-prev, .product-category-panel .owl-carousel .owl-nav button.owl-next {
  width: 30px;
  font-size: 24px;
  color: #333;
  line-height: 22px;
}
.product-category-panel .owl-carousel .owl-nav button.owl-prev {
  left: -41px;
}
.product-category-panel .owl-carousel .owl-nav button.owl-next {
  right: -41px;
}
.product-category-panel .section-title {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 1.5625rem;
}
.product-category-panel .section-title h2 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.05em;
  color: #282d3b;
  text-transform: uppercase;
}
.product-category {
  color: #1d2127;
  margin-bottom: 1.25rem;
  position: relative;
}
.product-category a:hover {
  color: inherit;
}
.product-category img,
.product-category figure:after {
  border-radius: 50%;
}
.product-category figure {
  margin-bottom: 0;
  position: relative;
}
.product-category figure:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  transition: all 0.3s;
  z-index: 1;
  content: "";
}
.product-category:hover figure:after {
  background-color: rgba(27, 27, 23, 0.15);
}
.owl-item > .product-category {
  margin-bottom: 0;
}
.creative-grid .product-category {
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.creative-grid .product-category.content-left-bottom .category-content {
  margin-bottom: 20px;
}
.creative-grid .product-category figure {
  height: 100%;
}
.creative-grid .product-category figure img {
  object-fit: cover;
}
.product-category-panel .owl-carousel .owl-nav button.owl-next {
    right: -18px;
  }
.product-category-panel .owl-carousel .owl-nav button.owl-prev {
    left: -18px;
  }
.product-category-panel .owl-carousel .owl-nav button.owl-next {
    right: -41px;
  }
.product-category-panel .owl-carousel .owl-nav button.owl-prev {
    left: -41px;
  }
.product-category-panel .owl-carousel .owl-nav button.owl-next {
    right: -18px;
  }
.product-category-panel .owl-carousel .owl-nav button.owl-prev {
    left: -18px;
  }
.product-single-tabs.product-tabs-list .product-desc-content p {
  margin-bottom: 0.8125rem;
}
.product-single-tabs.product-tabs-list .product-desc-content ul,
.product-single-tabs.product-tabs-list .product-desc-content ol {
  padding-left: 3.625rem;
  margin-bottom: 1.25rem;
}
.product-single-tabs.product-tabs-list .product-desc-content li::before {
  left: 1.5rem;
}
.product-single-tabs.product-tabs-list .col-lg-2 {
    flex: 0 0 21.4%;
    max-width: 21.4%;
  }
.product-single-tabs.product-tabs-list .col-lg-10 {
    flex: 0 0 78.6%;
    max-width: 78.6%;
  }
.product-single-tabs.product-tabs-list .nav.nav-tabs {
    flex-direction: column;
    border: none;
  }
.product-single-tabs.product-tabs-list .nav.nav-tabs .nav-item {
    margin-right: 0;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e7e7e7;
  }
.product-single-tabs.product-tabs-list .nav.nav-tabs .nav-link {
    display: inline-block;
    padding: 0.875rem 0 0.9375rem;
    margin-bottom: -1px;
  }
.product-single-tabs.product-tabs-list .tab-pane {
    padding-top: 0.3125rem;
  }
.product-single-tabs.product-tabs-list .tab-content {
    padding-left: 0.5625rem;
  }
.section-title {
  text-transform: uppercase;
  font-size: 1.125rem;
}
.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  border-width: 2px;
}
.owl-carousel .owl-dots .owl-dot span:before {
  margin: 0;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
}
.owl-carousel .owl-dots .owl-dot:hover span:before, .owl-carousel .owl-dots .owl-dot.active span:before {
  transform: translate(-50%, -50%);
}
.owl-carousel.dots-m-0 .disabled + .owl-dots {
  margin: 0;
}
.owl-carousel.dots-mt-1 .disabled + .owl-dots {
  margin-top: 0.625rem;
}
.owl-carousel.nav-big .owl-nav {
  font-size: 2.3125rem;
}
.owl-carousel.nav-big .owl-nav i {
  padding: 4px 7px;
}
.owl-carousel.nav-large .owl-nav {
  font-size: 2.8125rem;
}
.owl-carousel.nav-large .owl-nav i {
  padding: 4px 2px;
}
.owl-carousel.nav-image-center .owl-nav button {
  top: 35%;
}
.owl-carousel.show-nav-hover .owl-nav {
  opacity: 0;
  transition: opacity 0.2s, color 0.2s;
}
.owl-carousel.show-nav-hover:hover .owl-nav {
  opacity: 1;
}
.owl-carousel .owl-nav .owl-prev {
  left: 1vw;
}
.owl-carousel .owl-nav .owl-next {
  right: 1vw;
}
.owl-carousel.nav-outer .owl-next {
    right: -1.7vw;
  }
.owl-carousel.nav-outer.nav-large .owl-prev {
    left: -2.3vw;
  }
.owl-carousel.nav-outer.nav-large .owl-next {
    right: -2.3vw;
  }
.owl-carousel.dots-top .owl-dots {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin: 0 0 2.125rem;
}
.owl-carousel.dots-small .owl-dots span {
  width: 14px;
  height: 14px;
}
.owl-carousel.dots-small .owl-dots span:before {
  width: 4px;
  height: 4px;
}
.owl-carousel.dots-simple .owl-dots .owl-dot.active span::before {
  background-color: #222529;
}
.owl-carousel.dots-simple .owl-dots .owl-dot span {
  margin: 1px 1px 2px 0px;
  border: none;
}
.owl-carousel.dots-simple .owl-dots .owl-dot span::before {
  opacity: 1;
  visibility: visible;
  background-color: #D6D6D6;
}
.owl-carousel.images-center img {
  width: auto;
  margin: auto;
}
.dots-left .owl-dots {
  text-align: left;
}
.owl-carousel.loaded .home-slide::after, .owl-carousel.loaded .home-slide::before,
.owl-carousel.loaded .category-slide::after,
.owl-carousel.loaded .category-slide::before {
  display: none;
}
.owl-carousel.dot-inside .owl-dots {
  position: absolute;
  right: 2.25rem;
  left: 2.25rem;
  bottom: 2.5625rem;
  text-align: center;
}
.cart-product-info {
  color: #696969;
}
.cart-dropdown .product-image-container {
  position: relative;
  max-width: 80px;
  width: 100%;
  margin: 0;
  margin-left: auto;
  border: 1px solid #f4f4f4;
}
.cart-dropdown .product-image-container a:after {
  display: none;
}
.dropdown-cart-total .cart-total-price {
  margin-left: auto;
  font-size: 0.9375rem;
}
.dropdown-cart-action .view-cart {
  margin: 0.625rem 0;
  background: #e7e7e7;
  color: #222529;
}
.dropdown-cart-action .view-cart:hover, .dropdown-cart-action .view-cart:focus {
  background: #f1f1f1;
  color: #222529;
}
footer .widget {
  margin-bottom: 1.875rem;
}
.footer .widget li {
  color: #a8a8a8;
}
.product-default .btn-add-cart i {
  display: none;
}
.testimonials-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0.3125rem;
}
.team-info:hover .prod-full-screen {
  opacity: 1;
}
.team-info .prod-full-screen {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background-color: #222529;
  border-radius: 50%;
  bottom: 5px;
  right: 5px;
}
.team-info .prod-full-screen i {
  color: #fff;
}
.owl-carousel.images-left img {
  width: auto;
}
.sidebar-shop .widget {
  padding: 1.25rem;
  border: 1px solid #e7e7e7;
}
.sidebar-shop .widget:after {
  display: block;
  clear: both;
  content: "";
}
.sidebar-shop .widget:not(:last-child) {
  border-bottom: 0;
}
.widget .owl-carousel .owl-nav {
  position: absolute;
  top: -2.1875rem;
  right: 1px;
  line-height: 0;
}
.widget .owl-carousel .owl-nav button.owl-next,
.widget .owl-carousel .owl-nav button.owl-prev {
  padding: 0 0.25rem !important;
  border-radius: 0;
  color: #222529;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
}
.widget .owl-carousel .owl-nav i:before {
  width: auto;
  margin: 0;
}
.widget .config-swatch-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.1875rem;
}
.widget .config-swatch-list li {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 0.8125rem;
}
.widget .config-swatch-list li a {
  margin: 3px 6px 3px 0;
  box-shadow: none;
}
.widget.widget-color .widget-body {
  padding-top: 0.375rem;
}
.widget.widget-size .widget-body {
  padding-top: 0.6875rem;
}
.shop-off-canvas .widget {
  border: none;
}
.shop-off-canvas .widget:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
}
.sidebar-shop .widget {
    padding: 1.25rem 0;
    border: 0;
  }
.sidebar-shop .widget:first-child {
    padding-top: 0;
  }
.sidebar-shop .widget:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
  }
.view-cart {
  padding: 14px 27px 13px;
  margin: 3px 0;
  height: 48px;
  font-family: "Open Sans", sans-serif;
}
.add-cart {
  padding: 12px 27px 10px 26px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 24px;
}
.product-widgets-container .product-single-details {
  margin-bottom: 3px;
}
.product-single-container:not(.product-quick-view) .product-action .add-cart.added-to-cart:before {
  display: none;
}
.product-single-details {
  margin-bottom: 0.6875rem;
}
.product-single-details .product-action .add-cart {
  display: inline-flex;
  align-items: center;
}
.product-single-details .product-action .add-cart:before {
  content: "?";
  margin-top: -2px;
  font-family: "Porto";
  font-weight: 600;
  font-size: 1.125rem;
  margin-right: 7px;
}
.sticky-sidebar .product-single-details {
  margin-bottom: 1.6875rem;
}
.product-single-details .product-title {
  margin-bottom: 0.6875rem;
  color: #222529;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  width: calc( 100% - 70px );
}
.product-single-details .product-nav {
  position: absolute;
  display: flex;
  top: 4px;
  right: 10px;
}
.product-single-details .product-nav.top-0 {
  top: 0;
}
.product-single-details .product-nav a {
  color: #222529;
}
.product-single-details .product-nav .product-prev, .product-single-details .product-nav .product-next {
  float: left;
  margin-left: 2px;
}
.product-single-details .product-nav .product-prev.disabled > a, .product-single-details .product-nav .product-next.disabled > a {
  color: #999;
  cursor: no-drop;
}
.product-single-details .product-nav .product-prev:hover .product-popup, .product-single-details .product-nav .product-next:hover .product-popup {
  display: block;
}
.product-single-details .product-nav a:hover {
  color: #333;
}
.product-single-details .product-nav .product-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 28px;
  height: 28px;
  line-height: 23px;
  border: 2px solid #e7e7e7;
  border-radius: 14px;
  text-align: center;
  text-decoration: none;
  font-family: "porto";
}
.product-single-details .product-nav .product-prev .product-link::before {
  content: "??";
  display: block;
}
.product-single-details .product-nav .product-next .product-link::before {
  content: "??";
  display: block;
}
.product-single-details .product-nav .product-popup {
  position: absolute;
  top: 31px;
  display: none;
  right: 0;
  font-size: 13px;
  z-index: 999;
  width: 110px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  text-align: center;
  background-color: #fff;
}
.product-single-details .product-nav .product-popup::before {
  right: 36px;
  border-bottom: 7px solid #333;
  border-left: 7px solid transparent !important;
  border-right: 7px solid transparent !important;
  content: "";
  position: absolute;
  top: -4px;
}
.product-single-details .product-nav .box-content {
  border-top: 3px solid #222529;
  display: block;
  padding: 10px 10px 11px;
}
.product-single-details .product-nav .box-content > span {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: block;
  padding-top: 5px;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #797876;
}
.product-single-details .product-nav .product-next .product-popup::before {
  right: 7px;
}
.product-single-details .product-filters-container {
  padding-top: 2px;
  padding-bottom: 0.875rem;
}
.product-single-details .product-filters-container + .price-box {
  margin-top: 1.375rem;
  margin-bottom: 0.5rem;
}
.product-single-details .price-box {
  margin-bottom: 1.4375rem;
  color: #222529;
  font-weight: 600;
  font-family: Poppins, sans-serif;
}
.product-single-details .product-filtered-price {
  display: none;
  margin-bottom: 0.8125rem;
  margin-top: 0.4375rem;
}
.product-single-details .new-price {
  color: #222529;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  vertical-align: middle;
  line-height: 0.8;
  margin-left: 3px;
}
.product-single-details .product-price {
  color: #222529;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  vertical-align: middle;
  line-height: 0.8;
}
.product-single-details .old-price {
  position: relative;
  top: 2px;
  color: #a7a7a7;
  font-size: 1.1875rem;
  font-weight: 600;
  vertical-align: middle;
}
.product-single-details .old-price + .product-price {
  margin-left: 0.25rem;
}
.product-single-details .add-wishlist:before {
  margin-right: 0.1875rem;
}
.product-single-details .short-divider {
  width: 40px;
  height: 0;
  border-top: 2px solid #e7e7e7;
  margin: 0 0 1.375rem;
  text-align: left;
}
.product-single-details .product-single-filter:last-child {
  display: none;
  margin-bottom: 0.625rem;
  margin-top: -2px;
}
.product-single-details .divider + .product-action {
  margin-top: -0.3125rem;
}
.product-single-details .product-action + .divider {
  margin-top: 1rem;
}
.product-single-details .ratings-container {
  margin-bottom: 1.3125rem;
  display: flex;
  align-items: center;
}
.product-single-details .ratings-container .product-ratings,
.product-single-details .ratings-container .ratings {
  font-size: 0.8125rem;
}
.product-single-details .ratings-container .product-ratings {
  height: 14px;
  margin-left: -1px;
  margin-right: 1px;
}
.product-single-details .ratings-container .product-ratings:before {
  color: #999;
}
.product-single-details .ratings-container .ratings:before {
  color: #FD5B5A;
}
.product-single-details .rating-link {
  color: #999;
  font-size: 0.8125rem;
  font-weight: 400;
  padding-left: 0.625rem;
}
.product-single-details .rating-link:hover {
  text-decoration: underline;
}
.product-single-details .rating-link-separator {
  padding-left: 0.5625rem;
  font-size: 0.8125rem;
}
.product-single-details .product-desc {
  margin-bottom: 1.125rem;
  font-size: 1rem;
  letter-spacing: -0.015em;
  line-height: 1.6875;
}
.product-single-details .product-desc a {
  color: #222529;
}
.product-single-details .product-action {
  padding: 0.9375rem 0 1rem;
  border-top: 1px solid #e7e7e7;
}
.product-single-details .container {
  align-items: center;
  -ms-flex-align: center;
}
.product-single-details .container img {
  max-width: 3.125rem;
  max-height: 3.125rem;
  margin-right: 1.25rem;
}
.product-single-details .product-single-qty {
  margin: 0.3125rem 0.3125rem 0.3125rem 1px;
}
.product-single-details .product-single-qty .form-control {
  height: 48px;
  font-size: 1rem;
  font-weight: 700;
}
.product-single-details .clear-btn {
  display: inline-block;
  background-color: #f4f4f4;
  margin-top: -3px;
  margin-left: -3px;
  padding: 5px 8px;
  font-size: 0.625rem;
  color: #777;
}
.product-single-details .clear-btn:hover {
  background-color: #08C;
  color: #fff;
}
.product-filters-container select.form-control:not([size]):not([multiple]) {
  margin-bottom: 0;
  height: 42px;
  font-weight: 600;
}
.product-filters-container .select-custom {
  max-width: 282px;
  width: 100%;
}
.product-filters-container .select-custom::after {
  right: 0.9375rem;
  color: #222529;
}
.product-single-container .cart-sticky .sticky-header.fixed {
  top: 58px;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  animation: none;
}
main .sticky-header.fixed .product-action {
  flex: 1;
  -ms-flex: 1;
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 260px;
  text-align: right;
}
main .sticky-header .old-price {
  font-size: 0.875rem;
}
.product-both-info .product-single-details {
  margin-top: 0;
}
.product-both-info .product-single-details .product-desc {
  border-bottom: 0;
}
.product-both-info .product-single-gallery .label-group {
  left: 1.125rem;
}
.single-info-list {
  margin-bottom: 1.0625rem;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.single-info-list li {
  margin-bottom: 0.625rem;
  letter-spacing: 0.001em;
}
.single-info-list li strong {
  color: #222529;
  letter-spacing: 0;
}
.product-single-filter {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}
.product-single-filter label {
  margin-right: 2.625rem;
  min-width: 3.125rem;
  margin-bottom: 0;
  color: #777;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.product-single-filter .config-swatch-list {
  display: inline-flex;
  margin: 0;
}
.product-single-filter .config-size-list li {
  margin-bottom: 0;
  margin-right: 0;
  color: #777;
}
.product-single-filter .config-size-list li a {
  margin: 3px 6px 3px 0;
  min-width: 2rem;
  height: 1.625rem;
  border: 1px solid #eee;
  color: inherit;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.625rem;
  background-color: #fff;
}
.product-single-filter .config-size-list li a:not(.disabled):hover {
  border-color: #08C;
  background-color: #08C;
  color: #fff;
}
.product-single-filter .config-size-list li a.disabled {
  cursor: not-allowed;
  text-decoration: none;
  background-color: transparent;
  opacity: 0.5;
}
.product-single-filter .config-size-list li a.filter-color {
  height: 1.75rem;
  min-width: 1.75rem;
}
.product-single-filter .config-size-list li.active a {
  border-color: #08C;
  outline: none;
  color: #fff;
  background-color: #08C;
}
.product-single-filter .config-size-list li.active a.filter-color:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: "porto";
  font-size: 0.6875rem;
  line-height: 1;
  content: "??";
}
.product-single-filter .config-img-list li a {
  height: 100%;
}
.product-single-filter .config-img-list li img {
  width: 30px;
  height: 30px;
}
.product-single-filter.product-single-qty {
  max-width: 148px;
  max-height: 4.6875rem;
  border-bottom: 0;
}
.product-single-qty label {
  color: #222529;
  font-weight: 600;
  font-size: 0.9375rem;
}
.product-single-share {
  display: flex;
  margin-top: 0.4375rem;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.product-single-share label {
  margin-right: 0.75rem;
  margin-bottom: 0.3125rem;
  color: #222529;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.1;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.product-single-share .social-icons {
  margin-top: 2px;
}
.product-single-share .social-icons.vertical {
  display: flex;
  flex-direction: column;
}
.product-single-share .social-icons.vertical .social-icon {
  border-radius: 0;
}
.product-single-share .social-icon {
  line-height: 2em;
  border: 2px solid transparent;
  margin: 0.2857em 1px 0.2857em 0;
}
.product-single-share:not(.icon-with-color) .social-icon {
  border-radius: 50%;
}
.product-single-share:not(.icon-with-color) .social-icon:not(:hover):not(:active):not(:focus) {
  color: #222529;
  background-color: transparent;
  border-color: #e7e7e7;
}
.product-single-gallery {
  margin-bottom: 2.0625rem;
}
.product-single-gallery .sticky-slider:not(.sticked) {
  position: relative !important;
}
.product-single-gallery a {
  display: block;
}
.product-single-gallery img {
  display: block;
  width: 100%;
  max-width: none;
}
.product-single-gallery .prod-thumbnail .owl-nav {
  font-size: 1rem;
  color: #08C;
}
.product-single-gallery .prod-thumbnail .owl-nav .owl-prev {
  left: 0.9375rem;
}
.product-single-gallery .prod-thumbnail .owl-nav .owl-next {
  right: 0.9375rem;
}
.product-single-gallery .owl-nav {
  font-size: 1.75rem;
}
.product-single-gallery .owl-nav .owl-prev {
  left: 1.5625rem;
}
.product-single-gallery .owl-nav .owl-next {
  right: 1.5625rem;
}
.product-single-gallery .owl-nav button {
  transition: opacity 0.5s;
}
.product-single-gallery .product-item {
  position: relative;
  z-index: 2;
}
.product-single-gallery .product-item:not(:last-child) {
  margin-bottom: 4px;
}
.product-single-gallery .product-item:hover .prod-full-screen {
  opacity: 1;
}
.product-single-gallery .product-single-grid {
  margin-bottom: 2.25rem;
}
.product-single-gallery .label-group {
  position: absolute;
  z-index: 100;
  top: 0.6875rem;
  left: 0.6875rem;
}
.product-single-gallery .product-label {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
  padding: 7px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  border-radius: 12px;
}
.product-single-gallery .product-label.label-hot {
  background-color: #2ba968;
}
.product-single-gallery .product-label.label-sale {
  background-color: #da5555;
}
.product-single-gallery .product-label.label-new {
  background-color: #08c;
}
.prod-thumbnail {
  display: flex;
  display: -ms-flexbox;
  margin: 8px 0 0;
  padding: 0 1px;
}
.prod-thumbnail > .owl-dot {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 4px;
}
.prod-thumbnail.owl-theme .owl-nav [class*=owl-]:hover {
  color: #08C;
}
.prod-thumbnail img {
  width: 100%;
  cursor: pointer;
}
.prod-thumbnail .owl-dot.active img, .prod-thumbnail img:hover {
  border: 1px solid #cccccc;
}
.product-slider-container:not(.container) {
  position: relative;
  padding-left: 1px;
  padding-right: 1px;
}
.product-slider-container:not(.container):hover .prod-full-screen {
  opacity: 1;
}
.product-slider-container:not(.container) button.owl-prev:not(.disabled),
.product-slider-container:not(.container) button.owl-next:not(.disabled) {
  opacity: 1;
}
.prod-full-screen {
  position: absolute;
  right: 1.25rem;
  bottom: 1.0625rem;
  transition: all 0.5s;
  outline: none;
  opacity: 0;
  z-index: 1;
}
.prod-full-screen i {
  color: #000;
  font-size: 0.875rem;
  cursor: pointer;
}
.product-single-tabs .tab-pane {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  color: #7b858a;
  line-height: 1.92;
}
.product-single-tabs .sticky-header {
  height: auto;
}
.product-single-tabs .nav.nav-tabs .nav-link {
  color: #818692;
}
.product-single-tabs .nav.nav-tabs .nav-link.active {
  color: #222529;
}
.product-single-tabs .nav.nav-tabs .nav-link {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8125rem;
}
.product-single-tabs .nav.nav-tabs .nav-link:hover, .product-single-tabs .nav.nav-tabs .nav-link.active {
  border-bottom-color: #222529;
}
.product-single-tabs .nav-item {
  font-size: 0.8125rem;
}
.product-desc-content {
  margin-bottom: 1.5625rem;
}
.product-desc-content .feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.1875rem;
  border-style: solid;
  border-width: 2px;
  width: 64px;
  height: 64px;
  line-height: 60px;
  border-radius: 60px;
  font-size: 28px;
  color: #08C;
  background: transparent;
  border-color: #08C;
}
.product-desc-content .feature-box p {
  font-size: 14px;
  line-height: 27px;
  color: #4a505e;
  letter-spacing: 0;
}
.product-desc-content .feature-box h3 {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.product-desc-content p {
  margin-bottom: 1.4375rem;
  letter-spacing: 0.005em;
}
.product-desc-content ul,
.product-desc-content ol {
  margin-bottom: 1.5rem;
  padding-left: 4.625rem;
  letter-spacing: 0.005em;
  position: relative;
  padding-top: 2px;
}
.product-desc-content li {
  margin-bottom: 9px;
  letter-spacing: 0;
}
.product-desc-content li:before {
  content: "??";
  position: absolute;
  left: 2.5rem;
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1.125rem;
  color: #21293c;
  font-size: 1rem;
}
.product-desc-content img.float-right,
.product-desc-content img.float-left {
  max-width: 50%;
}
.product-desc-content img {
  padding-top: 4px;
}
.product-desc-content .feature-box i {
  display: inline-block;
  font-size: 1.75rem;
  float: none;
  margin-bottom: 0;
  margin-top: 3px;
}
.product-desc-content .feature-box-content {
  margin-left: 0;
}
.products-section {
  padding-top: 2.375rem;
  padding-bottom: 1.875rem;
}
.products-section .owl-carousel.dots-top .owl-dots {
  margin: 0px -2px 2.1875rem;
}
.products-section .owl-carousel.dots-top .owl-dots span {
  border-color: rgba(0, 68, 102, 0.4);
}
.products-section .owl-carousel.dots-top .owl-dot.active span {
  border-color: #08C;
}
.products-section .product-title {
  margin-bottom: 4px;
}
.products-section .price-box {
  margin-bottom: 0.875rem;
}
.products-section h2 {
  font-family: "Poppins";
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 2.125rem;
  font-size: 1.125rem;
  line-height: 22px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.products-section.pt-sm {
  padding-top: 1.5625rem;
}
.product-sidebar-right {
  margin-bottom: 1.0625rem;
}
.product-sidebar-right .product-single-gallery {
  margin-bottom: 1.6875rem;
}
.product-sidebar-right .product-single-details {
  margin-bottom: 0.375rem;
}
.product-sidebar-right .product-desc-content p {
  margin-bottom: 0.8125rem;
  letter-spacing: 0.005em;
}
.product-sidebar-right .product-desc-content ul {
  margin-bottom: 1.25rem;
  padding-left: 3.625rem;
}
.product-sidebar-right .product-desc-content li::before {
  left: 1.5rem;
}
.products-section .container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}
.custom-product-single-tabs .product-desc-content ul,
.custom-product-single-tabs .product-desc-content ol {
  margin-bottom: 1.25rem;
  padding-left: 3.625rem;
}
.custom-product-single-tabs .product-desc-content li::before {
  left: 1.5rem;
}
.custom-product-single-tabs .product-desc-content p {
  margin-bottom: 0.8125rem;
}
.product-single-tab-two .product-desc-content p {
  margin-bottom: 0.8125rem;
}
.product-single-tab-two .product-desc-content ul {
  margin-bottom: 1.25rem;
  padding-left: 3.625rem;
}
.product-single-tab-two .product-desc-content li::before {
  left: 1.5rem;
}
.product-left-sidebar .product-single-details {
  margin-bottom: 0.5rem;
}
.products-section {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
.product-both-info .product-single-share {
    justify-content: flex-end;
  }
.main-content .col-lg-7 {
    flex: 0 0 54%;
    max-width: 54%;
  }
.main-content .col-lg-5 {
    flex: 0 0 46%;
    max-width: 46%;
  }
.product-full-width .product-single-details .product-title {
    font-size: 2.5rem;
  }
.pg-vertical .product-slider-container {
    max-width: calc(100% - 53px);
  }
.product-transparent-image .product-single-filter label {
  margin-right: 0.875rem;
}
.product-transparent-image .product-single-share {
  margin-top: 0.875rem;
}
.product-transparent-image .product-filters-container {
  padding-top: 4px;
}
.product-transparent-image .product-single-details .product-nav {
  top: 0.8125rem;
}
.pg-vertical .product-slider-container {
  max-width: calc(100% - 138px);
}
.pg-vertical .product-thumbs-wrap .owl-carousel .owl-item {
  width: auto;
  float: none;
}
.pg-vertical .product-slider-container {
    max-width: calc(100% - 100px);
  }
.pg-vertical .product-slider-container {
    max-width: calc(100% - 90px);
  }
.pg-vertical .product-slider-container {
    max-width: calc(100% - 53px);
  }
.product-full-width .product-single-details {
  margin-bottom: 2.5625rem;
}
.product-full-width .single-info-list {
  margin-bottom: -4px;
}
.product-full-width .product-filters-container {
  padding-bottom: 0.4375rem;
}
.product-full-width .product-single-filter .config-size-list a {
  height: 100%;
}
.product-full-width .product-single-filter img {
  width: 30px;
  height: 30px;
}
.product-full-width .product-single-filter label {
  margin-bottom: 0;
  margin-right: -1px;
}
.product-full-width .product-single-tabs .tab-pane {
  padding-bottom: 0.4375rem;
}
.product-full-width .product-desc-content {
  margin-bottom: 0.9375rem;
}
.product-full-width .product-desc-content ul {
  margin-top: 2.3125rem;
  margin-bottom: 2.75rem;
  padding-left: 3.125rem;
}
.product-full-width .product-desc-content li::before {
  left: 1rem;
}
.product-single-info .product-single-filter label {
  margin-right: 3.25rem;
  margin-bottom: 2px;
}
.product-single-info .product-single-gallery {
  margin-bottom: 2rem;
}
.product-both-info .single-info-list li strong {
  font-size: 0.875rem;
}
.product-both-info .product-filters-container {
  padding-bottom: 1px;
  margin-bottom: 0.25rem;
}
.product-both-info .product-single-qty label {
  font-family: "Open Sans", sans-serif;
}
.product-both-info .product-single-filter label {
  margin-right: 2.0625rem;
  margin-bottom: 1px;
}
.product-both-info .product-single-filter:first-child {
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  border-bottom: 1px solid #e7e7e7;
}
.product-both-info .product-category {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  line-height: 1.8;
}
.product-both-info .single-info-list {
  margin-bottom: 0.875rem;
}
.product-both-info .single-info-list li {
  margin-bottom: 0.375rem;
}
.product-extended-page .product-desc-content p {
  margin-bottom: 0.8125rem;
}
.product-extended-page .product-desc-content ul {
  margin-bottom: 1.25rem;
  padding-left: 3.625rem;
}
.product-extended-page .product-desc-content li::before {
  left: 1.5rem;
}
.product-single-extended .product-single-gallery {
  position: relative;
  margin-bottom: 1.8125rem;
}
.product-single-extended .product-single-gallery .owl-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent;
  transition: background-color 1s;
}
.product-single-extended .product-single-gallery .owl-item.center:before {
  background-color: rgba(0, 0, 0, 0.07);
}
.product-single-extended .old-price {
  font-size: 1.5rem;
}
.product-single-extended .old-price + .product-price {
  margin-left: 0.9375rem;
}
.product-single-extended .single-info-list {
  margin-bottom: 1.4375rem;
}
.product-single-extended .product-filters-container {
  padding-top: 1.25rem;
  padding-bottom: 0.4375rem;
  border-top: 1px solid #e7e7e7;
}
.product-single-extended .product-filters-container + .price-box {
  margin: 0;
  padding-top: 3px;
  padding-bottom: 0.625rem;
  border: 0;
}
.product-single-extended .product-single-filter label {
  min-width: unset;
}
.product-single-extended .widget-area .widget.widget-info {
  margin-bottom: 0;
}
.single-qty-wrapper .product-single-qty .horizontal-quantity {
  padding: 0.125rem;
  height: 24px;
  width: 36px;
  background-color: #f4f4f4;
  font-size: 0.8125rem;
}
.single-qty-wrapper .product-single-qty .btn {
  border-style: none;
}
.sidebar-product .widget.widget-product-categories {
  margin-bottom: 1.875rem;
  padding: 1.125rem 0.9375rem 0.8125rem;
  border: 1px solid #e7e7e7;
}
.sidebar-product .widget.widget-product-categories .widget-body {
  padding: 2px 0 0.3125rem 0.875rem;
}
.sidebar-product .widget.widget-product-categories .widget-body:after {
  display: block;
  clear: both;
  content: "";
}
.sidebar-product .widget.widget-product-categories .cat-list li {
  margin-bottom: 0.3125rem;
}
.sidebar-product .widget.widget-product-categories .cat-list li:last-child {
  margin-bottom: -2px;
}
.sidebar-product .widget.widget-product-categories a {
  display: block;
  position: relative;
  padding: 4px 0;
  color: #7a7d82;
  font-weight: 600;
}
.sidebar-product .widget.widget-product-categories .widget-title {
  color: #7a7d82;
  font-weight: 600;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}
.sidebar-product .widget:not(:last-child):not(.widget-info) {
  margin-bottom: 1.8125rem;
}
.sidebar-product .widget-featured .owl-carousel .owl-nav {
  top: -2.5625rem;
}
.sidebar-product .owl-carousel .owl-nav {
  top: -2.5625rem;
  right: 1px;
}
.sidebar-product .owl-carousel .owl-nav button.owl-prev,
.sidebar-product .owl-carousel .owl-nav button.owl-next {
  font-size: 1.125rem;
}
.product-single-collapse .product-desc-content {
  margin-bottom: 0.8125rem;
}
.product-single-collapse .product-desc-content ul, .product-single-collapse .product-desc-content ol {
  padding-left: 3.625rem;
  margin-bottom: 1.25rem;
}
.product-single-collapse .product-desc-content li::before {
  left: 1.5rem;
}
.main-content-wrap .main-content {
    margin-left: -25%;
    transition: 0.15s linear;
  }
.sidebar-opened .main-content-wrap > .main-content {
    margin-left: 0;
  }
body:not(.sidebar-opened) .main-content-wrap > .main-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
.product-single-grid .product-single-gallery .product-item {
  margin-bottom: 1.25rem;
}
.product-single-grid .product-item:hover .prod-full-screen {
  opacity: 1;
}
.product-single-grid .product-single-gallery .label-group {
  left: 1.125rem;
}
.product-single-grid .product-single-details .short-divider {
  margin-bottom: 1.4375rem;
}
.product-single-grid .product-single-filter {
  margin-bottom: 0;
}
.product-single-grid .product-single-filter:not(:last-child) {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.product-single-grid .product-single-filter:last-child {
  margin-bottom: 0.9375rem;
  margin-top: -0.3125rem;
}
.product-single-grid .product-single-filter label {
  margin-right: 2.0625rem;
  margin-bottom: 1px;
}
.product-single-grid .product-single-filter:first-child {
  border-bottom: 1px solid #e7e7e7;
}
.product-single-grid .product-single-filter .config-size-list a {
  height: 28px;
  font-size: 13px;
  border: 1px solid #e9e9e9;
  color: #222529;
  background-color: #f4f4f4;
}
.product-single-grid .single-info-list {
  margin-top: 1.125rem;
  margin-bottom: 0.75rem;
}
.product-center-vertical .product-single-gallery {
  margin-bottom: 1.4375rem;
}
.product-center-vertical .prod-thumbnail {
  margin: 8px -3px 0;
}
.product-center-vertical .prod-thumbnail img {
  border: 1px solid #e7e7e7;
}
.product-center-vertical .prod-thumbnail .active img, .product-center-vertical .prod-thumbnail img:hover {
  border: 1px solid #08C;
}
.product-center-vertical .product-category {
  line-height: 1.8;
}
.product-center-vertical .single-info-list {
  margin-bottom: 1.5rem;
}
.product-center-vertical .single-info-list li {
  margin-bottom: 0.375rem;
}
.product-center-vertical .single-info-list strong {
  font-size: 0.875rem;
}
.product-center-vertical .product-filters-container {
  padding-bottom: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.product-center-vertical .product-single-filter label {
  margin-right: 2.0625rem;
  margin-bottom: 1px;
}
.product-center-vertical .product-single-filter:first-child {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.product-center-vertical .product-single-share .social-icon {
  margin-top: 2px;
  margin-bottom: 2px;
}
.product-center-vertical .product-single-share .social-icon:not(:hover):not(:active):not(:focus) {
  background: #fff;
}
.product-center-vertical .product-single-share:not(.icon-with-color) .social-icon {
  border-radius: 0;
}
.product-center-vertical .product-single-qty label {
  font-family: "Open Sans", sans-serif;
}
.product-center-vertical .product-slider-container {
    width: calc(100% - 90px);
  }
.product-center-vertical .prod-thumbnail {
    margin: 0;
  }
.product-center-vertical .prod-thumbnail > .owl-dot {
    flex: 1;
    max-width: 100%;
    margin: 10px 10px 0 0;
    padding: 0;
  }
.product-center-vertical .prod-thumbnail > .owl-dot:first-child {
    margin-top: 0;
  }
.product-center-vertical .product-slider-container {
    width: calc(100% - 110px);
  }
.cart-table-container {
  margin-bottom: 1.5625rem;
}
.cart-table-container .input-group .form-control {
  height: 43px;
  border-color: rgba(0, 0, 0, 0.09);
}
.cart-table-container .btn-shop,
.cart-table-container .btn-sm {
  border: none;
  background-color: #f4f4f4;
  color: #222529;
}
.cart-table-container .btn-shop:hover,
.cart-table-container .btn-sm:hover {
  color: #fff;
  background-color: #08C;
}
.table.table-cart tr th,
.table.table-cart tr td, .table.table-wishlist tr th,
.table.table-wishlist tr td {
  vertical-align: middle;
}
.table.table-cart tr th, .table.table-wishlist tr th {
  border: 0;
  color: #222529;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.table.table-cart tr td, .table.table-wishlist tr td {
  border-top: 1px solid #e7e7e7;
}
.table.table-cart tr td.product-col, .table.table-wishlist tr td.product-col {
  padding: 1.25rem 0.5rem 1.125rem 0;
}
.table.table-cart tr.product-action-row td, .table.table-wishlist tr.product-action-row td {
  padding: 0 0 1.375rem;
  border: 0;
}
.table.table-cart .product-image-container, .table.table-wishlist .product-image-container {
  position: relative;
  width: 5rem;
  margin: 0;
}
.table.table-cart .product-title, .table.table-wishlist .product-title {
  margin-bottom: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}
.table.table-cart .product-title a, .table.table-wishlist .product-title a {
  color: inherit;
}
.table.table-cart .product-single-qty, .table.table-wishlist .product-single-qty {
  margin: 0.3125rem 4px 0.3125rem 1px;
}
.table.table-cart .product-single-qty .form-control, .table.table-wishlist .product-single-qty .form-control {
  height: 48px;
  width: 44px;
  font-size: 1rem;
  font-weight: 700;
}
.table.table-cart .subtotal-price, .table.table-wishlist .subtotal-price {
  color: #222529;
  font-size: 1rem;
  font-weight: 600;
}
.table.table-cart .btn-remove, .table.table-wishlist .btn-remove {
  right: -10px;
  font-size: 0.6875rem;
}
.table.table-cart tfoot td, .table.table-wishlist tfoot td {
  padding: 1.25rem 0.5rem 0.625rem;
}
.table.table-cart tfoot .btn, .table.table-wishlist tfoot .btn {
  padding: 0.75rem 1.5rem 0.8125rem 1.5625rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  height: 43px;
  letter-spacing: -0.018em;
}
.table.table-cart tfoot .btn + .btn, .table.table-wishlist tfoot .btn + .btn {
  margin-left: 0.625rem;
}
.table.table-cart .bootstrap-touchspin.input-group, .table.table-wishlist .bootstrap-touchspin.input-group {
  margin-right: auto;
  margin-left: auto;
}
.table.table-cart .product-title a,
.table.table-cart .subtotal-price {
  display: block;
  margin-bottom: 1px;
}
.table-cart tr th {
  padding: 0.625rem;
}
.table-cart tr th.thumbnail-col {
  width: 16%;
}
.table-cart tr th.product-col {
  width: 33%;
}
.table-cart tr th.price-col {
  width: 14%;
}
.table-cart td {
  padding: 1.25rem 0.625rem;
}
.qty-col {
  min-width: 98px;
}
tbody .product-col {
  font-size: 0;
}
.product-col .product-image-container {
  display: table-cell;
  padding-right: 1.125rem;
  margin-bottom: 0;
  vertical-align: middle;
}
.product-col .product-image img {
  border: 1px solid #ccc;
}
.product-col .product-title {
  margin-bottom: 1px;
  display: table-cell;
  vertical-align: middle;
}
.table.table-cart {
    border: 1px solid #e7e7e7;
    border-top: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  }
.table.table-cart,
.table.table-cart tbody,
.table.table-cart tfoot {
    display: block;
  }
.table.table-cart thead {
    display: none;
  }
.table.table-cart tr td {
    padding: 0.3125rem 0.625rem;
    border-top: 0;
  }
.table.table-cart tr td.product-col {
    padding-bottom: 0.3125rem;
  }
.table.table-cart .product-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1.875rem;
    padding-bottom: 1.5625rem;
    border-top: 2px solid #ddd;
  }
.table.table-cart .product-row:first-child {
    border-top: 0;
  }
.table.table-cart .product-col {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
.table.table-cart .product-col .product-image-container {
    flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
.table.table-cart tfoot {
    border-top: 2px solid #ddd;
  }
.table.table-cart tfoot tr {
    display: block;
    width: 100%;
  }
.table.table-cart tfoot tr td {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.875rem 0;
  }
.table.table-cart .cart-discount {
    margin-bottom: 1.25rem;
  }
.table.table-cart .cart-discount form {
    margin-bottom: 0;
  }
.table.table-cart .cart-discount {
    margin-bottom: 0.9375rem;
  }
.table.table-cart .cart-discount {
    margin-bottom: 0.9375rem;
  }
.cart-table-container .cart-discount .form-control {
    margin: auto;
    margin-bottom: 0.9375rem;
    max-width: none;
    width: 100%;
  }
.table-mini-cart .product-col, .table-mini-cart .price-col {
  padding: 0.8125rem 0.625rem 0.875rem;
}
.table-mini-cart .product-col .product-image-container {
  max-width: 75px;
  padding-right: 0.9375rem;
  vertical-align: top;
}
.table-mini-cart .price-col {
  font-size: 0.875rem;
  font-weight: 400;
}
.checkout-container {
  padding-bottom: 7px;
}
.checkout-container .shipping-info {
  padding-bottom: 3px;
}
.checkout-container .select-custom .form-control {
  font-size: 0.875rem;
}
.checkout-container label {
  margin-bottom: 0.375rem;
  color: #777;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.checkout-container .checkout-discount .form-control {
  margin-right: 0.875rem;
  height: 33px;
  font-size: 0.75rem;
}
.checkout-container .checkout-discount .btn.btn-sm {
  height: 33px;
}
.checkout-container .step-title {
  letter-spacing: -0.01em;
}
.checkout-container select.form-control:not([size]):not([multiple]),
.checkout-container .form-control {
  height: 49px;
}
.checkout-container .select-custom,
.checkout-container .form-group {
  margin-bottom: 1.0625rem;
}
.checkout-container .checkout-steps .custom-control-label::before, .checkout-container .checkout-steps .custom-control-label::after {
  top: 0px;
}
.checkout-container .checkout-steps .select-custom::after {
  top: 66%;
}
.checkout-container .custom-control {
  margin-top: 2.0625rem;
  margin-bottom: 14px;
}
.checkout-container .order-comments {
  padding-top: 6px;
}
.checkout-container textarea.form-control {
  min-height: 125px;
}
.checkout-container .order-summary {
  padding: 1.75rem 2rem 1.9375rem;
  margin-top: 1px;
}
.post-media .prod-full-screen {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background-color: #08C;
  border-radius: 50%;
}
.post-media .prod-full-screen i {
  color: #fff;
}
.post-media:hover .prod-full-screen {
  opacity: 1;
}
.post-slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: 0.1563rem;
  left: 0;
  margin: 0 !important;
}
.sidebar {
  position: relative;
  height: 100%;
  font-size: 0.8125rem;
}
.sidebar .widget {
  margin-bottom: 1.9375rem;
}
.sidebar .sidebar-wrapper {
  padding-bottom: 2.625rem;
}
.sidebar .sidebar-wrapper .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 1.875rem;
}
.widget form {
  margin-bottom: 0;
}
.widget.widget-categories .widget-title {
  margin-top: 1px;
  margin-bottom: 1.125rem;
}
.dashboard-content .btn-link {
  display: inline;
  padding: 0;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  vertical-align: top;
  white-space: normal;
}
.dashboard-content p {
  line-height: 1.75;
}
.dashboard-content p:first-child {
  margin-top: -0.125rem;
  margin-bottom: 1.5rem;
}
.dashboard-content .feature-box {
  padding-top: 2.1875rem;
  margin-bottom: 1.25rem;
  border: 2px solid #e7e7e7;
}
.dashboard-content .feature-box i {
  margin-bottom: 1.5625rem;
  color: #d3d3d4;
  font-size: 3.75rem;
  transition: transform 0.35s;
}
.dashboard-content .feature-box:hover i {
  transform: scale(1.15);
  transition: transform 0.35s;
}
.widget-dashboard h2 {
  margin-top: -1px;
  margin-bottom: 0.9375rem;
  font-size: 1rem;
}
.widget-dashboard .nav-item:last-child {
  margin-right: 2.1875rem;
}
.widget-dashboard .list {
  border-bottom: none;
}
.widget-dashboard .list a {
  padding: 0.625rem 0 0.6875rem;
  color: #777;
  letter-spacing: -0.025em;
  font-size: 0.875rem;
}
.widget-dashboard .list a:hover, .widget-dashboard .list a:focus {
  background: transparent;
}
.widget-dashboard .list a.active {
  color: #222524;
  font-weight: 700;
}
.widget-dashboard li:last-child a {
  border-bottom: 0;
}
.widget-dashboard li {
  padding: 8px 0 8px 0;
}
.widget-dashboard li:before {
  display: none;
}
.account-container {
  margin-top: 2.625rem;
  margin-bottom: 2.5rem;
}
.account-content .form-input {
  margin-bottom: 1.0625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-color: #e7e7e7;
  line-height: 32px;
}
.table.table-wishlist tr th.thumbnail-col {
  width: 10%;
}
.table.table-wishlist tr th.product-col {
  width: 29%;
}
.table.table-wishlist tr th.price-col {
  width: 13%;
}
.box-content .table-wishlist,
.box-content .table-cart {
  margin-bottom: 15px;
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
}
.box-content .table-wishlist .wishlist-empty,
.box-content .table-cart .wishlist-empty {
  margin-bottom: 0.625rem;
  text-align: center;
}
.table.table-wishlist tr td.product-col {
    padding-bottom: 0.3125rem;
  }
.table.table-wishlist .product-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.875rem 0;
    border-top: 2px solid #ddd;
  }
.table.table-wishlist .product-row:first-child {
    border-top: 0;
  }
.table.table-wishlist .product-col {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
.table.table-wishlist .product-col .product-image-container {
    flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
.login-container {
  margin-top: 2.4375rem;
}
.login-container .heading .title {
  margin-bottom: 0;
  font-size: 1.375rem;
  letter-spacing: -0.01em;
}
.login-container .custom-checkbox .custom-control-label:after {
  top: 1px;
}
.login-container form {
  margin-bottom: 64px;
}
.login-container form label {
  margin-bottom: 0.4375rem;
  color: #777;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.login-container form .form-input {
  margin-bottom: 1.0625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-color: #e7e7e7;
  line-height: 32px;
}
.login-container form .btn {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}
.login-container form .form-footer {
  margin-top: 1.125rem;
  margin-bottom: 1.75rem;
}
.login-container .custom-checkbox {
  margin-top: 1px;
  padding-left: 1.5625rem;
}
.login-container .custom-checkbox .custom-control-label {
  margin-top: 2px;
  font-size: 0.75rem;
}
.login-container .forget-password {
  font-size: 0.875rem;
  font-weight: 600;
}
.login-container .forget-password:hover {
  text-decoration: underline;
}
.login-container .col-md-6:first-child .form-footer {
  margin-top: 0.8125rem;
}
.login-container .col-md-6:last-child {
    padding-left: 2.125rem;
  }

/* =========================================================
   Componentes tema (demo4) ? s? classes usadas
   ========================================================= */
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:none;color:inherit;border:0;padding:0!important;font:inherit}
.owl-carousel.owl-loaded{display:block}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.no-js .owl-carousel{display:block}
.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
.owl-carousel .owl-item{}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("../../../../../www.portotheme.com/html/porto_ecommerce/assets/images/owl.video.play.html") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform 100ms ease}
.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-nav{margin:0;text-align:center;-webkit-tap-highlight-color:transparent;color:#222529;font-size:1.875rem}
.owl-theme .owl-nav [class*=owl-]{position:absolute;top:50%;transform:translateY(-50%);color:#222529;margin:0;font-size:1.875rem;padding:4px 7px;background:transparent;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-] i:before{margin:0;width:auto}
.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover{background:transparent;color:#222529;text-decoration:none}
.owl-theme .owl-nav .owl-prev{left:0}
.owl-theme .owl-nav .owl-next{right:0}
.owl-theme .owl-nav .disabled{opacity:0.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:1.5625rem}
.owl-theme .owl-dots{line-height:1;text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
.owl-theme .owl-dots .owl-dot span{position:relative;width:15px;height:15px;margin:2px 2px;background:transparent;display:block;-webkit-backface-visibility:visible;transition:all 0.3s ease;border:2px solid rgba(0,0,0,0.4);border-radius:50%}
.owl-theme .owl-dots .owl-dot span:before{content:"";display:block;width:0.4375rem;height:0.4375rem;position:absolute;left:50%;top:50%;margin-top:-0.2188rem;margin-left:-0.2188rem;background-color:#fa7070;opacity:0;visibility:hidden;transform:scale(0);transition:all 0.3s;border-radius:50%}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{border-color:#fa7070;background:transparent}
.owl-theme .owl-dots .owl-dot.active span:before{opacity:1;visibility:visible;transform:scale(1)}
.owl-theme.owl-theme-light .owl-dots .owl-dot span{border-color:#fff;background:transparent}
.owl-theme.owl-theme-light .owl-dots .owl-dot span:before{border-color:#fff}
.owl-theme.owl-theme-light .owl-dots .owl-dot.active span,.owl-theme.owl-theme-light .owl-dots .owl-dot:hover span{border-color:#fa7070;background:transparent}
.owl-theme.owl-theme-light .owl-dots .owl-dot.active span:before{border-color:#fa7070}
.bootstrap-touchspin .input-group-btn-vertical{position:absolute;right:0;height:100%;z-index:11}
.bootstrap-touchspin.input-group{max-width:68px;padding-right:20px;margin-bottom:0}
.bootstrap-touchspin .form-control{text-align:center;margin-bottom:0;height:2.625rem;max-width:46px;padding:0.6875rem 0.625rem}
.bootstrap-touchspin .form-control:not(:focus){border-color:#ccc}
.bootstrap-touchspin .input-group-btn-vertical>.btn{position:absolute;right:0;height:1.25rem;padding:0;width:1.25rem;text-align:center;font-size:0.75rem}
.bootstrap-touchspin .input-group-btn-vertical>.btn:before{position:relative;margin:0;width:auto;line-height:1;width:auto;top:-0.0625rem;margin-right:-0.125rem}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{border-radius:0;top:0}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{border-radius:0;bottom:0}
.appear-animate{opacity:0}
.owl-dots .owl-dot,.owl-nav .owl-next,.owl-nav .owl-prev{outline:none}
.card-accordion.accordion-boxed{border:1px solid #ddd}
.card-accordion.accordion-boxed .card-header{border:0;padding-left:0.9375rem;background-color:#f5f5f5}
.card-accordion.accordion-boxed p{padding:0.9375rem}
.card-accordion.accordion-boxed i{margin-right:0.625rem}
.form-input{padding:0.5rem 0.5rem;border:1px solid #ddd;border-radius:5px}
.form-wide{width:100%}
.minipopup-box .product-action .btn{min-width:120px;letter-spacing:0.025em;font-size:11.2px;padding:11.2px 22.4px}
.minipopup-box .product-action .btn.viewcart{background-color:#efefef;color:#000}
.minipopup-box .product-action .btn.checkout{float:right}
.login-popup .form-input{height:42px}
.mfp-ajax-product .product-single-container{box-shadow:0 10px 25px rgba(0,0,0,0.5)}
.product-intro.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots{margin:0}
.product-intro.owl-carousel.owl-theme .owl-dots{top:-58px;position:absolute;right:0}
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot span{position:relative;display:block;width:14px;height:14px;border:2px solid;background:none;margin:5px 2px;border-radius:7px;border-color:rgba(0,68,102,0.4);transition:opacity 0.2s}
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span,.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span{background:none;border-color:#fa7070}
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span:before,.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span:before{display:none}
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span:after,.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span:after{content:"";position:absolute;left:3px;bottom:3px;right:3px;top:3px;border-radius:10px;background-color:#fa7070}
.product-intro.owl-carousel.owl-theme .owl-nav{color:#333;font-size:1.5rem}
.product-intro.owl-carousel.owl-theme .owl-nav .owl-next,.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev{opacity:0;transition:opacity 0.2s,transform 0.4s;top:30%;width:30px}
.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev{text-align:left;left:-30px;padding-right:30px;transform:translateX(-10px)}
.product-intro.owl-carousel.owl-theme .owl-nav .owl-next{text-align:right;right:-30px;padding-left:30px;transform:translateX(10px)}
.product-intro.owl-carousel.owl-theme:hover .owl-next,.product-intro.owl-carousel.owl-theme:hover .owl-prev{transform:translateX(0);opacity:1}
.product-panel .section-title{color:#313131;padding-bottom:0.625rem;border-bottom:1px solid rgba(0,0,0,0.08);margin-bottom:1.5rem}
.product-panel .section-title h2{font-weight:600;font-size:1rem;font-family:"Open Sans",sans-serif;letter-spacing:-0.01em;line-height:22px;text-transform:uppercase}
.product-default .label-group{position:absolute;top:0.5rem;left:0.5rem}
.product-default .product-label{display:block;text-align:center;margin-bottom:5px;text-transform:uppercase;padding:5px 11px;color:#fff;font-weight:600;font-size:10px;line-height:1;border-radius:12px}
.product-default .product-label.label-hot{background-color:#2ba968}
.product-default .product-label.label-sale{background-color:#da5555}
.product-default .product-label.label-number{display:flex;position:relative;padding:0;margin-left:auto;margin-right:auto;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;font-size:1rem;background-color:#fa7070;color:#fff}
.product-default .product-label.label-number span{margin-left:1px}
.product-default .product-action{position:relative;margin-bottom:0.9375rem;color:#333;text-align:center}
.product-default .btn-add-cart,.product-default .btn-icon-wish,.product-default .btn-quickview{border:1px solid #f4f4f4;background:#f4f4f4;color:#6f6e6b;line-height:34px}
.product-default:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i{display:none}
.product-default .btn-add-cart{display:inline-block;padding:0 0.875rem;font-size:0.75rem;font-weight:600;font-family:Poppins,sans-serif;text-align:center;vertical-align:top;cursor:pointer;transition:all 0.25s ease}
.product-default .btn-add-cart i{font-size:0.9375rem;line-height:32px}
.product-default .btn-add-cart i:before{margin:0 4px 0 0;font-weight:800}
.product-default.product-unfold .btn-add-cart i{display:inline-block}
.product-default.product-unfold:hover .product-action a.btn-quickview{right:0}
.product-default.product-unfold:hover .product-action a.btn-icon-wish{left:0}
.product-default:hover .btn-add-cart{background:#2b2b2d;border-color:#2b2b2d;color:#fff}
.product-default:hover .btn-add-cart.product-type-simple i{display:inline-block}
.product-default:hover .product-action a{opacity:1}
.product-default:hover .product-action a.btn-icon-wish{left:-40px}
.product-default:hover .product-action a.btn-quickview{right:-40px}
.old-price{text-decoration:line-through;font-size:0.875rem;letter-spacing:0.005em;color:#999;margin-right:3px}
.product-single-qty{display:inline-block;max-width:104px;vertical-align:middle}
.product-single-qty .bootstrap-touchspin.input-group{-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:none;padding-right:0}
.product-single-qty .bootstrap-touchspin .form-control{width:2.7em;height:36px;padding:10px 2px;color:#222529;font-size:0.875rem;font-family:Poppins,sans-serif;text-align:center}
.product-single-qty .bootstrap-touchspin .form-control,.product-single-qty .bootstrap-touchspin .form-control:not(:focus),.product-single-qty .btn-outline:not(:disabled):not(.disabled):active{border-color:#dae2e6}
.product-single-qty .btn{width:2.2em;padding:0}
.product-single-qty .btn.btn-down-icon:hover:after,.product-single-qty .btn.btn-down-icon:hover:before,.product-single-qty .btn.btn-up-icon:hover:after,.product-single-qty .btn.btn-up-icon:hover:before{background-color:#fa7070}
.product-single-qty .btn.btn-outline{border-color:#e7e7e7}
.product-single-qty .btn.btn-down-icon:after,.product-single-qty .btn.btn-up-icon:after,.product-single-qty .btn.btn-up-icon:before{display:block;position:absolute;top:50%;left:50%;width:9px;height:1px;margin-left:-0.3438rem;background:#222529;content:""}
.product-single-qty .btn.btn-up-icon:before{transform:rotate(90deg)}
.product-single-qty .horizontal-quantity::-webkit-inner-spin-button,.product-single-qty .horizontal-quantity::-webkit-outer-spin-button{-webkit-appearance:none}
.divide-line.up-effect .product-default .product-action{transition:0.3s;opacity:0}
.divide-line.up-effect .product-default:hover .product-action{opacity:1}
.inner-icon .btn-add-cart,.inner-icon .btn-icon-wish,.inner-icon .btn-quickview{background-color:transparent}
.left-details .btn-add-cart,.left-details .btn-icon-wish,.left-details .btn-quickview{background-color:#f4f4f4;border-color:#f4f4f4;color:black}
.left-details .btn-add-cart{margin-left:0;padding:0 0.9375rem}
.hidden-description:hover .btn-add-cart{background-color:#f4f4f4;position:absolute}
.hidden-description:hover .product-action a.btn-quickview{left:0}
.hidden-description .product-action{position:absolute;left:0;bottom:0;width:100%;margin-bottom:0}
.hidden-description:hover .product-action .btn-quickview{opacity:0.85}
.hidden-description:hover .product-action .btn-quickview:hover{opacity:1;color:#fff}
.hidden-description .btn-add-cart{position:absolute;z-index:3;justify-content:center;margin:0;width:50%;height:45px;border:none;background:#f4f4f4;font-size:0.8125rem;font-weight:400;letter-spacing:0.025em;font-family:Poppins,sans-serif;text-transform:uppercase;line-height:45px}
.hidden-description .btn-add-cart:hover{background-color:#0085c7;color:#fff}
.product-overlay figure .btn-add-cart i{display:inline-block}
.product-overlay .product-details .product-category,.product-overlay .product-details .product-price,.product-overlay .product-details .product-title a{color:#fff}
.overlay-dark .product-details .product-category,.overlay-dark .product-details .product-price,.overlay-dark .product-details .product-title a{color:#fff}
.creative-grid .product-default .btn-add-cart i{display:inline-block}
.inner-btn figure .btn-add-cart i{display:inline-block}
.quantity-input .product-single-qty{margin:0 0 0.625rem}
.quantity-input .btn-add-cart{margin:0 0 0.625rem 2px}
.quantity-input .btn-add-cart:hover{background-color:#fa7070;border-color:#fa7070;color:#fff}
.product-list:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i{display:block}
.product-list .product-action{margin-bottom:0}
.product-list .btn-add-cart{margin:0 3px 5px 0;padding:0 0.875rem;background-color:#fa7070;border-color:#fa7070;color:#fff}
.product-list:hover .product-action a.btn-icon-wish{left:0}
.product-widget .old-price{font-size:0.75rem}
.product-quick-view .product-single-filter label{margin-right:0}
.product-quick-view .product-single-details .product-title{width:100%}
.product-quick-view .view-cart{padding:13px 10px;font-size:0.8em;font-weight:700;text-transform:uppercase;text-decoration:underline}
.product-quick-view .product-single-details .product-single-filter:last-child{margin-left:-1px}
.product-intro.owl-carousel.owl-theme .owl-nav .owl-next{right:10px}
.product-intro.owl-carousel.owl-theme .owl-nav .owl-next{right:-30px}
.product-intro.owl-carousel.owl-theme .owl-nav .owl-next{right:10px}
.product-quick-view .product-single-details{position:absolute;right:0;height:100%!important;overflow-y:auto}
.product-quick-view .product-single-details::-webkit-scrollbar{height:10px;width:3px}
.product-quick-view .product-single-details::-webkit-scrollbar-thumb{background:#ebebeb;border-radius:10px;position:absolute}
.product-quick-view .product-single-details::-webkit-scrollbar-track{background:#fff;border-radius:10px;margin:8px;width:100%}
.col-xl-7col .old-price,.col-xl-8col .old-price{font-size:0.75rem}
.product-list:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i{display:block}
.product-list .product-action>a{padding:0;width:34px;height:34px}
.product-list .product-action>a i{display:inline-block}
.product-quick-view .product-single-details .product-title{font-size:1.625rem}
.product-category-panel .owl-carousel{margin-top:-10px;padding-top:10px}
.product-category-panel .owl-carousel .owl-nav button.owl-next,.product-category-panel .owl-carousel .owl-nav button.owl-prev{width:30px;font-size:24px;color:#333;line-height:22px}
.product-category-panel .owl-carousel .owl-nav button.owl-prev{left:-41px}
.product-category-panel .owl-carousel .owl-nav button.owl-next{right:-41px}
.product-category-panel .section-title{padding-bottom:0.625rem;border-bottom:1px solid #dbdbdb;margin-bottom:1.5625rem}
.product-category-panel .section-title h2{font-weight:700;font-size:1rem;line-height:1.2;font-family:"Open Sans",sans-serif;letter-spacing:-0.05em;color:#282d3b;text-transform:uppercase}
.product-category{color:#1d2127;margin-bottom:1.25rem;position:relative}
.product-category a:hover{color:inherit}
.product-category img{width:100%}
.product-category figure{margin-bottom:0;position:relative}
.product-category figure:after{position:absolute;width:100%;height:100%;left:0;top:0;background:transparent;transition:all 0.3s;z-index:1;content:""}
.product-category:hover figure:after{background-color:rgba(27,27,23,0.15)}
.owl-item>.product-category{margin-bottom:0}
.creative-grid .product-category{margin-bottom:0;padding-bottom:1.25rem}
.creative-grid .product-category.content-left-bottom .category-content{margin-bottom:20px}
.creative-grid .product-category figure{height:100%}
.creative-grid .product-category figure img{width:100%;height:100%;object-fit:cover;padding:0}
.product-category-panel .owl-carousel .owl-nav button.owl-next{right:-18px}
.product-category-panel .owl-carousel .owl-nav button.owl-prev{left:-18px}
.product-category-panel .owl-carousel .owl-nav button.owl-next{right:-41px}
.product-category-panel .owl-carousel .owl-nav button.owl-prev{left:-41px}
.product-category-panel .owl-carousel .owl-nav button.owl-next{right:-18px}
.product-category-panel .owl-carousel .owl-nav button.owl-prev{left:-18px}
.tabs .tab-content{border:1px solid #eee;box-shadow:0 1px 5px 0 rgba(0,0,0,0.04);padding:0.9375rem}
.tabs .nav-tabs{border-bottom:0}
.tabs .nav-tabs .nav-item .nav-link.active,.tabs .nav-tabs .nav-item.show .nav-link{border-top-color:#fa7070;color:#fa7070;background:#fff}
.tabs .nav-tabs .nav-item:not(:last-child){margin-right:0.0625rem}
.tabs .nav-tabs .nav-link{border-top-left-radius:0;border-top-right-radius:0;border-top:3px solid #eee;border-left:1px solid #eee;border-right:1px solid #eee;border-bottom:none;background:#f4f4f4;text-transform:none;font-weight:400;line-height:1.5rem;margin-bottom:-1px;padding:0.5rem 1rem}
.tabs .nav-tabs .nav-link:focus,.tabs .nav-tabs .nav-link:hover{border-top-color:#fa7070}
.tabs .tab-pane p:last-child{line-height:1.5rem}
.tabs-simple .tab-content{border:0;box-shadow:none;padding:1.875rem 0}
.tabs-simple .nav-tabs .nav-item .nav-link.active,.tabs-simple .nav-tabs .nav-item.show .nav-link{border-bottom-color:#555;color:#777}
.tabs-simple .nav-tabs .nav-item:not(:last-child){margin-right:0.0625rem}
.tabs-simple .nav-tabs .nav-link{border:0;border-bottom:3px solid #eee;text-transform:none;font-weight:400;font-size:16px;line-height:1.5rem;margin-bottom:-1px;color:#777;background:none;padding:15px 30px;margin-bottom:0.9375rem}
.tabs-simple .nav-tabs .nav-link:focus,.tabs-simple .nav-tabs .nav-link:hover{border-bottom-color:#555}
.tabs-with-icon .nav-tabs .nav-link{display:flex;flex-direction:column;align-items:center;background:none;margin-bottom:0.625rem}
.tabs-with-icon .icon-content{position:relative;height:75px;width:75px;line-height:75px;text-align:center;font-size:1.875rem;border:1px solid #dfdfdf;border-radius:50%;margin-bottom:0.9375rem}
.tabs-with-icon .icon-content:after{content:"";border:5px solid #f4f4f4;border-radius:50%;display:block;height:100%;padding:1px;position:absolute;top:0;width:100%;transform:scale(1.2);transition:transform 0.3s}
.tabs-with-icon .icon-content:hover:after{transform:scale(1.3)}
.product-single-tabs.product-tabs-list .product-desc-content p{margin-bottom:0.8125rem}
.product-single-tabs.product-tabs-list .product-desc-content ol,.product-single-tabs.product-tabs-list .product-desc-content ul{padding-left:3.625rem;margin-bottom:1.25rem}
.product-single-tabs.product-tabs-list .product-desc-content li:before{left:1.5rem}
.product-single-tabs.product-tabs-list .col-lg-2{-ms-flex:0 0 21.4%;flex:0 0 21.4%;max-width:21.4%}
.product-single-tabs.product-tabs-list .col-lg-10{-ms-flex:0 0 78.6%;flex:0 0 78.6%;max-width:78.6%}
.product-single-tabs.product-tabs-list .nav.nav-tabs{flex-direction:column;border:none}
.product-single-tabs.product-tabs-list .nav.nav-tabs .nav-item{margin-right:0;margin-bottom:0.5rem;border-bottom:1px solid #e7e7e7}
.product-single-tabs.product-tabs-list .nav.nav-tabs .nav-link{display:inline-block;padding:0.875rem 0 0.9375rem;margin-bottom:-1px}
.product-single-tabs.product-tabs-list .tab-pane{padding-top:0.3125rem}
.product-single-tabs.product-tabs-list .tab-content{padding-left:0.5625rem}
.section-title{text-transform:uppercase;font-size:1.125rem}
.owl-carousel .owl-nav .disabled{opacity:0.5;cursor:default}
.owl-carousel .owl-dots .owl-dot span{width:16px;height:16px;border-width:2px}
.owl-carousel .owl-dots .owl-dot span:before{margin:0;width:8px;height:8px;transform:translate(-50%,-50%)}
.owl-carousel .owl-dots .owl-dot.active span:before,.owl-carousel .owl-dots .owl-dot:hover span:before{transform:translate(-50%,-50%)}
.owl-carousel.dots-m-0 .disabled+.owl-dots{margin:0}
.owl-carousel.dots-mt-1 .disabled+.owl-dots{margin-top:0.625rem}
.owl-carousel.nav-big .owl-nav{font-size:2.3125rem}
.owl-carousel.nav-big .owl-nav i{padding:4px 7px}
.owl-carousel.nav-large .owl-nav{font-size:2.8125rem}
.owl-carousel.nav-large .owl-nav i{padding:4px 2px}
.owl-carousel.nav-image-center .owl-nav button{top:35%}
.owl-carousel.show-nav-hover .owl-nav{opacity:0;transition:opacity 0.2s,color 0.2s}
.owl-carousel.show-nav-hover:hover .owl-nav{opacity:1}
.owl-carousel .owl-nav .owl-prev{left:1vw}
.owl-carousel .owl-nav .owl-next{right:1vw}
.owl-carousel.nav-outer .owl-next{right:-1.7vw}
.owl-carousel.nav-outer.nav-large .owl-prev{left:-2.3vw}
.owl-carousel.nav-outer.nav-large .owl-next{right:-2.3vw}
.owl-carousel.nav-top .owl-nav .owl-next,.owl-carousel.nav-top .owl-nav .owl-prev{top:-4px}
.owl-carousel.nav-top .owl-nav .owl-prev{left:unset;right:1.875rem}
.owl-carousel.nav-top .owl-nav .owl-next{right:0}
.owl-carousel.dots-top .owl-dots{position:absolute;right:0;bottom:100%;margin:0 0 2.125rem}
.owl-carousel.dots-small .owl-dots span{width:14px;height:14px}
.owl-carousel.dots-small .owl-dots span:before{width:4px;height:4px}
.owl-carousel.dots-simple .owl-dots .owl-dot.active span:before{background-color:#222529}
.owl-carousel.dots-simple .owl-dots .owl-dot span{margin:1px 1px 2px 0px;border:none}
.owl-carousel.dots-simple .owl-dots .owl-dot span:before{opacity:1;visibility:visible;background-color:#D6D6D6}
.owl-carousel.images-center img{width:auto;margin:auto}
.dots-left .owl-dots{text-align:left}
.owl-carousel.dot-inside .owl-dots{position:absolute;right:2.25rem;left:2.25rem;bottom:2.5625rem;text-align:center}
.owl-carousel:not(.owl-loaded){flex-wrap:nowrap;overflow:hidden}
.owl-carousel:not(.owl-loaded)[class*=cols-]:not(.gutter-no){margin-left:-10px!important;margin-right:-10px!important;width:auto}
.owl-carousel:not(.owl-loaded).row{display:flex}
.cart-product-info{color:#696969}
.cart-dropdown .product-image-container{position:relative;max-width:80px;width:100%;margin:0;margin-left:auto;border:1px solid #f4f4f4}
.cart-dropdown .product-image-container a:after{display:none}
.dropdown-cart-total .cart-total-price{margin-left:auto;font-size:0.9375rem}
.dropdown-cart-action .view-cart{margin:0.625rem 0;background:#e7e7e7;color:#222529}
.dropdown-cart-action .view-cart:focus,.dropdown-cart-action .view-cart:hover{background:#f1f1f1;color:#222529}
footer .widget{margin-bottom:1.875rem}
.footer .widget li{color:#a8a8a8}
.product-default .btn-add-cart i{display:none}
.view-cart{padding:14px 27px 13px;margin:3px 0;height:48px;font-family:"Open Sans",sans-serif}
.add-cart{padding:12px 27px 10px 26px;font-size:0.875rem;font-weight:700;letter-spacing:-0.015em;line-height:24px}
.product-widgets-container .product-single-details{margin-bottom:3px}
.product-single-container:not(.product-quick-view) .product-action .add-cart.added-to-cart:before{display:none}
.product-single-details{margin-bottom:0.6875rem}
.product-single-details .product-action .add-cart{display:inline-flex;align-items:center}
.product-single-details .product-action .sticky-sidebar .product-single-details{margin-bottom:1.6875rem}
.product-single-details .product-title{margin-bottom:0.6875rem;color:#222529;font-size:1.875rem;font-weight:700;letter-spacing:-0.01em;width:calc(100% - 70px)}
.product-single-details .product-nav{position:absolute;display:flex;top:4px;right:10px}
.product-single-details .product-nav.top-0{top:0}
.product-single-details .product-nav a{color:#222529}
.product-single-details .product-nav .product-next,.product-single-details .product-nav .product-prev{float:left;margin-left:2px}
.product-single-details .product-nav .product-next.disabled>a,.product-single-details .product-nav .product-prev.disabled>a{color:#999;cursor:no-drop}
.product-single-details .product-nav .product-next:hover .product-popup,.product-single-details .product-nav .product-prev:hover .product-popup{display:block}
.product-single-details .product-nav a:hover{color:#333}
.product-single-details .product-nav .product-link{display:flex;align-items:center;justify-content:center;font-size:16px;width:28px;height:28px;line-height:23px;border:2px solid #e7e7e7;border-radius:14px;text-align:center;text-decoration:none;font-family:"porto"}
.product-single-details .product-nav .product-prev .product-link:before{content:"??";display:block}
.product-single-details .product-nav .product-next .product-link:before{content:"??";display:block}
.product-single-details .product-nav .product-popup{position:absolute;top:31px;display:none;right:0;font-size:13px;z-index:999;width:110px;box-shadow:0 5px 8px rgba(0,0,0,0.15);text-align:center;background-color:#fff}
.product-single-details .product-nav .product-popup:before{right:36px;border-bottom:7px solid #333;border-left:7px solid transparent!important;border-right:7px solid transparent!important;content:"";position:absolute;top:-5px}
.product-single-details .product-nav .box-content{border-top:3px solid #222529;display:block;padding:10px 10px 11px}
.product-single-details .product-nav .box-content>span{-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;display:block;padding-top:5px;line-height:1.4em;font-size:12px;font-weight:600;text-align:center;color:#797876}
.product-single-details .product-nav .product-next .product-popup:before{right:7px}
.product-single-details .product-filters-container{padding-top:2px;padding-bottom:0.875rem}
.product-single-details .product-filters-container+.price-box{margin-top:1.375rem;margin-bottom:0.5rem}
.product-single-details .price-box{margin-bottom:1.4375rem;color:#222529;font-weight:600;font-family:Poppins,sans-serif}
.product-single-details .product-filtered-price{display:none;margin-bottom:0.8125rem;margin-top:0.4375rem}
.product-single-details .new-price{color:#222529;font-size:1.5rem;letter-spacing:-0.02em;vertical-align:middle;line-height:0.8;margin-left:3px}
.product-single-details .product-price{color:#222529;font-size:1.5rem;letter-spacing:-0.02em;vertical-align:middle;line-height:0.8}
.product-single-details .old-price{position:relative;top:2px;color:#a7a7a7;font-size:1.1875rem;font-weight:600;vertical-align:middle}
.product-single-details .old-price+.product-price{margin-left:0.25rem}
.product-single-details .add-wishlist:before{margin-right:0.1875rem}
.product-single-details .short-divider{width:40px;height:0;border-top:2px solid #e7e7e7;margin:0 0 1.375rem;text-align:left}
.product-single-details .product-single-filter:last-child{display:none;margin-bottom:0.625rem;margin-top:-2px}
.product-single-details .divider+.product-action{margin-top:-0.3125rem}
.product-single-details .product-action+.divider{margin-top:1rem}
.product-single-details .ratings-container{margin-bottom:1.3125rem;display:flex;align-items:center}
.product-single-details .ratings-container .product-ratings,.product-single-details .ratings-container .ratings{font-size:0.8125rem}
.product-single-details .ratings-container .product-ratings{height:14px;margin-left:-1px;margin-right:1px}
.product-single-details .ratings-container .product-ratings:before{color:#999}
.product-single-details .ratings-container .ratings:before{color:#FD5B5A}
.product-single-details .rating-link{color:#999;font-size:0.8125rem;font-weight:400;padding-left:0.625rem}
.product-single-details .rating-link:hover{text-decoration:underline}
.product-single-details .rating-link-separator{padding-left:0.5625rem;font-size:0.8125rem}
.product-single-details .product-desc{margin-bottom:1.125rem;font-size:1rem;letter-spacing:-0.015em;line-height:1.6875}
.product-single-details .product-desc a{color:#222529}
.product-single-details .product-action{padding:0.9375rem 0 1rem;border-top:1px solid #e7e7e7}
.product-single-details .container{align-items:center;-ms-flex-align:center}
.product-single-details .container img{max-width:3.125rem;max-height:3.125rem;margin-right:1.25rem}
.product-single-details .product-single-qty{margin:0.3125rem 0.3125rem 0.3125rem 1px}
.product-single-details .product-single-qty .form-control{height:48px;font-size:1rem;font-weight:700}
.product-single-details .clear-btn{display:inline-block;background-color:#f4f4f4;margin-top:-3px;margin-left:-3px;padding:5px 8px;font-size:0.625rem;color:#777}
.product-single-details .clear-btn:hover{background-color:#fa7070;color:#fff}
.product-filters-container select.form-control:not([size]):not([multiple]){margin-bottom:0;height:42px;font-weight:600}
.product-filters-container .select-custom{max-width:282px;width:100%}
.product-filters-container .select-custom:after{right:0.9375rem;color:#222529}
.product-single-container .cart-sticky .sticky-header.fixed{top:58px;box-shadow:none;border:1px solid #e7e7e7;animation:none}
main .sticky-header.fixed .product-action{flex:1;-ms-flex:1;border:0;margin:0;padding:0;min-width:260px;text-align:right}
main .sticky-header .old-price{font-size:0.875rem}
.product-both-info .product-single-details{margin-top:0}
.product-both-info .product-single-details .product-desc{border-bottom:0}
.product-both-info .product-single-gallery .label-group{left:1.125rem}
.single-info-list{margin-bottom:1.0625rem;padding:0;font-size:0.75rem;line-height:1.5;letter-spacing:0.005em;text-transform:uppercase}
.single-info-list li{margin-bottom:0.625rem;letter-spacing:0.001em}
.single-info-list li strong{color:#222529;letter-spacing:0}
.product-single-filter{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:0.625rem}
.product-single-filter label{margin-right:2.625rem;min-width:3.125rem;margin-bottom:0;color:#777;font-weight:400;font-family:"Open Sans",sans-serif;letter-spacing:0.005em;text-transform:uppercase}
.product-single-filter .config-swatch-list{display:inline-flex;margin:0}
.product-single-filter .config-size-list li{margin-bottom:0;margin-right:0;color:#777}
.product-single-filter .config-size-list li a{margin:3px 6px 3px 0;min-width:2rem;height:1.625rem;border:1px solid #eee;color:inherit;font-size:0.6875rem;font-weight:500;line-height:1.625rem;background-color:#fff}
.product-single-filter .config-size-list li a:not(.disabled):hover{border-color:#fa7070;background-color:#fa7070;color:#fff}
.product-single-filter .config-size-list li a.disabled{cursor:not-allowed;text-decoration:none;background-color:transparent;opacity:0.5}
.product-single-filter .config-size-list li a.filter-color{height:1.75rem;min-width:1.75rem}
.product-single-filter .config-size-list li.active a{border-color:#fa7070;outline:none;color:#fff;background-color:#fa7070}
.product-single-filter .config-size-list li.active a.filter-color:before{display:inline-block;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);font-family:"porto";font-size:0.6875rem;line-height:1;content:"??"}
.product-single-filter .config-img-list li a{height:100%}
.product-single-filter .config-img-list li img{width:30px;height:30px}
.product-single-filter.product-single-qty{max-width:148px;max-height:4.6875rem;border-bottom:0}
.product-single-qty label{color:#222529;font-weight:600;font-size:0.9375rem}
.product-single-share{display:-ms-flexbox;display:flex;margin-top:0.4375rem;-ms-flex-align:center;align-items:center;flex-wrap:wrap;-ms-flex-wrap:wrap}
.product-single-share label{margin-right:0.9375rem;margin-bottom:0.3125rem;color:#222529;font-weight:600;font-size:0.875rem;line-height:1.1;font-family:"Open Sans",sans-serif;letter-spacing:0.005em;text-transform:uppercase}
.product-single-share .social-icons{margin-top:2px}
.product-single-share .social-icons.vertical{display:flex;flex-direction:column}
.product-single-share .social-icons.vertical .social-icon{border-radius:0}
.product-single-share .social-icon{line-height:2em;border:2px solid transparent;margin:0.2857em 1px 0.2857em 0}
.product-single-share:not(.icon-with-color) .social-icon{border-radius:50%}
.product-single-share:not(.icon-with-color) .social-icon:not(:hover):not(:active):not(:focus){color:#222529;background-color:transparent;border-color:#e7e7e7}
.product-single-gallery{margin-bottom:2.0625rem}
.product-single-gallery .sticky-slider:not(.sticked){position:relative!important}
.product-single-gallery a{display:block}
.product-single-gallery img{display:block;width:100%;max-width:none}
.product-single-gallery .prod-thumbnail .owl-nav{font-size:1rem;color:#fa7070}
.product-single-gallery .prod-thumbnail .owl-nav .owl-prev{left:0.9375rem}
.product-single-gallery .prod-thumbnail .owl-nav .owl-next{right:0.9375rem}
.product-single-gallery .owl-nav{font-size:1.75rem}
.product-single-gallery .owl-nav .owl-prev{left:1.5625rem}
.product-single-gallery .owl-nav .owl-next{right:1.5625rem}
.product-single-gallery .owl-nav button{transition:opacity 0.5s}
.product-single-gallery .product-item{position:relative;z-index:2}
.product-single-gallery .product-item:not(:last-child){margin-bottom:4px}
.product-single-gallery .product-item:hover .prod-full-screen{opacity:1}
.product-single-gallery .product-single-grid{margin-bottom:2.25rem}
.product-single-gallery .label-group{position:absolute;z-index:100;top:0.6875rem;left:0.6875rem}
.product-single-gallery .product-label{display:block;text-align:center;margin-bottom:5px;text-transform:uppercase;padding:7px;color:#fff;font-weight:600;font-size:12px;font-weight:700;line-height:1;border-radius:12px}
.product-single-gallery .product-label.label-hot{background-color:#2ba968}
.product-single-gallery .product-label.label-sale{background-color:#da5555}
.product-single-gallery .product-label.label-new{background-color:#fa7070}
.prod-thumbnail{display:flex;display:-ms-flexbox;margin:8px 0 0;padding:0 1px}
.prod-thumbnail>.owl-dot{flex:0 0 25%;max-width:25%;padding:4px}
.prod-thumbnail.owl-theme .owl-nav [class*=owl-]:hover{color:#fa7070}
.prod-thumbnail img{width:100%;cursor:pointer}
.prod-thumbnail .owl-dot.active img,.prod-thumbnail img:hover{border:1px solid #cccccc}
.product-slider-container:not(.container){position:relative;padding-left:1px;padding-right:1px}
.product-slider-container:not(.container):hover .prod-full-screen{opacity:1}
.product-slider-container:not(.container) button.owl-next:not(.disabled),.product-slider-container:not(.container) button.owl-prev:not(.disabled){opacity:1}
.prod-full-screen{position:absolute;right:1.25rem;bottom:1.0625rem;transition:all 0.5s;outline:none;opacity:0;z-index:1}
.prod-full-screen i{color:#000;font-size:0.875rem;cursor:pointer}
.product-single-tabs .tab-pane{padding-top:1.875rem;padding-bottom:1.875rem;color:#7b858a;line-height:1.92}
.product-single-tabs .sticky-header{height:auto}
.product-single-tabs .nav.nav-tabs .nav-link{color:#818692}
.product-single-tabs .nav.nav-tabs .nav-link.active{color:#222529}
.product-single-tabs .nav.nav-tabs .nav-link{font-family:"Open Sans",sans-serif;font-size:0.8125rem}
.product-single-tabs .nav.nav-tabs .nav-link.active,.product-single-tabs .nav.nav-tabs .nav-link:hover{border-bottom-color:#222529}
.product-single-tabs .nav-item{font-size:0.8125rem}
.product-desc-content{margin-bottom:1.5625rem}
.product-desc-content .feature-icon{display:flex;align-items:center;justify-content:center;margin:0 auto 1.1875rem;border-style:solid;border-width:2px;width:64px;height:64px;line-height:60px;border-radius:60px;font-size:28px;color:#fa7070;background:transparent;border-color:#fa7070}
.product-desc-content .feature-box p{font-size:14px;line-height:27px;color:#4a505e;letter-spacing:0}
.product-desc-content .feature-box h3{margin-bottom:0.5rem;font-size:0.875rem}
.product-desc-content p{margin-bottom:1.4375rem;letter-spacing:0.005em}
.product-desc-content ol,.product-desc-content ul{margin-bottom:1.5rem;padding-left:4.625rem;letter-spacing:0.005em;position:relative;padding-top:2px}
.product-desc-content li{margin-bottom:9px;letter-spacing:0}
.product-desc-content li:before{content:"??";position:absolute;left:2.5rem;display:inline-block;margin-top:-2px;vertical-align:middle;font-family:"Font Awesome 5 Free";font-weight:900;margin-right:1.125rem;color:#21293c;font-size:1rem}
.product-desc-content img.float-left,.product-desc-content img.float-right{max-width:50%}
.product-desc-content img{padding-top:4px}
.product-desc-content .feature-box i{display:inline-block;font-size:1.75rem;float:none;margin-bottom:0;margin-top:3px}
.product-desc-content .feature-box-content{margin-left:0}
.products-section{padding-top:2.375rem;padding-bottom:1.875rem}
.products-section .owl-carousel.dots-top .owl-dots{margin:0px -2px 2.1875rem}
.products-section .owl-carousel.dots-top .owl-dots span{border-color:rgba(0,68,102,0.4)}
.products-section .owl-carousel.dots-top .owl-dot.active span{border-color:#fa7070}
.products-section .product-title{margin-bottom:4px}
.products-section .price-box{margin-bottom:0.875rem}
.products-section h2{font-family:"Poppins";padding-bottom:0.625rem;border-bottom:1px solid #e7e7e7;margin-bottom:2.125rem;font-size:1.125rem;line-height:22px;letter-spacing:-0.01em;text-transform:uppercase}
.products-section.pt-sm{padding-top:1.5625rem}
.product-sidebar-right{margin-bottom:1.0625rem}
.product-sidebar-right .product-single-gallery{margin-bottom:1.6875rem}
.product-sidebar-right .product-single-details{margin-bottom:0.375rem}
.product-sidebar-right .product-desc-content p{margin-bottom:0.8125rem;letter-spacing:0.005em}
.product-sidebar-right .product-desc-content ul{margin-bottom:1.25rem;padding-left:3.625rem}
.product-sidebar-right .product-desc-content li:before{left:1.5rem}
.products-section .container-fluid{padding-right:20px;padding-left:20px}
.custom-product-single-tabs .product-desc-content ol,.custom-product-single-tabs .product-desc-content ul{margin-bottom:1.25rem;padding-left:3.625rem}
.custom-product-single-tabs .product-desc-content li:before{left:1.5rem}
.custom-product-single-tabs .product-desc-content p{margin-bottom:0.8125rem}
.product-single-tab-two .product-desc-content p{margin-bottom:0.8125rem}
.product-single-tab-two .product-desc-content ul{margin-bottom:1.25rem;padding-left:3.625rem}
.product-single-tab-two .product-desc-content li:before{left:1.5rem}
.product-left-sidebar .product-single-details{margin-bottom:0.5rem}
.products-section{padding-top:3rem;padding-bottom:2.25rem}
.product-both-info .product-single-share{-ms-flex-pack:end;justify-content:flex-end}
.main-content .col-lg-7{-ms-flex:0 0 54%;flex:0 0 54%;max-width:54%}
.main-content .col-lg-5{-ms-flex:0 0 46%;flex:0 0 46%;max-width:46%}
.product-full-width .product-single-details .product-title{font-size:2.5rem}
.pg-vertical .product-slider-container{max-width:calc(100% - 53px)}
.sidebar-shop .widget{padding:1.25rem;border:1px solid #e7e7e7}
.sidebar-shop .widget:after{display:block;clear:both;content:""}
.sidebar-shop .widget:not(:last-child){border-bottom:0}
.widget .owl-carousel .owl-nav{position:absolute;top:-2.1875rem;right:1px;line-height:0}
.widget .owl-carousel .owl-nav button.owl-next,.widget .owl-carousel .owl-nav button.owl-prev{padding:0 0.25rem!important;border-radius:0;color:#222529;font-size:1.125rem;line-height:1;background-color:transparent}
.widget .owl-carousel .owl-nav i:before{width:auto;margin:0}
.widget .config-swatch-list{display:flex;flex-wrap:wrap;margin-top:0.1875rem}
.widget .config-swatch-list li{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin:0;font-size:0.8125rem}
.widget .config-swatch-list li a{margin:3px 6px 3px 0;box-shadow:none}
.widget.widget-color .widget-body{padding-top:0.375rem}
.widget.widget-size .widget-body{padding-top:0.6875rem}
.shop-off-canvas .widget{border:none}
.shop-off-canvas .widget:not(:last-child){border-bottom:1px solid #e7e7e7}
.sidebar-shop .widget{padding:1.25rem 0;border:0}
.sidebar-shop .widget:first-child{padding-top:0}
.sidebar-shop .widget:not(:last-child){border-bottom:1px solid #e7e7e7}
.post-media .prod-full-screen{display:flex;width:30px;height:30px;align-items:center;justify-content:center;background-color:#fa7070;border-radius:50%}
.post-media .prod-full-screen i{color:#fff}
.post-media:hover .prod-full-screen{opacity:1}
.post-slider .owl-dots{position:absolute;right:0;bottom:0.1563rem;left:0;margin:0!important}
.sidebar{position:relative;height:100%;font-size:0.8125rem}
.sidebar .widget{margin-bottom:1.9375rem}
.sidebar .sidebar-wrapper{padding-bottom:2.625rem}
.sidebar .sidebar-wrapper .widget:last-child{margin-bottom:0;padding-bottom:1.875rem}
.widget form{margin-bottom:0}
.widget.widget-categories .widget-title{margin-top:1px;margin-bottom:1.125rem}
.heading-border.section-title{margin:0 -1.25rem 1.1875rem;letter-spacing:-0.02em;line-height:1.4}
.heading-border.section-title:after,.heading-border.section-title:before{margin:0 0.9375rem;margin-top:2px}
.home-slider.owl-carousel .owl-nav{font-size:1.5rem}
.section-title.categories-section-title{margin-bottom:2.8125rem}
.blog-section .heading-border.section-title{margin-bottom:1.3125rem}
.product-widgets-container .product-single-details{margin-bottom:3px}

/* =========================================================
   Product page ? visual home2
   ========================================================= */
.home2-page .product-page-layout {
    font-size: 1rem;
    color: #4A3B32;
}

.home2-page .product-page-layout .product-single-details > .product-title {
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(1.5rem, 2.5vw, 1.875rem) !important;
    font-weight: 400;
    line-height: 1.25;
    color: #2f203c;
    margin-bottom: 0.75rem;
}

.home2-page .product-page-ratings {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem !important;
}

.home2-page .product-price-block {
    margin-bottom: 1rem;
}

.home2-page .product-price-block .price-box {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
}

.home2-page .product-price-block .price-currency {
    font-size: 1rem;
    font-weight: 600;
    color: #6B554B;
}

.home2-page .product-price-block .new-price {
    font-size: 1.75rem !important;
    font-weight: 700;
    color: #2f203c !important;
    line-height: 1;
}

.home2-page .product-price-block .old-price {
    font-size: 1rem !important;
    color: #BCA397 !important;
    text-decoration: line-through;
}

.home2-page .product-discount-badge {
    background: #FFF6F2;
    color: #DE6854;
    border: 1px solid #F2DDD4;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.2rem 0.55rem;
}

.home2-page .product-status-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.home2-page .product-availability-badge,
.home2-page .product-feature-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.2;
    border: 1px solid transparent;
}

.home2-page .product-availability-badge--available {
    background: #edf7ed;
    color: #2e7d32;
    border-color: #c8e6c9;
}

.home2-page .product-availability-badge--ready {
    background: #edf7ed;
    color: #2e7d32;
    border-color: #c8e6c9;
}

.home2-page .product-availability-badge--unavailable {
    background: #fdecea;
    color: #b43a2f;
    border-color: #f5c6cb;
}

.home2-page .product-availability-dot {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: currentColor;
}

.home2-page .product-feature-tag--digital,
.home2-page .product-feature-tag--shipping {
    background: #edf7ed;
    color: #2e7d32;
    border-color: #c8e6c9;
}

.home2-page .product-feature-tag--immediate {
    background: #e8f4f7;
    color: #0c5460;
    border-color: #bee5eb;
}

.home2-page .product-feature-tag--encomenda {
    background: #FFF6F2;
    color: #DE6854;
    border-color: #F2DDD4;
}

.home2-page .product-page-layout .product-slider-container {
    position: relative;
    width: 100%;
    aspect-ratio: auto;
    height: auto;
    overflow: hidden;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #F5E6E0;
}

.home2-page .product-page-layout .product-single-carousel {
    height: auto;
}

.home2-page .product-page-layout .product-single-carousel .owl-stage,
.home2-page .product-page-layout .product-single-carousel .owl-item {
    height: auto !important;
}

.home2-page .product-page-layout .product-single-carousel .owl-stage-outer {
    overflow: hidden !important;
}

.home2-page .product-page-layout .product-single-carousel .owl-height {
    transition: height 0.25s ease;
}

.home2-page .product-page-layout .product-single-carousel .product-item {
    display: block;
    height: auto !important;
    margin: 0;
    line-height: 0;
}

.home2-page .product-page-layout .product-single-image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    margin: 0 auto;
}

.home2-page .product-page-layout .product-single-carousel .owl-nav {
    margin: 0;
}

.home2-page .product-page-layout .product-single-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
    border: 1px solid #F2DDD4 !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.95) !important;
    color: #4A3B32 !important;
    box-shadow: 0 4px 12px rgba(74,59,50,0.08);
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
}

.home2-page .product-page-layout .product-single-carousel .owl-nav .owl-prev { left: 0.75rem; }
.home2-page .product-page-layout .product-single-carousel .owl-nav .owl-next { right: 0.75rem; }
.home2-page .product-page-layout .product-single-carousel .owl-nav button:hover {
    background: #DE6854 !important;
    border-color: #DE6854 !important;
    color: #fff !important;
}

.home2-page .prod-thumbnail-wrap {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.home2-page .prod-thumbnail {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
}

.home2-page .prod-thumbnail .owl-dot {
    width: 4.25rem;
    height: 4.25rem;
    border: 1px solid #EAD5CC;
    border-radius: 0.75rem;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.75;
    padding: 0;
    background: #fff;
    transition: border-color 0.2s, opacity 0.2s;
}

.home2-page .prod-thumbnail .owl-dot.active,
.home2-page .prod-thumbnail .owl-dot:hover {
    opacity: 1;
    border-color: #DE6854;
}

.home2-page .prod-thumbnail .owl-dot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home2-page .product-video-thumb {
    width: 4.25rem;
    height: 4.25rem;
    border: 1px solid #EAD5CC;
    border-radius: 0.75rem;
    background: #2f203c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.home2-page .product-page-layout .prod-full-screen {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 5;
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    color: #4A3B32;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Qty TouchSpin */
.home2-page .product-single-qty .bootstrap-touchspin {
    display: inline-flex;
    align-items: stretch;
    border: 1px solid #EAD5CC;
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
    max-width: 9rem;
}

.home2-page .product-single-qty .bootstrap-touchspin .form-control,
.home2-page .product-single-qty .horizontal-quantity {
    border: 0 !important;
    box-shadow: none !important;
    text-align: center;
    font-weight: 600;
    font-size: 0.9375rem;
    color: #2f203c;
    width: 3rem;
    min-width: 3rem;
    background: transparent;
}

.home2-page .h2-qty-btn,
.home2-page .product-single-qty .bootstrap-touchspin .btn {
    border: 0 !important;
    background: #FFF6F2 !important;
    color: #DE6854 !important;
    width: 2.5rem;
    min-width: 2.5rem;
    padding: 0;
    font-size: 1.125rem;
    line-height: 1;
    box-shadow: none !important;
}

.home2-page .h2-qty-btn:hover,
.home2-page .product-single-qty .bootstrap-touchspin .btn:hover {
    background: #DE6854 !important;
    color: #fff !important;
}

.home2-page .product-qty-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #6B554B;
    margin-bottom: 0.35rem;
}

.home2-page .product-btn-buy,
.home2-page .submit_addToCart.product-btn-buy {
    background: #28a745 !important;
    border-color: #28a745 !important;
    color: #fff !important;
    border-radius: 999px !important;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
}

.home2-page .product-btn-buy:hover {
    background: #218838 !important;
    border-color: #1e7e34 !important;
}

/* Variants ? compacto */
.home2-page .variant-picker {
    gap: 0.65rem;
    margin: 0.25rem 0 0.5rem;
    padding: 0.5rem 0;
}

.home2-page .variant-picker-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
}

.home2-page .variant-picker-heading {
    display: inline-flex;
    gap: 0.35rem;
    align-items: baseline;
    margin-bottom: 0;
    font-size: 0.8125rem;
    min-width: 5.5rem;
    flex-shrink: 0;
}

.home2-page .variant-picker-label { color: #6B554B; }
.home2-page .variant-picker-selected { color: #2f203c; }

.home2-page .variant-picker-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-bottom: 0;
    flex: 1 1 auto;
}

.home2-page .variant-picker-size {
    min-width: 2.125rem;
    height: 2.125rem;
    padding: 0 0.55rem;
    border: 1px solid #EAD5CC;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4A3B32;
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 600;
    background: #fff;
}

.home2-page .variant-picker-size:hover,
.home2-page .variant-picker-size.active,
.home2-page .variant-picker-size.selected,
.home2-page .variant-picker-size.is-selected {
    border-color: #DE6854;
    color: #DE6854;
    text-decoration: none;
}

.home2-page .variant-picker-colors .variant-picker-color,
.home2-page a.variant-picker-color {
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 0.5rem;
}
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #EAD5CC;
    display: inline-block;
}

.home2-page .variant-picker-color.active,
.home2-page .variant-picker-color.selected {
    box-shadow: 0 0 0 2px #DE6854;
}

/* Tabs */
.home2-page .product-page-tabs {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #F5E6E0;
}

.home2-page .product-section-title {
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 1.375rem;
    font-weight: 400;
    color: #2f203c;
    margin-bottom: 1rem;
}

.home2-page .product-page-tabs .nav-tabs {
    border: 0;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.home2-page .product-page-tabs .nav-item { margin: 0; }

.home2-page .product-page-tabs .nav-link {
    border: 1px solid #EAD5CC !important;
    border-radius: 999px !important;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #6B554B;
    background: #fff;
}

.home2-page .product-page-tabs .nav-link:hover {
    color: #DE6854;
    border-color: #DE6854 !important;
}

.home2-page .product-page-tabs .nav-link.active {
    background: #DE6854 !important;
    border-color: #DE6854 !important;
    color: #fff !important;
}

.home2-page .product-desc-content,
.home2-page .product-size-content,
.home2-page .product-reviews-content {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #4A3B32;
}

.home2-page .product-size-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home2-page .product-size-content li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid #F5E6E0;
}

.home2-page .product-size-content li span {
    color: #8C6D60;
    font-weight: 600;
}

.home2-page .product-single-tabs .accordion-header {
    font-size: 0.9375rem !important;
    border-radius: 0.75rem !important;
    border-color: #EAD5CC !important;
    background: #FFF9F6 !important;
    color: #2f203c;
}

.home2-page .ratings-container .product-ratings,
.home2-page .ratings-container .ratings {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 0.875rem !important;
}
.home2-page .ratings-container .product-ratings::before,
.home2-page .ratings-container .ratings::before {
    content: "\f005\f005\f005\f005\f005" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}
.home2-page .ratings-container .product-ratings::before { color: rgba(0,0,0,0.16) !important; }
.home2-page .ratings-container .ratings::before { color: #DE6854 !important; }

/* =========================================================
   Product page ? ajustes layout (thumbs, espa?amento, CTAs)
   ========================================================= */
.home2-page .product-page-layout .product-single-gallery {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch;
    gap: 0.75rem;
}

.home2-page .product-page-layout .product-slider-container {
    order: 1 !important;
    width: 100% !important;
    margin: 0 !important;
}

.home2-page .product-page-layout .prod-thumbnail-wrap {
    order: 2 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.5rem;
    width: 100%;
    margin: 0.25rem 0 0 !important;
}

.home2-page .product-page-layout .product-gallery-below {
    order: 3 !important;
    display: flex !important;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    margin-top: 0.5rem !important;
}

.home2-page .product-page-layout .prod-thumbnail {
    order: unset !important;
    margin: 0 !important;
}

/* Menos espa?o entre colunas */
.home2-page .product-page-layout .product-hero-row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.home2-page .product-page-layout .product-hero-row > [class*="col-"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

@media (min-width: 992px) {
    .home2-page .product-page-layout .product-hero-row > .product-gallery-col {
        flex: 0 0 48%;
        max-width: 48%;
    }
    .home2-page .product-page-layout .product-hero-row > .product-single-details {
        flex: 0 0 52%;
        max-width: 52%;
    }
}

.home2-page .product-page-layout .product-single-details {
    padding-top: 0;
}

.home2-page .product-status-tags,
.home2-page .product-info-badges,
.home2-page .product-price-block,
.home2-page .product-page-ratings {
    margin-bottom: 0.75rem !important;
}

/* Sem bullets na lista de info */
.home2-page .single-info-list,
.home2-page .product-info-badges {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.home2-page .single-info-list li,
.home2-page .product-info-badges li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    position: relative;
}

.home2-page .single-info-list li::before,
.home2-page .single-info-list li::marker,
.home2-page .product-info-badges li::before,
.home2-page .product-info-badges li::marker {
    content: none !important;
    display: none !important;
}

/* Bot?o comprar verde */
.home2-page .product-btn-buy,
.home2-page .submit_addToCart.product-btn-buy,
.home2-page .product-btn-buy.btn-success {
    background: #28a745 !important;
    border-color: #28a745 !important;
    color: #fff !important;
}

.home2-page .product-btn-buy:hover,
.home2-page .product-btn-buy.btn-success:hover,
.home2-page .product-btn-buy:focus {
    background: #218838 !important;
    border-color: #1e7e34 !important;
    color: #fff !important;
}

/* Ver carrinho destacado */
.home2-page .view-cart2 {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.7rem 1.25rem !important;
    border-radius: 999px !important;
    border: 2px solid #28a745 !important;
    background: #fff !important;
    color: #28a745 !important;
    font-weight: 700 !important;
    font-size: 0.9375rem !important;
    text-decoration: none !important;
}

.home2-page .view-cart2.d-none {
    display: none !important;
}

.home2-page .view-cart2:hover {
    background: #28a745 !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* Wishlist com ?cone vis?vel */
.home2-page .product-wishlist-circle a {
    border-color: #EAD5CC;
    color: #DE6854;
}

.home2-page .product-wishlist-circle a i.fas,
.home2-page .product-wishlist-circle a i.far {
    font-size: 1.125rem;
}

.home2-page .product-buy-actions {
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.home2-page .product-freight-box {
    margin-top: 0.75rem;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid #F5E6E0;
    background: #FFF9F6;
}

/* =========================================================
   Product page ? descri??o branca, thumb, gap frete
   ========================================================= */
.home2-page .product-page-tabs-card {
    background: #fff;
    border: 1px solid #F5E6E0;
    border-radius: 1rem;
    padding: 1.25rem 1.35rem 1.5rem;
    margin-top: 1.75rem;
    box-shadow: 0 4px 18px rgba(74, 59, 50, 0.04);
}

.home2-page .product-page-tabs-card .product-section-title {
    margin-top: 0;
    margin-bottom: 1rem;
}

.home2-page .product-page-tabs-panel {
    background: #fff;
    border-radius: 0.75rem;
}

.home2-page .product-page-tabs-card .product-desc-content,
.home2-page .product-page-tabs-card .product-size-content,
.home2-page .product-page-tabs-card .product-reviews-content {
    background: #fff;
    color: #4A3B32;
    font-size: 0.9375rem;
    line-height: 1.65;
}

.home2-page .product-desc-report a {
    color: #DE6854;
    font-size: 0.875rem;
    font-weight: 600;
}

/* Thumb: borda s? no bot?o, n?o na imagem (evita borda dupla/estranha) */
.home2-page .prod-thumbnail .owl-dot {
    border: 1px solid #EAD5CC !important;
    box-shadow: none !important;
    outline: none !important;
    background: #fff !important;
}

.home2-page .prod-thumbnail .owl-dot.active,
.home2-page .prod-thumbnail .owl-dot:hover {
    border-color: #DE6854 !important;
}

.home2-page .prod-thumbnail .owl-dot img,
.home2-page .product-page-layout .prod-thumbnail img,
.home2-page .product-page-layout .prod-thumbnail .owl-dot img {
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0.65rem !important;
}

/* Menos espa?o entre varia??es e frete */
.home2-page .product-filters-container {
    padding-bottom: 0 !important;
    margin-bottom: 0.5rem !important;
    min-height: 0 !important;
}

.home2-page .product-filters-container .variant-picker {
    margin-bottom: 0.35rem !important;
    padding-bottom: 0.5rem !important;
    gap: 0.55rem;
}

.home2-page .product-filters-container + .product-freight-box,
.home2-page .product-filters-container ~ .product-freight-box {
    margin-top: 0.5rem !important;
}

.home2-page .product-freight-box {
    margin-top: 0.5rem !important;
    margin-bottom: 1rem;
}

.home2-page .product-production-info {
    margin-bottom: 0.75rem !important;
}

.home2-page .product-single-details .product-action {
    margin-top: 0.5rem;
}

.home2-page .product-single-details .product-single-filter {
    margin-bottom: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    border-bottom: 0 !important;
}

.home2-page .product-center-vertical .product-single-filter:first-child {
    margin-bottom: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.home2-page .product-filters-container .row {
    margin-bottom: 0 !important;
}

.home2-page .product-single-details > * + .product-freight-box {
    margin-top: 0.5rem !important;
}

.home2-page .product-single-details {
    display: block;
}

.home2-page .product-page-layout .product-hero-row {
    align-items: flex-start !important;
}

/* =========================================================
   Product page ? share/loja sob thumbs + trust no pagamento
   ========================================================= */
.home2-page .product-gallery-below {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    width: 100%;
}

.home2-page .product-gallery-below .product-share-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0 0;
    border-top: 1px solid #F5E6E0;
    margin: 0;
}

.home2-page .product-gallery-below .product-share-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #6B554B;
}

.home2-page .product-single-details > .product-store-card {
    margin-top: 1rem;
}

.home2-page .product-store-card__footer {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.home2-page .product-store-card .product-share-section--inline {
    margin: 0;
    padding-top: 0.625rem;
    border-top: 1px solid #EAD5CC;
    gap: 0.5rem;
}

.home2-page .product-store-card .product-share-section--inline .product-share-label {
    font-size: 0.75rem;
}

.home2-page .product-store-card .product-share-section--inline .social-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    font-size: 0.8125rem;
}

.home2-page .product-store-card-mobile .product-store-card__row {
    flex-wrap: wrap;
}

.home2-page .product-store-card-mobile .product-store-card__brand {
    flex: 1 1 100%;
    border-right: 0;
    border-bottom: 1px solid #eee;
    padding: 0.5rem 0.625rem;
}

.home2-page .product-store-card-mobile .product-store-card__stat {
    flex: 1 1 0;
}

.home2-page .product-payment-box__trust {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(0,0,0,0.06);
    color: #2e7d32;
    font-size: 0.875rem;
}

.home2-page .product-payment-box__trust i {
    color: #28a745;
}

.home2-page .product-payment-box__trust strong {
    font-weight: 600;
    color: #2e7d32;
}

/* =========================================================
   Cart page ? layout convers?o (home2)
   ========================================================= */
.home2-page .cart-page {
    --cart-coral: #DE6854;
    --cart-coral-dark: #C95A48;
    --cart-brown: #4A3B32;
    --cart-muted: #8A7368;
    --cart-line: #F2DDD4;
    --cart-bg: #FDFBF7;
    --cart-green: #2f9e44;
    --cart-green-dark: #2b8a3e;
    padding-bottom: 2rem;
}

.home2-page .cart-page__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 0 1.5rem;
    flex-wrap: wrap;
}

.home2-page .cart-page__title {
    margin: 0;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(1.75rem, 2.5vw, 2.25rem);
    font-weight: 400;
    color: var(--cart-brown);
    line-height: 1.15;
}

.home2-page .cart-page__subtitle {
    margin: 0.35rem 0 0;
    font-size: 0.9375rem;
    color: var(--cart-muted);
}

.home2-page .cart-page__continue {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--cart-coral);
    text-decoration: none;
    white-space: nowrap;
}

.home2-page .cart-page__continue:hover {
    color: var(--cart-coral-dark);
    text-decoration: underline;
}

.home2-page .cart-empty {
    text-align: center;
    background: #fff;
    border: 1px solid var(--cart-line);
    border-radius: 1rem;
    padding: 3rem 1.5rem;
    max-width: 32rem;
    margin: 0 auto;
}

.home2-page .cart-empty__icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: #FFF5F2;
    color: var(--cart-coral);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.home2-page .cart-empty__title {
    margin: 0 0 0.5rem;
    font-size: 1.375rem;
    color: var(--cart-brown);
}

.home2-page .cart-empty__text {
    margin: 0 0 1.5rem;
    color: var(--cart-muted);
    font-size: 0.9375rem;
    line-height: 1.5;
}

.home2-page .cart-empty__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    background: var(--cart-coral);
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
}

.home2-page .cart-empty__cta:hover {
    background: var(--cart-coral-dark);
    color: #fff !important;
}

.home2-page .cart-layout {
    display: grid;
    gap: 1.5rem;
    align-items: start;
}

@media (min-width: 992px) {
    .home2-page .cart-layout {
        grid-template-columns: minmax(0, 1fr) 20rem;
        gap: 1.75rem;
    }
}

.home2-page .cart-main {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-width: 0;
}

.home2-page .cart-store {
    background: #fff;
    border: 1px solid var(--cart-line);
    border-radius: 1rem;
    overflow: hidden;
}

.home2-page .cart-store__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    padding: 1rem 1.125rem;
    background: linear-gradient(180deg, #FFF9F6 0%, #fff 100%);
    border-bottom: 1px solid var(--cart-line);
}

.home2-page .cart-store__identity {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    min-width: 0;
}

.home2-page .cart-store__badge {
    flex-shrink: 0;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--cart-coral);
    background: #FFF0EC;
    border-radius: 999px;
    padding: 0.25rem 0.5rem;
}

.home2-page .cart-store__name {
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--cart-brown);
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home2-page .cart-store__name:hover {
    color: var(--cart-coral);
}

.home2-page .cart-store__chat {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0b6bcb;
    text-decoration: none;
    white-space: nowrap;
}

.home2-page .cart-store__chat:hover {
    text-decoration: underline;
}

.home2-page .cart-store__lines {
    display: flex;
    flex-direction: column;
}

.home2-page .cart-line {
    display: grid;
    grid-template-columns: 4.5rem minmax(0, 1fr);
    gap: 0.875rem;
    padding: 1rem 1.125rem;
    border-top: 1px solid #F5EBE6;
}

.home2-page .cart-line:first-child {
    border-top: 0;
}

.home2-page .cart-line__media {
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 0.625rem;
    overflow: hidden;
    border: 1px solid var(--cart-line);
    background: #FAF6F3;
    flex-shrink: 0;
}

.home2-page .cart-line__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home2-page .cart-line__body {
    display: grid;
    gap: 0.75rem;
    min-width: 0;
}

.home2-page .cart-line__title {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--cart-brown);
}

.home2-page .cart-line__title a {
    color: inherit;
    text-decoration: none;
}

.home2-page .cart-line__title a:hover {
    color: var(--cart-coral);
}

.home2-page .cart-line__variants {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.35rem;
    font-size: 0.8125rem;
    color: var(--cart-muted);
}

.home2-page .cart-line__price-mobile {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.home2-page .cart-line__unit {
    font-size: 0.875rem;
    color: var(--cart-muted);
}

.home2-page .cart-line__subtotal {
    font-size: 1rem;
    color: var(--cart-brown);
}

.home2-page .cart-line__meta-label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #A08A80;
    margin-bottom: 0.35rem;
}

.home2-page .cart-line__unit-desktop,
.home2-page .cart-line__total-desktop {
    display: none;
}

.home2-page .cart-line__qty,
.home2-page .cart-line__remove {
    display: flex;
    flex-direction: column;
}

.home2-page .cart-line__qty-control {
    max-width: 8rem;
}

.home2-page .cart-line__qty-control .bootstrap-touchspin {
    display: flex;
    width: 100%;
}

.home2-page .cart-line__qty-control .form-control,
.home2-page .cart-line__qty-control .cart-qty-artz {
    text-align: center;
    font-weight: 600;
    color: var(--cart-brown);
    border-color: var(--cart-line);
    height: 2.25rem;
    min-width: 2.5rem;
}

.home2-page .cart-page .cart-qty-btn {
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 1px solid var(--cart-line);
    background: #fff;
    color: var(--cart-brown);
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.375rem;
}

.home2-page .cart-page .cart-qty-btn:hover {
    background: #FFF5F2;
    border-color: var(--cart-coral);
    color: var(--cart-coral);
}

.home2-page .cart-line__remove-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.5rem;
    color: #b42318;
    background: #FFF5F5;
    text-decoration: none;
}

.home2-page .cart-line__remove-btn:hover {
    background: #FEE4E2;
    color: #912018;
}

.home2-page .cart-line__obs {
    margin-top: 0.65rem;
}

.home2-page .cart-line__obs-toggle {
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0b6bcb;
    cursor: pointer;
}

.home2-page .cart-line__obs-toggle:hover {
    text-decoration: underline;
}

.home2-page .cart-line__obs-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--cart-muted);
    margin-bottom: 0.35rem;
}

.home2-page .cart-line__obs-input {
    font-size: 0.875rem;
    border-color: var(--cart-line);
    border-radius: 0.5rem;
    resize: vertical;
    min-height: 2.75rem;
}

.home2-page .cart-line__obs-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.home2-page .cart-line__obs-save {
    background: var(--cart-brown);
    border-color: var(--cart-brown);
    color: #fff;
    font-weight: 600;
}

.home2-page .cart-line__obs-save:hover {
    background: #3a2e27;
    border-color: #3a2e27;
    color: #fff;
}

.home2-page .cart-line__obs-cancel {
    background: #fff;
    border: 1px solid var(--cart-line);
    color: var(--cart-muted);
}

.home2-page .cart-store__footer {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem 1.125rem 1.25rem;
    border-top: 1px solid var(--cart-line);
    background: #FFFCFA;
}

.home2-page .cart-store__totals {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.875rem;
    color: var(--cart-muted);
}

.home2-page .cart-store__totals strong {
    font-size: 1.125rem;
    color: var(--cart-brown);
}

.home2-page .cart-store__checkout {
    width: 100%;
    min-height: 3rem;
    border: 0;
    border-radius: 0.75rem;
    background: var(--cart-green);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 8px 20px rgba(47, 158, 68, 0.22);
}

.home2-page .cart-store__checkout:hover:not(:disabled) {
    background: var(--cart-green-dark);
    color: #fff;
}

.home2-page .cart-store__checkout:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
}

.home2-page .cart-store__min-order {
    margin: 0;
    font-size: 0.8125rem;
    color: #b42318;
    text-align: center;
}

.home2-page .cart-summary {
    position: relative;
}

.home2-page .cart-summary__card {
    background: #fff;
    border: 1px solid var(--cart-line);
    border-radius: 1rem;
    padding: 1.25rem;
}

@media (min-width: 992px) {
    .home2-page .cart-summary {
        position: sticky;
        top: 6.5rem;
    }

    .home2-page .cart-line {
        grid-template-columns: 5.5rem minmax(0, 1fr);
        gap: 1rem;
        padding: 1.125rem 1.25rem;
    }

    .home2-page .cart-line__media {
        width: 5.5rem;
        height: 5.5rem;
    }

    .home2-page .cart-line__body {
        grid-template-columns: minmax(0, 1.6fr) 6rem 7.5rem 6.5rem 2.5rem;
        align-items: start;
        gap: 0.75rem 1rem;
    }

    .home2-page .cart-line__price-mobile {
        display: none;
    }

    .home2-page .cart-line__unit-desktop,
    .home2-page .cart-line__total-desktop {
        display: block;
        text-align: right;
        font-size: 0.9375rem;
        color: var(--cart-brown);
        padding-top: 0.15rem;
    }

    .home2-page .cart-line__qty {
        align-items: center;
    }

    .home2-page .cart-line__remove {
        align-items: flex-end;
        padding-top: 1.15rem;
    }

    .home2-page .cart-store__footer {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .home2-page .cart-store__checkout {
        width: auto;
        min-width: 14rem;
        padding: 0.85rem 1.5rem;
    }

    .home2-page .cart-store__min-order {
        text-align: left;
        width: 100%;
        order: 3;
    }
}

.home2-page .cart-summary__title {
    margin: 0 0 1rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--cart-brown);
}

.home2-page .cart-summary__rows {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.home2-page .cart-summary__row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.9375rem;
    color: var(--cart-muted);
}

.home2-page .cart-summary__row--total {
    padding-top: 0.75rem;
    border-top: 1px solid var(--cart-line);
    color: var(--cart-brown);
    font-size: 1rem;
}

.home2-page .cart-summary__row--total strong {
    font-size: 1.25rem;
}

.home2-page .cart-summary__note {
    margin: 0 0 1rem;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: var(--cart-muted);
}

.home2-page .cart-summary__trust {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0.75rem;
    background: #FFFCFA;
    border-radius: 0.75rem;
    border: 1px solid #F7E8E1;
}

.home2-page .cart-summary__trust li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: var(--cart-brown);
    padding: 0.25rem 0;
}

.home2-page .cart-summary__trust i {
    color: var(--cart-coral);
    width: 1rem;
    text-align: center;
}

.home2-page .cart-summary__link {
    display: block;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--cart-coral);
    text-decoration: none;
}

.home2-page .cart-summary__link:hover {
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .home2-page .cart-line__body {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
    }

    .home2-page .cart-line__info {
        grid-column: 1 / -1;
    }

    .home2-page .cart-line__qty {
        grid-column: 1;
    }

    .home2-page .cart-line__remove {
        grid-column: 2;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .home2-page .cart-line__remove .cart-line__meta-label {
        display: none;
    }
}

/* =========================================================
   Magnific Popup ? lightbox da lupa (produto)
   ========================================================= */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10420;
  overflow: hidden;
  position: fixed;
  background: rgba(20, 16, 14, 0.92);
  opacity: 1;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10430;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10450;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10440;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10460;
  box-shadow: none;
  touch-action: manipulation;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.75;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: 0;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 88vh;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

body.mfp-zoom-out-cur,
body.mfp-ready {
  overflow: hidden;
}

@media (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}

/* =========================================================
   Checkout ? 3 colunas (estilo Yampi) + convers?o
   ========================================================= */
.home2-page .checkout-page {
    --ck-coral: #DE6854;
    --ck-coral-dark: #C95A48;
    --ck-brown: #4A3B32;
    --ck-muted: #8A7368;
    --ck-line: #F2DDD4;
    --ck-bg: #FDFBF7;
    --ck-green: #2f9e44;
    --ck-green-dark: #2b8a3e;
    padding-bottom: 2.5rem;
}

.home2-page .checkout-page__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 0 1.25rem;
    flex-wrap: wrap;
}

.home2-page .checkout-page__title {
    margin: 0;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(1.75rem, 2.5vw, 2.25rem);
    font-weight: 400;
    color: var(--ck-brown);
    line-height: 1.15;
}

.home2-page .checkout-page__subtitle {
    margin: 0.35rem 0 0;
    font-size: 0.9375rem;
    color: var(--ck-muted);
}

.home2-page .checkout-page__back {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--ck-coral);
    text-decoration: none;
    white-space: nowrap;
}

.home2-page .checkout-page__back:hover {
    color: var(--ck-coral-dark);
    text-decoration: underline;
}

/* Grid 3 colunas ? como Yampi */
.home2-page .checkout-layout--3col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
}

@media (min-width: 992px) {
    .home2-page .checkout-layout--3col {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
        gap: 1.25rem;
    }
}

.home2-page .checkout-col {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    min-width: 0;
}

.home2-page .checkout-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--ck-line);
    border-radius: 0.875rem;
    padding: 1.125rem 1.2rem;
    box-shadow: 0 4px 18px rgba(74, 59, 50, 0.04);
}

.home2-page .checkout-card--done {
    border-left: 3px solid var(--ck-green);
}

.home2-page .checkout-card--digital {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: linear-gradient(180deg, #FFF9F6 0%, #fff 100%);
}

.home2-page .checkout-card--digital i {
    color: var(--ck-coral);
    margin-top: 0.2rem;
}

.home2-page .checkout-card--digital p {
    margin: 0.15rem 0 0;
    font-size: 0.8125rem;
    color: var(--ck-muted);
}

.home2-page .checkout-card__title {
    margin: 0 0 0.65rem;
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--ck-brown);
}

.home2-page .checkout-card__title--row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.home2-page .checkout-card__edit {
    position: absolute;
    top: 0.85rem;
    right: 0.95rem;
}

.home2-page .checkout-card__edit a,
.home2-page .checkout-option__edit {
    color: #0b6bcb;
    font-size: 0.9375rem;
    cursor: pointer;
    position: relative;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    background: rgba(11, 107, 203, 0.08);
    text-decoration: none;
}

.home2-page .checkout-card__edit a:hover,
.home2-page .checkout-option__edit:hover {
    background: rgba(11, 107, 203, 0.16);
    color: #0a5aa8;
}

.home2-page .checkout-card__name {
    margin: 0 0 0.2rem;
    font-weight: 700;
    color: var(--ck-brown);
}

.home2-page .checkout-card__meta,
.home2-page .checkout-card__hint {
    margin: 0 0 0.35rem;
    font-size: 0.875rem;
    color: var(--ck-muted);
    line-height: 1.4;
}

.home2-page .checkout-card__hint--wait {
    background: #FFF5F2;
    border-radius: 0.5rem;
    padding: 0.75rem 0.875rem;
    color: var(--ck-brown);
}

.home2-page .checkout-card__legal {
    margin: 0.75rem 0 0;
    font-size: 0.75rem;
    color: var(--ck-muted);
    line-height: 1.45;
    font-style: italic;
}

.home2-page .checkout-link {
    color: var(--ck-coral) !important;
    font-weight: 600;
    font-size: 0.8125rem;
    text-decoration: none;
    cursor: pointer;
}

.home2-page .checkout-link:hover {
    text-decoration: underline;
    color: var(--ck-coral-dark) !important;
}

.home2-page .checkout-chat-link {
    font-size: 0.75rem !important;
    font-weight: 600;
    color: #0b6bcb !important;
    text-decoration: none;
    white-space: nowrap;
}

.home2-page .checkout-chat-link:hover {
    text-decoration: underline;
}

/* Endere?o / op??es compactas */
.home2-page .checkout-option {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    position: relative;
    margin: 0.5rem 0 0;
    padding: 0.7rem 0.8rem;
    background: var(--ck-bg);
    border: 1px solid var(--ck-line);
    border-radius: 0.625rem;
    cursor: pointer;
}

.home2-page .checkout-option__label {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    flex: 1;
    min-width: 0;
    margin: 0;
    cursor: pointer;
}

.home2-page .checkout-option:has(input:checked) {
    border-color: #b8d4f0;
    background: #f3f8fd;
}

.home2-page .checkout-option__body {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
    font-size: 0.8125rem;
    color: var(--ck-muted);
    line-height: 1.35;
}

.home2-page .checkout-option__body strong {
    color: var(--ck-brown);
    font-size: 0.875rem;
}

.home2-page .checkout-option__edit {
    position: absolute;
    top: 0.55rem;
    right: 0.65rem;
    z-index: 2;
}

.home2-page .checkout-address-form {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--ck-line);
}

.home2-page .checkout-address-form label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ck-brown);
    margin-bottom: 0.25rem;
}

.home2-page .checkout-address-form .row {
    margin-left: -0.35rem;
    margin-right: -0.35rem;
}

.home2-page .checkout-address-form [class*="col-"] {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    margin-bottom: 0.65rem;
}

/* Frete compacto */
.home2-page .checkout-freight-list {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.35rem;
}

.home2-page .checkout-freight-option {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    padding: 0.55rem 0.7rem;
    background: #fff;
    border: 1px solid var(--ck-line);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.home2-page .checkout-freight-option:hover {
    border-color: #e8c4ba;
}

.home2-page .checkout-freight-option:has(input:checked),
.home2-page .checkout-freight-option.is-selected {
    border-color: #b8d4f0;
    background: #f3f8fd;
}

.home2-page .checkout-freight-option--disabled {
    opacity: 0.55;
    cursor: default;
}

.home2-page .checkout-freight-option__main {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    flex: 1;
    min-width: 0;
}

.home2-page .checkout-freight-option__name {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--ck-brown);
    line-height: 1.25;
}

.home2-page .checkout-freight-option__days,
.home2-page .checkout-freight-option__meta {
    font-size: 0.75rem;
    color: var(--ck-muted);
}

.home2-page .checkout-freight-option__price {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--ck-brown);
    white-space: nowrap;
}

.home2-page .checkout-freight-selected {
    margin-top: 0.65rem;
    padding: 0.65rem 0.75rem;
    background: #f3f8fd;
    border: 1px solid #b8d4f0;
    border-radius: 0.5rem;
}

.home2-page .checkout-freight-selected p {
    margin: 0 0 0.2rem;
    font-size: 0.875rem;
}

/* CTAs */
.home2-page .checkout-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.7rem 1.25rem;
    border-radius: 999px;
    border: 0;
    font-weight: 700;
    font-size: 0.9375rem;
    cursor: pointer;
    text-decoration: none !important;
}

.home2-page .checkout-btn--primary {
    background: var(--ck-coral);
    color: #fff !important;
}

.home2-page .checkout-btn--primary:hover,
.home2-page .checkout-btn--primary:focus {
    background: var(--ck-coral-dark);
    color: #fff !important;
}

.home2-page .checkout-btn--secondary {
    background: #fff;
    color: var(--ck-coral) !important;
    border: 1.5px solid var(--ck-coral);
    min-height: 2.4rem;
    padding: 0.45rem 1rem;
    font-size: 0.8125rem;
}

.home2-page .checkout-btn--pay {
    width: 100%;
    background: var(--ck-green);
    color: #fff !important;
    font-size: 1rem;
    min-height: 3rem;
    box-shadow: 0 6px 16px rgba(47, 158, 68, 0.25);
}

.home2-page .checkout-btn--pay:hover,
.home2-page .checkout-btn--pay:focus {
    background: var(--ck-green-dark);
    color: #fff !important;
}

.home2-page .checkout-pay-trust {
    margin: 0.5rem 0 0;
    text-align: center;
    font-size: 0.75rem;
    color: var(--ck-muted);
}

/* Pagamento accordion */
.home2-page .checkout-card--payment .card-accordion {
    border: 1px solid var(--ck-line);
    border-radius: 0.625rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
    box-shadow: none;
}

.home2-page .checkout-card--payment .card-accordion .card-header {
    background: #FFF9F6;
    color: var(--ck-brown);
    font-weight: 700;
    font-size: 0.9375rem;
    padding: 0.75rem 1rem;
    text-decoration: none;
    display: block;
}

.home2-page .checkout-card--payment .card-accordion .collapse {
    padding: 0.85rem 1rem 1rem !important;
}

.home2-page .checkout-card--payment .form-control,
.home2-page .checkout-card .form-control {
    border-radius: 0.5rem;
    border-color: #e8d5cd;
    font-size: 0.9375rem;
}

.home2-page .checkout-card--payment .form-control:focus,
.home2-page .checkout-card .form-control:focus {
    border-color: var(--ck-coral);
    box-shadow: 0 0 0 3px rgba(222, 104, 84, 0.15);
}

/* Resumo sticky */
@media (min-width: 992px) {
    .home2-page .checkout-sticky {
        position: sticky;
        top: 1rem;
    }
}

.home2-page .checkout-totals {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.85rem 0.9rem;
    background: var(--ck-bg);
    border-radius: 0.625rem;
    margin-bottom: 0.85rem;
}

.home2-page .checkout-totals__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: var(--ck-brown);
}

.home2-page .checkout-totals__row--discount {
    color: #c0392b;
}

.home2-page .checkout-totals__row--total {
    margin-top: 0.25rem;
    padding-top: 0.65rem;
    border-top: 1px solid var(--ck-line);
    font-size: 1.0625rem;
    font-weight: 700;
}

.home2-page .checkout-totals__row--total .valorTotal {
    color: var(--ck-coral);
    font-size: 1.125rem;
}

.home2-page .checkout-coupon {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.home2-page .checkout-coupon .form-control {
    flex: 1;
}

.home2-page .ec-checkout-coupon-form {
    display: flex;
    gap: 0.5rem;
    width: 100%;
}

/* Itens do resumo ? thumb fixa compacta */
.home2-page .checkout-items {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.home2-page .checkout-item {
    display: grid;
    grid-template-columns: 4rem minmax(0, 1fr);
    gap: 0.7rem;
    padding: 0.65rem 0;
    border-top: 1px solid #F5EBE6;
}

.home2-page .checkout-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.home2-page .checkout-item__media {
    width: 4rem;
    height: 4rem;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid var(--ck-line);
    background: #FAF6F3;
}

.home2-page .checkout-item__media img,
.home2-page .checkout-item__media .main-image,
.home2-page .checkout-item__media .checkout-item__img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
    border: 0 !important;
    max-width: none !important;
}

.home2-page .checkout-item__body {
    min-width: 0;
}

.home2-page .checkout-item__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
}

.home2-page .checkout-item__title {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--ck-brown);
}

.home2-page .checkout-item__price {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.8125rem;
    color: var(--ck-muted);
}

.home2-page .checkout-item__price .old-price {
    text-decoration: line-through;
    opacity: 0.7;
    margin-right: 0.25rem;
}

.home2-page .checkout-item__variants {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-top: 0.35rem;
}

.home2-page .checkout-item__variants span {
    font-size: 0.6875rem;
    color: var(--ck-muted);
    background: #FFF5F2;
    border-radius: 999px;
    padding: 0.15rem 0.45rem;
}

.home2-page .checkout-item__remove {
    flex-shrink: 0;
    color: #9aa0a6 !important;
    font-size: 0.875rem;
    line-height: 1;
    padding: 0.15rem;
    background: none;
    border: 0;
}

.home2-page .checkout-item__remove:hover {
    color: #c0392b !important;
}

/* Legacy overrides dentro do checkout novo */
.home2-page .checkout-page .checkout-container,
.home2-page .checkout-page .ec-vendor-setting-card {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.home2-page .checkout-page .box-gray {
    padding: 0.55rem 0.7rem;
}

.home2-page .checkout-page .ec-pro-image,
.home2-page .checkout-page .ec-checkout-pro .col-md-3 {
    width: auto;
    max-width: none;
}

/* Checkout usa a mesma largura do h2-container (header/footer) */

/* =========================================================
   Taxas page ? visual home2 (sem gradiente)
   ========================================================= */
.home2-page .taxas-page {
    --tx-coral: #DE6854;
    --tx-coral-dark: #C95A48;
    --tx-brown: #4A3B32;
    --tx-muted: #8A7368;
    --tx-line: #F2DDD4;
    --tx-bg: #FDFBF7;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-bottom: 2.5rem;
    color: var(--tx-brown);
}

.home2-page .taxas-page__header {
    margin: 0 0 1.75rem;
    padding: 0 0 1.5rem;
    border-bottom: 1px solid var(--tx-line);
}

.home2-page .taxas-page__kicker {
    margin: 0 0 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tx-coral);
}

.home2-page .taxas-page__title {
    margin: 0 0 0.75rem;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 400;
    line-height: 1.15;
    color: var(--tx-brown);
}

.home2-page .taxas-page__lead {
    margin: 0;
    max-width: 42rem;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--tx-muted);
}

.home2-page .taxas-page__lead strong {
    color: var(--tx-brown);
    font-weight: 700;
}

.home2-page .taxas-page__body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.home2-page .taxas-callout {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--tx-line);
    border-radius: 1rem;
    padding: 1.15rem 1.25rem;
    box-shadow: 0 4px 18px rgba(74, 59, 50, 0.04);
}

.home2-page .taxas-callout__icon {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    background: #FFF0EC;
    color: var(--tx-coral);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
}

.home2-page .taxas-callout__title {
    margin: 0 0 0.35rem;
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--tx-brown);
}

.home2-page .taxas-callout__text {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--tx-muted);
}

.home2-page .taxas-callout__text strong {
    color: var(--tx-brown);
}

.home2-page .taxas-card {
    background: #fff;
    border: 1px solid var(--tx-line);
    border-radius: 1rem;
    padding: 1.25rem 1.35rem;
    box-shadow: 0 4px 18px rgba(74, 59, 50, 0.04);
}

.home2-page .taxas-card__title {
    margin: 0 0 0.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--tx-brown);
}

.home2-page .taxas-card__intro {
    margin: 0 0 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--tx-muted);
}

.home2-page .taxas-summary {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home2-page .taxas-summary li {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid #F5EBE6;
}

.home2-page .taxas-summary li:first-child {
    padding-top: 0.25rem;
}

.home2-page .taxas-summary li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.home2-page .taxas-summary__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--tx-muted);
}

.home2-page .taxas-summary__value {
    font-size: 0.9375rem;
    color: var(--tx-brown);
    font-weight: 600;
}

@media (min-width: 576px) {
    .home2-page .taxas-summary li {
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
        gap: 1rem;
    }

    .home2-page .taxas-summary__label {
        flex: 0 0 38%;
    }
}

.home2-page .taxas-note {
    margin: 0.25rem 0;
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--tx-muted);
}

.home2-page .taxas-table-wrap {
    border: 1px solid var(--tx-line);
    border-radius: 0.75rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.home2-page .taxas-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    font-size: 0.875rem;
    background: #fff;
}

.home2-page .taxas-table thead th {
    background: var(--tx-bg);
    color: var(--tx-brown);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: left;
    padding: 0.75rem 0.9rem;
    border-bottom: 1px solid var(--tx-line);
    white-space: nowrap;
}

.home2-page .taxas-table tbody td {
    padding: 0.7rem 0.9rem;
    border-bottom: 1px solid #F5EBE6;
    color: var(--tx-brown);
    vertical-align: middle;
}

.home2-page .taxas-table tbody tr:last-child td {
    border-bottom: 0;
}

.home2-page .taxas-table tbody tr:hover td {
    background: #FFFBF9;
}

.home2-page .taxas-table__section td {
    background: #FFF5F2 !important;
    color: var(--tx-coral);
    font-size: 0.8125rem;
    font-weight: 700;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

.home2-page .taxas-star {
    color: var(--tx-coral);
    font-weight: 700;
    cursor: help;
}

.home2-page .taxas-footnote {
    margin: 0.85rem 0 0;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--tx-muted);
}

.home2-page .taxas-closing {
    background: var(--tx-bg);
    border: 1px solid var(--tx-line);
    border-left: 3px solid var(--tx-coral);
    border-radius: 0.75rem;
    padding: 1rem 1.2rem;
}

.home2-page .taxas-closing p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--tx-muted);
}

.home2-page .taxas-closing strong {
    color: var(--tx-brown);
}

@media (max-width: 767px) {
    .home2-page .taxas-table thead th,
    .home2-page .taxas-table tbody td {
        padding: 0.55rem 0.7rem;
        font-size: 0.8125rem;
    }
}

/* =========================================================
   Account / ?rea do cliente ? premium home2
   ========================================================= */
.home2-page .account-page {
    --ac-coral: #DE6854;
    --ac-coral-dark: #C95A48;
    --ac-brown: #4A3B32;
    --ac-muted: #8A7368;
    --ac-line: #F2DDD4;
    --ac-bg: #FDFBF7;
    --ac-green: #2f9e44;
    padding-bottom: 2.5rem;
    color: var(--ac-brown);
}

.home2-page .account-page__header {
    margin: 0 0 1.5rem;
}

.home2-page .account-page__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ac-coral);
}

.home2-page .account-page__title {
    margin: 0;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(1.75rem, 2.5vw, 2.25rem);
    font-weight: 400;
    line-height: 1.15;
    color: var(--ac-brown);
}

.home2-page .account-page__subtitle {
    margin: 0.4rem 0 0;
    font-size: 0.9375rem;
    color: var(--ac-muted);
    line-height: 1.5;
}

.home2-page .account-page__back {
    color: var(--ac-coral);
    font-weight: 600;
    text-decoration: none;
}

.home2-page .account-page__back:hover {
    text-decoration: underline;
    color: var(--ac-coral-dark);
}

.home2-page .account-layout {
    display: grid;
    gap: 1.25rem;
    align-items: start;
}

@media (min-width: 992px) {
    .home2-page .account-layout {
        grid-template-columns: 16.5rem minmax(0, 1fr);
        gap: 1.75rem;
    }
}

.home2-page .account-nav {
    background: #fff;
    border: 1px solid var(--ac-line);
    border-radius: 1rem;
    padding: 1.1rem 1rem;
    box-shadow: 0 4px 18px rgba(74, 59, 50, 0.04);
}

@media (min-width: 992px) {
    .home2-page .account-nav {
        position: sticky;
        top: 1rem;
    }
}

.home2-page .account-nav__header {
    padding: 0.15rem 0.35rem 0.9rem;
    border-bottom: 1px solid var(--ac-line);
    margin-bottom: 0.75rem;
}

.home2-page .account-nav__eyebrow {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ac-coral);
}

.home2-page .account-nav__title {
    margin: 0.25rem 0 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--ac-brown);
}

.home2-page .account-nav__user {
    margin: 0.25rem 0 0;
    font-size: 0.8125rem;
    color: var(--ac-muted);
}

.home2-page .account-nav__list {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

@media (max-width: 991px) {
    .home2-page .account-nav__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem;
    }
}

.home2-page .account-nav__link {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.65rem 0.7rem;
    border-radius: 0.75rem;
    text-decoration: none !important;
    color: var(--ac-brown);
    font-size: 0.875rem;
    font-weight: 600;
    transition: background 0.15s ease, color 0.15s ease;
}

.home2-page .account-nav__link:hover {
    background: #FFF5F2;
    color: var(--ac-coral);
}

.home2-page .account-nav__link.is-active {
    background: #FFF0EC;
    color: var(--ac-coral);
}

.home2-page .account-nav__icon {
    display: inline-flex;
    color: inherit;
    flex-shrink: 0;
}

.home2-page .account-nav__label {
    flex: 1;
    min-width: 0;
    line-height: 1.25;
}

.home2-page .account-nav__badge {
    min-width: 1.2rem;
    height: 1.2rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #dc3545;
    color: #fff;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1.2rem;
    text-align: center;
}

.home2-page .account-main {
    min-width: 0;
}

.home2-page .account-card {
    background: #fff;
    border: 1px solid var(--ac-line);
    border-radius: 1rem;
    padding: 1.35rem 1.4rem;
    box-shadow: 0 4px 18px rgba(74, 59, 50, 0.04);
}

.home2-page .account-card--narrow {
    max-width: 36rem;
}

.home2-page .account-card--chat {
    padding: 0;
    overflow: hidden;
}

.home2-page .account-card__head {
    margin-bottom: 1.15rem;
}

.home2-page .account-card__title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--ac-brown);
}

.home2-page .account-card__hint {
    margin: 0.3rem 0 0;
    font-size: 0.8125rem;
    color: var(--ac-muted);
}

.home2-page .account-form__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem 1rem;
}

@media (min-width: 768px) {
    .home2-page .account-form__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home2-page .account-form__grid--2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home2-page .account-field--sm {
        grid-column: span 1;
        max-width: 12rem;
    }

    .home2-page .account-field--xs {
        max-width: 7rem;
    }

    .home2-page .account-field--grow {
        grid-column: span 1;
    }
}

.home2-page .account-field label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ac-brown);
}

.home2-page .account-field .required {
    color: var(--ac-coral);
}

.home2-page .account-field .form-control {
    border-radius: 0.65rem;
    border: 1px solid #e8d5cd;
    min-height: 2.75rem;
    font-size: 0.9375rem;
    color: var(--ac-brown);
    background: #fff;
}

.home2-page .account-field .form-control:focus {
    border-color: var(--ac-coral);
    box-shadow: 0 0 0 3px rgba(222, 104, 84, 0.15);
}

.home2-page .account-field .form-control.is-readonly,
.home2-page .account-field .form-control[readonly] {
    background: #F7F3F0;
    color: var(--ac-muted);
}

.home2-page .account-form__actions {
    margin-top: 1.35rem;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.home2-page .account-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 2.75rem;
    padding: 0.65rem 1.25rem;
    border-radius: 999px;
    border: 0;
    font-weight: 700;
    font-size: 0.9375rem;
    text-decoration: none !important;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.home2-page .account-btn--sm {
    min-height: 2.25rem;
    padding: 0.4rem 0.95rem;
    font-size: 0.8125rem;
}

.home2-page .account-btn--primary {
    background: var(--ac-coral);
    color: #fff !important;
}

.home2-page .account-btn--primary:hover {
    background: var(--ac-coral-dark);
    color: #fff !important;
}

.home2-page .account-btn--secondary {
    background: #fff;
    color: var(--ac-coral) !important;
    border: 1.5px solid var(--ac-coral);
}

.home2-page .account-btn--secondary:hover {
    background: #FFF5F2;
}

.home2-page .account-btn--ghost {
    background: transparent;
    color: #0b6bcb !important;
    border: 1px solid #c5daf0;
}

.home2-page .account-btn--ghost:hover {
    background: #f3f8fd;
}

.home2-page .account-empty {
    text-align: center;
    background: #fff;
    border: 1px solid var(--ac-line);
    border-radius: 1rem;
    padding: 3rem 1.5rem;
}

.home2-page .account-empty__icon {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: #FFF5F2;
    color: var(--ac-coral);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.home2-page .account-empty__title {
    margin: 0 0 0.4rem;
    font-size: 1.25rem;
    color: var(--ac-brown);
}

.home2-page .account-empty__text {
    margin: 0 0 1.25rem;
    color: var(--ac-muted);
    font-size: 0.9375rem;
}

.home2-page .account-orders,
.home2-page .account-list,
.home2-page .account-chats {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.home2-page .account-order,
.home2-page .account-download {
    background: #fff;
    border: 1px solid var(--ac-line);
    border-radius: 1rem;
    padding: 1.1rem 1.2rem;
    box-shadow: 0 4px 18px rgba(74, 59, 50, 0.04);
}

.home2-page .account-order__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.home2-page .account-order__id {
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--ac-brown);
}

.home2-page .account-order__date {
    margin: 0.2rem 0 0;
    font-size: 0.8125rem;
    color: var(--ac-muted);
}

.home2-page .account-order__thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 0.85rem;
}

.home2-page .account-order__thumbs img {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    border-radius: 0.5rem;
    border: 1px solid var(--ac-line);
    background: #FAF6F3;
}

.home2-page .account-order__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.9rem;
}

.home2-page .account-order__chip {
    font-size: 0.75rem;
    color: var(--ac-muted);
    background: var(--ac-bg);
    border-radius: 999px;
    padding: 0.25rem 0.55rem;
}

.home2-page .account-order__total {
    margin-left: auto;
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--ac-coral);
}

.home2-page .account-order__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.home2-page .account-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.3rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
}

.home2-page .account-pill--ok { background: #edf7ed; color: #2e7d32; }
.home2-page .account-pill--warn { background: #fff8e6; color: #9a6b00; }
.home2-page .account-pill--info { background: #eaf4fb; color: #0b6bcb; }
.home2-page .account-pill--bad { background: #fdecea; color: #b43a2f; }
.home2-page .account-pill--muted { background: #f1eeeb; color: #6b5b52; }

.home2-page .account-download__meta {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
    font-size: 0.75rem;
    color: var(--ac-muted);
}

.home2-page .account-download__order {
    font-weight: 700;
    color: var(--ac-brown);
}

.home2-page .account-download__title {
    margin: 0 0 0.85rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--ac-brown);
}

.home2-page .account-chat {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 0.85rem;
    padding: 1rem 1.1rem;
    background: #fff;
    border: 1px solid var(--ac-line);
    border-radius: 1rem;
    text-decoration: none !important;
    color: inherit;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.home2-page .account-chat:hover {
    border-color: #e8c4ba;
    background: #FFFBF9;
}

.home2-page .account-chat.has-unread {
    border-color: #f0b8ad;
    background: #FFF8F6;
}

.home2-page .account-chat__avatar {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: #DE6854;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
}

.home2-page .account-chat__top {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.25rem;
}

.home2-page .account-chat__store {
    font-size: 0.9375rem;
    color: var(--ac-brown);
}

.home2-page .account-chat__time {
    font-size: 0.75rem;
    color: var(--ac-muted);
    white-space: nowrap;
}

.home2-page .account-chat__preview {
    margin: 0 0 0.55rem;
    font-size: 0.8125rem;
    color: var(--ac-muted);
    line-height: 1.4;
}

.home2-page .account-chat__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
}

/* Legacy bootstrap cards inside account pages */
.home2-page .account-page .widget-dashboard,
.home2-page .account-page .custom-account-container .sidebar {
    display: none;
}

/* =========================================================
   Search page ? layout premium + sidebar mais larga
   ========================================================= */
.home2-page .search-page {
    --sp-coral: #DE6854;
    --sp-coral-dark: #C95A48;
    --sp-brown: #4A3B32;
    --sp-muted: #8A7368;
    --sp-line: #F2DDD4;
    --sp-bg: #FDFBF7;
    padding-bottom: 2.5rem;
    color: var(--sp-brown);
}

.home2-page .search-page__header {
    margin: 0 0 1.25rem;
}

.home2-page .search-page__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--sp-coral);
}

.home2-page .search-page__title {
    margin: 0;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    font-weight: 400;
    line-height: 1.2;
    color: var(--sp-brown);
}

.home2-page .search-page__subtitle {
    margin: 0.35rem 0 0;
    font-size: 0.9375rem;
    color: var(--sp-muted);
}

.home2-page .search-page__layout {
    display: grid;
    gap: 1.25rem;
    align-items: start;
}

@media (min-width: 768px) {
    .home2-page .search-page__layout {
        /* Sidebar +1 coluna vs layout antigo (2/10) ? ~3/9 */
        grid-template-columns: minmax(15rem, 0.95fr) minmax(0, 2.55fr);
        gap: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .home2-page .search-page__layout {
        grid-template-columns: minmax(17rem, 1fr) minmax(0, 3fr);
    }
}

.home2-page .search-page__sidebar {
    min-width: 0;
}

.home2-page .search-page__main {
    min-width: 0;
}

.home2-page .search-page__main--full {
    grid-column: 1 / -1;
}

.home2-page .search-page__grid {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.home2-page .search-page__pagination {
    display: flex;
    justify-content: center;
    margin-top: 1.75rem;
}

.home2-page .search-page .search-filters {
    position: sticky;
    top: 1rem;
    background: #fff;
    border: 1px solid var(--sp-line);
    border-radius: 1rem;
    padding: 1.1rem 1rem 1rem;
    box-shadow: 0 4px 18px rgba(74, 59, 50, 0.04);
}

.home2-page .search-page .search-filters__heading {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: var(--sp-brown);
}

.home2-page .search-page .search-filters__title {
    font-size: 0.875rem;
    color: var(--sp-brown);
}

.home2-page .search-page .search-filters__label {
    font-size: 0.875rem;
    color: var(--sp-brown);
}

.home2-page .search-page .search-filters__more,
.home2-page .search-page .search-filters__clear {
    font-size: 0.8125rem;
    color: var(--sp-coral);
}

.home2-page .search-page .search-filters__submit {
    background: var(--sp-coral);
}

.home2-page .search-page .search-filters__submit:hover {
    background: var(--sp-coral-dark, #C95A48);
}

.home2-page .search-page .search-product-type-notice {
    margin-bottom: 1.25rem;
    background: #fff;
    border: 1px solid var(--sp-line);
    border-radius: 1rem;
    box-shadow: 0 4px 18px rgba(74, 59, 50, 0.04);
}

.home2-page .search-page .search-product-type-notice__title {
    font-size: 1.0625rem;
    color: var(--sp-brown);
}

.home2-page .search-page .search-product-type-notice__text {
    color: var(--sp-muted);
}

.home2-page .search-page .search-product-type-notice__btn {
    background: var(--sp-coral);
    border-radius: 999px;
}

.home2-page .search-page .search-product-type-notice__btn:hover,
.home2-page .search-page .search-product-type-notice__btn:focus {
    background: var(--sp-coral-dark);
}

.home2-page .search-empty {
    text-align: center;
    background: #fff;
    border: 1px solid var(--sp-line);
    border-radius: 1rem;
    padding: 2.25rem 1.5rem;
    margin-bottom: 1.25rem;
}

.home2-page .search-empty__icon {
    width: 3.25rem;
    height: 3.25rem;
    margin: 0 auto 0.85rem;
    border-radius: 50%;
    background: #FFF5F2;
    color: var(--sp-coral);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}

.home2-page .search-empty__title {
    margin: 0 0 0.4rem;
    font-size: 1.25rem;
    color: var(--sp-brown);
}

.home2-page .search-empty__text {
    margin: 0;
    color: var(--sp-muted);
    font-size: 0.9375rem;
    line-height: 1.5;
}

.home2-page .search-fallback {
    background: #fff;
    border: 1px solid var(--sp-line);
    border-radius: 1rem;
    padding: 1.25rem 1.25rem 1.5rem;
    box-shadow: 0 4px 18px rgba(74, 59, 50, 0.04);
}

.home2-page .search-fallback__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--sp-line);
}

.home2-page .search-fallback__eyebrow {
    margin: 0 0 0.25rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--sp-coral);
}

.home2-page .search-fallback__title {
    margin: 0;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--sp-brown);
}

.home2-page .search-fallback__subtitle {
    margin: 0.3rem 0 0;
    font-size: 0.875rem;
    color: var(--sp-muted);
}

.home2-page .search-fallback__link {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--sp-coral);
    text-decoration: none;
    white-space: nowrap;
}

.home2-page .search-fallback__link:hover {
    color: var(--sp-coral-dark);
    text-decoration: underline;
}

@media (max-width: 767px) {
    .home2-page .search-page__sidebar {
        display: none;
    }
}

/* Wishlist remove button over home2 cards */
.home2-page .wishlist-grid-item {
    position: relative;
}

.home2-page .wishlist-grid-item__remove {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    z-index: 5;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #F2DDD4;
    color: #b43a2f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(74, 59, 50, 0.08);
}

.home2-page .wishlist-grid-item__remove:hover {
    background: #fff;
    color: #8f2a22;
}

/* Store product grids use home2 cards */
.home2-page .store-page__products.h2-products-grid {
    margin-top: 1rem;
}

/* =========================================================
   Quem somos ? visual home2
   ========================================================= */
.home2-page .qs-page {
    --qs-coral: #DE6854;
    --qs-coral-dark: #C95A48;
    --qs-brown: #4A3B32;
    --qs-muted: #8A7368;
    --qs-line: #F2DDD4;
    --qs-bg: #FDFBF7;
    padding-bottom: 2.5rem;
    color: var(--qs-brown);
}

.home2-page .qs-page__header {
    margin: 0 0 1.75rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--qs-line);
    max-width: 42rem;
}

.home2-page .qs-page__kicker {
    margin: 0 0 0.4rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--qs-coral);
}

.home2-page .qs-page__title {
    margin: 0 0 0.75rem;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(1.9rem, 3vw, 2.5rem);
    font-weight: 400;
    line-height: 1.15;
    color: var(--qs-brown);
}

.home2-page .qs-page__lead {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.6;
    color: var(--qs-muted);
}

.home2-page .qs-page__layout {
    display: grid;
    gap: 1.5rem;
    align-items: start;
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .home2-page .qs-page__layout {
        grid-template-columns: minmax(0, 1.6fr) minmax(16rem, 0.7fr);
        gap: 2rem;
    }
}

.home2-page .qs-story {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--qs-muted);
}

.home2-page .qs-story p {
    margin: 0 0 1.1rem;
}

.home2-page .qs-story strong {
    color: var(--qs-brown);
    font-weight: 700;
}

.home2-page .qs-quote {
    margin: 1.5rem 0;
    padding: 1.15rem 1.25rem;
    border-left: 3px solid var(--qs-coral);
    background: var(--qs-bg);
    border-radius: 0 0.75rem 0.75rem 0;
}

.home2-page .qs-quote p {
    margin: 0;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 1.25rem;
    line-height: 1.4;
    color: var(--qs-brown);
}

.home2-page .qs-aside {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (min-width: 992px) {
    .home2-page .qs-aside {
        position: sticky;
        top: 1rem;
    }
}

.home2-page .qs-aside__card {
    background: #fff;
    border: 1px solid var(--qs-line);
    border-radius: 1rem;
    padding: 1.1rem 1.15rem;
    box-shadow: 0 4px 18px rgba(74, 59, 50, 0.04);
}

.home2-page .qs-aside__label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--qs-coral);
    margin-bottom: 0.25rem;
}

.home2-page .qs-aside__value {
    display: block;
    font-size: 1.25rem;
    color: var(--qs-brown);
    margin-bottom: 0.35rem;
}

.home2-page .qs-aside__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.45;
    color: var(--qs-muted);
}

.home2-page .qs-aside__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.7rem 1.2rem;
    border-radius: 999px;
    background: var(--qs-coral);
    color: #fff !important;
    font-weight: 700;
    font-size: 0.9375rem;
    text-decoration: none !important;
    text-align: center;
}

.home2-page .qs-aside__cta:hover {
    background: var(--qs-coral-dark);
    color: #fff !important;
}

.home2-page .qs-aside__link {
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--qs-coral);
    text-decoration: none;
}

.home2-page .qs-aside__link:hover {
    color: var(--qs-coral-dark);
    text-decoration: underline;
}

.home2-page .qs-pillars {
    display: grid;
    gap: 1rem;
    margin-bottom: 2.25rem;
}

@media (min-width: 768px) {
    .home2-page .qs-pillars {
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem;
    }
}

.home2-page .qs-pillar {
    background: #fff;
    border: 1px solid var(--qs-line);
    border-radius: 1rem;
    padding: 1.35rem 1.4rem;
    box-shadow: 0 4px 18px rgba(74, 59, 50, 0.04);
}

.home2-page .qs-pillar__icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    background: #FFF0EC;
    color: var(--qs-coral);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    margin-bottom: 0.85rem;
}

.home2-page .qs-pillar__title {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--qs-brown);
}

.home2-page .qs-pillar__text {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--qs-muted);
}

.home2-page .qs-values {
    margin-bottom: 1.75rem;
}

.home2-page .qs-values__head {
    margin-bottom: 1.15rem;
}

.home2-page .qs-values__title {
    margin: 0;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(1.5rem, 2.2vw, 1.9rem);
    font-weight: 400;
    color: var(--qs-brown);
}

.home2-page .qs-values__grid {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .home2-page .qs-values__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .home2-page .qs-values__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
}

.home2-page .qs-value {
    background: #fff;
    border: 1px solid var(--qs-line);
    border-radius: 1rem;
    padding: 1.15rem 1.2rem;
    transition: border-color 0.15s ease;
}

.home2-page .qs-value:hover {
    border-color: #e8c4ba;
}

.home2-page .qs-value__icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.6rem;
    background: var(--qs-bg);
    color: var(--qs-coral);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.7rem;
    font-size: 0.95rem;
}

.home2-page .qs-value__title {
    margin: 0 0 0.4rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--qs-brown);
}

.home2-page .qs-value__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--qs-muted);
}

.home2-page .qs-closing {
    background: var(--qs-bg);
    border: 1px solid var(--qs-line);
    border-left: 3px solid var(--qs-coral);
    border-radius: 0.75rem;
    padding: 1.1rem 1.25rem;
}

.home2-page .qs-closing p {
    margin: 0;
    font-size: 0.975rem;
    line-height: 1.55;
    color: var(--qs-muted);
}

/* =========================================================
   P?ginas legais (privacidade, termos)
   ========================================================= */
.home2-page .legal-page {
    --lg-coral: #DE6854;
    --lg-coral-dark: #C95A48;
    --lg-brown: #4A3B32;
    --lg-muted: #8A7368;
    --lg-line: #F2DDD4;
    --lg-bg: #FDFBF7;
    padding-bottom: 2.75rem;
    color: var(--lg-brown);
}

.home2-page .legal-page__header {
    margin: 0 0 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--lg-line);
    max-width: 44rem;
}

.home2-page .legal-page__kicker {
    margin: 0 0 0.4rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lg-coral);
}

.home2-page .legal-page__title {
    margin: 0 0 0.5rem;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(1.75rem, 2.8vw, 2.35rem);
    font-weight: 400;
    line-height: 1.15;
    color: var(--lg-brown);
}

.home2-page .legal-page__meta {
    margin: 0;
    font-size: 0.875rem;
    color: var(--lg-muted);
    line-height: 1.45;
}

.home2-page .legal-page__layout {
    display: grid;
    gap: 1.5rem;
    align-items: start;
}

@media (min-width: 992px) {
    .home2-page .legal-page__layout {
        grid-template-columns: 15.5rem minmax(0, 1fr);
        gap: 2rem;
    }
}

.home2-page .legal-toc {
    background: #fff;
    border: 1px solid var(--lg-line);
    border-radius: 1rem;
    padding: 1.1rem 1.15rem;
    box-shadow: 0 4px 18px rgba(74, 59, 50, 0.04);
}

@media (min-width: 992px) {
    .home2-page .legal-toc {
        position: sticky;
        top: 1rem;
    }
}

.home2-page .legal-toc__title {
    margin: 0 0 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lg-muted);
}

.home2-page .legal-toc__list {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    counter-reset: legal-toc;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.home2-page .legal-toc__list li {
    counter-increment: legal-toc;
}

.home2-page .legal-toc__list a {
    display: block;
    padding: 0.4rem 0.5rem;
    border-radius: 0.5rem;
    color: var(--lg-brown);
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.35;
}

.home2-page .legal-toc__list a::before {
    content: counter(legal-toc) ". ";
    color: var(--lg-coral);
    font-weight: 700;
}

.home2-page .legal-toc__list a:hover {
    background: #FFF5F2;
    color: var(--lg-coral);
}

.home2-page .legal-toc__link {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--lg-coral);
    text-decoration: none;
}

.home2-page .legal-toc__link:hover {
    color: var(--lg-coral-dark);
    text-decoration: underline;
}

.home2-page .legal-content {
    background: #fff;
    border: 1px solid var(--lg-line);
    border-radius: 1rem;
    padding: 1.5rem 1.4rem 1.75rem;
    box-shadow: 0 4px 18px rgba(74, 59, 50, 0.04);
}

@media (min-width: 768px) {
    .home2-page .legal-content {
        padding: 1.75rem 1.85rem 2rem;
    }
}

.home2-page .legal-section {
    margin: 0 0 1.75rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #F5EBE6;
}

.home2-page .legal-section:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.home2-page .legal-section h2 {
    margin: 0 0 0.85rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--lg-brown);
    scroll-margin-top: 1.25rem;
}

.home2-page .legal-section h3 {
    margin: 1.1rem 0 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--lg-brown);
}

.home2-page .legal-section p {
    margin: 0 0 0.85rem;
    font-size: 0.975rem;
    line-height: 1.65;
    color: var(--lg-muted);
}

.home2-page .legal-section p:last-child {
    margin-bottom: 0;
}

.home2-page .legal-section strong {
    color: var(--lg-brown);
}

.home2-page .legal-section a {
    color: var(--lg-coral);
    font-weight: 600;
    text-decoration: underline;
}

.home2-page .legal-section a:hover {
    color: var(--lg-coral-dark);
}

.home2-page .legal-section ul {
    margin: 0 0 0.9rem;
    padding-left: 1.15rem;
    color: var(--lg-muted);
}

.home2-page .legal-section li {
    margin: 0 0 0.4rem;
    font-size: 0.9375rem;
    line-height: 1.55;
}

.home2-page .legal-closing {
    margin-top: 1.5rem;
    padding: 1rem 1.15rem;
    background: var(--lg-bg);
    border: 1px solid var(--lg-line);
    border-left: 3px solid var(--lg-coral);
    border-radius: 0.75rem;
}

.home2-page .legal-closing p {
    margin: 0;
    font-size: 0.9375rem;
    color: var(--lg-muted);
    line-height: 1.5;
}

.home2-page .legal-closing strong {
    color: var(--lg-brown);
}

/* =========================================================
   Auth pages ? login / cadastro / esqueci senha (home2)
   ========================================================= */
.home2-page .auth-page {
    --au-coral: #DE6854;
    --au-coral-dark: #C95A48;
    --au-brown: #4A3B32;
    --au-muted: #8A7368;
    --au-line: #F2DDD4;
    --au-bg: #FDFBF7;
    --au-peach: #FFF6F2;
    max-width: 28rem;
    margin: 0 auto;
    padding-bottom: 3rem;
}

.home2-page .auth-page__card {
    background: #fff;
    border: 1px solid var(--au-line);
    border-radius: 1rem;
    padding: 1.75rem 1.5rem;
    box-shadow: 0 8px 28px rgba(74, 59, 50, 0.05);
}

.home2-page .auth-page__card--wide {
    max-width: none;
}

.home2-page .auth-page--wide { max-width: 40rem; }

.home2-page .auth-page__header {
    margin-bottom: 1.5rem;
    text-align: center;
}

.home2-page .auth-page__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--au-coral);
}

.home2-page .auth-page__title {
    margin: 0;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(1.65rem, 3vw, 2rem);
    font-weight: 400;
    color: var(--au-brown);
    line-height: 1.2;
}

.home2-page .auth-page__subtitle {
    margin: 0.5rem 0 0;
    font-size: 0.9375rem;
    color: var(--au-muted);
    line-height: 1.45;
}

.home2-page .auth-page__form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.home2-page .auth-page__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    .home2-page .auth-page__grid {
        grid-template-columns: 1fr 1fr;
    }
}

.home2-page .auth-page__field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.home2-page .auth-page__field label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--au-brown);
}

.home2-page .auth-page__required {
    color: var(--au-coral);
}

.home2-page .auth-page__input {
    width: 100%;
    padding: 0.75rem 0.9rem;
    font-size: 0.9375rem;
    color: var(--au-brown);
    background: #fff;
    border: 1px solid #EAD5CC;
    border-radius: 0.65rem;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.home2-page .auth-page__input:focus {
    border-color: var(--au-coral);
    box-shadow: 0 0 0 3px rgba(222, 104, 84, 0.12);
}

.home2-page .auth-page__input.is-invalid {
    border-color: #c0392b;
}

.home2-page .auth-page__error {
    font-size: 0.8125rem;
    color: #c0392b;
}

.home2-page .auth-page__row {
    display: flex;
    justify-content: flex-end;
    margin-top: -0.35rem;
}

.home2-page .auth-page__link {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--au-coral);
    text-decoration: none;
}

.home2-page .auth-page__link:hover {
    color: var(--au-coral-dark);
    text-decoration: underline;
}

.home2-page .auth-page__check {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-size: 0.875rem;
    color: var(--au-muted);
    cursor: pointer;
}

.home2-page .auth-page__check input {
    margin-top: 0.2rem;
    accent-color: var(--au-coral);
}

.home2-page .auth-page__check a {
    color: var(--au-coral);
    font-weight: 600;
    text-decoration: none;
}

.home2-page .auth-page__check a:hover {
    text-decoration: underline;
}

.home2-page .auth-page__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
    padding: 0.85rem 1.25rem;
    border-radius: 999px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.home2-page .auth-page__btn--primary {
    background: var(--au-coral);
    color: #fff;
    border-color: var(--au-coral);
}

.home2-page .auth-page__btn--primary:hover {
    background: var(--au-coral-dark);
    border-color: var(--au-coral-dark);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(222, 104, 84, 0.25);
}

.home2-page .auth-page__btn--google {
    background: #fff;
    color: var(--au-brown);
    border-color: #EAD5CC;
}

.home2-page .auth-page__btn--google:hover {
    background: var(--au-peach);
    border-color: rgba(222, 104, 84, 0.4);
    color: var(--au-brown);
    text-decoration: none;
}

.home2-page .auth-page__divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 1.25rem 0;
    color: var(--au-muted);
    font-size: 0.8125rem;
}

.home2-page .auth-page__divider::before,
.home2-page .auth-page__divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--au-line);
}

.home2-page .auth-page__footer {
    margin: 1.5rem 0 0;
    text-align: center;
    font-size: 0.9375rem;
    color: var(--au-muted);
}

.home2-page .auth-page__footer a {
    color: var(--au-coral);
    font-weight: 700;
    text-decoration: none;
}

.home2-page .auth-page__footer a:hover {
    color: var(--au-coral-dark);
    text-decoration: underline;
}

.home2-page .auth-page__alert {
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 0.65rem;
    background: #fef3f2;
    border: 1px solid #fee4e2;
    color: #b42318;
    font-size: 0.875rem;
}

.home2-page .auth-page__alert p {
    margin: 0;
}

.home2-page .auth-page__alert p + p {
    margin-top: 0.25rem;
}

/* Neutraliza container antigo dentro das p?ginas auth */
.home2-page .auth-page .login-container {
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

/* =========================================================
   Thank you / Pix ? layout centralizado
   ========================================================= */
.home2-page .thankyou-page {
    --ck-coral: #DE6854;
    --ck-coral-dark: #C95A48;
    --ck-brown: #4A3B32;
    --ck-muted: #8A7368;
    --ck-line: #F2DDD4;
    --ck-bg: #FDFBF7;
    --ck-green: #2f9e44;
    --ck-green-dark: #2b8a3e;
    display: flex;
    justify-content: center;
    padding: 1.25rem 0 3rem;
}

.home2-page .thankyou-card {
    width: 100%;
    max-width: 32rem;
    margin: 0 auto;
    padding: 2rem 1.75rem 1.75rem;
    background: #fff;
    border: 1px solid var(--ck-line);
    border-radius: 1rem;
    box-shadow: 0 8px 28px rgba(74, 59, 50, 0.06);
    text-align: center;
}

.home2-page .thankyou-card__eyebrow {
    margin: 0 0 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ck-coral);
}

.home2-page .thankyou-card__title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 700;
    line-height: 1.35;
    color: var(--ck-brown);
}

.home2-page .thankyou-card__title strong {
    font-weight: 800;
    color: var(--ck-coral);
}

.home2-page .thankyou-card__lead {
    margin: 0 0 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--ck-muted);
}

.home2-page .thankyou-card__lead strong {
    color: var(--ck-brown);
    font-weight: 700;
    word-break: break-word;
}

.home2-page .thankyou-card__subtitle {
    margin: 0 0 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--ck-brown);
}

.home2-page .thankyou-card__block {
    margin: 0 0 1.5rem;
    padding: 1.25rem 1rem;
    background: var(--ck-bg);
    border: 1px solid var(--ck-line);
    border-radius: 0.75rem;
}

.home2-page .thankyou-card__block--pix {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.home2-page .thankyou-card__text {
    margin: 0 0 1rem;
    font-size: 0.9375rem;
    color: var(--ck-muted);
}

.home2-page .thankyou-card__barcode {
    margin: 1rem 0 0;
    font-size: 0.8125rem;
    color: var(--ck-muted);
}

.home2-page .thankyou-card__barcode span {
    display: block;
    margin-bottom: 0.35rem;
}

.home2-page .thankyou-card__barcode strong {
    display: block;
    word-break: break-all;
    color: var(--ck-brown);
    font-size: 0.875rem;
}

.home2-page .thankyou-card__copy {
    width: 100%;
    max-width: 18rem;
}

.home2-page .thankyou-card__hint {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.45;
    color: var(--ck-muted);
}

.home2-page .thankyou-card__qr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem;
    background: #fff;
    border: 1px solid var(--ck-line);
    border-radius: 0.75rem;
    line-height: 0;
}

.home2-page .thankyou-card__qr svg,
.home2-page .thankyou-card__qr img {
    width: 200px;
    height: 200px;
    max-width: 100%;
}

.home2-page .thankyou-card__downloads {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.home2-page .thankyou-card__downloads .checkout-btn {
    width: 100%;
    max-width: 16rem;
}

.home2-page .thankyou-card__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 0.25rem;
}

.home2-page .thankyou-card__actions .checkout-btn {
    min-width: 10.5rem;
}

@media (max-width: 575px) {
    .home2-page .thankyou-card {
        padding: 1.5rem 1.15rem 1.35rem;
        border-radius: 0.85rem;
    }

    .home2-page .thankyou-card__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home2-page .thankyou-card__actions .checkout-btn {
        width: 100%;
        min-width: 0;
    }

    .home2-page .thankyou-card__qr svg,
    .home2-page .thankyou-card__qr img {
        width: 180px;
        height: 180px;
    }
}

/* =========================================================
   Cupons ? listagem p?blica
   ========================================================= */
.home2-page .coupons-page {
    --ck-coral: #DE6854;
    --ck-coral-dark: #C95A48;
    --ck-brown: #4A3B32;
    --ck-muted: #8A7368;
    --ck-line: #F2DDD4;
    --ck-bg: #FDFBF7;
    --ck-green: #2f9e44;
    --ck-green-dark: #2b8a3e;
    padding: 0.5rem 0 3rem;
}

.home2-page .coupons-page__header {
    max-width: 36rem;
    margin: 0 0 1.75rem;
}

.home2-page .coupons-page__eyebrow {
    margin: 0 0 0.4rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ck-coral);
}

.home2-page .coupons-page__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.5rem, 3vw, 1.875rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--ck-brown);
}

.home2-page .coupons-page__lead {
    margin: 0;
    font-size: 0.975rem;
    line-height: 1.5;
    color: var(--ck-muted);
}

.home2-page .coupons-page__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.15rem;
}

.home2-page .coupon-card {
    display: flex;
    flex-direction: column;
    padding: 1.25rem 1.1rem 1.15rem;
    background: #fff;
    border: 1px solid var(--ck-line);
    border-radius: 1rem;
    box-shadow: 0 6px 20px rgba(74, 59, 50, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home2-page .coupon-card:hover {
    border-color: #e8c4ba;
    box-shadow: 0 10px 28px rgba(74, 59, 50, 0.08);
    transform: translateY(-3px);
}

.home2-page .coupon-card__store {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
    margin-bottom: 1rem;
}

.home2-page .coupon-card__store:hover {
    text-decoration: none;
    color: inherit;
}

.home2-page .coupon-card__logo {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--ck-line);
    background: var(--ck-bg);
    margin-bottom: 0.75rem;
}

.home2-page .coupon-card__name {
    margin: 0 0 0.65rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--ck-brown);
}

.home2-page .coupon-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(47, 158, 68, 0.12);
    color: var(--ck-green-dark);
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.home2-page .coupon-card__code {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid var(--ck-line);
}

.home2-page .coupon-card__code-label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--ck-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.home2-page .coupon-card__code-row {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 0.75rem;
}

.home2-page .coupon-card__input {
    flex: 1;
    min-width: 0;
    height: 2.5rem;
    padding: 0 0.75rem;
    border: 1px solid var(--ck-line);
    border-radius: 0.55rem;
    background: var(--ck-bg);
    color: var(--ck-brown);
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.04em;
    cursor: pointer;
}

.home2-page .coupon-card__input:focus {
    outline: none;
    border-color: var(--ck-coral);
    box-shadow: 0 0 0 3px rgba(222, 104, 84, 0.15);
}

.home2-page .coupon-card__copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    flex-shrink: 0;
    height: 2.5rem;
    padding: 0 0.85rem;
    border: 1.5px solid var(--ck-coral);
    border-radius: 0.55rem;
    background: #fff;
    color: var(--ck-coral);
    font-size: 0.8125rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.home2-page .coupon-card__copy:hover {
    background: var(--ck-coral);
    color: #fff;
}

.home2-page .coupon-card__copy.is-copied {
    background: var(--ck-green);
    border-color: var(--ck-green);
    color: #fff;
}

.home2-page .coupon-card__copy:disabled {
    opacity: 0.85;
    cursor: default;
}

.home2-page .coupon-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.5rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: var(--ck-coral);
    color: #fff !important;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: background 0.15s ease;
}

.home2-page .coupon-card__cta:hover {
    background: var(--ck-coral-dark);
    color: #fff !important;
}

.home2-page .coupons-page__empty {
    max-width: 28rem;
    margin: 1rem auto 0;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border: 1px solid var(--ck-line);
    border-radius: 1rem;
}

.home2-page .coupons-page__empty h2 {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--ck-brown);
}

.home2-page .coupons-page__empty p {
    margin: 0 0 1.25rem;
    font-size: 0.9375rem;
    color: var(--ck-muted);
}

.home2-page .coupons-page__pagination {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

@media (max-width: 1199px) {
    .home2-page .coupons-page__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .home2-page .coupons-page__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .home2-page .coupons-page__grid {
        grid-template-columns: 1fr;
    }

    .home2-page .coupon-card__copy span {
        display: none;
    }

    .home2-page .coupon-card__copy {
        width: 2.5rem;
        padding: 0;
    }
}

/* =========================================================
   Avalia??o do cliente (p?s-compra)
   ========================================================= */
.home2-page .rating-page {
    --ck-coral: #DE6854;
    --ck-coral-dark: #C95A48;
    --ck-brown: #4A3B32;
    --ck-muted: #8A7368;
    --ck-line: #F2DDD4;
    --ck-bg: #FDFBF7;
    --ck-star: #E8A317;
    padding: 0.25rem 0 3rem;
}

.home2-page .rating-page__header {
    max-width: 36rem;
    margin: 0 0 1.5rem;
}

.home2-page .rating-page__eyebrow {
    margin: 0 0 0.4rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ck-coral);
}

.home2-page .rating-page__title {
    margin: 0 0 0.45rem;
    font-size: clamp(1.5rem, 3vw, 1.875rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--ck-brown);
}

.home2-page .rating-page__lead {
    margin: 0;
    font-size: 0.975rem;
    line-height: 1.5;
    color: var(--ck-muted);
}

.home2-page .rating-page__layout {
    display: grid;
    gap: 1.25rem;
    align-items: start;
}

@media (min-width: 992px) {
    .home2-page .rating-page__layout {
        grid-template-columns: minmax(0, 1.35fr) minmax(17rem, 0.9fr);
        gap: 1.5rem;
    }
}

.home2-page .rating-page__form-card,
.home2-page .rating-page__summary {
    background: #fff;
    border: 1px solid var(--ck-line);
    border-radius: 1rem;
    box-shadow: 0 6px 20px rgba(74, 59, 50, 0.05);
}

.home2-page .rating-page__form-card {
    padding: 1.5rem 1.35rem 1.35rem;
}

.home2-page .rating-page__summary {
    padding: 1.35rem 1.25rem 1.25rem;
}

.home2-page .rating-page__field {
    margin-bottom: 1.25rem;
}

.home2-page .rating-page__label {
    display: block;
    margin-bottom: 0.55rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--ck-brown);
}

.home2-page .rating-stars {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 0.15rem;
}

.home2-page .rating-stars input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.home2-page .rating-stars label {
    cursor: pointer;
    color: #D8C8BE;
    line-height: 1;
    transition: color 0.15s ease, transform 0.15s ease;
}

.home2-page .rating-stars label::before {
    content: "\2605";
    font-size: 2rem;
}

.home2-page .rating-stars label:hover,
.home2-page .rating-stars label:hover ~ label,
.home2-page .rating-stars input:checked ~ label {
    color: var(--ck-star);
}

.home2-page .rating-stars label:hover {
    transform: scale(1.08);
}

.home2-page .rating-page__textarea {
    display: block;
    width: 100%;
    min-height: 8rem;
    padding: 0.85rem 1rem;
    border: 1px solid var(--ck-line);
    border-radius: 0.75rem;
    background: var(--ck-bg);
    color: var(--ck-brown);
    font-size: 0.9375rem;
    line-height: 1.5;
    resize: vertical;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.home2-page .rating-page__textarea::placeholder {
    color: #B09A90;
}

.home2-page .rating-page__textarea:focus {
    outline: none;
    border-color: var(--ck-coral);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(222, 104, 84, 0.15);
}

.home2-page .rating-page__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.7rem 1.5rem;
    border: 0;
    border-radius: 999px;
    background: var(--ck-coral);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease, box-shadow 0.15s ease;
}

.home2-page .rating-page__submit:hover {
    background: var(--ck-coral-dark);
    box-shadow: 0 8px 20px rgba(222, 104, 84, 0.25);
}

.home2-page .rating-page__summary-title {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ck-brown);
}

.home2-page .rating-page__meta {
    margin: 0 0 1.25rem;
    display: grid;
    gap: 0.75rem;
}

.home2-page .rating-page__meta > div {
    display: grid;
    gap: 0.15rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--ck-line);
}

.home2-page .rating-page__meta > div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.home2-page .rating-page__meta dt {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--ck-muted);
}

.home2-page .rating-page__meta dd {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--ck-brown);
    word-break: break-word;
}

.home2-page .rating-page__products-title {
    margin: 0 0 0.75rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--ck-brown);
}

.home2-page .rating-page__products {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
}

.home2-page .rating-page__product {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem;
    background: var(--ck-bg);
    border: 1px solid var(--ck-line);
    border-radius: 0.75rem;
}

.home2-page .rating-page__product-img {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 0.55rem;
    background: #fff;
}

.home2-page .rating-page__product-name {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--ck-brown);
}

.home2-page .rating-page .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 575px) {
    .home2-page .rating-page__form-card,
    .home2-page .rating-page__summary {
        padding: 1.2rem 1rem 1.1rem;
    }

    .home2-page .rating-page__submit {
        width: 100%;
    }
}
