/* ==========================================================
   SyscaTec Professional Commerce Theme v2
   Customer storefront + admin visual refresh
   No database changes required.
   ========================================================== */

:root {
    --pc-ink: #101828;
    --pc-ink-2: #344054;
    --pc-muted: #667085;
    --pc-line: #e4e7ec;
    --pc-soft: #f6f7f9;
    --pc-white: #ffffff;
    --pc-accent: #0f766e;
    --pc-accent-2: #0d9488;
    --pc-accent-soft: #ecfdf8;
    --pc-danger: #b42318;
    --pc-radius-sm: 10px;
    --pc-radius: 16px;
    --pc-radius-lg: 24px;
    --pc-shadow-sm: 0 2px 10px rgba(16, 24, 40, .06);
    --pc-shadow: 0 14px 40px rgba(16, 24, 40, .10);
}

html {
    scroll-behavior: smooth;
}

body.storefront-shell-v2,
body.admin-shell-v2 {
    color: var(--pc-ink);
    background: var(--pc-soft);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* ---------- Storefront utility bar ---------- */
.storefront-utility-bar {
    background: #0b1220;
    color: #d0d5dd;
    font-size: 12px;
    line-height: 1.2;
}

.storefront-utility-inner {
    min-height: 34px;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.storefront-utility-copy {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.storefront-utility-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2dd4bf;
    box-shadow: 0 0 0 4px rgba(45, 212, 191, .12);
}

.storefront-utility-contact {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.storefront-utility-contact span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ---------- Header / navigation ---------- */
body.storefront-shell-v2 .ecommerce-navbar {
    min-height: 78px;
    padding: 0;
    background: rgba(255, 255, 255, .97) !important;
    border-bottom: 1px solid rgba(228, 231, 236, .95);
    box-shadow: 0 6px 24px rgba(16, 24, 40, .055) !important;
    backdrop-filter: blur(14px);
}

body.storefront-shell-v2 .ecommerce-navbar > .container-fluid,
body.admin-shell-v2 .ecommerce-navbar > .container-fluid {
    max-width: 1500px;
    margin: 0 auto;
}

body.storefront-shell-v2 .ecommerce-brand {
    color: var(--pc-ink) !important;
    font-size: 20px;
    font-weight: 850;
    letter-spacing: -.45px;
    max-width: 260px;
}

body.storefront-shell-v2 .site-logo-img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    background: #fff;
    border: 1px solid var(--pc-line);
    border-radius: 13px;
    padding: 4px;
    box-shadow: var(--pc-shadow-sm);
}

body.storefront-shell-v2 .brand-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: linear-gradient(145deg, var(--pc-accent), var(--pc-accent-2));
    box-shadow: 0 8px 20px rgba(15, 118, 110, .22);
}

.storefront-header-search {
    flex: 1 1 360px;
    max-width: 520px;
    margin: 0 26px;
    position: relative;
}

.storefront-header-search .form-control {
    height: 46px;
    border-radius: 14px;
    border: 1px solid #d0d5dd;
    background: #f9fafb;
    padding: 0 102px 0 43px;
    font-size: 14px;
    box-shadow: none;
    transition: all .18s ease;
}

.storefront-header-search .form-control:focus {
    background: #fff;
    border-color: rgba(15, 118, 110, .65);
    box-shadow: 0 0 0 4px rgba(15, 118, 110, .10);
}

.storefront-search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    color: #667085;
    pointer-events: none;
}

.storefront-search-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 36px;
    min-width: 86px;
    border: 0;
    border-radius: 10px;
    background: var(--pc-ink);
    color: #fff;
    font-size: 13px;
    font-weight: 750;
    transition: .18s ease;
}

.storefront-search-btn:hover {
    background: var(--pc-accent);
}

body.storefront-shell-v2 .ecommerce-nav-link {
    color: #344054 !important;
    font-size: 14px;
    font-weight: 650;
    padding: 9px 10px !important;
    border-radius: 9px;
}

body.storefront-shell-v2 .ecommerce-nav-link:hover,
body.storefront-shell-v2 .ecommerce-nav-link:focus,
body.storefront-shell-v2 .ecommerce-nav-link.show {
    color: var(--pc-accent) !important;
    background: var(--pc-accent-soft) !important;
}

body.storefront-shell-v2 .ecommerce-dropdown {
    margin-top: 10px;
    padding: 8px;
    border: 1px solid rgba(228, 231, 236, .95);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(16, 24, 40, .14);
}

body.storefront-shell-v2 .ecommerce-dropdown .dropdown-item {
    color: #344054;
    font-weight: 600;
    border-radius: 9px;
    padding: 9px 11px;
}

body.storefront-shell-v2 .ecommerce-dropdown .dropdown-item:hover,
body.storefront-shell-v2 .ecommerce-dropdown .dropdown-item:focus {
    color: var(--pc-accent);
    background: var(--pc-accent-soft);
}

body.storefront-shell-v2 .user-pill {
    color: var(--pc-ink) !important;
    background: #f2f4f7;
    border: 1px solid #eaecf0;
    padding: 9px 13px !important;
}

body.storefront-shell-v2 .user-pill:hover,
body.storefront-shell-v2 .user-pill.show {
    color: var(--pc-accent) !important;
    background: var(--pc-accent-soft);
    border-color: #ccfbef;
}

body.storefront-shell-v2 .register-btn {
    background: var(--pc-ink) !important;
    color: #fff !important;
    box-shadow: none !important;
    border-radius: 10px;
    padding: 9px 15px !important;
}

body.storefront-shell-v2 .register-btn:hover {
    background: var(--pc-accent) !important;
    transform: none;
}

body.storefront-shell-v2 .custom-toggler {
    border-color: #d0d5dd !important;
    background: #f9fafb;
}

body.storefront-shell-v2 .custom-menu-icon span {
    background: var(--pc-ink) !important;
}

/* Mobile search, shown below main nav */
.storefront-mobile-search {
    background: #fff;
    border-bottom: 1px solid #eaecf0;
    padding: 10px 16px 12px;
}

.storefront-mobile-search .storefront-header-search {
    max-width: none;
    margin: 0;
}

/* ---------- Store benefits strip ---------- */
.storefront-benefits {
    background: #fff;
    border-bottom: 1px solid #eaecf0;
}

.storefront-benefits-inner {
    max-width: 1460px;
    margin: 0 auto;
    padding: 10px 24px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.storefront-benefit {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    color: #475467;
    font-size: 12px;
    font-weight: 600;
}

.storefront-benefit-mark {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--pc-accent-soft);
    color: var(--pc-accent);
    font-size: 12px;
    font-weight: 900;
}

/* ---------- Main page shell ---------- */
body.storefront-shell-v2 .main-content,
body.admin-shell-v2 .main-content {
    background: var(--pc-soft);
}

body.storefront-shell-v2 .page-shell-v2 {
    max-width: 1460px;
    margin: 0 auto;
}

body.admin-shell-v2 .page-shell-v2 {
    max-width: 1580px;
    margin: 0 auto;
}

body.storefront-shell-v2 .main-content {
    min-height: calc(100vh - 210px);
}

/* ---------- Storefront generic controls ---------- */
body.storefront-shell-v2 .card {
    border: 1px solid rgba(228, 231, 236, .95);
    border-radius: var(--pc-radius);
    background: #fff;
}

body.storefront-shell-v2 .card-shadow {
    box-shadow: var(--pc-shadow-sm) !important;
}

body.storefront-shell-v2 .form-control,
body.storefront-shell-v2 .form-select {
    border-color: #d0d5dd;
    border-radius: 10px;
    min-height: 42px;
    box-shadow: none;
}

body.storefront-shell-v2 .form-control:focus,
body.storefront-shell-v2 .form-select:focus {
    border-color: rgba(15, 118, 110, .70);
    box-shadow: 0 0 0 4px rgba(15, 118, 110, .09);
}

body.storefront-shell-v2 .btn-warning,
body.storefront-shell-v2 .btn-primary {
    background: var(--pc-accent) !important;
    border-color: var(--pc-accent) !important;
    color: #fff !important;
    border-radius: 10px;
    font-weight: 750;
    box-shadow: none !important;
}

body.storefront-shell-v2 .btn-warning:hover,
body.storefront-shell-v2 .btn-primary:hover {
    background: #0b635d !important;
    border-color: #0b635d !important;
}

body.storefront-shell-v2 .btn-outline-dark,
body.storefront-shell-v2 .btn-outline-primary {
    border-color: #d0d5dd;
    color: #344054;
    border-radius: 10px;
    font-weight: 700;
}

body.storefront-shell-v2 .btn-outline-dark:hover,
body.storefront-shell-v2 .btn-outline-primary:hover {
    background: #f2f4f7;
    border-color: #98a2b3;
    color: var(--pc-ink);
}

body.storefront-shell-v2 .table {
    --bs-table-bg: transparent;
    color: #344054;
}

body.storefront-shell-v2 .table thead th {
    color: #475467;
    background: #f9fafb;
    border-bottom-color: #eaecf0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .035em;
}

/* ---------- Home slider ---------- */
body.storefront-shell-v2 .home-slider-section {
    margin-bottom: 30px !important;
}

body.storefront-shell-v2 .ecommerce-slider {
    border-radius: 26px !important;
    border: 1px solid #e4e7ec;
    box-shadow: 0 18px 55px rgba(16, 24, 40, .10) !important;
    background: #fff;
}

body.storefront-shell-v2 .ecommerce-slider .carousel-inner {
    border-radius: 26px !important;
}

body.storefront-shell-v2 .slider-item {
    min-height: 430px !important;
    padding: 56px !important;
}

body.storefront-shell-v2 .slider-content {
    max-width: 530px !important;
    padding: 30px 32px !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, .92) !important;
    border: 1px solid rgba(255, 255, 255, .90) !important;
    box-shadow: 0 20px 52px rgba(16, 24, 40, .16) !important;
    backdrop-filter: blur(12px) !important;
}

body.storefront-shell-v2 .slider-badge {
    background: var(--pc-accent-soft) !important;
    color: var(--pc-accent) !important;
    border-color: #ccfbef !important;
    letter-spacing: .08em !important;
}

body.storefront-shell-v2 .slider-content h1 {
    color: var(--pc-ink) !important;
    font-size: clamp(34px, 4vw, 50px) !important;
    line-height: 1.02 !important;
    letter-spacing: -1.7px !important;
}

body.storefront-shell-v2 .slider-content p {
    color: #475467 !important;
}

body.storefront-shell-v2 .slider-shop-btn {
    background: var(--pc-ink) !important;
    color: #fff !important;
    border-radius: 11px !important;
    box-shadow: none !important;
    padding: 11px 20px !important;
}

body.storefront-shell-v2 .slider-shop-btn:hover {
    background: var(--pc-accent) !important;
    transform: translateY(-1px) !important;
    box-shadow: none !important;
}

body.storefront-shell-v2 .ecommerce-slider .carousel-indicators .active {
    background-color: var(--pc-accent) !important;
}

body.storefront-shell-v2 .ecommerce-slider .carousel-control-prev,
body.storefront-shell-v2 .ecommerce-slider .carousel-control-next {
    width: 44px !important;
    height: 44px !important;
    background: rgba(255, 255, 255, .94) !important;
    border: 1px solid rgba(208, 213, 221, .85);
    box-shadow: var(--pc-shadow-sm) !important;
}

/* ---------- Pre-order page banner ---------- */
body.storefront-shell-v2 .preorder-page-banner {
    min-height: 250px !important;
    border-radius: 24px !important;
    border: 1px solid #e4e7ec;
    box-shadow: 0 16px 48px rgba(16, 24, 40, .11) !important;
    background-color: #17202f !important;
}

body.storefront-shell-v2 .preorder-banner-content {
    max-width: 580px !important;
}

body.storefront-shell-v2 .preorder-banner-badge {
    background: rgba(255,255,255,.92) !important;
    color: var(--pc-ink) !important;
    border: 1px solid rgba(255,255,255,.75) !important;
}

body.storefront-shell-v2 .preorder-banner-highlight {
    color: var(--pc-accent) !important;
    background: rgba(255,255,255,.95) !important;
}

body.storefront-shell-v2 .preorder-banner-btn {
    background: #fff !important;
    color: var(--pc-ink) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

body.storefront-shell-v2 .preorder-banner-btn:hover {
    color: var(--pc-accent) !important;
    transform: translateY(-1px) !important;
}

/* ---------- Category section ---------- */
body.storefront-shell-v2 .daraz-category-section {
    background: transparent !important;
    padding: 4px 0 0 !important;
}

body.storefront-shell-v2 .daraz-section-title {
    margin-bottom: 14px !important;
    color: var(--pc-ink) !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    letter-spacing: -.45px;
}

body.storefront-shell-v2 .daraz-category-grid {
    gap: 12px !important;
    background: transparent !important;
    border: 0 !important;
}

body.storefront-shell-v2 .daraz-category-card {
    height: 164px !important;
    padding: 16px 10px 12px !important;
    border: 1px solid #e4e7ec !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: #344054 !important;
    box-shadow: none;
}

body.storefront-shell-v2 .daraz-category-card:hover {
    color: var(--pc-accent) !important;
    border-color: rgba(15, 118, 110, .28) !important;
    box-shadow: 0 12px 28px rgba(16, 24, 40, .09) !important;
    transform: translateY(-3px) !important;
}

body.storefront-shell-v2 .daraz-category-img-box {
    width: 86px !important;
    height: 86px !important;
    border-radius: 14px !important;
    background: #f8fafc !important;
    border: 1px solid #eef2f6;
    overflow: hidden;
}

body.storefront-shell-v2 .daraz-category-img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

body.storefront-shell-v2 .daraz-category-placeholder {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    background: var(--pc-accent-soft) !important;
    color: var(--pc-accent) !important;
}

body.storefront-shell-v2 .daraz-category-name {
    font-weight: 750 !important;
    font-size: 13px !important;
}

/* ---------- Filters ---------- */
body.storefront-shell-v2 .shop-filter-card,
body.storefront-shell-v2 .card.card-shadow.mb-4 {
    border: 1px solid #e4e7ec !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: var(--pc-shadow-sm) !important;
}

body.storefront-shell-v2 .shop-filter-card .form-label {
    color: #475467 !important;
}

/* ---------- Product sections / cards ---------- */
body.storefront-shell-v2 .daraz-home-product-section,
body.storefront-shell-v2 .daraz-just-section {
    background: transparent !important;
    padding: 4px 0 22px !important;
}

body.storefront-shell-v2 .daraz-product-section-header {
    margin-bottom: 14px !important;
}

body.storefront-shell-v2 .daraz-view-offer-link {
    color: var(--pc-accent) !important;
    font-weight: 750 !important;
}

body.storefront-shell-v2 .daraz-product-grid {
    gap: 16px !important;
}

body.storefront-shell-v2 .daraz-product-card-wrap {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e4e7ec;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(16, 24, 40, .035);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body.storefront-shell-v2 .daraz-product-card-wrap:hover {
    transform: translateY(-4px);
    border-color: #d0d5dd;
    box-shadow: 0 18px 38px rgba(16, 24, 40, .10);
}

body.storefront-shell-v2 .daraz-product-card {
    min-height: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: visible !important;
}

body.storefront-shell-v2 .daraz-product-card:hover {
    transform: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

body.storefront-shell-v2 .daraz-product-img-wrap {
    background: #f8fafc !important;
    border-bottom: 1px solid #f0f2f5;
}

body.storefront-shell-v2 .daraz-product-card:hover .daraz-product-img-wrap img {
    transform: scale(1.045) !important;
}

body.storefront-shell-v2 .daraz-product-info {
    padding: 13px 14px 10px !important;
}

body.storefront-shell-v2 .daraz-product-title {
    min-height: 42px !important;
    color: var(--pc-ink) !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
}

body.storefront-shell-v2 .product-brand-line {
    margin-top: 6px;
    color: #98a2b3 !important;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: .045em;
}

body.storefront-shell-v2 .daraz-product-price,
body.storefront-shell-v2 .featured-product-price {
    color: var(--pc-ink) !important;
    font-size: 19px !important;
    font-weight: 800 !important;
}

body.storefront-shell-v2 .daraz-product-discount {
    color: #667085 !important;
}

body.storefront-shell-v2 .daraz-old-price {
    color: #98a2b3 !important;
}

body.storefront-shell-v2 .daraz-stock-line {
    margin-top: 8px !important;
    color: #667085 !important;
    font-weight: 600;
}

body.storefront-shell-v2 .preorder-card-line {
    color: var(--pc-accent) !important;
}

body.storefront-shell-v2 .preorder-card-badge {
    top: 10px !important;
    left: 10px !important;
    padding: 6px 9px !important;
    border-radius: 8px !important;
    background: rgba(16, 24, 40, .90) !important;
    color: #fff !important;
    font-size: 10px !important;
    letter-spacing: .07em;
    box-shadow: none !important;
}

body.storefront-shell-v2 .product-card-action {
    margin-top: auto;
    padding: 4px 14px 14px !important;
    background: #fff !important;
}

body.storefront-shell-v2 .product-card-action .btn {
    min-height: 40px;
    border-radius: 10px !important;
    font-size: 13px;
}

body.storefront-shell-v2 .just-for-you-load-btn {
    background: #fff !important;
    color: var(--pc-ink) !important;
    border: 1px solid #d0d5dd !important;
    box-shadow: none !important;
}

body.storefront-shell-v2 .just-for-you-load-btn:hover {
    color: var(--pc-accent) !important;
    border-color: rgba(15,118,110,.45) !important;
    background: var(--pc-accent-soft) !important;
}

/* ---------- Product details / account / cart polish ---------- */
body.storefront-shell-v2 .product-card,
body.storefront-shell-v2 .checkout-card,
body.storefront-shell-v2 .login-card,
body.storefront-shell-v2 .register-card {
    border: 1px solid #e4e7ec !important;
    box-shadow: var(--pc-shadow-sm) !important;
}

body.storefront-shell-v2 .modal-content {
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    box-shadow: 0 28px 80px rgba(16, 24, 40, .18);
}

/* ---------- Footer ---------- */
body.storefront-shell-v2 .site-footer {
    margin-top: 54px;
    background: #0b1220 !important;
    border-top: 0 !important;
    color: #d0d5dd;
}

body.storefront-shell-v2 .footer-main {
    padding-top: 46px;
    padding-bottom: 34px;
    gap: 30px;
}

body.storefront-shell-v2 .footer-brand {
    font-size: 21px;
}

body.storefront-shell-v2 .footer-logo-img,
body.storefront-shell-v2 .footer-brand-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
}

body.storefront-shell-v2 .footer-brand-icon {
    background: linear-gradient(145deg, var(--pc-accent), var(--pc-accent-2));
    box-shadow: none;
}

body.storefront-shell-v2 .footer-description,
body.storefront-shell-v2 .footer-contact-item p {
    color: #98a2b3;
}

body.storefront-shell-v2 .footer-trust-list span {
    background: rgba(45, 212, 191, .08);
    color: #99f6e4;
    border-color: rgba(45, 212, 191, .16);
}

body.storefront-shell-v2 .footer-column h6,
body.storefront-shell-v2 .footer-contact h6 {
    color: #f9fafb;
    letter-spacing: .06em;
}

body.storefront-shell-v2 .footer-column a,
body.storefront-shell-v2 .footer-contact a {
    color: #d0d5dd;
}

body.storefront-shell-v2 .footer-column a:hover,
body.storefront-shell-v2 .footer-contact a:hover,
body.storefront-shell-v2 .footer-developed a {
    color: #5eead4;
}

body.storefront-shell-v2 .footer-contact-icon {
    background: rgba(45, 212, 191, .10);
    color: #5eead4;
}

body.storefront-shell-v2 .footer-bottom {
    color: #98a2b3;
    border-top-color: rgba(255,255,255,.09);
}

body.storefront-shell-v2 .whatsapp-floating-btn {
    width: 58px;
    height: 58px;
    right: 20px;
    bottom: 20px;
    box-shadow: 0 14px 30px rgba(16, 24, 40, .18);
}

/* ==========================================================
   ADMIN THEME
   ========================================================== */
body.admin-shell-v2 .ecommerce-navbar {
    background: #0b1220 !important;
    min-height: 70px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 8px 28px rgba(16,24,40,.12) !important;
}

body.admin-shell-v2 .site-logo-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 10px;
    background: #fff;
    padding: 3px;
}

body.admin-shell-v2 .ecommerce-brand {
    font-size: 19px;
}

body.admin-shell-v2 .ecommerce-nav-link {
    font-size: 13px;
    font-weight: 650;
}

body.admin-shell-v2 .ecommerce-nav-link:hover,
body.admin-shell-v2 .ecommerce-nav-link:focus {
    background: rgba(45,212,191,.09);
    color: #99f6e4 !important;
}

body.admin-shell-v2 .ecommerce-dropdown {
    border: 1px solid #e4e7ec;
    box-shadow: 0 18px 50px rgba(16,24,40,.18);
}

body.admin-shell-v2 .ecommerce-dropdown .dropdown-item:hover {
    background: #ecfdf8;
    color: var(--pc-accent);
}

body.admin-shell-v2 .main-content {
    min-height: calc(100vh - 140px);
}

body.admin-shell-v2 .card {
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(16,24,40,.045);
}

body.admin-shell-v2 .card-shadow {
    box-shadow: 0 4px 16px rgba(16,24,40,.055) !important;
}

body.admin-shell-v2 .admin-stat {
    border-left: 0 !important;
    border-top: 3px solid var(--pc-accent) !important;
}

body.admin-shell-v2 .btn-warning,
body.admin-shell-v2 .btn-primary {
    background: var(--pc-accent) !important;
    border-color: var(--pc-accent) !important;
    color: #fff !important;
}

body.admin-shell-v2 .btn-warning:hover,
body.admin-shell-v2 .btn-primary:hover {
    background: #0b635d !important;
    border-color: #0b635d !important;
}

body.admin-shell-v2 .form-control:focus,
body.admin-shell-v2 .form-select:focus {
    border-color: rgba(15,118,110,.65);
    box-shadow: 0 0 0 4px rgba(15,118,110,.09);
}

body.admin-shell-v2 .table thead th {
    background: #f8fafc;
    color: #475467;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .035em;
}

body.admin-shell-v2 .site-footer {
    margin-top: 30px;
    background: #101828;
    border-top: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 1399.98px) {
    .storefront-header-search {
        max-width: 420px;
        margin-left: 18px;
        margin-right: 18px;
    }

    body.storefront-shell-v2 .ecommerce-nav-link {
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-size: 13px;
    }
}

@media (max-width: 1199.98px) {
    body.storefront-shell-v2 .ecommerce-navbar {
        min-height: 68px;
        padding: 9px 0;
    }

    body.storefront-shell-v2 .navbar-nav {
        margin-top: 12px;
        padding: 10px;
        background: #f9fafb;
        border: 1px solid #eaecf0;
        border-radius: 14px;
    }

    body.storefront-shell-v2 .ecommerce-dropdown {
        background: #fff !important;
        box-shadow: none !important;
        border: 1px solid #eaecf0 !important;
    }

    body.storefront-shell-v2 .ecommerce-dropdown .dropdown-item,
    body.storefront-shell-v2 .ecommerce-dropdown .dropdown-item-text {
        color: #344054 !important;
    }

    body.storefront-shell-v2 .ecommerce-nav-link,
    body.storefront-shell-v2 .user-pill,
    body.storefront-shell-v2 .register-btn {
        width: 100%;
        justify-content: flex-start;
    }

    .storefront-benefits-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.storefront-shell-v2 .slider-item {
        min-height: 360px !important;
        padding: 34px !important;
    }
}

@media (max-width: 767.98px) {
    .storefront-utility-inner {
        min-height: 32px;
        padding: 0 14px;
    }

    .storefront-utility-contact {
        display: none;
    }

    .storefront-utility-copy {
        width: 100%;
        justify-content: center;
        font-size: 11px;
    }

    body.storefront-shell-v2 .ecommerce-navbar > .container-fluid,
    body.admin-shell-v2 .ecommerce-navbar > .container-fluid {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    body.storefront-shell-v2 .ecommerce-brand {
        font-size: 17px;
        max-width: 220px;
    }

    body.storefront-shell-v2 .site-logo-img,
    body.storefront-shell-v2 .brand-icon {
        width: 40px;
        height: 40px;
    }

    .storefront-benefits-inner {
        padding: 9px 14px;
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .storefront-benefits-inner::-webkit-scrollbar {
        display: none;
    }

    .storefront-benefit {
        flex: 0 0 auto;
        padding-right: 10px;
        white-space: nowrap;
    }

    body.storefront-shell-v2 .page-shell-v2,
    body.admin-shell-v2 .page-shell-v2 {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    body.storefront-shell-v2 .ecommerce-slider,
    body.storefront-shell-v2 .ecommerce-slider .carousel-inner {
        border-radius: 18px !important;
    }

    body.storefront-shell-v2 .slider-item {
        min-height: 255px !important;
        padding: 18px !important;
    }

    body.storefront-shell-v2 .slider-content {
        max-width: min(300px, 86%) !important;
        padding: 16px 17px !important;
        border-radius: 15px !important;
    }

    body.storefront-shell-v2 .slider-content h1 {
        font-size: 28px !important;
        letter-spacing: -.8px !important;
    }

    body.storefront-shell-v2 .slider-content p {
        font-size: 13px !important;
        line-height: 1.45 !important;
        margin-bottom: 13px !important;
    }

    body.storefront-shell-v2 .slider-shop-btn {
        padding: 9px 14px !important;
        font-size: 12px !important;
    }

    body.storefront-shell-v2 .preorder-page-banner {
        min-height: 175px !important;
        border-radius: 18px !important;
    }

    body.storefront-shell-v2 .daraz-category-grid {
        gap: 9px !important;
    }

    body.storefront-shell-v2 .daraz-category-card {
        height: 148px !important;
        border-radius: 14px !important;
    }

    body.storefront-shell-v2 .daraz-product-grid {
        gap: 10px !important;
    }

    body.storefront-shell-v2 .daraz-product-card-wrap {
        border-radius: 14px;
    }

    body.storefront-shell-v2 .daraz-product-info {
        padding: 10px 10px 8px !important;
    }

    body.storefront-shell-v2 .product-card-action {
        padding: 3px 10px 10px !important;
    }

    body.storefront-shell-v2 .daraz-product-title {
        font-size: 13px !important;
        line-height: 18px !important;
        min-height: 36px !important;
    }

    body.storefront-shell-v2 .daraz-product-price {
        font-size: 16px !important;
    }
}

@media (max-width: 575.98px) {
    body.storefront-shell-v2 .daraz-section-title {
        font-size: 19px !important;
    }

    body.storefront-shell-v2 .footer-main {
        gap: 24px;
    }
}

body.storefront-shell-v2 .site-footer > .container-fluid,
body.admin-shell-v2 .site-footer > .container-fluid {
    max-width: 1500px;
    margin: 0 auto;
}
