
.custom-breadcrumb .breadcrumb-item,
.custom-breadcrumb .breadcrumb-item a {
  color: #767676;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.custom-breadcrumb .breadcrumb-item a:hover {
  color: #5a5a5a;
}

.custom-breadcrumb .breadcrumb-item.active {
 color: #DF2128;
  font-family: 'Poppins', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #767676;
}

.desk-about{
    color: #767676;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
}

.judul-desk{
    color: #000;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 55.556% */
}

.img-about{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

  .vm-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 30px 30px;
  }
 
  .vm-icon-img {
    width: 42px;
    height: 42px;
    object-fit: contain;
  }
 
  .vm-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #1a1a1a;
    letter-spacing: 0.5px;
  }
 
  .vm-list {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 137.5% */
    letter-spacing: 0.16px;
  }
 
  .vm-list li {
    margin-bottom: 12px;
  }
 
  .vm-list li:last-child {
    margin-bottom: 0;
  }
 
  .partner-title {
    font-weight: 700;
    font-size: 24px;
    color: #1a1a1a;
  }
 
  .partner-subtitle {
    font-size: 14px;
    color: #767676;
  }
 
  .partner-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
  }
 
  .partner-logo-box img {
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(0%);
  }

  .judul-visi{
    color: #DF2128;
text-align: center;
font-family: Poppins;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 50px; /* 178.571% */
letter-spacing: 0.14px;
}

 /* Hero banner */
  .blog-hero {
    position: relative;
    height: 255px;
    border-radius: 30px;
    overflow: hidden;
    background-image: url('../../bgartikel.png');
    background-size: cover;
    background-position: center;
  }
 
  .blog-hero::before {
    content: "";
    position: absolute;
    inset: 0;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 100%);

    
  }
 
  .blog-hero h1 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    margin: 0;
  }
 
  /* Blog cards */
  .blog-card {
    background-color: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  }
 
  .blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
 
  .blog-card-body {
    padding: 20px 22px 24px;
  }
 
  .blog-card-title {
    font-size: 17px;
    font-weight: 600;
    color: #DF2128;
    line-height: 1.4;
    margin-bottom: 12px;
  }
 
  .blog-card-title a {
    color: inherit;
    text-decoration: none;
  }
 
  .blog-card-title a:hover {
    text-decoration: underline;
  }
 
  .blog-meta {
    font-size: 13px;
    color: #9a9a9a;
    margin-bottom: 12px;
  }
 
  .blog-meta i {
    margin-right: 4px;
  }
 
  .blog-meta .meta-author {
    color: #DF2128;
    font-weight: 500;
  }
 
  .blog-excerpt {
    font-size: 14px;
    color: #6b6b6b;
    line-height: 1.7;
  }
 
  /* Pagination */
  .blog-pagination .page-link {
    border: 1px solid #DF2128;
    color: #DF2128;
    border-radius: 8px !important;
    margin: 0 16px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
 
  .blog-pagination .page-item.active .page-link {
    background-color: #DF2128;
    border-color: #DF2128;
    color: #fff;
  }
 
  .blog-pagination .page-item.disabled .page-link,
  .blog-pagination .page-link.dots {
    background: transparent;
    border: none;
    color: #9a9a9a;
  }

  .line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup-wa-new{
  width: 450px;
}
.popup-judul{
  font-size: 24px !important;
}
.otp-input {
    width: 61.958px;
    height: 79.66px;
    padding: 0 !important;
    font-size: 1.3rem;
    font-weight: 600;
    background-color: #F0F3F0;
    border: none;
    border-radius: 10px;
    flex: 0 0 auto;
}
.otp-input:focus {
    background-color: #fff;
    box-shadow: 0 0 0 2px #DF2128;
}
#toast-notif {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    min-width: 280px;
    display: none;
}

/* ==========================================
   PRODUCT DETAIL SECTION
========================================== */

.detail-section{
    margin-top:50px;
    margin-bottom:60px;
}

/* ==========================================
   SECTION TITLE
========================================== */

.section-title{
    position:relative;
    color:#DF2128;
    font-family:'Poppins',sans-serif;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:30px;
    padding-bottom:14px;
    border-bottom:1px solid #D9D9D9;
}

.section-title::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-1px;
    width:155px;
    height:2px;
    background:#DF2128;
}

/* ==========================================
   FEATURE
========================================== */

.feature-item{
    margin-bottom:42px;
}

.feature-item:last-child{
    margin-bottom:0;
}

.feature-item h4{
    color:#000;
    font-family:'Poppins',sans-serif;
    font-size:18px;
    font-weight:600;
    line-height:25px;
    margin-bottom:18px;
}

.feature-item ol{
    margin:0;
    padding-left:24px;
}

.feature-item li{
    color:#767676;
    font-family:'Poppins',sans-serif;
    font-size:14px;
    font-weight:700;
    line-height:25px;
    margin-bottom:2px;
}

/* ==========================================
   SPECIFICATION TITLE
========================================== */

.product-spec-title{
    color:#000;
    font-family:'Poppins',sans-serif;
    font-size:18px;
    font-weight:600;
    line-height:25px;
    margin-bottom:25px;
}

/* ==========================================
   TABLE
========================================== */

.table-spec{
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
}

.table-spec tbody tr:nth-child(odd){
    background:#F4F7FF;
}

.table-spec tbody tr:nth-child(even){
    background:#FFFFFF;
}

.table-spec th,
.table-spec td{
    padding:22px 26px;
    border:none;
    vertical-align:middle;
}

.table-spec th{
    width:43%;
    color:#6D6D6D;
    font-family:'Poppins',sans-serif;
    font-size:16px;
    font-weight:700;
    text-align:left;
}

.table-spec td{
    color:#6D6D6D;
    font-family:'Poppins',sans-serif;
    font-size:16px;
    font-weight:700;
}
/* ==========================
   NEGOTIATION FORM
========================== */

.form-negotiation{
    margin-top:20px;
}

.input-group-custom{
    background:#fff;
    border-radius:20px;
    padding:18px 22px;
    box-shadow:0 2px 12px rgba(0,0,0,.05);
}

.input-group-custom label{
    display:block;
    margin:0 0 10px;
    color:#000;
    font-family:'Poppins',sans-serif;
    font-size:16px;
    font-weight:600;
    line-height:normal;
}

.input-group-custom .form-control{
    border:none;
    box-shadow:none;
    background:transparent;
    padding:0;
    height:auto;
    min-height:auto;

    color:#000;
    font-family:'Poppins',sans-serif;
    font-size:16px;
    font-weight:500;
}

.input-group-custom .form-control:focus{
    border:none;
    box-shadow:none;
    background:transparent;
}

.input-group-custom .form-control::placeholder{
    color:#B5B5B5;
    font-size:14px;
    font-weight:500;
}

.textarea-group{
    min-height:170px;
}

.textarea-group textarea{
    resize:none;
    min-height:100px;
}

/* BUTTON */

.btn-submit{
    display:inline-block;
    background:#DF2128;
    color:#fff;
    border:none;
    border-radius:18px;
    padding:18px 42px;
    min-width:120px;

    font-family:'Poppins',sans-serif;
    font-size:18px;
    font-weight:600;

    transition:.3s;
}

.btn-submit:hover{
    background:#43854b;
    color:#fff;
}

/* MESSAGE */

.form-message{
    margin-top:18px;
    font-family:'Poppins',sans-serif;
    font-size:14px;
    font-weight:500;
}

.form-message.success{
    color:#28a745;
}

.form-message.error{
    color:#dc3545;
}

/* ==========================================
   SPACING
========================================== */

.mb-section{
    margin-bottom:55px;
}

.mt-section{
    margin-top:55px;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width:991px){

    .feature-item h4{
        font-size:17px;
    }

    .feature-item li{
        font-size:13px;
    }

    .product-spec-title{
        font-size:17px;
    }

    .table-spec th,
    .table-spec td{
        padding:16px;
        font-size:14px;
    }

    .form-negotiation label{
        font-size:15px;
    }

    .form-negotiation .form-control{
        min-height:58px;
    }

    .form-negotiation textarea.form-control{
        min-height:130px;
    }

}

@media (max-width:767px){

    .table-spec,
    .table-spec tbody,
    .table-spec tr,
    .table-spec th,
    .table-spec td{
        display:block;
        width:100%;
    }

    .table-spec tr{
        margin-bottom:12px;
        background:#F4F7FF !important;
    }

    .table-spec th{
        padding-bottom:6px;
    }

    .table-spec td{
        padding-top:0;
    }

    .form-negotiation .btn-submit{
        width:100%;
    }

}

.harga{
  color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.related-black{
  color: #1E1E1E;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
}

.related-gray{
color: #898989;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}

.form-message{
    margin-top:15px;
    font-size:14px;
    font-weight:500;
}

.form-message.success{
    color:#28a745;
}

.form-message.error{
    color:#dc3545;
}

.btn-keranjang{
  border-radius: 10px;
background: #2F2F2F !important;
color: #fff;
}


.btn-keranjang:hover{
  border-radius: 10px;
background: #2F2F2F !important;
color: #fff;
}


.btn-varian {
    display        : inline-flex;
    align-items    : center;
    gap            : 6px;
    padding        : 6px 16px;
    border         : 1px solid #dee2e6;
    border-radius  : 6px;
    background     : #fff;
    color          : #333;
    font-size      : 14px;
    cursor         : pointer;
    transition     : border-color .15s, background .15s, color .15s;
    position       : relative;
}
 
.btn-varian:hover:not(:disabled) {
    border-color   : #198754;
    color          : #198754;
}
 
/* Varian terpilih */
.btn-varian.active {
    border-color   : #198754;
    border-width   : 2px;
    background     : #d1e7dd;
    color          : #0a3622;
    font-weight    : 500;
}
 
/* Varian habis */
.btn-varian--habis {
    opacity        : 0.45;
    cursor         : not-allowed !important;
    text-decoration: line-through;
    background     : #f8f9fa;
}
 
.varian-habis-label {
    font-size      : 10px;
    background     : #dc3545;
    color          : #fff;
    border-radius  : 3px;
    padding        : 1px 5px;
    font-weight    : 500;
    text-decoration: none;
}
 
/* Label nama varian terpilih */
.varian-selected-name {
    font-size      : 14px;
    font-weight    : 400;
}

.card-product .tag {
    min-width: 50px;
}

/* Header */
.cart-header{
    background:#fff;
    border-radius:12px;
    padding:18px 25px;
    margin-bottom:20px;
}

.cart-header .row > div{
    color:#393939;
    text-align:center;
    font-size:14px;
    font-weight:400;
    line-height:normal;
}

.cart-header .row > div:first-child{
    text-align:left;
}

/* Item */
.cart-item{
    background:#fff;
    border-radius:20px;
    padding:30px;
    margin-bottom:25px;
    box-shadow:0 3px 10px rgba(0,0,0,.03);
}

.cart-product-img{
    width:80px;
    height:80px;
    object-fit:contain;
}

/* Nama Produk */
.cart-product-name{
    color:#000;
    font-size:15px;
    font-style:normal;
    font-weight:400;
    line-height:normal;
}

/* Harga Satuan */
.cart-price{
    color:#000;
    text-align:center;
    font-size:16px;
    font-style:normal;
    font-weight:400;
    line-height:normal;
}

/* Total Harga per Produk */
.cart-total-price{
    color:#DF2128;
    text-align:center;
    font-size:16px;
    font-style:normal;
    font-weight:500;
    line-height:normal;
}

/* Quantity */
.cart-qty-box{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
}

.cart-qty-btn{
    width:34px;
    height:34px;
    border:none;
    border-radius:6px;
    background:#ddd;
    color:#fff;
    font-size:20px;
    font-weight:600;
    transition:.2s;
}

.cart-qty-btn:hover{
    background:#c8c8c8;
}

.cart-qty-number{
    width:24px;
    text-align:center;
    color:#000;
    font-size:16px;
    font-weight:500;
}

.cart-delete-btn{
    color:#7A7A7A;
    font-size:20px;
    cursor:pointer;
}

/* Summary */
.cart-summary{
}

.cart-summary table{
    width:100%;
}

.cart-summary td{
    color:#000;
    font-size:16px;
    font-style:normal;
    font-weight:400;
    line-height:normal;
    padding:10px 0;
}

/* Total */
.cart-grand{
    color:#000;
    font-size:16px;
    font-style:normal;
    font-weight:400;
    line-height:normal;
}

/* Tombol */
.cart-checkout-btn{
    height:58px;
    border:none;
    border-radius:12px;
    background:#DF2128;
    color:#fff;
    font-size:16px;
    font-weight:500;
}

.cart-checkout-btn:hover{
    background:#DF2128;
}


    .text-brand {
        color: #DF2128 !important;
    }
 
    /* ---- Typography specs ---- */
    .label-delivery-address {
        color: #DF2128;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
 
    .text-customer-name {
        color: #000;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
 
    .text-customer-address {
        color: #000;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
 
    .label-product-order {
        color: #000;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
 
    .placeholder-message {
        color: #8A8A8A;
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0.055px;
    }
 
    .address-form-label {
        color: #000;
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 6px;
    }
 
    .address-form-control {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        background-color: #f4f4f4;
        border: 1px solid #e6e6e6;
        border-radius: 8px;
        padding: 10px 14px;
    }
 
    .address-form-control:focus {
        background-color: #fff;
        border-color: #DF2128;
        box-shadow: 0 0 0 0.2rem rgba(80, 153, 90, 0.15);
    }
 
    /* ---- Address option toggle (pure CSS, no JS) ---- */
    .address-option-label {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #2b2b2b;
        cursor: pointer;
    }
 
    .address-card-wrapper .form-check-input {
        cursor: pointer;
    }
 
    .address-card-wrapper .form-check-input:checked {
        background-color: #DF2128;
        border-color: #DF2128;
    }
 
    .address-card-wrapper .form-check-input:focus {
        box-shadow: 0 0 0 0.2rem rgba(80, 153, 90, 0.15);
    }
 
    .new-address-block {
        display: none;
    }
 
    .address-card-wrapper:has(#optNew:checked) .existing-address-block {
        display: none;
    }
 
    .address-card-wrapper:has(#optNew:checked) .new-address-block {
        display: block;
    }
 
    .bg-brand {
        background-color: #DF2128 !important;
        border-color: #DF2128 !important;
    }
 
    .bg-brand:hover {
        background-color: #DF2128 !important;
        border-color: #DF2128 !important;
    }
 
    .rounded-card {
        border-radius: 10px;
    }
 
    .product-img-checkout {
        width: 56px;
        height: 56px;
        object-fit: cover;
        border-radius: 8px;
        background-color: #eee;
    }
 
    .radio-dot {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        flex-shrink: 0;
    }
 
    .radio-dot.selected {
        background-color: #DF2128;
    }
 
    .radio-dot.unselected {
        background-color: #d6d6d6;
    }
 
    .shipping-card {
        background-color: #eeeeee;
        border-radius: 10px;
    }
 
    .message-input {
        background-color: #f4f4f4;
        border-radius: 8px;
        color: #9a9a9a;
        border: 1px solid #e2e2e2;
        font-size: 0.9rem;
    }
 
    .fw-700 {
        font-weight: 700;
    }
 
    .order-header-row {
        font-size: 0.9rem;
        color: #6b6b6b;
    }
 
    .summary-section {
        background-color: #fff;
    }
 
    @media (max-width: 767.98px) {
        .order-header {
            display: none !important;
        }
        .col-mobile-label::before {
            color: #9a9a9a;
        }
    }


    .dropdown-content {
  display: none;
  position: relative;
  background-color: #fff;
  width: 100%;
  border: 1px solid #ced4da;
  border-top: none;
  max-height: 250px;
  overflow-y: auto;
  z-index: 10;
}
.dropdown-content.show {
  display: block;
}
#listdropdown .dropdown-item:hover {
  background-color: #f1f1f1;
}


.history-title{
    color:#DF2128;
    font-size:18px;
    font-weight:600;
    margin-bottom:10px;
}

.history-line{
    height:1px;
    background:#DDE7DC;
    margin-bottom:25px;
}

/* TAB */
.history-tabs{
    border-bottom:1px solid #DDE7DC;
    margin-bottom:30px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;

    /* sembunyikan scrollbar tapi tetap bisa discroll */
    -ms-overflow-style: none;     /* IE and Edge */
    scrollbar-width: none;
}

.history-tabs .nav-item{
    flex:1;
}

.history-tabs .nav-link{
    border:none;
    border-radius:0;
    background:none;
    color:#373E38;
    font-size:16px;
    font-weight:500;
    padding:18px 10px;
}

.history-tabs .nav-link:hover{
    color:#DF2128;
}

.history-tabs .nav-link.active{
    color:#DF2128;
    font-weight:700;
    border-bottom:3px solid #DF2128;
}

/* CARD */

.transaction-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    margin-bottom:25px;
}

.product-item{
    display:flex;
    align-items:center;
    gap:20px;
    padding:22px 28px;
}

.product-item + .product-item{
    border-top:1px solid #ECECEC;
}

.product-image{
    width:70px;
    height:70px;
    object-fit:contain;
}

.product-name{
    color:#000;
    font-size:15px;
    font-weight:400;
}

.product-qty{
    color:#000;
    font-size:14px;
    font-weight:700;
}

.transaction-footer{
    background:#F8FBF8;
    padding:18px 24px;
}

.transaction-id,
.total-label{
    color:#5D5C5C;
    font-size:18px;
    font-weight:500;
}

.total-price{
    color:#000;
    font-size:24px;
    font-weight:600;
}

@media(max-width:768px){

.history-tabs{
    flex-wrap:nowrap;
    overflow:auto;
}

.history-tabs .nav-item{
    min-width:180px;
}

.transaction-footer{
    text-align:center;
}

.transaction-footer .col-md-4{
    margin-bottom:10px;
}

}


.order-title{
    color:#DF2128;
    font-size:16px;
    font-weight:700;
    margin-bottom:15px;
}

.order-title::after{
    content:"";
    display:block;
    width:220px;
    height:2px;
    background:#DF2128;
    margin-top:12px;
}

.status-bar{
    background:#DF2128;
    color:#fff;
    border-radius:15px;
    padding:12px 18px;
    font-size:18px;
    font-weight:600;
}

.card-custom{
    background:#fff;
    border:none;
    border-radius:22px;
    padding:28px;
    box-shadow:0 3px 15px rgba(0,0,0,.05);
}

.shipping-title{
    color:#DF2128;
    font-size:18px;
    font-weight:600;
}

.shipping-method{
    color:#888;
    font-size:18px;
    font-weight:500;
}

.timeline-title{
    color:#DF2128;
    font-size:18px;
    font-weight:500;
}

.timeline-date{
    color:#888;
    font-size:14px;
}

.customer-name{
    color:#000;
    font-size:15px;
    font-weight:600;
}

.address{
    color:#444;
    font-size:15px;
}

.link-green{
    color:#DF2128;
    font-weight:600;
    text-decoration:none;
}

.table-header{
    background:#f3f8f3;
    border-radius:15px;
    padding:16px 25px;
    font-size:18px;
    font-weight:500;
    color:#5D5C5C;
}

.product-list{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 3px 15px rgba(0,0,0,.05);
}

.product-item{
    padding:28px;
    border-bottom:1px solid #eee;
}

.product-item:last-child{
    border-bottom:none;
}

.product-img-other{
    width:70px;
    height:70px;
    object-fit:contain;
}

.trx{
    color:#737373;
    font-size:15px;
    font-weight:400;
}

.product-name{
    color:#000;
    font-size:15px;
    font-weight:400;
}

.qty{
    color:#000;
    font-size:14px;
    font-weight:700;
}

.old-price{
    color:#999;
    text-decoration:line-through;
    font-size:14px;
}

.price{
    color:#DF2128;
    font-size:16px;
    font-weight:500;
}

.footer-order{
    background:#f5f8f4;
    border-radius:0 0 20px 20px;
    padding:25px 28px;
}

.total-label{
    color:#5D5C5C;
    font-size:18px;
    font-weight:500;
}

.total-price{
    color:#000;
    font-size:24px;
    font-weight:600;
}

.btn-outline-green{
    border:1px solid #DF2128;
    color:#DF2128;
    border-radius:14px;
    padding:10px 28px;
}

.btn-outline-green:hover{
    background:#DF2128;
    color:#fff;
}

.btn-green{
    background:#DF2128;
    color:#fff;
    border-radius:14px;
    padding:10px 40px;
}

.btn-green:hover{
    background:#3f8248;
    color:#fff;
}

  .detail-pesanan-page-wrap {
    margin: 0 auto;
    padding: 32px 16px 60px;
  }

  /* Header */
  .detail-pesanan-page-title {
    color: #DF2128;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
  }
  .detail-pesanan-title-underline {
    border: none;
    border-top: 2px solid #DF2128;
    width: 220px;
    margin-top: 6px;
    margin-bottom: 0;
  }
  .detail-pesanan-title-underline-rest {
    border: none;
    border-top: 1px solid #E0E0E0;
    margin-top: 0;
  }

  /* Status banner */
  .detail-pesanan-status-banner {
    background-color: #DF2128;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    padding: 16px 24px;
  }

  /* Info card */
  .detail-pesanan-info-card {
    background: #fff;
    border-radius: 10px;
    padding: 24px 28px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  }
  .detail-pesanan-section-label {
    color: #DF2128;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
  }
  .detail-pesanan-pickup-text {
    color: #888;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
  }
  .detail-pesanan-status-icon-box {
    width: 28px;
    height: 28px;
    background-color: #DF2128;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
  }
  .detail-pesanan-status-icon-box.detail-pesanan-outline {
    background-color: transparent;
    color: #DF2128;
  }
  .detail-pesanan-status-title {
    color: #DF2128;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
  }
  .detail-pesanan-status-date {
    color: #A0A0A0;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
  }
  .detail-pesanan-recipient-name {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
  }
  .detail-pesanan-recipient-address {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
  }
  .detail-pesanan-lihat-link {
    color: #DF2128;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
  }

  /* Produk order header */
  .detail-pesanan-produk-header {
    background-color: #ECF0EA;
    border-radius: 10px 10px 0 0;
    padding: 18px 28px;
    color: #333;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
  }
  .detail-pesanan-produk-header .detail-pesanan-col-label {
    color: #555;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
  }

  /* Product list card */
  .detail-pesanan-produk-body {
    background: #fff;
  }
  .detail-pesanan-produk-item {
    padding: 20px 28px;
    border-bottom: 1px solid #F0F0F0;
  }
  .detail-pesanan-produk-item:last-child {
    border-bottom: none;
  }
  .detail-pesanan-product-thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    background-color: #F5F5F5;
  }
  .detail-pesanan-transaksi-no {
    color: #737373;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
  }
  .detail-pesanan-product-name {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
  }
  .detail-pesanan-product-qty {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
  }
  .detail-pesanan-qty-center {
    color: #DF2128;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
  }
  .detail-pesanan-price-strike {
    color: #B0B0B0;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
  }
  .detail-pesanan-price-final {
    color: #DF2128;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
  }

  /* Footer / total */
  .detail-pesanan-order-footer {
    background-color: #ECF0EA;
    border-radius: 0 0 10px 10px;
    padding: 24px 28px;
  }
  .detail-pesanan-order-total-label {
    color: #5D5C5C;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
  }
  .detail-pesanan-order-total-value {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
  }
  .detail-pesanan-eta-text {
    color: #B5B8B4;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
  }
  .detail-pesanan-btn-refund {
    border: 1.5px solid #DF2128;
    color: #DF2128;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 26px;
    background: #fff;
  }
  .detail-pesanan-btn-refund:hover {
    background-color: #F2F8F3;
    color: #DF2128;
  }
  .detail-pesanan-btn-rating {
    background-color: #DF2128;
    border: none;
     display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 34px;
  }
  .detail-pesanan-btn-rating:hover {
    background-color: #3f7d48;
    color: #fff;
  }

  .detail-pesanan-card-gap {
    margin-top: 24px;
  }

  @media (max-width: 576px) {
    .detail-pesanan-info-card, .detail-pesanan-produk-header, .detail-pesanan-produk-item, .detail-pesanan-order-footer {
      padding-left: 16px;
      padding-right: 16px;
    }
    .detail-pesanan-order-total-value {
      font-size: 20px;
    }
  }

    .retur-barang-page-wrap {
    margin: 0 auto;
    padding: 32px 16px 60px;
  }

  /* Header */
  .retur-barang-page-title {
    color: #DF2128;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
  }
  .retur-barang-title-underline {
    border: none;
    border-top: 2px solid #DF2128;
    width: 150px;
    margin-top: 6px;
    margin-bottom: 0;
  }
  .retur-barang-title-underline-rest {
    border: none;
    border-top: 1px solid #E0E0E0;
    margin-top: 0;
  }

  /* Cards */
  .retur-barang-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px 28px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  }
  .retur-barang-card-gap {
    margin-top: 20px;
  }

  /* Form labels */
  .retur-barang-field-label {
    color: #373E38;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
  }

  /* Input fields */
  .retur-barang-input {
    background-color: #F5F6F5;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    padding: 14px 18px;
    color: #999;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
  }
  .retur-barang-input:focus {
    background-color: #F5F6F5;
    border-color: #DF2128;
    box-shadow: 0 0 0 0.15rem rgba(80,153,90,0.15);
    color: #444;
    outline: none;
  }
  .retur-barang-select {
    background-color: #F5F6F5;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    padding: 14px 18px;
    color: #999;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23999' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    cursor: pointer;
  }
  .retur-barang-select:focus {
    border-color: #DF2128;
    box-shadow: 0 0 0 0.15rem rgba(80,153,90,0.15);
    outline: none;
  }
  .retur-barang-textarea {
    background-color: #F5F6F5;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    padding: 14px 18px;
    color: #999;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    min-height: 120px;
    resize: vertical;
  }
  .retur-barang-textarea:focus {
    background-color: #F5F6F5;
    border-color: #DF2128;
    box-shadow: 0 0 0 0.15rem rgba(80,153,90,0.15);
    color: #444;
    outline: none;
  }
  .retur-barang-char-counter {
    color: #A0A0A0;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
  }

  /* Upload section labels */
  .retur-barang-section-title {
    color: #373E38;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
  }

  /* Dropzone */
  .retur-barang-dropzone {
    background-color: #F5F6F5;
    border: 1.5px dashed #D3D7D2;
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
  }
  .retur-barang-dropzone:hover,
  .retur-barang-dropzone.retur-barang-dragover {
    background-color: #EDF4EE;
    border-color: #DF2128;
  }
  .retur-barang-upload-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #DF2128;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
  }
  .retur-barang-dropzone-title {
    color: #373E38;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
  }
  .retur-barang-dropzone-title strong {
    color: #373E38;
    font-weight: 700;
  }
  .retur-barang-dropzone-subtitle {
    color: #999;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 18px;
  }
  .retur-barang-btn-pilih-file {
    background-color: #DF2128;
    border: none;
    color: #fff;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    padding: 8px 24px;
  }
  .retur-barang-btn-pilih-file:hover {
    background-color: #3f7d48;
    color: #fff;
  }
  .retur-barang-file-name {
    color: #DF2128;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    margin-top: 12px;
    word-break: break-all;
  }

  /* Submit button */
  .retur-barang-btn-submit {
    background-color: #DF2128;
    border: none;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    padding: 16px;
    width: 100%;
  }
  .retur-barang-btn-submit:hover {
    background-color: #3f7d48;
    color: #fff;
  }

  @media (max-width: 576px) {
    .retur-barang-card {
      padding: 20px;
    }
  }

  .retur-detail-modal-content{
    border-radius: 16px;
    border: none;
}
.retur-detail-modal-title{
    font-weight: 700;
    font-size: 22px;
}
.retur-detail-card{
    background: #f8f9fa;
    border-radius: 12px;
    padding: 16px 18px;
    border: 1px solid #eee;
}
.retur-detail-produk-name{
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a;
}
.retur-detail-date{
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #888;
}
.retur-detail-alasan{
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}
.retur-detail-attach-link{
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #167a14;
}
.retur-detail-attach-link:hover{
    text-decoration: underline;
}

.retur-detail-badge{
    display: inline-block;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}
.retur-badge-diajukan{
    background: #c49213;
}
.retur-badge-disetujui{
    background: #167a14;
}
.retur-badge-ditolak{
    background: #cd124f;
}
.retur-badge-default{
    background: #999;
}


  .lokasi-section{
    padding: 70px 0;
  }
 
  .lokasi-title{
    font-weight: 700;
    font-size: 2rem;
    color: #1e1e1e;
  }
 
  .lokasi-subtitle{
    color: var(--text-muted-soft);
    font-size: 1.05rem;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.6;
  }
 
  .contact-icon-wrap{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--brand-green);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
  }
 
  .kontak-title{
    font-weight: 700;
    font-size: 1.5rem;
    color: #1e1e1e;
  }
 
  .contact-item{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
  }
 
  .contact-item i{
    color: #1e1e1e;
    width: 20px;
    text-align: center;
    margin-top: 3px;
  }
 
  .contact-item span{
    color: #2b2b2b;
    font-size: 1rem;
    line-height: 1.5;
  }
 
  .map-frame-wrap{
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
    min-height: 320px;
  }
 
  .map-frame-wrap iframe{
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
    display: block;
  }
 
  @media (max-width: 991.98px){
    .lokasi-title{ font-size: 1.6rem; }
  }
  .auth-links {
    padding-top: 20px;
}

.auth-links__divider {
    border-top: 1px dashed #d0d0d0;
    margin-bottom: 20px;
}

.auth-links__item {
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #333;
}

.auth-links__item:last-child {
    margin-bottom: 0;
}

.auth-links__action {
    color: #DF2128; /* hijau seperti pada contoh */
    font-weight: 600;
    text-decoration: none;
}

.auth-links__action:hover {
    text-decoration: underline;
}




.product-img img{
    width:100%;
    height:200px;
    object-fit:cover;
}

.img-crop-detail{
    width:100%;
    height:300px;
    object-fit:cover;
}


.img-crop-list{
    width:100%;
    height:90px;
    object-fit:cover;
}


.banner-item {
    border-radius: 12px;
    overflow: hidden;
}

/* Gambar kiri besar */
.banner-left {
    height: 345px;
}

/* Gambar kanan atas & bawah */
.banner-right-top,
.banner-right-bottom {
    height: 165px;
    align-self: stretch;
}

/* Biar tinggi kolom kanan otomatis pas dengan kiri (337px) */
@media (min-width: 992px) {
    .hero-banner-row .col-lg-5 {
        height: 337px;
    }
}

.trs-section-category .trs-category-title {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 15.896px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.818px; /* 175% */
    letter-spacing: 0.477px;
}

/* Nav arrow buttons */
.trs-category-nav-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.trs-category-nav-btn:hover {
    background: #f5f5f5;
}

.trs-category-nav-btn.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Category item */
.trs-category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.trs-category-icon-wrap {
    width: 100px;
    height: 100px;
    border-radius: 72.242px;
    background: #FBFBFB;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: background 0.2s ease;
}

/* Active state — gradient background */
.trs-category-icon-wrap:hover {
    border-radius: 72.242px;
    background:
        linear-gradient(to bottom right, #E39734 15%, #E53A25 43%, #E02527 50%) bottom right / 50% 50% no-repeat,
        linear-gradient(to bottom left, #E39734 15%, #E53A25 43%, #E02527 50%) bottom left / 50% 50% no-repeat,
        linear-gradient(to top left, #E39734 15%, #E53A25 43%, #E02527 50%) top left / 50% 50% no-repeat,
        linear-gradient(to top right, #E39734 15%, #E53A25 43%, #E02527 50%) top right / 50% 50% no-repeat,
        #DE2027;
}

.trs-category-icon {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.trs-category-icon-wrap.active .trs-category-icon {
    width: 65%;
    height: 65%;
}

.trs-category-label {
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 11.922px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.157px; /* 118.748% */
    letter-spacing: 0.358px;
    margin: 0;
    white-space: nowrap;
}

/* Swiper slide width - auto biar sesuai jumlah kategori yg muat */
.trs-category-slider .swiper-slide {
    width: auto;
}

.flash-sale-banner-v2 {
    padding: 0px 0px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}


.fs-title {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.54px;
    white-space: nowrap;
}

.countdown-timer-v2 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.countdown-box {
    background: #FFF;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.54px;
    padding: 4px 16px;
    border-radius: 2px;
    min-width: 48px;
    text-align: center;
}

.countdown-sep {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.fs-link {
    margin-left: auto;
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.fs-link:hover {
    color: #FFF;
    opacity: 0.85;
}
.produk-kat-border{
    display: inline-flex;
    width: fit-content;
    height: 12.432px;
    padding: 10px 10px;
    justify-content: center;
    align-items: center;
    gap: 7.313px;
    border: 0.289px solid #FA5F5F;
    color: #FA5F5F;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.268px;
    letter-spacing: 0.219px;
    white-space: nowrap;
}

.produk-price-coret {
    color: #4B4A4A;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.477px;
    letter-spacing: 0.351px;
    text-decoration: line-through;
}

.harga-real {
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.harga-rp {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.475px;
}

.harga-nominal {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.249px;
}

.harga-diskon-badge {
    background-color: #FFF0EE;
    color: #EE4D2D;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 11.55px;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
}

.banner-brand-section {
    padding: 24px;
}

.banner-brand-img {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    min-height: 320px;
}

.banner-brand-card {
    background: #F5F5F5;
    border-radius: 12px;
    padding: 20px;
    flex: 1;
}

.banner-brand-diskon {
    color: #2834AA;
    font-family: Poppins;
    font-size: 16.443px;
    font-style: normal;
    font-weight: 600;
    line-height: 40.277px;
}

.banner-brand-title {
    color: #000;
    font-family: Poppins;
    font-size: 23.491px;
    font-style: normal;
    font-weight: 600;
    line-height: 40.277px;
    margin-top: -8px;
}

.banner-brand-desc {
    color: #767676;
    font-family: Poppins;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: 12.92px;
}

.banner-brand-btn {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 13.332px;
    font-style: normal;
    font-weight: 600;
    border-radius: 10.472px;
    background: #DF2128;
    padding: 10px 20px;
    display: inline-block;
    width: fit-content;
    border: none;
}

.banner-brand-btn:hover {
    color: #FFF;
    background: #c41c22;
}

.inb-banner-card {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 20px;
}

.inb-banner-diskon {
    color: #2834AA;
    font-family: 'Poppins', sans-serif;
    font-size: 21.571px;
    font-style: normal;
    font-weight: 600;
    line-height: 30.837px;
}

.inb-banner-title {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 30.816px;
    font-style: normal;
    font-weight: 600;
    line-height: 52.837px;
}

.inb-banner-desc {
    color: #767676;
    font-family: 'Poppins', sans-serif;
    font-size: 10.567px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.949px;
}

.inb-banner-btn {
    background-color: #e0342d;
    color: #fff;
    border-radius: 10px !important;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
}

.inb-banner-btn:hover {
    background-color: #c72b25;
    color: #fff;
}

.inb-banner-img {
    border-radius: 12px;
    overflow: hidden;
}

.inb-banner-img img {
    border-radius: 12px;
}

.social-icon img {
    width: 38px;
    height: 38px;
}

.karakter-img {
    max-height: 450px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .karakter-img {
        max-height: 280px;
        margin-top: 20px;
    }
}

.map-frame-wrap {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
}

.map-frame-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.karakter-kontak-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .karakter-kontak-img {
        max-width: 80%;
    }
}

.empty-cart-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 10px 20px;
    flex-wrap: wrap;
    min-height: 50vh;
    max-width: 900px;
    margin: 0 auto;
}

.empty-cart-illustration {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.empty-cart-img {
    width: 220px;
    max-width: 100%;
    height: auto;
    display: block;
}

.empty-cart-content {
    flex: 1 1 300px;
    text-align: left;
}

.empty-cart-title {
    color: #DF2128;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 12px;
}

.empty-cart-desc {
    color: #DF2128;
    opacity: 0.85;
    font-size: 1rem;
    margin-bottom: 24px;
    max-width: 380px;
}

.btn-empty-cart {
    display: inline-block;
    background: #DF2128;
    color: #fff;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.btn-empty-cart:hover {
    background: #DF2128;
    color: #fff;
}

@media (max-width: 576px) {
    .empty-cart-wrapper {
        flex-direction: column;
        text-align: center;
        min-height: auto;
        padding: 30px 15px;
    }

    .empty-cart-content {
        text-align: center;
    }

    .empty-cart-desc {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}