html {
    scroll-behavior: smooth;
}

body {
    font-family: "Jaldi", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #fff;
}

header {
    position: fixed;
    z-index: 99;
}

.search-text {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px #8a8a8a solid;
    border-radius: 5px;
}

.search-icon {
    color: #8a8a8a;
}

.wrapper-breadcrumb ul li:not(:first-child)::before {
    content: "/";
    margin: 0 5px;
    color: #8a8a8a; /* Adjust the color */
}

.wrapper-breadcrumb ul li {
    font-weight: bold; /* Adjust the color */
}

.wrapper-breadcrumb ul li a {
    font-weight: normal;
    color: #8a8a8a; /* Adjust the color */
}

/* Optional: Add some custom styles for slider animation */
.slider {
    transition: transform 0.5s ease-in-out;
}

/* Custom styles for the arrow button and masking effect */
.arrow-button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    background: rgba(0, 0, 0, 0); /* Semi-transparent background */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    transition: background 0.3s ease; /* Smooth background transition */
}

.arrow-button::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: rgba(0, 0, 0, 0); /* Initially transparent */
    transition: background 0.3s ease; /* Smooth background transition on hover */
    z-index: -1;
}

.arrow-left {
    left: 0;
}

.arrow-right {
    right: 0;
    border-left-color: transparent;
    border-right-color: currentColor;
}

.arrow-button.arrow-left:hover {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0)
    ); /* Shadow effect */
}

.arrow-button.arrow-right:hover {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.4)
    ); /* Shadow effect */
}

.arrow-button::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: currentColor;
    margin-left: 6px;
}

.arrow-button.right::before {
    border-left-color: transparent;
    border-right-color: currentColor;
    margin-left: 0;
    margin-right: 6px;
}

.wrapper-menu {
    background-color: #000;
    color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.box-item {
    background: #3a3939;
}

.box-item h1 {
    color: #1a1a1a;
    font-size: 16px;
}

.box-item h2 {
    color: #8a8a8a;
    font-size: 12px;
}

.box-image {
    background: #3a3939;
}

.detail-product {
    color: #8a8a8a;
    font-size: 14px;
}

.rating {
    background-color: #ffa250;
}

.price {
    color: #33bd3e;
}

.brand-name {
    color: #8a8a8a;
}

.wrapper-new-product {
    background-color: #f5f5f5;
}

.reason-logo,
.reason-content {
    color: #8a8a8a;
}

.wrapper-redeem {
    background: #000 url("../images/redeem-item.gif") no-repeat;
    background-size: cover;
}

.wrapper-pagination ul li {
    color: #1a1a1a;
    padding: 0 5px;
}

.wrapper-pagination ul li a {
    color: #8a8a8a;
}

.wrapper-pagination ul li a:hover {
    color: #1a1a1a;
    text-decoration: underline;
}

.brand-title a {
    color: #3a9cf8;
}

.brand-title a:hover {
    color: #0a80ee;
}

.pay-box {
    background-color: #fff8f8;
    border-color: #ffdfdf;
}

.pay-reminder {
    background-color: #faebeb;
}

.payment-terms {
    background-color: #f5f5f5;
}

.payment-terms p {
    color: #1a1a1a;
}

.account-box {
    background-color: #1a1a1a;
}

.account-menu li a {
    color: #1a1a1a;
}

.account-menu li:last-child a {
    color: #ff5353;
}

.account-menu li a.active {
    font-weight: bold;
}

.account-status {
    border-color: #1a1a1a;
    color: #1a1a1a;
}

.account-status:hover {
    background-color: #1a1a1a;
    color: #fff;
}

.account-status.active {
    background-color: #1a1a1a;
    color: #fff;
}

.new {
    position: absolute;
    background-color: #ff5353;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 9;
    right: 2px;
    top: -4px;
}

.new-menu {
    position: absolute;
    background-color: #ff5353;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    z-index: 9;
    right: 2px;
    top: 8px;
}

.button-status {
    background-color: #1a1a1a;
    color: #fff;
}

.button-status:hover {
    border-color: #1a1a1a;
    background-color: #fff;
    color: #1a1a1a;
}

.other-product {
    color: #8a8a8a;
}

.cart-box {
    background: url("../images/cart-bg.png") no-repeat;
    color: #FFF;
    font-size: 1.2rem;
    background-size: auto 100%;
    background-position-x: center;
}

.login-page {
    background: url("../images/login-bg.gif") no-repeat;
    background-position: center center;
    background-size: cover;
}

footer {
    background-color: #1a1a1a;
    color: #8a8a8a;
}

.empty-image {
    min-width: 200px;
    width: 100%;
    min-height: 150px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='150' viewBox='0 0 200 150'><rect width='100%' height='100%' fill='%23f0f0f0'/><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' fill='%23ccc' font-size='16'>No Image</text></svg>");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.big-empty-image {
    min-width: 350px;
    width: 100%;
    min-height: 350px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='150' viewBox='0 0 200 150'><rect width='100%' height='100%' fill='%23f0f0f0'/><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' fill='%23ccc' font-size='16'>No Image</text></svg>");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.thumb-empty-image {
    min-width: 50px;
    width: 100%;
    min-height: 50px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='150' viewBox='0 0 200 150'><rect width='100%' height='100%' fill='%23f0f0f0'/><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' fill='%23ccc' font-size='16'>No Image</text></svg>");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
