/*-------------------
Bootstrap Notes
-------------------*/
/*
This theme uses Bootstrap v5.1.

It is highly recommended to check out Bootstrap's guiding principles,
strategies, and techniques at:
https://getbootstrap.com/docs/5.1/extend/approach/

To learn more about Bootstrap v5.1:
https://getbootstrap.com/docs/5.1/getting-started/introduction/
*/


/*-------------------
BASE / RESET
-------------------*/
* {
  line-height: 1.25;
}

body,
div,
h3,
h4,
h5,
h6,
span,
a {
  font-family: 'Inconsolata', sans-serif !important;
}

body,
p,
h2 {
  font-family: 'Rubik', sans-serif !important;
  font-weight: 800;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  line-height: 1.2 !important;
}

.container-fluid {
  padding: 0 3.5rem !important;
}

.modal.lightbox .modal-dialog {
  max-width: 90%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 100%;
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free' !important;
}

.toast .btn-close {
  filter: invert(1);
  opacity: 1;
}

.btn:not(.btn-close):not(.scroll-arrow) {
  min-width: 130px;
  height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap; /* prevents line break */
  text-align: center;
  line-height: normal;
}

a.nav-link:hover,
a.nav-link:focus {
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
/*-------------------
SEARCH
-------------------*/
.no-results-message {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 300px; 
  width: 100%;
}

.no-results-message h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
/*-------------------
TYPOGRAPHY
-------------------*/
h1 {
  font-family: 'Rubik', sans-serif !important;
  font-weight: 800;
}

h2, h3 {
  font-family: 'Rubik', sans-serif !important;
  font-weight: 800 !important;
}

label.mb-1,
a.forgot-link,
a.resend-link {
  font-weight: 600;
  font-family: 'Rubik', sans-serif !important;
}

.sso-link {
  color: #0B5CFF;
}

.card-title {
  font-family: 'Rubik', sans-serif !important;
  color: #103714 !important;
  font-size: 18px;
}

.card-text {
  font-family: 'Rubik', sans-serif !important;
  color: #555555 !important;
  font-size: 18px;
}


/*-------------------
BUTTONS
-------------------*/
.btn {
  font-weight: 600;
}

.btn.secondary,
.btn.primary,
.out-of-stock-notification button,
.out-of-stock-notification button:hover {
  border-radius: 35px;
  padding: 5px 40px;
}

.btn.secondary {
  border-radius: 50px;
}

.btn.secondary.btn-item-summary {
  padding: 4px 15px 3px;
}


/*-------------------
QUANTITY INPUT RESET
-------------------*/
/* Chrome, Safari, Edge, Opera */
.product-page-main .product-quantity #quantity input::-webkit-outer-spin-button,
.product-page-main .product-quantity #quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.product-page-main .product-quantity #quantity input[type=number] {
  -moz-appearance: textfield;
  background-color: #FFF;
  border: 1px solid #2c2c2c;
}


/*-------------------
TOP NAV
-------------------*/
.navbar-container ul.nav > li > a {
  margin: 14px 0 14px 40px;
}

.nav-link {
  font-weight: bold !important;
  font-family: 'Inconsolata', sans-serif !important;
}


/*-------------------
HEADER
-------------------*/
.logo-container img {
  max-height: 50px !important;
}

.header-icons .user-link {
  background-image: url('data:image/svg+xml;utf8,<svg ... > ... </svg>');
  width: 50px;
  height: 50px;
  display: inline-block;
}

.header-icons > button,
.header-icons > .dropdown,
.header-icons > a {
  position: relative;
}

.header-container a.cart-link span,
.header-container a.wishlist-link span {
  position: absolute;
  font-size: 9px;
  background: #103714;
  color: #FFF;
  border-radius: 50%;
  right: -8px;
  top: -4px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-icons > a svg,
.header-icons button svg {
  height: 18px;
  stroke: none;
  fill: #103714 !important;
}

.header-icons > a svg:hover,
.header-icons button svg:hover {
  fill: #9eda1e !important;
}

.header-container li > a,
.header-container li > a:hover,
.header-container li > a:focus {
  padding: 5px 15px !important;
  font-weight: normal;
}

/*-------------------
CONTENT
-------------------*/

/*-------------------
HOMEPAGE - FEATURED SLIDER HOVER
-------------------*/
@media (min-width: 992px) {
  #featuredSlider .thumbnail-description-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 55, 20, 0.7) !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 5;
    pointer-events: none;
    overflow: hidden;
  }

  #featuredSlider .product-thumbnail:hover .thumbnail-description-container {
    opacity: 1;
    pointer-events: auto;
  }

  #featuredSlider .card-title {
    font-family: 'Rubik', sans-serif !important;
    font-size: 32px !important;
    color: #FFFDF8 !important;
    font-weight: bold !important;
    margin-bottom: 8px !important;
  }

  #featuredSlider .card-text {
    font-family: 'Inconsolata', monospace !important;
    font-size: 20px !important;
    color: #FFFDF8 !important;
    margin-bottom: 20px !important;
  }

  .hover-add-to-cart-text {
    display: inline-block;
    padding: 10px 30px;
    background-color: transparent !important;
    color: #FFFDF8 !important;
    border: 1px solid #A4A4A4 !important;
    border-radius: 8px;
    font-family: 'Inconsolata', monospace !important;
    font-size: 14px;
    text-transform: uppercase;
  }
}

@media (max-width: 991px) {
  #featuredSlider .thumbnail-description-container {
    position: static;
    background-color: transparent !important;
    opacity: 1;
    display: block !important;
  }

  .hover-add-to-cart-text {
    display: none !important;
  }
}


/*-------------------
HOMEPAGE
-------------------*/
.featured-products {
  position: relative;
  overflow: visible;
}

.featured-products h2 {
  font-family: 'Rubik', sans-serif !important;
  font-size: 20px;
  font-weight: 800 !important;
  text-align: left !important;
  margin-bottom: 20px;
}

.featured-products .product-list,
.product-list.flex-nowrap {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  gap: 15px;
  padding-bottom: 15px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.featured-products .product-list::-webkit-scrollbar,
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.featured-products .product-thumbnail {
  flex: 0 0 auto !important;
  scroll-snap-align: start;
  margin: 10px 0 !important;
}

.homepage-boxes-container {
  margin-top: 100px;
}

.homepage-boxes-container h2 {
  margin-bottom: 20px;
}

.homepage-boxes {
  display: flex;
  gap: 30px;
}

.homepage-box {
  width: calc(50% - 15px);
  height: auto;
  position: relative;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  display: inline-flex;
  align-items: flex-start;
  border-radius: 20px;
}

.homepage-box-btn-left,
.homepage-box-btn-center {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.homepage-box div {
  position: static !important;
  transform: none !important;
  padding: 15px 0;
  text-align: center;
}

.homepage-box p {
  font-family: 'Rubik', sans-serif !important;
  color: #103714;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.homepage-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.homepage-box a {
  transition: 0.3s;
}

.homepage-bottom-banners {
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
  width: 100%;
}

.homepage-bottom-banners img {
  width: 100%;
  height: auto;
}

.homepage-bottom-banners p {
  font-size: 30px;
  font-weight: 500;
  color: #0F1B5D;
  margin-bottom: 5px;
}

.homepage-bottom-banners a.btn.secondary {
  padding: 8px 35px 6px;
  color: #FFF;
  margin-top: 8px;
  border: none;
  background-color: #00acd2;
}

.carousel-item,
.carousel-item.active {
  align-items: center;
}

.carousel-caption {
  left: 29.5% !important;
  text-align: left;
  padding: 4rem 5rem 4rem 2rem;
  justify-content: start !important;
  align-items: start !important;
  max-width: 30%;
}

.carousel-caption-header {
  font-size: 32px;
  line-height: 42px;
  font-weight: normal;
  margin-bottom: 1rem;
}

.carousel-caption a {
  font-size: 15px !important;
}


/*-------------------
CATEGORY PAGE
-------------------*/
.category-page-content-section > .container-fluid {
  display: none;
}

div#content .category-title-container h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  color: #103714;
  letter-spacing: -0.02em !important;
}


/*-------------------
CATEGORY PILL NAV
-------------------*/
.category-pill-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
}

.custom-pill-nav {
  display: inline-flex;
  align-items: center;
  background-color: #E9E9E9;
  padding: 6px;
  border-radius: 10px;
  color: #103714;
}

.custom-pill-nav ul {
  display: flex !important;
  flex-direction: row !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 5px;
}

.custom-pill-nav li {
  display: inline-block !important;
  margin: 0 !important;
}

.custom-pill-nav a,
.custom-pill-nav li a {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 10px;
  text-decoration: none !important;
  font-family: 'Rubik', sans-serif !important;
  color: #103714 !important;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.2s ease;
}

.custom-pill-nav a.active,
.custom-pill-nav li.active a,
.custom-pill-nav li.current a,
.category-pill-wrapper a.active-pill {
  background-color: #ffffff !important;
  color: #000000 !important;
  font-weight: 800;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}


/*-------------------
PRODUCT THUMBNAILS
-------------------*/
.product-list {
  gap: 10px;
}

.product-thumbnail {
  margin: 0 !important;
  padding: 0 0 0 0;
}

.product-thumbnail .thumbnail-img-container a {
  display: flex;
  width: 100%;
  height: auto;
  min-height: auto;
}

.product-thumbnail .thumbnail-img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.custom-aspect {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background-color: #dfecc6;
}

.product-thumbnail .thumbnail-description-container a h5 {
  font-size: 18px;
}


/*-------------------
PRODUCT PAGE
-------------------*/
.product-page-main {
  margin-top: 60px;
  font-family: 'Rubik', sans-serif !important;
  color: #103714 !important;
}

.product-page-main .product-title h2 {
  font-family: 'Rubik', sans-serif !important;
  color: #103714 !important;
  margin-bottom: 0;
}

.product-page-main h2 {
  font-size: 28px;
}

.zoomContainer {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.product-page-main .product-price div {
  font-size: 20px;
  font-family: 'Rubik', sans-serif !important;
  color: #555555 !important;
  margin-bottom: 8px;
}

.product-page-main .main-img-container {
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #dfecc6;
  border: 1px solid #dfecc6;
}

.product-page-main .main-img {
  background-color: #dfecc6;
}

.product-page-main .main-img img {
  width: 100%;
  height: auto;
  display: block;
}

.modal.lightbox .modal-body .carousel-item .ratio {
  background-color: #dfecc6 !important;
}

.modal.lightbox .modal-body button svg {
  fill: #000;
}

.gallery-main {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  width: 100%;
}

.product-page-main .images-container {
  max-height: 100%;
  height: 100%;
}

.product-page-main .images-wrapper {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

.product-page-main .images-wrapper ul.images {
  display: flex !important;
  flex-direction: row !important;
  gap: 10px;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  padding: 0;
  margin: 0;
}

.product-page-main .images-wrapper ul.images li.image {
  border: 1px solid #f5f5f5;
  margin: 0 !important;
  width: 100px !important;
  height: 100px !important;
  min-width: 100px !important;
  min-height: 100px !important;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.product-page-main .images-wrapper ul.images li.image img,
.product-page-main .images-wrapper ul.images li.image img.small-thumb {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
}

.product-page-main .images-wrapper > button,
.product-page-main .images-wrapper > button.nav {
  display: none !important;
}

.product-page-main .images-wrapper ul.images li.image a {
  pointer-events: auto;
}

.product-page-main .total-info .product-quantity #quantity {
  max-width: 100%;
  width: 100%;
  margin-top: 12px;
  display: flex;
}

.product-page-main .total-info .product-quantity #quantity input {
  max-width: 54px;
  text-align: center;
}

.product-page-main .total-info .product-quantity #quantity > div,
.product-page-main .total-info .product-quantity #quantity > div > div {
  display: flex;
  align-items: center;
}

.product-page-main .add-to-cart-area {
  margin: 0 0 0 15px;
}

.product-page-main .total-info .product-quantity .add-to-cart-area .btn.add-to-cart {
  max-width: 200px !important;
  display: flex;
  flex-wrap: wrap;
  padding: 3px 50px;
  font-size: 16px;
  text-transform: none;
  border-radius: 50px !important;
  font-weight: 700;
  font-family: 'Inconsolata', monospace;
}

.product-page-main .total-info .product-quantity .add-to-cart-area .btn.add-to-cart:hover {
  background-color: #485C11;
  color: #FFFDF8;
}

.product-page-main .total-info .product-quantity-container {
  padding: 0;
  margin-bottom: 12px;
  border: none;
}

.product-page-main .total-info .product-quantity-container label {
  font-family: 'Rubik', sans-serif !important;
  color: #103714 !important;
}

a.quantity-btn {
  color: #cecece !important;
  border-radius: 50%;
  margin: 0 0 0 10px;
  font-size: 16px !important;
  width: 18px;
  font-weight: 600;
  padding: 0;
  text-align: center;
  text-decoration: none;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.quantity-btn.plus {
  margin-bottom: 3px;
}

a.quantity-btn:hover {
  background-color: #000;
}

a.quantity-btn svg path {
  fill: #000 !important;
}

a.quantity-btn:hover svg path {
  fill: #FFF !important;
}

.product-summary {
  margin-top: 20px;
  display: none;
}

.product-summary-footer .summary-footer .name {
  font-weight: normal;
}

.product-header {
  border: none;
}

.product-header .product-overview {
  margin-bottom: 50px;
}

.product-option-thumb,
.logo-location-thumb {
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  border: none !important;
  color: #000;
}

.select2-container {
  max-width: 100%;
}


/*-------------------
RELATED / RECENTLY VIEWED
-------------------*/
.related-products-thumbnails,
.recently-viewed-products-thumbnails {
  gap: 30px;
  justify-content: start;
}

.recently-viewed-products .product-thumbnail,
.related-products .product-thumbnail {
  padding: 0;
  width: calc((100% - 60px) / 3) !important;
  margin: 0 !important;
}

.recently-viewed-products .product-thumbnail img,
.related-products .product-thumbnail img {
  max-height: 100%;
}

.recently-viewed-products .thumbnail-img-container,
.related-products .thumbnail-img-container {
  border: none;
}


/*-------------------
PRODUCT FORM / REFLECTIVE VIEW
-------------------*/
#edit_website_product > div.line-items-reflective-view > div > h4 {
  display: none;
}

#edit_website_product > div.line-items-reflective-view > div > div > div > div > div > button,
#edit_website_product > div.line-items-reflective-view > div > div > div > label,
#edit_website_product > div.line-items-reflective-view > div > div > div > label > span {
  font-family: 'Rubik', sans-serif !important;
  color: #103714 !important;
}


/*-------------------
CART / CHECKOUT
-------------------*/
.cart-page form > div h2 {
  text-align: center;
}

.shopping-cart thead tr th {
  font-size: 18px;
  padding: 13px 0;
}

.btn.remove-cart-item,
.btn.remove-cart-item img {
  padding: 0 !important;
  height: 14px;
  line-height: 14px;
}

.cart-quantity-input {
  text-align: center;
  border-bottom: 2px solid #eb1000 !important;
  width: 76px;
}

.shopping-cart tbody tr td {
  padding: 20px 0 !important;
}

.shopping-cart .btn.cart-checkout-btn {
  border-radius: 20px !important;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  padding: 8px 35px !important;
  line-height: 1;
  font-size: 16px !important;
  font-weight: normal !important;
}

.checkout-steps .btn.secondary {
  padding: 0;
}


/*-------------------
LOGIN / REGISTER
-------------------*/
.login-register-page h3 {
  margin-bottom: 20px;
  font-weight: 700 !important;
}

.form-control,
.form-select,
.form-control:focus,
.form-select:focus {
  background-color: #f5f5f5;
  border: none;
  padding: 10px 12px;
  box-shadow: none !important;
}

.select2-container--bootstrap4 .select2-selection {
  background-color: #f5f5f5;
  border: none;
  padding: 2px 0;
  box-shadow: none !important;
  border-radius: 0;
}

.login-btn-and-links,
#new_website_user > div:last-of-type {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.login-btn-and-links > input.btn.secondary,
#new_website_user > div button {
  line-height: 1 !important;
  display: inline;
}

#new_website_user > div button {
  padding: 5px 15px;
  width: 200px;
}

.login-btn-and-links p {
  margin-top: 6px;
}


/*-------------------
FOOTER
-------------------*/
.footer-container {
  border: none;
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
}

.footer-container .wrapper {
  padding: 64px 0 20px !important;
}

.footer-container h1,
.footer-container h2,
.footer-container h3,
.footer-container h4,
.footer-container h5,
.footer-container h6 {
  margin-bottom: 25px;
}

.footer-container .links.categories li:last-of-type {
  display: none;
}

.footer-container .links.categories a,
.footer-container .links.pages a {
  padding: 5px 8px !important;
}

.footer-container .links.pages li a {
  margin: 0 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.footer-container p {
  padding: 0 !important;
  margin: 0;
}

.footer-container .footer-copyright h4 {
  text-align: left;
}

.footer-container .copyright-section .links.pages {
  flex-direction: row !important;
  justify-content: left;
}

.custom-footer-links {
  display: flex;
  flex-direction: row !important;
  width: 100%;
}

.copyright-section {
  border: none;
  padding-top: 64px;
  padding-bottom: 20px;
}

ul.custom-footer-links {
  margin: 0;
  justify-content: center;
}

.footer-links > div {
  display: flex;
}

.custom-footer-links li,
.custom-footer-links li a,
.footer-links > div li,
.footer-links > div li a {
  padding: 0 !important;
}

.footer-container .accordion-item {
  border: none;
}

#footer-accordion-nav-heading {
  margin: 0;
}

#footer-accordion-nav-links div.accordion-body {
  padding: 0;
}

#footer-accordion-nav-heading button {
  padding: 10px 0;
}

.copyright-section .custom-footer-links li a {
  padding: 0 5px !important;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-icons a svg path {
  transition: fill 0.3s ease;
}

/* Hover effect */
.social-icons a:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}

/* Optional: change icon color on hover */
.social-icons a:hover svg path {
  fill: #9EDA1A; /* your brand green */
}

/*-------------------
ARROWS / UTILITIES
-------------------*/
.scroll-arrow {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 10;
  background: white;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.left-arrow {
  left: -20px;
}

.right-arrow {
  right: -20px;
}

.scroll-arrow:hover {
  background: #f0f0f0;
}


/*-------------------
MEDIA QUERIES
-------------------*/
@media (min-width: 992px) {
  .featured-products .product-thumbnail {
    width: calc((100% - 40px) / 3) !important;
  }

  .product-thumbnail {
    width: calc((100% - 30px) / 3) !important;
  }

  .scroll-arrow {
    display: none !important;
  }
}

@media screen and (max-width: 1400px) {
  .carousel-caption {
    left: 25% !important;
    max-width: 40%;
    padding: 0 0 0 2rem;
  }
}

@media (max-width: 991.98px) {
  .nav-link[href="/pages/contact"] {
    margin-bottom: 24px;
    display: block;
  }

  .featured-products .product-thumbnail {
    width: 45% !important;
  }

  .navbar,
  .header-navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    min-height: 60px;
  }

  #mobile-slider-button {
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    margin-right: auto;
  }

  .navbar-brand.logo-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navbar-brand.logo-container img {
    max-width: 140px;
    height: auto;
    display: block;
  }

  .header-icons,
  .nav-icons,
  .navbar-icons,
  .header-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    z-index: 3;
  }

  .header-icons a,
  .nav-icons a,
  .navbar-icons a,
  .header-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  .product-page-main .row {
    display: flex !important;
    flex-direction: column !important;
  }

  .product-left-section,
  .product-right-section,
  .product-page-main .row > div {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .gallery-main {
    margin-bottom: 30px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
  }

  .product-page-main .images-wrapper {
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    display: block !important;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0 !important;
    white-space: nowrap !important;
  }

  .product-page-main .images-wrapper::-webkit-scrollbar {
    display: none;
  }

  .product-page-main .images-wrapper ul.images {
    display: block !important;
    white-space: nowrap !important;
    width: max-content !important;
    min-width: 100% !important;
    padding: 0 20px !important;
    margin: 0 !important;
    text-align: center;
  }

  .product-page-main .images-wrapper ul.images li.image {
    display: inline-block !important;
    vertical-align: top;
    width: 90px !important;
    height: 90px !important;
    margin: 0 6px !important;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
  }

  .product-page-main .images-wrapper ul.images li.image.primary {
    border: 2px solid #2c2c2c !important;
  }

  .product-page-main .images-wrapper ul.images li.image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

@media (max-width: 768px) {
  .category-pill-container {
    gap: 4px;
  }

  .category-pill-container a {
    font-size: 13px;
  }

  .carousel-caption {
    background: #00053d;
    position: relative;
    left: 0 !important;
    width: 100%;
    padding: 2rem;
  }

  .header-container {
    background-color: #DFECC6;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .thumbnail-description-container {
    padding-top: 8px !important;
  }

  .card-title {
    font-size: 0.9rem !important;
    margin-bottom: 2px;
  }

  .card-text {
    font-size: 0.85rem;
  }

  .homepage-box {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .homepage-box img {
    width: 100%;
    height: auto;
  }

  .category-page .product-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
    margin: 0 !important;
  }

  .category-page .product-thumbnail {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }

  .category-page .product-thumbnail .thumbnail-img-container {
    width: 100% !important;
    height: 174px !important;
    margin: 0 auto !important;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 20px !important;
  }

  .category-page .product-thumbnail .thumbnail-img-container a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .category-page .product-thumbnail .thumbnail-img-container img,
  .category-page .product-thumbnail .thumbnail-img-container img.img-fluid {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
}

@media (max-width: 767px) {
  .product-related-products .product-list,
  .product-related-products .row,
  .recently-viewed-products .row {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
  }

  .related-products-thumbnails,
  .recently-viewed-products-thumbnails {
    gap: 0;
  }

  .product-related-products .product-thumbnail,
  .product-related-products .row > div {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 5px !important;
    margin: 0 0 15px 0 !important;
  }

  .product-related-products .thumbnail-img-container img {
    height: auto !important;
    max-height: 150px !important;
  }
}

@media (max-width: 480px) {
  .container-fluid {
    padding: 0 1.5rem !important;
  }

  ul.custom-footer-links {
    flex-direction: column !important;
  }

  .footer-links-spacing {
    margin: 1rem 0;
  }
}

@media (max-width: 425px) {
  .category-page .thumbnail-description-container {
    text-align: left;
    padding: 8px 5px 0 5px !important;
  }

  .category-page .card-title {
    font-size: 14px !important;
    margin-bottom: 2px !important;
    min-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .category-page .card-text {
    font-size: 14px !important;
    font-weight: bold;
  }
}
/* =========================
   CATEGORY PAGE THUMBNAILS
   ========================= */

/* Desktop */
.category-page .product-list .product-thumbnail .thumbnail-img-container {
  overflow: hidden !important;
  border-radius: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.category-page .product-list .product-thumbnail .thumbnail-img-container > a {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
}

.category-page .product-list .product-thumbnail .thumbnail-img-container img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Mobile */
@media (max-width: 768px) {
  .category-page .product-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
    margin: 0 !important;
  }

  .category-page .product-list .product-thumbnail {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    box-sizing: border-box !important;
    padding: 10px !important;
    margin: 0 !important;
  }

  .category-page .product-list .product-thumbnail .thumbnail-img-container {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .category-page .product-list .product-thumbnail .thumbnail-img-container > a {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
  }

  .category-page .product-list .product-thumbnail .thumbnail-img-container img,
  .category-page .product-list .product-thumbnail .thumbnail-img-container img.img-fluid {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
}
.product-thumbnail .thumbnail-img-container {
    min-height: auto;
}