.shopArchive{padding:40px 0 64px}.shopLayout{display:flex;gap:32px;align-items:flex-start}.shopSidebar{width:224px;flex-shrink:0}.filterCard{background:var(--white-bg-1);border:1px solid var(--border-color-1);border-radius:16px;padding:20px;position:sticky;top:96px}.filterHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;& span{font-weight:600;font-size:14px;line-height:20px;color:var(--font-color-dark)}}.filterClear{font-size:12px;font-weight:500;color:#EF4444;&:hover{text-decoration:underline}}.filterDivider{border-top:1px solid var(--border-color-1);margin:16px 0}.filterSection{& h3{font-weight:600;font-size:14px;line-height:20px;color:var(--font-color-dark);margin-bottom:12px}}.filterButtonList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.filterBtn{display:block;width:100%;text-align:left;padding:8px 12px;border-radius:12px;font-size:14px;line-height:20px;color:var(--font-color);transition:background-color 0.15s ease,color 0.15s ease;&:hover{background:var(--background-alt-2);color:var(--font-color-dark)}&.is-active{background:var(--primary-color);color:#fff;font-weight:600}}.filterCheckList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.filterCheck{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:12px;font-size:14px;line-height:20px;color:var(--font-color);cursor:pointer;transition:background-color 0.15s ease;&:hover{background:var(--background-alt-2)}& .checkBox{width:16px;height:16px;border:2px solid var(--border-color-1);border-radius:4px;flex-shrink:0;position:relative;transition:all 0.15s ease}&.is-checked .checkBox{background:var(--primary-color);border-color:var(--primary-color);&::after{content:'';position:absolute;top:0px;left:4px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}}&.is-checked span:last-child{font-weight:600;color:var(--font-color-dark)}}.shopMain{flex:1;min-width:0}.shopToolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.shopResultCount{font-size:14px;line-height:20px;color:var(--font-color);margin:0}.woocommerce-ordering{margin:0;& select{appearance:none;-webkit-appearance:none;background:var(--white-bg-1);border:1px solid var(--border-color-1);border-radius:12px;padding:8px 36px 8px 12px;font-size:14px;line-height:20px;color:var(--font-color-dark);font-family:var(--font-family);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235B667B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px;transition:border-color 0.15s ease;&:focus{outline:none;border-color:var(--primary-color)}}}.shopProductGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px}.shopProductGrid .productCard{background:var(--white-bg-1);border-radius:16px;border:1px solid var(--border-color-1);overflow:hidden;box-shadow:none;transition:var(--transition);& figure img{width:100%;height:220px;object-fit:cover;object-position:center center}& .productContent{padding:16px;position:relative;& .productBrand{font-size:12px;color:var(--font-color);font-weight:500;letter-spacing:0.3px;text-transform:uppercase}& h3{font-size:14px;font-weight:600;line-height:17.5px;color:var(--font-color-dark);margin-bottom:8px;& a{color:var(--font-color-dark);&:hover{color:var(--primary-color-hover)}}}& .productRating{display:flex;align-items:center;flex-wrap:wrap;column-gap:4px;& .ratingSvg{width:14px;height:14px;display:inline-flex}& .productRated{font-size:12px;font-weight:400;line-height:16px;color:var(--font-color)}}& .productPrice{margin-top:16px;margin-bottom:0;display:flex;flex-wrap:wrap;column-gap:8px;align-items:center;& .amount{order:1;font-size:18px;color:var(--font-color-dark);line-height:28px;font-weight:700}& del{order:2;font-size:14px;line-height:20px;font-weight:400;& .amount{color:var(--font-color);font-size:14px;line-height:20px;font-style:normal;font-weight:400}}}& .addToCart{width:36px;height:36px;border-radius:12px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;background:var(--primary-color);position:absolute;right:16px;bottom:16px;& .addToCartSvg{width:16px;height:16px}&:hover{background:var(--primary-color-hover)}}}&:hover{box-shadow:0 10px 15px -3px rgb(0 0 0 / .1),0 4px 6px -4px rgb(0 0 0 / .1)}}.woocommerce-pagination{margin-top:40px;text-align:center;& ul.page-numbers{display:inline-flex;gap:4px;list-style:none;padding:0;margin:0}& li a,& li span{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:12px;font-size:14px;font-weight:500;color:var(--font-color);border:1px solid var(--border-color-1);transition:all 0.15s ease}& li a:hover{background:var(--background-alt-2);color:var(--font-color-dark)}& li span.current{background:var(--primary-color);border-color:var(--primary-color);color:#fff;font-weight:600}}.archiveContent{padding:64px 0;border-top:1px solid var(--border-color-1)}.contentGrid{display:grid;grid-template-columns:1fr 300px;gap:48px;align-items:start}.archiveContent .regularContent{& h2{font-size:24px;line-height:32px;font-weight:700;margin-bottom:24px;margin-top:36px;color:var(--font-color-dark);&:first-child{margin-top:0}}& p{color:var(--font-color);font-size:16px;line-height:26px;font-weight:400;margin-bottom:16px;& strong{color:var(--font-color-dark);font-weight:600}& a{color:var(--primary-color);&:hover{color:var(--primary-color-hover)}}&:last-child{margin-bottom:0}}}.trustCards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px}.trustCard{position:relative;overflow:hidden;border-radius:16px;padding:20px;color:#fff;&.trustCard--shipping{background:linear-gradient(135deg,#2463EB,#60a5fa);box-shadow:0 8px 24px rgba(36,99,235,0.20)}&.trustCard--guarantee{background:linear-gradient(135deg,#7c3aed,#a78bfa);box-shadow:0 8px 24px rgba(124,58,237,0.20)}&.trustCard--return{background:linear-gradient(135deg,#059669,#34d399);box-shadow:0 8px 24px rgba(5,150,105,0.20)}}.trustCardCircle{position:absolute;right:-16px;top:-16px;width:80px;height:80px;border-radius:50%;background:rgba(255,255,255,0.10)}.trustCardInner{position:relative}.trustCardIcon{width:36px;height:36px;border-radius:12px;background:rgba(255,255,255,0.20);display:flex;align-items:center;justify-content:center;margin-bottom:12px}.trustCard h3{font-size:14px;font-weight:700;line-height:20px;margin-bottom:4px;color:#fff}.trustCard p{font-size:12px;line-height:18px;color:rgba(255,255,255,0.80);margin:0}.contentSidebar{position:sticky;top:96px}.whyUsCard{background:var(--white-bg-1);border:1px solid var(--border-color-1);border-radius:16px;padding:24px;& h3{font-size:16px;font-weight:700;line-height:24px;color:var(--font-color-dark);margin-bottom:20px}& ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}& li{display:flex;align-items:center;gap:12px;& svg{flex-shrink:0;color:var(--primary-color)}& div{display:flex;flex-direction:column}& strong{font-size:15px;font-weight:700;line-height:20px;color:var(--font-color-dark)}& span{font-size:12px;line-height:16px;color:var(--font-color)}}}.archiveFaq{background:rgba(234,240,246,0.40);padding:64px 0}.faqGrid{display:grid;grid-template-columns:1fr 300px;gap:48px;align-items:start}.faqGrid article{& h2{font-size:24px;font-weight:700;line-height:32px;color:var(--font-color-dark);margin-bottom:8px}&>p{color:var(--font-color);font-size:16px;line-height:24px;font-weight:400;margin-bottom:24px}}.faqSidebar{position:sticky;top:96px;display:flex;flex-direction:column;gap:16px}.helpCard{background:linear-gradient(135deg,var(--primary-color),#60a5fa);border-radius:16px;padding:24px;color:#fff;& h3{font-size:16px;font-weight:700;line-height:24px;margin-bottom:8px;color:#fff}& p{font-size:14px;line-height:22px;color:rgba(255,255,255,0.80);margin-bottom:16px}}.helpCardIcon{width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,0.20);display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#fff}.helpCardBtn{display:block;text-align:center;background:rgba(255,255,255,0.20);border-radius:12px;padding:10px 16px;font-size:14px;font-weight:600;color:#fff;transition:background 0.15s ease;&:hover{background:rgba(255,255,255,0.30);color:#fff}}.catCard{background:var(--white-bg-1);border:1px solid var(--border-color-1);border-radius:16px;padding:20px;& h3{font-size:14px;font-weight:600;line-height:20px;color:var(--font-color-dark);margin-bottom:16px}& ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}& li a{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:var(--font-color);padding:4px 0;transition:color 0.15s ease;&:hover{color:var(--primary-color);& .catCount{color:var(--primary-color)}}}}.catCount{font-size:12px;color:var(--font-color);transition:color 0.15s ease}.filterToggle{display:none}@media (max-width:1024px){.contentGrid,.faqGrid{grid-template-columns:1fr;gap:32px}.contentSidebar,.faqSidebar{position:static}}@media (max-width:768px){.shopLayout{flex-direction:column;gap:0}.shopSidebar{width:100%;flex-shrink:1}.shopMain{width:100%;min-width:0}.filterCard{position:static;margin-bottom:24px}.filterHeader{display:none}.filterToggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;margin-bottom:0;border:none;background:none;cursor:pointer;font-family:var(--font-family);& span{font-weight:600;font-size:14px;line-height:20px;color:var(--font-color-dark)}}.filterToggleIcon{color:var(--font-color);transition:transform 0.25s ease;flex-shrink:0}.filterToggle[aria-expanded="true"] .filterToggleIcon{transform:rotate(180deg)}.filterBody{display:grid;grid-template-rows:0fr;transition:grid-template-rows 0.3s ease}.filterBodyInner{overflow:hidden;min-height:0}.filterBody.is-open{grid-template-rows:1fr;margin-top:16px}.shopProductGrid{grid-template-columns:repeat(3,1fr);gap:16px}.shopToolbar{flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width:640px){.trustCards{grid-template-columns:1fr}.shopProductGrid{grid-template-columns:1fr 1fr}.shopProductGrid .productCard .productContent .productPrice{max-width:86px}}.woocommerce-info{padding:24px;background:var(--white-bg-1);border:1px solid var(--border-color-1);border-radius:16px;font-size:14px;color:var(--font-color)}.woocommerce-message{padding:12px 16px;background:rgba(36,99,235,0.08);border:1px solid rgba(36,99,235,0.20);border-radius:12px;font-size:14px;color:var(--font-color-dark);margin-bottom:24px}