@charset "UTF-8";
.brand-cards-1 {
  display: grid;
  gap: 40px 16px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1279px) {
  .brand-cards-1 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .brand-cards-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .brand-cards-1 {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 15px;
  }
}
.brand-cards-1 .card-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.brand-cards-1 .card-wrapper .card-right {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.brand-cards {
  display: flex;
  gap: 40px 24px;
  margin-top: 40px;
}
.brand-cards .content-holder {
  display: none;
}
@media only screen and (max-width: 767px) {
  .brand-cards .content-holder {
    width: 100%;
  }
}
.brand-cards .content-holder.active {
  display: block;
}
.brand-cards .brand-img {
  max-height: 897px;
  height: 100%;
  max-width: 312px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .brand-cards .brand-img {
    display: none;
  }
}
.brand-cards .brand-img img {
  margin-bottom: 24px;
  height: 100%;
}
.brand-cards .brand-img h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 700;
}

.shop-brand-wrapper .shop-brand-img {
  height: 100%;
}
@media (max-width: 767px) {
  .shop-brand-wrapper .shop-brand-img {
    height: auto;
  }
}
.shop-brand-wrapper .shop-brand-img figure {
  height: 100%;
}
@media (max-width: 767px) {
  .shop-brand-wrapper .shop-brand-img figure {
    height: auto;
  }
}
.shop-brand-wrapper .shop-brand-img figure img {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .shop-brand-wrapper .shop-brand-img figure img {
    height: auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .brand-product-descriptions-wrap .brand-product-descriptions {
    padding-top: 20px;
  }
}

.brand_slider_wrapper .swiper-wrapper, .brand_slider_wrapper .swiper-container {
  position: relative;
}
.brand_slider_wrapper .swiper-pagination {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .brand_slider_wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
  }
}

.brand_detail_wrapper {
  padding: 80px 0;
}
.brand_detail_wrapper .brand_img, .brand_detail_wrapper .hot_deal_icon {
  max-width: 100%;
}
.brand_detail_wrapper .row {
  display: flex;
  box-sizing: border-box;
  align-items: center;
}
.brand_detail_wrapper .row .col-md-6 {
  flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.brand_detail_wrapper .brand_detail_content .detail_heading {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333E48;
  margin: 0 0 8px;
  text-align: left;
}
.brand_detail_wrapper .brand_detail_content .detail_name {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  color: #00093C;
  padding-bottom: 24px;
  margin: 0;
  text-align: left;
}
.brand_detail_wrapper .brand_detail_content .detail_description {
  word-break: break-word;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #333E48;
  padding-bottom: 20px;
  margin: 0;
}
.brand_detail_wrapper .brand_detail_content .detail_description:last-child {
  padding-bottom: 0;
}

.brand_detail__wrapper .detail_name {
  text-align: center;
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  color: #00093C;
  padding-bottom: 24px;
  margin: 86px 0 0;
}
.brand_detail__wrapper .detail_heading {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 0;
}

@media (max-width: 991px) {
  .brand_detail_wrapper {
    padding: 40px 0;
  }
  .brand_detail_wrapper .row {
    flex-wrap: wrap;
  }
  .brand_detail_wrapper .row .col-md-6 {
    width: 100%;
    padding: inherit;
  }
  .brand_detail_wrapper .row .col-md-6.brand_detail_img {
    text-align: center;
  }
  .brand_detail_wrapper .brand_detail_content .detail_name {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 16px;
  }
}
.marquee_wrapper {
  background-color: #00093C;
  padding: 51px 0;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.marquee_wrapper .marquee_content_wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 20px;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
}
.marquee_wrapper .marquee_content_wrapper:last-child {
  padding: 0;
}
.marquee_wrapper .marquee_content_wrapper .marquee_content {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  align-items: center;
  padding: 0 20px;
}
.marquee_wrapper .marquee_content_wrapper .marquee_content .hot_deal_icon {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
}
.marquee_wrapper .marquee_content_wrapper .deal_content {
  color: #FFFCF4;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.wp-bdf-cat-products {
  margin: 0;
  padding: 40px 0 56px;
}
@media (max-width: 991px) {
  .wp-bdf-cat-products {
    padding: 20px 0;
  }
}
.wp-bdf-cat-products .tab-nav.brand_tabs {
  gap: 24px;
  border: none;
  flex-wrap: wrap;
}
.wp-bdf-cat-products .tab-nav.brand_tabs .tab-item {
  margin-right: 0;
}
.wp-bdf-cat-products .tab-nav.brand_tabs .tab-item .tab-link-item {
  padding: 16px 40px;
  color: #00093C;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  background-color: #FFFCF4;
  border-radius: 8px;
}
.wp-bdf-cat-products .tab-nav.brand_tabs .tab-item .tab-link-item:hover, .wp-bdf-cat-products .tab-nav.brand_tabs .tab-item .tab-link-item.active {
  background-color: #F29102;
  color: #FFFCF4;
}
@media (max-width: 991px) {
  .wp-bdf-cat-products .tab-nav.brand_tabs .tab-item .tab-link-item {
    padding: 16px 20px;
  }
}

.brand_product_listing .wp-block-search {
  padding: 12px 16px;
  border: 1px solid var(--wp--preset--color--gray-primary-semi-opacity);
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
  border-radius: 2px;
}
.brand_product_listing .wp-block-search label {
  display: none;
}
.brand_product_listing .wp-block-search input {
  padding: 0;
  border: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #77878F;
  width: 100%;
}
.brand_product_listing .wp-block-search .wp-block-search__button {
  font-size: 0;
  position: relative;
  background-color: transparent;
  width: 20px;
  height: 20px;
  padding: 0;
}
.brand_product_listing .wp-block-search .wp-block-search__button::before {
  content: "";
  background: url(../images/search-icon.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brand_product_listing .main-catalog-ordering {
  display: flex;
  align-items: center;
}
.brand_product_listing .main-catalog-ordering span {
  color: var(--wp--preset--color--primary-blue);
  font-style: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  white-space: nowrap;
}
.brand_product_listing .main-catalog-ordering #per_page_form {
  line-height: 22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.brand_product_listing .main-catalog-ordering #per_page_form label {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  margin: 0;
  font-size: var(--wp--preset--font-size--para-text);
  cursor: pointer;
  margin-left: 16px;
}
.brand_product_listing .main-catalog-ordering #per_page_form label.checked {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--primary-blue);
}
.brand_product_listing .main-catalog-ordering #per_page_form label input[type=radio] {
  display: none;
}
.brand_product_listing .shorting-wrap {
  display: flex;
  align-items: center;
  gap: 22px;
}
.brand_product_listing .shorting-wrap p {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--dark-grey);
  white-space: nowrap;
}
.brand_product_listing .shorting-wrap .wc-block-catalog-sorting {
  margin: 0;
}
.brand_product_listing .shorting-wrap .orderby {
  padding: 12px 32px 12px 16px;
  max-width: 180px;
  border: 1px solid rgba(119, 135, 143, 0.5019607843);
  border-radius: 2px;
  color: var(--wp--preset--color--gray-primary);
  font-size: var(--wp--preset--font-size--medium);
  background-color: var(--wp--preset--color--white);
  background: url(../images/down-gray-arrow.svg) no-repeat 93%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.brand_product_listing .filters__wrapper {
  flex-wrap: wrap;
  gap: 94px;
}
@media (max-width: 991px) {
  .brand_product_listing .filters__wrapper {
    gap: 30px;
  }
}

/* Default state: display the tab navigation normally */
.wp-bdf-cat-products .tab-nav {
  display: flex;
  flex-direction: row;
}

/* Mobile view: hide the original tab navigation and display as dropdown */
@media (max-width: 768px) {
  .wp-bdf-cat-products .tab-nav {
    display: block;
    position: relative;
  }
  .wp-bdf-cat-products .tab-nav .tab-item {
    display: none;
  }
  .wp-bdf-cat-products .tab-nav .tab-item.active {
    display: block;
  }
  .wp-bdf-cat-products .tab-nav:hover .tab-item {
    display: block;
  }
  .wp-bdf-cat-products .tab-nav:after {
    content: "▼"; /* Down arrow */
    position: absolute;
    top: 30px;
    right: 10px;
    transform: translateY(-50%);
    color: #fff;
  }
  .wp-bdf-cat-products .tab-nav li {
    display: none;
  }
  .wp-bdf-cat-products .tab-nav li:first-child a {
    display: block;
    text-align: left;
  }
  .wp-bdf-cat-products .tab-nav:hover li {
    display: block;
    border-top: 1px solid #ddd;
  }
  .wp-bdf-cat-products .tab-nav:hover li:first-child {
    border-top: none;
  }
  .wp-bdf-cat-products .tab-nav li a {
    display: block;
    padding: 10px;
    background: #fff;
    text-decoration: none;
    color: #333;
  }
  .wp-bdf-cat-products .tab-nav li a:hover {
    background: #f0f0f0;
  }
}/*# sourceMappingURL=brandpage.css.map */