/* Source: resources\views\customer\cart.blade.php */
.sp-cart-page {
    background: #f6f7fb;
    padding: 20px 0 60px;
}
.sp-cart-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.sp-cart-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.sp-cart-head h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
}
.sp-cart-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sp-cart-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 12px;
    background: #fff;
}
.sp-cart-thumb {
    width: 90px;
    height: 90px;
    border-radius: 12px;
    overflow: hidden;
    background: #f6f7fb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-cart-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sp-cart-info {
    flex: 1;
    min-width: 200px;
}
.sp-cart-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 6px;
}
.sp-cart-variant {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 6px;
}
.sp-cart-variant select {
    min-width: 140px;
}
.sp-cart-stock {
    font-size: 12px;
    color: #666;
}
.sp-cart-qty {
    display: flex;
    align-items: center;
    gap: 8px;
}
.sp-qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e4e6ef;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.sp-qty-btn {
    width: 32px;
    height: 36px;
    border: 0;
    background: #f3f4f7;
    font-weight: 700;
    color: #333;
}
.sp-qty-input {
    width: 52px;
    height: 36px;
    border: 0;
    text-align: center;
    font-size: 14px;
    outline: none;
}
.sp-cart-price {
    min-width: 140px;
    text-align: right;
}
.sp-cart-price .unit {
    font-weight: 700;
    color: #e53935;
}
.sp-cart-price .sub {
    font-size: 12px;
    color: #666;
}
.sp-cart-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sp-cart-footer {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.sp-cart-total {
    font-size: 16px;
    font-weight: 700;
}
.sp-cart-empty {
    text-align: center;
    padding: 30px 10px;
    color: #777;
}

@media (max-width: 767px) {
    .sp-cart-item {
        flex-direction: column;
        align-items: stretch;
    }
    .sp-cart-thumb {
        width: 100%;
        height: 180px;
    }
    .sp-cart-price {
        text-align: left;
        min-width: 0;
    }
    .sp-cart-actions {
        flex-direction: row;
    }
}


/* Source: resources\views\customer\contactus.blade.php */
.sp-static-page {
    background: #f6f7fb;
    padding: 30px 0 70px;
}
.sp-static-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.sp-static-head h1 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 800;
}
.sp-static-head p {
    margin: 0;
    color: #666;
    font-size: 13px;
}
.sp-static-section {
    margin-top: 18px;
}
.sp-static-section h4 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 800;
}
.sp-static-list {
    padding-left: 18px;
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #333;
}
.sp-static-list li {
    margin-bottom: 6px;
}
.sp-static-note {
    margin-top: 16px;
    padding: 12px;
    background: #fafafa;
    border: 1px dashed #e5e5e5;
    border-radius: 12px;
    font-size: 12px;
    color: #666;
}
@media (max-width: 767px) {
    .sp-static-card {
        padding: 16px;
    }
    .sp-static-head h1 {
        font-size: 20px;
    }
}


/* Source: resources\views\customer\faq.blade.php */
.sp-static-page {
    background: #f6f7fb;
    padding: 30px 0 70px;
}
.sp-static-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.sp-static-head h1 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 800;
}
.sp-static-head p {
    margin: 0;
    color: #666;
    font-size: 13px;
}
.sp-static-section {
    margin-top: 18px;
}
.sp-static-note {
    margin-top: 16px;
    padding: 12px;
    background: #fafafa;
    border: 1px dashed #e5e5e5;
    border-radius: 12px;
    font-size: 12px;
    color: #666;
}
@media (max-width: 767px) {
    .sp-static-card {
        padding: 16px;
    }
    .sp-static-head h1 {
        font-size: 20px;
    }
}


/* Source: resources\views\customer\market.blade.php */
/* =========================
   MARKET / PROMO (HOME STYLE)
   ========================= */
.sp-market {
    background: #f6f7f9;
    padding: 40px 0 80px;
}

.sp-market .sp-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.sp-market .sp-page-title {
    font-size: 26px;
    font-weight: 800;
    margin: 0;
    color: #111;
}

.sp-market .sp-page-subtitle {
    margin: 6px 0 0;
    font-size: 13px;
    color: #666;
}

.sp-market .sp-search {
    display: flex;
    width: 360px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0,0,0,.06);
}

.sp-market .sp-search input {
    flex: 1;
    border: 0;
    padding: 10px 12px;
    font-size: 13px;
}

.sp-market .sp-search button {
    width: 46px;
    border: 0;
    background: rgb(255,240,0);
}

.sp-market .sp-search button i {
    color: #000;
    font-size: 18px;
}

.sp-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 24px;
}

/* Filters */
.sp-filters {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 6px 16px rgba(0,0,0,.06);
    position: sticky;
    top: 90px;
    align-self: start;
}

.sp-filter-group + .sp-filter-group {
    margin-top: 18px;
}

.sp-filter-title {
    color: rgb(255,0,9);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.sp-filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sp-filter-list a {
    display: block;
    padding: 6px 0;
    color: #222;
    font-size: 13px;
}

.sp-filter-list a.active,
.sp-filter-list a:hover {
    color: rgb(255,0,9);
    font-weight: 700;
}

/* Toolbar */
.sp-toolbar {
    background: #fff;
    padding: 10px 14px;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0,0,0,.06);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.sp-result {
    font-size: 13px;
    color: #666;
}

.sp-result span {
    color: #111;
    font-weight: 700;
}

.sp-sort-btn {
    background: rgb(255,240,0);
    border: 0;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
}

/* Grid */
.sp-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.sp-grid .product {
    margin-bottom: 45px;
}

/* Card */
.sp-card {
    border-radius: 14px;
    border: 1px solid #eee;
    box-shadow: 0 6px 16px rgba(0,0,0,.06);
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sp-card-thumb {
    position: relative;
    height: 180px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sp-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgb(255,240,0);
    color: #000;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 12px;
}

.sp-stock {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #111;
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 12px;
}

.sp-stock.sp-out {
    background: #b30006;
}

.sp-card-body {
    padding: 12px;
    flex: 1;
}

.sp-card-category {
    font-size: 10px;
    text-transform: uppercase;
    color: #888;
}

.sp-card-title {
    font-size: 14px;
    margin: 6px 0 8px;
    font-weight: 700;
    line-height: 1.3;
}

.sp-card-title a {
    color: #111;
    text-decoration: none;
}

.sp-card-price .old {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    margin-right: 6px;
}

.sp-card-price .new {
    font-size: 14px;
    color: rgb(255,0,9);
    font-weight: 700;
}

.sp-card-stock {
    font-size: 12px;
    color: #666;
    margin-top: 6px;
}

.sp-card-actions {
    display: flex;
    gap: 8px;
    padding: 12px;
    border-top: 1px solid #f0f0f0;
}

.sp-action {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 0;
    background: #f2f2f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: all .2s ease;
}

.sp-action:hover {
    background: rgb(255,240,0);
}

.sp-action:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.sp-pagination {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.sp-empty {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    color: #666;
    box-shadow: 0 6px 16px rgba(0,0,0,.06);
}

@media (max-width: 1199px) {
    .sp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .sp-page-header {
        flex-direction: column;
        align-items: stretch;
    }

    .sp-search {
        width: 100%;
    }

    .sp-layout {
        grid-template-columns: 1fr;
    }

    .sp-filters {
        position: static;
    }
}

@media (max-width: 575px) {
    .sp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .sp-pagination {
        justify-content: center;
    }
}


/* Source: resources\views\customer\privacypolicy.blade.php */
.sp-static-page {
    background: #f6f7fb;
    padding: 30px 0 70px;
}
.sp-static-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.sp-static-head h1 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 800;
}
.sp-static-head p {
    margin: 0;
    color: #666;
    font-size: 13px;
}
.sp-static-section {
    margin-top: 18px;
}
.sp-static-section h4 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 800;
}
.sp-static-list {
    padding-left: 18px;
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #333;
}
.sp-static-list li {
    margin-bottom: 6px;
}
.sp-static-note {
    margin-top: 16px;
    padding: 12px;
    background: #fafafa;
    border: 1px dashed #e5e5e5;
    border-radius: 12px;
    font-size: 12px;
    color: #666;
}
@media (max-width: 767px) {
    .sp-static-card {
        padding: 16px;
    }
    .sp-static-head h1 {
        font-size: 20px;
    }
}


/* Source: resources\views\customer\product-detail.blade.php */
.product-detail-page {
    background: #f6f7fb;
}
.product-detail-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    overflow: hidden;
}
.product-gallery {
    position: relative;
    z-index: 1;
    max-width: 100%;
    overflow: hidden;
}
.product-detail {
    position: relative;
    z-index: 2;
}
.product-gallery .gallery-image {
    width: 100%;
    height: 440px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.product-gallery .gallery-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.product-gallery .thumb {
    width: 100%;
    height: 80px;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.product-gallery .thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    position: relative;
}
.product-gallery .swiper-button-prev,
.product-gallery .swiper-button-next {
    color: #333;
}
.product-detail .category {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
}
.product-detail .title {
    font-weight: 700;
    margin-top: 6px;
}
.product-detail .price .old {
    text-decoration: line-through;
    color: #999;
    margin-right: 8px;
}
.product-detail .price .new {
    font-size: 22px;
    font-weight: 700;
    color: #e53935;
}
.qty-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e4e6ef;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    width: fit-content;
}
.qty-btn {
    width: 32px;
    height: 36px;
    border: 0;
    background: #f3f4f7;
    font-weight: 700;
    color: #333;
}
.qty-btn:disabled {
    opacity: .5;
    cursor: not-allowed;
}
.qty-input {
    width: 52px;
    height: 36px;
    border: 0;
    text-align: center;
    font-size: 14px;
    outline: none;
}
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty-input[type=number] {
    -moz-appearance: textfield;
}
.btn-icon-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}
.btn-icon-text i {
    font-size: 18px;
    line-height: 1;
}
.product-detail .price-note {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}
.variant-box {
    border: 1px dashed #e4e6ef;
    border-radius: 12px;
    padding: 12px;
    background: #fafbff;
}
.product-desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #444;
    line-height: 1.6;
}
.product-desc.expanded {
    -webkit-line-clamp: unset;
}
@media (max-width: 991.98px) {
    .product-gallery .gallery-image {
        height: 360px;
    }
}
@media (max-width: 767.98px) {
    .product-detail-card {
        padding: 16px;
    }
    .product-detail {
        margin-top: 6px;
    }
    .product-gallery .gallery-image {
        height: 300px;
    }
    .product-gallery .thumb {
        height: 70px;
    }
    .product-detail .price .new {
        font-size: 20px;
    }
}


/* Source: resources\views\customer\refundpolicy.blade.php */
.sp-static-page {
    background: #f6f7fb;
    padding: 30px 0 70px;
}
.sp-static-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.sp-static-head h1 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 800;
}
.sp-static-head p {
    margin: 0;
    color: #666;
    font-size: 13px;
}
.sp-static-section {
    margin-top: 18px;
}
.sp-static-section h4 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 800;
}
.sp-static-list {
    padding-left: 18px;
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #333;
}
.sp-static-list li {
    margin-bottom: 6px;
}
.sp-static-note {
    margin-top: 16px;
    padding: 12px;
    background: #fafafa;
    border: 1px dashed #e5e5e5;
    border-radius: 12px;
    font-size: 12px;
    color: #666;
}
@media (max-width: 767px) {
    .sp-static-card {
        padding: 16px;
    }
    .sp-static-head h1 {
        font-size: 20px;
    }
}


/* Source: resources\views\customer\termandcondition.blade.php */
.sp-static-page {
    background: #f6f7fb;
    padding: 30px 0 70px;
}
.sp-static-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.sp-static-head h1 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 800;
}
.sp-static-head p {
    margin: 0;
    color: #666;
    font-size: 13px;
}
.sp-static-section {
    margin-top: 18px;
}
.sp-static-section h4 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 800;
}
.sp-static-list {
    padding-left: 18px;
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #333;
}
.sp-static-list li {
    margin-bottom: 6px;
}
.sp-static-note {
    margin-top: 16px;
    padding: 12px;
    background: #fafafa;
    border: 1px dashed #e5e5e5;
    border-radius: 12px;
    font-size: 12px;
    color: #666;
}
@media (max-width: 767px) {
    .sp-static-card {
        padding: 16px;
    }
    .sp-static-head h1 {
        font-size: 20px;
    }
}


/* Source: resources\views\customer\termofservice.blade.php */
.sp-static-page {
    background: #f6f7fb;
    padding: 30px 0 70px;
}
.sp-static-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.sp-static-head h1 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 800;
}
.sp-static-head p {
    margin: 0;
    color: #666;
    font-size: 13px;
}
.sp-static-section {
    margin-top: 18px;
}
.sp-static-section h4 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 800;
}
.sp-static-list {
    padding-left: 18px;
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #333;
}
.sp-static-list li {
    margin-bottom: 6px;
}
.sp-static-note {
    margin-top: 16px;
    padding: 12px;
    background: #fafafa;
    border: 1px dashed #e5e5e5;
    border-radius: 12px;
    font-size: 12px;
    color: #666;
}
@media (max-width: 767px) {
    .sp-static-card {
        padding: 16px;
    }
    .sp-static-head h1 {
        font-size: 20px;
    }
}


/* Source: resources\views\customer\wishlist.blade.php */
.sp-wishlist-page {
    background: #f6f7fb;
    padding: 20px 0 60px;
}
.sp-wishlist-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.sp-wishlist-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.sp-wishlist-head h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
}
.sp-wishlist-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sp-wishlist-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 12px;
    background: #fff;
}
.sp-wishlist-thumb {
    width: 90px;
    height: 90px;
    border-radius: 12px;
    overflow: hidden;
    background: #f6f7fb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-wishlist-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sp-wishlist-info {
    flex: 1;
    min-width: 200px;
}
.sp-wishlist-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 6px;
}
.sp-wishlist-price {
    font-size: 13px;
    color: #e53935;
    font-weight: 700;
}
.sp-wishlist-actions {
    display: flex;
    gap: 8px;
}
.sp-wishlist-empty {
    text-align: center;
    padding: 30px 10px;
    color: #777;
}

@media (max-width: 767px) {
    .sp-wishlist-item {
        flex-direction: column;
        align-items: stretch;
    }
    .sp-wishlist-thumb {
        width: 100%;
        height: 180px;
    }
}


/* Source: resources\views\customer\articles\index.blade.php */
.sp-blog-page {
    background: #f6f7fb;
    padding: 30px 0 60px;
}
.sp-blog-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}
.sp-blog-hero h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
}
.sp-blog-hero p {
    margin: 4px 0 0;
    color: #666;
}
.sp-blog-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
}
.sp-blog-thumb {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.sp-blog-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.sp-blog-meta {
    font-size: 12px;
    color: #777;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.sp-blog-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.sp-blog-desc {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}
.sp-blog-actions {
    margin-top: auto;
}
.sp-blog-empty {
    background: #fff;
    border: 1px dashed #e0e0e0;
    padding: 24px;
    border-radius: 14px;
    text-align: center;
    color: #777;
}
@media (max-width: 767px) {
    .sp-blog-hero h1 {
        font-size: 22px;
    }
    .sp-blog-thumb {
        height: 160px;
    }
}


/* Source: resources\views\customer\articles\show.blade.php */
.sp-article-page {
    background: #f6f7fb;
    padding: 30px 0 70px;
}
.sp-article-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.sp-article-head {
    margin-bottom: 16px;
}
.sp-article-head h1 {
    font-size: 28px;
    font-weight: 800;
    margin: 8px 0;
}
.sp-article-meta {
    font-size: 12px;
    color: #777;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.sp-article-body {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}
.sp-article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}
.sp-related-title {
    margin: 32px 0 16px;
    font-size: 20px;
    font-weight: 800;
}
.sp-related-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
}
.sp-related-thumb {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.sp-related-body {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
}
.sp-related-body h5 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}
@media (max-width: 767px) {
    .sp-article-card {
        padding: 18px;
    }
    .sp-article-head h1 {
        font-size: 22px;
    }
    .sp-related-thumb {
        height: 150px;
    }
}


/* Source: resources\views\customer\branches\index.blade.php */
.sp-branches-page {
    background: linear-gradient(180deg, #f5f7ff 0%, #fff 55%);
    padding: 30px 0 70px;
}
.sp-branches-head {
    margin-bottom: 20px;
}
.sp-branches-title {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #101424;
}
.sp-branches-subtitle {
    margin: 8px 0 0;
    color: #5f6780;
    font-size: 14px;
}
.sp-branch-card {
    background: #fff;
    border: 1px solid #e8ebf5;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(16, 20, 36, 0.08);
    height: 100%;
}
.sp-branch-image-wrap {
    height: 220px;
    background: #f7f8fc;
}
.sp-branch-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sp-branch-body {
    padding: 16px;
}
.sp-branch-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}
.sp-branch-name {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #111;
}
.sp-branch-city {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #fff4f4;
    color: #d31622;
    font-size: 12px;
    font-weight: 700;
}
.sp-branch-address {
    margin: 0 0 10px;
    color: #4b556f;
    line-height: 1.5;
    font-size: 14px;
}
.sp-branch-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.sp-branch-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f6f7fb;
    color: #20263c;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 600;
}
.sp-branch-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.sp-branch-actions .btn {
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
}
.sp-branch-map {
    border-top: 1px solid #edf0f7;
    padding: 0;
}
.sp-branch-map iframe {
    width: 100%;
    height: 230px;
    border: 0;
    display: block;
}
.sp-branches-empty {
    border: 1px dashed #ced5e7;
    border-radius: 14px;
    padding: 24px;
    text-align: center;
    background: #fff;
    color: #626e8a;
}
@media (max-width: 991px) {
    .sp-branches-title {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .sp-branches-page {
        padding: 22px 0 56px;
    }
    .sp-branch-image-wrap {
        height: 180px;
    }
    .sp-branch-name {
        font-size: 18px;
    }
    .sp-branch-actions .btn {
        width: 100%;
    }
}


/* Source: resources\views\customer\profile\profile.blade.php */
.sp-profile-page {
    background: #f6f7fb;
    padding: 24px 0 70px;
}
.sp-profile-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.sp-profile-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}
.sp-profile-user {
    display: flex;
    align-items: center;
    gap: 16px;
}
.sp-profile-avatar {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    overflow: hidden;
    background: #f6f7fb;
    border: 2px solid #fff;
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}
.sp-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.sp-profile-title {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
}
.sp-profile-meta {
    margin-top: 4px;
    font-size: 13px;
    color: #666;
    word-break: break-word;
    overflow-wrap: anywhere;
}
.sp-profile-nav {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.sp-profile-nav .nav-link {
    text-align: left;
    font-weight: 700;
    font-size: 13px;
    color: #333;
    border-radius: 10px;
    padding: 10px 12px;
}
.sp-profile-nav .nav-link.active {
    background: rgb(255,0,9);
    color: #fff;
}
.sp-section {
    margin-bottom: 18px;
}
.sp-section h4 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 800;
}
.sp-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}
.sp-info-item {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 12px;
    background: #fff;
}
.sp-info-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888;
    margin-bottom: 4px;
}
.sp-info-value {
    font-weight: 700;
    color: #222;
    word-break: break-word;
    overflow-wrap: anywhere;
}
.sp-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sp-item-card {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 12px;
    background: #fff;
    flex-wrap: wrap;
}
.sp-item-thumb {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    background: #f6f7fb;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.sp-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sp-item-info {
    flex: 1;
    min-width: 200px;
}
.sp-item-title {
    font-weight: 700;
    margin-bottom: 4px;
}
.sp-item-meta {
    font-size: 12px;
    color: #666;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.sp-item-value {
    font-weight: 700;
    color: #e53935;
}
.sp-form-card {
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 16px;
    background: #fff;
}
.sp-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}
.sp-help {
    font-size: 11px;
    color: #6c757d;
}
.sp-order-card {
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 14px;
    background: #fff;
}
.sp-order-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.sp-order-code {
    font-weight: 800;
}
.sp-order-date {
    font-size: 12px;
    color: #666;
}
.sp-order-total {
    font-weight: 800;
    color: #e53935;
}
.sp-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    background: #f1f2f6;
    color: #444;
}
.sp-order-actions {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.sp-empty {
    text-align: center;
    padding: 20px 10px;
    color: #777;
    background: #fafafa;
    border-radius: 12px;
    border: 1px dashed #e5e5e5;
}
.sp-address-card {
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 14px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.sp-address-info {
    flex: 1;
    min-width: 220px;
}
.sp-address-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.sp-tab-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.sp-qty-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.sp-qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e4e6ef;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.sp-qty-btn {
    width: 30px;
    height: 34px;
    border: 0;
    background: #f3f4f7;
    font-weight: 700;
    color: #333;
}
.sp-qty-input {
    width: 56px;
    height: 34px;
    border: 0;
    text-align: center;
    font-size: 14px;
    outline: none;
}
.sp-item-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.sp-address-actions form {
    margin: 0;
}
@media (max-width: 991px) {
    .sp-profile-nav {
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        padding: 8px;
    }
    .sp-profile-nav .nav-link {
        flex: 0 0 auto;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .sp-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    .sp-profile-head {
        flex-direction: column;
        align-items: flex-start;
    }
    .sp-item-card {
        flex-direction: column;
        align-items: stretch;
    }
    .sp-item-thumb {
        width: 100%;
        height: 180px;
    }
    .sp-item-actions {
        width: 100%;
    }
    .sp-item-actions .btn,
    .sp-address-actions .btn,
    .sp-tab-head .btn {
        width: 100%;
    }
    .sp-address-actions {
        width: 100%;
    }
}


/* Source: resources\views\customer\sales\show1.blade.php */
.sp-checkout-page {
    background: #f6f7fb;
    padding: 24px 0 70px;
}
.sp-checkout-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.sp-checkout-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}
.sp-checkout-title {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
}
.sp-checkout-sub {
    margin: 4px 0 0;
    font-size: 13px;
    color: #666;
}
.sp-stepper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 6px 0 18px;
}
.sp-step {
    flex: 1;
    min-width: 120px;
    text-align: center;
    padding: 8px 10px;
    background: #f1f2f6;
    color: #777;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}
.sp-step.active {
    background: rgb(255,0,9);
    color: #fff;
}
.sp-step-arrow {
    color: #bbb;
    font-weight: 700;
}
.sp-section {
    margin-top: 18px;
}
.sp-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}
.sp-section h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
}
.sp-muted {
    color: #7b7f8c;
    font-size: 12px;
}
.sp-order-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sp-order-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 14px;
    background: #fff;
    flex-wrap: wrap;
}
.sp-order-thumb {
    width: 84px;
    height: 84px;
    border-radius: 12px;
    background: #f6f7fb;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.sp-order-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sp-order-info {
    flex: 1;
    min-width: 200px;
}
.sp-order-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 6px;
}
.sp-order-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
    color: #666;
}
.sp-order-subtotal {
    min-width: 140px;
    text-align: right;
    font-weight: 700;
    color: #e53935;
}
.sp-empty {
    text-align: center;
    padding: 20px 10px;
    color: #777;
    background: #fafafa;
    border-radius: 12px;
    border: 1px dashed #e5e5e5;
}
.sp-address-card {
    background: #f9fafc;
    border: 1px dashed #e1e4ef;
    border-radius: 12px;
    padding: 14px;
}
.sp-address-line {
    margin: 0 0 6px;
    font-size: 13px;
    color: #333;
}
.sp-address-note {
    margin: 0;
    font-size: 12px;
    color: #666;
}
.sp-summary {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 18px;
}
.sp-summary-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 12px;
}
.sp-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 8px;
    gap: 12px;
}
.sp-summary-row .value {
    font-weight: 700;
}
.sp-summary-total {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 14px;
}
.sp-summary-shipping {
    margin-top: 12px;
}
.sp-summary-label {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.sp-shipping-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sp-shipping-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 13px;
}
.sp-shipping-option {
    display: flex;
    align-items: center;
    gap: 8px;
}
.sp-checkout-action {
    margin-top: 16px;
}
@media (max-width: 767px) {
    .sp-order-item {
        flex-direction: column;
        align-items: stretch;
    }
    .sp-order-thumb {
        width: 100%;
        height: 180px;
    }
    .sp-order-subtotal {
        text-align: left;
        min-width: 0;
    }
    .sp-step {
        flex: 1 1 100%;
    }
    .sp-step-arrow {
        display: none;
    }
}


/* Source: resources\views\customer\sales\show2.blade.php */
.sp-checkout-page {
    background: #f6f7fb;
    padding: 24px 0 70px;
}
.sp-checkout-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.sp-checkout-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}
.sp-checkout-title {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
}
.sp-checkout-sub {
    margin: 4px 0 0;
    font-size: 13px;
    color: #666;
}
.sp-stepper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 6px 0 18px;
}
.sp-step {
    flex: 1;
    min-width: 120px;
    text-align: center;
    padding: 8px 10px;
    background: #f1f2f6;
    color: #777;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}
.sp-step.active {
    background: rgb(255,0,9);
    color: #fff;
}
.sp-step-arrow {
    color: #bbb;
    font-weight: 700;
}
.sp-section {
    margin-top: 18px;
}
.sp-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}
.sp-section h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
}
.sp-muted {
    color: #7b7f8c;
    font-size: 12px;
}
.sp-order-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sp-order-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 14px;
    background: #fff;
    flex-wrap: wrap;
}
.sp-order-thumb {
    width: 84px;
    height: 84px;
    border-radius: 12px;
    background: #f6f7fb;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.sp-order-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sp-order-info {
    flex: 1;
    min-width: 200px;
}
.sp-order-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 6px;
}
.sp-order-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
    color: #666;
}
.sp-order-subtotal {
    min-width: 140px;
    text-align: right;
    font-weight: 700;
    color: #e53935;
}
.sp-empty {
    text-align: center;
    padding: 20px 10px;
    color: #777;
    background: #fafafa;
    border-radius: 12px;
    border: 1px dashed #e5e5e5;
}
.sp-form-card {
    background: #f9fafc;
    border: 1px dashed #e1e4ef;
    border-radius: 12px;
    padding: 14px;
}
.sp-summary {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 18px;
}
.sp-summary-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 12px;
}
.sp-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 8px;
    gap: 12px;
}
.sp-summary-row .value {
    font-weight: 700;
}
.sp-summary-total {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 14px;
}
.sp-summary-shipping {
    margin-top: 12px;
}
.sp-summary-label {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.sp-shipping-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sp-shipping-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 13px;
}
.sp-shipping-option {
    display: flex;
    align-items: center;
    gap: 8px;
}
.sp-checkout-action {
    margin-top: 16px;
}
@media (max-width: 767px) {
    .sp-order-item {
        flex-direction: column;
        align-items: stretch;
    }
    .sp-order-thumb {
        width: 100%;
        height: 180px;
    }
    .sp-order-subtotal {
        text-align: left;
        min-width: 0;
    }
    .sp-step {
        flex: 1 1 100%;
    }
    .sp-step-arrow {
        display: none;
    }
}


/* Source: resources\views\customer\topup\show3.blade.php */
.sp-checkout-page {
    background: #f6f7fb;
    padding: 24px 0 70px;
}
.sp-checkout-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.sp-checkout-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}
.sp-checkout-title {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
}
.sp-checkout-sub {
    margin: 4px 0 0;
    font-size: 13px;
    color: #666;
}
.sp-stepper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 6px 0 18px;
}
.sp-step {
    flex: 1;
    min-width: 120px;
    text-align: center;
    padding: 8px 10px;
    background: #f1f2f6;
    color: #777;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}
.sp-step.active {
    background: rgb(255,0,9);
    color: #fff;
}
.sp-step-arrow {
    color: #bbb;
    font-weight: 700;
}
.sp-pay-card {
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 18px;
    background: #fff;
}
.sp-pay-card h5 {
    font-weight: 800;
}
@media (max-width: 767px) {
    .sp-step {
        flex: 1 1 100%;
    }
    .sp-step-arrow {
        display: none;
    }
}


/* Source: resources\views\customer\topup\show4.blade.php */
.sp-checkout-page {
    background: #f6f7fb;
    padding: 24px 0 70px;
}
.sp-checkout-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.sp-checkout-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}
.sp-checkout-title {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
}
.sp-checkout-sub {
    margin: 4px 0 0;
    font-size: 13px;
    color: #666;
}
.sp-stepper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 6px 0 18px;
}
.sp-step {
    flex: 1;
    min-width: 120px;
    text-align: center;
    padding: 8px 10px;
    background: #f1f2f6;
    color: #777;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}
.sp-step.active {
    background: rgb(255,0,9);
    color: #fff;
}
.sp-step-arrow {
    color: #bbb;
    font-weight: 700;
}
.sp-pay-card {
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 18px;
    background: #fff;
}
.sp-pay-card h5 {
    font-weight: 800;
}
@media (max-width: 767px) {
    .sp-step {
        flex: 1 1 100%;
    }
    .sp-step-arrow {
        display: none;
    }
}


/* Source: resources\views\layouts\home-chat.blade.php */
/* Floating launcher */
.sp-chat-float {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1100;
}

.sp-chat-btn {
    border: none;
    background: transparent;
    width: 88px;
    height: 88px;
    position: relative;
    padding: 0;
    cursor: pointer;
}

.sp-chat-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.sp-chat-badge {
    position: absolute;
    top: 6px;
    right: 4px;
    min-width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #cf1020;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    border: 2px solid #fff;
}

.sp-chat-box {
    position: fixed;
    right: 18px;
    bottom: 112px;
    width: 380px;
    max-height: 78vh;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 46px rgba(12, 24, 42, 0.28);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 1100;
    opacity: 0;
    transform: translateY(18px);
    pointer-events: none;
    transition: all 0.25s ease;
}

.sp-chat-box.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.sp-chat-header {
    background: linear-gradient(135deg, #cf1020, #ff3d2a);
    color: #fff;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sp-chat-title-wrap h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
}

.sp-chat-subtitle {
    display: block;
    font-size: 12px;
    opacity: 0.92;
}

.sp-chat-close {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    padding: 0;
}

.sp-chat-login {
    padding: 14px;
    background: #f8fafc;
}

.sp-chat-login p {
    margin-bottom: 10px;
    font-size: 13px;
    color: #475467;
}

.sp-chat-main {
    display: flex;
    flex-direction: column;
    min-height: 320px;
    max-height: calc(78vh - 52px);
}

.sp-chat-quick-product {
    margin: 10px 12px 0;
}

.sp-chat-body {
    flex: 1;
    padding: 12px;
    overflow-y: auto;
    background: #f7f9fc;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sp-chat-empty {
    margin: auto;
    text-align: center;
    font-size: 13px;
    color: #667085;
    max-width: 240px;
}

.sp-chat-msg {
    max-width: 84%;
    background: #fff;
    border: 1px solid #e5eaf2;
    border-radius: 12px;
    padding: 9px;
}

.sp-chat-msg.user {
    margin-left: auto;
    background: #1f5eff;
    border-color: #1f5eff;
    color: #fff;
}

.sp-chat-msg.system {
    background: #f3f5f7;
    border-color: #d7dee6;
}

.sp-chat-text {
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 13px;
    line-height: 1.45;
}

.sp-chat-meta {
    margin-top: 7px;
    font-size: 11px;
    color: #667085;
}

.sp-chat-msg.user .sp-chat-meta {
    color: rgba(255, 255, 255, 0.84);
}

.sp-chat-msg.system .sp-chat-meta {
    color: #556170;
}

.sp-chat-image-link {
    display: inline-block;
    margin-top: 8px;
}

.sp-chat-image-link img {
    display: block;
    max-width: 190px;
    border-radius: 10px;
}

.sp-chat-product-card {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e4e9f1;
    border-radius: 10px;
    padding: 7px;
    background: #fff;
    color: #1f2937;
    text-decoration: none;
}

.sp-chat-msg.user .sp-chat-product-card {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.42);
    color: #fff;
}

.sp-chat-product-card img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.sp-chat-product-card strong {
    display: block;
    font-size: 12px;
    line-height: 1.2;
}

.sp-chat-product-card span {
    display: block;
    font-size: 11px;
}

.sp-chat-composer {
    border-top: 1px solid #e8edf5;
    background: #fff;
    padding: 10px;
}

.sp-chat-draft {
    margin-bottom: 7px;
}

.sp-chat-draft-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e7ecf3;
    border-radius: 10px;
    padding: 7px;
    background: #f8fafc;
}

.sp-chat-draft-inner img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
}

.sp-chat-draft-inner i {
    font-size: 20px;
}

.sp-chat-draft-inner strong {
    display: block;
    font-size: 12px;
}

.sp-chat-draft-inner span {
    display: block;
    font-size: 11px;
    color: #667085;
}

.sp-chat-draft-remove {
    margin-left: auto;
    border: none;
    background: transparent;
    font-size: 18px;
    line-height: 1;
    color: #475467;
}

.sp-chat-tools {
    display: flex;
    gap: 6px;
    margin-bottom: 7px;
}

.sp-chat-tool-btn {
    border: 1px solid #dfe5ef;
    background: #fff;
    border-radius: 999px;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    color: #344054;
}

.sp-chat-tool-btn i {
    font-size: 15px;
}

.sp-chat-input-row {
    display: flex;
    align-items: flex-end;
    gap: 7px;
}

.sp-chat-input-row textarea {
    flex: 1;
    border: 1px solid #dfe5ef;
    border-radius: 10px;
    min-height: 40px;
    max-height: 120px;
    padding: 8px 10px;
    resize: vertical;
    font-size: 13px;
}

.sp-chat-input-row button {
    border: none;
    background: #cf1020;
    color: #fff;
    border-radius: 10px;
    min-width: 72px;
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 700;
}

.sp-chat-product-results {
    max-height: 340px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.sp-chat-product-option {
    border: 1px solid #e6ebf2;
    background: #fff;
    border-radius: 10px;
    padding: 7px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left;
}

.sp-chat-product-option img {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    object-fit: cover;
}

.sp-chat-product-option strong {
    display: block;
    font-size: 13px;
    line-height: 1.2;
}

.sp-chat-product-option span {
    display: block;
    font-size: 11px;
    color: #667085;
}

@media (max-width: 991px) and (min-width: 768px) {
    .sp-chat-box {
        width: 420px;
        max-height: 72vh;
    }

    .sp-chat-main {
        max-height: calc(72vh - 52px);
    }
}

@media (max-width: 767px) {
    .sp-chat-float {
        right: 10px;
        bottom: 10px;
    }

    .sp-chat-btn {
        width: 74px;
        height: 74px;
    }

    .sp-chat-box {
        right: 10px;
        left: 10px;
        width: auto;
        bottom: 94px;
        max-height: 72vh;
    }

    .sp-chat-main {
        max-height: calc(72vh - 52px);
    }

    .sp-chat-msg {
        max-width: 92%;
    }

    .sp-chat-tools {
        flex-wrap: wrap;
    }

    .sp-chat-input-row {
        flex-direction: column;
        align-items: stretch;
    }

    .sp-chat-input-row button {
        width: 100%;
    }
}
/* Source: resources\views\layouts\home-footer.blade.php */
/* =========================================================
   FOOTER BASE
   ========================================================= */
.footer-area {
    background: rgb(255,0,9);
    color: #fff;
    font-size: 13px;
}

.footer-area a {
    color: #fff;
    text-decoration: none;
    transition: all .25s ease;
}

.footer-area a:hover {
    color: rgb(255,240,0);
}

/* =========================================================
   FOOTER TOP
   ========================================================= */
.footer-top {
    padding: 50px 0 32px;
}

.footer-logo img {
    max-width: 180px;
    margin-bottom: 16px;
}

/* =========================================================
   FOOTER HEADING
   ========================================================= */
.footer-area .footer-herading {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px;
    color: rgb(255,240,0);
}

/* =========================================================
   FOOTER LINKS
   ========================================================= */
.footer-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-area ul li {
    margin-bottom: 6px;
}

.footer-area ul li a {
    font-size: 13px;
    line-height: 1.6;
}

/* =========================================================
   SOCIAL ICON
   ========================================================= */
.footer-area .link-follow {
    display: flex;
    gap: 12px;
    margin-top: 14px;
}

.footer-area .link-follow svg,
.footer-area .link-follow i {
    width: 22px;
    height: 22px;
    fill: rgb(255,240,0);
    color: rgb(255,240,0);
    font-size: 22px;
    transition: all .3s ease;
}

.footer-area .link-follow a:hover svg,
.footer-area .link-follow a:hover i {
    transform: scale(1.15);
    fill: #fff;
    color: #fff;
}

/* =========================================================
   CONTACT INFO
   ========================================================= */
.footer-area .phone,
.footer-area .mail {
    font-size: 13px;
    margin-bottom: 6px;
}

.footer-area .phone a,
.footer-area .mail a {
    color: rgb(255,240,0);
}


/* =========================================================
   FOOTER CONTACT LIST
   ========================================================= */
.footer-area .footer-contact-list {
    margin-top: 12px;
}

.footer-area .footer-contact-item {
    font-size: 13px;
    margin-bottom: 6px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.footer-area .footer-contact-label {
    font-weight: 600;
    color: rgb(255,240,0);
}

.footer-area .footer-contact-value a {
    color: rgb(255,240,0);
}
/* =========================================================
   FOOTER BOTTOM
   ========================================================= */
.footer-bottom {
    border-top: 1px solid rgba(255,240,0,.5);
    padding: 18px 0;
    font-size: 12px;
}

.footer-bottom .payment-mth img {
    max-height: 32px;
}

.footer-bottom .copy-text {
    margin: 0;
    color: #fff;
}

/* =========================================================
   MOBILE
   ========================================================= */

    .footer-area {
        font-size: 11px;
    }

    .footer-top {
        padding: 32px 0 22px;
        text-align: center;
    }

    .footer-logo img {
        margin: 0 auto 12px;
    }

    .footer-area .footer-herading {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .footer-area ul li {
        margin-bottom: 4px;
    }

    .footer-area ul li a {
        font-size: 11px;
    }

    .footer-area .link-follow {
        justify-content: center;
    }

    .footer-area .link-follow svg,
    .footer-area .link-follow i {
        width: 18px;
        height: 18px;
        font-size: 18px;
    }

    .footer-bottom {
        text-align: center;
        padding: 14px 0;
    }

    .footer-bottom .payment-mth img {
        max-height: 22px;
        margin-bottom: 8px;
    }

    .footer-bottom .copy-text {
        font-size: 10px;
    }
}
/* =========================================================
   PLAY STORE BADGE
   ========================================================= */
.footer-area .playstore-badge {
    margin-top: 14px;
}

.footer-area .playstore-badge img {
    max-width: 160px;
    transition: transform .25s ease;
}

.footer-area .playstore-badge a:hover img {
    transform: scale(1.05);
}

/* MOBILE */
    .footer-area .playstore-badge {
        display: flex;
        justify-content: center;
    }

    .footer-area .playstore-badge img {
        max-width: 140px;
    }
}
/* =========================================================
   FOOTER EXTRA SECTION
   ========================================================= */
.footer-area .footer-subtitle {
    font-size: 12px;
    font-weight: 600;
    color: rgb(255,240,0);
    margin-bottom: 8px;
}

/* PAYMENT */
.footer-area .payment-list img {
    max-height: 32px;
    margin-right: 6px;
    margin-bottom: 6px;
}

/* PLAY STORE */
.footer-area .playstore-badge {
    margin-top: 14px;
}

.footer-area .playstore-badge img {
    max-width: 160px;
    transition: transform .25s ease;
}

.footer-area .playstore-badge a:hover img {
    transform: scale(1.05);
}

/* MOBILE */
@media (max-width: 575px) {
    .footer-area .payment-list {
        text-align: center;
    }

    .footer-area .payment-list img {
        max-height: 24px;
    }

    .footer-area .playstore-badge {
        display: flex;
        justify-content: center;
    }
    .footer-area .footer-contact-item {
        justify-content: center;
    }
}


/* Source: resources\views\layouts\home-header.blade.php */
/* =========================================================
   RESET & BASE
   ========================================================= */
.sp-header * { box-sizing: border-box; }
.sp-header a { text-decoration: none; }

/* =========================================================
   DESKTOP HEADER
   ========================================================= */
.sp-header-top {
    background: rgb(255,0,9);
    padding: 14px 0;
}

.sp-logo img {
    max-height: 48px;
}

/* SEARCH */
.sp-search {
    display: flex;
}
.sp-search input {
    flex: 1;
    height: 42px;
    border: none;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 6px 0 0 6px;
}
.sp-search button {
    width: 48px;
    border: none;
    background: rgb(255,240,0);
    border-radius: 0 6px 6px 0;
}
.sp-search button i { color:#000; font-size:18px; }

/* RIGHT ICON */
.sp-header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
}
.sp-icon {
    position: relative;
    font-size: 20px;
    color: #fff;
}
.sp-mobile-icon-btn {
    position: relative;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.sp-mobile-icon-btn i {
    font-size: 22px;
    color: #fff;
}
.sp-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: rgb(255,240,0);
    color: #000;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 50%;
}
.sp-auth {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

/* HEADER NOTIFICATION */
.sp-notification-wrap {
    position: relative;
}
.sp-notification-toggle {
    border: 0;
    background: transparent;
    padding: 0;
    line-height: 1;
    cursor: pointer;
}
.sp-notification-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(380px, 90vw);
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.16);
    overflow: hidden;
    z-index: 1200;
}
.sp-notification-dropdown.show {
    display: block;
}
.sp-notification-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 14px;
    border-bottom: 1px solid #f1f1f1;
    background: #fafafa;
}
.sp-notification-header h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}
.sp-notification-mark-btn {
    border: 0;
    background: transparent;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
    cursor: pointer;
}
.sp-notification-list {
    max-height: 360px;
    overflow-y: auto;
}
.sp-notification-item {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 11px 14px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border-bottom: 1px solid #f6f6f6;
    cursor: pointer;
}
.sp-notification-item:last-child {
    border-bottom: 0;
}
.sp-notification-item:hover {
    background: #f9fbff;
}
.sp-notification-item.new {
    background: #f0f7ff;
}
.sp-notification-icon {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    flex: 0 0 28px;
}
.sp-notification-icon.transaction {
    background: #2563eb;
}
.sp-notification-icon.chat {
    background: #0f766e;
}
.sp-notification-icon.success {
    background: #16a34a;
}
.sp-notification-icon.failed {
    background: #dc2626;
}
.sp-notification-content {
    flex: 1;
    min-width: 0;
}
.sp-notification-title {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 2px;
}
.sp-notification-message {
    font-size: 12px;
    color: #4b5563;
    line-height: 1.45;
    margin-bottom: 3px;
}
.sp-notification-time {
    font-size: 11px;
    color: #6b7280;
}
.sp-notification-empty {
    padding: 16px 14px;
    text-align: center;
    color: #6b7280;
    font-size: 12px;
}
.sp-notification-footer {
    padding: 10px 14px;
    border-top: 1px solid #f1f1f1;
    text-align: center;
    background: #fafafa;
}
.sp-notification-footer a {
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 600;
}
.sp-notification-mobile-actions {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
}
.sp-notification-offcanvas .offcanvas-header {
    border-bottom: 1px solid #f1f1f1;
}
.sp-notification-offcanvas .offcanvas-body {
    padding-top: 12px;
}
.sp-notification-offcanvas .sp-notification-list {
    max-height: none;
}

/* =========================================================
   DESKTOP NAV
   ========================================================= */
.sp-header-nav {
    background: rgb(255,0,9);
    padding-bottom: 14px;
}
.sp-nav {
    display: flex;
    justify-content: center;
    gap: 28px;
    background: rgb(255,240,0);
    padding: 10px 32px;
    border-radius: 6px;
    list-style: none;
    margin: 0;
}
.sp-nav li { list-style: none; }
.sp-nav a {
    font-weight: 700;
    color: #000;
}

/* =========================================================
   MOBILE HEADER
   ========================================================= */
.sp-mobile-header {
    display: none;
    background: rgb(255,0,9);
    position: sticky;
    top: 0;
    z-index: 1050;
}
.sp-mobile-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
}
.sp-mobile-burger {
    background: none;
    border: none;
    color: #fff;
    font-size: 26px;
}
.sp-mobile-logo img {
    height: 34px;
}
.sp-mobile-icons {
    display: flex;
    gap: 14px;
}
.sp-mobile-icons a {
    position: relative;
}
.sp-mobile-icons i {
    font-size: 22px;
    color: #fff;
}
.sp-mobile-icons .sp-badge {
    top: -4px;
    right: -6px;
}

/* SEARCH DROPDOWN */
.sp-mobile-search {
    display: none;
    background: rgb(255,0,9);
    padding: 8px 12px;
}
.sp-mobile-search input {
    width: 100%;
    height: 38px;
    border-radius: 6px;
    border: none;
    padding: 0 12px;
}
.sp-mobile-header.search-open .sp-mobile-search {
    display: block;
}

/* =========================================================
   OFFCANVAS MENU
   ========================================================= */
.sp-offcanvas {
    width: 280px;
    background: #fff;
}
.sp-offcanvas .offcanvas-header {
    background: rgb(255,0,9);
    color: #fff;
}
.sp-mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sp-mobile-menu li {
    border-bottom: 1px solid #eee;
}
.sp-mobile-menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.sp-mobile-menu i {
    font-size: 18px;
    color: rgb(255,0,9);
}
.sp-mobile-auth {
    padding: 16px;
    border-top: 8px solid #f2f2f2;
}
.sp-mobile-auth a {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    color: #000;
}

/* =========================================================
   RESPONSIVE SWITCH
   ========================================================= */
@media (max-width: 991px) {
    .sp-header-top,
    .sp-header-nav { display: none; }
    .sp-mobile-header { display: block; }
}
/* =========================================================
   ADMIN PANEL BUTTON
   ========================================================= */
.sp-admin-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    background: rgb(255,240,0);
    color: #000 !important;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    transition: all .25s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.sp-admin-btn i {
    font-size: 14px;
}

.sp-admin-btn:hover {
    background: #fff;
    color: rgb(255,0,9) !important;
    transform: translateY(-1px);
}

/* MOBILE ADMIN PANEL */
.sp-mobile-auth .sp-admin-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    border-radius: 6px;
}

/* OPTIONAL BADGE STYLE */
.sp-admin-badge {
    background: rgb(255,0,9);
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 6px;
}

/* =========================================================
   CART / WISHLIST OFFCANVAS (CUSTOM)
   ========================================================= */
body.offcanvas-open {
    overflow: hidden;
}
.offcanvas.offcanvas-cart,
.offcanvas.offcanvas-wishlist {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    height: 100%;
    width: 360px;
    max-width: 90vw;
    background: #fff;
    z-index: 1055;
    transform: translateX(100%);
    transition: transform .3s ease;
    padding: 16px;
    display: block;
    visibility: visible; /* override bootstrap hidden */
}
.offcanvas.offcanvas-cart.offcanvas-open,
.offcanvas.offcanvas-wishlist.offcanvas-open {
    transform: translateX(0);
}
.offcanvas .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.offcanvas .inner .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 6px 14px;
}
.offcanvas .inner .head .title {
    font-weight: 700;
    color: #111;
}
.offcanvas .inner .head .offcanvas-close {
    border: 0;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    color: #222;
}
.offcanvas .inner .body {
    flex: 1;
    overflow: auto;
}
.offcanvas-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    display: none;
    z-index: 1050;
}
.offcanvas-overlay.show {
    display: block;
}
@media (max-width: 575px) {
    .offcanvas.offcanvas-cart,
    .offcanvas.offcanvas-wishlist {
        width: 300px;
    }
}


/* Source: resources\views\layouts\home-product.blade.php */
/* =========================
   SWIPER CORE FIX
   ========================= */
.swiper {
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    box-sizing: border-box;
}

/* ðŸ”´ RUANG AMAN UNTUK SHADOW */
.swiper-slide {
    flex-shrink: 0;
    padding: 8px;                 /* ruang shadow */
    box-sizing: border-box;
}

/* =========================
   PRODUCT CARD (BOX + SHADOW)
   ========================= */
.product {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    width: 100%;

    border-radius: 12px;
    border: 1px solid #eeeeee;

    /* shadow aman (tidak terlalu lebar) */
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);

    overflow: hidden; /* penting */
}

/* =========================
   THUMB
   ========================= */
.product .thumb {
    width: 100%;
    height: 140px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.product .thumb .thumb-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.product .sold-out-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #d90429;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 999px;
    letter-spacing: .3px;
    z-index: 2;
}

.product.is-sold-out .thumb img {
    opacity: .7;
    filter: grayscale(35%);
}

/* =========================
   CONTENT
   ========================= */
.product .content {
    padding: 6px;
}

.product .category {
    font-size: 9px;
    color: #888;
    text-transform: uppercase;
}

.product-title {
    font-size: 11px;
    line-height: 1.25;
    margin: 4px 0;
}

.product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #222;
    text-decoration: none;
}

/* PRICE */
.product .price {
    margin-top: 6px;
    font-size: 12px;
}

.product .price .new {
    font-weight: 700;
    color: #e53935;
}

.product .price .old {
    font-size: 10px;
    color: #999;
    text-decoration: line-through;
    margin-right: 4px;
}

/* ACTIONS (Market Only) */
.product-actions {
    display: flex;
    gap: 6px;
    margin-top: 8px;
}

.product-actions .action-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid #eee;
    background: #f7f7f7;
    color: #222;
    font-size: 10px;
    font-weight: 700;
    padding: 6px 8px;
    text-decoration: none;
    transition: all .2s ease;
}

.product-actions .action-btn i {
    font-size: 14px;
}

.product-actions .action-btn.cart {
    background: #fffbe6;
    border-color: #ffe08a;
}

.product-actions .action-btn.wish {
    background: #fff;
    border-color: #ffd6d6;
    color: #b30006;
}

.product-actions .action-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.product-actions .action-btn:disabled {
    opacity: .5;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

/* FLASH SALE COUNTDOWN */
.flash-countdown {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 600;
    color: #b30006;
    background: #fff1f1;
    padding: 4px 6px;
    border-radius: 8px;
}

.flash-countdown .flash-label {
    font-weight: 700;
}

.flash-countdown.ended {
    color: #777;
    background: #f1f1f1;
}

/* CART/WISHLIST MODAL IMAGE */
.tt-modal-product .tt-img {
    width: 160px;
    height: 160px;
    margin: 10px auto 0;
    border-radius: 14px;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.tt-modal-product .tt-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.tt-modal-title {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    text-align: center;
    line-height: 1.4;
}

/* =========================
   ROW SLIDER
   ========================= */
.row-slider {
    padding: 20px;
    margin-bottom: 48px;
    position: relative;
}

.row-slider-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
}

.row-slider-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.row-slider-head .row-slider-title {
    margin-bottom: 0;
}

.row-slider-more {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: #b30006;
}

.row-slider-more:hover {
    color: #8f0005;
    text-decoration: underline;
}

/* lebar card tetap (sesuai yang sudah OK) */
.row-slider.product .product {
    width: 220px;
}

/* NAVIGATION */
.row-slider .swiper-button-prev,
.row-slider .swiper-button-next {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,.9);
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    color: #333;
}

.row-slider .swiper-button-prev::after,
.row-slider .swiper-button-next::after {
    font-size: 14px;
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 575px) {
    .row-slider.product .product {
        width: 140px;
    }

    .product .thumb {
        height: 110px;
    }

    .product-title {
        font-size: 10px;
    }

    /* shadow & ruang lebih tipis di mobile */
    .swiper-slide {
        padding: 6px;
    }

    .product {
        box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    }

    .product-actions {
        gap: 4px;
    }

    .product-actions .action-btn span {
        display: none;
    }
}

@media (min-width: 575px) and (max-width: 768px) {
    .row-slider.product .product {
        width: 150px;
    }

    .product .thumb {
        height: 110px;
    }

    .product-title {
        font-size: 10px;
    }

    /* shadow & ruang lebih tipis di mobile */
    .swiper-slide {
        padding: 6px;
    }

    .product {
        box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    }

    .tt-modal-product .tt-img {
        width: 120px;
        height: 120px;
    }

    .tt-modal-title {
        font-size: 12px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .tt-modal-product .tt-img {
        width: 140px;
        height: 140px;
    }
}

/* =========================
   iPAD FIX (LANDSCAPE & PORTRAIT)
   ========================= */
@media (min-width: 768px) and (max-width: 1280px) {

    /* perkecil card agar muat */
    .row-slider.product .product {
        width: 160px;
    }

    /* ruang shadow sedikit dipersempit */
    .swiper-slide {
        padding: 6px;
    }

    .product {
        box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    }
}

/* =========================
   OPTIONAL: HOVER (DESKTOP ONLY)
   ========================= */
@media (hover: hover) and (pointer: fine) {
    .product {
        transition: box-shadow .25s ease, transform .25s ease;
    }
    .product:hover {
        box-shadow: 0 10px 24px rgba(0,0,0,0.14);
        transform: translateY(-4px);
    }
}


/* Source: resources\views\layouts\home-slide-brand.blade.php */
/* =========================
   BRAND AREA V2
   ========================= */
.brand-area-v2 {
    background: rgb(255, 216, 194);
    padding: 50px 48px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

/* TITLE */
.brand-section-title {
    text-align: center;
    margin-bottom: 32px;
}

.brand-section-title h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

.brand-section-title p {
    font-size: 13px;
    color: #555;
}

/* ITEM */
.brand-item-v2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-item-v2 a {
    width: 220px;
    height: 90px;
    background: #fff;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .35s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

.brand-item-v2 img {
    max-width: 140px;
    max-height: 40px;
    filter: grayscale(100%);
    opacity: .75;
    transition: all .35s ease;
}

.brand-item-v2 a:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* =========================
   NAVIGATION ARROWS
   ========================= */
.brand-slider-v2 .swiper-button-prev,
.brand-slider-v2 .swiper-button-next {
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    color: #333;
}

.brand-slider-v2 .swiper-button-prev::after,
.brand-slider-v2 .swiper-button-next::after {
    font-size: 14px;
    font-weight: bold;
}

/* MOBILE */
@media (max-width: 575px) {

    .brand-area-v2 {
        padding: 20px 20px;
    }

    .brand-section-title h4 {
        font-size: 17px;
    }

    .brand-item-v2 a {
        width: 95px;
        height: 56px;
    }

    .brand-item-v2 img {
        max-width: 52px;
        max-height: 30px;
    }
}


/* Source: resources\views\layouts\home-slide-category.blade.php */
/* =========================================================
   CATEGORY SLIDER
   ========================================================= */
.category-slider {
    margin-bottom: 60px;
}

.category-slider .swiper {
    overflow: hidden;
}

.category-slider .swiper-slide {
    width: auto;
}

/* CARD */
.category-card {
    width: 160px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    padding: 20px 10px;
    transition: all .3s ease;
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}

.category-icon i {
    font-size: 36px;
    color: rgb(255,0,9);
    margin-bottom: 10px;
}

.category-card h5 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
    color: #222;
}

.category-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* =========================================================
   SUB CATEGORY MODAL (RESPONSIVE BEHAVIOR)
   ========================================================= */
.subcat-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 9998;
    display: none;
}

/* ===== MOBILE (BOTTOM SHEET) ===== */
.subcat-modal {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(100%);
    width: 100%;
    max-width: 520px;
    background: #fff;
    border-radius: 18px 18px 0 0;
    padding: 18px;
    z-index: 9999;

    visibility: hidden;
    pointer-events: none;

    transition: transform .35s ease, visibility .35s ease;
}

.subcat-modal.active {
    transform: translateX(-50%) translateY(0);
    visibility: visible;
    pointer-events: auto;
}

/* HEADER */
.subcat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.subcat-header h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.subcat-close {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

/* LIST */
.subcat-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.subcat-item {
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: .25s;
    background: #fafafa;
}

.subcat-item:hover {
    background: rgb(255,216,194);
    border-color: rgb(255,216,194);
}
.subcat-item {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* MOBILE */
@media (max-width: 575px) {
    .category-card {
        width: 120px;
        padding: 14px 8px;
    }

    .category-icon i {
        font-size: 26px;
    }

    .category-card h5 {
        font-size: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* ===== DESKTOP (DROP FROM TOP) ===== */
@media (min-width: 768px) {

    .subcat-modal {
        top: 80px;              /* â¬… muncul dari atas */
        bottom: auto;
        max-width: 420px;
        border-radius: 16px;
        transform: translateX(-50%) translateY(-40px);
        opacity: 0;
    }

    .subcat-modal.active {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}


/* Source: resources\views\layouts\home-slide-feature.blade.php */
/* =========================================================
   FEATURE SLIDER - BASE
   ========================================================= */
.feature-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* SWIPER STRUCTURE */
.feature-slider,
.feature-slider .swiper-wrapper,
.feature-slider .swiper-slide {
    width: 100%;
}

.feature-slide,
.feature-slider .swiper-slide {
    display: block;
}
/* =========================================================
   FEATURE SLIDE - DESKTOP (1920 x 500)
   ========================================================= */
.feature-slide {
    width: 100%;
    aspect-ratio: 1920 / 500;
    background-color: #ffffff;
}

.feature-slide picture,
.feature-slide img {
    width: 100%;
    height: 100%;
    display: block;
}

.feature-slide img {
    object-fit: cover;
}

/* =========================================================
   FEATURE SLIDE - MOBILE (1080 x 300)
   ========================================================= */
@media (max-width: 575px) {

    .feature-slide {
        aspect-ratio: 18 / 5;     /* 1080 x 300 */
        background-color: #ffffff;
    }

    .feature-slide img {
        object-fit: contain;
    }

    .feature-slider,
    .feature-slider .swiper-wrapper,
    .feature-slider .swiper-slide {
        height: auto !important;
    }
}

/* =========================================================
   ZOOM SAFETY
   ========================================================= */
@media (min-resolution: 120dpi) {
    .feature-slide img {
        object-fit: contain;
    }
}

/* =========================================================
   FEATURE PAGINATION
   ========================================================= */
.feature-slider .swiper-pagination-bullet {
    background: rgba(255,255,255,.6);
    opacity: 1;
}

.feature-slider .swiper-pagination-bullet-active {
    background: #ffffff;
}

/* Flash Sale expired states */
.sp-cart-item.is-flash-expired,
.sp-order-item.is-flash-expired {
    opacity: 0.6;
    background: #f3f4f6;
    border-color: #d6d7db;
}

.sp-cart-flash-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    background: #ffe2e2;
    color: #b30006;
}

.sp-cart-flash-badge.expired {
    background: #e5e7eb;
    color: #4b5563;
}

.sp-cart-flash-note,
.sp-order-flash-note {
    margin-top: 6px;
    font-size: 12px;
    color: #b45309;
}


/* Source: resources\views\layouts\home-slide-promo-pembayaran.blade.php */
/* ================= PROMO PEMBAYARAN SLIDER ================= */
.promo-pembayaran-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* SWIPER STRUCTURE */
.promo-pembayaran-slider,
.promo-pembayaran-slider .swiper-wrapper,
.promo-pembayaran-slider .swiper-slide {
    width: 100%;
}

.promo-pembayaran-slide,
.promo-pembayaran-slider .swiper-slide {
    display: block;
}
/* ================= DESKTOP (1920 x 500) ================= */
.promo-pembayaran-slide {
    width: 100%;
    aspect-ratio: 1920 / 500;
    background-color: #ffffff;
}

.promo-pembayaran-slide picture,
.promo-pembayaran-slide img {
    width: 100%;
    height: 100%;
    display: block;
}

.promo-pembayaran-slide img {
    object-fit: cover;
}

/* ================= MOBILE (1080 x 300) ================= */
@media (max-width: 575px) {

    .promo-pembayaran-slide {
        aspect-ratio: 18 / 5;     /* 1080 x 300 */
        background-color: #ffffff;
    }

    .promo-pembayaran-slide img {
        object-fit: contain;
    }

    .promo-pembayaran-slider,
    .promo-pembayaran-slider .swiper-wrapper,
    .promo-pembayaran-slider .swiper-slide {
        height: auto !important;
    }
}

/* ================= ZOOM SAFETY ================= */
@media (min-resolution: 120dpi) {
    .promo-pembayaran-slide img {
        object-fit: contain;
    }
}

/* ================= PAGINATION ================= */
.promo-pembayaran-slider .swiper-pagination-bullet {
    background: rgba(255,255,255,.6);
    opacity: 1;
}

.promo-pembayaran-slider .swiper-pagination-bullet-active {
    background: #ffffff;
}


/* Source: resources\views\layouts\home-slide-promo.blade.php */
/* ================= PROMO SLIDER ================= */
.promo-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* SWIPER STRUCTURE */
.promo-slider,
.promo-slider .swiper-wrapper,
.promo-slider .swiper-slide {
    width: 100%;
}

.promo-slide,
.promo-slider .swiper-slide {
    display: block;
}
/* =================================================
   PROMO SLIDE - DESKTOP (1920 x 800)
   ================================================= */
.promo-slide {
    width: 100%;
    aspect-ratio: 1920 / 800;      /* size reference */
    background-color: #ffffff;
}

.promo-slide picture,
.promo-slide img {
    width: 100%;
    height: 100%;
    display: block;
}

.promo-slide img {
    object-fit: cover;
}

/* =================================================
   MOBILE (1080 x 300)
   ================================================= */
@media (max-width: 575px) {

    .promo-slide {
        aspect-ratio: 18 / 5;      /* 1080 x 300 */
        background-color: #ffffff;
    }

    .promo-slide img {
        object-fit: contain;  /* no crop */
    }
}

/* =================================================
   ZOOM SAFETY (ANTI CROP)
   ================================================= */
@media (min-resolution: 120dpi) {
    .promo-slide img {
        object-fit: contain;  /* safe when zoomed */
    }
}

/* =================================================
   NAVIGATION
   ================================================= */
.promo-slider .swiper-button-next,
.promo-slider .swiper-button-prev {
    color: #ffffff;
}

.promo-slider .swiper-pagination-bullet {
    background: rgba(255,255,255,.6);
    opacity: 1;
}

.promo-slider .swiper-pagination-bullet-active {
    background: #ffffff;
}


/* Source: resources/views/layouts/home-login.blade.php */
body {
    background: #f4f6f9;
}

/* LOGIN AREA */
.login-area {
    padding: 90px 0;
}

.login-card {
    background: #fff;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

/* TAB */
.login-register-tab-list {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
}

.login-register-tab-list a {
    padding: 12px 24px;
    font-weight: 600;
    color: #777;
    border-bottom: 3px solid transparent;
    text-decoration: none;
}

.login-register-tab-list a.active {
    color: #0d6efd;
    border-color: #0d6efd;
}

/* FORM */
.login-register-form input {
    width: 100%;
    padding: 12px 42px 12px 14px;
    margin-bottom: 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.login-register-form button {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
}

.login-toggle-btn {
    font-size: 13px;
    margin-bottom: 12px;
}

.login-toggle-btn a {
    float: right;
}

/* PASSWORD TOGGLE */
.password-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    font-size: 18px;
}

.toggle-password:hover {
    color: #0d6efd;
}

/* GOOGLE BUTTON */
.google-auth {
    margin-top: 14px;
}

.google-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 44px;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 6px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #3c4043;
    cursor: pointer;
}

.google-btn:hover {
    background: #f7f8f8;
}

.google-btn img {
    width: 18px;
}

.divider {
    text-align: center;
    font-size: 13px;
    color: #999;
    margin: 14px 0;
}


/* Source: global customer table paging */
.main-wrapper .sp-auto-table-responsive {
    width: 100%;
}

.main-wrapper .sp-auto-table-pager {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.main-wrapper .sp-auto-table-pager-left,
.main-wrapper .sp-auto-table-pager-right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.main-wrapper .sp-auto-table-size-label {
    margin: 0;
    font-size: 12px;
    color: #6c757d;
    font-weight: 600;
}

.main-wrapper .sp-auto-table-size {
    width: auto;
    min-width: 72px;
}

.main-wrapper .sp-auto-table-info {
    font-size: 12px;
    color: #495057;
}

.main-wrapper .sp-auto-table-pages {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .main-wrapper .sp-auto-table-pager {
        flex-direction: column;
        align-items: stretch;
    }

    .main-wrapper .sp-auto-table-pager-left,
    .main-wrapper .sp-auto-table-pager-right {
        justify-content: space-between;
    }
}
