body { 
    font-family: 'Inter', sans-serif; 
    background-color: #FAFAFA; 
    color: #343a40;
}

@media (min-width: 1200px) {
    .container { max-width: 1320px !important; }
}

.bg-topbar { background-color: #2B3452; }
.bg-header { background-color: #3A3331; }
.hero-bg { background: linear-gradient(90deg, #E65C00 0%, #F9D423 100%); }
.text-orange { color: #f97316 !important; }
.bg-orange { background-color: #f97316 !important; }
.bg-orange-hover:hover { background-color: #ed8936 !important; color: white !important; }


.bg-featured { background-color: #F1F5F9; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }
.bg-faq-section { background-color: #FFFAF5; border-top: 1px solid #ffedd5; border-bottom: 1px solid #ffedd5; }
.bg-newsletter { background-color: #2B3452; color: white; }

.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }

.nav-link.custom-link { 
    color: #4b5563; 
    font-weight: 500; 
    font-size: 0.875rem; 
    padding: 0.5rem 0.25rem; 
    transition: color 0.2s; 
}

.nav-link.custom-link:hover, .nav-item.show .nav-link { color: #f97316; }
.dropdown-toggle::after { display: none; }

.custom-dropdown-menu {
    border-radius: 0.5rem;
    border: 1px solid #f3f4f6;
    margin-top: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding: 0.5rem 0;
}

.custom-dropdown-item {
    font-size: 0.875rem;
    color: #4b5563;
    padding: 0.5rem 1.5rem;
    transition: all 0.2s;
    font-weight: 500;
}

.custom-dropdown-item:hover {
    background-color: #fff7ed;
    color: #f97316;
}

.search-wrapper { max-width: 600px; flex-grow: 1; border-radius: 0.375rem; overflow: hidden; }
.search-input { border: none !important; box-shadow: none !important; border-radius: 0; background-color: transparent; }
.search-select { border: none !important; border-left: 1px solid #e5e7eb !important; border-radius: 0 !important; background-color: #f9fafb !important; box-shadow: none !important; width: auto !important; padding-left: 1rem !important; padding-right: 2rem !important; color: #4b5563; font-size: 0.875rem; cursor: pointer; }
.search-btn { background-color: #fb923c; color: white; border: none; border-radius: 0; padding: 0.5rem 1.5rem; transition: background-color 0.2s; cursor: pointer; }
.search-btn:hover { background-color: #f97316; }

.hero-bg .bg-text-left { position: absolute; left: -2.5rem; top: 0; font-size: 8rem; font-weight: 900; opacity: 0.1; transform: rotate(-12deg); user-select: none; z-index: 1; }
.hero-bg .bg-text-right { position: absolute; right: -2.5rem; bottom: 0; font-size: 8rem; font-weight: 900; opacity: 0.1; transform: rotate(12deg); user-select: none; z-index: 1; }
.hero-content { position: relative; z-index: 10; }


.product-card { 
    border-radius: 0.75rem; 
    overflow: hidden; 
    transition: all 0.3s ease; 
    position: relative; 
    border: 1px solid #ffffff; 
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.product-card:hover { 
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); 
    border-color: #fbd38d;
}
.product-card img { transition: transform 0.3s ease; max-height: 100%; object-fit: contain; }
.product-card:hover img { transform: scale(1.05); }
.card-badge { position: absolute; top: 0.75rem; left: 0.75rem; z-index: 10; font-size: 0.7rem; font-weight: bold; padding: 0.25rem 0.75rem; border-radius: 9999px; }
.card-btn-fav { position: absolute; top: 0.75rem; right: 0.75rem; z-index: 10; width: 32px; height: 32px; border-radius: 50%; background: white; border: none; box-shadow: 0 1px 3px rgba(0,0,0,0.1); color: #9ca3af; transition: color 0.2s; display: flex; align-items: center; justify-content: center; outline: none !important; cursor: pointer; }
.card-btn-fav:hover { color: #ef4444; }
.img-container { height: 256px; background-color: #ffffff; display: flex; align-items: center; justify-content: center; padding: 1.5rem; }
.sold-out .img-container { background-color: #f9fafb; }
.sold-out img { filter: grayscale(100%); }


.trust-box { transition: transform 0.3s ease; }
.trust-box:hover { transform: translateY(-5px); }
.trust-icon-wrap { width: 60px; height: 60px; border-radius: 50%; background-color: #fff7ed; color: #f97316; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin: 0 auto 1rem auto; transition: background-color 0.3s; }
.trust-box:hover .trust-icon-wrap { background-color: #f97316; color: white; }


.category-card {
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
    display: block;
    height: 320px;
    text-decoration: none !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}
.category-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to top, rgba(20, 20, 20, 0.9) 0%, rgba(20, 20, 20, 0.1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    transition: background 0.4s ease;
}
.category-card:hover img {
    transform: scale(1.1);
}
.category-card:hover .category-overlay {
    background: linear-gradient(to top, rgba(230, 92, 0, 0.95) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.category-title {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    transform: translateY(15px);
    transition: transform 0.4s ease;
}
.category-card:hover .category-title {
    transform: translateY(0);
}
.category-link {
    color: rgba(255,255,255,0.9);
    font-size: 0.875rem;
    font-weight: 500;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease;
}
.category-card:hover .category-link {
    opacity: 1;
    transform: translateY(0);
}

details > summary { list-style: none; outline: none; }
details > summary::-webkit-details-marker { display: none; }
.faq-icon-wrapper { transition: transform 0.3s ease; }
details[open] .faq-icon-wrapper { transform: rotate(180deg); background-color: #fff7ed; color: #f97316; }
.faq-icon-plus { display: block; }
.faq-icon-minus { display: none; }
details[open] .faq-icon-plus { display: none; }
details[open] .faq-icon-minus { display: block; }

.floating-buttons { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 1050; display: flex; flex-direction: column; gap: 0.75rem; }
.float-btn { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); transition: transform 0.2s; text-decoration: none !important; }
.float-btn:hover { transform: scale(1.1); color: white; }

.fs-10 { font-size: 10px; }
.fs-12 { font-size: 0.75rem; }
.fs-14 { font-size: 0.875rem; }
.letter-spacing-wider { letter-spacing: 0.05em; }
.letter-spacing-widest { letter-spacing: 0.1em; }
.cursor-pointer { cursor: pointer; }

.hover-text-orange:hover {
    color: #f97316 !important;
}

.transition-color {
    transition: color 0.2s;
}

.form-control, .custom-file-label {
    height: calc(1.5em + .75rem + 4px);
    background-color: #FBFAF8;
    border: 1px solid #EBEBEB;
}

.btn-success {
    background-color: #f97316 !important;
    border-color: #f97316 !important;
}

.button:hover, .btn-success:hover {
    color: #fff;
    background-color: #df6510 !important;
}

.button, .btn-success {
    font-size: 1rem;
    padding: 0.75rem 0.75rem;
}

.modal-title {
    font-size: 1.625rem;
    font-weight: 700;
}


.breadcrumb-item + .breadcrumb-item::before {
    content: "\f054"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 9px;
    color: #cbd5e1;
    vertical-align: middle;
    padding-right: 0.5rem;
}


.auth-card {
    background-color: #ffffff;
    padding: 3rem;
    border-radius: 0; 
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    height: 100%;
}
.auth-divider {
    height: 1px;
    background-color: #e2e8f0;
    margin: 1.5rem 0 2rem 0;
}
.auth-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}
.auth-input {
    background-color: #f0f4f8; 
    border: 1px solid #e2e8f0;
    border-radius: 0.25rem;
    padding: 0.85rem 1rem;
    font-size: 0.9rem;
    color: #111;
    height: auto;
}
.auth-input:focus {
    background-color: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 0 0 3px rgba(240, 244, 248, 1);
}
.auth-link {
    color: #4b5563;
    text-decoration: underline;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.2s;
}
.auth-link:hover {
    color: #111;
}


.auth-btn-dark {
    background-color: #111;
    color: white;
    font-weight: 600;
    padding: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid #111;
    border-radius: 0; 
    transition: all 0.3s ease;
}
.auth-btn-dark:hover {
    background-color: #f97316;
    border-color: #f97316;
    color: white;
}
.auth-btn-outline {
    background-color: transparent;
    color: #111;
    font-weight: 600;
    padding: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid #111;
    border-radius: 0;
    transition: all 0.3s ease;
}
.auth-btn-outline:hover {
    background-color: #111;
    color: white;
}


.auth-list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}
.auth-list-icon {
    font-size: 1.2rem;
    color: #4b5563;
    margin-right: 1rem;
    margin-top: 0.15rem;
}


.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #111;
    background-color: #111;
}

.font-size-1-5 {
    font-size: 1.5rem;
}
.font-size-1-75 {
    font-size: 1.75rem;
}

.content-type-page h1,
.content-type-page h2,
.content-type-page h3,
.content-type-page h4,
.content-type-page h5,
.content-type-page h6 {
    color: #000;
}