/* ===============================
   Section header
   =============================== */
.see-all-link {
  color: #c62828;
  font-weight: 500;
  white-space: nowrap;
}

.see-all-link:hover {
  text-decoration: underline;
}


/* ===============================
   PRODUCT CARD
   =============================== */

.barcode-wrap strong {
  max-width: 90px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.pe_product-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  transition: 0.3s ease;
}

.pe_product-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Image */
.pe_product-image {
  background: #f6f6f6;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
}

.pe_product-image img {
  max-height: 180px;
  object-fit: contain;
  margin: auto;
  mix-blend-mode: darken;
}

/* Title */
.pe_product-title {
  font-size: 14px;
  font-weight: 600;
  margin: 12px 0;
  min-height: 40px;
}

/* Meta info */
.pe_product-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}

.pe_product-meta div {
  background: #f7f7fb;
  border-radius: 6px;
  padding: 8px;
  text-align: center;
  font-size: 12px;
}

.pe_product-meta span {
  display: block;
  color: #6c757d;
}

.pe_product-meta strong {
  font-weight: 600;
}

/* Actions */
.pe_product-actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}


.category-circle i {
  font-size: 42px;
  color: #2f2f6f;
}

/* about us section */

.aboutus-section {
  background-color: #2f2f6f;

  color: #fff;
}

.aboutus-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
}

.aboutus-text {
  font-size: 16px;
  line-height: 1.8;
  color: #d9d9e6;
  margin-bottom: 25px;
}



.aboutus-image-wrapper {
  margin-top: 40px;
  border-radius: 6px;
  overflow: hidden;
}

.aboutus-image {
  width: 100%;
  height: auto;
  display: block;
}


.shop-by-category {
  background: #f3f3f3;
}

.category-box {
  text-align: center;
  padding: 20px 20px;
  border: 1px solid #e0e0e0;
  height: 100%;
  margin-left: -1px;
  transition: 0.3s ease;
}

.category-circle {
  width: 100px;
  height: 100px;
  background: #e8e8e8;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.category-circle img {
  max-width: 80px;
  height: auto;
}

.category-box h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

/* Sale Circle Special */
.sale-circle {
  background: #c5271c;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}


/* Montly Promo */

.montly-promo-wrapper {
  background: #2f2f6f;
  padding: 35px 40px;
  border-radius: 20px;
  color: #ffffff;
}

.promo-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.promo-timer {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2px;
}

.promo-timer span {
  display: inline-block;
  min-width: 55px;
  text-align: center;
}

.promo-text {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}

.promo-btn {

  padding: 12px 28px;

  white-space: nowrap;
}



/* Our Reach */



.overreach-box {
  padding: 20px;
}

.overreach-icon {
  width: 90px;
  height: 90px;
  border: 2px solid #2f2f6f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.overreach-icon i {
  color: #2f2f6f;
  font-size: 40px;
}

.overreach-icon img {
  width: 40px;
  height: auto;
}

.overreach-box h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.overreach-box p {
  font-size: 15px;
  color: #555;
  margin: 0;
}

.service-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}


/* Easter Promo */


.easter-promo-wrapper {
  background: #2f2f6f;
  border-radius: 20px;
  overflow: hidden;
}

.easter-promo-content {
  padding: 60px;
  color: #ffffff;
}

.easter-promo-content h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.easter-promo-content p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.9;
}

.easter-promo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


