  body {
    font-family: "Ubuntu", sans-serif !important;
  }

  /* 
  @media 
  (-webkit-min-device-pixel-ratio: 1.5), 
  (min-resolution: 144dpi) {
  body {
    font-size: 0.95rem; adjust slightly if fonts look too big 
  }
}
  */

  .star {
    font-size: 36px;
    color: #ccc;
  }

  .star.filled {
    color: #ff4500;
  }

  .header {
    background-color: #000;
    color: #fff;
    padding: 5px 0 0 0;
    height: 80px !important;
  }

  .search-input {
    max-width: 100%;
    width: 100%;
  }

  .carousel-img {
    height: 350px;
    object-fit: cover;
  }

  @media (max-width: 768px) {
    .carousel-img {
      height: 250px;
    }
  }

  .category-sidebar {
    border-right: 1px solid #ddd;
  }

  .list-group-item {
    border: none !important;
  }

  .bg-gray {
    background-color: #000000;
  }

  .h-80 {
    height: 250px !important;
  }

  .h-75 {
    height: 114px !important;
  }

  .text-footer {
    color: #878787;
    font-size: 14px;
  }

  .text-li-footer {
    color: #ffffff !important;
    font-size: 12px !important;
  }

  .text-li-footer a {
    color: #ffffff !important;
    font-size: 12px !important;
  }

  .card-title {
    font-size: 13px !important;
  }

  .card-footer {
    padding: 0 !important;
  }

  .list-group {
    --bs-list-group-bg: transparent !important;
  }

  .list-group-item a {
    color: #000 !important;
    text-decoration: none;
  }

  .text-h-w {
    color: #fff;
  }

  .nav-pills .nav-link {
    color: #000;
    background: #f1f1f100;
    border-radius: 0;
  }

  .nav-pills .nav-link.active {
    background-color: #007bff;
    color: #fff;
  }

  .nav-pills .nav-link {
    border-radius: 0 !important;
  }

  .card-title {
    font-size: 0.9rem;
  }

  .card-text {
    font-size: 0.8rem;
    color: #666;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #464747 !important;
  }

  @media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
  }

  .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: 0 !important;
  }

  .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5f6eb9 !important;
    --bs-btn-border-color: #5f6eb9 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #27398f !important;
    --bs-btn-hover-border-color: #27398f !important;
  }

  .profile-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .profile-pic {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
  }

  .address-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
    padding: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .tag {
    background-color: #f0f2f5;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 6px;
  }

  .change-btn {
    font-size: 14px;
    padding: 4px 12px;
  }

  .cart-action-btn {
    background: none;
    border: none;
    /* font-weight: 600; */
    font-size: 14px;
    color: #000;
    margin-right: 15px;
  }

  .cart-action-btn:hover {
    text-decoration: underline;
  }

  .order-card {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .order-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
  }

  .status-dot {
    height: 10px;
    width: 10px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
  }

  .review-link {
    color: #2874f0;
    font-weight: 500;
    text-decoration: none;
  }

  .review-link:hover {
    text-decoration: underline;
  }

  .section-title {
    background-color: #2874f0;
    color: white;
    padding: 10px;
    font-weight: 600;
  }

  .box {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
  }

  .price-label {
    font-size: 14px;
    color: #555;
  }

  .price-value {
    font-weight: 600;
  }

  .total-payable {
    font-size: 18px;
    font-weight: 700;
    color: #000;
  }

  .savings {
    color: green;
    font-weight: 600;
  }

  .btn-change {
    border: 1px solid #ccc;
    font-size: 14px;
  }

  .product-img {
    width: 70px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
  }

  .info-icon {
    font-size: 12px;
    cursor: pointer;
  }

  .section-title {
    background-color: #2874f0;
    color: white;
    padding: 10px;
    font-weight: 600;
  }

  .box {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .price-label {
    font-size: 14px;
    color: #555;
  }

  .price-value {
    font-weight: 600;
  }

  .total-payable {
    font-size: 18px;
    font-weight: 700;
    color: #000;
  }

  .savings {
    color: green;
    font-weight: 600;
  }

  /* .btn-change {
      border: 1px solid #ccc;
      font-size: 14px;
    } */
  .product-img {
    width: 70px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
  }

  .info-icon {
    font-size: 12px;
    cursor: pointer;
  }

  .number {
    font-size: 12px;
    color: #2874f0;
    background-color: #f0f0f0;
    border-radius: 2px;
    padding: 3px 7px;
    vertical-align: baseline;
    margin-right: 17px;

  }

  .card {
    box-shadow: 0;
  }

  .story,
  .mission-vision {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    align-items: center;
  }

  .story img,
  .mission-vision img {
    max-width: 100%;
    border-radius: 10px;
    flex: 1 1 350px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .story div,
  .mission-vision div {
    flex: 1 1 400px;
  }

  .stats {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .stat-item {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 2rem;
    flex: 1 1 180px;
    text-align: center;
  }

  .stat-item h3 {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 0.5rem;
  }

  .stat-item p {
    font-weight: 600;
    color: #555;
  }

  .team {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
  }

  .team-member {
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .team-member img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1rem;
  }

  .team-member h4 {
    margin-bottom: 0.25rem;
    color: #222;
  }

  .team-member p {
    color: #666;
    font-size: 0.9rem;
    margin-top: 0;
  }

  /* footer {
      text-align: center;
      padding: 2rem 1rem;
      background-color: #007bff;
      color: white;
    } */

  @media (max-width: 768px) {

    .story,
    .mission-vision {
      flex-direction: column;
    }
  }

  .stat-item {
    background: #fff;
    padding: 2rem;
    margin: 1rem 0;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }

  .contact-section {
    padding: 60px 0;
  }

  .contact-section h2 {
    margin-bottom: 20px;
    color: #333;
  }

  .contact-info {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .contact-form {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .form-control:focus {
    box-shadow: none;
    border-color: #007bff;
  }

  iframe {
    border: 0;
    width: 100%;
    height: 300px;
    border-radius: 8px;
    margin-top: 30px;
  }

  .form-control::placeholder {
    color: rgb(203, 203, 203) !important;
    opacity: 1;
  }

  .product-gallery {
    display: flex;
    gap: 20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }

  .thumbnails {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .thumbnails img {
    width: 60px;
    height: 90px;
    object-fit: cover;
    border: 2px solid transparent;
    cursor: pointer;
    border-radius: 4px;
  }

  .thumbnails img:hover,
  .thumbnails img.active {
    border-color: #007bff;
  }

  .main-image img {
    width: 400px;
    height: 600px;
    object-fit: cover;
    border-radius: 6px;
  }

  .fs-7 {
    font-size: 14px !important;
  }

  .btn-orange {
    background-color: #fa672d !important;
    color: #000 !important;
  }

  .form-label {
    margin-bottom: .5rem;
    color: #000000 !important;
  }

  .order-section {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    background-color: #fff;
  }

  /* .label { font-weight: 500; } */
  .order-items img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
  }

  .order-meta small {
    display: block;
  }

  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 400 !important;
  }

  .img-radius-5 {
    border-radius: 5px;
    width: 70%;
  }

  .icon-radius-5 {
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

  .form-select {
    padding: .375rem .75rem !important;
    padding-top: 0.375rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.375rem !important;

  }

  .search-bar {
    width: 100%;
    border: 1px solid #fcd6a4;
    color: #3e3d3d;
    padding: 12px 40px 12px 20px;
    font-size: 16px;
    outline: none;
    height: 40px;
    box-sizing: border-box;
    color: #000;
  }

  .amazon-search-bar {
    display: flex;
    border: 1px solid #ff4500;
    border-radius: 4px;
    height: 40px;
    overflow: hidden;
  }

  .amazon-search-bar select {
    width: 160px;
    border: none;
    border-right: 1px solid #ff4500;
    padding: 0 10px;
    font-size: 14px;
    background-color: #f3f3f3;
    appearance: none;
  }

  .amazon-search-bar input[type="text"] {
    flex: 1;
    border: none;
    padding: 8px 10px;
    font-size: 14px;
    outline: none;
  }

  .amazon-search-bar button {
    width: 50px;
    border: none;
    background-color: #ff4500;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
  }

  .amazon-search-bar button:hover {
    background-color: #ff4500;
  }


  .message-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .message-box {
    visibility: hidden;
    width: 220px;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 10px 15px;
    border-radius: 8px;
    position: absolute;
    top: 120%;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    font-size: 14px;
  }

  .message-container:hover .message-box {
    visibility: visible;
    opacity: 1;
  }

  .message-box::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 15px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
  }







  .info-section {
    display: flex;
    justify-content: space-between;
    /* border: 1px solid #007bff; */
    padding: 8px 4px;
    /* reduced padding */
    background-color: #fff;
  }

  .info-box {
    flex: 1;
    text-align: center;
    padding: 8px;
    /* reduced padding */
    border-right: 1px solid #e0e0e0;
  }

  .info-box:last-child {
    border-right: none;
  }

  .info-box img {
    width: 26px;
    /* smaller icon */
    height: 26px;
    margin-bottom: 6px;
  }

  .info-box h4 {
    font-size: 13px;
    /* slightly smaller */
    font-weight: 600;
    color: #333;
    margin: 4px 0;
  }

  .info-box p {
    font-size: 11px;
    color: #777;
    margin: 0;
    line-height: 1.2;
    /* tight line spacing */
  }


  .language-dropdown .goog-te-combo {
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
    background-color: #f8f9fa;
  }

  .goog-te-banner-frame.skiptranslate,
  body>.skiptranslate {
    display: none !important;
  }

  body {
    top: 0px !important;
  }

  @media (max-width: 768px) {
    .category-nav {
      display: none !important;
    }
  }


  .custom-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 1051;
  }

  .custom-close-button:hover {
    background-color: #f0f0f0;
    color: red;
  }


  /* new */

  /* slider */
  .product-card {
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 2px;
    margin-right: 4px !important;
  }

  .product-card img {
    max-width: 240px;
    height: 200px;
    border-radius: 20px;
  }

  .product-title {
    font-weight: 600;
    padding-top: 20px;
    /* margin-top: -50px;
    height: 100px; */

  }

  .bg-card-gray {
    background-color: #b70505 !important;
  }

  .product-price {
    font-size: 1rem;
  }

  .old-price {
    text-decoration: line-through;
    color: gray;
    font-size: 0.9rem;
  }

  .new-price {
    color: #d32f2f;
    font-weight: bold;
    font-size: 1.1rem;
  }

  .under-price {
    font-weight: bold;
  }

  /* Custom dotted carousel indicators */
  .custom-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: transparent;
    margin: 0 4px;
    transition: all 0.3s ease;
  }

  .custom-indicators button.active {
    background-color: #050505;
    /* border-color: #eb0b0b; */
  }


  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px !important;
    height: 10px !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #767676 !important;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
  }

  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -66px !important;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
  }

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

  .star-container {
    display: inline-block;
    position: relative;
    font-size: 20;
    /* size of stars */
    color: #ddd;
    /* empty star color */
    unicode-bidi: bidi-override;
  }

  .star-container::before {
    content: "★★★★★";
    /* 5 empty stars */
  }

  .star-fill {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: orangered;
    /* filled star color */
  }

  .form-switch .form-check-input {
    border-color: #323131 !important;
  }