/* CUSTOM CONTAINER CLASSES ========================================================================================================================= */
@media (min-width: 1350px) {
  .container {
    max-width: 1750px!important;	
  }
}

@media (max-width: 1350px) {
  .container {  
    max-width: 98%;	 
  }
}

/* Mini Container */
@media (min-width: 1350px) {
  .mini-container {
    max-width: 1300px!important;	
  }
}

@media (max-width: 1350px) {
  .mini-container {  
    max-width: 98%;	 
  }
}

/* Navigation Container Widths */
@media (min-width: 1350px) {
  .navigation-container {
    max-width: 1750px!important;	
  }
}

@media (max-width: 1350px) {
  .navigation-container {  
    max-width: 100%;	 
  }
}

/* Navigation Logo Responsive Sizing */
.nav-logo {
  width: 250px; 
  height: auto;
}

@media (max-width: 1400px) {
  .nav-logo {
    width: 230px; 
    height: auto;
  }
}

@media (max-width: 1100px) {
  .nav-logo {
    width: 210px; 
    height: auto;
  }
}

.omg-home-banner {
  height: 400px!important;
  background-repeat: no-repeat; 
  background-size: cover; 
  background-position: center center; 
}

.omg-inside-banner {
  height: 300px!important;
}

.g-bg-texture-1, .g-bg-texture-2 {
  position: relative;
}

.g-bg-texture-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../../images/bg-texture-2.svg');
  background-repeat: repeat;
  opacity: 0.05;
  background-size: 500px 500px;
  z-index: 0;
  filter: invert(1);
}

.g-bg-texture-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../../images/bg-texture-2.svg');
  background-repeat: repeat;
  opacity: 0.02;
  background-size: 1000px 1000px;
  z-index: 0;
  filter: invert(1);
}

.break-primary {
  background-color: #FF6417;
  width: 120px;
  height: 5px;
  margin: 20px 0px;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.aspect-ratio-1-1 {
  aspect-ratio: 1/1;
}

.pt-bg-dark-overlay {
  background-color: #00000015!important;
  background-blend-mode: multiply!important;
}

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

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

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

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

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

.anchor-offset {
  scroll-margin-top: 120px;
}

.bg-gray-light {
  background-color: #f5f5f5;
}

.bg-hero-orange {
  background-color: #fd7d3e;
}

.g-brd-gray {
  border: 1px solid #e4e4e4;
}

* {
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #1f1f20;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 2px;
}

h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  font-size: 36px;
  font-weight: 600;
}

h4 {
  font-size: 30px;
  font-weight: 600;
}

h5 {
  font-size: 22px;
  font-weight: 600;
}

h6 {
  font-size: 19px;
  font-weight: 500;
}

p {
  color: gray;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
}

.btn {
  font-size: 16px;
  border-radius: 0px;
  padding: 8px 20px;
}

/* XL */
@media (max-width: 1200px) {

}

@media (max-width: 1150px) {

}

/* LG */
@media (max-width: 992px) {

}

/* MD */
@media (max-width: 768px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 35px;
  }
  
  h4 {
    font-size: 28px;
  }
}

/* SM */
@media (max-width: 576px) {

}




.cf-navigation-link {
color: #595959;
font-size: 17px;
font-weight: 600;
padding-left: 15px;
padding-right: 15px;
padding-top: 13px;
padding-bottom: 13px;
}

.cf-navigation-link:hover {
color: black;
text-decoration: none;
}

.cf-dropdown-nav {
background-color: white;
z-index: 2;
width: 200px!important;
position: absolute!important;
list-style: none;
box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1);
padding-left: 0;
}

.cf-dropdown-nav li a {
color: #595959;
font-size: 17px;
font-weight: 600;
padding: 5px 20px;
}

.cf-dropdown-nav li a:hover {
color: #0f7bc3;
text-decoration: none;
}

.cf-dropdown-nav li {
padding-top: 5px;
padding-bottom: 5px;
}

.c-navigation-link {
color: #005bb7;
font-size: 17px;
font-weight: 600;
padding: 20px;
}

.c-navigation-link:hover {
color: white;
background-image: linear-gradient(#FF6417, #e0540f);
text-decoration: none;
transition: none;
}



/* Navigation Styles */
.cf-navigation-link {
color: #5e657a;
font-size: 16px;
font-weight: 500;
padding: 0px!important;
}

.cf-navigation-link i {
color: #5e657a;
font-size: 10px;
font-weight: 400;
padding: 0px!important;
}

.list-inline-item {
padding: 8px;
}

.list-inline-item:hover {
/* background-color: #0f7bc3; */
color: black;
text-decoration: none;
height: 100%;
}

.list-inline-item:hover .cf-navigation-link, .list-inline-item:hover .cf-navigation-link i {
color: #005bb7!important;
}

.cf-dropdown-nav {
background-color: #eeeeef;
z-index: 2;
width: 200px!important;
position: absolute!important;
list-style: none;
box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1);
padding-left: 0;
margin-left: -8px;
margin-top: 9px!important;
border-radius: 0px 0px 5px 5px;
box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.25);
}

.cf-dropdown-nav li a {
color: #5e657a;
font-size: 15px;
font-weight: 500;
padding: 5px 20px;
}

.cf-dropdown-nav li a:hover {
color: #0f7bc3;
text-decoration: none;
}

.cf-dropdown-nav li {
padding-top: 5px;
padding-bottom: 5px;
}

.container {
max-width: 1500px;
}

.c-box-shadow {
box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.25);
}

.c-box-shadow-light {
box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
}

.omg-cart-nav a {
color: #5e657a!important;
font-size: 16px!important;
}

.omg-cart-nav a div {
color: #5e657a!important;
font-size: 16px!important;
text-transform: capitalize;
font-weight: 600;
}

.omg-cart-nav:hover a div {
color: #0f7bc3!important;
}

.add-to-cart.active {
  border: none;
  background-image: linear-gradient(#57c039, #319315);
  color: white !important;
}

.alert-info {
  color: #1A9430;
  background-color: #D8F4E0;
  border: 1px solid #C8F0D4;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 8px;
}

.alert-error {
  color: #9c2f2f;
  background-color: #fbeaea;
  border: 1px solid #f2cfcf;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 8px;
}


/* Form Styles */
.form-check-label {
position: relative;
}

.form-check-label .checkbox {
position: absolute;
height: 0;
width: 0;
}

.checkmark {
position: absolute;
height: 22px;
width: 22px;
border-radius: 3px;
background-color: #eee;
}

.form-check-label:hover .checkbox ~ .checkmark {
background-color: #ccc;
}

.form-check-label input:checked ~ .checkmark {
background-color: #FF6417;
}

.checkmark:after {
content: "";
position: absolute;
display: none;
}

.form-check-label input:checked ~ .checkmark:after {
display: block;
}

.form-check-label .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
  }

.product-card-link:hover{
  text-decoration: none;
}

.product-card {
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease;
}

.product-card:hover {
  box-shadow: 0 10px 15px -6px rgba(0, 0, 0, 0.3);
}

.product-card img {
    transition: 0.5s ease;
}

/* .product-card:hover img {
	max-width: 180px !important;
	max-height: 180px !important;
	transition: 0.5s ease;
} */

.omg-categories-list {
  width: 385px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .omg-categories-list {
    width: 340px;
  }
}

@media (max-width: 768px) {
  .omg-categories-list {
    width: 100%;
  }
}

.omg-product-listing {
  width: calc(100% - 385px);
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .omg-product-listing {
    width: calc(100% - 340px);
  }
}

@media (max-width: 768px) {
  .omg-product-listing {
    width: 100%;
  }
}

input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}

input[type=checkbox] {
  border: none!important;
  background-color: #eeeeee!important;
  accent-color: #9d3039;
  outline: 1px solid rgba(0, 0, 0, 0%);
  background-color: #DDD;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px!important;
  height: 20px!important;
  cursor: pointer;
  position: relative;
  top: -3px;
}

input[type=checkbox]:checked
{
  background-color: #0f7bc3!important;
  background: #0f7bc3 url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 4.5px 4.5px no-repeat;
}

.omg-products-list {
  width: 350px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

@media (max-width: 1300px) {
  .omg-products-list {
    width: 300px;
  }
}

@media (max-width: 1200px) {
  .omg-products-list {
    width: 350px;
  }
}

@media (max-width: 992px) {
  .omg-products-list {
    width: 300px;
  }
}

@media (max-width: 768px) {
  .omg-products-list {
    width: 100%;
  }
}

.omg-product-page-listing {
  width: calc(100% - 350px);
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

@media (max-width: 1300px) {
  .omg-product-page-listing {
    width: calc(100% - 300px);
  }
}

@media (max-width: 1200px) {
  .omg-product-page-listing {
    width: calc(100% - 350px);
  }
}

@media (max-width: 992px) {
  .omg-product-page-listing {
    width: calc(100% - 300px);
  }
}

@media (max-width: 768px) {
  .omg-product-page-listing {
    width: 100%;
  }
}

.omg-add-to-cart {
  border: none;
  white-space: nowrap;
  text-align: center;
  background-image: linear-gradient(#FF6417, #e0540f);
  border-radius: 50px;
  color: white!important;
}

.omg-add-to-cart:hover {
  background-image: linear-gradient(#3085db, #2468ab);
  color: white!important;
}

.omg-add-to-cart:active {
  background-image: linear-gradient(#57c039, #319315)!important;
  color: white!important;
}



main {
  margin-top: 140px;
}

@media (max-width: 991px)  {
  main {
    margin-top: 162px;
  }
}

@media (max-width: 767px)  {
  main {
    margin-top: 160px;
  }
}

@media (max-width: 560px)  {
  main {
    margin-top: 178px;
  }
}

.cf-shipping-address, .cf-organization-name {
  color: #333!important; 
  text-overflow: ellipsis; 
  overflow: hidden; 
  white-space: nowrap; 
  display: inline-block;
}

.cf-shipping-address:hover, .cf-organization-name:hover {
  color: #333!important; 
  overflow: visible; 
  background-color: #eeeeee;
  z-index: 5;
  border-radius: 5px;
}

.cf-shipping-address {
  width: 172px; 
}

.cf-organization-name {
  width: 214px; 
}

.cf-hamburger-nav {
  list-style: none;
  padding-left: 5px;
  margin-top: 9px !important;
}

.cf-hamburger-nav li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.cf-hamburger-nav li a {
  color: #5e657a;
  font-size: 15px;
  font-weight: 500;
}

.cf-nav-logo {
  filter: drop-shadow(1px 1px 4px #77777750); 
  max-height: 70px;
}

@media (max-width: 576px)  {
  .cf-nav-logo {
    max-height: 60px;
  }
}

.shopping-cart-icon {
  position: relative!important;
}

.shopping-cart-icon a {
  right: 25%!important;
}

.shopping-cart-icon:hover {
  transform: translateY(23px)!important;
}

.nav-top-bar * {
  vertical-align: middle!important;
}

/* Reports area styling */
.hide {
  display: none;
  position: absolute;
  background-color: #f3f3f3;
  border: #ddd solid 1px;
  border-radius: 5px;
  padding: 2px 7px;
  color: #333;
  z-index: 9;
  font-size: 12px;
  top: -40%;
  white-space: nowrap;
  left: 130%;
}
  
.omg-hover-icon:hover + .hide {
  display: block;
}

.refresh-hover:hover {
  cursor: pointer;
  text-decoration: underline!important;
}

#customSearchContainer {
  gap: 15px;
  padding-top: 10px;
}

#customSearchContainer input {
  max-width: 350px;
  border-radius: 5px;
}

#customSearchContainer select {
  max-width: 200px;
  border-radius: 5px;
}

#category-tabs button {
  max-width: 250px;
  padding: 5px 25px;
  margin: 2px 2px;
  white-space: nowrap;
  width: auto!important;
  border-radius: 3px !important;
}

#category-tabs {
  /* background-color: #208dd0; */
  padding: 0px 15px;
}

.dt-length {
  margin-bottom: -10px!important;
}

.dt-info {
  text-align: center;
  padding-top: 10px;
}

.dt-paging .pagination {
  justify-content: center;
  padding-top: 10px;
}

.dt-scroll-body {
  border: #cbcbcb 1px solid !important;
  border-left: #cbcbcb 1px solid !important;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.dt-scroll-head {
  border: #cbcbcb 1px solid !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#backButton {
  margin: 10px 0px 5px 15px !important;
  padding: 3px 10px !important;
  font-size: 14px;
  background-color: #208dd0;
  color: white !important;
}

.dt-scroll-body td {
  padding: 7px 5px!important;
}

#leftSidePopulate {
  max-height: 500px;
  overflow-y: auto;
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #ccc #f9f9f9; /* For Firefox */
}

#leftSidePopulate::-webkit-scrollbar {
  width: 8px;
}

#leftSidePopulate::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

#leftSidePopulate::-webkit-scrollbar-track {
  background: #f9f9f9;
}

.report-container {
  max-width: 1800px!important;
}

@media screen and (min-width: 991px) {
  .middle-nav-menu {
      height: 0px;
      padding: 0px !important;
  }
}

.omg-report-nav {
  width: 75px;
}

.omg-report-content {
  width: calc(100% - 75px);
}


/* Kitchen Manager - Notification Panel */
.new-messages-popup {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 9999;
  width: 240px;
  padding: 8px 12px;
  border-radius: 6px;
  background-color: #e6f7ff; 
  color: #004085;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid #b8daff;
  /* pointer-events: none; */
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 180ms ease, transform 180ms ease;
  display: none;
}

.new-messages-popup i {
  color: #004085;
  margin-right: 4px;
}

#notification-panel {
  width: 600px; 
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.10); 
  border: 2px solid #DDDDDD; 
  border-radius: 15px;
  background-color: white;
  position: absolute; 
  top: 120%; 
  right: 0;
  z-index: 999;
  overflow: hidden;
}

#notification-panel .card-header {
  font-size: 20px;
  font-weight: 600;
  color: #2A3A4A; 
  background-color: revert; 
  border-bottom: 2px solid #DDDDDD;
}

#notification-panel .card-header #notification-count-badge {
  font-size: 12px;
  padding: 3px 5px;
  margin-bottom: 5px;
}

#notification-panel .notification-tabs {
  display: flex;
  border-bottom: 1px solid #DDDDDD;
}

#notification-panel .notification-tabs div {
  font-size: 18px;
  font-weight: 500;
  padding: 5px 15px;
  color: #9D9BA6;
}

#notification-panel .notification-tabs .notification-count {
  font-size: 11px;
  border-radius: 5px;
  padding: 1px 4px;
  color: #9D9BA6; 
  border: 1px solid #9D9BA6;
}

#notification-panel .notification-tabs .active {
  border-bottom: 2px solid #208dd1 !important;
  color: #208dd1;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 15px;
}

#notification-panel .notification-tabs .active .notification-count {
  background-color: #208dd1;
  border: none;
  font-size: 11px;
  color: white;
  border-radius: 5px;
  padding: 1px 4px;
}

#notification-panel .card-body {
  max-height: 500px; 
  overflow-y: auto;
  padding: 0px!important;
}

#notification-panel .notification-entry span {
  color: #898790;
  font-weight: 600!important;
}

#notification-panel .notification-entry {
  padding-right: 15px;
}

#notification-panel .notification-entry:hover {
  background-color: #fafafa;
}

#notification-panel .notification-entry .active:hover {
  background-color: #f3f3f3;
}

#notification-panel .notification-entry .notification-icon {
  display: flex;
  align-items: center;
  height: auto;
}

.notification-title {
  font-size: 18px;
  font-weight: 700;
}

.notification-message {
  font-size: 14px;
  font-weight: 400;
  color: #A6A4B0;
}

.notification-date {
  font-size: 14px;
  font-weight: 500;
  color: #A6A4B0;
}

/* Notification Pop-Up */
.new-messages-popup {
  padding: 15px;
  border-radius: 10px;
  border: 2px solid #6acc80;
  background-color:rgb(248 255 250);
  width: 350px;
}

.new-messages-popup h5 {
  font-size: 18px;
  font-weight: 600;
  color: #6acc80;
}

.new-messages-popup p {
  font-size: 14px;
  font-weight: 400;
}

.new-messages-popup p span {
  font-size: 14px;
  font-weight: 600;
}

.new-messages-popup a {
  font-size: 14px;
  font-weight: 500;
  background-color: #6acc80;
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
}

.new-messages-popup a:hover {
  background-color: #ffc45e;
}


/* New Notification */
#notification-panel .new-request .notification-icon {
  background-color: #DCE8F3; 
  border-left: 2px solid #208dd1 !important; 
}

#notification-panel .new-request .notification-icon i {
  color: #208dd1!important;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 26px;
}

#notification-panel .new-request .notification-title {
  font-size: 18px;
  font-weight: 700;
  color: #208dd1!important;
}

#notification-panel .new-request .active {
  background-color: #f9f9f9!important;
}


/* Notification Approved */
#notification-panel .approved-request .notification-icon {
  background-color: #E4F4E7; 
  border-left: 2px solid #28a745 !important; 
}

#notification-panel .approved-request .notification-icon i {
  border: 2px solid #28a745;
  border-radius: 5px;
  padding: 2px 3px 2px 2px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 20px;
}

#notification-panel .approved-request .notification-title {
  font-size: 18px;
  font-weight: 700;
  color: #28a745!important;
}


/* Notificated Denied */
#notification-panel .denied-request .notification-icon {
  background-color: #FAE6E7; 
  border-left: 2px solid #dc3545 !important; 
}

#notification-panel .denied-request .notification-icon i {
  border: 2px solid #dc3545;
  border-radius: 5px;
  padding: 2px 4px 2px 4px;
  margin-left: 5px;
  margin-right: 4px;
  font-size: 20px;
}

#notification-panel .denied-request .notification-title {
  font-size: 18px;
  font-weight: 700;
  color: #dc3545!important;
}


/* Notification Read */
#notification-panel .read-request .notification-icon {
  background-color: #ECEBEE; 
  border-left: 2px solid #6B6B6B !important; 
}

#notification-panel .read-request .notification-icon i {
  color: #6B6B6B !important;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 22px;
}

#notification-panel .read-request .notification-title {
  font-size: 18px;
  font-weight: 700;
  color: #6B6B6B!important;
}


/* Notification Styles */
#notification-panel .approve-guide-add {
  border: none;
  background-color: #57c971;
  padding: 6px 12px;
  font-weight: 600;
}

#notification-panel .approve-guide-add:hover {
  background-color: #43e067;
}

#notification-panel .deny-guide-add {
  padding: 4px 12px;
  background: transparent;
  color: #e4616e;
  border: 2px solid #e4616e;
  font-weight: 600;
}

#notification-panel .deny-guide-add:hover {
  background-color: #FAE6E7;
}

#notification-panel-body {
  font-size: 18px;
  font-weight: 600;
}

#notification-panel-body p.text-muted {
  padding: 10px 0px 0px 15px !important;
}

.new-messages-popup a:hover {
 background-color: #7ff097!important; 
}




/* Special Order Buttons */
.omg-special-order-product {
  background-color: #F28C5E!important;
  color: white;
  border-radius: 50px;
}

.omg-special-order-product:hover {
  background-color:#db7343!important;
  color: white!important;
}

#special-order-products-notice {
  margin-top: 10px;
  border-radius: 10px;
  background-color: #F1F8FF;
  border: none;
}

#special-order-products-notice h5 {
  font-weight: 600;
  color: #F28C5E!important;
}

.badge-last-purchased {
  background-color: none;
  color: #6b7179;
  padding: 0px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
}

/* Brand Cards */
.brand-card {
  display: flex;
  align-items: center;
  height: 100%;
  border: 2px solid #dddddd;
  padding: 15px;
  transition-duration: 0.5s;
}

.brand-card:hover {
  transform: scale(1.02);
  box-shadow: 2px 2px 12px #20202020;
}

.brand-card img {
  max-width: 170px;
  max-height: 120px;
  margin-left: auto;
  margin-right: auto;
}


/* Home Quick Access Cards */
.quick-card {
  height: 100%;
  position: relative;
  transition-duration: 0.5s;
}

.quick-card:hover {
  transform: scale(1.01);
  box-shadow: 2px 2px 12px #20202020;
}


/* Featured Product Cards */
.product-card {
  box-shadow: 2px 2px 12px #20202010;
  transition-duration: 0.5s;
}

.product-card:hover {
  transform: scale(1.01);
}

.product-card .product-image {
  width: 100%;
  /* background-color: #dfdfdfff; */
  background-image: linear-gradient(225deg, #ffffff, #dfdfdfff);
}

.product-card img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  padding: 25px;
}


/* Light Gray Button */
.u-btn-lightgray {
  color: #333333;
  background-color: #f5f5f5; 
}

.u-btn-lightgray:hover, .u-btn-lightgray.active {
  border-color: #c0c0c0ff;
  background-color: #c0c0c0ff; 
}

.u-btn-lightgray:hover, .u-btn-lightgray:focus, .u-btn-lightgray.active {
  color: #333333; 
}

.u-btn-lightgray.g-btn-hover-reset:hover, .u-btn-lightgray.g-btn-hover-reset.active {
  background-color: #c0c0c0ff;
  border-color: #c0c0c0ff; 
}

.nav-shadow {
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.15);
}

.nav-accent-bar {
  background-color: #1e1e1e!important;
}

.u-header__section {
  background-color: #F5F5F5;
}

.cf-navigation-link {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}

.nav-description-sm {
  font-weight: 600;
  color: #999999;
  font-size: 12px;
  position: relative;
  bottom: -5px;
}

.g-bg-texture-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../../images/bg-texture-2.svg');
  background-repeat: repeat;
  opacity: 0.03;
  background-size: 700px 700px;
  z-index: 0;
  filter: invert(1);
}