/* BASIC css start */
.full-wrapper { max-width: none; --bs-gutter-x: var(--cw-size-200); }
.shopbrand-header { padding-top: var(--cw-size-60); }
.shopbrand-header__title { display: flex; align-items: center; justify-content: space-between; }
.shopbrand-header__title strong { font-size: var(--cw-size-24); line-height: var(--cw-size-32); font-weight: 700; color: var(--cw-heading-color); }
.shopbrand-header__title .brand-list { display: flex; align-items: center; column-gap: var(--cw-size-6); }
.shopbrand-header__title .brand-list .cw-select-box { width: var(--cw-size-230); }
.category-title { margin: var(--cw-size-40) 0; }
.category-title + .promotion-wrapper { margin-top: var(--cw-size-120); }
.promotion-wrapper { margin: var(--cw-size-40) 0 var(--cw-size-120); }
.promotion-wrapper .title-btns { display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--cw-size-16); }
.promotion-wrapper .title-btns span { font-size: var(--cw-size-18); font-weight: 700; line-height: var(--cw-size-26); }
.promotion-wrapper .title-btns a { display: inline-block; width: var(--cw-size-28); height: var(--cw-size-28); }
.promotion-wrapper .title-btns a.disable { opacity: .3; }
.promotion-wrapper .promotion-scrollbar { display: none; }
.products-type { display: flex; justify-content: end; margin: var(--cw-size-20) 0 var(--cw-size-16); }
.products-wrapper .prds-list.list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--cw-size-40) var(--cw-size-20); }
.products-wrapper .prds-list.gallery { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: var(--cw-size-60) var(--cw-size-20); }
.products-wrapper .list-none { margin-top: var(--cw-size-120); text-align: center; }
.products-btn { margin-top: var(--cw-size-60); text-align: center; }
.products-btn a { width: var(--cw-size-300); height: var(--cw-size-46); line-height: var(--cw-size-46); }

@media (max-width: 991.98px) {
    .full-wrapper { --bs-gutter-x: var(--cw-size-48); }
    .shopbrand-header { padding-top: var(--cw-size-40); }
    .shopbrand-header__title { justify-content: flex-end; }
    .shopbrand-header__title strong { display: none; }
    .category-title { margin: var(--cw-size-32) 0; }
    .category-title + .promotion-wrapper { margin-top: var(--cw-size-80); }
    .promotion-wrapper { margin: var(--cw-size-32) 0 var(--cw-size-80); }
    .promotion-wrapper .title-btns { margin-bottom: var(--cw-size-12); }
    .products-type { margin-bottom: var(--cw-size-12); }
    .products-wrapper .prds-list.list { grid-template-columns: repeat(1, minmax(0, 1fr)); gap: var(--cw-size-20); }
    .products-wrapper .prds-list.gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--cw-size-60) var(--cw-size-16); }
}
@media (max-width: 767.98px) {
    .full-wrapper { --bs-gutter-x: var(--cw-size-32); }
    .shopbrand-header__title { display: block; }
    .shopbrand-header__title .brand-list .cw-select-box { width: 100%; }
    .shopbrand-header__title .brand-list .btn-primary { flex: none; }
    .category-title { margin: var(--cw-size-32) 0; }
    .category-title + .promotion-wrapper { margin-top: var(--cw-size-60); }
    .promotion-wrapper { margin: var(--cw-size-32) 0 var(--cw-size-60); }
    .promotion-wrapper .title-btns { margin-bottom: var(--cw-size-8); }
    .promotion-wrapper .title-btns span { font-size: var(--cw-size-16); line-height: var(--cw-size-24); }
    .promotion-wrapper .title-btns .promotion-btn { display: none; }
    .promotion-wrapper .prds-list { padding-bottom: var(--cw-size-20); }
    .promotion-wrapper .promotion-scrollbar { display: block; --swiper-scrollbar-size: var(--cw-size-2); --swiper-scrollbar-drag-bg-color: var(--cw-color-80); --swiper-scrollbar-bottom: 0; left: 0; }
    .products-wrapper .prds-list.gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--cw-size-40) var(--cw-size-8); }
    .products-btn a { width: 100%; }
}
/* BASIC css end */

