@charset "UTF-8";
:root {
  --shop-color-bg: #ffffff;
  --shop-color-main: #202020;
  --shop-color-text: #202020;
  --shop-color-title: #202020;
  --shop-color-hover: #20265B;
  --shop-color-button: #202020;
  --shop-color-border: #202020;
  --topbar-bg: #193d87;
  --topbar-color-text: #ffffff;
  --home-category-bg-1: #faf1ff;
  --home-category-bg-2: #faf4eb;
  --home-category-bg-3: #f4e6e5;
  --home-category-bg-4: #e6f2f4;
  --home-category-bg-5: #fff6f6;
  --home-coupon-bg: #ffffff;
  --home-coupon-light: #ffffff;
  --home-coupon-border: #f8d0d3;
  --home-coupon-text: #333333;
  --home-collection2-bg: #adc4d2;
  --home-collection2-title: #ff0000;
  --home-collection3-bg: #e9dabe;
  --footer-bg-color-1: #20265B;
  --footer-bg-color-2: #20265B;
  --footer-bg-color-copyright: #20265B;
  --footer-color-title: #ffffff;
  --footer-color-text: #ffffff;
  --footer-color-hover: #ffffff;
  --bg-color-style01: #ffffff;
  --btn-color-style01: #ff0000;
  --btn-hover-color-style01: #e70505;
  --bg-color-style02: #f7f7f7;
  --btn-color-style02: #ff0000;
  --btn-hover-color-style02: #e70505;
  --bg-color-style03: #ffffff;
  --btn-color-style03: #ff0000;
  --btn-hover-color-style03: #e70505;
  --bg-color-style04: #ffffff;
  --btn-color-style04: #ff0000;
  --btn-hover-color-style04: #e70505; }

.coll-top {
  background: #F3F3F3; }
  @media (min-width: 992px) {
    .coll-top {
      padding-top: 20px; } }

.coll-top-heading {
  padding: 50px 0; }
  .coll-top-heading h1 {
    font-family: 'RIO-HAP';
    color: #20265B;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 0; }
  .coll-top-heading .coll-top-menu-left {
    margin-top: 16px; }
    .coll-top-heading .coll-top-menu-left ul li {
      padding: 6px 10px; }
      .coll-top-heading .coll-top-menu-left ul li a {
        display: block; }
        .coll-top-heading .coll-top-menu-left ul li a:hover {
          color: var(--shop-color-text);
          font-weight: 600; }
  .coll-top-heading .coll-menu-bottom {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    .coll-top-heading .coll-menu-bottom .menu-item {
      flex: 1; }
      .coll-top-heading .coll-menu-bottom .menu-item img {
        transition: all 0.3s ease;
        transform: translateY(0); }
      .coll-top-heading .coll-menu-bottom .menu-item span {
        display: block;
        margin-top: 10px;
        text-align: center; }
      .coll-top-heading .coll-menu-bottom .menu-item a:hover {
        color: var(--shop-color-text); }
        .coll-top-heading .coll-menu-bottom .menu-item a:hover img {
          transition: all 0.3s ease;
          transform: translateY(-10px); }
        .coll-top-heading .coll-menu-bottom .menu-item a:hover span {
          font-weight: 600; }
  @media (max-width: 991.98px) {
    .coll-top-heading {
      padding: 18px 0 34px; }
      .coll-top-heading .coll-top-menu-left {
        display: none; }
      .coll-top-heading h1 {
        font-size: 28px; }
      .coll-top-heading .coll-top-menu-left-mb {
        margin-top: 24px; }
        .coll-top-heading .coll-top-menu-left-mb ul {
          display: flex; }
          .coll-top-heading .coll-top-menu-left-mb ul li {
            padding: 6px 10px; }
            .coll-top-heading .coll-top-menu-left-mb ul li a {
              display: block; }
            .coll-top-heading .coll-top-menu-left-mb ul li:first-child {
              padding-left: 0; }
      .coll-top-heading .coll-description {
        margin-top: 16px; }
        .coll-top-heading .coll-description:not(.show) {
          white-space: initial;
          overflow: hidden;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
      .coll-top-heading .view-more-description button {
        border: 0;
        text-decoration: underline;
        text-underline-offset: 3px; } }
  @media (max-width: 767.98px) {
    .coll-top-heading .coll-top-menu-left-mb ul {
      white-space: nowrap;
      overflow-x: auto;
      display: block; }
      .coll-top-heading .coll-top-menu-left-mb ul::-webkit-scrollbar {
        display: none; }
      .coll-top-heading .coll-top-menu-left-mb ul li {
        display: inline-block; }
        .coll-top-heading .coll-top-menu-left-mb ul li a {
          display: block; }
        .coll-top-heading .coll-top-menu-left-mb ul li:first-child {
          padding-left: 0; }
    .coll-top-heading .coll-menu-bottom {
      white-space: nowrap;
      overflow-x: auto;
      display: block; }
      .coll-top-heading .coll-menu-bottom::-webkit-scrollbar {
        display: none; }
      .coll-top-heading .coll-menu-bottom .menu-item {
        display: inline-block;
        margin-right: 16px;
        max-width: 100px; } }

.coll-tags-wrap {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3; }
  .coll-tags-wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    height: 40px;
    line-height: 40px; }
    .coll-tags-wrap ul li a {
      text-decoration: underline;
      text-underline-offset: 3px;
      color: #5D5D5D;
      font-size: 12px; }

.coll-filter {
  padding: 10px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
  transition: .2s ease-in-out;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); }
  .coll-filter.has-sticky {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); }
  .coll-filter .coll-filter-wrap {
    display: flex;
    align-items: center; }
  .coll-filter .coll-filter-title {
    display: inline-flex;
    gap: 8px;
    align-items: center; }
    @media (min-width: 992px) {
      .coll-filter .coll-filter-title {
        padding-right: 20px;
        border-right: 1px solid #D1D1D6; } }
    .coll-filter .coll-filter-title svg {
      width: 24px;
      height: 24px; }
    .coll-filter .coll-filter-title span {
      font-size: 12px;
      display: inline-block; }
  .coll-filter .coll-filter-removeall {
    display: none;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    text-decoration: underline;
    cursor: pointer; }
  .coll-filter .coll-filter-groups {
    display: inline-flex;
    padding: 0 23px;
    gap: 14px;
    height: 24px;
    line-height: 24px;
    align-items: center; }
  @media (max-width: 767.98px) {
    .coll-filter .coll-filter-wrap {
      justify-content: space-between; }
    .coll-filter .coll-filter-groups {
      display: none; } }

.coll-filter-group .coll-filter-subtitle {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.6px;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .coll-filter-group .coll-filter-subtitle:hover {
    font-weight: 600; }

.coll-filter-group .filter-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 30px 0;
  display: none;
  z-index: 99;
  max-width: 1900px;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); }
  .coll-filter-group .filter-box .btn-close-filter {
    position: absolute;
    right: 40px;
    top: -34px;
    background: transparent;
    border: 0;
    width: 24px;
    height: 24px; }
  .coll-filter-group .filter-box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 20px; }
    .coll-filter-group .filter-box ul li {
      display: inline-flex;
      flex: 0 0 160px;
      max-width: 160px;
      cursor: pointer;
      font-size: 10px;
      /* Ẩn radio mặc định */ }
      .coll-filter-group .filter-box ul li input[type="radio"], .coll-filter-group .filter-box ul li input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
        width: 15px;
        height: 15px;
        border: 1px solid #000;
        border-radius: 2px;
        /* Vuông bo nhẹ */
        background-color: #fff;
        cursor: pointer;
        position: relative;
        vertical-align: middle;
        display: inline-block; }
        .coll-filter-group .filter-box ul li input[type="radio"]:checked, .coll-filter-group .filter-box ul li input[type="checkbox"]:checked {
          background: #000; }
          .coll-filter-group .filter-box ul li input[type="radio"]:checked::after, .coll-filter-group .filter-box ul li input[type="checkbox"]:checked::after {
            content: "";
            position: absolute;
            left: 4px;
            top: 1px;
            width: 6px;
            height: 9px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg); }
      .coll-filter-group .filter-box ul li label {
        cursor: pointer;
        font-size: 12px;
        margin-left: 8px;
        height: 15px;
        line-height: 15px;
        margin-bottom: 0; }
  .coll-filter-group .filter-box#filter-color ul {
    max-width: 700px;
    margin: 0 auto; }
    .coll-filter-group .filter-box#filter-color ul li input {
      display: none; }
    .coll-filter-group .filter-box#filter-color ul li .color-swatch {
      width: 16px;
      height: 16px;
      border-radius: 3px;
      margin-right: 10px;
      border: 2px solid #ccc;
      display: inline-block;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      vertical-align: middle; }
    @media (max-width: 767.98px) {
      .coll-filter-group .filter-box#filter-color ul li input:checked + label .color-swatch {
        box-shadow: 0 0 0 2px #222;
        border-color: #222; }
      .coll-filter-group .filter-box#filter-color ul li input:checked + label {
        font-weight: bold;
        color: #111; } }
    .coll-filter-group .filter-box#filter-color ul li.active label {
      font-weight: 700; }
    .coll-filter-group .filter-box#filter-color ul li.active .color-swatch {
      border: 2px solid #000; }
  .coll-filter-group .filter-box#filter-price .price-slider {
    width: 40%;
    position: relative;
    margin-bottom: 20px;
    height: 40px;
    margin: 0 auto; }
  .coll-filter-group .filter-box#filter-price .slider {
    width: 100%;
    appearance: none;
    height: 2px;
    background: #e0e0e0;
    outline: none;
    border-radius: 2px;
    position: absolute;
    pointer-events: none; }
  .coll-filter-group .filter-box#filter-price .slider::-webkit-slider-thumb {
    appearance: none;
    width: 18px;
    height: 18px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    border: 2px solid #fff;
    box-shadow: 0 0 2px #aaa; }
  .coll-filter-group .filter-box#filter-price .slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    border: 2px solid #fff;
    box-shadow: 0 0 2px #aaa; }
  .coll-filter-group .filter-box#filter-price .slider::-ms-thumb {
    width: 18px;
    height: 18px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    border: 2px solid #fff;
    box-shadow: 0 0 2px #aaa; }
  .coll-filter-group .filter-box#filter-price .price-inputs {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    width: 40%;
    margin: 0 auto; }
  .coll-filter-group .filter-box#filter-price .price-input {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 9px; }
  .coll-filter-group .filter-box#filter-price .price-input label {
    font-size: 13px;
    color: #222;
    margin-bottom: 0; }
  .coll-filter-group .filter-box#filter-price .price-input input {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 15px;
    text-align: center;
    width: 110px;
    background: #fff; }

@keyframes placeholder-pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

.coll-filter-groups.active .coll-filter-group .coll-filter-subtitle {
  color: #8E8E93; }

.coll-filter-groups.active .coll-filter-group.active .coll-filter-subtitle {
  color: #000000; }

.special-banner-row {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  align-items: center;
  grid-column: 1 / -1;
  margin-top: 60px;
  margin-bottom: 25px; }
  .special-banner-row .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto; }
  .special-banner-row .coll-promotion {
    padding: 30px 40px;
    background: url(https://file.hstatic.net/200000978078/file/rectangle_17.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 32px;
    font-family: 'RIO-HAP';
    color: #fff;
    margin-bottom: 52px; }
    .special-banner-row .coll-promotion p {
      margin: 0; }
  .special-banner-row .coll-promotions {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    .special-banner-row .coll-promotions .coll-promotions-left {
      flex: 0 0 calc(50% - 20px);
      max-width: calc(50% - 20px);
      position: relative; }
      .special-banner-row .coll-promotions .coll-promotions-left .video-wrap {
        height: 100vh;
        width: 100%;
        position: relative;
        overflow: hidden; }
      .special-banner-row .coll-promotions .coll-promotions-left .video-wrap video {
        -o-object-fit: cover;
        object-fit: cover;
        transform: scale(1);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .special-banner-row .coll-promotions .coll-promotions-left .content-mb {
        bottom: 52px;
        left: 16px;
        position: absolute;
        z-index: 99; }
        .special-banner-row .coll-promotions .coll-promotions-left .content-mb h2 {
          font-family: 'RIO-HAP';
          font-size: 28px;
          color: #fff; }
        .special-banner-row .coll-promotions .coll-promotions-left .content-mb .des {
          margin-top: 13px;
          font-size: 12px;
          color: #fff; }
        .special-banner-row .coll-promotions .coll-promotions-left .content-mb .btn-wrap {
          margin-top: 13px; }
          .special-banner-row .coll-promotions .coll-promotions-left .content-mb .btn-wrap a {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            font-size: 12px;
            color: #fff; }
            .special-banner-row .coll-promotions .coll-promotions-left .content-mb .btn-wrap a svg {
              margin-left: 8px; }
              .special-banner-row .coll-promotions .coll-promotions-left .content-mb .btn-wrap a svg path {
                stroke: #fff; }
        .special-banner-row .coll-promotions .coll-promotions-left .content-mb .coll-small {
          position: absolute;
          bottom: 44px;
          left: 0; }
          .special-banner-row .coll-promotions .coll-promotions-left .content-mb .coll-small img {
            max-height: 240px; }
    .special-banner-row .coll-promotions .coll-promotions-center {
      flex: 0 0 calc(25% - 20px);
      max-width: calc(25% - 20px);
      padding-top: 68px;
      padding-bottom: 44px;
      position: relative; }
      .special-banner-row .coll-promotions .coll-promotions-center h2 {
        font-family: 'RIO-HAP';
        font-size: 36px;
        color: #20265B; }
      .special-banner-row .coll-promotions .coll-promotions-center .des {
        margin-top: 10px;
        font-size: 14px; }
      .special-banner-row .coll-promotions .coll-promotions-center .btn-wrap {
        margin-top: 38px; }
        .special-banner-row .coll-promotions .coll-promotions-center .btn-wrap a {
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          .special-banner-row .coll-promotions .coll-promotions-center .btn-wrap a svg {
            margin-left: 8px; }
      .special-banner-row .coll-promotions .coll-promotions-center .coll-small {
        position: absolute;
        bottom: 44px;
        left: 0; }
        .special-banner-row .coll-promotions .coll-promotions-center .coll-small img {
          max-height: 240px; }
    .special-banner-row .coll-promotions .coll-promotions-right {
      flex: 0 0 calc(25% - 20px);
      max-width: calc(25% - 20px);
      height: 100vh;
      overflow: auto;
      scrollbar-width: none;
      /* Firefox */
      -ms-overflow-style: none;
      /* IE/Edge cũ */ }
      .special-banner-row .coll-promotions .coll-promotions-right::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */ }
  @media (max-width: 767.98px) {
    .special-banner-row {
      margin-top: 0; }
      .special-banner-row .coll-promotion {
        font-size: 14px;
        padding: 12px;
        margin-bottom: 15px; }
      .special-banner-row .coll-promotions {
        padding: 0;
        margin-top: 15px;
        gap: 0; }
        .special-banner-row .coll-promotions .coll-promotions-left {
          flex: 0 0 100%;
          max-width: 100%; }
        .special-banner-row .coll-promotions .coll-promotions-center {
          display: none; }
        .special-banner-row .coll-promotions .coll-promotions-right {
          flex: 0 0 100%;
          max-width: 100%;
          background: #F4F4F4;
          padding: 22px 15px;
          display: grid;
          gap: 3px;
          grid-template-columns: repeat(2, 1fr);
          height: auto; } }

.special-banner-placeholder .coll-promotion-placeholder {
  width: 100%;
  height: 150px;
  background-color: #f5f5f5; }

.special-banner-placeholder .coll-promotions-placeholder {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 30px; }
  .special-banner-placeholder .coll-promotions-placeholder .coll-img-placeholder {
    width: calc(50% - 20px);
    background-color: #f5f5f5;
    height: 760px; }
  .special-banner-placeholder .coll-promotions-placeholder .coll-placeholder {
    width: calc(25% - 20px);
    background-color: #f5f5f5;
    height: 760px; }

@media (max-width: 767.98px) {
  .special-banner-placeholder .coll-promotion-placeholder {
    height: 64px; }
  .special-banner-placeholder .coll-promotions-placeholder {
    margin-top: 15px; }
    .special-banner-placeholder .coll-promotions-placeholder .coll-img-placeholder {
      width: 100%; }
    .special-banner-placeholder .coll-promotions-placeholder .coll-placeholder {
      width: 100%; } }

.special-banner-col {
  position: relative; }
  .special-banner-col img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; }
  .special-banner-col .special-banner-info {
    position: absolute;
    bottom: 0;
    z-index: 99;
    padding: 16px;
    width: 100%; }
    .special-banner-col .special-banner-info h2 {
      color: #fff;
      font-size: 32px;
      font-family: 'RIO-HAP'; }
    .special-banner-col .special-banner-info .special-banner-btn a {
      color: #fff; }
      .special-banner-col .special-banner-info .special-banner-btn a svg path {
        stroke: #fff; }

.wrapper-mainCollection-bosuutap .special-banner-col .special-banner-info h2 {
  font-weight: 400; }

.collection-loadmore {
  margin: 60px 0; }
  @media (max-width: 767.98px) {
    .collection-loadmore {
      margin: 38px 0; }
      .collection-loadmore .btn-loadmore {
        width: 100%; } }

.filter-mb {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  padding: 14px 0 50px 0;
  opacity: 0;
  visibility: hidden;
  left: -100%;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out; }
  .filter-mb .filter-mb-heading {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 12px; }
    .filter-mb .filter-mb-heading svg {
      width: 24px;
      height: 24px; }
    .filter-mb .filter-mb-heading .filter-mb-close {
      cursor: pointer; }
  .filter-mb .filter-mb-content {
    overflow-y: auto; }
  .filter-mb .coll-filter-group {
    margin-bottom: 2px;
    background: #EDEDED; }
    .filter-mb .coll-filter-group .coll-filter-subtitle {
      height: 36px;
      line-height: 36px;
      font-weight: 600;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .filter-mb .coll-filter-group .coll-filter-subtitle .icon {
        width: 24px;
        height: 24px;
        display: inline-block;
        text-align: center;
        line-height: 24px; }
        .filter-mb .coll-filter-group .coll-filter-subtitle .icon svg {
          transform: rotate(-90deg);
          transition: all 0.3s ease; }
    .filter-mb .coll-filter-group .filter-box {
      display: none;
      position: static;
      padding: 0; }
      .filter-mb .coll-filter-group .filter-box .btn-close-filter {
        display: none; }
      .filter-mb .coll-filter-group .filter-box ul {
        max-width: inherit;
        width: 100%; }
        .filter-mb .coll-filter-group .filter-box ul li {
          flex: 0 0 100%;
          max-width: 100%;
          height: 36px;
          align-items: center;
          padding: 0 24px; }
          .filter-mb .coll-filter-group .filter-box ul li input[type="radio"], .filter-mb .coll-filter-group .filter-box ul li input[type="checkbox"] {
            display: block;
            width: 18px;
            height: 18px;
            border: 2px solid #8E8E93; }
            .filter-mb .coll-filter-group .filter-box ul li input[type="radio"]:checked, .filter-mb .coll-filter-group .filter-box ul li input[type="checkbox"]:checked {
              background: transparent; }
              .filter-mb .coll-filter-group .filter-box ul li input[type="radio"]:checked::after, .filter-mb .coll-filter-group .filter-box ul li input[type="checkbox"]:checked::after {
                border-color: #8E8E93; }
      .filter-mb .coll-filter-group .filter-box#filter-color ul {
        max-width: inherit;
        width: 100%;
        gap: 20px 10px;
        padding: 10px; }
        .filter-mb .coll-filter-group .filter-box#filter-color ul li {
          flex: 1;
          height: auto;
          padding: 0;
          max-width: inherit; }
          .filter-mb .coll-filter-group .filter-box#filter-color ul li label {
            margin-left: 0;
            height: auto;
            text-align: center; }
            .filter-mb .coll-filter-group .filter-box#filter-color ul li label span {
              margin: 0 auto 5px;
              display: block;
              border-radius: 50%; }
      .filter-mb .coll-filter-group .filter-box#filter-price {
        padding: 30px; }
        .filter-mb .coll-filter-group .filter-box#filter-price .price-slider {
          width: 100%; }
        .filter-mb .coll-filter-group .filter-box#filter-price .price-inputs {
          width: 100%; }
          .filter-mb .coll-filter-group .filter-box#filter-price .price-inputs input {
            padding: 8px;
            font-size: 12px; }
    .filter-mb .coll-filter-group.active .coll-filter-subtitle .icon svg {
      transform: rotate(0deg); }
  .open-filter .filter-mb {
    opacity: 1;
    visibility: inherit;
    left: 0; }

body.open-filter {
  overflow: hidden; }
