/*
Theme Name: Hello Elementor Child theme of hello-elementor
Theme URI: 
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: <a href="https://elementor.com/?utm_source=wp-themes&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash">Elementor Team</a>
Author URI: 
Template: hello-elementor
Version: 3.4.4
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 14 Oct 2025 08:15:53 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/* 1) Global font stack */

a:where(:not(.wp-element-button)) {
    text-decoration: none;
}


:root {
  --ui-font: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* 2) Apply Open Sans site-wide */
html, body {
  font-family: var(--ui-font);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 3) Headings — slightly bolder */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--ui-font);
  font-weight: 600;
  line-height: 1.2;
}

/* 4) UI elements (buttons, inputs, selects, textareas) */
button, input, select, textarea, .button, .wp-block-button__link {
  font-family: var(--ui-font);
  font-weight: 600; /* adjust as needed */
}

/* 5) Small text tweaks */
small, .small, .muted {
  font-size: 0.9rem;
  font-weight: 400;
}

/* 6) Improve fallback spacing for larger sizes */
p { margin-bottom: 1.15rem; }

/* Optional: limit large heading weight on mobile */
@media (max-width: 768px) {
  h1, h2 { font-weight: 700; }
}

/* Optional: ensure editor uses same font */
.editor-styles-wrapper {
  font-family: var(--ui-font) !important;
}



.short_description {
    margin: 10px;
    display: inline-block;
}



.offer-item {
  position: relative;
  background: #fff;
  border: 1px solid #d1d0d0;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 25px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
  transition: all 0.2s ease;
}
.offer-item:hover {
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.offer-ribbon {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #ff7a00;
  color: #fff;
  font-size: 13px;
  padding: 5px 12px;
  border-radius: 4px 4px 4px 0;
  font-weight: 600;
  z-index: 2;
}

.offer-layout {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.offer-thumb {
  position: relative;
  flex: 0 0 110px;
  text-align: center;
}
.offer-thumb img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.offer-type {
  background: #f9f9f9;
  border-top: 1px solid #eee;
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  padding: 4px 0;
  margin-top: 6px;
  border-radius: 0 0 8px 8px;
}

.offer-content {
  flex: 1;
}

.offer-title {
  font-size: 18px;
  margin: 0 0 5px;
}
.offer-title a {
  color: #111;
  text-decoration: none;
}
.offer-title a:hover {
  color: #ff7a00;
}

.offer-meta {
  margin-bottom: 5px;
}
.offer-price-tag {
  background: #fff7e6;
  color: #ff7a00;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
}

.offer-desc {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0;
}

.offer-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.offer-main-btn {
  background: #ff7a00;
  color: #fff !important;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.offer-main-btn:hover {
  background: #e66d00;
}
span.offer-couponnot {
	  background: none #fa9e19 !important;
    color: #ffffff !important;
    fill: #ffffff !important;
    border: none !important;
    text-decoration: none !important;
    outline: 0;
    box-shadow: -1px 6px 19px rgba(250, 158, 25, 0.2) !important;
    border-radius: 4px !important;
    padding: 8px 18px;
    text-transform: uppercase;
	position: relative;
}

.offer-coupon {
    background: none #fa9e19 !important;
    color: #ffffff !important;
    fill: #ffffff !important;
    border: none !important;
    text-decoration: none !important;
    outline: 0;
    box-shadow: -1px 6px 19px rgba(250, 158, 25, 0.2) !important;
    border-radius: 4px !important;
    padding: 8px 18px;
    text-transform: uppercase;
	position: relative;
}
.offer-coupon:before {
border: 1px dashed white;
    border-left: none;
    border-bottom: none;
    width: 16px;
    height: 100%;
    transition: all 0.3s 
ease;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-image: linear-gradient(67deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgb(166, 183, 157) 51%, rgb(233, 255, 221) 66%) !important;
}
.offer-coupon:hover {
  background: #f1f1f1;
}

.offer-item.coupon .offer-type { background: #27ae60; color: #fff; }
.offer-item.deal .offer-type { background: #3498db; color: #fff; }
.offer-item.expired .offer-type { background: #e74c3c; color: #fff; }
.offer-item.expired { opacity: 0.6; }

@media (max-width: 768px) {
  .offer-layout {
    flex-direction: column;
    align-items: flex-start;
  }
  .offer-thumb {
    width: 100%;
    max-width: 140px;
    margin-bottom: 10px;
  }
}
 
.store-page {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
}
 .info-store {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}
.filter-section {
    box-shadow : rgba(0, 0, 0, 0.05) 0px 4px 15px;
    text-align: center;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    padding: 20px;
}

.store {
    background: #f7f7f7;
    padding: 10px 0px;
}

.store-sidebar img {
    max-width: 150px;
    margin-bottom: 15px;
}
.store-rating { font-size: 14px; margin: 5px 0; }
.star { color: #f5a623; }
 

.filter-section { margin-top: 30px; text-align: left; }
.filter-section h4 { font-size: 16px; margin-bottom: 10px; font-weight: 600; }
.filter-row { display:flex; flex-wrap:wrap; gap:8px; }
.filter-btn { background:#fff; border:1px solid #ddd; padding:6px 14px; border-radius:6px; font-size:14px; cursor:pointer; text-decoration:none; display:inline-block; margin-bottom:5px; }
.filter-btn.active { background:#ff7a00; color:#fff; border-color:#ff7a00; }

 
 
.loading { text-align: center; margin: 20px 0; color: #666; }
@media(max-width:900px){.store-page{grid-template-columns:1fr;}}




.coupon-popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coupon-overlay {
  position: absolute;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
}

.coupon-modal {
  position: relative;
  background: #7d00ff;
  color: #fff;
  border-radius: 12px;
  padding: 30px 40px;
  text-align: center;
  width: 400px;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.coupon-modal h3 {
  margin-bottom: 10px;
}

.coupon-code {
  background: #6a00d3;
  padding: 12px;
  border-radius: 8px;
  font-size: 20px;
  margin: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.coupon-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  color: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.go-shop-btn {
    position: relative;
    display: inline-block;
    padding: 14px 40px;
    font-size: 15px;
    font-weight: bold;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    background: #fa9e19;
    box-shadow: 0 4px 12px rgba(250, 158, 25, 0.5);
    overflow: hidden;
    transition: all 0.3s ease;
}

.go-shop-btn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 70%);
    transform: translateX(-100%) translateY(-100%);
    transition: all 0.5s ease;
    pointer-events: none;
}

.go-shop-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(250, 158, 25, 0.7);
}

.go-shop-btn:hover::before {
    transform: translateX(0) translateY(0);
} 

.re-ribbon-badge.left-badge {
    right: auto;
    left: -8px;
    text-align: left;
}

.re-ribbon-badge {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right;
    z-index: 2;
    pointer-events: none;
}
.re-ribbon-badge.left-badge span 
 {
    transform: rotate(-45deg);
    right: 0;
}

.re-ribbon-badge span {
font: bold 10px / 28px Arial;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    transform: rotate(311deg);
    width: 124px;
    display: block;
    background: #77B21D;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 21px;
    right: 10px;
}
span.expiration_date {
    font-size: 12px;
    font-weight: 700;
    color: #adadad;
    text-transform: uppercase;
}
span.re-ribbon-badge.BestValue span {
    background: #FFBC00; 
}

span.re-ribbon-badge.DealOfTheDay span {
  background: #F39200;
}

span.re-ribbon-badge.Exclusive  span {
  background: #ffa100;
}

span.re-ribbon-badge.TodaysDeal span {
	  background:#D50000;
 }
.re-ribbon-badge span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #333;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #333;
}
.re-ribbon-badge span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #333;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #333;
}
.offer-thumb {
    padding: 16px;
}

/* Container */
.cat_widget_custom {
    background: #ffffff;
    border-radius: 12px;
    
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    
}

/* Search Input */
.category-search {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.category-search:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 8px rgba(0,115,170,0.2);
}

/* Category List */
.category-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 400px; /* Fixed height */
    overflow-y: auto;  /* Scroll if content exceeds */
    padding-right: 5px; /* Space for scrollbar */
}

/* Custom scrollbar */
.category-list::-webkit-scrollbar {
    width: 8px;
}
.category-list::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 4px;
}
.category-list::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

/* Category Links */
.rh-dealstorelink {
    display: block;
    padding: 10px 15px;
    background: #f6f6f6;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.rh-dealstorelink:hover {
    background: #ff7a00;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,115,170,0.2);
    transform: translateY(-2px);
}
.rh-dealstorelink.active {
    background: #ff7a00;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,115,170,0.2);
}

.cat-page {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 30px;
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
}
 
 
.load-more {
    display: block;
    text-align: center;
    padding: 10px 20px;
    margin: 30px auto;
    border-radius: 6px;
    background: #0073aa;
    color: #fff;
    cursor: pointer;
    width: 200px;
    transition: 0.3s;
}
.load-more:hover {
    background: #005c8a;
}


/* ====== Store Grid Layout ====== */
.store-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
  padding: 30px;
  background: #fafafa;
}

/* ====== Store Card ====== */
.store-grid {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
    padding: 4px;

}

.store-grid:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

/* ====== Logo / Image ====== */
.store-grid img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  background: #fff;
  padding: 15px;
  transition: transform 0.3s ease;
}

.store-grid:hover img {
  transform: scale(1.05);
}

/* ====== Fallback Name (when no logo) ====== */
.store-fallback {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  background: #f0f0f0;
  color: #333;
  font-weight: 600;
  font-size: 16px;
}

/* ====== Hover Overlay ====== */
.store-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
  color: #fff;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  text-align: center;
  padding: 10px;
}

.store-grid:hover .store-overlay {
  opacity: 1;
}

.store-overlay h3 {
  font-size: 16px;
  margin: 0;
}

.store-overlay p {
  font-size: 14px;
  margin-top: 5px;
  color: #ddd;
}
