/*
Theme Name: Florist V1
Theme URI: http://karanganbungabangil.com
Description: Flower shop
Author: Imagine Creative
Author URI: https://imaginecreative.co.id
Version: 3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: florist-v1
*/

/* ---- header Section ---- */
.logo-header {
  width: 240px;
}
body .navbar .navbar-nav .nav-link {
		font-size: 0.8rem;
	}
/* ---- header Section ---- */
/* ---- banner Section ---- */
.banner-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .banner-wrapper .banner-headline {
    width: 500px;
  }
  .banner-wrapper .img-banner-lg img {
    width: 100%;
    max-width: 100%;
  }
  .banner-wrapper .banner-headline h4 {
    font-size: 1rem;
  }
  body .hero .headline span {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  body .hero {
    height: 50vh;
  }
  body .hero a.btn {
    font-size: .7rem;
  }
  .banner-wrapper .banner-headline {
    width: 760px;
  }
  .banner-wrapper .img-banner-lg img {
    width: 100%;
    max-width: 100%;
  }
  body .hero h1 {
    font-size: 2rem;
  }
  body .hero h1 span {
    font-size: 2rem;
  }
  body .hero p {
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  body .hero {
    height: 90vh;
  }
  body .hero a.btn {
    font-size: 1rem;
  }
  .banner-wrapper .banner-headline {
    width: 100%;
  }
}
/* ---- end banner Section ---- */
/* ---- Category Section ---- */
#kategori-produk {
  background: url("assets/images/background-kategori-florist-bangil.jpg") center
    center no-repeat;
  background-color: #fff;
  background-size: cover;
}
#kategori-produk .headline h1 {
  color: var(--black);
  font-weight: 600;
}
#kategori-produk .categories-card {
  background: #ffffffa3;
  border-radius: 8px;
  backdrop-filter: blur(2px);
  transition: all 0.3s;
}
#kategori-produk .category-card {
  text-align: center;
  padding: 20px 10px;
}
#kategori-produk .category-card img {
  width: auto;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 768px) {
  #kategori-produk .headline h4 {
    font-size: 1rem;
  }
  #kategori-produk .headline h1 {
    font-size: 1.5rem;
  }
  #kategori-produk .category-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}

/* ---- Category Section ---- */
/* ---- About Section ---- */
#tentang-kami {
  background-color: #fff;
}
#tentang-kami .about-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#tentang-kami .image-card {
  position: relative;
}
#tentang-kami .image-card img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
#tentang-kami .content {
  height: 600px;
  width: 100%;
  background: #ffffffa3;
  backdrop-filter: blur(2px);
  padding: 24px;
  overflow: auto;
}
@media (max-width: 900px) {
  #tentang-kami {
    display: none;
  }
}
/* ---- END About Section ---- */
/* ---- Product Section ---- */
#produk {
  min-height: 100vh;
}
#produk .headline {
  display: grid;
  position: relative;
  justify-items: center;
  gap: 4px;
}
#produk .headline img {
  width: 72px;
  margin-bottom: 6px;
}
#produk .headline .title {
  color: var(--primary-color);
  margin: 0;
}
#produk .headline .description {
  color: var(--black);
  font-size: 3rem;
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
  text-underline-offset: 6px;
}
#produk .product-wrapper {
  display: grid;
  gap: 16px;
}
#produk .products-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid var(--primary-color);
  padding: 6px 0;
}
#produk .products-title h5 {
  font-family: Lexend;
}
/* ---- END Product Section ---- */
/* ---- Product Item Section ---- */
.owl-carousel .owl-stage-outer {
  padding: 20px 12px;
}
.product-item {
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 2px 8px 8px 2px #00000029;
  border: 1px solid #ddd;
  overflow: hidden;
}
.product-item .product-thumbnail,
.product-carousel .product-item .product-thumbnail {
  max-width: 100%;
  height: fit-content;
}
.product-item .product-thumbnail img,
.product-carousel .product-item .product-thumbnail img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  background-color: var(--primary-color);
}
.product-item .product-text {
  display: grid;
}
.product-item .product-text .title {
  font-family: Lexend;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
  min-height: 34px;
  color: var(--black);
  transition: color 0.3s ease;
  font-size: 14px;
  white-space: pre-wrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-item .product-text .order-now {
  background: var(--primary-color);
  color: #fff;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 300;
  width: fit-content;
}
@media (max-width: 768px) {
  #produk .headline .description {
    font-size: 2rem;
  }
}
/* ---- END Product Item Section ---- */
/* ---- Testimonial Section ---- */
#ulasan {
  display: relative;
}
#ulasan .headline {
  padding-top: 26px;
}
#ulasan .headline hr {
  height: 3px;
  background: var(--yellow);
  border: 1px solid var(--yellow);
}
#ulasan .testi-wrapper {
  position: relative;
}
#ulasan .testi-wrapper .blur-icon2 {
  position: absolute;
  width: 153px;
  top: -62px;
  right: -10px;
  filter: blur(1px);
  z-index: -1;
}
#ulasan .testi-wrapper .testi-card {
  width: 100%;
  height: auto;
  display: grid;
  gap: 6px;
  padding: 20px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 16px 19px 0px 0px #ddd;
  border: 1px solid #ddd;
}
#ulasan .testi-wrapper .testi-card .picture {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--yellow);
}
#ulasan .testi-wrapper .testi-card .name {
}
#ulasan .testi-wrapper .testi-card .address {
}
#ulasan .testi-wrapper .testi-card .stars i {
  color: var(--yellow);
}
#ulasan .testi-wrapper .testi-card .message {
}
#ulasan .testi-wrapper .testi-card .powered-by {
  font-size: 12px;
}
#ulasan .testi-wrapper .testi-card .powered-by a {
  display: flex;
  gap: 6px;
  align-items: center;
  color: var(--black);
}
#ulasan .testi-wrapper .testi-card .powered-by img {
  height: 22px;
  width: 50px;
  object-fit: cover;
}
/* ---- END Testimonial Section ---- */
/* ---- Contact Us Section ---- */
#kontak-kami {
  position: relative;
}
#kontak-kami .headline {
  display: grid;
  justify-items: center;
  gap: 6px;
}
#kontak-kami .headline img {
  transition: all 0.3s ease;
  width: 72px;
}
#kontak-kami .headline img:hover {
  transform: rotate(180deg);
}
#kontak-kami .headline hr {
  width: 200px;
  height: 3px;
  background: var(--yellow);
  border: 1px solid var(--yellow);
  margin: 0;
}
#kontak-kami .card-info {
  position: relative;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 16px 19px 0px 0px #ddd;
  border: 1px solid #ddd;
  padding: 16px;
  font-size: 14px;
  font-weight: 300;
  height: 100%;
  transition: all .3s;
  cursor: pointer;
}
#kontak-kami .card-info:hover {
  transform: translateY(-16px);
  box-shadow: 15px 46px 0px -8px #ddd;
}
#kontak-kami .card-info .info-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 4px;
}
#kontak-kami .card-info .card-icon {
  font-size: 18px;
  color: var(--yellow);
}
#kontak-kami .card-info h5 {
  font-family: Lexend;
  font-size: 16px;
}
/* ---- END Contact Us Section ---- */
/* ---- Footer Section ---- */
footer .logo-footer {
  width: 240px;
}
footer .logo-wrapper {
  text-align: left;
}
@media (max-width: 768px) {
  footer .logo-wrapper {
    text-align: center;
  }
}
/* ---- END Footer Section ---- */
/* ---- Page Style ---- */
.inner-page {
  margin-top: 64px;
}
.breadcrumb {
  font-size: 14px;;
}
.inner-page .headline hr {
  width: 300px;
  height: 3px;
  background: var(--yellow);
  border: 1px solid var(--yellow);
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
@media (max-width: 1200px) {
	
  .products-grid {
      grid-template-columns: repeat(4, 1fr);
  }
}

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

@media (max-width: 480px) {
  .products-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .product-item .product-text .order-now {
   font-size: 12px;   
  }
}

/* ---- END Page Style ---- */
/* ---- Detail Page Style ---- */
.detail-page {
	padding-top: 6rem !important;
}
.detail-page .card-product {
  background: #fff;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 14px;;
}
.detail-page .card-product .product-img {
  position: relative;
  height: 100%;
}
.detail-page .card-product .product-img img {
  position: sticky;
  top: 122px;
  background: var(--primary-color);
  border-radius: 8px;
  box-shadow: 0px 0px 0px 0px #00000029;
  transition: all 0.3s ease;
}
.detail-page .card-product .product-img img:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0px 24px 4px -10px #00000029;
}
.detail-page .detail-product hr {
  width: 100%;
  height: 3px;
  background: var(--yellow);
  border: 1px solid var(--yellow);
}
.detail-page .detail-product .action {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.detail-page .detail-product .action .order {
  background: var(--primary-color);
  padding: 8px;
  border-radius: 8px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.detail-page .detail-product .action #shareButton {
  background: #fff;
  padding: 8px;
  border-radius: 8px;
  color: var(--black);
  font-weight: 400;
  text-align: center;
  border: 1px solid #ddd;
}
@media (max-width: 768px) {
  .detail-page .detail-product .action a {
    padding: 0;
  }
}

.detail-page .other-product-widget {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid var(--primary-color);
  padding: 6px 0;
}
/* ---- END Detail Page Style ---- */
img.hv-rotate {
  transition: all 0.3s ease;
}
img.hv-rotate:hover {
  transform: rotate(180deg);
}