
body {

  font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;

}
.shop-container{
  max-width: 1180px;
  margin: auto;
  margin-top: 124px;
  margin-bottom: 71.5px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.shop-container.no-margin-top {
  margin-top: 10px;
}
.sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: space-between;
    max-width: 25%;
    min-width: 400px;
    line-height: 1.7;
    padding: 0px 50px ;
}
.sidebar label, .sidebar a , .sidebar input {
    font-weight: 400;
    color: grey;
    margin-left: 5px;

    text-decoration: none;
}
.sidebar label:hover,
.sidebar a:hover {
    cursor: pointer;
    color: black!important;
}
.sidebar li {
    
  list-style: none;
}
.grade-filter,
.models-filter,
.price-filter,
.storage-filter,
.color-filter,
.region-filter {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.grade-filter {

}
.models-filter li {
    text-decoration: none;
    border-bottom: .4px solid grey;
    padding: 5px 0;
}
.models-filter li:last-child {
    border-bottom: 0px solid grey;
}
.price-filter {

}
.storage-filter {

}
.color-filter ul {
  display: flex;
  margin-top: 15px;
}
.color-filter img {
  height: 25px;
  width: 25px;
  padding: 2px;
  border-radius: 20px;
}
.selected {
  border: 1px solid #0671e2;
}
.region-filter {

}
.wrapper {
    margin: 20px 0 0px;
}

  .price-input {
    width: 100%;
    display: flex;
    margin: 20px 0 0px;
  }
  .price-input .field {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    border-radius: 5px;
    text-align: center;
    border: 0px solid #999;
    -moz-appearance: textfield;
  }
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
  }
  .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
  }
  .slider .progress {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: #0071e3;
  }
  .range-input {
    position: relative;
  }
  .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    margin: 0;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #0071e3;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  




.content {
  max-width: calc(100% - 25%);
}
.popular-products_container h3,
.all-products_container h3{
  font-weight: 400;
}
.heading {
  margin-bottom: 20px;
}
.product-list {    
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
}
.product-card:last-child {
  border: none;
}
.popular-products_container .product-card {
display: flex;
}
.product-card{    
  max-width: 25%;
  margin: 20px 0;
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  animation: fadeIn 2s;
  transform: translate(0vw, 0vh);
}
.product-image > img{
  min-width: 224px;
  min-height: 215px;
}
.product-card h4 {
  font-weight: 400;
}
.product-card img {
  max-width: 100%;
}
.product-card ul {
  display: flex;
  margin-top: 5px;
  list-style: none;
}

.product-card ul li img {
  margin: 0 3px;
  height: 12px;
  width: 12px;
}
.pricing {
  margin-top: 15px;
  min-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.bigdiscount {
  position: absolute! important;
  right: 28px!important;
  top: 32%! important;
  background-color: #bcdd57! important;
}
.pricing a {
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  padding: 3px 16px;
  border-radius: 25px;
  background: #0071e3;
  font-size: 14px;
  color: #fff;
}
.pricing sup {
  font-size: 12px;
  color: grey;
}
.all-products_container {
  margin-top: 40px;
}
.all-products_container > .product-list {
  flex-wrap: wrap;
}
.all-products_container .product-card {
  border: none;
}

.show {
  display: flex;
}
.hide {
  display: none;
}


.all-products_container .product-card span {
  position: relative;
  top: 66px;
  right: -30%;
  background-color: #11476d;
  font-weight: 600;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 0;
  height: 35px;
  border-radius: 253px;
  width: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading{
  display: none;
    text-align: center;
    padding: 24px 0;
}

.filter-btn {
  display: none;
  position: fixed;
  right: -1px;
  bottom: 5px;
  z-index: 9;
  width: 100vw;
  justify-content: center;
}
.filter-btn button{
  height: 30px;
  background: #0271e2;
  border: 1px solid #0271e2;
  color: #fff;
  font-size: 16px;
  padding: 0px 16px;
  border-radius: 25px;
}
.filter-btn img {
  height: 13px;
  margin-right: 4px;
}
.filter-btn button:hover {
  cursor: pointer;
  background-color: #015dbb;
  
}
.pt-10 {
  padding-top: 10px;
}
.shop-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  margin-bottom: 50px;
}
.shop-content-center {
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  justify-content: center;
}
.item-container {
  width: auto;
  padding: 20px;
  border-radius: 20px;
}
.item-container a {
  color: #000;
  /* background-color: #fff; */
  text-decoration: none;
}
.item-heading h3 {
  text-align: center;
    line-height: 1.25;
    font-weight: 500;
    font-size: 1.0rem;
 }

.item-img{
  display: flex;
  width: 100%;
  height: calc(80vh/4);
  min-height: 160px;
  margin: 20px 0;
  max-height: 300px;
  justify-content: center;
  align-items: center;
}
.accessory-img {
  display: flex;
  width: 100%;
  height: calc(80vh/4);
  min-height: 160px;
  margin: auto;
  max-height: 300px;
  justify-content: center;
  align-items: center;
}
.item-img img, 
.accessory-img img {
  position: relative;
  transition: transform 1s;

  max-width: 100%;
  max-height: 100%;

}
.item-img .back, 
.accessory-img .back {
  left: 10%;
}
.item-img .front, 
.accessory-img .front {
  left: -10%;
}
.item-img.rtl .back, 
.accessory-img .back {
  left: -8%;
}
.item-img.rtl .front, 
.accessory-img .front {
  left: 8%;
}
.item-container:hover {
  /* background-color: #f8f8f8; */
}
.item-container:hover .front  {
  transform: translateX(10%);
}
.item-container:hover .back{
  transform: translateX(-10%);
}
.item-container.rtl:hover .front  {
  transform: translateX(-10%);
}
.item-container.rtl:hover .back{
  transform: translateX(10%);
}
.item-img.big .back, 
.accessory-img.big .back {
  left: 3.2em;
}
.item-img.big .front,
.accessory-img.big .front {
  left: -3.2em;
}
.item-img.big.rtl .back, 
.accessory-img.big.rtl .back {
  left: 6.4em;
}
.item-img.big.rtl .front,
.accessory-img.big.rtl .front {
  left: -6.4em;
}
.item-pricing{
  
  display: flex;
  justify-content: space-evenly;
  text-align: center;

  align-items: center;
}

.item-colors{
  padding: 10px 0 0 0;
}
.item-colors > ul {
  padding: 0;
  list-style-type: none;
  margin: 0 auto;
  padding-top: 0px;
  width: 100%;
  max-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-colors > ul > li{
  margin: 3px;
}
.item-colors > ul > li > img {
    height: 16px;
    width: 16px;
    aspect-ratio: auto 16 / 16;
}
.cta-btn {
  cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.1764805882;
    font-weight: 500;
    
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    min-width: 120px;
    padding: 10px 0px 10px 2px;
    border-radius: 98px;
    color: #fff;
    --sk-button-margin-horizontal: 14px;
    --sk-button-margin-vertical: 14px;
    text-decoration: none;
    background: var(--theme-color);
    border: 2px solid var(--theme-color);
}
.cta-btn:hover {
  background: #0077ed;
}
.cta-btn-disabled {
    cursor: not-allowed;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.1764805882;
    font-weight: 500;
    
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    min-width: 120px;
    padding: 10px 0px 10px 2px;
    border-radius: 98px;
    color: #fff;
    --sk-button-margin-horizontal: 14px;
    --sk-button-margin-vertical: 14px;
    text-decoration: none;
    background: #5a5a5a;
    border: 2px solid #5a5a5a;
}

.section-title {
  padding: 30px 71px;
}

.section-title .title-main {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.section-title p {
  text-align: center;
}

.section-title p.bold {
  font-weight: 600;
  margin-bottom: 10px;
}

.section-title img {
  width: 100%;
}

.phone-bubbles-section {
  text-align: center;
}


.phone-bubbles-section {
  width: 100%;
  /* background-color: red; */
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}


.phone-bubbles-section .img-sideview {
  width: 700px;
}
.phone-bubbles-section .img-accessory {
  width: 500px;
  margin-top: 50px;
}

.bubble h2 {
  font-weight: 700;
  font-size: 15px;
}

.bubble .bubble-item {
  background: #f6f6f6;
  padding: 10px;
  border-radius: 12px;
}

.bubble.bubble-1 {
  width: 300px;
  font-size: 12px;
  position: absolute;
  z-index: 2;
  top: 0;
  transform: translate(-331px, 0px);
}


.bubble.bubble-2 {
  width: 300px;
  font-size: 12px;
  position: absolute;
  z-index: 2;
  top: 0;
  transform: translate(10px, -10px);
}

.bubble.bubble-3 {
  width: 250px;
  font-size: 12px;
  position: absolute;
  z-index: 2;
  top: 0;
  transform: translate(315px, 7px);
}

.bubble.bubble-4 {
  width: 415px;
  font-size: 12px;
  position: absolute;
  z-index: 2;
  top: 0;
  transform: translate(-223px, 415px);
}

.bubble.bubble-4 svg{
  margin-left: 50px;
}

.bubble.bubble-5 {
  width: 415px;
  font-size: 12px;
  position: absolute;
  z-index: 2;
  top: 0;
  transform: translate(267px, 425px);
}

.bubble.bubble-5 svg{
  margin-left: 90px;
}

.bubble.bubble-6 {
    width: 300px;
    font-size: 12px;
    position: absolute;
    z-index: 2;
    top: 0;
    transform: translate(-318px, 16px);
}

.bubble.bubble-7 {
    width: 277px;
    font-size: 12px;
    position: absolute;
    z-index: 2;
    top: 0;
    transform: translate(-276px, 517px);
}

.bubble.bubble-7 svg{
  margin-left: 50px;
}

.bubble.bubble-8 {
    width: 415px;
    font-size: 12px;
    position: absolute;
    z-index: 2;
    top: 0;
    transform: translate(193px, 510px);
}

.bubble.bubble-8 svg{
  margin-left: 90px;
}


@media only screen and (max-width: 896px){
  .shop-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .filter-btn {
    display: flex;
  }
  /* nav .values {
    display: none;
  } */
  .shop-container{
    margin-top: 0px;
    padding: 110px 10px 0px 10px;
  }
  .sidebar {
    max-width: 100%;
    display: none;
  }
  .content{ 
    width: 100%;
    max-width: 100%;
    padding: 0px 50px;
  }
  .product-image > img {
    min-width: auto;
    min-height: auto;
  }
  .product-card h4{
    font-size: 15px;
  }
}
.store-banner {
  background-image: url(/store/images/store-banner.jpg);
}
.shop-banner {
  background-image: url(/store/images/shop-banner.jpg);
}
.bg-image {
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 37vh;
  margin-top: 45px;
  justify-content: center;
  align-items: center;
}
.bg-image>h4 {
  font-size: 2em;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.shop-container>h3 {
  text-align: center;
  font-size: 2em!important;
  padding: 20px 10px;
}
.bg-image>h4>span{
  font-size: 1.5em;
}
@media only screen and (max-width: 844px){

.bg-image>h4 {
  display: none;
}
  .bg-image {
    background-image: url('/store/images/mobile-shop-banner.jpg');
    height: 35vh;
}
  .sidebar, .content{
    margin-bottom: 40px;
  }
  .shop-container, .product-list{
    flex-wrap: wrap;    
  }
  .product-card h4{
    font-size: 12px;
  }
  .popular-products_container .product-list .product-card:last-child {
    display: none;
  }
  .product-card {
    max-width: 33%;
  }
}

@media only screen and (max-width: 490px){
  .popular-products_container .product-list .product-card:last-child {
    display: flex;
  }
  .product-card {
    max-width: 50%;
  }
  .shop-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 400px){
  .sidebar {
    min-width: auto;
  }
  .content {
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 1000px){ 
  .phone-bubbles-section .img-sideview,
  .phone-bubbles-section .img-accessory {
        width: 586px;
  }

  .bubble.bubble-1 {
    width: 250px;
    font-size: 11px;
    position: absolute;
    z-index: 2;
    top: 0;
    transform: translate(-274px, -20px);
  }
  .bubble.bubble-1 svg{
    width: 80px;
    height: 34px;
  }

  .bubble.bubble-2 {
    width: 270px;
    font-size: 11px;
    position: absolute;
    z-index: 2;
    top: 0;
    transform: translate(0px, -11px);
  }
  .bubble.bubble-2 svg {
    width: 19px;
    height: 33px;
  }

  .bubble.bubble-3 {
    width: 230px;
    font-size: 11px;
    position: absolute;
    z-index: 2;
    top: 0;
    transform: translate(266px, 56px);
  }
  .bubble.bubble-3 svg {
    height: 69.8px;
    width: 48px;
  }

  .bubble.bubble-4 {
    width: 380px;
    font-size: 11px;
    position: absolute;
    z-index: 2;
    top: 0;
    transform: translate(-218px, 385px);
  }

  .bubble.bubble-5 {
    width: 380px;
    font-size: 11px;
    position: absolute;
    z-index: 2;
    top: 0;
    transform: translate(215px, 379px);
  }

  .bubble.bubble-6 {
    width: 250px;
    font-size: 11px;
    position: absolute;
    z-index: 2;
    top: 0;
    transform: translate(-274px, -20px);
  }
  .bubble.bubble-6 svg{
    width: 80px;
    height: 34px;
  }

  .bubble.bubble-7 {
    width: 380px;
    font-size: 11px;
    position: absolute;
    z-index: 2;
    top: 0;
    /* transform: translate(-218px, 385px); */
    transform: translate(-218px, 542px);
  }


  .bubble.bubble-8 {
    width: 380px;
    font-size: 11px;
    position: absolute;
    z-index: 2;
    top: 0;
    /* transform: translate(215px, 379px); */
    transform: translate(215px, 493px);
  }
}

@media only screen and (max-width: 850px){
  .shop-content {
    margin-bottom: 20px;
  }

  .section-title {
    padding: 20px;
  }

  .phone-bubbles-section { 
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    height: auto;
    padding-block: 0;
  }
  
  .phone-bubbles-section .img-sideview,
  .phone-bubbles-section .img-accessory {
    display: none;
  }

  .bubble.bubble-1 {
    width: 100%;
    font-size: 12px;
    position: relative;
    top: 0;
    transform: none;
  }
  .bubble.bubble-1 svg{
    display: none;
  }

  .bubble.bubble-2 {
    width: 100%;
    font-size: 12px;
    position: relative;
    top: 0;
    transform: none;
  }
  .bubble.bubble-2 svg {
    display: none;
  }

  .bubble.bubble-3 {
    width: 100%;
    font-size: 12px;
    position: relative;
    top: 0;
    transform: none;
  }
  .bubble.bubble-3 svg {
    display: none;
  }

  .bubble.bubble-4 {
    width: 100%;
    font-size: 12px;
    position: relative;
    top: 0;
    transform: none;
  }

  .bubble.bubble-4 svg{
    display: none;
  }

  .bubble.bubble-5 {
    width: 100%;
    font-size: 12px;
    position: relative;
    top: 0;
    transform: none;
    display: none;
  }

  .bubble.bubble-5 svg{
    display: none;
  }


  .bubble.bubble-6 {
    width: 100%;
    font-size: 12px;
    position: relative;
    top: 0;
    transform: none;
  }
  .bubble.bubble-6 svg{
    display: none;
  }

  .bubble.bubble-7 {
    width: 100%;
    font-size: 12px;
    position: relative;
    top: 0;
    transform: none;
  }

  .bubble.bubble-7 svg{
    display: none;
  }

  .bubble.bubble-8 {
    width: 100%;
    font-size: 12px;
    position: relative;
    top: 0;
    transform: none;
    /* display: none; */
  }

  .bubble.bubble-8 svg{
    display: none;
  }
}

.shop-content .two-rows {
  grid-column: 1/3;
  grid-row: 1;
}

.shop-content .two-rows > a {
display: flex;
align-items: center;
height: 100%;
flex-direction: row;
justify-content: space-between;

}

.shop-content .two-rows > a > .item-img, 
.shop-content .two-rows > a > .accessory-img {
    height: 243px;
    max-height: 525px;
    max-width: 50%;

}

.shop-content .two-rows > a > .half {
width: 50%;
}
.shop-content .two-rows > a > .half > .item-pricing {
margin: 20px 0px;
justify-content: space-evenly;
}

.no-records-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  gap: 20px;
  color: #7a7a7a;  
}

.no-records-section svg{
  width: 50px; color: inherit; fill: currentColor; 
}

@media (min-width: 2128px) {

  /* body {
    background: #ff0000;
  } */

  .item-img {
      display: flex;
      width: 100%;
      height: calc(80vh/4);
      min-height: 160px;
      margin: 20px 80px;
      max-height: 300px;
      justify-content: center;
      align-items: center;
      width: 50%;
  } 
  .accessory-img {
        display: flex;
        width: 100%;
        height: calc(80vh/4);
        min-height: 160px;
        /* margin: 0px 80px; */
        margin: auto;
        max-height: 300px;
        justify-content: center;
        align-items: center;
        width: 75%;
  }
  .item-img .front, 
  .accessory-img .front {
      left: -2vh;
  }
  .item-img.rtl .front, 
  .accessory-img .front {
      left: 1vh;
  }
}


/* .accessory-search-container {
    text-align: center;
    background: red;
    margin: 15px 30px 50px 30px;
} */
.accessory-search-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 20px;
}

.search-box {
    position: relative;
    width: 100%;
    /* padding: 10px 20px; */
}

.search-icon {
    position: absolute;
    /* top: 50%; */
    left: 20px;
    transform: translateY(90%);
    fill: #aaa; /* Icon color */
}

.search-input {
    width: 100%;
    padding: 10px 10px 10px 35px; /* Add padding to the left for the icon */
    border: 1px solid #f6f6f6;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
    border-radius: 64px;
    padding: 12px 47px;
    background-color: #f6f6f6;
    color: #7c7c7c;
}

.search-input:focus {
    border-color: #0171e3; /* Highlight border on focus */
}
.product-listing-view-toggle-container {
  display: flex;
}
.product-listing-view-toggle {
  padding: 3px 8px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  color: #cfcfcf;
}
.product-listing-view-toggle:hover,
.product-listing-view-toggle:focus,
.product-listing-view-toggle.active {
  /* background: #e0e0e0; */
  color: #000;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 851px) {
    .shop-container-with-box {
      margin-bottom: -190px !important;
    }
    .choose-box-icon-content {
      width: 62%;
    }
}
@media (min-width: 501px) and (max-width: 850.98px) {
    .shop-container-with-box {
      margin-bottom: -168px !important;
    }
    .choose-box-icon-content {
      width: 75%;
    }
}
@media screen and (max-width: 500px) {
    .shop-container-with-box {
      margin-bottom: -85px !important;
    }
    .choose-box-icon-content {
      width: 90%;
    }
}



  .store-customer-satisfaction-h2 {
      font-weight: 500 !important; 
      line-height: 1 !important; 
      letter-spacing: -0.009em !important; 
      margin-bottom: 40px !important;
  }
@media screen and (max-width: 714.98px) {
  .store-customer-satisfaction-h2 {
      font-size: 3em !important; 
  }
    .store-customer-satisfaction-content {
        margin-bottom: 35px;
    }
    .store-customer-satisfaction-p {
        text-align: center !important;
    }
    .store-apple-icon, 
    .store-battery-icon, 
    .store-sparkle-icon {
        width: 50px !important;
    }
}
@media screen and (min-width: 715px) {

  .store-customer-satisfaction-h2 {
      font-size: 4em !important; 
  }
    .store-customer-satisfaction-container {
        display: flex; 
        justify-content: space-around;
    }
    .store-customer-satisfaction-content {
        display: flex; 
        gap: 20px;
    }
    .store-customer-satisfaction-p {
        text-align: left !important;
    }
    .store-apple-icon {
        width: 31px !important;
    }
    .store-battery-icon {
        width: 55px !important;
    }
    .store-sparkle-icon {
        width: 37px !important;
    }
}

.w-full {
    width: 100%;
}


.voucher-popup-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 5px 5px;
    border-radius: 26px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    z-index: 2000;
    min-width: 350px;
    text-align: center;
    display: block;
}

@media screen and (min-width: 530px) {
    .voucher-popup-modal {
        width: 530px;
    }
}
/* .store-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
  gap: 15px; 
  justify-items: center;
  align-items: center;
  background: #fff;
  padding: 20px;
}

.store-gallery-grid img {
  width: 100%;
  max-width: 300px; 
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.store-gallery-grid img:hover {
  transform: scale(1.03);
} */

@media (max-width: 572.98px) {

    .store-gallery-wrapper {
        max-height: 300px; 
    }

}
@media (min-width: 573px) and (max-width: 714.98px) {

    .store-gallery-wrapper {
        max-height: 600px; 
    }

}

@media screen and (min-width: 715px) {

    .store-gallery-wrapper {
        max-height: 800px; 
    }

}


.store-gallery-wrapper {
    position: relative;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

/* Blur/Fade effect at the bottom */
.store-gallery-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    pointer-events: none;
    transition: opacity 0.3s;
}

    .store-gallery-wrapper.expanded {
        max-height: 2100px;
        border-radius: 12px;
    }
.store-gallery-wrapper.expanded::after {
    opacity: 0; /* remove blur when expanded */
}
