





@media (min-width: 992px) {
    .h1store-title {
        font-size: 28px;
        line-height: 32px;
    }
}
.h1store-title {
     color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}



h3 {
    font-size:18px;
    font-weight: 600;
}

h4 {
    font-size: 16px;
    font-weight: 500;
}

h5 {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 500;
}

h6 {
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 400;
}





.col-1 { flex: 0 0 8.333%; max-width: 8.333%; }
.col-2 { flex: 0 0 16.666%; max-width: 16.666%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-5 { flex: 0 0 41.666%; max-width: 41.666%; }

.col-7 { flex: 0 0 58.333%; max-width: 58.333%; }
.col-8 { flex: 0 0 66.666%; max-width: 66.666%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.333%; max-width: 83.333%; }
.col-11 { flex: 0 0 91.666%; max-width: 91.666%; }


@media (min-width: 576px) {
  .col-sm-1 { flex: 0 0 8.333%; max-width: 8.333%; }
  .col-sm-2 { flex: 0 0 16.666%; max-width: 16.666%; }
  .col-sm-3 { flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .col-sm-5 { flex: 0 0 41.666%; max-width: 41.666%; }
  .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { flex: 0 0 58.333%; max-width: 58.333%; }
  .col-sm-8 { flex: 0 0 66.666%; max-width: 66.666%; }
  .col-sm-9 { flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { flex: 0 0 83.333%; max-width: 83.333%; }
  .col-sm-11 { flex: 0 0 91.666%; max-width: 91.666%; }
  .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 768px) {
  .col-md-1 { flex: 0 0 8.333%; max-width: 8.333%; }

  .col-md-3 { flex: 0 0 25%; max-width: 25%; }

  .col-md-5 { flex: 0 0 41.666%; max-width: 41.666%; }
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { flex: 0 0 58.333%; max-width: 58.333%; }
  .col-md-8 { flex: 0 0 66.666%; max-width: 66.666%; }
  .col-md-9 { flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { flex: 0 0 83.333%; max-width: 83.333%; }
  .col-md-11 { flex: 0 0 91.666%; max-width: 91.666%; }
  .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 992px) {
  .col-lg-1 { flex: 0 0 8.333%; max-width: 8.333%; }
  .col-lg-2 { flex: 0 0 16.666%; max-width: 16.666%; }
  .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .col-lg-5 { flex: 0 0 41.666%; max-width: 41.666%; }
  .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { flex: 0 0 58.333%; max-width: 58.333%; }
  .col-lg-8 { flex: 0 0 66.666%; max-width: 66.666%; }
  .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { flex: 0 0 83.333%; max-width: 83.333%; }
  .col-lg-11 { flex: 0 0 91.666%; max-width: 91.666%; }
  .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 1200px) {
  .col-xl-1 { flex: 0 0 8.333%; max-width: 8.333%; }
  .col-xl-2 { flex: 0 0 16.666%; max-width: 16.666%; }
  .col-xl-3 { flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .col-xl-5 { flex: 0 0 41.666%; max-width: 41.666%; }
  .col-xl-6 { flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { flex: 0 0 58.333%; max-width: 58.333%; }
  .col-xl-8 { flex: 0 0 66.666%; max-width: 66.666%; }
  .col-xl-9 { flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { flex: 0 0 83.333%; max-width: 83.333%; }
  .col-xl-11 { flex: 0 0 91.666%; max-width: 91.666%; }
  .col-xl-12 { flex: 0 0 100%; max-width: 100%; }
}

hr {
  border: 0;
  border-bottom: 1px solid var(--bordersolid);
  clear: both;
  height: 0;
}



.small, small {
  font-size: 0.875rem;
  color: #545454;
}

.bold { font-weight: 700; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }

.text-primary { color: var(--primary-color); }
.text-secondary { color: #6c757d; }
.text-success { color: #28a745; }
.text-danger { color: #dc3545; }
.text-warning { color: #ffc107; }
.text-info { color: #17a2b8; }
.text-light { color: #f8f9fa; }
.text-dark { color: #343a40; }
.text-muted { color: #6c757d; }
.text-ellipsis {
  text-decoration: none;
  color: black;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.text-left { text-align: left; }

.text-right { text-align: right; }
.text-justify { text-align: justify; }



.lead {
  font-size: 1.25em;
  font-weight: bold;
  color: #333;
}

blockquote {
  border-left: 5px solid #ccc;
  margin: 1em 0;
  padding: 0.5em 10px;
  color: #555;
  font-style: italic;
}

strong { font-weight: bold; }
em { font-style: italic; }
u { text-decoration: underline; }






.flex-row { flex-direction: row; }
.flex-row-reverse { flex-direction: row-reverse; }
.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.align-start { align-items: flex-start; }
.align-end { align-items: flex-end; }
.align-middle { align-items: center; }
.align-baseline { align-items: baseline; }

.shadow-small { box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }
.shadow-medium { box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3); }
.shadow-large { box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.3); }
.shadow-inset { box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3); }
.shadow-none { box-shadow: none; }



.btn-success { background-color: #28a745; color: white; }
.btn-danger { background-color: #dc3545; color: white; }
.btn-warning { background-color: #ffc107; color: black; }
.btn-info { background-color: #17a2b8; color: white; }
.btn-light { background-color: #f8f9fa; color: black; }
.btn-dark { background-color: #343a40; color: white; }
.btn-outline {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: black;
}

.btn:hover { opacity: 0.9; }
.btn-outline:hover {
  background-color: transparent;
  color: black;
}

.btn-bgcolor {
  background-color: var(--bgcolor);
  color: #fff;
}

.btn-bgcolorafter {
  background-color: var(--primary-color);
  color: #fff;
}

.btn-bgcolorafter2 {
  background-color: var(--bgcolorafter2);
  color: #fff;
}

.btn-bgcolorafter3 {
  background-color: var(--bgcolorafter3);
  color: #fff;
}

.btn-bgcolorafter4 {
  background-color: var(--bgcolorafter4);
  color: #fff;
}

.btn-bgcolorafter5 {
  background-color: var(--bgcolorafter5);
  color: #fff;
}

.p-0 { padding: 0; }
.p-1 { padding: 5px; }
.p-2 { padding: 10px; }
.p-3 { padding: 15px; }
.p-4 { padding: 20px; }
.p-5 { padding: 25px; }

.pt-1 { padding-top: 5px; }
.pt-2 { padding-top: 10px; }
.pt-3 { padding-top: 15px; }
.pt-4 { padding-top: 20px; }

.pb-1 { padding-bottom: 5px; }
.pb-2 { padding-bottom: 10px; }
.pb-3 { padding-bottom: 15px; }
.pb-4 { padding-bottom: 20px; }

.pl-1 { padding-left: 5px; }
.pl-2 { padding-left: 10px; }
.pl-3 { padding-left: 15px; }
.pl-4 { padding-left: 20px; }

.pr-1 { padding-right: 5px; }
.pr-2 { padding-right: 10px; }
.pr-3 { padding-right: 15px; }
.pr-4 { padding-right: 20px; }

.m-0 { margin: 0; }
.m-1 { margin: 5px; }
.m-2 { margin: 10px; }
.m-3 { margin: 15px; }
.m-4 { margin: 20px; }
.m-5 { margin: 25px; }

.mt-1 { margin-top: 5px; }
.mt-2 { margin-top: 10px; }



.mb-1 { margin-bottom: 5px; }
.mb-2 { margin-bottom: 10px; }
.mb-3 { margin-bottom: 15px; }
.mb-4 { margin-bottom: 20px; }

.ml-1 { margin-left: 5px; }
.ml-2 { margin-left: 10px; }
.ml-3 { margin-left: 15px; }
.ml-4 { margin-left: 20px; }

.mr-1 { margin-right: 5px; }
.mr-2 { margin-right: 10px; }
.mr-3 { margin-right: 15px; }
.mr-4 { margin-right: 20px; }

.w-25 { width: 25%; }
.w-50 { width: 50%; }
.w-75 { width: 75%; }
.w-100 { width: 100%; }

.box {
  padding: 20px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  min-height: 90px;
  position: relative;
}
.box-a {
  background-color: #fff;
  border: 1px solid var(--bordersolid);
  bottom: 5px;
  display: block;
  width: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 5px;
  top: 0;
  text-decoration: none !important;
}

.box-primary { background-color: #007bff; }
.box-secondary { background-color: #6c757d; }
.box-success { background-color: #28a745; }
.box-danger { background-color: #dc3545; }
.box-warning { background-color: #ffc107; color: black; }
.box-info { background-color: #17a2b8; }

.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 16px;
}

.alert-primary {
  background-color: #cce5ff;
  color: #004085;
  border-color: #b8daff;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
  border-color: #c3e6cb;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
}

.alert-warning {
  background-color: #fff3cd;
  color: #856404;
  border-color: #ffeeba;
}

.alert-info {
  background-color: #d1ecf1;
  color: #0c5460;
  border-color: #bee5eb;
}



.bg-primary { background-color: var(--primary-color); color: #fff; }
.bg-secondary { background-color: #6c757d; color: #fff; }
.bg-success { background-color: #28a745; color: #fff; }
.bg-danger { background-color: #dc3545; color: #fff; }
.bg-warning { background-color: #ffc107; color: #212529; }
.bg-info { background-color: #17a2b8; color: #fff; }
.bg-light { background-color: #f8f9fa; color: #212529; }
.bg-dark { background-color: #343a40; color: #fff; }
.bg-muted { background-color: #e9ecef; color: #212529; }
.bg-white { background-color: #fff; color: #212529; }

.bg-gradient-primary { background: linear-gradient(135deg, #007bff, var(--primary-color-dark)); color: #fff; }
.bg-gradient-success { background: linear-gradient(135deg, #28a745, #1e7e34); color: #fff; }
.bg-gradient-danger { background: linear-gradient(135deg, #dc3545, #b21f2d); color: #fff; }
.bg-gradient-warning { background: linear-gradient(135deg, #ffc107, #e0a800); color: #212529; }
.bg-gradient-info { background: linear-gradient(135deg, #17a2b8, #117a8b); color: #fff; }

.bg-pattern-dots {
  background-image: radial-gradient(circle, #dee2e6 1px, transparent 1px);
  background-size: 20px 20px;
}

.bg-pattern-stripes {
  background-image: linear-gradient(45deg, #dee2e6 25%, transparent 25%, transparent 50%, #dee2e6 50%, #dee2e6 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.bg-pattern-checkered {
  background-image: linear-gradient(45deg, #6c757d 25%, transparent 25%, transparent 75%, #6c757d 75%, #6c757d),
                    linear-gradient(45deg, #6c757d 25%, transparent 25%, transparent 75%, #6c757d 75%, #6c757d);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

.bg-transparent-primary { background-color: rgba(0, 123, 255, 0.1); }
.bg-transparent-dark { background-color: rgba(52, 58, 64, 0.1); }

.bg-space {
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-rounded { border-radius: 5px; }
.img-circle { border-radius: 50%; width: 100px; height: 100px; }
.img-shadow { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
.img-bordered {
  border: 2px solid #dee2e6;
  padding: 3px;
  border-radius: 5px;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-hover-zoom {
  transition: transform 0.3s ease;
}

.img-hover-zoom:hover {
  transform: scale(1.1);
}

.img-hover-opacity {
  transition: opacity 0.3s ease;
}

.img-hover-opacity:hover {
  opacity: 0.8;
}

.img-cover {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.font-serif { font-family: 'Times New Roman', serif; }
.font-sans-serif { font-family: 'Arial', sans-serif; }
.font-monospace { font-family: 'Courier New', monospace; }



.loading-spinner {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0, 123, 255, 0.2); 
  border-left-color: var(--primary-color); 
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  display: none; /
}

@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}







.categories-top-header{

  display: flex;
  align-items: center;
  justify-content: start;
  gap:15px;
}
.scrollcategorybar{

  align-items: center;
  display: flex;
  margin-bottom: .5rem;
  margin-left: -auto;
  margin-right: -auto;
  overflow: hidden;
  overflow-x: auto;
  padding: 5px;
  gap:5px;
}
.scrollcategorybar span a {
  display: block;
  min-width: 120px;
  margin:0 auto;
  text-align: center;
}

.store-flyer-list-panel { min-height: 257px; }



.flyer {
  overflow: hidden;
  transition: transform 0.2s ease;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  border-radius: 8px;
}

.flyer:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}



.market-name {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333333;
}
.flyer-dates,
.flyer-status {
    font-size: 0.9rem;
    color: #545454;
}

.flyer-content {
    padding: 10px;
}

.flyer-pages {
    color: #1976d2;
}

.card {
  background-color: #f9f9f9;
}

.flyer-pages svg {
  fill: #1976d2;
}

.flyer-pages small {
  color: #1976d2;
}

.flyer-status {
  font-size: 0.9rem;
  font-weight: 500;
}

.status-today {
  color: #4caf50; 
}

.status-future {
  color: #ff9800;
}


.border { border: 1px solid #ccc; }

.border-thick { border: 3px solid #333; }

.border-dotted { border: 1px dotted #888; }

.border-dashed { border: 1px dashed #888; }

.border-double { border: 3px double #333; }

.border-rounded {
  border: 1px solid var(--bordersolid);
  border-radius: 8px;
}

.border-circle {
  border: 2px solid #333;
  border-radius: 50%;
}

.border-top { border-top: 2px solid var(--bordersolid); }

.border-bottom { border-bottom: 2px solid var(--bordersolid); }

.border-left { border-left: 2px solid var(--bordersolid); }

.border-right { border-right: 2px solid var(--bordersolid); }

.border-primary { border: 2px solid #007bff; }

.border-success { border: 2px solid #28a745; }

.border-warning { border: 2px solid #ffc107; }

.border-danger { border: 2px solid #dc3545; }

.border-opacity { border: 2px solid rgba(0, 0, 0, 0.5); }

.border-thin { border: 0.5px solid #ccc; }

.border-shadow {
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.border-top-gradient {
  border-top: 4px solid;
  border-image: linear-gradient(90deg, #007bff, #6610f2) 1;
}

.border-gradient {
  border: 1px solid;
  border-image: linear-gradient(90deg, #007bff, #6610f2) 1;
}

.gap-xs { gap: 4px; }

.gap-sm { gap: 8px; }

.gap-md { gap: 16px; }

.gap-lg { gap: 24px; }

.gap-xl { gap: 32px; }

.gap-row-xs { row-gap: 4px; }

.gap-row-sm { row-gap: 8px; }

.gap-row-md { row-gap: 16px; }

.gap-row-lg { row-gap: 24px; }

.gap-row-xl { row-gap: 32px; }

.gap-col-xs { column-gap: 4px; }

.gap-col-sm { column-gap: 8px; }

.gap-col-md { column-gap: 16px; }

.gap-col-lg { column-gap: 24px; }

.gap-col-xl { column-gap: 32px; }

.flyer-storeid-image {
  background-color: rgb(254, 254, 254);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.flyer-storeid-image picture {
  width: 300px;
  height: auto;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.flyer-storeid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.flyer-offer {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 21px;
  background: #ffffff91;
}

.flyer-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tab-container {
  max-width: 100%;
  margin: 20px auto;
  border-radius: 2px;
  overflow: hidden;
}

.tab-buttons {
  display: flex;
  gap: 35px;
  border-bottom:1px solid var(--bordersolid);

}

.tab-button {
  cursor: pointer;
  padding:5px;
  text-align: center;
  font-size: 1.1em;
  border: none;
  outline: none;
  background-color: #FFF;
  transition: background-color 0.3s ease;
  min-width: 90px;
}

.tab-button:hover {
  background-color: #ddd;
}

.tab-button.active {
  background-color: var(--primary-color);
  color: white;
}

.tab-content {
  display: none;
  padding: 5px;
  background-color: white;
  font-size: 1em;
}

.tab-content.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.top-container-header {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
}

.top-container-header-logo {
  background-color: #fff;
  flex-shrink: 0;
  text-align: center;
  width: 5.975rem;
}

.top-container-header-logo img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: fill;
  width: auto;
}

.top-container-header-content {
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

.top-container-header-content .top-container-link {
  overflow-x: auto;
  overflow-y: scroll;
  scrollbar-width: none;
  align-items: center;
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0 1rem;
}

.top-category-block { background-color: white; }

.flyer___leftfront {
  display: flex;
  flex-basis: 40%;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  position: relative;
}

.store-flyer__leftfrontimage {
  align-items: center;
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  max-height: 15rem;
  min-height: 12rem;
  min-width: 100%;
}

.store-flyer__leftfrontimage picture {
  border-radius: .375rem 0 0 .375rem;
  display: block;
  height: 100%;
  margin: auto;
  overflow: hidden;
  width: 155px;
}

.store-flyer__leftfrontimage img {
  object-fit: contain;
  overflow: hidden;
  height: 236px;
  width: 100%;
}

.store-flyer_about {
  display: flex;
  flex-basis: 60%;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: space-between;
  margin: .5rem;
}

.store-flyer-text { word-break: break-word; }


.brand-list {
  display: flex;
  gap: 2px;
  justify-content: center;
}

.brand-item {
  margin: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.brand-item span {
  width: 75px;
  font-size: 13px;
  text-align: center;
}

.brand-item picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border: 2px solid var(--primary-color);
  padding: 10px;
  transition: transform 0.2s;
  border-radius: 50%;
}

.brand-item img {
  display: block;
  height: 22px;
  margin: inherit;
  max-width: 90%;
}

.brand-item:hover picture { transform: scale(1.1); }

.scroll-slider {
  display: flex;
  align-items: center;
  overflow-x: auto; 
  white-space: nowrap; 
  gap: 20px; 
  scrollbar-width: thin; 
  background-color: #fff; 
  border-radius: 8px; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}

.scroll-slider::-webkit-scrollbar {
  height: 6px; 
}
.scroll-slider::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px; 
}
.scroll-slider::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

.catalog-viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  display: none;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: white;
}




.searchcatalog-image {
  max-width: 25%;
  max-height: 600px;
  width: auto;
  height: auto;
  border-radius: 8px;
  display: block;
}

.progress-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  display: flex;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px 8px 0 0;
}

.progress-segment {
  width: calc(100% / var(--segment-count));
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s linear;
  margin-right: 2px;
  border-radius: 2px;
}

.progress-segment.active { background-color: rgba(255, 255, 255, 0.7); }


    .grid-container {
      display: flex;
      flex-wrap: wrap; 
      gap: 10px; 
      justify-content: space-between; 
    }
    
  
    .store-box {
      width: calc(33.33% - 10px);
      max-width: 150px; 
      border: 1px solid #ddd; 
      border-radius: 8px; 
      padding: 10px;
      box-sizing: border-box;
      text-align: center;
    }
    .store-box a {
      text-decoration: none;
    }
   
    @media (max-width: 768px) {
      .store-box {
        width: calc(50% - 10px); 
      }
    }
    
    @media (max-width: 480px) {
      .store-box {
        width: calc(100% - 10px); 
      }
    }
    
  
    .store-image-container {
      width: 100%;
      height: 70px; 
      display: flex; 
      align-items: center; 
      justify-content: center; 
      overflow: hidden; 
    }
    

    .store-image {
      max-width: 100%; 
      max-height: 100%; 
      object-fit: contain; 
    }
    

    .store-name {
      margin-top: 10px;
      font-size: 14px;
      font-weight: bold;
      color: #333;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; 
    }
    

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  border-radius: 0.25rem;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
}

.badge-primary {
  background-color: #007bff;
  color: #fff;
}

.badge-secondary {
  background-color: #6c757d;
  color: #fff;
}

.badge-success {
  background-color: #28a745;
  color: #fff;
}

.badge-danger {
  background-color: #dc3545;
  color: #fff;
}

.badge-warning {
  background-color: #ffc107;
  color: #212529;
}

.badge-info {
  background-color: #17a2b8;
  color: #fff;
}

.badge-light {
  background-color: #f8f9fa;
  color: #212529;
}

.badge-dark {
  background-color: #343a40;
  color: #fff;
}

.badge-bgcolor {
  background-color: var(--bgcolor);
  color: #fff;
}

.badge-bgcolorafter {
  background-color: var(--primary-color);
  color: #fff;
}

.badge-bgcolorafter2 {
  background-color: var(--bgcolorafter2);
  color: #fff;
}

.badge-bgcolorafter3 {
  background-color: var(--bgcolorafter3);
  color: #fff;
}

.badge-bgcolorafter4 {
  background-color: var(--bgcolorafter4);
  color: #fff;
}

.badge-bgcolorafter5 {
  background-color: var(--bgcolorafter5);
  color: #fff;
}

.badge-pill {
  padding: 0.6em 0.8em;
  border-radius: 10rem;
}
.alphabet-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.alphabet-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.alphabet-button:hover {
  background-color: #e0e0e0;
  color: #000;
  border-color: #bbb;
  text-decoration: none;
}

.alphabet-button.active {
  background-color: var(--primary-color); 
  color: #fff;
  border-color: var(--primary-color);
  font-weight: bold;
}

/* Modern Store Card Styling */
.store-card {
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  padding: 15px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.store-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.store-card:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-color), var(--bgcolorafter2));
  animation: slideIn 0.3s ease-out forwards;
}

@keyframes slideIn {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.store-card .store-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

.store-card .store-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.store-card:hover .store-icon {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(30, 126, 52, 0.3);
}

.store-card .store-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-top: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  transition: color 0.3s ease;
}

.store-card:hover .store-name {
  color: var(--primary-color);
}

@media (max-width: 768px) {

  .store-card .store-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .store-card .store-name {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .store-card {
    padding: 10px 5px;
  }
}




@media (min-width: 1200px) {
  .catalog-card {
    contain: layout style; 
  }
}





.flyer-info-container {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
}

.flyer-info-content {
  font-size: 0.95rem;
  line-height: 1.5;
}

.flyer-cta {
  margin: 15px 0;
  font-weight: 500;
}

.flyer-info-footer {
  margin-top: 30px;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  font-size: 0.9rem;
  line-height: 1.5;
}




/* Store Showcase Card Styling */
.store-showcase-card {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.store-showcase-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12);
}

.showcase-image {
  flex: 0 0 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  padding: 15px;
}

.showcase-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.store-showcase-card:hover .showcase-image img {
  transform: scale(1.05);
}

.showcase-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.showcase-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #333;
}

.showcase-dates {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.showcase-description {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

.showcase-action {
  margin-top: auto;
}

.showcase-action .btn {
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}



/* Homepage Styling */
.hero-banner {
  padding: 60px 0;
  margin-bottom: 30px;
  color: white;
  position: relative;
  overflow: hidden;
}

.hero-content {
  padding: 20px;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-description {
  font-size: 1.2rem;
  margin-bottom: 25px;
  opacity: 0.9;
  max-width: 600px;
}

.hero-actions {
  margin-top: 20px;
}

.hero-actions .btn {
  padding: 10px 25px;
  font-weight: 500;
  font-size: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-actions .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}




.empty-state {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.empty-state p {
  color: #666;
  font-size: 1.1rem;
}



@media (max-width: 768px) {
  .hero-banner {
    padding: 40px 0;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  


}




   


