@charset "UTF-8";
@media (min-width: 1025px) {
  .collection__wrapper .collection__container {
    width: 100%;
    margin: 0 auto; } }

.collection__wrapper .collection__title {
  text-align: center;
  margin: 1.5rem 1.25rem; }

.collection__wrapper .outfit__title {
  text-align: center;
  margin: 1.5rem 1.25rem; }

.collection__wrapper .content__slot {
  display: none; }
  .collection__wrapper .content__slot--wrapper {
    position: relative;
    margin: 0 auto 1.5rem;
    overflow-y: hidden;
    display: flex;
    gap: 15px;
    /* Track */
    /* Handle */ }
    .collection__wrapper .content__slot--wrapper::-webkit-scrollbar {
      height: 8px; }
    .collection__wrapper .content__slot--wrapper::-webkit-scrollbar-track {
      background: #fff; }
    .collection__wrapper .content__slot--wrapper::-webkit-scrollbar-thumb {
      background: #ccc; }
    .collection__wrapper .content__slot--wrapper .slot__item {
      width: 40%;
      flex: 0 0 auto;
      margin-bottom: 1rem; }
      .collection__wrapper .content__slot--wrapper .slot__item:hover a img {
        border: 2px solid #000; }
      .collection__wrapper .content__slot--wrapper .slot__item:hover a h6:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
      .collection__wrapper .content__slot--wrapper .slot__item a {
        display: block;
        height: 100%; }
        .collection__wrapper .content__slot--wrapper .slot__item a img {
          border: 2px solid #fff;
          transition: all .3s;
          /*	aspect-ratio:.8;*/ }
        .collection__wrapper .content__slot--wrapper .slot__item a h6 {
          display: inline-block;
          /*
						margin: 1rem auto;
						padding: 0 .25rem;
						*/
          margin: 0;
          padding: 15px 0;
          font-size: .75rem;
          line-height: 1.2;
          transition: all .3s;
          letter-spacing: .08em;
          text-transform: uppercase; }
          .collection__wrapper .content__slot--wrapper .slot__item a h6:after {
            border-bottom: 2px solid #000;
            content: "";
            display: block;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: left;
            transform-origin: left;
            -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .collection__wrapper .content__slot--wrapper .slot__item_new {
        margin-top: 30px;
        border: 1px solid #000;
        border-radius: 15px;
        overflow: hidden;
        width: auto !important; }
        .collection__wrapper .content__slot--wrapper .slot__item_new a {
          display: -webkit-flex;
          display: flex;
          align-items: center;
          min-height: 45px;
          padding: 0 20px;
          text-align: center;
          transition: -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
          .collection__wrapper .content__slot--wrapper .slot__item_new a h6 {
            width: 100%;
            font-size: 16px;
            line-height: 22px;
            padding: 0; }
        .collection__wrapper .content__slot--wrapper .slot__item_new:hover a {
          background: #000; }
          .collection__wrapper .content__slot--wrapper .slot__item_new:hover a h6 {
            color: #fff; }
            .collection__wrapper .content__slot--wrapper .slot__item_new:hover a h6:after {
              display: none; }
  @media (min-width: 768px) {
    .collection__wrapper .content__slot {
      margin: 20px 5px 15px; }
      .collection__wrapper .content__slot--wrapper {
        justify-content: center; }
        .collection__wrapper .content__slot--wrapper .slot__item {
          width: calc(100% / 6);
          /*padding: 3px;*/ } }

.collection__wrapper .collection__content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .collection__wrapper .collection__content--left .refinements {
    position: fixed;
    top: 0;
    left: -100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 140;
    -webkit-transition: left .32s;
    transition: left .32s; }
    .collection__wrapper .collection__content--left .refinements.in {
      left: 0; }
    .collection__wrapper .collection__content--left .refinements__inner--header {
      display: block; }
    .collection__wrapper .collection__content--left .refinements__inner .refinement__item {
      border-bottom: 1px solid #000;
      padding-bottom: 6px;
      margin-bottom: 15px;
      position: relative; }
      .collection__wrapper .collection__content--left .refinements__inner .refinement__item:last-child {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      .collection__wrapper .collection__content--left .refinements__inner .refinement__item h3 {
        background-color: #fff;
        margin: 0 0 0.65em;
        padding: 0;
        text-transform: uppercase;
        font-weight: 700;
        font-size: .75rem;
        margin-bottom: 6px; }
        .collection__wrapper .collection__content--left .refinements__inner .refinement__item h3:after {
          content: "";
          position: absolute;
          top: 0px;
          right: 10px;
          display: block;
          width: 20px;
          height: 15px;
          background: url(https://file.hstatic.net/1000364782/file/chevdown_13cd2d1e1c904efc95482a32bca4784f.svg) no-repeat;
          background-size: contain;
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }
      .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group {
        display: block; }
        .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group .refinement__swatch.active .refinement__check {
          background: url("https://file.hstatic.net/1000364782/file/checkmark_31ddaf71da6a415a84ff55ee1616e405.svg") no-repeat 80% 55%; }
        .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group .refinement__swatch a {
          display: inline-flex;
          background-position: 0 100%;
          font-weight: 400;
          margin-bottom: 10px; }
          .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group .refinement__swatch a .refinement__check {
            content: '';
            width: 15px;
            height: 15px;
            border: 1px solid #000;
            margin-right: 9px; }
        .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group .refinement__color {
          border: 1px solid transparent;
          padding: 3px;
          display: inline-block; }
          .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group .refinement__color.active {
            border: 1px solid #000; }
          .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group .refinement__color a {
            position: relative;
            margin: 0;
            width: 30px;
            height: 20px;
            display: block;
            float: left;
            text-align: center; }
            .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group .refinement__color a:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              border: 1px solid #000;
              margin: 0;
              padding: 3px;
              width: 100%;
              height: 100%; }
        .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group .refinement__size, .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group .refinement__form {
          display: inline-block;
          margin: 0 12px 12px 0; }
          .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group .refinement__size a, .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group .refinement__form a {
            margin: 0;
            width: 78px;
            height: 32px;
            font-size: .75rem;
            line-height: 2rem;
            border: 1px solid #949494;
            display: block;
            padding: 0;
            font-weight: 400;
            text-align: center; }
          .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group .refinement__size.active a, .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group .refinement__form.active a {
            font-weight: 700;
            border: 2px solid #000; }
    .collection__wrapper .collection__content--left .refinements__footer--action {
      display: none; }
  .collection__wrapper .collection__content--left .search__result--options {
    /*	padding: 0 0 16px;*/ }
    .collection__wrapper .collection__content--left .search__result--options .filter-by {
      float: left;
      margin-right: 12px;
      padding: 0 10px;
      width: 80px;
      font-weight: 400;
      font-size: .8125rem;
      text-transform: none;
      text-align: left;
      height: 40px;
      letter-spacing: .08em;
      line-height: 40px;
      border-radius: 0;
      cursor: pointer;
      display: inline-block;
      border: 1px solid #000;
      transition: all .3s ease;
      background: url("https://file.hstatic.net/1000364782/file/sort_c0eb2488d57d4d4ca6cc6ed159649117.svg") no-repeat 88% 50%; }
    .collection__wrapper .collection__content--left .search__result--options .refinement__sort {
      margin-right: 12px;
      padding: 0 10px;
      width: 150px;
      font-weight: 400;
      font-size: .8125rem;
      text-transform: none;
      text-align: left;
      height: 40px;
      letter-spacing: .08em;
      line-height: 40px;
      border-radius: 0;
      cursor: pointer;
      display: inline-block;
      border: 1px solid #000;
      transition: all .3s ease;
      background: url("https://file.hstatic.net/1000364782/file/filter_6a4a200b893a4ef8a85a514930ec3987.svg") no-repeat 88% 50%; }
      .collection__wrapper .collection__content--left .search__result--options .refinement__sort .sort__item:hover {
        position: relative; }
        .collection__wrapper .collection__content--left .search__result--options .refinement__sort .sort__item:hover .sort__by {
          display: block; }
      .collection__wrapper .collection__content--left .search__result--options .refinement__sort .sort__item .sort__by {
        position: absolute;
        width: calc(100% + 22px);
        margin: 0;
        top: 100%;
        padding: 5px;
        left: -11px;
        z-index: 2;
        line-height: 1.5rem;
        list-style: none;
        background: #fff;
        border: 1px solid rgba(34, 36, 38, 0.15);
        border-top: 0;
        box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
        display: none; }
        .collection__wrapper .collection__content--left .search__result--options .refinement__sort .sort__item .sort__by li a {
          font-weight: 400; }
    .collection__wrapper .collection__content--left .search__result--options .refinement__pagingbar {
      display: inline-block;
      text-align: right;
      font-weight: 400;
      font-size: 12px;
      float: right;
      line-height: 40px; }
  .collection__wrapper .collection__content--right {
    padding: 0 12px;
    width: 100%; }
    .collection__wrapper .collection__content--right .search__result--options {
      /*	padding: 0 0 16px;*/ }
      .collection__wrapper .collection__content--right .search__result--options .filter-by {
        float: left;
        margin-right: 12px;
        padding: 0 10px;
        width: 80px;
        font-weight: 400;
        font-size: .8125rem;
        text-transform: none;
        text-align: left;
        height: 40px;
        letter-spacing: .08em;
        line-height: 40px;
        border-radius: 0;
        cursor: pointer;
        display: inline-block;
        border: 1px solid #000;
        transition: all .3s ease;
        background: url("https://file.hstatic.net/1000364782/file/sort_c0eb2488d57d4d4ca6cc6ed159649117.svg") no-repeat 88% 50%; }
      .collection__wrapper .collection__content--right .search__result--options .refinement__sort {
        margin-right: 12px;
        padding: 0 10px;
        width: 150px;
        font-weight: 400;
        font-size: .8125rem;
        text-transform: none;
        text-align: left;
        height: 40px;
        letter-spacing: .08em;
        line-height: 40px;
        border-radius: 0;
        cursor: pointer;
        display: inline-block;
        border: 1px solid #000;
        transition: all .3s ease;
        background: url("https://file.hstatic.net/1000364782/file/filter_6a4a200b893a4ef8a85a514930ec3987.svg") no-repeat 88% 50%; }
        .collection__wrapper .collection__content--right .search__result--options .refinement__sort .sort__item:hover {
          position: relative; }
          .collection__wrapper .collection__content--right .search__result--options .refinement__sort .sort__item:hover .sort__by {
            display: block; }
        .collection__wrapper .collection__content--right .search__result--options .refinement__sort .sort__item .sort__by {
          position: absolute;
          width: calc(100% + 22px);
          margin: 0;
          top: 100%;
          padding: 5px;
          left: -11px;
          z-index: 2;
          line-height: 1.5rem;
          list-style: none;
          background: #fff;
          border: 1px solid rgba(34, 36, 38, 0.15);
          border-top: 0;
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          display: none; }
          .collection__wrapper .collection__content--right .search__result--options .refinement__sort .sort__item .sort__by li a {
            font-weight: 400; }
      .collection__wrapper .collection__content--right .search__result--options .refinement__pagingbar {
        display: inline-block;
        text-align: right;
        font-weight: 400;
        font-size: 12px;
        float: right;
        line-height: 40px; }
  .collection__wrapper .collection__content--desc {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #000; }
    .collection__wrapper .collection__content--desc a {
      text-decoration: underline; }
    .collection__wrapper .collection__content--desc p {
      margin-bottom: 1rem; }
    .collection__wrapper .collection__content--desc h2 {
      font-size: 28px;
      line-height: 1.2;
      font-weight: 600; }
    .collection__wrapper .collection__content--desc h3 {
      font-size: 24px;
      line-height: 1.2;
      font-weight: 600; }
    .collection__wrapper .collection__content--desc .content_img div:first-child {
      flex: 0 0 40%; }
    .collection__wrapper .collection__content--desc .content_img div:last-child {
      flex: 0 0 57%; }
    .collection__wrapper .collection__content--desc .content_text {
      padding: 15px; }
    @media (max-width: 767px) {
      .collection__wrapper .collection__content--desc h2 {
        font-size: 20px; }
      .collection__wrapper .collection__content--desc h3 {
        font-size: 18px; } }
  .collection__wrapper .collection__content .search__option--active {
    margin: 1.0625rem 0 0; }
    .collection__wrapper .collection__content .search__option--active.refinements__footer--filter {
      display: none; }
    .collection__wrapper .collection__content .search__option--active .option__item--list {
      font-size: .8125rem;
      display: inline-block;
      clear: none;
      white-space: nowrap;
      vertical-align: top; }
    .collection__wrapper .collection__content .search__option--active .option__item--active {
      float: none;
      border-radius: 0px;
      margin: -5px 10px 20px 0;
      padding: 7px 35px 4px 13px;
      width: auto;
      font-family: p22-underground,sans-serif;
      font-weight: 400;
      font-size: .8125rem;
      display: inline-block;
      position: relative;
      border: 1px solid #000;
      text-align: center; }
      .collection__wrapper .collection__content .search__option--active .option__item--active:before {
        content: " ";
        display: inline-block;
        width: 0.375rem;
        height: 0.375rem;
        border: 1px solid #ccc;
        border-left: 0;
        border-top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-left: 0.4375rem;
        margin-right: 0.625rem; }
      .collection__wrapper .collection__content .search__option--active .option__item--active a {
        margin: 2px 4px 0 0;
        width: 12px;
        height: 12px;
        text-indent: -99em;
        background: url(//file.hstatic.net/1000364782/file/close_809a67933dd94978ae5e03df27eabc14.svg) no-repeat;
        background-size: contain;
        text-decoration: none;
        position: absolute;
        right: 7px;
        font-size: 1.25em;
        line-height: 1.15em; }
    .collection__wrapper .collection__content .search__option--active .option__clear--all {
      text-decoration: underline;
      font-weight: 400;
      cursor: pointer;
      display: none; }
    @media (max-width: 767px) {
      .collection__wrapper .collection__content .search__option--active {
        display: flex;
        white-space: nowrap;
        overflow-y: scroll;
        align-items: center; }
        .collection__wrapper .collection__content .search__option--active.refinements__footer--filter {
          display: block; }
        .collection__wrapper .collection__content .search__option--active .option__item--list {
          margin: 10px 0 0; } }
  @media (min-width: 1025px) {
    .collection__wrapper .collection__content--left {
      width: 100%;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      padding: 0 12px;
      margin-bottom: 12px;
      margin-top: 40px; }
      .collection__wrapper .collection__content--left .refinements {
        position: static; }
        .collection__wrapper .collection__content--left .refinements__inner {
          display: flex;
          gap: 12px; }
          .collection__wrapper .collection__content--left .refinements__inner--header {
            display: none; }
          .collection__wrapper .collection__content--left .refinements__inner .refinement__item {
            border: 1px solid #000;
            padding: 10px;
            margin-bottom: 0;
            position: relative;
            width: 150px; }
            .collection__wrapper .collection__content--left .refinements__inner .refinement__item:last-child {
              border: 1px solid #000;
              padding: 10px; }
            .collection__wrapper .collection__content--left .refinements__inner .refinement__item h3 {
              cursor: pointer;
              margin-bottom: 0; }
              .collection__wrapper .collection__content--left .refinements__inner .refinement__item h3:after {
                top: calc(50% - 7px);
                right: 10px;
                display: block;
                width: 2px;
                height: 10px;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                background: #000;
                transition: all .5s; }
              .collection__wrapper .collection__content--left .refinements__inner .refinement__item h3:before {
                content: "";
                position: absolute;
                top: calc(50% - 7px);
                right: 10px;
                display: block;
                width: 2px;
                height: 10px;
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
                background: #000;
                transition: all .5s; }
              .collection__wrapper .collection__content--left .refinements__inner .refinement__item h3.rotate-dt:after {
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
              .collection__wrapper .collection__content--left .refinements__inner .refinement__item h3.rotate-dt:before {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
            .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group {
              display: none;
              margin: 0 0 0;
              position: absolute;
              background: #fff;
              border: 1px solid #000;
              z-index: 2;
              top: 100%;
              left: 0;
              right: 0;
              padding: 8px; }
              .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group--header {
                display: none; }
      .collection__wrapper .collection__content--left .search__result--options {
        padding-left: 12px; }
        .collection__wrapper .collection__content--left .search__result--options .filter-by {
          display: none; }
        .collection__wrapper .collection__content--left .search__result--options .refinement__sort {
          height: 36px;
          line-height: 36px; }
        .collection__wrapper .collection__content--left .search__result--options .refinement__pagingbar {
          display: inline-block;
          float: right;
          margin: 0;
          line-height: 40px; }
      .collection__wrapper .collection__content--left .search__option--active {
        flex: 0 0 100%;
        max-width: 100%; }
    .collection__wrapper .collection__content--right {
      width: 100%; }
      .collection__wrapper .collection__content--right .search__result--options .filter-by {
        display: none; }
      .collection__wrapper .collection__content--right .search__result--options .refinement__pagingbar {
        display: inline-block;
        float: right;
        margin: 0;
        line-height: 40px; }
    .collection__wrapper .collection__content--list {
      /*margin-top:24px;*/
      margin: 0 -12px; } }
  @media (max-width: 1024px) {
    .collection__wrapper .collection__content--left .refinements.in .refinements__inner {
      height: calc(100% - 180px);
      max-height: calc(100% - 180px);
      flex-basis: 100%;
      padding: 0 12px;
      overflow-y: auto; }
      .collection__wrapper .collection__content--left .refinements.in .refinements__inner--header {
        margin: 0 -12px 21px;
        display: block;
        position: relative;
        border-bottom: 1px solid #ccc;
        padding: 18px 0; }
    .collection__wrapper .collection__content--left .refinements__inner--header {
      text-align: center;
      background-color: #fff;
      font-weight: 700;
      font-size: .75rem;
      letter-spacing: .125em;
      text-transform: uppercase; }
      .collection__wrapper .collection__content--left .refinements__inner--header .close-btn {
        position: absolute;
        top: 0;
        right: 0;
        padding: 18px 34px 18px 10px;
        cursor: pointer; }
        .collection__wrapper .collection__content--left .refinements__inner--header .close-btn img {
          width: 16px;
          height: 16px;
          display: block; }
    .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group {
      height: calc(100% - 166px);
      max-height: calc(100% - 166px);
      position: fixed;
      top: 0;
      left: -101%;
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
      padding: 0 24px;
      width: 100%;
      overflow-y: auto;
      background: #fff;
      -webkit-transition: left .32s;
      transition: left .32s;
      z-index: 1; }
      .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group.expanded {
        left: 0; }
      .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group--header {
        margin: 0 -24px 21px;
        position: relative;
        border-bottom: 1px solid #ccc;
        padding: 18px 0;
        text-align: center;
        background-color: #fff;
        display: block;
        font-weight: 700;
        font-size: .75rem;
        letter-spacing: .125em;
        text-transform: uppercase; }
        .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group--header .back {
          position: absolute;
          top: 0;
          left: 0;
          padding: 18px 5px 18px 24px;
          cursor: pointer; }
          .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group--header .back:after {
            content: "";
            display: block;
            width: 22px;
            height: 16px;
            background: url(https://file.hstatic.net/1000364782/file/chevdown_13cd2d1e1c904efc95482a32bca4784f.svg) no-repeat;
            background-size: contain;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
        .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group--header .close-btn {
          position: absolute;
          top: 0;
          right: 0;
          padding: 18px 34px 18px 10px;
          cursor: pointer; }
          .collection__wrapper .collection__content--left .refinements__inner .refinement__item .refinement__group--header .close-btn img {
            width: 16px;
            height: 16px; }
    .collection__wrapper .collection__content--left .refinements__footer {
      width: 100%;
      max-width: none;
      height: 95px;
      z-index: 1; }
      .collection__wrapper .collection__content--left .refinements__footer--action {
        display: block;
        border-top: 1px solid #ccc;
        padding: 20px 12px; }
        .collection__wrapper .collection__content--left .refinements__footer--action button {
          display: block;
          margin: auto;
          width: 100%;
          cursor: pointer;
          height: 40px;
          font-weight: 700;
          font-size: .75rem;
          letter-spacing: .08em;
          line-height: 40px;
          padding: 0 40px;
          border-radius: 0;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          width: 100%;
          color: #fff;
          background-color: #000;
          border: 1px solid #000; }
          .collection__wrapper .collection__content--left .refinements__footer--action button:focus {
            outline: none; }
        .collection__wrapper .collection__content--left .refinements__footer--action a {
          float: left;
          margin: 16px 0 0;
          text-decoration: underline;
          font-weight: 400;
          font-size: 12px; }
        .collection__wrapper .collection__content--left .refinements__footer--action span {
          float: right;
          margin: 16px 0 0;
          font-size: 12px; }
    .collection__wrapper .collection__content--right {
      padding: 0; } }

.collection__wrapper .collection__banner {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 3rem; }
  .collection__wrapper .collection__banner img {
    width: 50%;
    order: 2; }
  .collection__wrapper .collection__banner.coll_banner_full img {
    width: 100%; }
  .collection__wrapper .collection__banner--title {
    padding: 2rem 0.75rem;
    order: 1;
    text-align: center; }
    .collection__wrapper .collection__banner--title h1 {
      margin: 0 0 1.2rem; }
    .collection__wrapper .collection__banner--title p {
      max-width: 20rem;
      margin: 0 auto .5rem auto; }
    .collection__wrapper .collection__banner--title-detail {
      gap: 15px; }
      .collection__wrapper .collection__banner--title-detail ul {
        list-style-type: square;
        list-style-position: inside; }
        .collection__wrapper .collection__banner--title-detail ul li {
          font-size: 14px; }
  @media (min-width: 768px) {
    .collection__wrapper .collection__banner {
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      margin-top: 3rem;
      /*
			img{
				width: 50%;
				aspect-ratio:1.5;
			}
			*/ }
      .collection__wrapper .collection__banner_6 img {
        width: 60%; }
      .collection__wrapper .collection__banner_6 div {
        width: 40%; }
      .collection__wrapper .collection__banner--title {
        padding: 2.25rem 3rem;
        width: 50%; }
        .collection__wrapper .collection__banner--title p {
          max-width: none; } }
  @media (max-width: 1024px) {
    .collection__wrapper .collection__banner img {
      width: 100%; } }
  @media (max-width: 767px) {
    .collection__wrapper .collection__banner--title h2 {
      font-size: 1.5rem; } }

.multisell {
  text-align: center; }
  .multisell__count {
    text-align: center;
    margin-bottom: 1.25rem; }
  .multisell__scrolling {
    overflow: auto;
    margin: 0;
    max-width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 1.875rem; }
    .multisell__scrolling::-webkit-scrollbar {
      display: none; }
  .multisell__thumbnail {
    white-space: nowrap;
    font-size: 0;
    margin: 0;
    padding: 0; }
    .multisell__thumbnail--item {
      display: inline-block;
      width: 85px;
      padding: 0 .3125rem;
      cursor: pointer; }
      .multisell__thumbnail--item:first-child {
        margin-left: 1.25rem; }
      .multisell__thumbnail--item:hover:after, .multisell__thumbnail--item.active:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
      .multisell__thumbnail--item:after {
        padding-top: 10px;
        border-bottom: 2px solid #000;
        content: "";
        display: block;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .multisell__product {
    padding: 20px 0; }
  @media (min-width: 768px) {
    .multisell__thumbnail--item {
      width: 110px;
      padding: 0 .625rem; } }

/* layout new 1025 */
.section-banner-list {
  padding-bottom: 20px;
  padding-left: 13%;
  padding-right: 13%;
  /* Mobile: hiển thị 2.2 hình và có thể kéo ngang */ }
  .section-banner-list .banner-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Ẩn thanh cuộn trên Firefox */ }
  .section-banner-list .banner-list::-webkit-scrollbar {
    display: none;
    /* Ẩn thanh cuộn trên Chrome/Safari */ }
  .section-banner-list .banner-item {
    flex: 0 0 calc(100% / 6 - 10px);
    /* 6 hình trên desktop */
    scroll-snap-align: start;
    overflow: hidden; }
  .section-banner-list .banner-item img {
    width: 100%;
    height: auto;
    /* Giữ tỷ lệ gốc của ảnh */
    display: block;
    object-fit: contain;
    /* hoặc bỏ hoàn toàn dòng này */ }
  .section-banner-list .banner-item-title {
    text-align: left;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500; }
  @media (max-width: 767px) {
    .section-banner-list .banner-item {
      flex: 0 0 calc((100% / 2.2) - 8px); } }
