
body {
    font-family: 'Roboto', sans-serif;
}

.shop-hero {
    height: 650px; /* Նկարի բարձրությունը */
    background-size: cover; /* Նկարը ամբողջությամբ տարածվի */
    background-position: center; /* Կենտրոնում ցուցադրվի */
    background-repeat: no-repeat;
    position: relative;
}

.shop-hero-overlay {
    background: rgba(0, 0, 0, 0.4); /* Կիսաթափանցիկ մութ շերտ */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 20px;
}

.shop-hero-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.shop-hero-subtitle {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
/* #5481c2 */
.shop-btn-primary {
    background-color: #5b82c1;
    border: none;
    color: white;
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 1.1rem;
    text-decoration: none;
}

.shop-btn-primary:hover {
    background-color: #204279;
}

/* Navbar */
.shop-navbar {
    background-color: #5b82c1;
    padding: 10px 0;
}
.shop-logo {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
}
.shop-cart-btn {
    background: #fff;
    color: #007BFF;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
}
.shop-logo-img {
    height: 40px;
}

.nav-link {
    color: white;
    font-weight: 500;
}

.nav-link:hover {
    color: #dfefff;
}

/* Hero */
.shop-hero {
    background: #f8f9fa;
    /* padding: 60px 20px; */
    margin-bottom: 15px;
        background-size: contain;

}
.shop-hero-title {
    font-size: 2.5rem;
    font-weight: bold;
}
.shop-hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.shop-btn-primary {
    background: #5b82c1;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}
.shop-btn-primary:hover {
    background-color: #0056b3;
}

/* Sidebar */
.shop-sidebar {
    background: #fff;
    padding: 20px;
    border-right: 1px solid #ddd;
}


.box-rw{
    margin: 20
    px 0;
}
.search{
    width: 100%;
    padding: 20px;
}
.search input{
    /* width: 70%; */
    height: 40px;

}
.search button{
    width: 29%;
    float: right;
    padding: .375rem .75rem;
    height: 40px;
}
/* Products */
.shop-product-card {
    border: 1px solid #ddd;
    transition: transform 0.2s;
}
.shop-product-card:hover {
    transform: scale(1.02);
}

/* Footer */
.shop-footer {
    background: #007BFF;
    color: white;
    padding: 20px 0;
    margin-top: 40px;
}
.product-card[hidden] { display: none !important; }
/* Գլխավոր կոճակ */
.shop-btn-primary {
  background-color: #5b82c1;
  border: none;
  color: #fff;
  padding: 8px 18px;
  border-radius: 6px;
  transition: background 0.3s ease;
}
.shop-btn-primary:hover {
  background-color: #123f88;
  color: white;
}

/* Զամբյուղի կոճակ */
/* .shop-btn-cart {
  background-color: #fff;
  color: #007BFF;
  border: 2px solid #007BFF;
  padding: 8px 18px;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.shop-btn-cart:hover {
  background-color: #007BFF;
  color: #fff;
} */
.shop-after-carousel {
  background: #f8f9fa;
}
.shop-highlights h4 {
  color: #007BFF;
  font-weight: bold;
}
.shop-featured .card {
  border: 1px solid #ddd;
  transition: transform 0.2s ease;
}
.shop-featured .card:hover {
  transform: scale(1.03);
}


/*.pagination {*/
/*  margin-top: 20px;*/
/*  display: flex;*/
  justify-content: center; /* Մեջտեղում դնում է */
  gap: 8px;                /* Կոճակների միջև տարածք */
/*}*/

/*.pagination button {*/
/*  padding: 8px 14px;*/
/*  border: 1px solid #ccc;*/
/*  background: #fff;*/
/*  cursor: pointer;*/
/*  border-radius: 6px;*/
/*  font-size: 16px;*/
/*  transition: all 0.2s ease;*/
/*}*/

/*.pagination button:hover {*/
/*  background: #f0f0f0;*/
/*}*/

/*.pagination button.active {*/
/*  background: #2c7be5;*/
/*  color: #fff;*/
/*  border-color: #2c7be5;*/
/*}*/

/*.evp-sale-badge{*/
/*  position:absolute; top:10px; left:10px;*/
/*  background:#ef4444; color:#fff; padding:.25rem .5rem;*/
/*  font-weight:700; font-size:.9rem; border-radius:.4rem;*/
/*  box-shadow:0 3px 10px rgba(239,68,68,.35); z-index:5;*/
/*}*/
/*.shop-product-card .card-img-top{ object-fit:cover; width:100%; height:220px; }*/
/*.shop-product-card .card-title{ font-weight:600; }*/
/*#pagination{ display:flex; gap:.5rem; justify-content:center; margin:24px 0; }*/
/*#pagination .page-link{ cursor:pointer; }*/
/* Toolbar */
/*.toolbar .form-select, .toolbar .form-control{*/
/*  height: 40px;*/
/*}*/
/*.shop-product-card{*/
/*  border-radius: 10px;*/
/*  overflow: hidden;*/
/*  box-shadow: 0 6px 18px rgba(0,0,0,.06);*/
/*}*/
/*.shop-product-card:hover{*/
/*  transform: translateY(-2px);*/
/*  transition: transform .2s ease;*/
/*}*/
/*.hide{*/
/*    display: none;*/
/*}*/



  .product-card{
    display:block;
  }
