.nft-display-list{
      width: 322px; height: 296px;
      padding-left: 36px;
      padding-top: 45px;
      background: url('../img/nft-display-board.png') center center no-repeat;
}
.nft-display-list.dynamic-content{
      position: relative;
      width: calc(100% - 54px - 54px);
      margin: 0 54px;
      padding:0;
      background:url('../img/nft-display-board-center.png') center center repeat-x !important;
}

.nft-display-list-wrapper{ position: relative; }
.nft-display-list-wrapper::before{
      position: absolute;
      top:0; left:0;
      content: url('../img/nft-display-board-left.png');
}
.nft-display-list-wrapper::after{
      position: absolute;
      top:0; right:0; z-index: -1;
      content: url('../img/nft-display-board-right.png');
}
.nft-display-list-wrapper.small::before{
      content: url('../img/nft-display-board-small-left.png');
}
.nft-display-list-wrapper.small::after{
      content: url('../img/nft-display-board-small-right.png');
}
.nft-display-list-wrapper.small2::before{
      content: url('../img/nft-display-board-small-single-row-left.png');
}
.nft-display-list-wrapper.small2::after{
      content: url('../img/nft-display-board-small-single-row-right.png');
}
.theme-orange .nft-display-list-wrapper.small2::before{
      content: url('../img/nft-display-board-small-single-row-left-orange.png');
}
.theme-orange .nft-display-list-wrapper.small2::after{
      content: url('../img/nft-display-board-small-single-row-right-orange.png');
}
.nft-display-list-wrapper.small2 .title{
      position: absolute; z-index: 98;
      padding-left: 15px; padding-right: 15px;
      width: 223px; /*calc(223px - 15px - 15px)*/
      height: 37px;
      overflow: hidden;
      background: url('../img/nft-display-board-small-single-row-title.png') left center no-repeat !important;
      background-size: contain;

      text-transform: uppercase;
      font-family: 'Microgramma D Extended';
      text-align: left;
      display: flex;
      align-items: center;
      /* justify-content: center; */
      height: 37px;
      font-weight: 900;
      color: white;
      font-size: 9px;
}

.theme-orange .nft-display-list-wrapper.small2 .title{
      background-image: url('../img/nft-display-board-small-single-row-title-orange.png') !important;
}

.title-level{
      display: flex;
      background: url('../img/nft-board-display-title-level.png') center center no-repeat;
      width:32px; height:20px;
      justify-content: center; align-items: center;
      color: white;
}

.nft-display-list.small{
      width: 284px; height: 276px;
      padding-left: 25px;
      padding-top: 35px;
      background: url('../img/nft-display-board-small.png') center center no-repeat;

      &.multi-carousel{ padding-left: 5px; }

      .nft-strip a.nft-card img{
            max-width: 29px;
      }

      &.normal-img .nft-strip a.nft-card img{
            max-width: 38px;
      }
}
.nft-display-list.dynamic-content.small{
      position: relative;
      width: calc(100% - 37px - 33px);
      margin: 0 33px 0 37px;
      padding:0;
      background:url('../img/nft-display-board-small-center.png') center center repeat-x !important;
}


.nft-display-list.small2{
      width: 284px; height: 155px;
      padding-left: 25px; padding-top: 0;
      background: url('../img/nft-display-board-small-single-row.png') center center no-repeat;

      &.theme-orange{
            background-image: url('../img/nft-display-board-small-single-row-orange.png');
      }

      .nft-display-list-title{ 
            text-transform: uppercase;
            font-family: 'Microgramma D Extended';
            text-align: left;
            display: flex;
            align-items: center;
            /* justify-content: center; */
            height: 37px;
            font-weight: 900;
            color: white;
            font-size: 9px;
      }
      .title-level{
            display: flex;
            background: url('../img/nft-board-display-title-level.png') center center no-repeat;
            width:32px; height:20px;
            justify-content: center; align-items: center;
            color: white;
      }

      &.multi-carousel{ padding-left: 5px; }

      .nft-strip a.nft-card img{
            max-width: 29px;
      }

      &.normal-img .nft-strip a.nft-card img{
            max-width: 38px;
      }
}
.nft-display-list.dynamic-content.small2{
      position: relative;
      width: calc(100% - 36px - 33px);
      margin: 0 33px 0 36px;
      padding:0;
      background:url('../img/nft-display-board-small-single-row-center.png') center center repeat-x !important;
}
.theme-orange .nft-display-list.dynamic-content.small2{
      background-image: url('../img/nft-display-board-small-single-row-center-orange.png') !important;
}



/* Horizontal strip */
.nft-strip {
      position: relative;
      display:flex;
      gap:8px;
      overflow-x:auto; overscroll-behavior-x: contain;
      scroll-snap-type:x mandatory; /* snap to cards */
      scroll-padding-left: 53px;
      -webkit-overflow-scrolling: touch;
      scrollbar-width:none; -ms-overflow-style:none;


      padding-top: 2.9rem;
      width: calc(100% + 53px + 53px);
      margin-left: -53px;

      &::-webkit-scrollbar { display:none; } /* Hide scrollbar for a clean mobile look */

      
      .nft-card:first-child{
            margin-left: 53px;
      }
}
.nft-display-list.dynamic-content.small .nft-strip {
      scroll-padding-left: 36px;
      width: calc(100% + 36px + 33px);
      margin-left: -36px;

      .nft-card:first-child{
            margin-left: 36px;
      }
}
.nft-card {
      display: flex;
      flex-direction: column;
      justify-content: center; align-items: center;
      flex:0 0 10.5vw; /* MOBILE: 1 + 2/3 cards visible */ /*55*/
      scroll-snap-align:start;
      scroll-snap-stop:always;
      text-decoration: none;
      
      &:hover { 
            animation:  scaleCatCard 0.2s linear forwards,
                        highlightCatCard 0.2s linear forwards;
      }
      img{ max-width:38px; margin-top: -5%; }
      &.inactive img{
            /*mix-blend-mode: color-burn !important;*/
      }

      /* Tablet: ~2+ cards */
      @media (min-width:576px){ 
            /*flex:0 0 45vw; max-width:45vw; */
            flex: 0 0 7vw;
      }

      /* Desktop: fixed width cards for tidy layout */
      @media (min-width:992px){ 
            /*flex:0 0 240px; max-width:240px; */
            flex: 0 0 5vw;
      }
      .cat-ico {
            width:24px; height:24px; border-radius:3px;
            /*display:grid; place-items:center; 
            flex-shrink:0;*/
            background:#ede8ca; border: solid 0.5px #DCD5A9;
            

            display: flex;        /* centers the image */
            align-items: center;
            justify-content: center;

            img {
                  width: 100%;
                  height: 100%;
                  object-fit: cover;    /* crop to fill box */
                  display: block;
            }
      }
      .cat-count { font-size:.85rem; color:#7b8087; }
      .nft-card-title{
            text-align: center;
            font-family: 'Microgramma D Extended', sans-serif; font-weight: 700;
            font-size: 10px;
            color: white;
      }
      .nft-card-desc{
            text-align: center;
            font-size: 10px; font-weight: 300;
            color: white;
      }
}
@keyframes highlightCatCard{
      0%{
            border-color: rgba(255,255,255,0.2);
      }
      50%{
            border-color: rgba(255,255,255,0.25);
      }
      100%{
            border-color: rgba(255,255,255,0.55);
      }
}
@keyframes scaleCatCard {
      0%   { transform: translateY(-1px); }
      50%  { transform: translateY(-2px); }  /* grow slightly */
      100% { transform: translateY(-3px); }     /* back to normal */
}

.prod-item-footer{
      padding: 0 1rem .5rem ;
      display: flex;
      justify-content: end;
      align-items: center;

      a{ color: var(--cream-color); }
}
.prod-item-btn{
      padding: .25rem 1rem;
      text-decoration: none;
      font-weight: 500; font-size: 10px;
      border-radius: 1rem;
      background: linear-gradient(180deg, rgba(196, 230, 67, 0.20) 0%, rgba(255, 255, 255, 0.20) 129.17%);
      border: solid 1px rgba(255,255,255,.2);
      color: var(--lime-color) !important;
}
.prod-item-btn.theme-orange{ 
      background: linear-gradient(180deg, rgba(255, 170, 83, 0.20) 0%, rgba(255, 223, 207, 0.20) 129.17%) !important;
      color: var(--neon-orange-color) !important;
}
.nft-link-next{
      position: absolute;
      margin-bottom: 15px;
      right:7px;
      top: 0;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
}

.plc {
      --gap: 2px;
      --items-per-view: 4;
      position: relative;
}

.plc-viewport {
      overflow: hidden;
      width: 100%;
}

.plc-track {
      display: flex;
      gap: var(--gap);
      transform: translateX(0);
      transition: transform 320ms ease;
      will-change: transform;
}

/* Each item width = (100% - gaps) / items-per-view */
.plc-item {
      flex: 0 0 calc((100% - (var(--gap) * (var(--items-per-view) - 1))) / var(--items-per-view));
      min-width: 0;
}
.plc-item img{ width: 33px; height: auto; }

/* Basic card look */
.plc-card {
      border-radius: 16px;
      overflow: hidden;
      background: #fff;
      border: 1px solid rgba(0,0,0,.08);
      box-shadow: 0 10px 26px rgba(0,0,0,.06);
      height: 100%;
}
.plc-card .img {
      aspect-ratio: 1 / 1;
      background: linear-gradient(135deg, rgba(0,0,0,.06), rgba(0,0,0,.02));
      display: grid;
      place-items: center;
      font-weight: 700;
      color: rgba(0,0,0,.45);
      user-select: none;
}

/* Nav buttons (outside/after carousel is fine too, but this keeps them close) */
.plc-nav {
      display: flex;
      justify-content: space-between;
      position: absolute; z-index: 99;
      width: calc(100% + 40px); height: 100%;
      top: 0; left: 0;
      margin-left: -20px;
      align-items: center;
      padding-bottom: 20px;
}

.nft-item-title{
      position: absolute; z-index: 98;
      padding-left: 15px; padding-right: 15px;
      width: 223px; /*calc(223px - 15px - 15px)*/
      height: 37px;
      overflow: hidden;
      background: url('../img/nft-display-board-small-single-row-title.png') left center no-repeat !important;
      background-size: contain;

      text-transform: uppercase;
      font-family: 'Microgramma D Extended';
      text-align: left;
      display: flex;
      align-items: center;
      justify-content: center; 
      height: 37px;
      font-weight: 900;
      color: white;
      font-size: 9px;

      /*horizontal center*/
      left: 50%;
      transform: translateX(-50%);
}