@charset "UTF-8";
/*-----------------------------------------------*/
/* HOME */
/*-----------------------------------------------*/
.section-mainslider {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .section-mainslider .swiper-container {
    height: 100%;
    width: 100%; }
  .section-mainslider .swiper-slide {
    height: 100%;
    width: 100%;
    position: relative; }
    .section-mainslider .swiper-slide .swiper-slide--inner {
      height: 100%;
      width: 100%;
      position: relative; }
  .section-mainslider .media {
    width: 100%;
    position: relative;
    overflow: hidden; }
    .section-mainslider .media img, .section-mainslider .media video {
      -o-object-fit: cover;
      object-fit: cover;
      transform: scale(1);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .section-mainslider .link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block; }
  .section-mainslider .content {
    display: flex;
    align-items: flex-end;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10% 0 0;
    position: absolute;
    z-index: 5; }
    .section-mainslider .content .tbox {
      justify-content: center;
      display: flex;
      flex-direction: column;
      position: relative;
      z-index: 5;
      width: 100%;
      background: linear-gradient(180deg, rgba(112, 112, 112, 0) 0%, rgba(10, 10, 10, 0.7) 100%);
      padding: 20px 10% 20px 20px; }
      .section-mainslider .content .tbox .title {
        color: #fff;
        font-size: 26px;
        font-weight: 200;
        margin-bottom: 16px;
        width: 100%; }
      .section-mainslider .content .tbox .text {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 40px;
        color: #fff; }
  .section-mainslider .swiper-navcontrol.st1 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff; }
  @media (min-width: 992px) {
    .section-mainslider .content {
      padding: 10% 0 0; }
      .section-mainslider .content .tbox {
        padding: 120px 10% 40px 40px; }
        .section-mainslider .content .tbox .title {
          font-size: 56px; }
        .section-mainslider .content .tbox .text {
          font-size: 18px; }
    .section-mainslider .swiper-navcontrol.st1 {
      bottom: 40px;
      right: 40px; } }

.section-exhibitions {
  padding: 40px 0; }
  .section-exhibitions .s-wrapper {
    gap: 32px; }
  .section-exhibitions .s-events--pointtime {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center; }
    .section-exhibitions .s-events--pointtime .pointtime-listing {
      display: inline-flex;
      border-radius: 8px;
      background: #F0E7D7;
      padding: 4px;
      justify-content: center;
      align-items: flex-start; }
      .section-exhibitions .s-events--pointtime .pointtime-listing a {
        display: inline-flex;
        padding: 14px 16px;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 4px;
        font-size: 14px;
        color: #78716C;
        font-weight: 300; }
        .section-exhibitions .s-events--pointtime .pointtime-listing a.active {
          color: #fff;
          font-weight: 500;
          background: #0C0A09;
          letter-spacing: -0.2px; }
    .section-exhibitions .s-events--pointtime .events-listing {
      display: flex;
      border-radius: 8px;
      background: #FAF7F2;
      padding: 4px;
      align-items: flex-start;
      overflow-x: scroll; }
      .section-exhibitions .s-events--pointtime .events-listing a {
        display: inline-flex;
        padding: 14px 16px;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 4px;
        font-size: 14px;
        color: #78716C;
        font-weight: 300;
        white-space: nowrap; }
        .section-exhibitions .s-events--pointtime .events-listing a.active {
          color: #1C1917;
          font-weight: 500;
          background: #F0E7D7;
          letter-spacing: -0.2px; }
    .section-exhibitions .s-events--pointtime .pointtime-tabcontent {
      width: 100%; }
      .section-exhibitions .s-events--pointtime .pointtime-tabcontent .tabpane {
        display: none; }
      .section-exhibitions .s-events--pointtime .pointtime-tabcontent .tabpane.active {
        display: block; }
    @media (min-width: 992px) {
      .section-exhibitions .s-events--pointtime .pointtime-listing a {
        font-size: 20px; }
      .section-exhibitions .s-events--pointtime .events-listing {
        display: inline-flex;
        justify-content: center;
        overflow: hidden; }
        .section-exhibitions .s-events--pointtime .events-listing a {
          font-size: 20px; }
      .section-exhibitions .s-events--pointtime .pointtime-tabcontent {
        width: auto; } }
  .section-exhibitions .s-events--info .tabcontent .tabpane {
    display: none; }
  .section-exhibitions .s-events--info .tabcontent .tabpane.active {
    display: block; }
  .section-exhibitions .s-events--info .box-card {
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: center;
    margin: 0 auto; }
    .section-exhibitions .s-events--info .box-card > div {
      width: 100%; }
    .section-exhibitions .s-events--info .box-card .title h2 {
      font-size: 26px;
      font-weight: 200;
      margin-bottom: 12px; }
    .section-exhibitions .s-events--info .box-card .title h4 {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 0; }
    .section-exhibitions .s-events--info .box-card .text {
      font-size: 14px;
      font-weight: 300; }
  @media (min-width: 992px) {
    .section-exhibitions .s-events--info .box-card {
      max-width: 44%; }
      .section-exhibitions .s-events--info .box-card .title h2 {
        font-size: 72px; }
      .section-exhibitions .s-events--info .box-card .title h4 {
        font-size: 32px; }
      .section-exhibitions .s-events--info .box-card .text {
        font-size: 20px; } }
  .section-exhibitions .s-events--info-author {
    background: #FAF7F2; }
    .section-exhibitions .s-events--info-author .box-card {
      display: flex;
      gap: 32px 0;
      flex-direction: column;
      /*
      .box-card--detail {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;padding: 0 20px 20px;}
      .text {
        h3 {font-size: 20px;font-weight: 200;letter-spacing: -1px;text-transform: uppercase;margin-bottom: 8px;}
        h5 {font-size: 14px;font-weight: 500;margin-bottom: 0;display: flex; align-items: center; gap: 0 6px; flex-wrap: wrap;}
        h5 span {font-size: 24px;letter-spacing: -1px;}
      }
      .action {margin-top: 30px;}
      @media (min-width: 992px) {
        flex-direction: row; align-items: center; 
        .box-card--thumb, 
        .box-card--detail {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;padding: 0px;}
        .action {margin-top: 72px;}
        .text {
          h3 {font-size: 48px;letter-spacing: -4px;}
          h5 {font-size: 32px;gap: 0 12px;}
          h5 span {font-size: 72px;}
        }
      }
      */ }
      .section-exhibitions .s-events--info-author .box-card .box-card--thumb {
        --height: 1000;
        --width: 1920;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
  .section-exhibitions .s-events--info-products {
    --sectional-grid-gap: 3px; }
    .section-exhibitions .s-events--info-products .tabcontent .tabpane {
      display: none; }
    .section-exhibitions .s-events--info-products .tabcontent .tabpane.active {
      display: block; }
    .section-exhibitions .s-events--info-products .s-control {
      display: none; }
    .section-exhibitions .s-events--info-products .s-inner {
      display: flex;
      gap: 40px;
      flex-direction: column; }
      .section-exhibitions .s-events--info-products .s-inner > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .section-exhibitions .s-events--info-products .swiper-container:not(.swiper-initialized) {
      padding-left: 16px;
      margin: 0 -16px; }
      .section-exhibitions .s-events--info-products .swiper-container:not(.swiper-initialized) .products-slide {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        gap: var(--sectional-grid-gap);
        overflow-x: scroll;
        padding-left: 16px;
        margin: 0 -16px; }
        .section-exhibitions .s-events--info-products .swiper-container:not(.swiper-initialized) .products-slide::-webkit-scrollbar {
          display: none; }
        .section-exhibitions .s-events--info-products .swiper-container:not(.swiper-initialized) .products-slide .swiper-slide {
          -webkit-flex: 0 0 76%;
          flex: 0 0 76%;
          max-width: 76%; }
    @media (min-width: 586px) {
      .section-exhibitions .s-events--info-products .swiper-container:not(.swiper-initialized) .products-slide .swiper-slide {
        -webkit-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%; } }
    @media (min-width: 786px) {
      .section-exhibitions .s-events--info-products .swiper-container:not(.swiper-initialized) .products-slide .swiper-slide {
        -webkit-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%; } }
    @media (min-width: 992px) {
      .section-exhibitions .s-events--info-products {
        --sectional-grid-gap: 10px; }
        .section-exhibitions .s-events--info-products .s-control {
          display: block; }
        .section-exhibitions .s-events--info-products .swiper-container:not(.swiper-initialized) {
          padding-left: 0px;
          margin: 0; }
          .section-exhibitions .s-events--info-products .swiper-container:not(.swiper-initialized) .products-slide {
            flex-wrap: nowrap;
            overflow: hidden;
            padding-left: 0px;
            margin: 0; }
          .section-exhibitions .s-events--info-products .swiper-container:not(.swiper-initialized) .products-slide[data-view="3"] {
            overflow: inherit; }
            .section-exhibitions .s-events--info-products .swiper-container:not(.swiper-initialized) .products-slide[data-view="3"] .swiper-slide {
              -webkit-flex: 0 0 calc((100% - (var(--sectional-grid-gap)*2)) /3);
              flex: 0 0 calc((100% - (var(--sectional-grid-gap)*2)) /3);
              max-width: calc((100% - (var(--sectional-grid-gap)*2)) /3); } }

.section-bst {
  padding: 40px 0; }
  .section-bst h2 svg {
    width: 100%; }
  .section-bst .listing-bst {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .section-bst .listing-bst .item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .section-bst .box-card {
    position: relative;
    overflow: hidden; }
    .section-bst .box-card .box-card--thumb {
      --height: 3;
      --width: 2; }
    .section-bst .box-card .box-card--detail {
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .section-bst .box-card .box-card--detail:before {
        content: '';
        transform: translateY(calc(100% - (100px + 20px + 20px)));
        bottom: 0;
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        transition: all 0.4s;
        background: linear-gradient(180deg, rgba(112, 112, 112, 0) 0%, rgba(10, 10, 10, 0.7) 100%);
        width: 100%;
        height: 100%; }
      .section-bst .box-card .box-card--detail .inner {
        text-align: center;
        padding: 100px 40px 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        transform: translateY(calc(100% - (100px + 20px + 20px)));
        bottom: 0;
        position: absolute;
        transition: all 0.4s;
        z-index: 2; }
        .section-bst .box-card .box-card--detail .inner .text {
          display: flex;
          flex-direction: column;
          gap: 10px; }
          .section-bst .box-card .box-card--detail .inner .text h3 {
            margin: 0;
            color: #FFF;
            font-size: 26px;
            letter-spacing: -1px;
            max-height: 80px; }
          .section-bst .box-card .box-card--detail .inner .text .paragraph {
            color: #FFF;
            font-size: 10px;
            font-weight: 300; }
      .section-bst .box-card .box-card--detail .frame span {
        position: absolute;
        transition: all 0.4s;
        z-index: 1;
        width: 50%;
        display: inline-flex; }
      .section-bst .box-card .box-card--detail .frame span:nth-child(1) {
        top: 0;
        left: 0;
        transform: translate(-15%, -15%); }
      .section-bst .box-card .box-card--detail .frame span:nth-child(2) {
        top: 0;
        right: 0;
        transform: translate(15%, -15%);
        justify-content: flex-end; }
      .section-bst .box-card .box-card--detail .frame span:nth-child(3) {
        bottom: 0;
        left: 0;
        transform: translate(-15%, 15%); }
      .section-bst .box-card .box-card--detail .frame span:nth-child(4) {
        bottom: 0;
        right: 0;
        transform: translate(15%, 15%);
        justify-content: flex-end; }
      .section-bst .box-card .box-card--detail .frame span svg {
        width: 100%;
        height: 100%; }
    .section-bst .box-card:hover .box-card--detail:before {
      height: 100%;
      transform: translateY(0%); }
    .section-bst .box-card:hover .box-card--detail .inner {
      height: 100%;
      transform: translateY(0%); }
    .section-bst .box-card:hover .box-card--detail .frame span {
      transform: translate(0%, 0%); }
  @media (min-width: 768px) {
    .section-bst .box-card .box-card--detail .inner {
      gap: 40px;
      transform: translateY(calc(100% - (100px + 45px + 20px))); }
      .section-bst .box-card .box-card--detail .inner .text {
        gap: 32px; }
        .section-bst .box-card .box-card--detail .inner .text .paragraph {
          font-size: 14px; }
    .section-bst .box-card .box-card--detail .frame span {
      width: auto;
      height: auto; }
    .section-bst .box-card .box-card--detail .frame span svg {
      width: auto;
      height: auto; } }
  @media (min-width: 992px) {
    .section-bst {
      padding: 80px 0 40px; }
      .section-bst .listing-bst {
        flex-direction: row; }
        .section-bst .listing-bst .item {
          -ms-flex: 0 0 calc((100% - (10px*2)) /3);
          flex: 0 0 calc((100% - (10px*2)) /3);
          max-width: calc((100% - (10px*2)) /3); }
      .section-bst .box-card .box-card--detail .inner {
        transform: translateY(calc(100% - (100px + 80px + 20px))); }
        .section-bst .box-card .box-card--detail .inner .text h3 {
          font-size: 56px;
          letter-spacing: -3px;
          max-height: 80px; }
        .section-bst .box-card .box-card--detail .inner .text .paragraph {
          font-size: 20px;
          letter-spacing: -0.2px; } }

.section-collection {
  padding: 40px 0; }
  .section-collection .s-content {
    display: flex;
    flex-direction: column;
    gap: 40px; }
  .section-collection .s-slider--main {
    position: relative; }
  .section-collection.feature-collection .s-content {
    gap: 20px; }
  .section-collection.feature-collection .s-slider--main .swiper {
    padding-left: 0;
    margin: 0; }
  .section-collection.feature-collection .s-slider--thumb .swiper-slide.swiper-slide-thumb-active .product-loop--wrap {
    background: linear-gradient(90deg, #2870FA 0%, #FF2C8F 35%, #EEB22A 70%, #11B5A4 100%); }
  .section-collection.feature-collection .products-slide[data-view="1"] {
    padding-left: 0;
    margin: 0; }
    .section-collection.feature-collection .products-slide[data-view="1"] .swiper-slide {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .section-collection.feature-collection .products-slide[data-view="6"] .swiper-slide {
    -webkit-flex: 0 0 calc((100% - (var(--sectional-grid-gap)*5)) /6);
    flex: 0 0 calc((100% - (var(--sectional-grid-gap)*5)) /6);
    max-width: calc((100% - (var(--sectional-grid-gap)*5)) /6); }
  @media (min-width: 992px) {
    .section-collection {
      padding: 80px 0; }
      .section-collection.feature-collection .s-content {
        gap: 40px; }
      .section-collection.feature-collection .s-slider--main .swiper {
        width: 60%;
        margin: auto; }
      .section-collection.feature-collection .s-slider--thumb .swiper {
        width: 32%;
        margin: auto; } }

.section-about .s-banner {
  --height: 900;
  --width: 900; }

.section-about .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  text-align: center;
  color: #fff;
  z-index: 3;
  padding: 40px 16px 40px;
  font-weight: 300; }
  .section-about .content .box {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .section-about .content h2 {
    margin-bottom: 0;
    font-weight: 200;
    letter-spacing: -2px;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    font-size: 26px; }

@media (min-width: 992px) {
  .section-about .s-banner {
    --height: 900;
    --width: 2400; }
  .section-about .content {
    width: 42%;
    padding: 40px 16px 40px;
    font-size: 20px; }
    .section-about .content h2 {
      font-size: 72px;
      letter-spacing: -5px; } }

.section-instagram {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .section-instagram {
      padding: 80px 0; } }

/*-----------------------------------------------*/
/* PRODUCT DETAIL */
/*-----------------------------------------------*/
.productdetail-layout .boxlazy-img--insert .boxlazy-img--aspect {
  padding-bottom: calc(3/4 * 100%);
  position: relative;
  overflow: hidden;
  display: block; }

.productdetail-layout .boxlazy-img--insert img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.productdetail-layout .productdetail-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0px; }

.productdetail-layout .productdetail-head {
  padding: 40px 0 0;
  background: #FAF7F2;
  display: flex;
  flex-direction: column;
  gap: 40px; }
  .productdetail-layout .productdetail-head > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .productdetail-layout .productdetail-head .productdetail-main {
    display: flex;
    flex-direction: column;
    gap: 20px 30px; }
    .productdetail-layout .productdetail-head .productdetail-main > div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .productdetail-layout .productdetail-head .productdetail-main .productdetail-media {
      position: relative; }
    .productdetail-layout .productdetail-head .productdetail-main .gallery-container {
      display: flex;
      flex-direction: column;
      gap: 12px;
      position: relative; }
      .productdetail-layout .productdetail-head .productdetail-main .gallery-container > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-main {
        width: 100%;
        position: relative;
        overflow: hidden; }
        .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-main .swiper:not(.swiper-initialized) .swiper-slide {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; }
      .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs {
        width: 100%;
        position: relative;
        overflow: hidden; }
        .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs .swiper .swiper-wrapper {
          gap: 10px; }
        .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs .swiper .swiper-slide {
          -webkit-flex: 0 0 calc((100% - (10px*3)) / 4);
          flex: 0 0 calc((100% - (10px*3)) / 4);
          max-width: calc((100% - (10px*3)) / 4); }
        .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs .swiper-slide .product-thumb {
          padding: 1px;
          background: linear-gradient(180deg, rgba(112, 112, 112, 0) 0%, rgba(10, 10, 10, 0.5) 100%); }
        .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs .swiper-slide-thumb-active {
          opacity: 1; }
          .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs .swiper-slide-thumb-active .product-thumb {
            background: linear-gradient(90deg, #2870FA 0%, #FF2C8F 35%, #EEB22A 70%, #11B5A4 100%); }
    .productdetail-layout .productdetail-head .productdetail-main .productdetail-info {
      display: flex;
      flex-direction: column;
      gap: 20px; }
    .productdetail-layout .productdetail-head .productdetail-main .swiper-button {
      position: absolute;
      top: 50%;
      z-index: 12;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 40px;
      width: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #1C1917;
      cursor: pointer; }
      .productdetail-layout .productdetail-head .productdetail-main .swiper-button.swiper-prev {
        left: 0; }
      .productdetail-layout .productdetail-head .productdetail-main .swiper-button.swiper-next {
        right: 0; }
    .productdetail-layout .productdetail-head .productdetail-main .btn-wishlist {
      position: absolute;
      top: 16px;
      right: 21px;
      z-index: 2;
      border-radius: 8px;
      background: rgba(240, 231, 215, 0.5);
      backdrop-filter: blur(4px);
      padding: 0;
      border: none;
      width: 44px;
      height: 44px; }
      .productdetail-layout .productdetail-head .productdetail-main .btn-wishlist.added svg {
        fill: #1C1917; }
    .productdetail-layout .productdetail-head .productdetail-main .wrapbox-image.no-gallery img {
      width: 100%; }
    .productdetail-layout .productdetail-head .productdetail-main .wrapbox-image .product-gallery {
      padding-bottom: calc(3/4 * 100%);
      position: relative;
      overflow: hidden; }
      .productdetail-layout .productdetail-head .productdetail-main .wrapbox-image .product-gallery img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .productdetail-layout .productdetail-head .prd-info--line {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .productdetail-layout .productdetail-head .prd-info--tags .listing-tags {
    display: flex;
    gap: 17px;
    align-items: center;
    flex-wrap: wrap; }
    .productdetail-layout .productdetail-head .prd-info--tags .listing-tags span {
      display: inline-flex;
      padding: 3px 10px;
      justify-content: center;
      align-items: center;
      border-radius: 100px;
      background: #F3F3F3;
      width: max-content;
      font-size: 11px;
      font-weight: 400;
      letter-spacing: 0.6px; }
    .productdetail-layout .productdetail-head .prd-info--tags .listing-tags span.tag-trending {
      color: #2D2A2C;
      background: #C8FF85; }
    .productdetail-layout .productdetail-head .prd-info--tags .listing-tags span.tag-bestseller {
      color: #fff;
      background: #000; }
  .productdetail-layout .productdetail-head .prd-info--heading .prd-info--title {
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    font-family: var(--skin-layout-special-font); }
  .productdetail-layout .productdetail-head .prd-info--heading .prd-info--vendor a {
    color: #44403C;
    font-weight: 500;
    letter-spacing: -0.2px;
    text-decoration: underline;
    text-underline-offset: 30%;
    text-transform: uppercase; }
  .productdetail-layout .productdetail-head .prd-info--prices {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .productdetail-layout .productdetail-head .prd-info--prices .prd-price {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 12px;
      align-items: center; }
      .productdetail-layout .productdetail-head .prd-info--prices .prd-price .price-current {
        display: flex;
        align-items: flex-end;
        gap: 12px; }
      .productdetail-layout .productdetail-head .prd-info--prices .prd-price .price {
        font-size: 18px;
        color: #1C1917;
        font-family: var(--skin-layout-special-font);
        font-style: italic;
        font-weight: 400;
        letter-spacing: -0.5px; }
      .productdetail-layout .productdetail-head .prd-info--prices .prd-price .price-compare {
        font-size: 14px;
        font-weight: 300;
        color: #1C1917;
        color: #78716C;
        letter-spacing: -0.2px; }
      .productdetail-layout .productdetail-head .prd-info--prices .prd-price .price-percent {
        font-size: 13px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        font-weight: 500;
        color: #fff;
        border-radius: 2px;
        padding: 3px 10px;
        background: #EEB22A;
        text-align: center;
        letter-spacing: -0.1px; }
    .productdetail-layout .productdetail-head .prd-info--prices .prd-deposit {
      color: #44403C;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: -0.1px; }
      .productdetail-layout .productdetail-head .prd-info--prices .prd-deposit > div {
        border-radius: 2px;
        background: #F0E7D7;
        padding: 8px 12px; }
  .productdetail-layout .productdetail-head .prd-info--variants .select-swatch {
    display: flex;
    flex-direction: column;
    gap: 15px; }
    .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch {
      display: flex;
      flex-direction: column;
      gap: 15px; }
      .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch input {
        display: none; }
      .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .swatch-element.no-img--loading label {
        background: #f6f6f6 !important;
        border: none !important;
        padding: 0 !important; }
      .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .swatch-header > span.title {
        display: flex;
        gap: 8px;
        align-items: center; }
      .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .swatch-header.size {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        gap: 16px;
        justify-content: flex-start; }
        .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap .swatch-element label {
          cursor: pointer;
          margin: 0; }
        .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap .swatch-element label.soldout {
          pointer-events: none; }
        .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--color .swatch-element {
          -ms-flex-align: center;
          align-items: center;
          border-radius: 100%;
          display: -ms-flexbox;
          display: flex;
          height: 30px;
          width: 30px;
          position: relative; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--color .swatch-element span {
            height: 22px;
            width: 22px;
            border-radius: 100%; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--color .swatch-element label {
            position: relative;
            display: flex;
            height: 30px;
            width: 30px;
            border-radius: 100%;
            left: 0px;
            top: 0px;
            position: absolute;
            display: flex;
            overflow: hidden;
            font-size: 0;
            padding: 3px;
            border: 1px solid #CFCFCF;
            background: rgba(243, 243, 243, 0.5);
            background-image: none !important; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--color .swatch-element label.sd {
            border: 1px solid #000000; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--color .swatch-element label.unavai {
            box-shadow: none;
            overflow: hidden; }
            .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--color .swatch-element label.unavai:before {
              content: ' ';
              display: block;
              height: 100%;
              left: 0;
              margin: 0;
              position: absolute;
              top: 0;
              width: 100%;
              background: linear-gradient(to top left, transparent calc(50% - 1px), #e5e7eb, transparent calc(50% + 1px)); }
        .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--size .swatch-element {
          height: 38px;
          min-width: 38px; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--size .swatch-element label {
            font-size: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            padding: 0 4px;
            border-radius: 0px;
            background: #fff;
            border: 1px solid #000;
            box-shadow: unset;
            position: relative;
            overflow: hidden; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--size .swatch-element:hover label:not(.soldout) {
            background-color: #000;
            border-color: #000;
            color: #fff; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--size .swatch-element label.sd {
            background-color: #000;
            border-color: #000;
            color: #fff; }
          .productdetail-layout .productdetail-head .prd-info--variants .select-swatch .swatch .select-swap.select-swap--size .swatch-element label.soldout:before {
            content: ' ';
            display: block;
            height: calc(100% - 2px);
            left: 1px;
            margin: 0;
            position: absolute;
            top: 1px;
            width: calc(100% - 2px);
            background: linear-gradient(to top left, transparent calc(50% - 1px), #e5e7eb, transparent calc(50% + 1px)); }
  .productdetail-layout .productdetail-head .prd-info--variants .prd-variant-selector-error {
    color: #F44336;
    font-weight: 500;
    margin-top: 10px;
    font-size: 0.875rem; }
  .productdetail-layout .productdetail-head .prd-info--variants .btn-sizeguide {
    text-decoration: underline;
    font-size: 0.875rem; }
  .productdetail-layout .productdetail-head .prd-info--shortdesc {
    border-top: 1px solid #F0E7D7;
    border-bottom: 1px solid #F0E7D7;
    background: #FAF7F2;
    padding: 16px 0; }
    .productdetail-layout .productdetail-head .prd-info--shortdesc h4 {
      color: #1C1917;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: -0.2px;
      margin-bottom: 12px; }
    .productdetail-layout .productdetail-head .prd-info--shortdesc .text {
      font-size: 16px;
      font-weight: 300;
      color: #44403C;
      letter-spacing: -0.2px; }
    .productdetail-layout .productdetail-head .prd-info--shortdesc .text ul {
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding-left: 20px; }
      .productdetail-layout .productdetail-head .prd-info--shortdesc .text ul li {
        padding-left: 20px;
        position: relative; }
      .productdetail-layout .productdetail-head .prd-info--shortdesc .text ul li:before {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background: #44403C;
        display: inline-block;
        position: absolute;
        top: 10px;
        left: 0; }
  .productdetail-layout .productdetail-head .prd-info--actions {
    display: flex;
    gap: 8px;
    flex-direction: column; }
    .productdetail-layout .productdetail-head .prd-info--actions .prd-controls {
      display: flex;
      gap: 8px;
      flex-direction: column;
      width: 100%; }
      .productdetail-layout .productdetail-head .prd-info--actions .prd-controls button {
        width: 100%; }
    .productdetail-layout .productdetail-head .prd-info--actions .add-cart:not(.disabled):hover {
      background-color: #262626;
      border-color: #262626;
      color: #ffffff; }
    .productdetail-layout .productdetail-head .prd-info--actions .add-cart.disabled {
      background: #E7E7E7;
      border-color: #E7E7E7;
      color: #8C8C8C;
      cursor: not-allowed; }
      .productdetail-layout .productdetail-head .prd-info--actions .add-cart.disabled svg path {
        stroke: #8C8C8C; }
    .productdetail-layout .productdetail-head .prd-info--actions .add-cart.btnred {
      background: #c60a00;
      border-color: #c60a00;
      color: #fff; }
    .productdetail-layout .productdetail-head .prd-info--actions .add-cart.loading {
      background-color: #262626;
      position: relative;
      border-color: #262626; }
      .productdetail-layout .productdetail-head .prd-info--actions .add-cart.loading:before {
        content: "";
        animation: load .8s linear 0s infinite;
        border: 2px solid transparent;
        border-left: 2px solid #fff;
        border-radius: 50%;
        border-top: 2px solid #fff;
        height: 20px;
        left: 50%;
        margin: 0;
        position: absolute;
        top: 25%;
        width: 20px;
        z-index: 2; }
      .productdetail-layout .productdetail-head .prd-info--actions .add-cart.loading:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #262626;
        z-index: 1; }
      .productdetail-layout .productdetail-head .prd-info--actions .add-cart.loading:hover {
        background-color: #ffcad4;
        border-color: #ffcad4; }
      .productdetail-layout .productdetail-head .prd-info--actions .add-cart.loading span {
        display: none; }
    .productdetail-layout .productdetail-head .prd-info--actions .prd-quantity {
      display: flex;
      gap: 13px;
      align-items: center; }
      .productdetail-layout .productdetail-head .prd-info--actions .prd-quantity > span {
        color: #6B7280;
        display: none; }
      .productdetail-layout .productdetail-head .prd-info--actions .prd-quantity .prd-quantity--wrapper {
        display: inline-flex;
        border-radius: 100px;
        border: 1px solid #2D2A2C; }
        .productdetail-layout .productdetail-head .prd-info--actions .prd-quantity .prd-quantity--wrapper button {
          height: 38px;
          width: 36px;
          border: none;
          background: none;
          outline: none; }
          .productdetail-layout .productdetail-head .prd-info--actions .prd-quantity .prd-quantity--wrapper button svg {
            width: 20px;
            height: 20px; }
          .productdetail-layout .productdetail-head .prd-info--actions .prd-quantity .prd-quantity--wrapper button.disabled {
            opacity: 0.4; }
        .productdetail-layout .productdetail-head .prd-info--actions .prd-quantity .prd-quantity--wrapper input {
          outline: none;
          border: none;
          text-align: center;
          font-weight: 700;
          width: 60px;
          background: transparent; }
    @media (min-width: 992px) {
      .productdetail-layout .productdetail-head .prd-info--actions {
        flex-direction: row;
        align-items: center; }
        .productdetail-layout .productdetail-head .prd-info--actions .prd-controls {
          flex-direction: row; }
          .productdetail-layout .productdetail-head .prd-info--actions .prd-controls button {
            width: 100%; } }
  .productdetail-layout .productdetail-head .prd-info--bot {
    gap: 16px; }
  .productdetail-layout .productdetail-head .prd-info--meta {
    display: flex;
    gap: 16px; }
    .productdetail-layout .productdetail-head .prd-info--meta .title {
      color: #44403C;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: -0.2px;
      white-space: nowrap; }
    .productdetail-layout .productdetail-head .prd-info--meta .detail {
      color: #44403C;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: -0.2px; }
    .productdetail-layout .productdetail-head .prd-info--meta .text-under {
      text-decoration: underline;
      text-underline-offset: 30%; }
    .productdetail-layout .productdetail-head .prd-info--meta .listing-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center; }
    .productdetail-layout .productdetail-head .prd-info--meta.prd-info--tags-other .title {
      margin: 3px 0; }
    .productdetail-layout .productdetail-head .prd-info--meta.prd-info--tags-other .listing-tags span {
      display: inline-flex;
      min-height: 28px;
      padding: 6px 10px;
      align-items: center;
      border-radius: 2px;
      background: #F0E7D7;
      font-size: 13px; }
  .productdetail-layout .productdetail-head .productdetail-desc {
    padding: 40px 0;
    background: #fff; }
    .productdetail-layout .productdetail-head .productdetail-desc .description-title h2 {
      color: #1C1917;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: -0.2px;
      margin-bottom: 20px; }
    .productdetail-layout .productdetail-head .productdetail-desc .description-inner {
      position: relative;
      overflow: hidden; }
    .productdetail-layout .productdetail-head .productdetail-desc .description-content img {
      width: auto !important;
      height: auto !important; }
    .productdetail-layout .productdetail-head .productdetail-desc .description-content table {
      min-width: initial !important; }
    .productdetail-layout .productdetail-head .productdetail-desc .description-content .detail--expandable .expandable--trigger {
      text-align: center; }
      .productdetail-layout .productdetail-head .productdetail-desc .description-content .detail--expandable .expandable--trigger .btn-toggle {
        color: #44403C;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: -0.2px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0;
        background: none;
        border: none;
        outline: none; }
        .productdetail-layout .productdetail-head .productdetail-desc .description-content .detail--expandable .expandable--trigger .btn-toggle span {
          text-decoration: underline;
          text-underline-offset: 30%; }
      .productdetail-layout .productdetail-head .productdetail-desc .description-content .detail--expandable .expandable--trigger .btn-hidemore {
        visibility: hidden;
        opacity: 0; }
    .productdetail-layout .productdetail-head .productdetail-desc .description-content .detail--expandable .expandable--inner {
      position: relative;
      overflow: hidden;
      margin-bottom: 35px; }
      .productdetail-layout .productdetail-head .productdetail-desc .description-content .detail--expandable .expandable--inner * {
        max-width: 100% !important; }
      .productdetail-layout .productdetail-head .productdetail-desc .description-content .detail--expandable .expandable--inner ul {
        list-style: initial;
        padding-left: 20px; }
      .productdetail-layout .productdetail-head .productdetail-desc .description-content .detail--expandable .expandable--inner ol {
        list-style-type: decimal;
        padding-left: 20px; }
      .productdetail-layout .productdetail-head .productdetail-desc .description-content .detail--expandable .expandable--inner ul ul {
        list-style-type: circle; }
      .productdetail-layout .productdetail-head .productdetail-desc .description-content .detail--expandable .expandable--inner ul ul ul {
        list-style-type: square; }
      .productdetail-layout .productdetail-head .productdetail-desc .description-content .detail--expandable .expandable--inner > hr:last-child {
        display: none; }
      .productdetail-layout .productdetail-head .productdetail-desc .description-content .detail--expandable .expandable--inner a {
        color: #007bff; }
        .productdetail-layout .productdetail-head .productdetail-desc .description-content .detail--expandable .expandable--inner a:hover {
          color: #000; }
      .productdetail-layout .productdetail-head .productdetail-desc .description-content .detail--expandable .expandable--inner.opened {
        height: 300px;
        margin-bottom: 0; }
        .productdetail-layout .productdetail-head .productdetail-desc .description-content .detail--expandable .expandable--inner.opened:after {
          display: block; }
      .productdetail-layout .productdetail-head .productdetail-desc .description-content .detail--expandable .expandable--inner.expanded + .expandable--trigger {
        display: block; }
  @media (min-width: 992px) {
    .productdetail-layout .productdetail-head {
      padding: 48px 0 0; }
      .productdetail-layout .productdetail-head .productdetail-main {
        flex-direction: row; }
        .productdetail-layout .productdetail-head .productdetail-main .productdetail-media {
          -ms-flex: 0 0 60%;
          flex: 0 0 60%;
          max-width: 60%; }
        .productdetail-layout .productdetail-head .productdetail-main .productdetail-info {
          -ms-flex: 0 0 calc(40% - 30px);
          flex: 0 0 calc(40% - 30px);
          max-width: calc(40% - 30px); }
      .productdetail-layout .productdetail-head .productdetail-desc {
        padding: 80px 0; }
      .productdetail-layout .productdetail-head .prd-info--heading .prd-info--title {
        font-size: 40px;
        letter-spacing: -1.5px; }
      .productdetail-layout .productdetail-head .prd-info--heading .prd-info--vendor a {
        font-size: 18px; }
      .productdetail-layout .productdetail-head .prd-info--prices .prd-price .price {
        font-size: 24px; }
      .productdetail-layout .productdetail-head .prd-info--prices .prd-price .price-compare {
        font-size: 16px;
        line-height: 2; } }
  @media (min-width: 1170px) {
    .productdetail-layout .productdetail-head .productdetail-main .productdetail-media {
      -ms-flex: 0 0 65%;
      flex: 0 0 65%;
      max-width: 65%; }
    .productdetail-layout .productdetail-head .productdetail-main .productdetail-info {
      -ms-flex: 0 0 calc(35% - 30px);
      flex: 0 0 calc(35% - 30px);
      max-width: calc(35% - 30px); }
    .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      padding: 32px;
      background: linear-gradient(180deg, rgba(112, 112, 112, 0) 0%, rgba(10, 10, 10, 0.5) 100%); }
      .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs .swiper {
        width: 32%;
        margin: auto; }
    .productdetail-layout .productdetail-head .productdetail-main .swiper-button.swiper-prev {
      left: 32px; }
    .productdetail-layout .productdetail-head .productdetail-main .swiper-button.swiper-next {
      right: 32px; } }
  @media (min-width: 1240px) {
    .productdetail-layout .productdetail-head .productdetail-main .gallery-container {
      overflow: hidden; }
      .productdetail-layout .productdetail-head .productdetail-main .gallery-container .gallery-thumbs {
        transition: all 0.4s;
        transform: translateY(100%); }
      .productdetail-layout .productdetail-head .productdetail-main .gallery-container:hover .gallery-thumbs {
        transform: translateY(0%); } }

/*-----------------------------------------------*/
/* PDP - NEW */
/*-----------------------------------------------*/
.pdp {
  background: #ffffff; }

.pdp__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px 16px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px; }
  @media (min-width: 992px) {
    .pdp__inner {
      padding: 0px 80px 0;
      flex-direction: row;
      align-items: flex-start;
      gap: 0; } }

@media (max-width: 991px) {
  .pdp__inner {
    flex-wrap: wrap; }
  .pdp__inner > .pdp__left {
    display: contents; }
  .pdp__inner > .pdp__left > .pdp__gallery {
    order: 1;
    width: 100%; }
  .pdp__inner > .pdp__info {
    order: 2;
    width: 100%; }
  .pdp__inner > .pdp__left > .pdp__description {
    order: 3;
    width: 100%; } }

@media (min-width: 992px) {
  .pdp__left {
    width: 630px;
    flex-shrink: 0;
    padding-bottom: 64px; } }

.pdp__gallery {
  width: 100%; }
  @media (min-width: 992px) {
    .pdp__gallery {
      width: 630px; } }

.pdp__gallery-main {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #fff; }

.pdp__gallery-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  aspect-ratio: 1/1; }

.pdp__gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 1px solid #ededed;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  color: #333; }
  .pdp__gallery-arrow--prev {
    left: 24px; }
  .pdp__gallery-arrow--next {
    right: 24px; }
  .pdp__gallery-arrow:hover {
    background: #fff; }

.pdp__gallery-thumbs {
  margin-top: 16px; }
  .pdp__gallery-thumbs .swiper-slide {
    width: 150px !important;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    background: #fff; }
    .pdp__gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
      border-color: #93817c; }
    .pdp__gallery-thumbs .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.pdp__info {
  display: flex;
  flex-direction: column;
  gap: 32px; }
  @media (min-width: 992px) {
    .pdp__info {
      padding-left: 80px;
      flex: 1;
      position: sticky;
      top: 120px;
      align-self: flex-start;
      padding-bottom: 64px; } }

.pdp__description {
  padding: 40px 0 0;
  border-top: 1px solid #ededed;
  margin-top: 24px; }
  @media (min-width: 992px) {
    .pdp__description {
      margin-top: 48px; } }

.pdp__title {
  font-family: var(--skin-layout-text-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #333;
  margin: 0; }
  @media (min-width: 992px) {
    .pdp__title {
      font-size: 24px; } }

.pdp__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px; }

.pdp__meta-row {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px; }

.pdp__meta-label {
  font-weight: 400;
  color: #333; }

.pdp__meta-value {
  font-family: var(--skin-layout-title-font);
  font-weight: 700;
  color: #333; }
  .pdp__meta-value--instock {
    color: #bac5af; }
  .pdp__meta-value--outstock {
    color: #ef4444; }
  .pdp__meta-value--sku {
    font-size: 14px; }

.pdp__price-block {
  display: flex;
  flex-direction: column;
  gap: 12px; }

.pdp__price-row {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap; }

.pdp__price-label {
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333; }

.pdp__price {
  font-family: var(--skin-layout-text-font);
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.3px;
  color: #93817c; }

.pdp__price-compare {
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 400;
  color: #bbb; }

/* Coupon */
.pdp__coupon-row {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap; }

.pdp__coupon-label {
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
  white-space: nowrap; }

.pdp__coupon-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f5d7d0;
  border-radius: 9999px;
  padding: 4px 4px 4px 12px; }

.pdp__coupon-code {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #173963; }

.pdp__coupon-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  border-radius: 9999px;
  background: #93817c;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; }
  .pdp__coupon-copy:hover {
    background: #7a6b67; }

/* Variants */
.pdp__variants {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.pdp__swatch {
  display: flex;
  flex-direction: column;
  gap: 12px; }

.pdp__swatch-header {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333; }

.pdp__swatch-title {
  font-weight: 400; }

.pdp__swatch-selected {
  font-weight: 700; }

.pdp__swatch-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center; }

.pdp__swatch-item {
  position: relative; }
  .pdp__swatch-item .pdp__swatch-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0; }

.pdp__swatch-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 36px;
  padding: 8px;
  border: 1px solid #333;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: background 0.15s; }
  .pdp__swatch-label:hover {
    background: #f5f5f5; }

.pdp__swatch-input:checked + .pdp__swatch-label {
  background: #333;
  color: #fff; }

.pdp__swatch-item.is-soldout .pdp__swatch-label {
  opacity: 0.2; }

.pdp__swatch-label--color {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 0;
  border: 2px solid transparent;
  padding: 0;
  overflow: hidden;
  background: none; }
  .pdp__swatch-label--color span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    font-size: 0;
    color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.pdp__swatch-input:checked + .pdp__swatch-label--color {
  border-color: #93817c;
  background: none;
  color: transparent;
  padding: 5px;
  border-radius: 50px; }

.pdp__swatch--color .pdp__swatch-list {
  gap: 16px; }

.pdp__size-guide {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #93817c;
  text-decoration: underline;
  text-underline-offset: 3px; }
  .pdp__size-guide:hover {
    color: #6b5f5b; }

.pdp__qty-row {
  display: flex;
  gap: 8px;
  align-items: center; }

.pdp__qty-label {
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333; }

.pdp__qty {
  display: flex;
  align-items: stretch;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5); }

.pdp__qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #ededed;
  background: none;
  cursor: pointer;
  color: #333; }
  .pdp__qty-btn:first-child {
    border-radius: 8px 0 0 8px; }
  .pdp__qty-btn:last-child {
    border-radius: 0 8px 8px 0; }
  .pdp__qty-btn:hover {
    background: #f5f5f5; }

.pdp__qty-input {
  width: 64px;
  height: 48px;
  border: none;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background: none;
  text-align: center;
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 600;
  color: #333;
  outline: none;
  -moz-appearance: textfield; }
  .pdp__qty-input::-webkit-inner-spin-button, .pdp__qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none; }

.pdp__actions {
  display: flex;
  gap: 20px; }

.pdp__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-radius: 9999px;
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2px;
  cursor: pointer;
  transition: opacity 0.2s; }
  .pdp__btn:hover {
    opacity: 0.85; }
  .pdp__btn--outline {
    background: #fff;
    color: #333;
    border: 1px solid #333; }
  .pdp__btn--primary {
    background: #333;
    color: #fff;
    border: 1px solid #333; }

.pdp__promo-box {
  border: 1px dashed #93817c;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px; }

.pdp__promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #93817c;
  color: #fff;
  padding: 6px 8px;
  border-radius: 4px;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  width: fit-content; }
  .pdp__promo-badge svg {
    width: 20px;
    height: 20px; }

.pdp__promo-list {
  list-style: disc;
  padding-left: 21px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333; }
  .pdp__promo-list strong {
    font-weight: 700; }

.pdp__description {
  padding: 40px 0 0;
  border-top: 1px solid #ededed;
  margin-top: 48px; }

.pdp__desc-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px; }

.pdp__desc-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 8px;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.2px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  background: #fffaf8;
  color: #333;
  border: 1px solid #93817c; }
  @media (min-width: 992px) {
    .pdp__desc-tab {
      font-size: 16px; } }
  .pdp__desc-tab.is-active {
    background: #93817c;
    color: #fff;
    border-color: #93817c; }
  .pdp__desc-tab:hover:not(.is-active) {
    background: #f7ede9; }

.pdp__desc-panel {
  display: none; }
  .pdp__desc-panel.is-active {
    display: block; }

.pdp__desc-content {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333; }

.pdp__features-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px; }

.pdp__features-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  line-height: 22px;
  color: #333; }

.pdp__features-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7ede9;
  border-radius: 50%;
  color: #93817c; }
  .pdp__features-icon svg {
    width: 12px;
    height: 12px; }

.pdp__desc-section {
  margin-bottom: 20px; }
  .pdp__desc-section:last-child {
    margin-bottom: 0; }

.pdp__desc-heading {
  font-family: var(--skin-layout-text-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: #93817c;
  margin: 0 0 8px; }

/* Related products */
.section-pdp-related {
  background: #f2f2f5;
  padding: 48px 0 0; }
  @media (min-width: 992px) {
    .section-pdp-related {
      padding: 64px 0 0; } }

.pdp-related__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px; }
  @media (min-width: 992px) {
    .pdp-related__inner {
      padding: 0 80px; } }

.pdp-related__title {
  font-family: var(--skin-layout-title-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #333;
  margin: 0;
  text-align: center; }
  @media (min-width: 992px) {
    .pdp-related__title {
      font-size: 40px;
      line-height: 48px; } }

.pdp-related__slider-wrap {
  position: relative;
  width: 100%; }

.pdp-related__swiper {
  width: 100%;
  overflow: hidden; }
  .pdp-related__swiper .swiper-slide {
    width: 240px;
    height: auto;
    flex-shrink: 0; }

.pdp-related__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: none; }
  @media (min-width: 992px) {
    .pdp-related__arrow {
      display: flex; } }
  .pdp-related__arrow--prev {
    left: -20px; }
  .pdp-related__arrow--next {
    right: -20px; }

/* Recently viewed */
.section-pdp-recently {
  background: #f2f2f5;
  padding: 48px 0; }
  @media (min-width: 992px) {
    .section-pdp-recently {
      padding: 64px 0; } }

.pdp-recently__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px; }
  @media (min-width: 992px) {
    .pdp-recently__inner {
      padding: 0 80px; } }

.pdp-recently__title {
  font-family: var(--skin-layout-title-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #333;
  margin: 0;
  text-align: center; }
  @media (min-width: 992px) {
    .pdp-recently__title {
      font-size: 40px;
      line-height: 48px; } }

.pdp-recently__slider-wrap {
  position: relative;
  width: 100%; }

.pdp-recently__swiper {
  width: 100%;
  overflow: hidden; }
  .pdp-recently__swiper .swiper-slide {
    width: 240px;
    height: auto;
    flex-shrink: 0; }

.pdp-recently__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: none; }
  @media (min-width: 992px) {
    .pdp-recently__arrow {
      display: flex; } }
  .pdp-recently__arrow--prev {
    left: -20px; }
  .pdp-recently__arrow--next {
    right: -20px; }

/* Size guide popup */
.pdp-size-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center; }
  .pdp-size-popup.is-open {
    display: flex; }

.pdp-size-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px); }

.pdp-size-popup__content {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15); }
  .pdp-size-popup__content img {
    display: block;
    max-width: 100%;
    max-height: 85vh;
    height: auto; }

.pdp-size-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333; }
  .pdp-size-popup__close:hover {
    background: #fff; }

/*-----------------------------------------------*/
/* CART PAGE */
/*-----------------------------------------------*/
/* Gift milestones — styles moved to gift_milestones.scss.liquid */
.cart-page {
  background: #f2f2f5; }

.cart-page__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px 16px 0; }
  @media (min-width: 992px) {
    .cart-page__inner {
      padding: 32px 80px 0; } }

.cart-page__title {
  font-family: var(--skin-layout-text-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  color: #333;
  margin: 0 0 24px; }
  @media (min-width: 992px) {
    .cart-page__title {
      font-size: 24px;
      margin: 0 0 32px; } }

.cart-page__content {
  display: flex;
  flex-direction: column;
  gap: 32px; }
  @media (min-width: 992px) {
    .cart-page__content {
      flex-direction: row;
      gap: 20px;
      align-items: flex-start; } }

.cart-page__left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .cart-page__left #cartformpage {
    display: contents; }

.cart-page__right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  @media (min-width: 992px) {
    .cart-page__right {
      width: 413px;
      flex-shrink: 0;
      position: sticky;
      top: 120px;
      padding-bottom: 0; } }

.cart-page__agree {
  display: flex;
  align-items: flex-start;
  gap: 8px; }

.cart-page__agree-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #0ba5ec; }

.cart-page__agree-check {
  display: none; }

.cart-page__agree-box {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border: 1px solid #bbb;
  border-radius: 2px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s; }

.cart-page__agree-check:checked ~ .cart-page__agree-box {
  background: #2e90fa;
  border-color: #2e90fa; }
  .cart-page__agree-check:checked ~ .cart-page__agree-box::after {
    content: '';
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    margin-top: -2px; }

.cart-page__agree-text {
  flex: 1; }
  .cart-page__agree-text a {
    color: #333;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px; }

.cart-page__order-summary {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px; }

.cart-page__order-row {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.cart-page__order-label {
  display: flex;
  gap: 4px;
  align-items: center;
  color: #333;
  white-space: nowrap; }

.cart-page__order-label-title {
  font-family: var(--skin-layout-title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.2px; }

.cart-page__order-count {
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
  letter-spacing: -0.2px; }

.cart-page__order-total {
  font-family: var(--skin-layout-text-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #93817c;
  letter-spacing: -0.2px;
  white-space: nowrap; }

.cart-page__checkout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  border-radius: 9999px;
  background: #333;
  color: #fff;
  text-decoration: none;
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s; }
  .cart-page__checkout-btn:hover {
    opacity: 0.85;
    color: #fff; }

.cart-page__invoice {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px; }

.cart-page__invoice-header {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer; }

.cart-page__invoice-check-box {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border: 1px solid #2e90fa;
  border-radius: 2px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s; }

.cart-page__invoice.is-open .cart-page__invoice-check-box {
  background: #2e90fa;
  border-color: #2e90fa; }
  .cart-page__invoice.is-open .cart-page__invoice-check-box::after {
    content: '';
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    margin-top: -2px; }

.cart-page__invoice-title {
  font-family: var(--skin-layout-title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #333;
  letter-spacing: -0.2px; }

.cart-page__invoice-hint {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #494948;
  margin: 0;
  padding-left: 24px; }

.cart-page__invoice-body {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.cart-page__invoice-input {
  width: 100%;
  height: 36px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  border-radius: 9999px;
  padding: 8px 16px;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  letter-spacing: -0.2px;
  outline: none; }
  .cart-page__invoice-input::placeholder {
    color: #333; }
  .cart-page__invoice-input:focus {
    border-color: #ededed; }

.cart-page__invoice-save {
  width: 100%;
  height: 40px;
  border-radius: 9999px;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 24px;
  transition: opacity 0.2s; }
  .cart-page__invoice-save:hover {
    opacity: 0.85; }
  .cart-page__invoice-save:disabled {
    opacity: 0.6;
    cursor: default; }

.cart-page__coupons {
  background: rgba(255, 255, 255, 0.3);
  border: 1px dashed #93817c;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px; }

.cart-page__coupons-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #93817c;
  color: #fff;
  border-radius: 4px;
  padding: 6px 8px;
  align-self: flex-start;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; }
  .cart-page__coupons-badge svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0; }

.cart-page__coupon-card {
  display: flex;
  align-items: stretch;
  border-radius: 12px;
  overflow: hidden; }

.cart-page__coupon-icon {
  width: 64px;
  flex-shrink: 0;
  background: #333;
  border-radius: 12px 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch; }
  .cart-page__coupon-icon svg {
    width: 32px;
    height: 32px; }
  @media (min-width: 992px) {
    .cart-page__coupon-icon {
      width: 80px; }
      .cart-page__coupon-icon svg {
        width: 40px;
        height: 40px; } }

.cart-page__coupon-body {
  flex: 1;
  min-width: 0;
  background: #f7dfd9;
  border: 1px solid #333;
  border-left: none;
  border-radius: 0 12px 12px 0;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.cart-page__coupon-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.cart-page__coupon-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0; }

.cart-page__coupon-title {
  font-family: var(--skin-layout-text-font);
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: #333;
  letter-spacing: -0.2px; }
  @media (min-width: 992px) {
    .cart-page__coupon-title {
      font-size: 18px;
      line-height: 28px; } }

.cart-page__coupon-desc {
  font-family: var(--skin-layout-text-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #333; }

.cart-page__coupon-detail-btn {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #333; }

.cart-page__coupon-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px; }

.cart-page__coupon-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: var(--skin-layout-text-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #333; }

.cart-page__coupon-save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  border-radius: 9999px;
  background: #93817c;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  transition: opacity 0.2s; }
  .cart-page__coupon-save:hover {
    opacity: 0.85; }
  .cart-page__coupon-save.is-saved {
    background: #6b6b6b; }

.cart-page__summary-bar {
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  font-family: var(--skin-layout-text-font);
  font-size: 13px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px; }
  .cart-page__summary-bar strong {
    font-family: var(--skin-layout-title-font);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.2px; }
  @media (min-width: 992px) {
    .cart-page__summary-bar {
      padding: 20px;
      font-size: 14px; }
      .cart-page__summary-bar strong {
        font-size: 16px; } }

.cart-page__clear-selected {
  font-family: var(--skin-layout-title-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #333;
  text-decoration: none;
  letter-spacing: -0.2px;
  white-space: nowrap;
  flex-shrink: 0; }
  .cart-page__clear-selected:hover {
    color: #93817c; }
  @media (min-width: 992px) {
    .cart-page__clear-selected {
      font-size: 16px; } }

.cart-page__items-section {
  display: flex;
  flex-direction: column;
  gap: 24px; }

.cart-page__items-group {
  display: flex;
  flex-direction: column;
  gap: 12px; }

.cart-page__items {
  display: flex;
  flex-direction: column;
  gap: 12px; }

.cart-page__item {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  grid-template-rows: auto auto;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 12px; }
  @media (min-width: 992px) {
    .cart-page__item {
      display: flex;
      align-items: stretch;
      flex-wrap: nowrap; } }

.cart-page__item-product {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px;
  min-width: 0;
  grid-column: 1 / -1; }
  @media (min-width: 992px) {
    .cart-page__item-product {
      width: 444px;
      flex: 0 0 auto;
      grid-column: auto; } }

.cart-page__item-img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff; }
  .cart-page__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.cart-page__item-info {
  min-width: 0;
  flex: 1; }

.cart-page__item-name {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .cart-page__item-name:hover {
    color: #93817c; }

.cart-page__item-variant {
  font-size: 12px;
  color: #999;
  margin-top: 2px;
  display: block; }
  .cart-page__item-variant .cart-page__item-variant-name {
    font-weight: 500;
    color: #666; }

.cart-page__item-gift-badge {
  display: inline-block;
  margin-top: 4px;
  font-family: var(--skin-layout-text-font);
  font-size: 11px;
  font-weight: 600;
  color: #93817c;
  background: #faf7f2;
  border: 1px solid #dcc1bb;
  border-radius: 4px;
  padding: 2px 6px; }

.cart-page__item-qty-text {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 600;
  color: #999; }

.cart-page__item-price--free {
  font-family: var(--skin-layout-title-font);
  font-size: 14px;
  font-weight: 700;
  color: #22c55e;
  letter-spacing: -0.2px; }

.cart-page__item--gift {
  background: rgba(250, 247, 242, 0.7);
  border-color: #dcc1bb; }

.cart-page__item-qty {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 8px 10px 10px; }
  @media (min-width: 992px) {
    .cart-page__item-qty {
      flex: 1;
      padding: 20px;
      justify-content: center; } }

.cart-page__qty {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px; }

.cart-page__qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: 1px solid #ededed;
  cursor: pointer;
  color: #333; }
  .cart-page__qty-btn:first-child {
    border-radius: 8px 0 0 8px; }
  .cart-page__qty-btn:last-child {
    border-radius: 0 8px 8px 0; }
  .cart-page__qty-btn:hover {
    background: #f5f5f5; }

.cart-page__qty-input {
  width: 48px;
  height: 32px;
  border: none;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background: none;
  text-align: center;
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 600;
  color: #333;
  outline: none;
  -moz-appearance: textfield; }
  .cart-page__qty-input::-webkit-inner-spin-button, .cart-page__qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none; }

.cart-page__item-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8px 10px;
  font-family: var(--skin-layout-title-font);
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: #93817c;
  letter-spacing: -0.2px; }
  @media (min-width: 992px) {
    .cart-page__item-price {
      flex: 1;
      justify-content: center;
      padding: 20px 16px;
      font-size: 16px; } }

.cart-page__item-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px 10px 4px;
  flex-shrink: 0; }
  @media (min-width: 992px) {
    .cart-page__item-remove {
      width: 90px;
      padding: 20px; } }

.cart-page__remove-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #999;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer; }
  .cart-page__remove-btn:hover {
    color: #333; }

.cart-page__note {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 20px; }

.cart-page__note-label {
  font-family: var(--skin-layout-title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #333;
  display: block;
  margin-bottom: 12px;
  letter-spacing: -0.2px; }

.cart-page__note-input {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 12px;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 300;
  color: #333;
  resize: vertical;
  outline: none;
  background: #fff;
  min-height: 104px; }
  .cart-page__note-input:focus {
    border-color: #ededed; }
  .cart-page__note-input::placeholder {
    color: #bbb;
    font-weight: 300; }

.cart-page__empty {
  text-align: center;
  padding: 80px 16px;
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  color: #999; }

.cart-page__continue-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 12px 32px;
  border-radius: 9999px;
  background: #333;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500; }
  .cart-page__continue-btn:hover {
    opacity: 0.85;
    color: #fff; }

.cart-page__mobile-checkout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: #fff;
  padding: 12px 16px;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08); }
  .cart-page__mobile-checkout .cart-page__checkout-btn {
    width: auto;
    height: 44px;
    padding: 0 24px;
    font-size: 14px;
    flex-shrink: 0; }
  @media (min-width: 992px) {
    .cart-page__mobile-checkout {
      display: none; } }

.cart-page__mobile-total {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: var(--skin-layout-text-font);
  font-size: 12px;
  color: #999; }
  .cart-page__mobile-total strong {
    font-family: var(--skin-layout-title-font);
    font-size: 16px;
    font-weight: 700;
    color: #93817c;
    letter-spacing: -0.2px; }

@media (max-width: 991px) {
  .cart-page__inner {
    padding-bottom: 0; }
  .cart-page__right .cart-page__checkout-btn {
    display: none; } }

/*-----------------------------------------------*/
/* SEARCH PAGE */
/*-----------------------------------------------*/
.search-page {
  background: #f2f2f5;
  min-height: 60vh;
  padding: 32px 0 64px; }
  @media (min-width: 992px) {
    .search-page {
      padding: 48px 0 80px; } }

.search-page__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 32px; }
  @media (min-width: 992px) {
    .search-page__inner {
      padding: 0 80px; } }

.search-page__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center; }

.search-page__title {
  font-family: var(--skin-layout-title-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #333;
  margin: 0; }
  @media (min-width: 992px) {
    .search-page__title {
      font-size: 32px; } }

.search-page__form {
  width: 100%;
  max-width: 600px; }

.search-page__input-wrap {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 9999px;
  padding: 4px 4px 4px 20px;
  transition: border-color 0.2s; }
  .search-page__input-wrap:focus-within {
    border-color: #93817c; }

.search-page__input {
  flex: 1;
  border: none;
  outline: none;
  background: none;
  font-family: var(--skin-layout-text-font);
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 24px; }
  .search-page__input::placeholder {
    color: #bbb; }

.search-page__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 0.2s; }
  .search-page__submit:hover {
    opacity: 0.85; }

.search-page__meta {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  color: #666; }
  .search-page__meta strong {
    color: #333; }

.search-page__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 48px 16px;
  text-align: center;
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  color: #999; }
  .search-page__empty strong {
    color: #333; }

.search-page__empty-hint {
  font-size: 14px;
  color: #bbb;
  margin: 0; }

.search-page__browse-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 12px 32px;
  border-radius: 9999px;
  background: #333;
  color: #fff;
  text-decoration: none;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.2s; }
  .search-page__browse-btn:hover {
    opacity: 0.85;
    color: #fff; }

.search-page__pagination {
  display: flex;
  justify-content: center;
  padding-top: 16px; }

/*-----------------------------------------------*/
/* COLLECTION PAGE */
/*-----------------------------------------------*/
/* Layout */
.collection-layout {
  padding: 0 0 64px;
  background: #f2f2f5; }
  .collection-layout__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px; }
    @media (min-width: 992px) {
      .collection-layout__inner {
        padding: 0 64px; } }

/* Filter bar */
.collection-filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  position: sticky;
  top: 56px;
  z-index: 50;
  background: transparent;
  transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease; }
  @media (min-width: 992px) {
    .collection-filter-bar {
      top: 100px;
      padding: 14px 0; } }
  .collection-filter-bar.is-sticky {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.06);
    padding: 10px 0; }
    @media (min-width: 992px) {
      .collection-filter-bar.is-sticky {
        padding: 10px 0;
        background: transparent;
        box-shadow: none; } }
  .collection-filter-bar__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: 1px solid #e0e0e0;
    border-radius: 9999px;
    cursor: pointer;
    font-family: var(--skin-layout-text-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #333;
    padding: 7px 16px;
    white-space: nowrap;
    transition: border-color 0.2s, background 0.2s;
    flex-shrink: 0; }
    .collection-filter-bar__btn svg {
      width: 14px;
      height: 14px;
      flex-shrink: 0; }
    .collection-filter-bar__btn:hover {
      border-color: #93817c;
      background: #fdf8f7; }

/* Filter panel */
.coll-filter-panel {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 300; }
  .coll-filter-panel.is-open {
    display: block; }
  .coll-filter-panel__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease; }
  .coll-filter-panel.is-open .coll-filter-panel__overlay {
    opacity: 1; }
  .coll-filter-panel__drawer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 385px;
    max-width: 90vw;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .coll-filter-panel.is-open .coll-filter-panel__drawer {
    transform: translateX(0); }
  .coll-filter-panel__head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    background: white;
    border-bottom: 1px solid #ededed;
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.25s ease 0.15s, transform 0.25s ease 0.15s; }
  .coll-filter-panel.is-open .coll-filter-panel__head {
    opacity: 1;
    transform: translateX(0); }
  .coll-filter-panel__title {
    font-family: var(--skin-layout-title-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #18181a; }
  .coll-filter-panel__body {
    flex: 1;
    overflow-y: auto;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .coll-filter-panel__group {
    background: white;
    border-radius: 4px;
    padding: 24px;
    opacity: 0;
    transform: translateX(-16px);
    transition: opacity 0.3s ease, transform 0.3s ease; }
  .coll-filter-panel.is-open .coll-filter-panel__group {
    opacity: 1;
    transform: translateX(0); }
  .coll-filter-panel.is-open .coll-filter-panel__group:nth-child(1) {
    transition-delay: 0.1s; }
  .coll-filter-panel.is-open .coll-filter-panel__group:nth-child(2) {
    transition-delay: 0.15s; }
  .coll-filter-panel.is-open .coll-filter-panel__group:nth-child(3) {
    transition-delay: 0.2s; }
  .coll-filter-panel.is-open .coll-filter-panel__group:nth-child(4) {
    transition-delay: 0.25s; }
  .coll-filter-panel.is-open .coll-filter-panel__group:nth-child(5) {
    transition-delay: 0.3s; }
  .coll-filter-panel.is-open .coll-filter-panel__group:nth-child(6) {
    transition-delay: 0.35s; }
  .coll-filter-panel.is-open .coll-filter-panel__group:nth-child(7) {
    transition-delay: 0.4s; }
  .coll-filter-panel__group-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 0 12px;
    margin-bottom: 32px;
    border-bottom: 1px solid #bbb;
    font-family: var(--skin-layout-text-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #333;
    text-transform: uppercase; }
    .coll-filter-panel__group-head svg {
      width: 16px;
      height: 16px;
      flex-shrink: 0;
      color: #333; }
    .coll-filter-panel__group-head .coll-filter-panel__icon-plus {
      display: none; }
    .coll-filter-panel__group-head[aria-expanded="false"] {
      margin-bottom: 0; }
      .coll-filter-panel__group-head[aria-expanded="false"] .coll-filter-panel__icon-minus {
        display: none; }
      .coll-filter-panel__group-head[aria-expanded="false"] .coll-filter-panel__icon-plus {
        display: block; }
      .coll-filter-panel__group-head[aria-expanded="false"] + .coll-filter-panel__list {
        display: none; }
  .coll-filter-panel__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .coll-filter-panel__list--grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px; }
  .coll-filter-panel__item {
    display: flex;
    align-items: center;
    gap: 12px; }
    .coll-filter-panel__item input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      width: 0;
      height: 0; }
    .coll-filter-panel__item label {
      display: flex;
      align-items: center;
      gap: 12px;
      font-family: var(--skin-layout-text-font);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: #333;
      cursor: pointer; }
  .coll-filter-panel__check {
    display: inline-flex;
    width: 24px;
    height: 24px;
    border: 1px solid #bbb;
    border-radius: 4px;
    flex-shrink: 0;
    position: relative;
    transition: background 0.15s, border-color 0.15s; }
  input[type="checkbox"]:checked + label .coll-filter-panel__check {
    background: #333;
    border-color: #333; }
    input[type="checkbox"]:checked + label .coll-filter-panel__check:after {
      content: '';
      position: absolute;
      left: 7px;
      top: 3px;
      width: 6px;
      height: 12px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg); }
  .coll-filter-panel__swatch {
    display: inline-flex;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
    transition: box-shadow 0.15s; }
  input[type="checkbox"]:checked + label .coll-filter-panel__swatch {
    box-shadow: 0 0 0 2px #333; }
  .coll-filter-panel__foot {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 24px;
    background: #333;
    border: none;
    cursor: pointer;
    width: 100%;
    flex-shrink: 0;
    font-family: var(--skin-layout-text-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #fff;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s, background 0.15s; }
    .coll-filter-panel__foot svg {
      width: 24px;
      height: 24px; }
    .coll-filter-panel__foot:hover {
      background: #444; }
  .coll-filter-panel.is-open .coll-filter-panel__foot {
    opacity: 1;
    transform: translateX(0); }

/* Sort dropdown */
.collection-sort {
  position: relative;
  flex-shrink: 0; }
  .collection-sort__trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: 1px solid #e0e0e0;
    border-radius: 9999px;
    cursor: pointer;
    font-family: var(--skin-layout-text-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #333;
    padding: 7px 16px;
    white-space: nowrap;
    transition: border-color 0.2s, background 0.2s; }
    .collection-sort__trigger:hover {
      border-color: #93817c;
      background: #fdf8f7; }
    .collection-sort__trigger svg {
      width: 14px;
      height: 14px;
      transition: transform 0.2s;
      flex-shrink: 0; }
    .collection-sort__trigger[aria-expanded="true"] {
      border-color: #93817c; }
      .collection-sort__trigger[aria-expanded="true"] svg {
        transform: rotate(180deg); }
  .collection-sort__value {
    font-weight: 600;
    color: #93817c; }
  .collection-sort__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 190px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid #ededed;
    border-radius: 12px;
    overflow: hidden;
    z-index: 60;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); }
    .collection-sort__dropdown.is-open {
      display: flex;
      flex-direction: column; }
  .collection-sort__option {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 16px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--skin-layout-text-font);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    text-align: left;
    transition: background 0.15s; }
    .collection-sort__option:hover {
      background: #fdf8f7;
      color: #93817c; }
    .collection-sort__option.is-active {
      background: #333;
      color: #fff; }
      .collection-sort__option.is-active:hover {
        background: #444; }

.collection-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  transition: opacity 0.25s; }
  .collection-grid.is-loading {
    opacity: 0.4;
    pointer-events: none; }
  @media (min-width: 576px) {
    .collection-grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 992px) {
    .collection-grid {
      grid-template-columns: repeat(5, 1fr);
      gap: 20px; } }
  .collection-grid__empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 16px;
    font-family: var(--skin-layout-text-font);
    font-size: 16px;
    color: #999; }

/* Pagination */
.collection-pagi {
  display: flex;
  justify-content: center;
  padding: 32px 0 0;
  grid-column: 1 / -1; }

#collection-page.active .content_sortPagiBar.pagi:not(.pagiFilter) {
  display: none; }

.content_sortPagiBar.pagi.pagiFilter {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding: 32px 0 0; }

#btn-seemore.is-loading {
  opacity: 0.5;
  pointer-events: none; }

.collection-pagi #pagination {
  display: flex;
  align-items: center;
  gap: 8px; }

.collection-pagi .page-node {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
  background: #fff;
  border: 1px solid #333;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s; }
  .collection-pagi .page-node:hover {
    background: #f5f5f5; }
  .collection-pagi .page-node.current {
    background: #333;
    color: #fff;
    border-color: #333;
    cursor: default; }
  .collection-pagi .page-node.dot {
    border: none;
    background: none;
    cursor: default; }
    .collection-pagi .page-node.dot:hover {
      background: none; }
  .collection-pagi .page-node svg {
    width: 20px;
    height: 20px; }

.collection-heading {
  padding: 40px 0 10px 0;
  text-align: left; }
  .collection-heading--title {
    font-size: 36px;
    font-weight: 200;
    letter-spacing: -1px;
    margin-bottom: 0;
    line-height: 1.1; }
    .collection-heading--title .normal-text {
      font-family: var(--skin-layout-text-font);
      font-weight: 200; }
    .collection-heading--title .special-text {
      font-family: var(--skin-layout-special-font);
      font-weight: 300;
      font-style: italic; }
  @media (min-width: 992px) {
    .collection-heading {
      padding: 60px 0 10px 0; }
      .collection-heading--title {
        font-size: 72px;
        letter-spacing: -3px; } }

.collection-filter {
  position: relative; }
  .collection-filter--inner {
    border-top: 1px solid #F0E7D7;
    border-bottom: 1px solid #F0E7D7; }
  .collection-filter--bar {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .collection-filter--bar::-webkit-scrollbar {
      display: none; }
  .collection-filter--icon {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 0;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    color: #44403C; }
    .collection-filter--icon svg {
      flex-shrink: 0; }
  .collection-filter--divider {
    width: 1px;
    height: 20px;
    background: #D6D3D1;
    margin: 0 16px;
    flex-shrink: 0; }
  .collection-filter--buttons {
    display: flex;
    align-items: center;
    gap: 0; }
    .collection-filter--buttons .button-wrapper a {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 14px 12px;
      font-size: 14px;
      font-weight: 500;
      color: #44403C;
      white-space: nowrap;
      transition: color 0.3s; }
      .collection-filter--buttons .button-wrapper a .icon-chevron-up {
        display: none; }
      .collection-filter--buttons .button-wrapper a .icon-chevron-down {
        display: inline-block; }
      .collection-filter--buttons .button-wrapper a svg {
        flex-shrink: 0;
        width: 20px;
        height: 20px; }
      .collection-filter--buttons .button-wrapper a:hover {
        color: #1C1917; }
    .collection-filter--buttons .button-wrapper.is-open a {
      color: #1C1917;
      font-weight: 600; }
      .collection-filter--buttons .button-wrapper.is-open a .icon-chevron-up {
        display: inline-block; }
      .collection-filter--buttons .button-wrapper.is-open a .icon-chevron-down {
        display: none; }
    .collection-filter--buttons .button-wrapper.sortbyfilter a {
      font-weight: 400; }
      .collection-filter--buttons .button-wrapper.sortbyfilter a .sort-selected {
        font-weight: 500; }
  .collection-filter--tags .layered-filter--tags-wrapper {
    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: 6px;
    padding: 6px 12px;
    background: #F0E7D7;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 400;
    color: #1C1917; }
    .collection-filter--tags .filter-tag.opened {
      display: inline-flex; }
    .collection-filter--tags .filter-tag b {
      font-weight: 500; }
    .collection-filter--tags .filter-tag .filter-tag--remove {
      display: inline-flex;
      align-items: center;
      cursor: pointer; }
      .collection-filter--tags .filter-tag .filter-tag--remove svg {
        width: 14px;
        height: 14px; }
  .collection-filter--tags .filter-tag--remove-all {
    font-size: 13px;
    font-weight: 500;
    color: #44403C;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer; }
  @media (min-width: 992px) {
    .collection-filter--icon {
      font-size: 18px; }
    .collection-filter--buttons .button-wrapper a {
      font-size: 18px;
      padding: 16px 14px; } }

/* Filter Dropdown Panel */
.filter-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 20;
  /* Sort dropdown: single column */ }
  .filter-dropdown.is-open {
    display: block; }
  .filter-dropdown--inner {
    position: relative;
    background: #fff;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    padding: 32px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .filter-dropdown--content {
    flex: 1;
    min-width: 0; }
  .filter-dropdown--close {
    flex-shrink: 0;
    margin-left: 24px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    color: #A8A29E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transition: color 0.2s; }
    .filter-dropdown--close:hover {
      color: #1C1917; }
  .filter-dropdown .checkbox-columns {
    columns: 4;
    column-gap: 32px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1000px; }
    .filter-dropdown .checkbox-columns li {
      break-inside: avoid;
      display: flex;
      align-items: center;
      gap: 8px;
      cursor: pointer;
      margin-bottom: 10px; }
      .filter-dropdown .checkbox-columns li input[type="checkbox"],
      .filter-dropdown .checkbox-columns li input[type="radio"] {
        appearance: none;
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        border: 1px solid #E8DDC8;
        border-radius: 2px;
        background: #fff;
        cursor: pointer;
        flex-shrink: 0;
        position: relative;
        transition: all 0.15s; }
        .filter-dropdown .checkbox-columns li input[type="checkbox"]:checked,
        .filter-dropdown .checkbox-columns li input[type="radio"]:checked {
          background: #F0E7D7;
          border-color: #F0E7D7; }
          .filter-dropdown .checkbox-columns li input[type="checkbox"]:checked::after,
          .filter-dropdown .checkbox-columns li input[type="radio"]:checked::after {
            content: '';
            position: absolute;
            top: 3px;
            left: 6px;
            width: 5px;
            height: 9px;
            border: solid #44403C;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg); }
      .filter-dropdown .checkbox-columns li label {
        font-size: 16px;
        font-weight: 300;
        color: #78716C;
        cursor: pointer;
        margin: 0;
        font-family: var(--skin-layout-text-font);
        line-height: 24px;
        letter-spacing: -0.2px;
        white-space: nowrap;
        transition: color 0.15s; }
      .filter-dropdown .checkbox-columns li:hover label {
        color: #1C1917; }
      .filter-dropdown .checkbox-columns li:has(input:checked) label {
        font-weight: 500;
        color: #1C1917; }
  .filter-dropdown .sortBy.checkbox-columns {
    columns: 1;
    max-width: 280px; }
    .filter-dropdown .sortBy.checkbox-columns li input[type="radio"] {
      border-radius: 2px; }
      .filter-dropdown .sortBy.checkbox-columns li input[type="radio"]:checked {
        background: #F0E7D7;
        border-color: #F0E7D7; }
        .filter-dropdown .sortBy.checkbox-columns li input[type="radio"]:checked::after {
          top: 3px;
          left: 6px;
          width: 5px;
          height: 9px;
          border: solid #44403C;
          border-width: 0 2px 2px 0;
          border-radius: 0;
          background: none;
          transform: rotate(45deg); }

.collection-wrapper {
  padding-top: 40px; }
  .collection-wrapper .collection-result {
    display: none;
    padding: 16px 0; }
    .collection-wrapper .collection-result .js-ResultCount {
      font-size: 14px;
      font-weight: 300;
      color: #78716C; }

.grid-products--collection {
  --sectional-grid-gap-col: 10px;
  --sectional-grid-gap-row: 10px; }
  .grid-products--collection .product-tile {
    -webkit-flex: 0 0 calc((100% - var(--sectional-grid-gap-col)) / 2);
    flex: 0 0 calc((100% - var(--sectional-grid-gap-col)) / 2);
    max-width: calc((100% - var(--sectional-grid-gap-col)) / 2); }
  @media (min-width: 768px) {
    .grid-products--collection {
      --sectional-grid-gap-col: 10px;
      --sectional-grid-gap-row: 10px; }
      .grid-products--collection .product-tile {
        -webkit-flex: 0 0 calc((100% - (var(--sectional-grid-gap-col) * 2)) / 3);
        flex: 0 0 calc((100% - (var(--sectional-grid-gap-col) * 2)) / 3);
        max-width: calc((100% - (var(--sectional-grid-gap-col) * 2)) / 3); } }
  @media (min-width: 992px) {
    .grid-products--collection {
      --sectional-grid-gap-col: 10px;
      --sectional-grid-gap-row: 10px; }
      .grid-products--collection .product-tile {
        -webkit-flex: 0 0 calc((100% - (var(--sectional-grid-gap-col) * 3)) / 4);
        flex: 0 0 calc((100% - (var(--sectional-grid-gap-col) * 3)) / 4);
        max-width: calc((100% - (var(--sectional-grid-gap-col) * 3)) / 4); } }

.filter-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px; }
  .filter-empty p {
    font-size: 16px;
    font-weight: 400;
    color: #78716C;
    margin: 0; }

/* Filter Dropdown - hide on mobile, show on desktop */
@media (max-width: 991px) {
  .collection-filter .filter-dropdown {
    display: none !important; }
  .collection-filter--buttons {
    display: none; }
  .collection-filter--divider {
    display: none; }
  .collection-filter--icon {
    cursor: pointer; } }

/* Mobile Filter — slide-in from right */
.collection-filter--mb .overlay-filter-mb {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s; }

.collection-filter--mb.filter--mb-show .overlay-filter-mb {
  opacity: 1;
  visibility: visible; }

.collection-filter--mb .filter--mb-inner {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1051;
  width: 85%;
  max-width: 420px;
  background: #fff;
  border-radius: 8px 0 0 8px;
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 24px; }

.collection-filter--mb.filter--mb-show .filter--mb-inner {
  transform: translateX(0); }

.collection-filter--mb .filter--mb-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-shrink: 0; }
  .collection-filter--mb .filter--mb-head h4 {
    font-size: 36px;
    font-weight: 500;
    line-height: 47px;
    letter-spacing: -1px;
    color: #1C1917;
    margin: 0; }
  .collection-filter--mb .filter--mb-head .filter--mb-close {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    color: #44403C;
    border-radius: 4px; }
    .collection-filter--mb .filter--mb-head .filter--mb-close:hover {
      color: #1C1917; }

.collection-filter--mb .filter--mb-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* Custom scrollbar */ }
  .collection-filter--mb .filter--mb-body::-webkit-scrollbar {
    width: 4px; }
  .collection-filter--mb .filter--mb-body::-webkit-scrollbar-track {
    background: #F0E7D7;
    border-radius: 100px; }
  .collection-filter--mb .filter--mb-body::-webkit-scrollbar-thumb {
    background: #44403C;
    border-radius: 100px; }
  .collection-filter--mb .filter--mb-body .filter--mb-group {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .collection-filter--mb .filter--mb-body .filter--mb-group-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #1C1917;
    margin: 0; }
  .collection-filter--mb .filter--mb-body .filter--mb-group-list .checkbox-list-mb,
  .collection-filter--mb .filter--mb-body .filter--mb-group-list .sortBy.checkbox-columns {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    columns: unset;
    max-width: none; }
    .collection-filter--mb .filter--mb-body .filter--mb-group-list .checkbox-list-mb li,
    .collection-filter--mb .filter--mb-body .filter--mb-group-list .sortBy.checkbox-columns li {
      display: flex;
      align-items: center;
      gap: 8px;
      cursor: pointer;
      border-radius: 2px; }
      .collection-filter--mb .filter--mb-body .filter--mb-group-list .checkbox-list-mb li input[type="checkbox"],
      .collection-filter--mb .filter--mb-body .filter--mb-group-list .checkbox-list-mb li input[type="radio"],
      .collection-filter--mb .filter--mb-body .filter--mb-group-list .sortBy.checkbox-columns li input[type="checkbox"],
      .collection-filter--mb .filter--mb-body .filter--mb-group-list .sortBy.checkbox-columns li input[type="radio"] {
        appearance: none;
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        border: 1px solid #E8DDC8;
        border-radius: 2px;
        background: #fff;
        cursor: pointer;
        flex-shrink: 0;
        position: relative;
        transition: all 0.15s; }
        .collection-filter--mb .filter--mb-body .filter--mb-group-list .checkbox-list-mb li input[type="checkbox"]:checked,
        .collection-filter--mb .filter--mb-body .filter--mb-group-list .checkbox-list-mb li input[type="radio"]:checked,
        .collection-filter--mb .filter--mb-body .filter--mb-group-list .sortBy.checkbox-columns li input[type="checkbox"]:checked,
        .collection-filter--mb .filter--mb-body .filter--mb-group-list .sortBy.checkbox-columns li input[type="radio"]:checked {
          background: #F0E7D7;
          border-color: #F0E7D7; }
          .collection-filter--mb .filter--mb-body .filter--mb-group-list .checkbox-list-mb li input[type="checkbox"]:checked::after,
          .collection-filter--mb .filter--mb-body .filter--mb-group-list .checkbox-list-mb li input[type="radio"]:checked::after,
          .collection-filter--mb .filter--mb-body .filter--mb-group-list .sortBy.checkbox-columns li input[type="checkbox"]:checked::after,
          .collection-filter--mb .filter--mb-body .filter--mb-group-list .sortBy.checkbox-columns li input[type="radio"]:checked::after {
            content: '';
            position: absolute;
            top: 3px;
            left: 6px;
            width: 5px;
            height: 9px;
            border: solid #44403C;
            border-width: 0 2px 2px 0;
            border-radius: 0;
            transform: rotate(45deg); }
      .collection-filter--mb .filter--mb-body .filter--mb-group-list .checkbox-list-mb li label,
      .collection-filter--mb .filter--mb-body .filter--mb-group-list .sortBy.checkbox-columns li label {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        letter-spacing: -0.2px;
        color: #78716C;
        cursor: pointer;
        margin: 0;
        font-family: var(--skin-layout-text-font);
        transition: color 0.15s; }
      .collection-filter--mb .filter--mb-body .filter--mb-group-list .checkbox-list-mb li:has(input:checked, input:checked) label,
      .collection-filter--mb .filter--mb-body .filter--mb-group-list .checkbox-list-mb li.active label,
      .collection-filter--mb .filter--mb-body .filter--mb-group-list .sortBy.checkbox-columns li:has(input:checked, input:checked) label,
      .collection-filter--mb .filter--mb-body .filter--mb-group-list .sortBy.checkbox-columns li.active label {
        font-weight: 500;
        color: #1C1917; }

.collection-filter--mb .filter--mb-foot {
  flex-shrink: 0;
  padding-top: 24px;
  display: flex;
  gap: 10px; }
  .collection-filter--mb .filter--mb-foot .btn {
    flex: 1;
    min-height: 50px; }

html.open-filtermb, body.open-filtermb {
  overflow: hidden; }
  html.open-filtermb .collection-filter--mb .filter--mb-inner, body.open-filtermb .collection-filter--mb .filter--mb-inner {
    transform: translateX(0); }

/* Override: Prevent sidebar overlay on collection page (inline dropdowns replace sidebar filter) */
body.open-sidebar-filter:has(#collection-page) {
  overflow: auto !important; }
  body.open-sidebar-filter:has(#collection-page) .sidebar-main {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important; }
  body.open-sidebar-filter:has(#collection-page) .sidebar-overlay {
    opacity: 0 !important;
    visibility: hidden !important;
    display: none !important; }
  body.open-sidebar-filter:has(#collection-page).lock-scroll {
    overflow: auto !important; }

/* ========================================= */
/* ARTIST DETAIL PAGE                        */
/* ========================================= */
.layout-artist-detail {
  background: #fff; }

/* ---------- HERO BANNER ---------- */
.artist-hero {
  position: relative;
  width: 100%; }

.artist-hero__media {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 2px; }

.artist-hero__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; }

.artist-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.85) 15%, rgba(255, 255, 255, 0.4) 30%, transparent 40%);
  pointer-events: none; }

.artist-hero__content {
  position: relative;
  z-index: 2;
  margin-top: -180px;
  padding: 0 40px 40px; }

.artist-hero__inner {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap; }

.artist-hero__name {
  font-family: var(--skin-layout-special-font);
  font-weight: 300;
  font-size: 36px;
  line-height: 1.05;
  letter-spacing: -2px;
  font-style: italic;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal; }

.artist-hero__actions {
  display: flex;
  align-items: center;
  gap: 16px; }

.artist-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  border-radius: 200px;
  font-family: var(--skin-layout-title-font);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 18px;
  white-space: nowrap;
  text-decoration: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease; }
  .artist-hero__btn svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0; }
  .artist-hero__btn:hover {
    opacity: 0.85; }

.artist-hero__btn--share {
  background: #292524;
  color: #fff;
  padding: 14px 20px; }
  .artist-hero__btn--share:hover {
    color: #fff; }

.artist-hero__btn--download {
  background: #fff;
  color: #1C1917;
  padding: 10px 20px; }
  .artist-hero__btn--download:hover {
    color: #1C1917; }

.artist-hero__badges {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 10px;
  flex-wrap: wrap; }

.artist-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 16px 4px;
  border-radius: 100px;
  background: #F0E7D7;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.2px;
  line-height: 24px;
  color: #1C1917;
  white-space: nowrap; }
  .artist-hero__badge svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0; }

.artist-hero__badge--location {
  background: transparent;
  padding: 0; }

@media (min-width: 768px) {
  .artist-hero__name {
    font-size: 56px; } }

@media (min-width: 992px) {
  .artist-hero__name {
    font-size: 72px; } }

@media (max-width: 767px) {
  .artist-hero__media {
    min-height: 320px; }
  .artist-hero__media .artist-hero__img {
    min-height: 320px; }
  .artist-hero__content {
    margin-top: -120px;
    padding: 0 16px 24px; }
  .artist-hero__inner {
    gap: 12px; }
  .artist-hero__name {
    font-size: 32px;
    letter-spacing: -1.5px; }
  .artist-hero__badges {
    gap: 8px;
    margin-top: 12px; }
  .artist-hero__badge {
    font-size: 13px;
    padding: 6px 12px; }
  .artist-hero__btn {
    padding: 10px 16px;
    font-size: 14px;
    gap: 6px; }
    .artist-hero__btn svg {
      width: 18px;
      height: 18px; } }

/* ---------- TAB BAR ---------- */
.artist-tabs {
  padding: 20px 0px 0; }

.artist-tabs__bar {
  display: flex;
  align-items: flex-start;
  background: #F0E7D7;
  border-radius: 8px;
  padding: 4px; }

.artist-tabs__item {
  flex: 1 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 4px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: var(--skin-layout-title-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: #78716C;
  text-align: center;
  white-space: nowrap;
  outline: none !important;
  transition: background 0.2s ease, color 0.2s ease; }
  .artist-tabs__item:hover {
    color: #44403C; }
  .artist-tabs__item.is-active {
    background: #0C0A09;
    color: #fff;
    font-weight: 500; }

@media (min-width: 768px) {
  .artist-tabs__item {
    font-size: 20px; } }

/* ---------- EXHIBITIONS TAB ---------- */
.artist-exhibitions {
  padding: 80px 0; }

.artist-exhibitions__header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  font-size: 32px;
  letter-spacing: -2px;
  white-space: nowrap;
  margin-bottom: 32px; }

@media (min-width: 768px) {
  .artist-exhibitions__header {
    font-size: 56px;
    letter-spacing: -4px;
    gap: 10px; } }

@media (min-width: 992px) {
  .artist-exhibitions__header {
    font-size: 72px;
    letter-spacing: -5px; } }

.artist-exhibitions__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px; }

.artist-exhibitions__grid .event-card {
  flex: 0 0 calc(50% - 5px);
  min-width: 0; }

@media (max-width: 767px) {
  .artist-exhibitions {
    padding: 40px 0; }
  .artist-exhibitions__header {
    margin-bottom: 24px; }
  .artist-exhibitions__grid .event-card {
    flex: 0 0 100%; } }

.artist-exhibitions__loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px; }

.artist-exhibitions__spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #F0E7D7;
  border-top-color: #44403C;
  border-radius: 50%;
  animation: artist-spin 0.6s linear infinite; }

@keyframes artist-spin {
  to {
    transform: rotate(360deg); } }

.artist-exhibitions__empty {
  width: 100%;
  text-align: center;
  padding: 60px 20px;
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  color: #78716C; }

/* ---------- ABOUT SECTION ---------- */
.artist-about {
  padding: 40px 0 0; }

.artist-about__grid {
  display: flex;
  flex-direction: column;
  gap: 40px; }

.artist-about__left {
  display: flex;
  flex-direction: column;
  gap: 32px; }

@media (min-width: 768px) {
  .artist-about__left {
    gap: 48px; } }

.artist-about__right {
  display: flex;
  flex-direction: column;
  gap: 32px; }

@media (min-width: 992px) {
  .artist-about {
    padding: 80px 0 0; }
  .artist-about__grid {
    flex-direction: row;
    gap: 20px; }
  .artist-about__left {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding-right: 40px; }
  .artist-about__right {
    flex: 1;
    padding-left: 40px; } }

/* Quote */
.artist-about__quote {
  background: #FAF7F2;
  border-radius: 8px;
  padding: 24px 20px 40px;
  position: relative; }

.artist-about__quote-icon {
  display: block;
  width: 56px;
  height: auto;
  margin-bottom: -20px;
  position: relative;
  z-index: 1; }

.artist-about__quote-text {
  font-family: var(--skin-layout-title-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #1C1917;
  margin-bottom: 0;
  padding-left: 12px;
  position: relative;
  z-index: 2; }

@media (min-width: 768px) {
  .artist-about__quote {
    padding: 32px 32px 60px; }
  .artist-about__quote-icon {
    width: 80px;
    margin-bottom: -28px; }
  .artist-about__quote-text {
    font-size: 18px;
    line-height: 25px; } }

/* Section Title (shared) */
.artist-about__section-title,
.artist-awards__header,
.artist-articles__header {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  font-size: 32px;
  letter-spacing: -2px;
  white-space: nowrap;
  margin-bottom: 0; }

.section-title__normal {
  font-family: var(--skin-layout-title-font);
  font-weight: 200;
  line-height: 1.1;
  color: #1C1917; }

.section-title__special {
  font-family: var(--skin-layout-special-font);
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.2;
  color: #2870FA; }

.section-title__special--yellow {
  color: #EEB22A; }

.section-title__special--pink {
  color: #FF2C8F; }

.section-title__special--teal {
  color: #11B5A4; }

.section-title__special--black {
  color: #1C1917; }

@media (min-width: 768px) {
  .artist-about__section-title,
  .artist-awards__header,
  .artist-articles__header {
    font-size: 56px;
    letter-spacing: -4px;
    gap: 10px; } }

@media (min-width: 992px) {
  .artist-about__section-title,
  .artist-awards__header,
  .artist-articles__header {
    font-size: 72px;
    letter-spacing: -5px; } }

/* Bio Text */
.artist-about__bio {
  display: flex;
  flex-direction: column;
  gap: 24px; }

@media (min-width: 768px) {
  .artist-about__bio {
    gap: 32px; } }

.artist-about__bio-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #44403C;
  overflow: hidden;
  text-overflow: ellipsis; }
  .artist-about__bio-text ul {
    display: block;
    list-style: disc;
    padding-left: 0;
    margin: 0;
    overflow: hidden; }
  .artist-about__bio-text li {
    margin-left: 24px;
    line-height: 24px; }
  .artist-about__bio-text p {
    margin: 0;
    line-height: 24px; }

/* ---------- TIMELINE ---------- */
.artist-about__timeline {
  display: flex;
  flex-direction: column;
  gap: 24px; }

@media (min-width: 768px) {
  .artist-about__timeline {
    gap: 32px; } }

.artist-timeline {
  position: relative;
  padding-bottom: 24px;
  padding-right: 14px; }

.artist-timeline__line {
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 24px;
  width: 1px;
  background: #EEB22A; }

.artist-timeline__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding-left: 10px; }

.artist-timeline__items .artist-timeline__item:nth-child(n+6) {
  display: none; }

.artist-timeline__items.is-expanded .artist-timeline__item:nth-child(n+6) {
  display: block; }

.artist-timeline__item {
  position: relative;
  padding-right: 20px;
  border-radius: 8px; }

.artist-timeline__item-header {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative; }

.artist-timeline__dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: #EEB22A;
  position: relative;
  z-index: 2; }

.artist-timeline__year {
  display: block;
  font-family: var(--skin-layout-special-font);
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  line-height: 30px;
  letter-spacing: -0.1px;
  color: #1C1917;
  white-space: nowrap;
  backdrop-filter: blur(4px);
  border-radius: 4px;
  position: relative;
  z-index: 1; }

.artist-timeline__item-body {
  padding-left: 32px;
  padding-top: 2px; }

.artist-timeline__desc {
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #1C1917;
  margin-bottom: 0; }

.artist-timeline__more {
  display: none;
  justify-content: center;
  width: 100%; }

.artist-timeline__more.is-visible {
  display: flex; }

.artist-timeline__readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: var(--skin-layout-title-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.2px;
  color: #44403C;
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none; }
  .artist-timeline__readmore svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease; }
  .artist-timeline__readmore:hover {
    color: #1C1917; }

/* ---------- AWARDS / ARTICLES SECTIONS ---------- */
.artist-awards {
  margin-top: 32px; }

.artist-awards,
.artist-articles {
  padding: 0 0 32px 0; }

@media (min-width: 768px) {
  .artist-awards {
    margin-top: 60px; }
  .artist-awards,
  .artist-articles {
    padding: 0 0 60px 0; } }

@media (min-width: 992px) {
  .artist-awards {
    margin-top: 80px; }
  .artist-awards,
  .artist-articles {
    padding: 0 0 80px 0; } }

/* Slider wrapper */
.artist-awards__slider-wrap,
.artist-articles__slider-wrap {
  margin-top: 24px; }

@media (min-width: 768px) {
  .artist-awards__slider-wrap,
  .artist-articles__slider-wrap {
    margin-top: 32px; } }

.artist-awards__slider-wrap .swiper,
.artist-articles__slider-wrap .swiper {
  width: 100%; }

/* Award Card */
.artist-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #FCFDF8; }

.artist-card__thumb {
  background: #FAF7F2;
  padding: 24px; }
  .artist-card__thumb img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(16, 24, 40, 0.06); }

.artist-card__info {
  display: flex;
  flex-direction: column;
  gap: 4px; }

.artist-card__year {
  font-family: var(--skin-layout-special-font);
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  line-height: 30px;
  letter-spacing: -0.1px;
  color: #1C1917; }

.artist-card__desc {
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #1C1917;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Article Card */
a.artist-article-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #FCFDF8;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease; }
  a.artist-article-card:hover {
    opacity: 0.85; }
  a.artist-article-card:hover .artist-article-card__desc {
    text-decoration: underline; }

.artist-article-card__thumb {
  background: #FAF7F2;
  padding: 24px; }
  .artist-article-card__thumb img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(16, 24, 40, 0.06); }

.artist-article-card__desc {
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #1C1917;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Swiper Scrollbar */
.artist-awards__slider-wrap .swiper-scrollbar,
.artist-articles__slider-wrap .swiper-scrollbar {
  position: relative !important;
  width: 100% !important;
  max-width: 100%;
  height: 4px !important;
  background: #F0E7D7;
  border-radius: 100px;
  margin: 24px auto 0 !important;
  left: auto !important;
  bottom: auto !important;
  top: auto !important; }

@media (min-width: 768px) {
  .artist-awards__slider-wrap .swiper-scrollbar,
  .artist-articles__slider-wrap .swiper-scrollbar {
    max-width: 747px;
    margin: 40px auto 0 !important; } }

.artist-awards__slider-wrap .swiper-scrollbar-drag,
.artist-articles__slider-wrap .swiper-scrollbar-drag {
  background: #44403C;
  border-radius: 100px;
  height: 4px; }

/* Award thumb cursor */
.js-award-lightbox {
  cursor: zoom-in;
  transition: opacity 0.2s ease; }
  .js-award-lightbox:hover {
    opacity: 0.85; }

/* ---------- LIGHTBOX ---------- */
.artist-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center; }

.artist-lightbox.is-open {
  display: flex; }

.artist-lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer; }

.artist-lightbox__content {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center; }

.artist-lightbox__img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); }

.artist-lightbox__close {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 4px;
  opacity: 0.8;
  transition: opacity 0.2s ease;
  z-index: 2; }
  .artist-lightbox__close:hover {
    opacity: 1; }

@media (max-width: 767px) {
  .artist-lightbox__content {
    max-width: 95vw; }
  .artist-lightbox__close {
    top: -40px;
    right: -4px; }
    .artist-lightbox__close svg {
      width: 28px;
      height: 28px; } }

/* Responsive cards */
@media (max-width: 767px) {
  .artist-tabs {
    padding: 12px 0 0; }
  .artist-tabs__bar {
    gap: 0; }
  .artist-tabs__item {
    font-size: 14px;
    padding: 10px 8px; } }

.artist-artworks {
  padding: 40px 0; }

.artist-artworks__header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  font-size: 32px;
  letter-spacing: -2px;
  white-space: nowrap;
  margin-bottom: 24px; }

@media (min-width: 768px) {
  .artist-artworks__header {
    font-size: 56px;
    letter-spacing: -4px;
    margin-bottom: 40px; } }

@media (min-width: 992px) {
  .artist-artworks {
    padding: 80px 0; }
  .artist-artworks__header {
    font-size: 72px;
    letter-spacing: -5px; } }

.artist-artworks__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .artist-artworks__grid .product-tile {
    flex: 1 0 calc(50% - 5px);
    min-width: calc(50% - 5px);
    max-width: calc(50% - 5px); }

@media (min-width: 768px) {
  .artist-artworks__grid .product-tile {
    flex: 1 0 calc(33.333% - 7px);
    min-width: calc(33.333% - 7px);
    max-width: calc(33.333% - 7px); } }

@media (min-width: 992px) {
  .artist-artworks__grid .product-tile {
    flex: 1 0 calc(25% - 7.5px);
    min-width: calc(25% - 7.5px);
    max-width: calc(25% - 7.5px); } }

/* Loading spinner */
.artist-artworks__loading {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 80px 0; }

.artist-artworks__spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #F0E7D7;
  border-top-color: #1C1917;
  border-radius: 50%;
  animation: artist-spin 0.7s linear infinite; }

@keyframes artist-spin {
  to {
    transform: rotate(360deg); } }

/* Empty state */
.artist-artworks__empty {
  width: 100%;
  text-align: center;
  padding: 60px 20px;
  font-family: var(--skin-layout-title-font);
  font-size: 16px;
  font-weight: 400;
  color: #78716C; }

/* Load more */
.artist-artworks__pagi {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 0 0; }

.artist-artworks__loadmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 50px;
  padding: 14px 40px;
  border-radius: 2px;
  background: #292524;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: var(--skin-layout-title-font);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1;
  transition: background 0.2s ease; }
  .artist-artworks__loadmore:hover {
    background: #0C0A09; }
  .artist-artworks__loadmore:disabled {
    opacity: 0.6;
    cursor: wait; }

/*-----------------------------------------------*/
/* HOME SLIDER */
/*-----------------------------------------------*/
.section-home-slider {
  width: 100%;
  position: relative; }

.home-slider {
  width: 100%;
  position: relative;
  /* Prevent layout shift before Swiper init */
  /* ---- Background: ảnh hiển thị đầy đủ theo tỷ lệ gốc ---- */
  /* ---- Content overlay lên ảnh ---- */
  /* ---- Buttons ---- */
  /* ---- Pagination ---- */ }
  .home-slider.swiper-initialized {
    overflow: hidden; }
  .home-slider:not(.swiper-initialized) .swiper-wrapper {
    display: block; }
    .home-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide:not(:first-child) {
      display: none; }
  .home-slider__slide {
    position: relative;
    width: 100%; }
  .home-slider__media {
    width: 100%;
    line-height: 0; }
    .home-slider__media picture {
      display: block;
      width: 100%; }
    .home-slider__media img {
      display: block;
      width: 100%;
      height: auto; }
  .home-slider__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .home-slider__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 24px 16px 32px;
    pointer-events: auto; }
    @media (min-width: 768px) {
      .home-slider__inner {
        padding: 40px 40px 48px;
        gap: 24px; } }
    @media (min-width: 1800px) {
      .home-slider__inner {
        padding: 48px 80px 64px; } }
  .home-slider__text-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 560px; }
    @media (min-width: 768px) {
      .home-slider__text-wrap {
        gap: 16px;
        max-width: 676px; } }
  .home-slider__title {
    font-family: var(--skin-layout-title-font);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #fff;
    margin: 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }
    @media (min-width: 768px) {
      .home-slider__title {
        font-size: 40px;
        line-height: 48px; } }
  .home-slider__desc {
    font-family: var(--skin-layout-text-font);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #fff;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
    @media (min-width: 768px) {
      .home-slider__desc {
        font-size: 16px;
        line-height: 24px; } }
  .home-slider__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap; }
  .home-slider__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 9999px;
    font-family: var(--skin-layout-text-font);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.2px;
    white-space: nowrap;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.2s;
    cursor: pointer; }
    .home-slider__btn:hover {
      opacity: 0.85;
      transform: translateY(-1px); }
    @media (min-width: 768px) {
      .home-slider__btn {
        padding: 14px 28px;
        font-size: 15px; } }
    .home-slider__btn--primary {
      background: #333;
      color: #fff;
      border: 1px solid #333; }
    .home-slider__btn--outline {
      background: rgba(255, 255, 255, 0.9);
      color: #333;
      border: 1px solid rgba(255, 255, 255, 0.9); }
  .home-slider__pagination.swiper-pagination {
    position: absolute;
    bottom: 32px;
    left: auto;
    right: 80px;
    transform: none;
    width: auto;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px; }
    @media (max-width: 767px) {
      .home-slider__pagination.swiper-pagination {
        right: 16px;
        bottom: 20px; } }
    @media (min-width: 768px) and (max-width: 1799px) {
      .home-slider__pagination.swiper-pagination {
        right: 40px; } }
    .home-slider__pagination.swiper-pagination .swiper-pagination-bullet {
      width: 8px !important;
      height: 8px !important;
      border-radius: 9999px;
      background: #333 !important;
      opacity: 0.4;
      transition: width 0.3s ease, opacity 0.3s ease;
      margin: 0 !important;
      padding: 0;
      position: static; }
      .home-slider__pagination.swiper-pagination .swiper-pagination-bullet:before {
        display: none !important; }
      .home-slider__pagination.swiper-pagination .swiper-pagination-bullet-active {
        width: 48px !important;
        opacity: 1; }

/*-----------------------------------------------*/
/* HOME: SẢN PHẨM NỔI BẬT */
/*-----------------------------------------------*/
.section-home-featured {
  background: #f2f2f5;
  padding: 48px 0 64px; }
  @media (min-width: 992px) {
    .section-home-featured {
      padding: 64px 0; } }

.home-featured {
  /* Slider wrapper — relative for arrows */
  /* Arrows — Figma: 40x40 pill, border white, bg white, absolute outside grid */
  /* CTA */ }
  .home-featured__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px; }
    @media (min-width: 992px) {
      .home-featured__inner {
        padding: 0 80px; } }
  .home-featured__heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .home-featured__title {
    font-family: var(--skin-layout-title-font);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #333;
    margin: 0; }
    @media (min-width: 992px) {
      .home-featured__title {
        font-size: 40px;
        line-height: 48px; } }
  .home-featured__subtitle {
    font-family: var(--skin-layout-text-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #333;
    margin: 0; }
  .home-featured__slider-wrap {
    position: relative;
    width: 100%; }
  .home-featured__swiper {
    width: 100%;
    overflow: hidden; }
    .home-featured__swiper .swiper-slide {
      width: 240px;
      flex-shrink: 0;
      height: auto; }
  .home-featured__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    display: none; }
    .home-featured__arrow--prev {
      left: 24px; }
    .home-featured__arrow--next {
      right: 24px; }
    @media (min-width: 992px) {
      .home-featured__arrow {
        display: flex; } }
  .home-featured__cta {
    display: flex;
    justify-content: center; }
  .home-featured__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    border-radius: 9999px;
    background: #333;
    color: #fff;
    font-family: var(--skin-layout-text-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    transition: opacity 0.2s; }
    .home-featured__btn:hover {
      opacity: 0.8;
      color: #fff; }

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/* HOME: BANNER GIỮA TRANG */
/*-----------------------------------------------*/
.section-home-banner-mid {
  position: relative;
  height: 450px;
  overflow: hidden; }

.home-banner-mid__bg {
  position: absolute;
  inset: 0; }
  .home-banner-mid__bg video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.home-banner-mid__overlay {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.3); }

.home-banner-mid__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 16px;
  color: #fff; }
  @media (min-width: 992px) {
    .home-banner-mid__inner {
      padding: 80px; } }

.home-banner-mid__text {
  display: flex;
  flex-direction: column;
  gap: 12px; }

.home-banner-mid__title {
  font-family: var(--skin-layout-title-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #fff;
  margin: 0; }
  @media (min-width: 992px) {
    .home-banner-mid__title {
      font-size: 40px;
      line-height: 48px; } }

.home-banner-mid__subtitle {
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #fff;
  margin: 0; }

.home-banner-mid__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 9999px;
  background: #333;
  color: #fff;
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2px;
  text-decoration: none;
  width: max-content;
  transition: opacity 0.2s; }
  .home-banner-mid__btn:hover {
    opacity: 0.85;
    color: #fff; }

/*-----------------------------------------------*/
/* HOME: COLLECTIONS */
/*-----------------------------------------------*/
.section-home-collections {
  padding: 48px 0 64px; }
  @media (min-width: 992px) {
    .section-home-collections {
      padding: 64px 0; } }

.home-collections__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px; }
  @media (min-width: 992px) {
    .home-collections__inner {
      padding: 0 80px; } }

.home-collections__heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px; }

.home-collections__title {
  font-family: var(--skin-layout-title-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #333;
  margin: 0; }
  @media (min-width: 992px) {
    .home-collections__title {
      font-size: 40px;
      line-height: 48px; } }

.home-collections__subtitle {
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333;
  margin: 0; }

.home-collections__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%; }

.home-collections__banner {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  height: 300px; }
  @media (min-width: 992px) {
    .home-collections__banner {
      height: 450px; } }
  .home-collections__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.home-collections__cards {
  display: flex;
  gap: 20px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .home-collections__cards::-webkit-scrollbar {
    display: none; }

.home-collections__card {
  position: relative;
  flex: 1;
  min-width: 280px;
  aspect-ratio: 1;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 32px;
  text-decoration: none; }
  @media (min-width: 992px) {
    .home-collections__card {
      min-width: 0; } }

.home-collections__card-bg {
  position: absolute;
  inset: 0; }
  .home-collections__card-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px; }

.home-collections__card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.2);
  border-radius: 24px; }

.home-collections__card-content {
  position: relative;
  z-index: 2;
  text-align: center; }

.home-collections__card-title {
  font-family: var(--skin-layout-text-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.5px;
  color: #fff;
  margin: 0; }
  @media (min-width: 992px) {
    .home-collections__card-title {
      font-size: 32px; } }

/*-----------------------------------------------*/
/* HOME: REVIEWS & FEEDBACK */
/*-----------------------------------------------*/
.section-home-reviews {
  background: #fffaf8;
  padding: 48px 0 64px; }
  @media (min-width: 992px) {
    .section-home-reviews {
      padding: 64px 0; } }

.home-reviews__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 40px; }
  @media (min-width: 992px) {
    .home-reviews__inner {
      flex-direction: row;
      padding: 0 80px;
      gap: 108px;
      align-items: center; } }

.home-reviews__images {
  display: none; }
  @media (min-width: 992px) {
    .home-reviews__images {
      display: flex;
      gap: 20px;
      flex-shrink: 0;
      align-items: center; } }

.home-reviews__img {
  border-radius: 16px;
  overflow: hidden;
  position: relative; }
  .home-reviews__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .home-reviews__img:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(51, 51, 51, 0.15);
    border-radius: 16px; }
  .home-reviews__img--left {
    width: 305px;
    height: 426px; }
  .home-reviews__img--top {
    height: 336px; }
  .home-reviews__img--bottom {
    height: 336px; }

.home-reviews__img-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 305px; }

.home-reviews__content {
  display: flex;
  flex-direction: column;
  gap: 64px;
  justify-content: center;
  min-width: 0; }
  @media (min-width: 992px) {
    .home-reviews__content {
      width: 540px;
      flex-shrink: 0; } }

.home-reviews__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0; }

.home-reviews__slider {
  width: 100%;
  overflow: hidden; }
  .home-reviews__slider .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 24px; }

.home-reviews__heading {
  display: flex;
  flex-direction: column;
  gap: 2px; }

.home-reviews__label {
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333;
  margin: 0; }

.home-reviews__title {
  font-family: var(--skin-layout-title-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #333;
  margin: 0; }
  @media (min-width: 992px) {
    .home-reviews__title {
      font-size: 40px;
      line-height: 48px; } }

.home-reviews__quote {
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.home-reviews__author {
  display: flex;
  align-items: center;
  gap: 12px; }

.home-reviews__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover; }

.home-reviews__author-info {
  display: flex;
  flex-direction: column;
  gap: 2px; }

.home-reviews__author-name {
  font-family: var(--skin-layout-title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333; }

.home-reviews__author-role {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #bbb; }

.home-reviews__nav {
  display: flex;
  gap: 8px; }

/*-----------------------------------------------*/
/* HOME: TIN TỨC */
/*-----------------------------------------------*/
.section-home-blog {
  padding: 48px 0 64px; }
  @media (min-width: 992px) {
    .section-home-blog {
      padding: 64px 0; } }

.home-blog__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px; }
  @media (min-width: 992px) {
    .home-blog__inner {
      padding: 0 80px; } }

.home-blog__heading {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: center;
  width: 100%;
  color: #12265a; }

.home-blog__label {
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.2px;
  margin: 0; }

.home-blog__title {
  font-family: var(--skin-layout-title-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin: 0; }
  @media (min-width: 992px) {
    .home-blog__title {
      font-size: 40px;
      line-height: 48px; } }

.home-blog__slider-wrap {
  position: relative;
  width: 100%; }

.home-blog__swiper {
  width: 100%;
  overflow: hidden; }
  .home-blog__swiper .swiper-slide {
    width: 413px;
    height: auto;
    flex-shrink: 0; }

.home-blog__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  color: #333; }

.home-blog__card-img {
  border-radius: 16px;
  overflow: hidden; }
  .home-blog__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .home-blog__card-img--landscape {
    aspect-ratio: 416/320; }
  .home-blog__card-img--square {
    aspect-ratio: 1; }

.home-blog__card-info {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.home-blog__card-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--skin-layout-text-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: #bac5af; }

.home-blog__card-line {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: #bac5af; }

.home-blog__card-title {
  font-family: var(--skin-layout-text-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: #333;
  margin: 0;
  padding-left: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.home-blog__arrow {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4; }
  @media (min-width: 992px) {
    .home-blog__arrow {
      display: flex; } }
  .home-blog__arrow--prev {
    left: 24px; }
  .home-blog__arrow--next {
    right: 24px; }

/*-----------------------------------------------*/
/* HOME: GALLERY */
/*-----------------------------------------------*/
.section-home-gallery {
  background: #f7ede9;
  padding: 48px 0 64px; }
  @media (min-width: 992px) {
    .section-home-gallery {
      padding: 64px 0; } }

.home-gallery {
  /* ── Desktop accordion (hidden on mobile) ── */
  /* ── Mobile Swiper (hidden on desktop) ── */ }
  .home-gallery__inner--desktop {
    display: none; }
    @media (min-width: 992px) {
      .home-gallery__inner--desktop {
        display: flex;
        gap: 20px;
        align-items: stretch;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 80px;
        height: 590px;
        overflow: hidden; } }
  .home-gallery__item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    flex: 0 0 197px;
    height: 100%;
    transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column; }
    .home-gallery__item.is-active {
      flex: 0 0 413px; }
      .home-gallery__item.is-active .home-gallery__content {
        opacity: 1;
        transform: translateY(0);
        max-height: 200px; }
      .home-gallery__item.is-active .home-gallery__img {
        flex: 0 0 450px; }
  .home-gallery__img {
    flex: 1;
    border-radius: 16px;
    overflow: hidden; }
    .home-gallery__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .home-gallery__content {
    padding: 24px 0 0;
    color: #333;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(8px);
    transition: opacity 0.4s ease 0.15s, transform 0.4s ease 0.15s, max-height 0.5s ease; }
  .home-gallery__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px; }
  .home-gallery__label {
    font-family: var(--skin-layout-text-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #333;
    margin: 0; }
  .home-gallery__title {
    font-family: var(--skin-layout-title-font);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #333;
    margin: 0; }
    @media (min-width: 992px) {
      .home-gallery__title {
        font-size: 40px;
        line-height: 48px; } }
  .home-gallery__desc {
    font-family: var(--skin-layout-text-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #333;
    margin: 0; }
  .home-gallery__inner--mobile {
    display: block;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px; }
    @media (min-width: 992px) {
      .home-gallery__inner--mobile {
        display: none; } }
  .home-gallery__swiper {
    width: 100%;
    overflow: hidden; }
    .home-gallery__swiper .swiper-slide {
      width: 280px;
      height: auto; }
  .home-gallery__card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    height: 100%; }
  .home-gallery__card-img {
    width: 100%;
    height: 280px;
    overflow: hidden; }
    .home-gallery__card-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .home-gallery__card-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .home-gallery__card-title {
    font-family: var(--skin-layout-title-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.3px;
    color: #333;
    margin: 0; }
  .home-gallery__nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px; }
    @media (min-width: 992px) {
      .home-gallery__nav {
        display: none; } }

/*-----------------------------------------------*/
/* HOME: TẤT CẢ SẢN PHẨM */
/*-----------------------------------------------*/
.section-home-allproducts {
  background: #f2f2f5;
  padding: 48px 0; }
  @media (min-width: 992px) {
    .section-home-allproducts {
      padding: 64px 0; } }

.home-allproducts {
  /* ── Inner wrapper ── */
  /* ── Title ── */
  /* ── Tabs ── */
  /* ── Content area: banner + slider ── */
  /* ── Collection banner card (left) ── */
  /* ── Slider wrapper ── */
  /* ── Nav arrows ── */
  /* ── Empty state ── */
  /* ── CTA button ── */ }
  .home-allproducts__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px; }
    @media (min-width: 992px) {
      .home-allproducts__inner {
        padding: 0 80px; } }
  .home-allproducts__title {
    font-family: var(--skin-layout-title-font);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #333;
    margin: 0;
    align-self: flex-start;
    width: 100%; }
    @media (min-width: 992px) {
      .home-allproducts__title {
        font-size: 40px;
        line-height: 48px; } }
  .home-allproducts__tabs {
    display: flex;
    gap: 12px;
    align-self: flex-start;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .home-allproducts__tabs::-webkit-scrollbar {
      display: none; }
  .home-allproducts__tab {
    display: inline-flex;
    align-items: center;
    padding: 12px 16px;
    height: 48px;
    border: 1px solid #bbb;
    border-radius: 9999px;
    background: #fff;
    cursor: pointer;
    font-family: var(--skin-layout-text-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #333;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.25s, border-color 0.25s, padding 0.25s;
    outline: none; }
    @media (min-width: 992px) {
      .home-allproducts__tab {
        font-size: 16px; } }
    .home-allproducts__tab:hover {
      background: rgba(247, 223, 217, 0.4); }
    .home-allproducts__tab.is-active {
      background: #f7dfd9;
      border-color: #333;
      padding: 4px 4px 4px 16px;
      gap: 8px; }
      .home-allproducts__tab.is-active .home-allproducts__tab-icon {
        display: flex; }
  .home-allproducts__tab-icon {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background: #93817c;
    color: #fff;
    flex-shrink: 0; }
  .home-allproducts__content {
    display: flex;
    gap: 20px;
    width: 100%;
    align-items: stretch; }
  .home-allproducts__banner {
    display: none; }
    @media (min-width: 992px) {
      .home-allproducts__banner {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: relative;
        overflow: hidden;
        width: 240px;
        min-width: 240px;
        min-height: 366px;
        border-radius: 16px;
        padding: 16px;
        text-decoration: none;
        color: #fff;
        flex-shrink: 0; } }
  .home-allproducts__banner-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .home-allproducts__banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(51, 51, 51, 0.15);
    border-radius: 16px; }
  .home-allproducts__banner-body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .home-allproducts__banner-text {
    font-family: var(--skin-layout-title-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #fff;
    margin: 0; }
  .home-allproducts__banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    border-radius: 9999px;
    background: #333;
    color: #fff;
    font-family: var(--skin-layout-text-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    width: fit-content; }
  .home-allproducts__slider-wrap {
    position: relative;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    transition: opacity 0.25s; }
    .home-allproducts__slider-wrap.is-loading {
      opacity: 0.4;
      pointer-events: none; }
  .home-allproducts__swiper {
    width: 100%;
    overflow: visible; }
    .home-allproducts__swiper .swiper-slide {
      width: 180px;
      height: auto;
      flex-shrink: 0; }
      @media (min-width: 768px) {
        .home-allproducts__swiper .swiper-slide {
          width: 220px; } }
      @media (min-width: 992px) {
        .home-allproducts__swiper .swiper-slide {
          width: 240px; } }
  .home-allproducts__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    display: none;
    width: 40px;
    height: 40px;
    padding: 4px;
    border-radius: 9999px;
    border: 1px solid #fff;
    background: none;
    cursor: pointer;
    outline: none;
    transition: background 0.2s; }
    .home-allproducts__arrow:hover {
      background: rgba(255, 255, 255, 0.3); }
    .home-allproducts__arrow.swiper-button-disabled {
      opacity: 0.3;
      pointer-events: none; }
    @media (min-width: 992px) {
      .home-allproducts__arrow {
        display: flex;
        align-items: center;
        justify-content: center; } }
    .home-allproducts__arrow--prev {
      left: 0; }
    .home-allproducts__arrow--next {
      right: 0; }
  .home-allproducts__arrow-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 9999px;
    background: #fff;
    color: #333; }
  .home-allproducts__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 16px;
    font-family: var(--skin-layout-text-font);
    font-size: 14px;
    color: #999; }
  .home-allproducts__cta {
    display: flex;
    justify-content: center; }
  .home-allproducts__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    border-radius: 9999px;
    background: #333;
    color: #fff;
    font-family: var(--skin-layout-text-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    transition: opacity 0.2s; }
    .home-allproducts__btn:hover {
      opacity: 0.85;
      color: #fff; }

/* ========================================= */
/* HOME PAGE — HOVER & ANIMATION EFFECTS     */
/* ========================================= */
/* ---- Home Slider: text animate in per slide ---- */
.home-slider__slide .home-slider__text-wrap,
.home-slider__slide .home-slider__actions {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease; }

.home-slider__slide.swiper-slide-active .home-slider__text-wrap {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s; }

.home-slider__slide.swiper-slide-active .home-slider__actions {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s; }

/* ---- Home Banner Mid: parallax bg ---- */
.home-banner-mid__bg video {
  will-change: transform; }

/* ---- Home Collections: card hover ---- */
.home-collections__card .home-collections__card-bg img {
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.home-collections__card .home-collections__card-overlay {
  transition: background 0.35s ease; }

.home-collections__card .home-collections__card-content {
  transition: transform 0.35s ease; }

.home-collections__card:hover .home-collections__card-bg img {
  transform: scale(1.06); }

.home-collections__card:hover .home-collections__card-overlay {
  background: rgba(51, 51, 51, 0.38); }

.home-collections__card:hover .home-collections__card-content {
  transform: translateY(-4px); }

/* ---- Home Blog: card hover ---- */
.home-blog__card .home-blog__card-img img {
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.home-blog__card:hover .home-blog__card-img img {
  transform: scale(1.05); }

/* ---- Home Gallery: item hover ---- */
.home-gallery__item .home-gallery__img img {
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.home-gallery__item:hover .home-gallery__img img {
  transform: scale(1.04); }

/* ---- Home Reviews: image hover ---- */
.home-reviews__img {
  overflow: hidden; }
  .home-reviews__img img {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .home-reviews__img:hover img {
    transform: scale(1.04); }

/* ---- Policy bar: item hover — moved to general.scss.liquid ---- */
/* ========================================= */
/* COLLECTION PAGE — FEATURES & EFFECTS      */
/* ========================================= */
/* ---- Active Filter Tags ---- */
.collection-filter-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1;
  min-width: 0;
  overflow: hidden; }

.filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 12px;
  border-radius: 9999px;
  border: 1px solid #e8dbd8;
  background: #fdf8f7;
  color: #333;
  font-family: var(--skin-layout-text-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  white-space: nowrap; }
  .filter-tag svg {
    flex-shrink: 0;
    color: #93817c;
    transition: color 0.2s; }
  .filter-tag:hover {
    background: #93817c;
    border-color: #93817c;
    color: #fff; }
    .filter-tag:hover svg {
      color: #fff; }
  .filter-tag--clear {
    background: none;
    border-color: transparent;
    color: #999;
    font-size: 11px;
    padding: 5px 8px;
    text-decoration: underline;
    text-underline-offset: 2px; }
    .filter-tag--clear:hover {
      background: none;
      border-color: transparent;
      color: #333; }

/* ---- Skeleton Loading ---- */
@keyframes skeleton-shimmer {
  0% {
    background-position: -400px 0; }
  100% {
    background-position: 400px 0; } }

.skeleton-shimmer {
  background: linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
  background-size: 800px 100%;
  animation: skeleton-shimmer 1.4s infinite linear;
  border-radius: 6px; }

.skeleton-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 12px; }

.skeleton-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 12px 12px 0 0; }

.skeleton-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 12px; }

.skeleton-line {
  height: 13px;
  border-radius: 4px; }

.skeleton-loadmore {
  display: contents; }

/* ========================================= */
/* PDP — EFFECTS & FEATURES                  */
/* ========================================= */
/* ---- 1. Image zoom on hover ---- */
.pdp__gallery-main .pdp__gallery-fancybox {
  display: block;
  overflow: hidden; }

.pdp__gallery-main .pdp__gallery-img {
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform; }

.pdp__gallery-main .swiper-slide:hover .pdp__gallery-img {
  transform: scale(1.05); }

/* ---- 2. Gallery fade transition ---- */
.pdp__gallery-swiper .swiper-slide {
  opacity: 0 !important;
  transition: opacity 0.35s ease !important; }
  .pdp__gallery-swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important; }

/* ---- 3. Sticky info — correct top offset ---- */
@media (min-width: 992px) {
  .pdp__info {
    top: 80px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    scrollbar-width: none; }
    .pdp__info::-webkit-scrollbar {
      display: none; } }

/* ---- Low Stock Warning ---- */
.pdp__low-stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 6px 12px;
  border-radius: 6px;
  background: #FEF3CD;
  color: #856404;
  font-family: var(--skin-layout-text-font);
  font-size: 13px;
  font-weight: 500;
  animation: pdp-pulse 2s ease-in-out infinite; }

@keyframes pdp-pulse {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.7; } }

/* ---- Share Buttons ---- */
.pdp__share {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #F0E7D7;
  margin-top: 16px; }

.pdp__share-label {
  font-family: var(--skin-layout-text-font);
  font-size: 13px;
  font-weight: 400;
  color: #999; }

.pdp__share-btns {
  display: flex;
  gap: 8px; }

.pdp__share-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ededed;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #666;
  text-decoration: none;
  transition: all 0.2s; }

.pdp__share-btn:hover {
  border-color: var(--skin-layout-color-brand, #EF9B2C);
  color: var(--skin-layout-color-brand, #EF9B2C); }

.pdp__share-btn--fb:hover {
  border-color: #1877F2;
  color: #1877F2;
  background: #f0f7ff; }

.pdp__share-btn--copy.is-copied {
  border-color: #22c55e;
  color: #22c55e;
  background: #f0fdf4; }

/* ---- Zoom on Hover ---- */
.pdp__gallery-zoom {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: crosshair; }

.pdp__zoom-lens {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: 200%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 3; }

.pdp__gallery-zoom.is-zooming .pdp__zoom-lens {
  opacity: 1; }

.pdp__gallery-zoom.is-zooming .pdp__gallery-img {
  opacity: 0; }

/* ---- 5. Sticky mobile buy bar ---- */
.pdp-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid #ededed;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08); }
  @media (max-width: 991px) {
    .pdp-mobile-bar {
      display: flex; } }
  .pdp-mobile-bar.is-visible {
    transform: translateY(0); }
  .pdp-mobile-bar__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
    overflow: hidden; }
  .pdp-mobile-bar__title {
    font-family: var(--skin-layout-text-font);
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .pdp-mobile-bar__price {
    font-family: var(--skin-layout-text-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #93817c; }
  .pdp-mobile-bar__actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0; }
  .pdp-mobile-bar__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 20px;
    border-radius: 9999px;
    font-family: var(--skin-layout-text-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    transition: opacity 0.2s; }
    .pdp-mobile-bar__btn:hover {
      opacity: 0.85; }
    .pdp-mobile-bar__btn--outline {
      background: #fff;
      color: #333;
      border: 1px solid #333; }
    .pdp-mobile-bar__btn--primary {
      background: #333;
      color: #fff;
      border: 1px solid #333; }

/* ---- 6. Price update animation ---- */
@keyframes pdp-price-pop {
  0% {
    transform: scale(1); }
  40% {
    transform: scale(1.12);
    color: #93817c; }
  100% {
    transform: scale(1); } }

.pdp__price.is-updating {
  animation: pdp-price-pop 0.35s ease forwards; }

/* ---- Coupon copy feedback ---- */
.pdp__coupon-copy {
  transition: background 0.2s, transform 0.15s; }
  .pdp__coupon-copy.is-copied {
    background: #bac5af;
    transform: scale(0.96); }

/* ---- Scroll reveal for related/recently-viewed ---- */
.section-pdp-related[data-reveal],
.section-pdp-recently-viewed[data-reveal] {
  opacity: 0;
  transform: translateY(28px); }

.section-pdp-related.is-revealed,
.section-pdp-recently-viewed.is-revealed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease; }

.pdp__swatch-item.is-soldout .pdp__swatch-label {
  opacity: 0.2;
  pointer-events: none;
  position: relative; }

.pdp__swatch-item.is-soldout .pdp__swatch-label:after {
  content: '|';
  position: absolute;
  left: 50%;
  transform: rotate(45deg); }

.pdp__swatch-item.is-soldout .pdp__swatch-label:before {
  content: '|';
  position: absolute;
  left: 50%;
  transform: rotate(-45deg); }
