@charset "UTF-8";
/* ============================================
   Collection Page - Custom Styles (Bootstrap)
   Chỉ giữ lại style tùy chỉnh không có trong Bootstrap
   ============================================ */
:root {
  --font-body: var(--font-family);
  --font-display: var(--font-family-heading);
  --text-primary: #333333;
  --text-muted: #BBBBBB;
  --text-white: #FFFFFF;
  --text-red: #F04438;
  --color-navy: #00385C;
  --color-navy-light: #E4EFF7;
  --border-color: #EDEDED;
  --icon-bg: rgba(255, 255, 255, 0.3);
  --white: #FFFFFF;
  --bg-light: #F9F9F9;
  --bg-footer: linear-gradient(180deg, rgba(0, 56, 92, 0) 0%, #00385C 100%); }

/* ============================================
   HERO - Categories
   ============================================ */
.hero-cat {
  display: flex;
  flex-direction: column;
  align-items: center; }

.hero-cat__img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.15);
  overflow: hidden; }

.hero-cat__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; }

.hero-cat__label {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  margin-top: 8px; }

/* ============================================
   SORT BAR
   ============================================ */
.sort-select {
  border: none;
  background: transparent;
  font-size: 16px;
  color: var(--text-primary);
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: none !important; }

/* ============================================
   FILTERS
   ============================================ */
.filter-card {
  background: var(--bg-light);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 12px;
  padding-bottom: 12px; }
  .filter-card .layered-content:not(.filter-color) .check-box-list li {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 12px;
    cursor: pointer; }
    .filter-card .layered-content:not(.filter-color) .check-box-list li input[type="checkbox"] ~ label::before {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      border: 1px solid var(--border-color, #bbb);
      border-radius: 4px;
      flex-shrink: 0; }
    .filter-card .layered-content:not(.filter-color) .check-box-list li input[type="checkbox"] ~ label {
      line-height: 24px;
      display: flex;
      gap: 8px;
      cursor: pointer;
      position: relative; }
    .filter-card .layered-content:not(.filter-color) .check-box-list li input[type="checkbox"] {
      border: none;
      display: none; }
      .filter-card .layered-content:not(.filter-color) .check-box-list li input[type="checkbox"]:checked ~ label::before {
        background: #000; }
      .filter-card .layered-content:not(.filter-color) .check-box-list li input[type="checkbox"]:checked ~ label::after {
        content: '';
        position: absolute;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        content: '';
        border-width: 0 0 2px 2px !important;
        height: 7px;
        width: 13px;
        border: solid #ffffff;
        margin: 9px 0 0 4px;
        left: 1px;
        top: -3px;
        transition: all .2s; }
  .filter-card .layered-content.filter-color .check-box-list li {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer; }
    .filter-card .layered-content.filter-color .check-box-list li input[type="checkbox"] ~ label::before {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      border: 1px solid var(--border-color, #bbb);
      border-radius: 4px;
      flex-shrink: 0; }
    .filter-card .layered-content.filter-color .check-box-list li input[type="checkbox"] ~ label {
      line-height: 24px;
      width: 24px;
      display: flex;
      gap: 8px;
      border-radius: 6px;
      cursor: pointer;
      position: relative; }
    .filter-card .layered-content.filter-color .check-box-list li .color-name {
      width: auto !important; }
      .filter-card .layered-content.filter-color .check-box-list li .color-name::after, .filter-card .layered-content.filter-color .check-box-list li .color-name::before {
        display: none !important; }
    .filter-card .layered-content.filter-color .check-box-list li input[type="checkbox"] {
      border: none;
      display: none; }
      .filter-card .layered-content.filter-color .check-box-list li input[type="checkbox"]:checked ~ label::before {
        border: 1px solid #000; }
      .filter-card .layered-content.filter-color .check-box-list li input[type="checkbox"]:checked ~ label::after {
        content: '';
        position: absolute;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        content: '';
        border-width: 0 0 2px 2px !important;
        height: 7px;
        width: 13px;
        border: solid #ffffff;
        margin: 9px 0 0 4px;
        left: 1px;
        top: -3px;
        transition: all .2s; }

.icon-control {
  line-height: 0; }

.filter-card__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--text-muted);
  margin-bottom: 12px; }

.filter-card__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 0; }

.filter-card__toggle {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer; }

/* ============================================
   PRODUCT CARD
   ============================================ */
.product-card {
  position: relative;
  width: 100%; }

.product-card__image {
  width: 100%;
  aspect-ratio: 1;
  background: #f0f0f0;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 16px; }

.product-card__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--#ffffff);
  color: var(--text-red);
  font-weight: 500;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 8px; }

.product-card__actions {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px; }

.product-card__action-btn {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--#ffffff);
  border-radius: 8px;
  border: none;
  padding: 4px;
  cursor: pointer; }

.product-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.product-card__name {
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.0111em; }

.product-card__price {
  display: flex;
  align-items: center;
  gap: 8px; }

.product-card__price--original {
  font-size: 16px;
  color: var(--text-muted);
  text-decoration: line-through; }

.product-card__price--sale {
  font-weight: 600;
  font-size: 16px;
  color: var(--text-red); }

.product-card__badge {
  display: inline-flex;
  padding: 2px 6px;
  background: var(--color-navy-light);
  color: var(--color-navy);
  font-size: 12px;
  border-radius: 4px; }

.product-card__variants {
  display: flex;
  gap: 4px; }

.product-card__variant {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 2px solid transparent;
  background: #f0f0f0;
  cursor: pointer;
  padding: 0; }

.product-card__variant--selected {
  border-color: var(--text-primary); }

/* ============================================
   PAGINATION & LOAD MORE
   ============================================ */
.btn-loadmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color-navy);
  background: transparent;
  border: 1px solid var(--color-navy);
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.2s ease; }

.btn-loadmore:hover {
  background: var(--color-navy);
  color: var(--#ffffff); }

.btn-loadmore svg {
  flex-shrink: 0; }

.btn-loadmore.loading {
  opacity: 0.7;
  cursor: wait;
  pointer-events: none; }

.pagination__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  color: var(--text-primary);
  transition: all 0.2s; }

.pagination__btn:hover {
  background: var(--color-navy);
  color: var(--#ffffff);
  border-color: var(--color-navy); }

.pagination__page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  font-size: 16px;
  color: var(--text-primary);
  transition: all 0.2s; }

.pagination__page:hover {
  background: var(--bg-light);
  text-decoration: none; }

.pagination__page--current {
  background: var(--color-navy);
  color: var(--#ffffff);
  border-color: var(--color-navy); }

/* ============================================
   FOOTER
   ============================================ */
.collection-footer {
  padding: 64px 80px 0;
  background: var(--bg-footer); }

.footer-col__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--#ffffff);
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(237, 237, 237, 0.25); }

.footer-col__link {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: var(--#ffffff);
  transition: opacity 0.2s; }

.footer-col__link:hover {
  opacity: 0.7; }

.footer-social__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid var(--#ffffff);
  border-radius: 20px;
  color: var(--#ffffff); }

.footer-payment {
  width: 144px;
  height: 48px;
  background: var(--#ffffff);
  border-radius: 4px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center; }

.footer-contact__brand {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 32px;
  color: var(--#ffffff); }

.footer-contact__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  color: var(--#ffffff); }

.footer-bottom__legal {
  font-size: 12px;
  line-height: 16px;
  color: var(--#ffffff); }

.footer-bottom__logo {
  height: 16px;
  object-fit: contain; }

/* ============================================
   FLOATING ELEMENTS
   ============================================ */
.float-compare {
  position: fixed;
  bottom: 24px;
  left: 16px;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: var(--bg-light);
  border: 1px solid var(--text-primary);
  border-radius: 9999px;
  font-size: 16px; }

.float-support {
  position: fixed;
  right: 16px;
  bottom: 120px;
  z-index: 50; }

.float-support__btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--color-navy);
  color: var(--#ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 56, 92, 0.3); }

/* ============================================
   BTN OUTLINE NAVY
   ============================================ */
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border: 1px solid var(--color-navy);
  font-size: 16px;
  border-radius: 16px;
  transition: all 0.2s;
  background: transparent;
  color: var(--color-navy);
  text-decoration: none; }

.btn-outline-navy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border: 1px solid var(--color-navy);
  font-size: 16px;
  border-radius: 16px;
  transition: all 0.2s;
  background: var(--color-navy);
  color: #fff;
  text-decoration: none; }

.btn-outline-navy:hover {
  background: transparent;
  color: var(--color-navy); }

.btn-outline:hover {
  background: var(--color-navy);
  color: #fff; }

/* ============================================
   PRODUCTS GRID
   ============================================ */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%; }

/* ============================================
   EXPLORE GRID
   ============================================ */
.explore-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 846px;
  margin: 0 auto; }

.explore-card {
  display: flex;
  flex-direction: column;
  align-items: center; }

.collection-top-right-side .browse-tags {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end; }

.collection-top-right-side .lb-filter {
  text-decoration: underline; }
  @media (max-width: 991px) {
    .collection-top-right-side .lb-filter {
      display: none; } }

.option .custom-dropdown .custom-dropdown__select {
  width: 100%;
  display: block;
  height: auto;
  padding: 0;
  border-color: transparent;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-indent: 1px;
  font-family: inherit;
  font-size: 16px;
  color: #333;
  /*
  font-weight: 500;
  text-transform: uppercase;
  line-height: 28px;*/ }

.option .custom-dropdown {
  width: 100%; }

.option .option-children:not(:first-child) {
  margin-bottom: 30px; }

.option select option {
  background: #fff; }

.option.browse-tags .custom-dropdown {
  width: auto;
  float: right; }

.collection-group-filter {
  padding: 24px 0;
  border-bottom: 1px solid #EDEDED; }

.collection-feature {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 64px; }
  .collection-feature h1, .collection-feature h2, .collection-feature h3, .collection-feature h4, .collection-feature h5, .collection-feature h6 {
    color: #00385C; }
  @media (max-width: 991px) {
    .collection-feature {
      padding: 32px 15px; } }
  .collection-feature img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    z-index: -1; }

.collection-explore-section .section-title {
  color: #00385C; }

.collection-explore-section .explore-slider-next {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(calc(-50% - 50px));
  z-index: 10; }
  @media (max-width: 991px) {
    .collection-explore-section .explore-slider-next {
      right: 15px; } }

.collection-explore-section .explore-slider-prev {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(calc(-50% - 50px));
  z-index: 10; }
  @media (max-width: 991px) {
    .collection-explore-section .explore-slider-prev {
      left: 15px; } }

/* ============================================
   EXPLORE SLIDER
   ============================================ */
.explore-slider-swiper {
  margin: 0 -15px;
  padding: 0 15px;
  overflow: hidden; }
  .explore-slider-swiper .swiper-slide {
    height: auto; }

.explore-slider-nav {
  display: flex;
  gap: 12px; }
  .explore-slider-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-navy, #00385C);
    background: transparent;
    color: var(--color-navy, #00385C);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s; }
    .explore-slider-nav button svg {
      width: 16px;
      height: 16px; }
    .explore-slider-nav button:hover {
      background: var(--color-navy, #00385C);
      color: #fff; }
    .explore-slider-nav button.swiper-button-disabled {
      opacity: 0.4;
      cursor: not-allowed; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1200px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 1024px) {
  .hero-cat__img {
    width: 48px;
    height: 48px; } }

@media (max-width: 991px) {
  .bg-collection-image {
    margin: 0 -15px;
    max-width: unset;
    width: calc(100% + 30px);
    flex: none; } }

@media (max-width: 640px) {
  .products-grid {
    grid-template-columns: 1fr; }
  .explore-grid {
    grid-template-columns: 1fr; }
  .hero-cat__img {
    width: 48px;
    height: 48px; } }
