@charset "UTF-8";
.heroCarousel,
.heroCarousel .slick-list,
.heroCarousel .slick-track {
  overflow: hidden !important; }

.heroCarousel-slide {
  display: block !important;
  width: 100%   !important;
  margin: 0     !important;
  padding: 0    !important; }

.heroCarousel-image-wrapper {
  display: block         !important;
  width: 100%            !important;
  height: auto           !important;
  margin: 0 auto         !important;
  padding: 0             !important;
  overflow: hidden       !important; }

.heroCarousel-image {
  display: block         !important;
  width: 100%            !important;
  max-width: 100%        !important;
  height: auto           !important;
  object-fit: contain    !important; }

@media (max-width: 1024px) {
  .heroCarousel-image-wrapper {
    padding: 0 20px      !important; } }

@media (max-width: 767px) {
  .heroCarousel-image-wrapper {
    padding: 0 15px      !important; } }

[class^="sd-divider-wrapper-"] {
  display: none !important; }

@media (min-width: 1025px) {
  .heroCarousel-image-wrapper {
    display: block !important;
    height: auto    !important;
    padding: 0       !important; }
  .heroCarousel-image {
    width: 100%         !important;
    max-width: none     !important;
    height: auto        !important;
    object-fit: contain !important; } }

@media (min-width: 1025px) {
  .heroCarousel,
  .heroCarousel .slick-list,
  .heroCarousel .slick-track,
  .heroCarousel .slick-slide,
  .heroCarousel-slide > div {
    overflow: visible   !important;
    height: auto        !important;
    max-height: none    !important; }
  .heroCarousel {
    max-width: none     !important;
    width: 100vw        !important;
    margin-left: calc((100% - 100vw) / 2) !important; }
  .heroCarousel-image-wrapper {
    height: auto        !important;
    max-height: none    !important;
    padding: 0           !important; }
  .heroCarousel-image {
    display: block       !important;
    width: 100%          !important;
    max-width: none      !important;
    height: auto         !important;
    object-fit: contain  !important;
    object-position: top center !important; } }

.custom-new-products-grid .productGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px; }

@media (max-width: 1024px) {
  .custom-new-products-grid .productGrid {
    grid-template-columns: repeat(4, 1fr); } }

@media (max-width: 767px) {
  .custom-new-products-grid .productGrid {
    grid-template-columns: repeat(3, 1fr); } }

.footer-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
  box-sizing: border-box;
  overflow: hidden; }

.footer-flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px; }

.footer-info-col {
  box-sizing: border-box;
  padding: 0 10px;
  width: 25%; }

@media (max-width: 1024px) {
  .footer-info-col {
    width: 48%;
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .footer-info-col {
    width: 100%;
    margin-bottom: 20px; } }

@media (max-width: 1024px) {
  .productView-contentWrapper {
    flex-direction: column; }
  .productView-images {
    order: 0 !important; }
  .productView-details {
    order: 1 !important; } }

/* Tighter spacing between availability, quantity, and buttons */
.line-item-details.condition-availability {
  margin-bottom: 0.25rem; }

.form-field--increments {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 180px; }

/* Quantity input styling */
.form-input--incrementTotal {
  width: 60px;
  text-align: center;
  padding: 0.4rem; }

/* Plus/minus buttons */
.button--icon {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  font-weight: bold;
  padding: 0 0.6rem;
  font-size: 1rem;
  cursor: pointer; }

.shop-by-category {
  width: 250px;
  /* Adjust this value to the desired width */ }

@media (max-width: 768px) {
  .shop-by-category {
    width: 100%;
    /* Full width on smaller screens */ } }

/* 1) Make the parent flex container center its children vertically: */
.quantity-controls {
  display: flex;
  align-items: center;
  /* ← centre everything in the row */
  gap: 0.5rem; }

/* 2) Give both buttons and input exactly the same height & box-sizing */
.quantity-controls button,
.quantity-controls input {
  box-sizing: border-box;
  height: 40px;
  /* ← your chosen control height */
  margin: 0;
  padding: 0;
  line-height: 40px;
  /* ← match the height to vertically centre the glyph/text */
  font-size: 16px;
  /* adjust to taste */ }

/* 3) Force the icon buttons to treat their “−”/“+” as centered inline content */
.quantity-button {
  display: inline-block;
  text-align: center;
  width: 40px;
  /* same as height for a perfect square */
  cursor: pointer;
  user-select: none; }

/* 4) Finally, ensure that the number‐input’s text is perfectly centred */
.quantity-input {
  text-align: center;
  font-family: inherit; }

/* 1) Make the <a> wrap behave as a vertical flex container, centered */
a.subcategory-link {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  /* optional: if you want each link to stretch the full column width */
  width: 100%; }
