@charset "UTF-8";
/* ========================================= */
/* COLLECTION PAGE                           */
/* ========================================= */
/* ---- Hero ---- */
.collection-hero {
  position: relative;
  height: 646px;
  overflow: hidden;
  background: #4b0a0b;
  /* Overlay 1: solid rgba(0,0,0,0.3) */
  /* Overlay 2: gradient đỏ từ giữa xuống dưới */ }
  .collection-hero__bg {
    position: absolute;
    inset: 0; }
    .collection-hero__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
      display: block; }
    .collection-hero__bg--fallback {
      background: var(--vb-dark, #4b0a0b); }
  .collection-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1; }
  .collection-hero__gradient {
    position: absolute;
    inset: 0;
    top: 112px;
    background: linear-gradient(to bottom, rgba(165, 4, 25, 0) 0%, rgba(75, 10, 11, 0.5) 53%);
    z-index: 1; }
  .collection-hero__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 21px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 166px 20px 40px; }
  .collection-hero__title {
    font-family: var(--vb-font-display);
    font-size: 88px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #fff;
    margin: 0; }
  .collection-hero__desc {
    font-family: var(--vb-font-body);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    width: 634px;
    max-width: 100%; }
  @media (max-width: 991px) {
    .collection-hero {
      height: 480px; }
      .collection-hero__content {
        padding-top: 120px; }
      .collection-hero__title {
        font-size: clamp(40px, 7vw, 72px);
        letter-spacing: -1.5px; }
      .collection-hero__desc {
        font-size: 16px; } }
  @media (max-width: 767px) {
    .collection-hero {
      height: 600px; }
      .collection-hero__content {
        padding: 0 20px 40px 20px;
        gap: 24px;
        justify-content: flex-end; }
      .collection-hero__title {
        font-size: 44px;
        letter-spacing: -2px; }
      .collection-hero__desc {
        font-size: 16px; }
      .collection-hero__gradient {
        top: 60px; } }

/* ---- Sub-categories ---- */
.collection-subcats {
  background: #fff;
  padding: 40px 0; }
  @media (max-width: 767px) {
    .collection-subcats {
      padding: 60px 0 20px; } }
  .collection-subcats__slider {
    overflow: hidden;
    width: 100%; }
  .collection-subcats .swiper-wrapper {
    align-items: flex-start; }
  .collection-subcats .swiper-slide {
    width: auto; }
  .collection-subcats__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-decoration: none;
    width: 304px; }
    @media (max-width: 767px) {
      .collection-subcats__item {
        width: 100%; } }
    .collection-subcats__item:hover .collection-subcats__img img {
      transform: scale(1.05); }
    .collection-subcats__item:hover .collection-subcats__label {
      color: var(--vb-red); }
  .collection-subcats__img {
    width: 100%;
    height: 183px;
    overflow: hidden;
    position: relative;
    background: #f5f5f5; }
    @media (max-width: 767px) {
      .collection-subcats__img {
        height: auto; } }
    .collection-subcats__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease; }
    .collection-subcats__img--empty {
      background: rgba(165, 4, 25, 0.1); }
  .collection-subcats__img-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
    transition: background 0.3s ease; }
    .collection-subcats__item:hover .collection-subcats__img-overlay {
      background: rgba(0, 0, 0, 0.1); }
  .collection-subcats__label {
    font-family: var(--vb-font-display);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin: 0;
    transition: color 0.2s; }
    @media (max-width: 767px) {
      .collection-subcats__label {
        font-size: 20px; } }

/* ---- Main content area ---- */
.collection-main {
  background: #fff;
  padding: 40px 0 120px; }
  @media (max-width: 767px) {
    .collection-main {
      padding: 0 0 60px; } }

/* ---- Filter bar ---- */
.collection-filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 12px;
  margin-bottom: 0;
  padding-top: 24px;
  border-top: 2px dashed #000000;
  flex-wrap: wrap; }
  .collection-filter-bar__left {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    flex: 1;
    min-width: 0; }
  .collection-filter-bar__count {
    font-family: var(--vb-font-display);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .collection-filter-bar__count {
        font-size: 18px; } }
  .collection-filter-bar__divider {
    width: 0;
    height: 38px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    flex-shrink: 0; }
    @media (max-width: 767px) {
      .collection-filter-bar__divider {
        display: none; } }
  .collection-filter-bar__filters {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .collection-filter-bar__filters {
        display: none; } }
  .collection-filter-bar__right {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 12px; }
  .collection-filter-bar__mobile-filter {
    display: none;
    align-items: center;
    gap: 12px;
    border: 1px solid #000;
    background: none;
    padding: 10px 16px;
    font-family: var(--vb-font-body);
    font-size: 14px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    white-space: nowrap; }
    .collection-filter-bar__mobile-filter svg {
      width: 20px;
      height: 20px;
      flex-shrink: 0; }
    @media (max-width: 767px) {
      .collection-filter-bar__mobile-filter {
        display: flex; } }
  .collection-filter-bar__dropdown-wrap {
    position: relative; }
  .collection-filter-bar__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--vb-font-body);
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.2s; }
    .collection-filter-bar__btn .icon-chevron-up {
      display: none; }
    .collection-filter-bar__btn .icon-chevron-down {
      display: inline-block; }
    .collection-filter-bar__btn svg {
      width: 24px;
      height: 24px;
      flex-shrink: 0; }
    .collection-filter-bar__btn:hover {
      color: var(--vb-red); }
    .collection-filter-bar__btn--sort {
      border: 1px solid #000;
      padding: 0 20px;
      height: 56px;
      min-width: 194px;
      justify-content: space-between; }
      .collection-filter-bar__btn--sort:hover {
        color: #000;
        border-color: var(--vb-red); }
  .collection-filter-bar .button-wrapper.is-open .collection-filter-bar__btn {
    color: var(--vb-red); }
    .collection-filter-bar .button-wrapper.is-open .collection-filter-bar__btn .icon-chevron-up {
      display: inline-block; }
    .collection-filter-bar .button-wrapper.is-open .collection-filter-bar__btn .icon-chevron-down {
      display: none; }
  .collection-filter-bar__dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 200;
    display: none; }
    .collection-filter-bar__dropdown.is-open {
      display: block; }
    .collection-filter-bar__dropdown--sort {
      min-width: 194px;
      right: 0;
      left: auto; }
    .collection-filter-bar__dropdown .filter-dropdown__inner {
      padding: 16px; }
    .collection-filter-bar__dropdown .checkbox-columns {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .collection-filter-bar__dropdown .checkbox-columns li {
        display: flex;
        align-items: center;
        gap: 8px;
        font-family: var(--vb-font-body);
        font-size: 14px;
        font-weight: 500;
        color: #000;
        cursor: pointer; }
        .collection-filter-bar__dropdown .checkbox-columns li input[type="checkbox"] {
          width: 16px;
          height: 16px;
          accent-color: var(--vb-red);
          cursor: pointer; }
        .collection-filter-bar__dropdown .checkbox-columns li label {
          cursor: pointer;
          margin: 0; }
        .collection-filter-bar__dropdown .checkbox-columns li.active {
          color: var(--vb-red); }
    .collection-filter-bar__dropdown .sortBy {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 0; }
      .collection-filter-bar__dropdown .sortBy li {
        display: flex;
        align-items: center;
        padding: 10px 16px;
        font-family: var(--vb-font-body);
        font-size: 14px;
        font-weight: 500;
        color: #000;
        cursor: pointer;
        transition: background 0.15s; }
        .collection-filter-bar__dropdown .sortBy li:hover {
          background: #f5f5f5; }
        .collection-filter-bar__dropdown .sortBy li.active {
          color: var(--vb-red);
          font-weight: 700; }
        .collection-filter-bar__dropdown .sortBy li input[type="radio"] {
          display: none; }
        .collection-filter-bar__dropdown .sortBy li label {
          cursor: pointer;
          margin: 0;
          width: 100%; }
    .collection-filter-bar__dropdown .filter-dropdown--close {
      display: none; }
    .collection-filter-bar__dropdown--price {
      min-width: 420px; }
  @media (max-width: 767px) {
    .collection-filter-bar {
      flex-direction: row;
      align-items: center;
      gap: 12px;
      padding-bottom: 24px;
      margin-top: 20px; }
      .collection-filter-bar__left {
        gap: 12px;
        flex: 1; }
      .collection-filter-bar__count {
        font-size: 20px; }
      .collection-filter-bar__divider {
        display: none; }
      .collection-filter-bar__right {
        flex-shrink: 0; }
      .collection-filter-bar .sortbyfilter {
        display: none; } }

/* ---- Price Range Slider ---- */
.price-range__slider {
  position: relative;
  height: 28px;
  margin-bottom: 16px; }

.price-range__track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background: #BDBDBD;
  border-radius: 2px;
  transform: translateY(-50%); }

.price-range__fill {
  position: absolute;
  top: 50%;
  height: 4px;
  background: var(--vb-red);
  border-radius: 2px;
  transform: translateY(-50%); }

.price-range__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  pointer-events: none;
  z-index: 2; }
  .price-range__input--max {
    z-index: 3; }
  .price-range__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--vb-red);
    border: 3px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    pointer-events: all; }
  .price-range__input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--vb-red);
    border: 3px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    pointer-events: all; }
  .price-range__input--max::-webkit-slider-thumb {
    background: #BDBDBD;
    border-color: #fff; }
  .price-range__input--max::-moz-range-thumb {
    background: #BDBDBD;
    border-color: #fff; }

.price-range__fields {
  display: flex;
  align-items: flex-end;
  gap: 12px; }

.price-range__field {
  flex: 1; }

.price-range__label {
  display: block;
  font-family: var(--vb-font-body);
  font-size: 14px;
  font-weight: 600;
  color: #4F4F4F;
  line-height: 1.6;
  margin-bottom: 4px; }

.price-range__input-box {
  border: 1px solid #828282;
  border-radius: 4px;
  padding: 12px; }

.price-range__value {
  font-family: var(--vb-font-body);
  font-size: 16px;
  font-weight: 600;
  color: #0c230b;
  line-height: 1.6;
  white-space: nowrap; }

.price-range__sep {
  font-size: 16px;
  color: #828282;
  padding-bottom: 14px; }

/* ---- Filter tags ---- */
.collection-filter-tags {
  margin-bottom: 0;
  padding: 12px 0; }
  .collection-filter-tags .layered-filter--tags {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap; }
  .collection-filter-tags .filter-tag {
    display: none;
    align-items: center;
    gap: 12px;
    background: var(--vb-red);
    padding: 4px 8px;
    border-radius: 2px;
    font-family: var(--vb-font-body);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff; }
    .collection-filter-tags .filter-tag b {
      font-weight: 500; }
    .collection-filter-tags .filter-tag.opened {
      display: inline-flex; }
    .collection-filter-tags .filter-tag .filter-tag--remove {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      display: flex;
      align-items: center;
      opacity: 0.8; }
      .collection-filter-tags .filter-tag .filter-tag--remove:hover {
        opacity: 1; }
      .collection-filter-tags .filter-tag .filter-tag--remove svg {
        width: 14px;
        height: 14px; }
  .collection-filter-tags .filter-tag--remove-all {
    background: none;
    border: none;
    font-family: var(--vb-font-body);
    font-size: 14px;
    font-weight: 600;
    color: var(--vb-red);
    cursor: pointer;
    padding: 4px 0;
    text-decoration: underline; }
    .collection-filter-tags .filter-tag--remove-all:hover {
      opacity: 0.8; }

/* ---- Mobile Filter Drawer ---- */
.filter-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .filter-mobile.is-open {
    transform: translateY(0); }
  .filter-mobile__overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999; }
    .filter-mobile__overlay.is-active {
      display: block; }
  .filter-mobile__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 20px;
    border-bottom: 1px solid #000;
    flex-shrink: 0; }
  .filter-mobile__title {
    font-family: var(--vb-font-display);
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #000;
    margin: 0; }
  .filter-mobile__close {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000; }
    .filter-mobile__close svg {
      width: 24px;
      height: 24px; }
  .filter-mobile__body {
    flex: 1;
    overflow-y: auto;
    padding: 20px 20px 40px;
    -webkit-overflow-scrolling: touch; }
  .filter-mobile__sort-box {
    margin-bottom: 24px;
    position: relative; }
  .filter-mobile__sort-toggle {
    display: flex;
    align-items: center;
    width: 100%;
    height: 56px;
    padding: 12px 20px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer; }
    .filter-mobile__sort-toggle span {
      flex: 1;
      text-align: left;
      font-family: var(--vb-font-body);
      font-size: 16px;
      font-weight: 600;
      color: #000; }
    .filter-mobile__sort-toggle .fm-chevron-up {
      display: none; }
    .filter-mobile__sort-toggle .fm-chevron-down {
      display: block; }
    .filter-mobile__sort-toggle svg {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      color: #000; }
  .filter-mobile__sort-box.is-open .filter-mobile__sort-toggle .fm-chevron-up {
    display: block; }
  .filter-mobile__sort-box.is-open .filter-mobile__sort-toggle .fm-chevron-down {
    display: none; }
  .filter-mobile__sort-dropdown {
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none;
    border-radius: 0 0 4px 4px;
    background: #fff;
    padding: 24px 32px; }
    .filter-mobile__sort-dropdown .filter-mobile__checkbox-list {
      gap: 16px; }
      .filter-mobile__sort-dropdown .filter-mobile__checkbox-list li {
        gap: 0; }
      .filter-mobile__sort-dropdown .filter-mobile__checkbox-list input[type="radio"] {
        display: none; }
      .filter-mobile__sort-dropdown .filter-mobile__checkbox-list label {
        font-size: 16px;
        font-weight: 500;
        color: #0c230b; }
  .filter-mobile__sort-box.is-open .filter-mobile__sort-dropdown {
    display: block; }
  .filter-mobile__group {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .filter-mobile__group-toggle {
      display: flex;
      align-items: center;
      width: 100%;
      padding: 16px 0;
      background: none;
      border: none;
      cursor: pointer; }
      .filter-mobile__group-toggle span {
        flex: 1;
        text-align: left;
        font-family: var(--vb-font-body);
        font-size: 16px;
        font-weight: 600;
        color: #000; }
      .filter-mobile__group-toggle .fm-chevron-up {
        display: none; }
      .filter-mobile__group-toggle .fm-chevron-down {
        display: block; }
      .filter-mobile__group-toggle svg {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        color: #000; }
    .filter-mobile__group.is-open .filter-mobile__group-toggle .fm-chevron-up {
      display: block; }
    .filter-mobile__group.is-open .filter-mobile__group-toggle .fm-chevron-down {
      display: none; }
    .filter-mobile__group-content {
      display: none;
      padding: 0 0 16px; }
      .filter-mobile__group-content .price-range {
        width: 100%; }
      .filter-mobile__group-content .price-range__fields {
        flex-wrap: wrap; }
    .filter-mobile__group.is-open .filter-mobile__group-content {
      display: block; }
  .filter-mobile__checkbox-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .filter-mobile__checkbox-list li {
      display: flex;
      align-items: center;
      gap: 8px;
      cursor: pointer; }
    .filter-mobile__checkbox-list input[type="checkbox"],
    .filter-mobile__checkbox-list input[type="radio"] {
      width: 20px;
      height: 20px;
      border: 1.5px solid #D0D5DD;
      border-radius: 2px;
      appearance: none;
      -webkit-appearance: none;
      cursor: pointer;
      flex-shrink: 0;
      position: relative;
      background: #fff; }
      .filter-mobile__checkbox-list input[type="checkbox"]:checked,
      .filter-mobile__checkbox-list input[type="radio"]:checked {
        background: #f9f5ff;
        border-color: var(--vb-red); }
        .filter-mobile__checkbox-list input[type="checkbox"]:checked::after,
        .filter-mobile__checkbox-list input[type="radio"]:checked::after {
          content: '';
          position: absolute;
          top: 4px;
          left: 5px;
          width: 10px;
          height: 6px;
          border-left: 2px solid var(--vb-red);
          border-bottom: 2px solid var(--vb-red);
          transform: rotate(-45deg); }
    .filter-mobile__checkbox-list input[type="radio"] {
      border-radius: 50%; }
    .filter-mobile__checkbox-list label {
      font-family: var(--vb-font-body);
      font-size: 16px;
      font-weight: 500;
      color: #0c230b;
      line-height: 1.6;
      cursor: pointer;
      margin: 0; }
  .filter-mobile__footer {
    display: flex;
    gap: 8px;
    padding: 12px 20px 24px;
    flex-shrink: 0;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .filter-mobile__btn-clear {
    flex: 1;
    height: 54px;
    border: 1.5px solid var(--vb-red);
    background: #fff;
    color: var(--vb-red);
    font-family: var(--vb-font-body);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, color 0.2s; }
    .filter-mobile__btn-clear:hover {
      background: rgba(165, 4, 25, 0.05); }
  .filter-mobile__btn-apply {
    width: 163px;
    flex-shrink: 0;
    height: 54px;
    border: none;
    background: var(--vb-red);
    color: #fff;
    font-family: var(--vb-font-body);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s; }
    .filter-mobile__btn-apply:hover {
      opacity: 0.9; }

/* ---- Product grid ---- */
.collection-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 40px;
  position: relative;
  margin-top: 40px;
  /* Banner nhỏ — chiếm 1 ô, vị trí số 5, cả PC và mobile */ }
  .collection-grid__item {
    position: relative;
    padding: 0; }
    .collection-grid__item::after {
      content: '';
      position: absolute;
      top: 0;
      right: -10px;
      width: 1px;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      pointer-events: none; }
  .collection-grid > :last-child::after {
    display: none !important; }
  .collection-grid > :nth-child(4n)::after {
    display: none; }
  .collection-grid__ad--sm {
    grid-column: span 1;
    position: relative;
    overflow: visible; }
    .collection-grid__ad--sm::after {
      content: '';
      position: absolute;
      top: 0;
      right: -10px;
      width: 1px;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      pointer-events: none; }
    .collection-grid__ad--sm img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .collection-grid__ad--sm .collection-grid__ad-cta {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 16px; }
    .collection-grid__ad--sm .collection-grid__ad-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      width: 100%;
      background: var(--vb-red);
      padding: 16px 24px;
      text-decoration: none;
      transition: opacity 0.2s; }
      .collection-grid__ad--sm .collection-grid__ad-btn:hover {
        opacity: 0.9; }
      .collection-grid__ad--sm .collection-grid__ad-btn span {
        font-family: var(--vb-font-body);
        font-size: 16px;
        font-weight: 800;
        line-height: 1.5;
        color: #fff;
        text-transform: capitalize;
        white-space: nowrap; }
      .collection-grid__ad--sm .collection-grid__ad-btn .ad-btn__text-mb {
        display: none; }
      .collection-grid__ad--sm .collection-grid__ad-btn svg {
        width: 20px;
        height: 20px;
        flex-shrink: 0; }
    @media (max-width: 767px) {
      .collection-grid__ad--sm {
        grid-column: span 1; }
        .collection-grid__ad--sm .collection-grid__ad-btn {
          padding: 12px 16px; }
          .collection-grid__ad--sm .collection-grid__ad-btn .ad-btn__text-pc {
            display: none; }
          .collection-grid__ad--sm .collection-grid__ad-btn .ad-btn__text-mb {
            display: inline;
            font-size: 14px; } }
  .collection-grid__ad--lg {
    grid-column: span 2;
    position: relative;
    overflow: visible; }
    .collection-grid__ad--lg::after {
      content: '';
      position: absolute;
      top: 0;
      right: -10px;
      width: 1px;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      pointer-events: none; }
    .collection-grid__ad--lg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .collection-grid__ad--lg a {
      display: block;
      height: 100%; }
    @media (max-width: 991px) {
      .collection-grid__ad--lg {
        display: none !important; } }
  @media (max-width: 991px) {
    .collection-grid {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 12px;
      row-gap: 24px; }
      .collection-grid > *::after {
        display: none !important; }
      .collection-grid > :nth-child(odd)::after {
        display: block !important;
        right: -6px; }
      .collection-grid > :last-child::after {
        display: none !important; }
      .collection-grid__ad--sm {
        grid-column: span 1; } }
  @media (max-width: 767px) {
    .collection-grid {
      margin-top: 0;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 12px;
      row-gap: 24px; }
      .collection-grid > *::after {
        display: none !important; }
      .collection-grid > :nth-child(odd)::after {
        display: block !important;
        right: -6px; }
      .collection-grid > :last-child::after {
        display: none !important; }
      .collection-grid__ad--sm {
        grid-column: span 1; }
      .collection-grid__ad--lg {
        display: none !important; } }

/* ---- Empty state ---- */
.collection-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 20px;
  font-family: var(--vb-font-body);
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5); }

/* ---- Pagination ---- */
.collection-pagi {
  margin-top: 64px;
  display: flex;
  justify-content: center; }
  @media (max-width: 767px) {
    .collection-pagi {
      margin-top: 24px; } }
  .collection-pagi #pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0; }
  .collection-pagi .page-node {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--vb-font-body);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    /* Prev / Next arrows */
    /* Divider dọc */
    /* Page numbers */
    /* Ellipsis */ }
    .collection-pagi .page-node--prev, .collection-pagi .page-node--next {
      width: 24px;
      height: 24px;
      background: none;
      color: #000;
      border: none;
      padding: 0; }
      .collection-pagi .page-node--prev svg, .collection-pagi .page-node--next svg {
        width: 24px;
        height: 24px;
        display: block; }
      .collection-pagi .page-node--prev:hover, .collection-pagi .page-node--next:hover {
        color: var(--vb-red); }
      .collection-pagi .page-node--prev.is-disabled, .collection-pagi .page-node--next.is-disabled {
        color: rgba(0, 0, 0, 0.25);
        cursor: not-allowed;
        pointer-events: none; }
    .collection-pagi .page-node--divider {
      width: 1px;
      height: 14px;
      background: rgba(0, 0, 0, 0.2);
      cursor: default;
      flex-shrink: 0; }
    .collection-pagi .page-node--num {
      width: 34px;
      height: 34px;
      background: #fff;
      color: rgba(0, 0, 0, 0.3); }
      .collection-pagi .page-node--num:hover {
        color: var(--vb-red);
        background: #f5f5f5; }
      .collection-pagi .page-node--num.current {
        background: #dfdfdf;
        color: var(--vb-red);
        cursor: default;
        pointer-events: none; }
    .collection-pagi .page-node--ellipsis {
      width: 34px;
      height: 34px;
      background: none;
      color: rgba(0, 0, 0, 0.3);
      cursor: default; }

/* ============================================================ */
/* PRODUCT DETAIL PAGE (PDP)                                    */
/* ============================================================ */
.pdp {
  background: #fff;
  /* BuyXGetY App — khớp thiết kế .pdp__gift-box */
  /* Badge "Tiết kiệm nhất" trên item active */
  /* ---- PDP Mobile Responsive ---- */ }
  .pdp__inner {
    display: flex;
    gap: 80px;
    align-items: flex-start;
    padding: 80px 0; }
    @media (max-width: 991px) {
      .pdp__inner {
        flex-direction: column;
        gap: 40px;
        padding: 40px 0; } }
  .pdp__gallery {
    width: 678px;
    flex-shrink: 0;
    position: sticky;
    top: 80px;
    display: flex;
    flex-direction: column;
    gap: 16px; }
    @media (max-width: 991px) {
      .pdp__gallery {
        width: 100%;
        position: static; } }
  .pdp__gallery-main {
    overflow: hidden; }
    .pdp__gallery-main .swiper-slide {
      cursor: zoom-in; }
    .pdp__gallery-main a {
      display: block; }
  .pdp__gallery-img {
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #f5f5f5; }
    .pdp__gallery-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .pdp__gallery-thumbs {
    overflow: hidden; }
    .pdp__gallery-thumbs .swiper-slide {
      cursor: pointer;
      width: auto; }
  .pdp__thumb {
    width: 158px;
    height: 150px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color 0.2s; }
    .pdp__thumb.is-active {
      border-color: var(--vb-red); }
    .pdp__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    @media (max-width: 767px) {
      .pdp__thumb {
        width: 100%;
        height: 76px; } }
  .pdp__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 32px; }
  .pdp__info-head {
    display: flex;
    flex-direction: column;
    gap: 14px; }
  .pdp__brand {
    display: inline-flex;
    background: var(--vb-red);
    color: #fff;
    font-family: var(--vb-font-body);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 12px;
    width: fit-content;
    text-decoration: none;
    transition: opacity 0.2s; }
    .pdp__brand:hover {
      opacity: 0.85;
      color: #fff; }
  .pdp__title {
    font-family: var(--vb-font-display);
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #000;
    margin: 0; }
    @media (max-width: 767px) {
      .pdp__title {
        font-size: 28px;
        letter-spacing: -1px; } }
  .pdp__divider {
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .pdp__flash-sale {
    position: relative;
    height: 32px;
    overflow: visible;
    margin-bottom: -25px; }
    .pdp__flash-sale__bar {
      width: 100%;
      height: 32px;
      background: linear-gradient(90deg, var(--vb-red) 19%, rgba(255, 102, 102, 0) 93%);
      display: flex;
      align-items: center;
      padding-left: 80px; }
    .pdp__flash-sale__text {
      font-family: var(--vb-font-body);
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      white-space: nowrap; }
    .pdp__flash-sale__timer {
      font-weight: 700;
      letter-spacing: 0.5px; }
    .pdp__flash-sale__badge {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2; }
      .pdp__flash-sale__badge img {
        display: block;
        height: 32px;
        width: auto; }
  .pdp__pricing-block {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .pdp__price-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap; }
  .pdp__price {
    font-family: var(--vb-font-body);
    font-size: 28px;
    font-weight: 700;
    color: #000; }
    @media (max-width: 767px) {
      .pdp__price {
        font-size: 22px; } }
  .pdp__compare {
    font-family: var(--vb-font-body);
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: line-through; }
  .pdp__discount-badge {
    background: var(--vb-red-bright);
    color: #fff;
    font-family: var(--vb-font-body);
    font-size: 14px;
    font-weight: 600;
    padding: 2px 4px;
    border-radius: 2px; }
  .pdp__save-badge {
    background: linear-gradient(to right, #fff4c6, #f9a006);
    color: var(--vb-red);
    font-family: var(--vb-font-body);
    font-size: 16px;
    font-weight: bold;
    padding: 6px 8px;
    border-radius: 2px 8px 2px 4px;
    white-space: nowrap;
    margin-left: auto; }
  .pdp__gift-box {
    background: #f9f9f9;
    border: 1px dashed rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .pdp__gift-head {
    display: flex;
    align-items: center;
    gap: 8px; }
    .pdp__gift-head span {
      font-family: var(--vb-font-body);
      font-size: 14px;
      font-weight: 600;
      line-height: 1.4;
      color: #000;
      text-transform: uppercase;
      white-space: nowrap; }
    .pdp__gift-head svg {
      width: 24px;
      height: 24px;
      flex-shrink: 0; }
  .pdp__gift-item {
    display: flex;
    align-items: center;
    gap: 12px; }
  .pdp__gift-radio {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid var(--vb-red);
    position: relative;
    flex-shrink: 0; }
    .pdp__gift-radio::after {
      content: '';
      position: absolute;
      inset: 3px;
      border-radius: 50%;
      background: var(--vb-red); }
  .pdp__gift-img {
    width: 70px;
    height: 36px;
    flex-shrink: 0;
    overflow: hidden; }
    .pdp__gift-img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block; }
  .pdp__gift-detail {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .pdp__gift-name {
    font-family: var(--vb-font-body);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    margin: 0;
    white-space: nowrap; }
  .pdp__gift-qty {
    font-family: var(--vb-font-body);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6); }
  .pdp .product-buyxgety {
    /* Bỏ border của wrapper khi dùng BuyXGetY — chỉ giữ border của #buyxgety-program */ }
    .pdp .product-buyxgety #buyxgety-program {
      background: #f9f9f9;
      border: 1px dashed rgba(0, 0, 0, 0.5);
      border-radius: 4px;
      padding: 16px 20px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin: 0; }
    .pdp .product-buyxgety.pdp__gift-box {
      background: transparent;
      border: none;
      padding: 0; }
    .pdp .product-buyxgety .buyxgety-heading {
      display: flex;
      flex-direction: column;
      gap: 2px; }
      .pdp .product-buyxgety .buyxgety-heading .pdp__gift-head {
        margin-bottom: 0; }
      .pdp .product-buyxgety .buyxgety-heading__sub {
        font-family: var(--vb-font-body);
        font-size: 12px;
        color: rgba(0, 0, 0, 0.5);
        margin: 0; }
  .pdp__bundle-block {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .pdp__bundle-head {
    display: flex;
    align-items: center;
    gap: 8px; }
    .pdp__bundle-head img {
      width: 32px;
      height: 32px;
      flex-shrink: 0; }
    .pdp__bundle-head span {
      font-family: var(--vb-font-body);
      font-size: 16px;
      font-weight: 600;
      color: #000;
      text-transform: uppercase;
      white-space: nowrap; }
  .pdp__bundle-list {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .pdp__bundle-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px dashed rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 20px 24px;
    background: rgba(252, 168, 1, 0.1);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
    text-decoration: none;
    color: inherit; }
    .pdp__bundle-item:hover {
      background: #ffb200;
      border-color: #000;
      border-style: solid; }
    .pdp__bundle-item.is-active {
      background: #ffb200;
      border-color: #000;
      border-style: solid; }
  .pdp__bundle-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .pdp__bundle-name {
    font-family: var(--vb-font-display);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin: 0; }
  .pdp__bundle-price-col {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap; }
  .pdp__bundle-price {
    font-family: var(--vb-font-body);
    font-size: 18px;
    font-weight: 700;
    color: #000;
    white-space: nowrap; }
  .pdp__bundle-compare {
    font-family: var(--vb-font-body);
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: line-through;
    white-space: nowrap; }
  .pdp__bundle-meta {
    display: flex;
    align-items: center;
    gap: 10px; }
  .pdp__bundle-discount {
    display: inline-flex;
    align-items: center;
    background: var(--vb-red-bright);
    color: #fff;
    font-family: var(--vb-font-body);
    font-size: 11px;
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 2px;
    white-space: nowrap;
    width: fit-content; }
  .pdp__bundle-atc {
    width: 52px;
    height: 52px;
    background: var(--vb-red);
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: opacity 0.2s; }
    .pdp__bundle-atc:hover {
      opacity: 0.85; }
    .pdp__bundle-atc svg {
      width: 20px;
      height: 20px; }
  .pdp__bundle-badge {
    position: absolute;
    top: -1px;
    left: 16px;
    background: var(--vb-red);
    color: #fff;
    font-family: var(--vb-font-body);
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 0 0 4px 4px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 4px; }
    .pdp__bundle-badge::before {
      content: '🔥';
      font-size: 10px; }
  .pdp__actions-block {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .pdp__actions-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
  .pdp__partner-logo {
    height: 40px;
    width: auto;
    object-fit: contain;
    display: block; }
  .pdp__qty {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    height: 56px;
    gap: 16px;
    padding: 0 16px; }
  .pdp__qty-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000; }
    .pdp__qty-btn svg {
      width: 24px;
      height: 24px; }
  .pdp__qty-input {
    width: 40px;
    text-align: center;
    border: none;
    outline: none;
    font-family: var(--vb-font-display);
    font-size: 22px;
    font-weight: 700;
    color: #000;
    -moz-appearance: textfield; }
    .pdp__qty-input::-webkit-outer-spin-button, .pdp__qty-input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .pdp__btn-group {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .pdp__btn {
    width: 100%;
    padding: 18px 36px;
    font-family: var(--vb-font-body);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    text-align: center;
    border: none; }
    .pdp__btn--buy {
      background: var(--vb-red);
      color: #fff; }
      .pdp__btn--buy:hover {
        opacity: 0.9; }
    .pdp__btn--atc {
      background: #fff;
      border: 1.5px solid var(--vb-red);
      color: var(--vb-red); }
      .pdp__btn--atc:hover {
        background: var(--vb-red);
        color: #fff; }
      .pdp__btn--atc:disabled {
        opacity: 0.5;
        cursor: not-allowed; }
    .pdp__btn--contact {
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      background: #000;
      color: #fff; }
      .pdp__btn--contact:hover {
        background: #222;
        color: #fff; }
  .pdp__hotline-block {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .pdp__hotline-label {
    font-family: var(--vb-font-body);
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin: 0; }
  .pdp__trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    border: 1px dashed rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    padding: 24px; }
    @media (max-width: 767px) {
      .pdp__trust {
        padding: 16px; } }
  .pdp__trust-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center; }
    .pdp__trust-item svg {
      flex-shrink: 0; }
    .pdp__trust-item span {
      font-family: var(--vb-font-display);
      font-size: 16px;
      font-weight: 700;
      color: var(--vb-red);
      line-height: 1.3; }
      @media (max-width: 767px) {
        .pdp__trust-item span {
          font-size: 13px; } }
  .pdp__trust-divider {
    width: 1px;
    height: 39px;
    background: rgba(0, 0, 0, 0.15);
    flex-shrink: 0; }
  .pdp__share {
    display: flex;
    align-items: center;
    gap: 12px; }
  .pdp__share-label {
    font-family: var(--vb-font-body);
    font-size: 14px;
    font-weight: 600;
    color: #000; }
  .pdp__share-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #000;
    text-decoration: none;
    background: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s; }
    .pdp__share-icon:hover {
      background: var(--vb-red);
      color: #fff;
      border-color: var(--vb-red); }
    .pdp__share-icon svg {
      width: 20px;
      height: 20px; }
  .pdp__tabs-section {
    background: #fff;
    padding: 80px 0 120px; }
    @media (max-width: 767px) {
      .pdp__tabs-section {
        padding: 40px 0 60px; } }
  .pdp__tabs-header {
    margin-bottom: 0px; }
  .pdp__tabs {
    display: flex;
    gap: 40px;
    align-items: flex-end;
    margin-bottom: 20px; }
  .pdp__tab {
    background: none;
    border: none;
    border-top: 3px solid transparent;
    padding: 15px 0 0px;
    font-family: var(--vb-font-display);
    font-size: 28px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.2s, border-color 0.2s;
    outline: none !important; }
    .pdp__tab.is-active {
      color: var(--vb-red);
      border-top-color: var(--vb-red); }
    .pdp__tab:hover:not(.is-active) {
      color: #000; }
    @media (max-width: 767px) {
      .pdp__tab {
        font-size: 18px; } }
  .pdp__tabs-divider {
    height: 0;
    border-top: 2px dashed #000000; }
  .pdp__tab-panel {
    display: none;
    padding-top: 50px; }
    .pdp__tab-panel.is-active {
      display: block; }
  .pdp__desc-layout {
    display: flex;
    gap: 124px;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .pdp__desc-layout {
        flex-direction: column;
        gap: 40px; } }
  .pdp__desc-left {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 40px; }
  .pdp__desc {
    font-family: var(--vb-font-body);
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: break-word; }
    .pdp__desc img {
      max-width: 100%;
      height: auto; }
    .pdp__desc table {
      width: 100%;
      max-width: 100%;
      overflow-x: auto;
      display: block; }
    .pdp__desc h2, .pdp__desc h3 {
      font-family: var(--vb-font-display);
      font-weight: 700;
      text-transform: lowercase; }
      .pdp__desc h2::first-letter, .pdp__desc h3::first-letter {
        text-transform: uppercase; }
    .pdp__desc h2 {
      font-size: 28px;
      margin-bottom: 16px; }
    .pdp__desc h3 {
      font-size: 22px;
      margin-bottom: 12px; }
    .pdp__desc ul {
      list-style: disc;
      padding-left: 24px;
      display: flex;
      flex-direction: column;
      gap: 8px; }
  .pdp__specs-visual {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 468px; }
  .pdp__specs-visual-title {
    font-family: var(--vb-font-display);
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin: 0; }
  .pdp__spec-bar {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 16px 0px; }
  .pdp__spec-label {
    font-family: var(--vb-font-body);
    font-size: 16px;
    font-weight: 400;
    color: #000;
    width: 100px;
    flex-shrink: 0;
    line-height: 1.4; }
  .pdp__spec-track {
    flex: 1;
    height: 2px;
    background: #000;
    position: relative;
    /* Dot đen ở 2 đầu */ }
    .pdp__spec-track::before, .pdp__spec-track::after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 8px;
      height: 8px;
      background: #000;
      border-radius: 50%; }
    .pdp__spec-track::before {
      left: 0;
      transform: translate(-50%, -50%); }
    .pdp__spec-track::after {
      right: 0;
      transform: translate(50%, -50%); }
  .pdp__spec-fill {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    background: var(--vb-red-bright);
    border: 0px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pdp__spec-fill svg {
      width: 24px;
      height: 24px;
      flex-shrink: 0; }
  .pdp__desc-right {
    width: 413px;
    flex-shrink: 0; }
    @media (max-width: 991px) {
      .pdp__desc-right {
        width: 100%; } }
  .pdp__desc-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block; }
  .pdp__guide {
    font-family: var(--vb-font-body);
    font-size: 16px;
    line-height: 1.6;
    color: #333; }
  .pdp__reviews-empty {
    font-family: var(--vb-font-body);
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 40px 0; }
  .pdp__related {
    background: #fff;
    padding: 0 0 120px; }
    @media (max-width: 767px) {
      .pdp__related {
        padding: 40px 0 60px; } }
  .pdp__related-wrap {
    display: flex;
    flex-direction: column; }
  .pdp__related-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .pdp__related-head .pdp__related-nav {
        display: none; } }
  .pdp__related-title {
    font-family: var(--vb-font-display);
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    margin: 0; }
    @media (max-width: 767px) {
      .pdp__related-title {
        font-size: 24px; } }
  .pdp__related-controls {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px; }
    @media (max-width: 767px) {
      .pdp__related-controls {
        display: flex; } }
  .pdp__related-pagination {
    display: flex;
    align-items: center;
    gap: 6px; }
    .pdp__related-pagination .swiper-pagination-bullet {
      width: 6px;
      height: 6px;
      border-radius: 12px;
      background: rgba(0, 0, 0, 0.25);
      opacity: 1;
      margin: 0 !important;
      transition: width 0.3s, background 0.3s; }
    .pdp__related-pagination .swiper-pagination-bullet-active {
      width: 39px;
      background: #fc0122; }
  .pdp__related-nav {
    display: flex;
    gap: 4px; }
  @media (max-width: 767px) {
    .pdp__related-nav--desktop {
      display: none; } }
  .pdp__related-nav--mobile {
    display: none; }
    @media (max-width: 767px) {
      .pdp__related-nav--mobile {
        display: flex; } }
  .pdp__related-nav-clone {
    display: flex;
    gap: 4px; }
  .pdp__related-nav-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #000;
    border-radius: 100px;
    background: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s, color 0.3s, border-color 0.3s; }
    .pdp__related-nav-btn:hover {
      background: var(--vb-red);
      border-color: var(--vb-red);
      color: #fff; }
    .pdp__related-nav-btn:disabled {
      opacity: 0.4;
      cursor: not-allowed; }
    .pdp__related-nav-btn svg {
      width: 24px;
      height: 24px; }
    @media (max-width: 767px) {
      .pdp__related-nav-btn {
        width: 32px;
        height: 32px; }
        .pdp__related-nav-btn svg {
          width: 16px;
          height: 16px; } }
  .pdp__related-slider {
    overflow: hidden; }
    .pdp__related-slider .swiper-slide {
      height: auto;
      position: relative; }
      .pdp__related-slider .swiper-slide:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 0;
        right: -10px;
        width: 1px;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        pointer-events: none; }
  @media (max-width: 991px) {
    .pdp__inner {
      flex-direction: column;
      gap: 0;
      padding: 0; }
    .pdp__gallery {
      width: 100%;
      position: static;
      padding: 40px 0 0;
      gap: 8px; }
    .pdp__gallery-main {
      overflow: hidden; }
    .pdp__gallery-img {
      aspect-ratio: 1/1; }
    .pdp__gallery-thumbs {
      overflow: hidden;
      width: 100%; }
    .pdp__thumb {
      width: 100%;
      height: auto;
      aspect-ratio: 1/1; }
    .pdp__info {
      padding: 24px 0 40px;
      gap: 24px; }
    .pdp__title {
      font-size: 32px;
      letter-spacing: -1px; }
    .pdp__price {
      font-size: 24px; }
    .pdp__save-badge {
      font-size: 14px;
      margin-left: 0; }
    .pdp__bundle-item {
      padding: 16px 16px;
      gap: 12px; }
    .pdp__bundle-name {
      font-size: 16px; }
    .pdp__bundle-price {
      font-size: 16px;
      display: block;
      width: 100%; }
    .pdp__bundle-compare {
      font-size: 12px; }
    .pdp__bundle-discount {
      font-size: 10px; }
    .pdp__bundle-atc {
      width: 44px;
      height: 44px; }
    .pdp__btn {
      font-size: 16px;
      padding: 18px 36px; }
    .pdp__trust-item span {
      font-size: 14px; }
    .pdp__trust {
      padding: 16px; }
    .pdp__tabs-section {
      padding: 40px 0 60px; }
    .pdp__tab {
      font-size: 20px;
      padding: 0 0 4px;
      gap: 32px; }
    .pdp__tabs {
      gap: 32px; }
    .pdp__desc-layout {
      flex-direction: column;
      gap: 40px; }
    .pdp__desc-right {
      width: 100%; }
    .pdp__specs-visual-title {
      font-size: 24px; }
    .pdp__spec-fill {
      width: 42px;
      height: 42px; }
      .pdp__spec-fill svg {
        width: 16px;
        height: 16px; }
    .pdp__related {
      padding: 40px 0 60px; }
    .pdp__related-title {
      font-size: 24px; }
    .pdp__related-slider .swiper-slide:not(:last-child)::after {
      display: none; } }

/* ============================================================ */
/* BUYXGETY APP                                                 */
/* ============================================================ */
.buyxgety_item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
  .buyxgety_item:last-child {
    border-bottom: none; }

.buyxgety_item label.buyxgety_checkbox {
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-shrink: 0; }
  .buyxgety_item label.buyxgety_checkbox input[type=radio] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: var(--vb-red, #a50419);
    flex-shrink: 0; }

.buyxgety_item .buyxgety_image {
  width: 70px;
  height: 36px;
  flex-shrink: 0;
  overflow: hidden; }
  .buyxgety_item .buyxgety_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block; }

.buyxgety_item .buyxgety_item_title {
  flex: 1;
  min-width: 0;
  font-family: var(--vb-font-body); }
  .buyxgety_item .buyxgety_item_title p {
    margin: 0 0 2px;
    font-size: 14px;
    line-height: 1.5; }
  .buyxgety_item .buyxgety_item_title:last-child {
    margin-bottom: 0; }

.bxy__highlight {
  color: var(--vb-red, #a50419);
  font-weight: 700;
  display: inline;
  margin-right: 2px; }

.bxy__main-product {
  color: #000;
  font-weight: 500; }

.buyxgety_item .buyxgety_item_title .bxy__tt1 a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px; }
  .buyxgety_item .buyxgety_item_title .bxy__tt1 a:hover {
    color: var(--vb-red); }

.buyxgety_item .buyxgety_item_title .bxy__tt2 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6); }
  .buyxgety_item .buyxgety_item_title .bxy__tt2 strong {
    color: var(--vb-red); }
  .buyxgety_item .buyxgety_item_title .bxy__tt2 span {
    color: rgba(0, 0, 0, 0.6); }

.buyxgety_item.specOption {
  display: none; }

.bxy__error, .bxy__empty {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
  font-size: 13px;
  text-align: center;
  padding: 8px 0;
  font-family: var(--vb-font-body); }

/* Skeleton */
.buyxgety_skeleton {
  padding: 4px 0; }

.buyxgety_skeleton-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0; }
  .buyxgety_skeleton-item + .buyxgety_skeleton-item {
    border-top: 1px solid rgba(0, 0, 0, 0.06); }

.skeleton-radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e0e0e0;
  flex-shrink: 0;
  animation: skeleton-pulse 1.2s ease-in-out infinite; }

.skeleton-img {
  width: 70px;
  height: 36px;
  border-radius: 2px;
  background: #e0e0e0;
  flex-shrink: 0;
  animation: skeleton-pulse 1.2s ease-in-out infinite;
  animation-delay: 0.1s; }

.skeleton-text {
  flex: 1; }

.skeleton-line {
  height: 12px;
  border-radius: 3px;
  background: #e0e0e0;
  animation: skeleton-pulse 1.2s ease-in-out infinite;
  animation-delay: 0.2s;
  margin-bottom: 6px; }
  .skeleton-line--long {
    width: 80%; }
  .skeleton-line--short {
    width: 50%;
    margin-bottom: 0; }

@keyframes skeleton-pulse {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.4; } }

/* ============================================================ */
/* CART PAGE                                                    */
/* ============================================================ */
.cart-page {
  background: #fff;
  padding: 40px 0 120px; }
  @media (max-width: 767px) {
    .cart-page {
      padding: 24px 0 60px; } }
  .cart-page__breadcrumb {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 40px;
    font-family: var(--vb-font-body);
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5); }
    .cart-page__breadcrumb svg {
      width: 20px;
      height: 20px;
      flex-shrink: 0;
      color: rgba(0, 0, 0, 0.4); }
    @media (max-width: 767px) {
      .cart-page__breadcrumb {
        margin-bottom: 24px; } }
  .cart-page__breadcrumb-link {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none; }
    .cart-page__breadcrumb-link:hover {
      color: var(--vb-red); }
  .cart-page__breadcrumb-current {
    color: #000;
    font-weight: 500; }
  .cart-page__title {
    font-family: var(--vb-font-display);
    font-size: 88px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 40px; }
    @media (max-width: 991px) {
      .cart-page__title {
        font-size: 48px;
        margin-bottom: 32px; } }
    @media (max-width: 767px) {
      .cart-page__title {
        font-size: 36px;
        letter-spacing: -1px;
        margin-bottom: 24px; } }
  .cart-page__layout {
    display: flex;
    gap: 60px;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .cart-page__layout {
        flex-direction: column;
        gap: 40px; } }
  .cart-page__items {
    flex: 1;
    min-width: 0; }
  .cart-page__count {
    font-family: var(--vb-font-display);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
    margin: 0 0 32px; }
    @media (max-width: 767px) {
      .cart-page__count {
        font-size: 22px;
        margin-bottom: 20px; } }
  .cart-page__list {
    display: flex;
    flex-direction: column;
    gap: 40px; }
  .cart-page__divider {
    height: 0;
    border: none;
    border-top: 2px dashed #000000;
    margin: 0; }
  .cart-page__summary {
    width: 413px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media (max-width: 991px) {
      .cart-page__summary {
        width: 100%; } }

/* ---- Cart item ---- */
.cart-item {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  /* Mobile layout — match Figma 791:8224 */ }
  @media (max-width: 767px) {
    .cart-item {
      gap: 16px; } }
  .cart-item__img-wrap {
    width: 176px;
    height: 176px;
    flex-shrink: 0;
    background: #f5f5f5;
    overflow: hidden;
    display: block; }
    .cart-item__img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .cart-item__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    align-self: stretch; }
  .cart-item__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px; }
  .cart-item__meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-width: 0; }
  .cart-item__vendor {
    font-family: var(--vb-font-body);
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    line-height: 1.5; }
  .cart-item__name {
    font-family: var(--vb-font-display);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    display: block; }
    .cart-item__name:hover {
      color: var(--vb-red); }
  .cart-item__variant {
    font-family: var(--vb-font-body);
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5); }
  .cart-item__price-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    flex-shrink: 0; }
  .cart-item__price {
    font-family: var(--vb-font-body);
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    white-space: nowrap; }
  .cart-item__price-meta {
    display: flex;
    align-items: center;
    gap: 8px; }
  .cart-item__compare {
    font-family: var(--vb-font-body);
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: line-through;
    white-space: nowrap; }
  .cart-item__badge {
    font-family: var(--vb-font-body);
    font-size: 12px;
    font-weight: 600;
    padding: 2px 4px;
    border-radius: 2px;
    white-space: nowrap;
    line-height: 1.5; }
    .cart-item__badge--sale {
      background: var(--vb-red-bright);
      color: #fff; }
    .cart-item__badge--gift {
      background: #009152;
      color: #fff; }
  .cart-item__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .cart-item__qty {
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #000;
    height: 56px;
    padding: 0 16px; }
    @media (max-width: 767px) {
      .cart-item__qty {
        height: 44px;
        padding: 0 12px;
        gap: 12px; } }
  .cart-item__qty-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: color 0.2s; }
    .cart-item__qty-btn:hover {
      color: var(--vb-red); }
    .cart-item__qty-btn svg {
      width: 24px;
      height: 24px; }
  .cart-item__qty-val {
    font-family: var(--vb-font-display);
    font-size: 22px;
    font-weight: 700;
    color: #000;
    min-width: 22px;
    text-align: center;
    line-height: 1.5; }
  .cart-item__qty-input {
    width: 40px;
    text-align: center;
    border: none;
    outline: none;
    font-family: var(--vb-font-display);
    font-size: 22px;
    font-weight: 700;
    color: #000;
    background: transparent;
    -moz-appearance: textfield; }
    .cart-item__qty-input::-webkit-outer-spin-button, .cart-item__qty-input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .cart-item__remove {
    width: 56px;
    height: 56px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.5);
    transition: color 0.2s, border-color 0.2s; }
    .cart-item__remove:hover {
      color: var(--vb-red);
      border-color: var(--vb-red); }
    .cart-item__remove svg {
      width: 24px;
      height: 24px; }
    @media (max-width: 767px) {
      .cart-item__remove {
        width: 48px;
        height: 48px; }
        .cart-item__remove svg {
          width: 18px;
          height: 18px; } }
  @media (max-width: 767px) {
    .cart-item {
      gap: 16px; }
      .cart-item .cart-item__img-wrap {
        width: 73px;
        height: 73px;
        background: var(--vb-red); }
      .cart-item .cart-item__body {
        gap: 12px; }
      .cart-item .cart-item__top {
        flex-direction: column;
        gap: 8px; }
      .cart-item .cart-item__meta {
        gap: 8px; }
      .cart-item .cart-item__vendor {
        font-size: 10px; }
      .cart-item .cart-item__name {
        font-size: 18px; }
      .cart-item .cart-item__price-col {
        flex-direction: row;
        align-items: center;
        gap: 4px; }
      .cart-item .cart-item__price {
        font-size: 14px; }
      .cart-item .cart-item__compare {
        font-size: 12px; }
      .cart-item .cart-item__badge {
        font-size: 10px; }
      .cart-item .cart-item__price-meta {
        gap: 8px; }
      .cart-item .cart-item__qty {
        height: auto;
        padding: 6px 16px;
        gap: 16px; }
      .cart-item .cart-item__qty-btn svg {
        width: 18px;
        height: 18px; }
      .cart-item .cart-item__qty-input {
        font-size: 18px;
        width: 22px; } }

/* ---- Cart summary ---- */
.cart-summary {
  display: flex;
  flex-direction: column;
  gap: 32px; }
  .cart-summary__title {
    font-family: var(--vb-font-display);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
    margin: 0; }
    @media (max-width: 767px) {
      .cart-summary__title {
        font-size: 24px; } }
  .cart-summary__box {
    background: #f1f1f1;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 0; }
  .cart-summary__rows {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px; }
  .cart-summary__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px; }
    .cart-summary__row--total {
      margin-top: 24px; }
  .cart-summary__label {
    font-family: var(--vb-font-body);
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1.5; }
  .cart-summary__value {
    font-family: var(--vb-font-body);
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    text-align: right; }
    .cart-summary__value--free {
      font-size: 16px; }
    .cart-summary__value--bold {
      font-weight: 700; }
  .cart-summary__divider {
    height: 0;
    border: none;
    border-top: 1px dashed rgba(0, 0, 0, 0.2); }
  .cart-summary__agree {
    display: flex;
    align-items: flex-start;
    gap: 0; }
  .cart-summary__agree-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer; }
  .cart-summary__agree-input {
    display: none; }
  .cart-summary__agree-box {
    width: 16px;
    height: 16px;
    border: 1.5px solid rgba(0, 0, 0, 0.4);
    flex-shrink: 0;
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s; }
    .cart-summary__agree-input:checked + .cart-summary__agree-box {
      background: var(--vb-red);
      border-color: var(--vb-red); }
      .cart-summary__agree-input:checked + .cart-summary__agree-box::after {
        content: '';
        width: 8px;
        height: 5px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-45deg) translateY(-1px);
        display: block; }
  .cart-summary__agree-text {
    font-family: var(--vb-font-body);
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.5; }
  .cart-summary__agree-link {
    color: var(--vb-red);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px; }
    .cart-summary__agree-link:hover {
      opacity: 0.8; }
  .cart-summary__checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: var(--vb-red);
    color: #fff;
    font-family: var(--vb-font-body);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding: 18px 36px;
    text-decoration: none;
    transition: opacity 0.2s; }
    .cart-summary__checkout:hover {
      opacity: 0.9;
      color: #fff; }
  .cart-summary__note {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .cart-summary__note-label {
    font-family: var(--vb-font-body);
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 1.5; }
  .cart-summary__note-input {
    width: 100%;
    height: 104px;
    border: 1px solid rgba(0, 0, 0, 0.26);
    border-radius: 4px;
    padding: 12px 16px;
    font-family: var(--vb-font-body);
    font-size: 14px;
    color: #000;
    resize: none;
    outline: none;
    transition: border-color 0.2s; }
    .cart-summary__note-input:focus {
      border-color: var(--vb-red); }
    .cart-summary__note-input::placeholder {
      color: rgba(0, 0, 0, 0.3); }
  .cart-summary__trust {
    display: flex;
    align-items: center;
    gap: 0;
    padding-top: 10px; }
  .cart-summary__trust-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center; }
    .cart-summary__trust-item svg {
      width: 28px;
      height: 28px;
      flex-shrink: 0; }
    .cart-summary__trust-item span {
      font-family: var(--vb-font-display);
      font-size: 16px;
      font-weight: 700;
      color: var(--vb-red);
      line-height: 1.5;
      text-align: center; }
  .cart-summary__trust-divider {
    width: 1px;
    height: 39px;
    background: var(--vb-red);
    flex-shrink: 0; }

/* ---- Cart empty ---- */
.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 80px 20px;
  text-align: center; }
  .cart-empty__text {
    font-family: var(--vb-font-body);
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0; }
  .cart-empty__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--vb-red);
    color: #fff;
    font-family: var(--vb-font-body);
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    text-decoration: none;
    transition: opacity 0.2s; }
    .cart-empty__btn:hover {
      opacity: 0.9;
      color: #fff; }

/* ---- Cart Invoice ---- */
.cart-invoice {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .cart-invoice__toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer; }
    .cart-invoice__toggle input {
      display: none; }
  .cart-invoice__toggle-box {
    width: 18px;
    height: 18px;
    border: 1.5px solid rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s; }
    #cart-invoice-check:checked + .cart-invoice__toggle-box {
      background: var(--vb-red);
      border-color: var(--vb-red); }
      #cart-invoice-check:checked + .cart-invoice__toggle-box::after {
        content: '';
        width: 8px;
        height: 5px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-45deg) translateY(-1px);
        display: block; }
  .cart-invoice__toggle-text {
    font-family: var(--vb-font-body);
    font-size: 14px;
    font-weight: 600;
    color: #000; }
  .cart-invoice__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    background: #f9f9f9;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px; }
  .cart-invoice__input {
    width: 100%;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 0 16px;
    font-family: var(--vb-font-body);
    font-size: 14px;
    color: #000;
    outline: none;
    transition: border-color 0.2s; }
    .cart-invoice__input:focus {
      border-color: var(--vb-red); }
    .cart-invoice__input::placeholder {
      color: rgba(0, 0, 0, 0.4); }
  .cart-invoice__save {
    width: 100%;
    height: 44px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: var(--vb-font-body);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s; }
    .cart-invoice__save:hover {
      opacity: 0.85; }
    .cart-invoice__save:disabled {
      opacity: 0.6;
      cursor: not-allowed; }

/* ---- Cart Gift Item ---- */
.cart-item--gift .cart-item__img-wrap {
  opacity: 0.7; }

.cart-item__gift-label {
  font-family: var(--vb-font-body);
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5); }
