/*
Shop Area Style
======================================================*/
.fw-single-collection-card {
  position: relative;
  margin-bottom: 30px;
}
.fw-single-collection-card .content {
  position: absolute;
  left: 40px;
  top: 40px;
  max-width: 280px;
}
.fw-single-collection-card .content span {
  text-transform: uppercase;
  letter-spacing: 4px;
}
.fw-single-collection-card .content h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.fww-single-collection-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  transition: var(--transition);
}
.fww-single-collection-item img {
  overflow: hidden;
  transition: var(--transition);
}
.fww-single-collection-item h3 {
  font-size: 22px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.fww-single-collection-item h3 a {
  color: var(--headingColor);
  transition: var(--transition);
}
.fww-single-collection-item h3 a:hover {
  color: var(--redColor);
}
.fww-single-collection-item .default-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  padding: 10px 30px;
}
.fww-single-collection-item:hover img {
  transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
  .fw-single-collection-card .content {
    left: 20px;
    top: 20px;
  }
  .fw-single-collection-card .content h2 {
    font-size: 20px;
    margin-bottom: 18px;
    color: var(--whiteColor);
  }
  .fw-single-collection-card .content span {
    letter-spacing: 2px;
    margin-bottom: 3px;
    font-size: 13px;
    margin-bottom: 5px;
    display: inline-block;
    color: var(--whiteColor);
  }
  .fw-single-collection-card::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: var(--headingColor);
    opacity: 0.7;
  }
  .fww-single-collection-item h3 {
    font-size: 18px;
  }
  .fww-single-collection-item .default-btn {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fw-single-collection-card .content {
    left: 25px;
    top: 25px;
  }
  .fw-single-collection-card .content h2 {
    font-size: 26px;
    margin-bottom: 18px;
    color: var(--whiteColor);
  }
  .fw-single-collection-card .content span {
    letter-spacing: 2px;
    margin-bottom: 3px;
    font-size: 13px;
    margin-bottom: 5px;
    display: inline-block;
    color: var(--whiteColor);
  }
  .fw-single-collection-card::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: var(--headingColor);
    opacity: 0.7;
  }
  .fww-single-collection-item h3 {
    font-size: 20px;
  }
  .fww-single-collection-item .default-btn {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fw-single-collection-card .content {
    left: 20px;
    top: 20px;
  }
  .fw-single-collection-card .content h2 {
    font-size: 20px;
    margin-bottom: 18px;
    color: var(--whiteColor);
  }
  .fw-single-collection-card .content span {
    letter-spacing: 2px;
    margin-bottom: 3px;
    font-size: 13px;
    margin-bottom: 5px;
    display: inline-block;
    color: var(--whiteColor);
  }
  .fw-single-collection-card::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: var(--headingColor);
    opacity: 0.7;
  }
  .fww-single-collection-item h3 {
    font-size: 18px;
  }
  .fww-single-collection-item .default-btn {
    right: 20px;
    bottom: 20px;
  }
}/*# sourceMappingURL=collection.css.map */