        /* Card Selection Section */
        .card-selector-section {
            padding: 60px 0px;
            background: linear-gradient(135deg, #f7f5fd 0%, #f0ebff 100%);
        }

        .card-selector-wrapper {
            max-width: 80vw;
            margin: 0 auto;
        }

        .section-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .section-header h3 {
            margin: 0;
        }

        .section-header p {
            font-size: 18px;
            color: #666;
            margin: 0;
        }

        /* Card Selector Container */
        .cards-selector-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 30px;
            max-width: 70vw;
            margin: 0 auto;
            margin-bottom: 60px;
        }

        .buycard-card {
            border-radius: 15px;
            background: white;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            text-decoration: none;
            cursor: pointer; position: relative; 
            overflow: hidden;
            transition: border-color .25s, transform .25s, box-shadow .25s;
            animation: slideUp .45s cubic-bezier(.34,1.56,.64,1) both;
            border: 2px solid transparent;
        }

        .buycard-card:hover {
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
            
        }

        .buycard-card.active {
            transform: scale(1.02);
            box-shadow: 0 15px 40px rgba(105, 61, 151, 0.2);
            border: 2px solid var(--color-primary);

        }

.buycard-card:nth-child(1){animation-delay:.08s}
.buycard-card:nth-child(2){animation-delay:.18s}
.buycard-card:nth-child(3){animation-delay:.28s}
@keyframes slideUp {
  from{opacity:0;transform:translateY(26px)}
  to{opacity:1;transform:translateY(0)}
}
.buycard-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--color-primary); border-radius: 20px 20px 0 0;
  transform: scaleX(0); transform-origin: left; transition: transform .28s;
}
.buycard-card:hover::before, .buycard-card.active::before {
    transform: scaleX(1);
}
.buycard-card:hover { border-color: var(--color-primary); transform: translateY(-5px); box-shadow: 0 16px 44px rgba(46,204,113,.16); }
.buycard-card.active { border-color: var(--color-primary); transform: translateY(-5px); box-shadow: 0 16px 44px rgba(46,204,113,.2); }
.brand-bar { position: relative; margin-bottom: 30px; }
.brand-bar input {
  width: 100%; background: white; border: 1.5px solid rgba(0,0,0,.15);
  border-radius: 10px; padding: 11px 16px 11px 40px;
  outline: none; transition: border-color .2s;
}
.brand-bar input::placeholder { color: #999; }
.brand-bar input:focus { border-color: var(--color-primary); background: #fff; }
.brand-bar .si { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); color: #999; }
        .card-selector-header img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .card-selector-icon {
            font-size: 60px;
            margin-bottom: 15px;
        }

        .card-selector-title {
            margin-bottom: 0;
            line-height: 1.2em;
        }

        .card-selector-desc {
            font-size: 16px;
            margin: 0;
        }

        .card-selector-footer {
            padding: 20px;
            text-align: center;
            border-top: 1px solid #e0e0e0;
        }

        .card-selector-footer span {
            font-size: 12px;
            color: #999;
            font-weight: 500;
        }

        /* Cards Slider Section */
        .slider-section {
            padding: 60px 0px;
            background: white;
        }

        .slider-wrapper {
            max-width: 90vw;
            margin: 0 auto;
            position: relative;
        }

        .slider-header {
            text-align: center;
            margin-bottom: 10px;
        }

        .slider-header h3 {
            margin-bottom: 0;
        }
        .slider-header p {
            font-size: 16px;
            margin-bottom: 30px;
        }

        /* Swiper Customization */
        .cards-swiper {
            padding: 0 10px 40px 10px;
            overflow: hidden;
        }

        .swiper-slide {
            height: auto;
            display: flex;
            align-items: stretch;
            justify-content: center;
        }

        .card-item {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
            transition: all 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            position: relative;
        }

        .card-item:hover {
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;;
        }

        .card-item .bcard-discount-badge {
            position: absolute;
            top: 10px;
            left: -5px;
            background: #ff3d00;
            color: #fff;
            padding: 5px 12px;
            font-size: 13px;
            font-weight: bold;
            transform: rotate(-10deg);
            z-index: 5;
        }

        .card-item-img {
            position: relative;
            overflow: hidden;
            background: #f5f5f5;
            flex-shrink: 0;
        }

        .card-item-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }



        .card-item-body {
            padding: 13px;
            display: flex;
            flex-direction: column;
            flex: 1;
        }

        .card-item-name {
            font-size: 16px;
            font-weight: 700;
            color: #2d1b4e;
            margin: 0 0 4px 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 1em;
        }

        .card-item-tags {
        }

        .card-item-tag {
            font-size: 10px;
            padding: 2px 4px;
            border-radius: 4px;
            font-weight: 600;
            white-space: nowrap;
        }

        .tag-instore {
            background: #e8f5e9;
            color: #2e7d32;
        }

        .tag-online {
            background: #e3f2fd;
            color: #1565c0;
        }

        .tag-multistore {
            background: #f3e5f5;
            color: #6a1b9a;
        }

        .card-item-btn {
            display: inline-block;
            width: 100%;
            padding: 12px;
            background: linear-gradient(135deg, #78439a 0%, #523493 100%);
            color: white !important;
            text-align: center;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            margin-top: auto;
            line-height: 1.2em;
            margin-top: 8px;
        }

        .card-item-btn:hover {
            box-shadow: 0 8px 20px rgba(105, 61, 151, 0.3);
            transform: translateY(-2px);
        }
@keyframes fadeIn {
  from { opacity:0; transform:translateY(10px); }
  to   { opacity:1; transform:translateY(0); }
}
.universal-card-section{
    padding: 60px 0;
}
.p-head {
  display: flex;
  align-items: center;
  gap: 14px;
  /* margin-bottom: 26px; */
  /* padding-bottom: 18px; */
  border-bottom: 1px solid #e2e8f0;
}
.p-icon {
  width: 50px; height: 50px; border-radius: 14px;
  background: var(--color-primary); 
  display: flex; align-items: center; justify-content: center;
}
.p-head .p-text{
    padding: 10px 20px;
}
/* Universal */
.uni-wrap {display: flex;gap: 34px;align-items: flex-start;padding: 30px 10px;}
.uni-visual img {
  width: 100%; height: 100%; object-fit: cover;
}
.detail-panel{
    max-width: 70vw;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    margin: 0 auto;
}
.p-head h2{ font-size: 28px; margin: 0; }
.uni-info h3 {font-size: 24px;font-weight: 700;margin-bottom: 8px;line-height: 1em;}
.uni-info > p {font-size: 16px;line-height: 1.7;color: var(--muted);margin: 0;}
.uni-list {list-style: none;margin-top: 13px;display: flex;flex-direction: column;gap: 8px;padding: 0;}
.uni-list li {display: flex;gap: 9px;align-items: center;font-size: 16px;color: var(--text);font-weight: 500;margin: 0;}
.uni-list li::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--color-primary); flex-shrink: 0; }
.action-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  /* margin-top: 20px; */
  padding: 12px 24px;
  border-radius: 10px;
  background: var(--color-primary);
  color: #fff !important;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 18px var(--shadow);
  transition: background .2s, transform .2s;
}
        /* Navigation */
        .swiper-button-prev,
        .swiper-button-next {
            color: #693D97;
            width: 50px;
            height: 50px;
            background: #f5f5f5;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            top: 57%;
        }
        .swiper-button-prev{
            left: -25px;
        }
        .swiper-button-next{
            right: -25px;
        }
        .swiper-button-prev:hover,
        .swiper-button-next:hover {
            background: #693D97;
            color: white;
        }

        .swiper-pagination {
            bottom: 0px !important;
        }

        .swiper-pagination-bullet {
            background: #693D97;
            opacity: 0.5;
        }

        .swiper-pagination-bullet-active {
            background: #693D97;
            opacity: 1;
        }

        /* Loading State */
        .loading-message,
        .error-message,
        .no-results-message {
            text-align: center;
            padding: 60px 20px;
            font-size: 16px;
            color: #666;
        }


        /* Responsive */
        @media (max-width: 768px) {
            .uni-wrap{
                flex-direction: column;
                gap: 20px;
            }
            .detail-panel,.card-selector-wrapper{
                max-width: 90vw;
            }
            .cards-selector-grid {
                gap: 20px;
                /* grid-template-columns: 1fr 1fr; */
                max-width: 90vw;
            }

            .card-selector-title {
                font-size: 14px;
            }
            .card-selector-footer{
                padding: 5px;
            }
            .buycard-card .card-selector-footer .card-selector-desc{
                display: none;
            }
        }

        @media (max-width: 576px) {
            .card-selector-section {
            }

            .slider-section {
                padding: 40px 0px;
            }
            .cards-selector-grid {
                gap: 15px;
                 /* grid-template-columns: 1fr; */
            }

            .swiper-button-prev, .swiper-button-next{
                width: 40px;
                height: 40px;
            }
            .swiper-button-prev{
            left: -2.5%;
        }
        .swiper-button-next{
            right: -2.5%;
        }
        }
    