@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ms+Madi&display=swap');

@font-face {
  font-family: 'Omoi';
  src:  url('omoi.woff2') format('woff2'),
        url('omoi.woff') format('woff'),
        url('omoi.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* ============================================
   VARIABLES Y RESET
   ============================================ */
:root {
    --primary: #1a1a1a;
    --secondary: #666666;
    --accent: #ff6b35;
    --border: #e5e5e5;
    --bg: #ffffff;
    --bg-hover: #fafafa;
    --font: 'Inter', -apple-system, sans-serif;
}

.cart-box .cart-item .ci-name .cin-price {
float: left;
    font-size: 17px !important;  
    color: #BEA28C;
    font-family: 'Omoi', serif !important;
    font-weight: 200 !important;
    text-shadow: 1px 0px 0px black, -1px 0px 0px black, 0px 1px 0px black, 0px -1px 0px black;
    border: 0px solid #d6d6d6de;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    border-bottom: none !important;
    background: var(--bg);
}

body {
font-family: var(--font) !important;
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    background-color: #f5f1e3;
    background-size: contain;
    background-image: url(fondoomoi2026v4.jpg);
    background-position: center top;
    background-repeat: repeat;
}

/* ============================================
   HEADER - ESTÃƒÂTICO Y LIMPIO
   ============================================ */
header {
    height: auto !important;
    background: #ffffff00  !important;
    position: static !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1000 !important;
  border-bottom: 0px solid #000000 !important;
    box-shadow: none !important;
    padding: 20px 0;
}

header#header {
height: 220px !important;
    background-size: 180px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: url(logoomoi.png) !important;
}

header .header-logo {
    text-align: center !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
}

.logologin {
    max-height: 60px !important;
    width: auto;
}

.header-menu-button {
    display: none;
}

body nav {
    display: none !important;
}

/* ============================================
   BARRA STICKY DE CATEGORÃƒÂAS
   ============================================ */
.sticky-categories {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 999;
    border-bottom: 0px solid var(--border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.category-nav {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0;
    margin: 0;
}

.category-nav::-webkit-scrollbar {
    display: none;
}

.category-nav-item {
    flex: 0 0 auto;
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary);
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
    border-bottom: 3px solid transparent;
    position: relative;
}

.category-nav-item:hover {
    color: var(--primary);
    background: var(--bg-hover);
}

.category-nav-item.active {
    color: var(--accent);
    border-bottom-color: var(--accent);
    font-weight: 600;
}

/* ============================================
   LAYOUT PRINCIPAL
   ============================================ */
#page-content {
    background: #ffffff00 !important;
    padding: 0;
    min-height: 100vh;
}

.cart-page {
    padding: 0 !important;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    display: none !important;
}

/* ============================================
   BANNER
   ============================================ */
.banner-container {
    margin: 32px 0;
}

.banner-container img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

/* ============================================
   ESTRUCTURA DE CATEGORÃƒÂAS
   ============================================ */
.cart-box {
    padding: 0;
}

.listado-productos-wrapper {
    margin-bottom: 56px;
    scroll-margin-top: 60px;
}

.listado-categoria-titulo {
    padding: 32px 0 24px;
    margin: 0;
    position: sticky;
    top: 57px;
    background-color: #333333;
    z-index: 10;
    text-align: center;
    border: 2px solid #BEA28C;
    margin-bottom: 10px;
}

.listado-categoria-titulo h4 {
font-size: 19px !important;
    margin: 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Omoi', sans-serif;
    font-weight: 200;
    text-shadow: 1px 0px 0px black, -1px 0px 0px black, 0px 1px 0px black, 0px -1px 0px black;
}

/* ============================================
   PRODUCTOS - DISEÃƒâ€˜O TIPO CARTA CLÃƒÂSICA
   ============================================ */
.cart-item.item {
    background-color: rgb(0 0 0 / 2%) !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 10px 0;
    border-bottom: 1px solid #333333;
    box-shadow: none !important;
    transition: all 0.2s ease;
    padding-left: 16px;
    padding-right: 16px;
    min-height: auto !important;
}

.cart-item.item:last-child {
    border-bottom: none;
}



.ci-img {
    display: none !important;
}

/* ============================================
   HEADER DEL PRODUCTO (Nombre + Precio)
   ============================================ */
.item__header.ci-name {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 8px;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    height: auto !important;
}

.item__title.cin-title {
flex: 1;
    font-weight: 200 !important;
    max-width: 100% !important;
    text-transform: uppercase;
    color: #BEA28C;
    font-family: 'Omoi', sans-serif;
    text-shadow: 1px 0px 0px black, -1px 0px 0px black, 0px 1px 0px black, 0px -1px 0px black;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0px !important;
    margin-top: 3px !important;
}

.item__title.cin-title::first-letter {
    text-transform: uppercase !important; /* si arriba hay !important, agregÃƒÂ¡ !important acÃƒÂ¡ tambiÃƒÂ©n */
}

.item__title.cin-title img {
    width: 17px !important;
    height: 17px;
    vertical-align: middle !important;
    margin-left: 6px !important;
    opacity: 0.8;
    margin-top: -6px;
}
.item__description {
    margin-bottom: 30px !important;
 
}
/* PRECIO - Sin lÃƒÂ­nea de puntos cuando hay descripciÃƒÂ³n */
.item__price.cin-price,
.cin-price {
    flex: 0 0 auto;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    border-radius: 0 !important;
    position: static !important;
    white-space: nowrap;
    text-align: right !important;
    line-height: 1.4;
    color: #BEA28C;
    font-family: 'Omoi', serif !important;
    text-shadow: 1px 0px 0px black, -1px 0px 0px black, 0px 1px 0px black, 0px -1px 0px black;
    border: 0px solid #d6d6d6de;
}

/* ============================================
   DESCRIPCIÃƒâ€œN
   ============================================ */
.item__description.item-info {
    font-size: 14px !important;
    margin-top: 20px;
    font-weight: 200;
    max-width: 100% !important;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-family: 'Omoi', sans-serif;
}

.variant-item span:first-child {
    flex: 0 0 auto;
    font-size: 14px !important;
    text-transform: uppercase;
    color: #BEA28C !important;
    font-family: 'Omoi', sans-serif;
}

.item__description.item-info::first-letter {
    text-transform: uppercase; /* si arriba hay !important, agregÃƒÂ¡ !important acÃƒÂ¡ tambiÃƒÂ©n */
}

/* ============================================
   VARIANTES - Layout mejorado
   ============================================ */
.variants-container {
    margin-top: 16px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.variant-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    padding: 0;
}

.variant-item span:first-child {
    flex: 0 0 auto;
    color: var(--secondary);
    font-size: 15px;
    font-weight: 500;
}

.variant-item .cin-price {
    font-size: 16px !important;
    margin-left: auto;
    font-weight: 500 !important;
}

/* LÃƒÂ­nea de puntos para variantes */
.variant-dots {
    flex: 1;
    border-bottom: 1px dotted #565656 !important;
    margin: 0 12px;
    align-self: flex-end;
    margin-bottom: 5px;
}

/* ============================================
   FOOTER
   ============================================ */
.copyright {
    text-align: center;
    padding: 40px 20px;
    margin: 64px 0 0 0 !important;
    border-top: 1px solid var(--border);
    position: relative !important;
}

.copyright a {
    color: var(--secondary) !important;
    font-size: 13px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s;
}

.copyright a:hover {
    color: var(--primary) !important;
}

.ipage {
    height: 16px;
    width: auto;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.copyright a:hover .ipage {
    opacity: 1;
}

/* ============================================
   ESTADOS VACÃƒÂOS
   ============================================ */
.empty-state {
    text-align: center;
    padding: 48px 20px;
    color: var(--secondary);
    font-size: 15px;
}

/* ============================================
   OCULTAR ELEMENTOS INNECESARIOS
   ============================================ */
.h,
.section.home-category,
.fa-undo,
.fa-quote-right,
.button-add-cart,
.item__dots {
    display: none !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 600px) {
    header {
        padding: 16px 0;
    }
    
    .logologin {
        max-height: 50px !important;
    }
    
    .category-nav-item {
        padding: 14px 20px;
        font-size: 13px;
    }
    
.listado-categoria-titulo {
        padding: 10px 0 10px;
        top: 0px;
    }
    
.listado-categoria-titulo h4 {
        font-size: 32px;
        letter-spacing: 0.5px;
    }
    
    .item__title.cin-title {
       font-size: 17px !important;
    }
    
    .cin-price {
        font-size: 16px !important;
    }
    
    .item__description.item-info {
  font-size: 12.4px !important;
        max-width: 100%;
    }
    
    .listado-productos-wrapper {
        scroll-margin-top: 56px;
    }
    
    .container {
        padding: 0 5px;
    }
}

@media (max-width: 400px) {
    .item__title.cin-title {
        font-size: 17px !important;
    }
    
    .category-nav-item {
        padding: 12px 16px;
    }
}

    .logologin {
        vertical-align: middle;
        margin: auto;
        padding-top: 20px;
        max-height: fit-content !important;
    }