/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 12-Aug-2023, 11:05:37 am
    Author     : naeem.tabsyst
*/

.floverfy-product-listing-card-img-container img {
  object-fit: contain;
  object-position: center;
  height: 172px;
  min-height: 170px;
  width: 160px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.floverfy-product-listing-card {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
}

.floverfy-product-listing-card:not([data-card_type="list"]) {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
}
.variants-container {
  border: 0.5px solid var(--fv-border-default);
  height: 250px;
}

.variants-container .product-content-wrap {
  padding: 5px;
}
.floverfy-product-listing-card-name,
.pname-listing a {
  text-decoration: none;
  /*color:var(--fv-text-black);*/
  color: #151515;
  /*text-transform: uppercase;*/
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.9rem;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.18px;
}
.floverfy-prodt-flavour-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.floverfy-product-listing-card-content {
  padding: 19px;
  font-family: "Lexend", sans-serif;
}
.floverfy-product-listing-card-brand-name {
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: left;
  font-weight: 400;
  line-height: normal;
  /* letter-spacing: 1.4px; */
}
.floverfy-product-listing-card-brand-name a {
  text-decoration: none;
  color: #151515;
}
.old-price-listing {
  text-decoration: line-through !important;
  color: #15151580;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.18px;
}
.new-price-listing {
  color: #151515;
  font-family: "Lexend", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.18px;
}
.floverfy-product-grid {
  border: 0.5px solid var(--fv-border-default);
}
@media (min-width: 992px) {
    
  .floverfy-product-grid {
    border: none;
  }

  .floverfy-product-listing-card {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  }
  
}

.floverfy-mobile-filter-sticky {
  width: 100%;
  position: fixed;
  height: 62px;
  padding: 15px 20px 15px 20px;
  bottom: 0;
  z-index: 100;
  background-color: rgb(var(--fv-bg-secondary-rgb));
}
.br-05 {
  border-right: 0.5px solid var(--fv-border-default);
}
.bl-05 {
  border-left: 0.5px solid var(--fv-border-default);
}

.floverfy-sticky-filters-container {
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%;
  padding: 0px;
  height: calc(100vh - 62px);
  overflow-x: auto;
  background-color: white;
}

/*old*/

.filter-section-view-less {
  max-height: 150px;
  overflow-y: auto;
  padding: 5px;
}
.filter-section-view-less::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    40% 0%,
    75% 84%,
    from(var(--fv-main-website-theme)),
    to(var(--fv-main-website-theme)),
    color-stop(0.6, var(--fv-main-website-theme))
  );
}
.filter-section-view-less::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.filter-section-view-less::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
.selected-filter-badge-item-wrap {
  padding: 5px;
  border-radius: 5px;
  background-color: gainsboro;
  margin-right: 2px;
  margin-bottom: 2px;
}
.selected-filter-badge-item-wrap > .badge-filter-name,
.badge-filter-remove {
  font-weight: bold;
}
.selected-filter-badge-item-wrap[data-type="category"] {
  background-color: var(--fv-main-website-theme) !important;
  color: white;
}
.selected-filter-badge-item-wrap[data-type="brand"] {
  background-color: #db8cd7 !important;
  color: white;
}
.brand-series-links-container {
  /*border: 1px solid;*/
  /*font-size: 0.6rem;*/
  padding-right: 2px;
  /*border-radius: 5px;*/
  height: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2px 4px 2px 4px;
  border-right: 1px solid;
}
.brand-series-links-container:first-child {
  border-left: 1px solid;
}
.brand-series-link {
  font-size: 12px !important;
  font-weight: normal;
}
.brand-series-row {
  /*gap: 2px;*/
}
/*old end*/

.floverfy-product-listing-card-img-container {
  padding-top: 1.1875rem;
}











/* ══════════════════════════════════════
   PRODUCT CARD  — START
   ══════════════════════════════════════ */
.product-card{
  background:#fff;
  border:1px solid #e3e3e3;
  border-radius: 12px;
  overflow:visible;          /* allow best-seller to bleed */
  display:flex;
  flex-direction:column;
  transition:box-shadow .25s,transform .25s;
  position:relative;
  margin-bottom:14px;        /* room for badge overflow */
  box-shadow: 0px 0px 15px 0px #00000033;
}

.product-card:hover{
  box-shadow:var(--shadow-h);
  transform:translateY(-2px)
}

.grid-view-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

@media (max-width: 639px) {
  .grid-view-card {
    grid-template-columns: 1fr;
    margin: 0 16px;
  }
}

@media (min-width: 640px) {
  .grid-view-card {
    grid-template-columns: repeat(2, 1fr);
        margin: 0 32px;
  }
}

@media (min-width: 768px) {
  .grid-view-card {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 48px;
  }
}

@media (min-width: 1024px) {
  .grid-view-card {
    grid-template-columns: repeat(5, 1fr);
    margin: 0 68px;
  }
}

@media (min-width: 1280px) {
      .grid-view-card {
        grid-template-columns: repeat(6, 1fr);
      }
    }

/* ── Image box ── */
.card-image{
  position:relative;
  background:#fff;
  border-radius:12px 12px 0 0;
  overflow:visible;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 10px 8px 10px;   
  min-height:284px;
}
.card-image img{
  max-width:100%;
  /* max-height:155px; */
  width:auto;
  height:auto;
  object-fit:contain;
  position:relative;
  z-index:1;
}

/* ── Best Seller seal: bottom-left, overlaps onto body ── */
.best-seller-seal{
  position:absolute;
  bottom:-22px;             /* half sticks below image area */
  left:14px;
  width:62px;
  height:62px;
  z-index:4;
  pointer-events:none;
  filter:drop-shadow(0 2px 4px rgba(0,0,0,.18));
}

/* ── Card body ── */
.card-body{
  position:relative;
  z-index:2;
  padding: 10px 8px;  
  display:flex;
  flex-direction:column;
  flex:1;
  background:#fff;
  border-radius:0 0 12px 12px;
}
.card-name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:.88rem;
    font-weight:700;
    color:#1a1a1a;
    line-height:1.42;
    margin-bottom:10px;
    height: 2.4rem;
}
.card-price{
  font-size:1.05rem;
  font-weight:700;
  color:#31A58C;
  margin-bottom:10px;
}
.card-brand-options {
  margin-bottom: 10px;
}

.brand-tag {
  background-color: #F3F3F3;
  padding: 2px 8px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.shop-btn{
  display:block;width:100%;
  background:#31A58C;
  color:#fff;
  border:none;
  border-radius:9px;
  padding:12px 0;
  font-size:.85rem;
  font-weight:600;
  cursor:pointer;
  transition:background .2s,transform .1s;
  letter-spacing:.2px;
  text-decoration: none;
  text-align: center;
}
.shop-btn:hover{background:#2a9d8f}
.shop-btn:active{transform:scale(.97)}

.product-options {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.option-tag {
    background-color: #F3F3F3;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.card-price-original {
    text-decoration: line-through;
    color: #999999;
    margin-left: 10px;
}

/* ══════════════════════════════════════
   PRODUCT CARD  — END
   ══════════════════════════════════════ */