@import "https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap";
body{font-family:Jost,sans-serif}.text-sm{font-size:14px}.product-card-custom{cursor:pointer}.product-image-wrapper{background-color:#f8f9fa}.product-img{aspect-ratio:3/4;object-fit:cover;transition:transform .5s}.hover-overlay{opacity:0;background-color:#00000008;transition:opacity .3s}.product-card-custom:hover .hover-overlay{opacity:1}.action-icon-btn{color:#000;background-color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .2s;display:flex}.action-icon-btn:hover{color:#fff;background-color:#000}.select-options-btn{color:#000;background-color:#fff;border:none;border-radius:4px;width:100%;padding:12px 0;font-size:15px;font-weight:500;transition:all .2s}.select-options-btn:hover{color:#fff;background-color:#000}.product-title{color:#333;letter-spacing:.5px;font-size:12px}.product-price{color:#dda796;font-size:12px;font-weight:500}.banner-poster-container{width:100%;overflow:hidden}.custom-banner-img{object-fit:cover;object-position:center;width:100%;transition:all .3s;display:block}@media (max-width:768px){.custom-banner-img{border-radius:8px;width:100%;height:290px}}@media (min-width:769px) and (max-width:1024px){.custom-banner-img{min-height:300px}}@media (min-width:1025px){.custom-banner-img{max-height:430px}}.faq-section{max-width:800px;margin:0 auto;padding:0 20px}.faq-title{color:#111;margin-bottom:8px;font-size:28px;font-weight:700}.faq-subtitle{color:#666;margin-bottom:40px;font-size:16px}.faq-container{flex-direction:column;gap:16px;display:flex}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.faq-question{cursor:pointer;color:#111;background:#fff;justify-content:space-between;align-items:center;padding:20px 24px;font-size:16px;font-weight:600;transition:background-color .2s;display:flex}.faq-question:hover{background:#f9fafb}.faq-toggle{color:#6b7280;font-size:20px;font-weight:700;transition:transform .3s,color .2s}.faq-item.active .faq-toggle{color:#111;transform:rotate(45deg)}.faq-answer{background:#f9fafb;max-height:0;transition:max-height .3s;overflow:hidden}.faq-item.active .faq-answer{max-height:500px}.faq-answer p{color:#4b5563;margin:0;padding:0 24px 24px;font-size:15px;line-height:1.6}@media (max-width:768px){.faq-section{padding:0 15px}.faq-title{font-size:24px}.faq-subtitle{margin-bottom:30px;font-size:14px}.faq-question{padding:16px 20px;font-size:15px}.faq-answer p{padding:0 20px 20px;font-size:14px}}
