* {box-sizing:border-box;margin:0;padding:0}
body{font-family:'DM Sans',sans-serif;background:#f5f5f0;padding:0}

/* NAVBAR (sticky) */
.navbar{position:sticky;top:0;z-index:200;background:#fff;border-bottom:1px solid #e8e8e0;padding:0 20px}
.nav-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:56px}
.nav-left{display:flex;align-items:center;gap:12px}
.nav-logo{font-size:20px;font-weight:800;color:#e65100;text-decoration:none;letter-spacing:-.5px}
.nav-cat-btn{display:flex;align-items:center;gap:6px;background:none;border:1px solid #e8e8e0;padding:7px 14px;border-radius:8px;cursor:pointer;font-size:12px;font-family:inherit;font-weight:600;color:#555;transition:.15s}
.nav-cat-btn:hover{border-color:#e65100;color:#e65100;background:#fff5f0}
.nav-right{display:flex;align-items:center;gap:12px}
.nav-login-btn{display:flex;align-items:center;gap:6px;background:#e65100;color:#fff;border:none;padding:8px 18px;border-radius:8px;cursor:pointer;font-size:12px;font-family:inherit;font-weight:700;transition:.15s}
.nav-login-btn:hover{background:#d84300}
.nav-user-wrap{position:relative}
.nav-user-btn{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 8px;border-radius:8px;transition:.1s}
.nav-user-btn:hover{background:#f5f5f0}
.nav-user-pic{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #e8e8e0}
.nav-user-name{font-size:13px;font-weight:600;color:#333}
.nav-arrow{font-size:10px;color:#999}
.user-dropdown{display:none;position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e8e8e0;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.1);min-width:180px;padding:6px 0;z-index:300}
.user-dropdown.open{display:block}
.ud-item{display:block;width:100%;padding:10px 16px;font-size:13px;color:#333;text-decoration:none;border:none;background:none;cursor:pointer;text-align:left;font-family:inherit;transition:.1s}
.ud-item:hover{background:#f5f5f0;color:#e65100}
.ud-logout{color:#c62828}
.ud-logout:hover{background:#fce4ec}
.ud-divider{height:1px;background:#f0f0ea;margin:4px 0}

/* NAV LINKS */
.nav-links{display:flex;align-items:center;gap:16px;margin-left:12px}
.nav-links a{font-size:13px;font-weight:600;color:#555;text-decoration:none;transition:0.15s;padding:4px 8px;border-radius:6px}
.nav-links a:hover{color:#e65100;background:#fff5f0}

/* NOTIFICATION BELL */
.nav-notif-wrap{position:relative}
.nav-notif-btn{background:none;border:none;font-size:20px;cursor:pointer;padding:6px;position:relative;line-height:1}
.notif-badge{position:absolute;top:0;right:0;background:#c62828;color:#fff;font-size:9px;font-weight:800;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px}
.notif-dropdown{display:none;position:absolute;top:calc(100% + 8px);right:-40px;background:#fff;border:1px solid #e8e8e0;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);width:320px;max-height:400px;overflow:hidden;z-index:300}
.notif-dropdown.open{display:block}
.notif-header{padding:12px 16px;font-size:14px;font-weight:700;color:#333;border-bottom:1px solid #f0f0ea}
.notif-list{max-height:340px;overflow-y:auto}
.notif-item{display:flex;gap:10px;padding:12px 16px;cursor:pointer;transition:.1s;border-bottom:1px solid #f8f8f5}
.notif-item:hover{background:#fafaf5}
.notif-item.unread{background:#fff5f0}
.notif-icon{font-size:18px;flex-shrink:0;margin-top:2px}
.notif-body{flex:1;min-width:0}
.notif-msg{font-size:12px;color:#333;line-height:1.4;word-break:break-word}
.notif-time{font-size:11px;color:#999;margin-top:2px}
.notif-empty{text-align:center;padding:30px 16px;color:#999;font-size:13px}

/* HERO SEARCH */
.hero-search{background:linear-gradient(135deg,#fff5f0 0%,#fff 100%);border-bottom:1px solid #e8e8e0;padding:28px 24px 24px;margin-bottom:0;text-align:center}
.hero-search-inner{max-width:700px;margin:0 auto}
.hero-title{font-size:22px;font-weight:800;color:#222;margin-bottom:6px}
.hero-sub{font-size:13px;color:#888;margin-bottom:16px}
.hero-link-guide{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px;flex-wrap:wrap}
.guide-text{font-size:12px;color:#999}
.btn-1688-link{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #e8e8e0;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;color:#e65100;text-decoration:none;transition:.15s}
.btn-1688-link:hover{background:#fff5f0;border-color:#e65100}
.logo-1688-img{width:16px;height:16px;border-radius:2px}
.search-bar{display:flex;gap:0;border-radius:12px;overflow:hidden;border:2px solid #e65100;background:#fff;transition:box-shadow .2s}
.search-bar:focus-within{box-shadow:0 0 0 3px rgba(230,81,0,.15)}
.search-bar input{flex:1;border:none;padding:14px 16px;font-size:14px;font-family:inherit;outline:none;min-width:0;background:transparent}
.search-bar input::placeholder{color:#bbb}
.search-bar button{background:#e65100;color:#fff;border:none;padding:14px 28px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:.15s;white-space:nowrap}
.search-bar button:hover{background:#d84300}
.search-bar button:disabled{background:#ccc;cursor:wait}
.search-msg{font-size:12px;margin-top:10px;min-height:18px;font-weight:500}
.search-msg-loading{color:#e65100}
.search-msg-cache{color:#2e7d32}
.search-msg-live{color:#1565c0}
.search-msg-error{color:#c62828}
.search-msg-limit{color:#c62828;font-weight:700}

/* CATEGORY SIDEBAR */
.cat-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.35);z-index:500;transition:opacity .2s}
.cat-overlay.open{display:block}
.cat-sidebar{position:fixed;top:0;left:0;width:280px;height:100%;background:#fff;z-index:600;overflow-y:auto;box-shadow:4px 0 24px rgba(0,0,0,.12);display:flex;flex-direction:column;transform:translateX(-100%);transition:transform .25s ease}
.cat-sidebar.open{transform:translateX(0)}
.cat-sidebar-header{padding:24px 20px 16px;border-bottom:1px solid #f0f0ea;background:linear-gradient(135deg,#fff5f0,#fff);flex-shrink:0}
.cat-sidebar-title{font-size:15px;font-weight:800;color:#e65100;margin-bottom:4px}
.cat-sidebar-sub{font-size:11px;color:#999;line-height:1.4}
.cat-close{position:absolute;top:16px;right:14px;background:none;border:none;font-size:22px;cursor:pointer;color:#999;transition:.15s}
.cat-close:hover{color:#e65100}
.cat-sidebar-list{flex:1;padding:8px 0;overflow-y:auto}
.cat-item{display:flex;align-items:center;gap:12px;width:100%;background:none;border:none;padding:13px 20px;cursor:pointer;font-size:13px;font-family:inherit;font-weight:500;color:#555;text-align:left;transition:.12s;border-left:3px solid transparent}
.cat-item:hover{background:#fafaf5;color:#e65100}
.cat-item.active{background:#fff5f0;color:#e65100;font-weight:700;border-left-color:#e65100}
.cat-item-icon{font-size:20px;width:26px;text-align:center;flex-shrink:0}
.cat-item-name{line-height:1.2}

/* TOOLBAR */
.toolbar{max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:16px;padding:12px 20px}
.trending-label{font-size:12px;color:#999;font-weight:500}

/* LAYOUT */
.container{display:flex;gap:20px;max-width:1280px;margin:auto;align-items:flex-start;padding:0 20px 20px}

/* GRID */
.product-grid{flex:2.5;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}
.card{background:#fff;padding:14px;border-radius:12px;border:1px solid #e8e8e0;display:flex;flex-direction:column;justify-content:space-between;transition:.2s;cursor:pointer;position:relative}
.card:hover{border-color:#e65100;box-shadow:0 4px 16px rgba(230,81,0,.1)}
.card img{width:100%;height:190px;object-fit:cover;border-radius:8px;background:#f0f0ea}
.item-name{font-weight:600;font-size:13px;color:#333;margin:10px 0 8px;height:36px;overflow:hidden;line-height:1.4}
.price-box{background:#fafaf5;border-radius:8px;padding:10px;border:1px dashed #e0e0d8;margin-bottom:8px}
.price-cny{font-size:11px;color:#999}
.price-php{font-size:13px;color:#c62828;font-weight:700;margin-top:4px}
.price-php strong{font-size:17px}
.moq-tag{background:#fff3e0;color:#e65100;padding:3px 8px;border-radius:20px;font-size:10px;font-weight:700;display:inline-block}
.btn-add{background:#e65100;color:#fff;border:none;padding:10px;width:100%;border-radius:8px;cursor:pointer;font-weight:700;font-size:13px;transition:.15s;margin-top:8px;font-family:inherit}
.btn-add:hover{background:#d84300}
.source-banner{grid-column:1/-1;padding:10px 16px;border-radius:8px;font-size:12px;font-weight:600;text-align:center}
.source-banner.live{background:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7}
.source-banner.cache{background:#fff3e0;color:#e65100;border:1px solid #ffcc80}
.source-banner.fallback{background:#fce4ec;color:#c62828;border:1px solid #ef9a9a}
.btn-retry{background:none;border:1px solid currentColor;padding:3px 10px;border-radius:4px;cursor:pointer;font-size:11px;margin-left:8px;color:inherit;font-weight:700;font-family:inherit}
.sample-badge{position:absolute;top:10px;right:10px;background:#e65100;color:#fff;padding:2px 8px;border-radius:4px;font-size:9px;font-weight:700}
#loading{text-align:center;padding:60px;font-size:16px;color:#e65100;font-weight:600;grid-column:1/-1}
.spinner{border:3px solid #f0f0ea;border-top:3px solid #e65100;border-radius:50%;width:36px;height:36px;animation:spin .8s linear infinite;margin:0 auto 12px}
@keyframes spin{to{transform:rotate(360deg)}}

/* CART SIDEBAR - 1688 Style (결제 버튼 고정 & 내부 스크롤 완비!) */
.cart-sidebar{flex:1;background:#fff;padding:16px;border-radius:12px;border:1px solid #e8e8e0;position:sticky;top:72px;min-width:300px;max-width:360px;display:flex;flex-direction:column;max-height:calc(100vh - 90px)}
.cart-sidebar h2{flex-shrink:0;font-size:15px;font-weight:700;color:#333;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f0f0ea}
#cart-items{flex:1;overflow-y:auto;padding-right:6px;min-height:100px;margin-bottom:8px}
#cart-items::-webkit-scrollbar{width:5px}
#cart-items::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}
.cart-sidebar > div:last-child, .cart-summary{flex-shrink:0;background:#fff}
.cart-empty{text-align:center;color:#aaa;padding:30px 0;font-size:13px;line-height:1.6}
.cart-item-card{display:flex;gap:10px;padding:12px 0;border-bottom:1px solid #f5f5f0}
.cart-item-card:last-child{border-bottom:none}
.cart-item-img{width:60px;height:60px;border-radius:6px;object-fit:cover;background:#f0f0ea;flex-shrink:0;cursor:pointer;border:1px solid #e8e8e0;transition:.15s}
.cart-item-img:hover{border-color:#e65100}
.cart-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}
.cart-item-name{font-size:12px;font-weight:600;color:#333;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;cursor:pointer}
.cart-item-name:hover{color:#e65100}
.cart-item-prices{display:flex;align-items:baseline;gap:8px}
.cart-cny{font-size:11px;color:#999;text-decoration:line-through}
.cart-php{font-size:13px;font-weight:700;color:#c62828}
.cart-item-bottom{display:flex;align-items:center;gap:6px;margin-top:2px}
.cart-qty-wrap{display:flex;align-items:center;border:1px solid #e0e0d8;border-radius:4px;overflow:hidden}
.cart-qty-btn{width:24px;height:24px;border:none;background:#fafaf5;cursor:pointer;font-size:14px;font-weight:700;color:#555;font-family:inherit;transition:.1s}
.cart-qty-btn:hover{background:#fff5f0;color:#e65100}
.cart-qty-input{width:32px;height:24px;border:none;border-left:1px solid #e0e0d8;border-right:1px solid #e0e0d8;text-align:center;font-size:12px;font-weight:700;font-family:inherit;background:#fff}
.cart-qty-input::-webkit-inner-spin-button{-webkit-appearance:none}
.cart-subtotal{font-size:13px;font-weight:800;color:#c62828;margin-left:auto;white-space:nowrap}
.cart-remove-btn{background:none;border:none;font-size:14px;cursor:pointer;color:#ccc;padding:2px;transition:.15s}
.cart-remove-btn:hover{color:#c62828}

/* CART SUPPLIER GROUPS */
.cart-supplier-group{border:1px solid #f0f0ea;border-radius:8px;margin-bottom:10px;overflow:hidden;background:#fff}
.cart-supplier-header{display:flex;align-items:center;gap:6px;padding:8px 12px;background:linear-gradient(135deg,#fafaf5,#fff);border-bottom:1px solid #f0f0ea}
.cart-supplier-icon{font-size:14px}
.cart-supplier-name{font-size:11px;font-weight:700;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}
.cart-supplier-group .cart-item-card{padding:10px 12px;margin:0}
.cart-supplier-group .cart-item-card:last-of-type{border-bottom:none}
.cart-group-subtotal{display:flex;justify-content:space-between;align-items:center;padding:6px 12px;background:#fafaf5;border-top:1px solid #f0f0ea;font-size:10px;color:#999}
.cart-group-subtotal span:last-child{font-weight:700;color:#c62828;font-size:11px}
.cart-summary{background:#fafaf5;border:1px solid #e8e8e0;border-radius:8px;padding:10px 12px;margin-top:8px}
.cart-sum-row{display:flex;justify-content:space-between;font-size:11px;color:#777;line-height:1.8}
.cart-sum-row b{color:#333;font-weight:700}
.cart-sum-php{color:#c62828;font-weight:700;font-size:12px}
.cart-sum-php b{color:#c62828}
.progress-bar-bg{background:#f0f0ea;border-radius:10px;height:8px;width:100%;margin:12px 0;overflow:hidden}
.progress-bar-fill{background:#2e7d32;height:100%;width:0%;transition:width .4s;border-radius:10px}
.checkout-msg{font-size:11px;color:#999;text-align:center}
.total{font-size:22px;font-weight:800;text-align:right;color:#222;margin-top:8px}
.btn-checkout{background:#ccc;color:#fff;border:none;padding:14px;width:100%;border-radius:8px;font-size:15px;cursor:not-allowed;font-weight:700;margin-top:12px;transition:.2s;font-family:inherit}
.btn-checkout.active{background:#2e7d32;cursor:pointer}
.btn-checkout.active:hover{background:#1b5e20}

/* MODAL */
.modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1000;justify-content:center;align-items:flex-start;padding:16px;overflow-y:auto}
.modal-overlay.open{display:flex}
.modal-content{background:#fff;border-radius:16px;width:100%;max-width:960px;margin:20px auto;position:relative;overflow:hidden;animation:modalIn .25s ease}
@keyframes modalIn{from{opacity:0;top:20px}to{opacity:1;top:0}}
.modal-close{position:fixed;top:24px;right:24px;background:#fff;border:1px solid #e8e8e0;width:44px;height:44px;border-radius:50%;font-size:24px;cursor:pointer;z-index:2000;font-family:inherit;color:#333;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:.15s}
.modal-close:hover{background:#fff5f0;color:#e65100;border-color:#ffceb3;transform:scale(1.1)}

/* MODAL LAYOUT (45:55 Ratio) */
.modal-top{display:flex;gap:24px;padding:24px;flex-wrap:nowrap;align-items:flex-start}
.modal-img-area{flex:0 0 45%;width:45%;display:flex;flex-direction:column;gap:8px}
.modal-info{flex:1;width:55%;min-width:0}

.main-img-wrap{width:100%;height:340px;border-radius:10px;overflow:hidden;background:#f0f0ea}
.main-img-wrap img{width:100%;height:100%;object-fit:cover;transition:opacity .2s}
.thumb-strip{display:flex;gap:6px;overflow-x:auto;padding:2px 0}
.thumb-strip::-webkit-scrollbar{height:4px}
.thumb-strip::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}
.thumb-item{width:52px;height:52px;flex-shrink:0;border-radius:6px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:.15s;background:#f0f0ea}
.thumb-item:hover{border-color:#e65100}
.thumb-item.active{border-color:#e65100}
.thumb-item img{width:100%;height:100%;object-fit:cover}

.modal-title{font-size:18px;font-weight:700;color:#222;line-height:1.4;margin-bottom:8px}
.modal-sales{font-size:12px;color:#999;margin-bottom:12px}
.modal-price-range{background:#fff8f5;border:1px dashed #ffceb3;padding:12px;border-radius:10px;margin-bottom:16px}
.mpr-cny{font-size:13px;color:#999;margin-bottom:2px}
.mpr-php{font-size:22px;font-weight:800;color:#c62828}
.sku-section-title{font-size:13px;font-weight:700;color:#555;margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid #f0f0ea}
.sku-list{max-height:400px;overflow-y:auto;margin-bottom:12px}
.sku-row{padding:10px 4px;border-bottom:1px solid #f0f0ea;transition:background .1s;border-radius:4px}
.sku-row:hover{background:#fafaf5}
.sku-row:last-child{border-bottom:none}
.sku-line1{display:flex;align-items:center;gap:8px;margin-bottom:6px}
.sku-thumb{width:40px;height:40px;border-radius:6px;object-fit:cover;background:#f0f0ea;flex-shrink:0;cursor:pointer;border:2px solid transparent;transition:.15s}
.sku-thumb:hover{border-color:#e65100}
.sku-name{flex:1;font-size:13px;color:#333;font-weight:500;line-height:1.4;word-break:break-word}
.sku-line2{display:flex;align-items:center;gap:12px;padding-left:48px}
.sku-prices{display:flex;align-items:baseline;gap:6px}
.sku-prices .cny{font-size:12px;color:#999}
.sku-prices .arrow{font-size:10px;color:#ccc}
.sku-prices .php{font-size:14px;color:#c62828;font-weight:700}
.sku-stock{color:#999;font-size:11px;white-space:nowrap;margin-left:auto}
.sku-qty{display:flex;align-items:center;gap:0;flex-shrink:0}
.sku-qty button{width:30px;height:30px;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:15px;font-family:inherit;font-weight:700;color:#555;transition:.1s}
.sku-qty button:first-child{border-radius:6px 0 0 6px}
.sku-qty button:last-child{border-radius:0 6px 6px 0}
.sku-qty button:hover{border-color:#e65100;color:#e65100}
.sku-qty input{width:40px;height:30px;border:1px solid #ddd;border-left:none;border-right:none;text-align:center;font-size:14px;font-family:inherit;font-weight:600}
.sku-qty input::-webkit-inner-spin-button{-webkit-appearance:none}
.order-summary{background:#fafaf5;border:1px solid #e8e8e0;border-radius:12px;padding:16px 20px;margin:0 24px;display:flex;justify-content:space-between;align-items:center;gap:16px}
.os-breakdown{font-size:12px;color:#777;line-height:1.7}
.os-breakdown .os-total{font-size:22px;font-weight:800;color:#c62828}
.os-breakdown .os-label{color:#999}
.order-summary-btn{background:#c62828;color:#fff;border:none;padding:14px 36px;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;transition:.15s;white-space:nowrap;flex-shrink:0}
.order-summary-btn:hover{background:#b71c1c}
.order-summary-btn:disabled{background:#ccc;cursor:not-allowed}
.desc-section{padding:20px 24px 24px}
.desc-section-title{font-size:14px;font-weight:700;color:#333;padding-bottom:10px;border-bottom:2px solid #e65100;margin-bottom:12px}
.desc-images img{width:100%;display:block;border-radius:4px;margin-bottom:4px}
.modal-loading{text-align:center;padding:60px 20px}
.modal-1688-link{display:inline-block;font-size:12px;color:#e65100;text-decoration:none;font-weight:600;margin-top:8px}
.modal-1688-link:hover{text-decoration:underline}

/* INFO MODAL */
.info-modal-content{max-width:800px;padding:0;display:flex;flex-direction:column;max-height:85vh}
.info-tabs{display:flex;border-bottom:2px solid #f0f0ea;background:#fafaf5}
.info-tab-btn{flex:1;padding:16px 10px;background:none;border:none;font-size:14px;font-weight:700;color:#777;cursor:pointer;border-bottom:3px solid transparent;transition:all 0.2s ease;font-family:inherit}
.info-tab-btn:hover{color:#e65100;background:#fff}
.info-tab-btn.active{color:#e65100;border-bottom-color:#e65100;background:#fff}
.info-body{padding:30px;overflow-y:auto;flex:1;background:#fff}
.info-pane{display:none;animation:fadeInPane 0.3s ease}
.info-pane.active{display:block}
@keyframes fadeInPane{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
.info-title{font-size:20px;font-weight:800;color:#222;margin-bottom:12px}
.info-subtitle{font-size:15px;font-weight:700;color:#e65100;margin:24px 0 10px;padding-bottom:6px;border-bottom:1px solid #f0f0ea}
.info-desc{font-size:14px;color:#555;line-height:1.6;margin-bottom:20px}
.info-register-box{background:#fff5f0;border:1px dashed #ffceb3;padding:24px;border-radius:12px;text-align:center;margin-top:20px}
.info-register-box h3{color:#e65100;font-size:16px;margin-bottom:6px}
.info-register-box p{color:#666;font-size:13px;margin-bottom:16px}
.btn-register{background:#e65100;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:700;cursor:pointer;transition:0.15s;font-family:inherit}
.btn-register:hover{background:#d84300}
.cost-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:20px}
.cost-item{background:#fafaf5;border:1px solid #e8e8e0;padding:16px;border-radius:10px;text-align:center;font-size:12px;color:#777}
.cost-item span{display:inline-block;width:24px;height:24px;line-height:24px;background:#e65100;color:#fff;border-radius:50%;font-weight:bold;margin-bottom:8px}
.cost-item strong{display:block;color:#333;font-size:13px;margin-bottom:4px}
.info-table{width:100%;border-collapse:collapse;margin-bottom:12px;font-size:13px}
.info-table th,.info-table td{border:1px solid #e8e8e0;padding:10px 12px;text-align:left}
.info-table th{background:#fafaf5;color:#333;font-weight:700}
.info-note{font-size:11px;color:#999;margin-bottom:16px;font-style:italic}
.info-list{padding-left:20px;font-size:13px;color:#555;line-height:1.6}
.info-list li{margin-bottom:8px}
.policy-list li{margin-bottom:12px}
.info-list strong{color:#333}

/* PRODUCT CATEGORY LABEL (Enhanced with Icons) */
.prod-category-label{display:inline-flex;align-items:center;gap:6px;background-color:#fff5ed;color:#f36c1e;font-size:11px;font-weight:800;text-transform:uppercase;padding:4px 10px;border-radius:4px;margin-bottom:8px;letter-spacing:0.5px;box-shadow:0 1px 3px rgba(243,108,30,0.15)}
.prod-category-label .label-icon{font-size:14px;opacity:0.85}

/* RESPONSIVE */
@media(max-width:768px){
  .container{flex-direction:column;padding:0 12px 12px}
  .cart-sidebar{position:static;min-width:auto;max-width:none}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .modal-top{flex-direction:column;flex-wrap:wrap}
  .modal-img-area{flex:none;width:100%}
  .modal-info{width:100%}
  .main-img-wrap{height:260px}
  .sku-line2{padding-left:0}
  .sku-stock{display:none}
  .order-summary{flex-direction:column;align-items:stretch;margin:0 16px}
  .order-summary-btn{width:100%}
  .hero-title{font-size:18px}
  .search-bar{flex-direction:column;border-radius:10px}
  .search-bar input{border-bottom:1px solid #f0f0ea}
  .search-bar button{border-radius:0 0 8px 8px}
  .cat-sidebar{width:260px}
  .nav-user-name{display:none}
  .nav-login-btn{font-size:11px;padding:7px 12px}
  .nav-cat-btn{padding:6px 10px;font-size:11px}
  .nav-links{display:none}
  .cost-grid{grid-template-columns:repeat(2,1fr)}
  .info-table{font-size:12px}
  .info-table th,.info-table td{padding:8px}
  .notif-dropdown{right:-20px;width:280px}
}