/* product list */
.view-btn { background-color: #B85B47; color: white; border-radius: 50px; text-align: center; padding: 3px; font-size: 12px; }
.view-btn:hover { background-color: #B85B47; color: white; }
.subcategory-hero { height: 500px; overflow: hidden; position: relative; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: rgba(0, 0, 0, 0.2); }
.hero-image { height: 100%; width: 100%; object-fit: cover; animation: zoomInOut 20s ease-in-out infinite alternate; transform-origin: center center; }
.hero-placeholder { height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; animation: fadePulse 8s ease-in-out infinite; }
.hero-content { z-index: 2; max-width: 800px; animation: fadeInUp 1s ease-out both; }
.hero-title { font-weight: 800; letter-spacing: 0.5px; text-shadow: 2px 2px 8px rgba(0,0,0,0.3); animation: textGlow 3s ease-in-out infinite alternate; }
.hero-subtitle { font-weight: 300; text-shadow: 1px 1px 4px rgba(0,0,0,0.3); max-width: 600px; margin: 0 auto; animation: textGlow 3s ease-in-out infinite alternate; }
.product-card { transition: all 0.3s ease; border-radius: 12px; overflow: hidden; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(74, 66, 56, 0.15); }
.product-badge .badge { font-size: 0.75rem; font-weight: 600; padding: 5px 8px; }
.card-title { font-size: 1.05rem; font-weight: 600; transition: color 0.2s; }
.product-card:hover .card-title { color:#4A4238; }
.btn-filter { border: 1px solid #d7d1c9; padding: 10px 15px; border-radius: 8px; transition: all 0.3s ease; }
.btn-filter:hover { background-color: #f0e9e0 !important; border-color: #c4bcb0; }
.btn-filter:after { display: none; }
.dropdown-menu { border: 1px solid #d7d1c9; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.brand-filter, .size-filter { max-height: 250px; overflow-y: auto; padding-right: 8px; }
.brand-filter::-webkit-scrollbar, .size-filter::-webkit-scrollbar { width: 4px; }
.brand-filter::-webkit-scrollbar-thumb, .size-filter::-webkit-scrollbar-thumb { background-color: #d7d1c9; border-radius: 4px; }
.btn { transition: all 0.3s ease; font-weight: 500; letter-spacing: 0.5px; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 4px 8px rgba(74, 66, 56, 0.15); }
.mobile-filter-btn { background-color: #f9f7f4; color: #4A4238; border: 1px solid #d7d1c9; padding: 10px 15px; border-radius: 8px; }
.mobile-filter-btn:hover { background-color: #f0e9e0; }
@keyframes zoomInOut { 0% { transform: scale(1); } 100% { transform: scale(1.05); } }
@keyframes fadePulse { 0% { opacity: 0.8; } 50% { opacity: 1; } 100% { opacity: 0.8; } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes textGlow { from { text-shadow: 0 0 10px rgba(255, 255, 255, 0.3); } to { text-shadow: 0 0 15px rgba(255, 255, 255, 0.6), 0 0 20px rgba(255, 255, 255, 0.3); } }
@media (max-width: 992px) { .subcategory-hero { height: 400px; } .hero-title { font-size: 2.5rem; } .col-md-6 { flex: 0 0 50%; max-width: 50%; } }
@media (max-width: 768px) { .subcategory-hero { height: 350px; } .hero-title { font-size: 2rem; } .hero-subtitle { font-size: 1rem; } }
@media (max-width: 576px) { .subcategory-hero { height: 300px; } .hero-title { font-size: 1.75rem; } .col-md-6 { flex: 0 0 100%; max-width: 100%; } }
/* product detail */
.border-start-custom { border-left: 4px solid #B85B47; padding-left: 1rem; }
.icon-circle { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 1.2rem; }
.description-content { color: #333; font-size: 1rem; line-height: 1.8; }
.description-content p { margin-bottom: 1.25rem; }
.feature-list { list-style: none; }
.feature-list li { position: relative; padding-left: 2rem; margin-bottom: 1rem; font-size: 1rem; color: #333; }
.feature-list li::before { content: "\f005"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; left: 0; top: 0; color: #FFD700; }
@media (max-width: 768px) { .description-content, .feature-list li { font-size: 0.95rem; } }
.features { color: #4A4238; border-bottom: 2px solid #B85B47; padding-bottom: 5px; }
.thumbnail-item:hover { border-color: #4A4238 !important; transform: scale(1.05); }
.hover-shadow:hover { box-shadow: 0 0.5rem 1rem rgba(74, 66, 56, 0.15) !important; }
.transition-all { transition: all 0.3s ease; }
.cursor-pointer { cursor: pointer; }
body { background-color: white; }
.card { border-radius: 8px; }
.accordion-button:not(.collapsed) { background-color: #4A4238; color: white; }
.accordion-button:focus { box-shadow: 0 0 0 0.25rem rgba(184, 91, 71, 0.25); border-color: #B85B47; }
.img-zoom { transition: transform 0.3s ease; }
.modal-content { background-color: rgba(0, 0, 0, 0.8); }
.carousel-inner { transition-duration: 0.2s !important; transition-timing-function: ease-out !important; }
.carousel-control-prev, .carousel-control-next { width: 8% !important; transition: opacity 0.1s ease; }
.carousel-control-prev-icon, .carousel-control-next-icon { background-color: rgba(74, 66, 56, 0.7) !important; width: 2.5rem !important; height: 2.5rem !important; background-size: 1.5rem 1.5rem !important; transition: all 0.2s ease !important; }
.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover { background-color: rgba(184, 91, 71, 0.9) !important; transform: scale(1.1); }
.thumbnail-scroll-container { position: relative; }
.thumbnail-container { scrollbar-width: thin; scrollbar-color: #B85B47 #f8f5f2; -ms-overflow-style: none; }
.thumbnail-container::-webkit-scrollbar { height: 4px; }
.thumbnail-container::-webkit-scrollbar-track { background: #f8f5f2; }
.thumbnail-container::-webkit-scrollbar-thumb { background-color: #B85B47; border-radius: 4px; }
.thumbnail-scroll-btn { z-index: 1; opacity: 0.8; transition: opacity 0.2s; }
.thumbnail-scroll-btn:hover { opacity: 1; }
.thumbnail-scroll-btn:focus { outline: none; box-shadow: 0 0 0 2px rgba(184, 91, 71, 0.5); }
@media (max-width: 576px) { .thumbnail-scroll-btn { display: none !important; } }

