/*-------------------
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/
before adding custom styling.

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

/*-------------------*/
/* GENERAL */
/*-------------------*/

/*-------------------*/
/* TOP NAV */
/*-------------------*/

/*-------------------*/
/* HEADER */
/*-------------------*/

/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* SLIDESHOW BUTTONS */
/*-------------------*/
.custom-carousel-layer{
  z-index: 1;
  width: 100%;
  background-color: transparent;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 80px;
}
#carousel-header {
  padding: 2rem;
  width: 80%;
  margin: auto;
  background-color: #fff;
  border-radius: 5px;
}
#carousel-header p {
  font-size: 15px;
}
#carousel-header p:last-of-type {
  margin-bottom: 0;
}
#category-buttons {
  z-index: 2;
  width: 100%;
}
#category-buttons ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
#category-buttons ul li {
  width: 40%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(53, 58, 72, 0.7);
  padding: 20px 10px;
  transition: 0.2s ease-out;
}
#category-buttons ul li a {
  color: #fff;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 600;
}
#category-buttons ul li:hover {
  background-color: #212530;
}

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

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

/*-------------------*/
/* PRODUCT */
/*-------------------*/

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/

/*-------------------*/
/* FOOTER */
/*-------------------*/
.custom-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 20px auto 36px;
}
.custom-footer > * {
  width: 30%;
  max-width: 150px;
}
.custom-footer-column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.custom-footer svg {
  width: 20px;
  height: 23px;
  fill: #fff;
}
.custom-footer a {
  font-weight: bold;
}

/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}

@media screen and (max-width: 1200px){
  .custom-carousel-layer {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    transform: unset !important;
    padding: 2rem;
    gap: 20px;
    background: #00000099;
  }
}

@media screen and (max-width: 660px){
  
}

@media screen and (max-width: 340px){

}