.banner {
    position: relative;
    height: 50vh;
    min-height: 50vh;
}
.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner .con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b1;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3vw;
}
.banner .con .title {
    font-size: 5rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}
.store_con {
    padding: 2rem 0vw;
    text-align: center;
    background: #fdf3cb61;
    position: relative;
    min-height: 50vh;
}
.store_con .subtitle {
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
    text-align: center;
    border: 3px solid var(--primary-color);
    border-radius: 40px;
    padding: .25rem .25rem .25rem 1.5rem;
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}
.store_con .subtitle .bolded {
    background: #000;
    border-radius: 30px;
    color: var(--primary-color);
    padding: 0 1.5rem;
}
.store_con .subtitle .bolded span {
    background: linear-gradient(
        270deg,
        var(--primary-color),
        var(--quinary-color),
        #86a8e7,
        var(--primary-color)
    );
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    animation: animatedGradient 6s ease infinite;
}
.store_listing {
    display: flex;
    align-items: start;
    flex-wrap: nowrap;
    padding-top: 3rem;
    gap: 3rem;
    justify-content: center;
    scroll-behavior: smooth;
    overflow: auto;
    padding-bottom: 1rem;
}
.store_listing .store {
    min-width: 450px;
    width: 450px;
    text-align: left;
    background: #fff;
    box-shadow: 1px 0px 14px 0px rgba(0,0,0,0.28);
-webkit-box-shadow: 1px 0px 14px 0px rgba(0,0,0,0.28);
-moz-box-shadow: 1px 0px 14px 0px rgba(0,0,0,0.28);
    
    border-radius: 15px;
}
.store_listing .store:nth-of-type(even) {
    margin-top: 50px;
}
.store:nth-child(even) {
    margin-top: 50px;
}

.store .thumbnailx {
    width: 100%;
    height: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
}
.store .title {
    color: #000;
    font-size: 1.375rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .5rem;
}
.store .con {
    padding: 0.5rem 1rem 1.1rem;
}
.store .con_1 {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: .75rem;
}
.store .con_1 .l {
    text-align: left;
}
.store .con_1 .r {
    text-align: right;
}
.store .con_1 .l .address {
    display: flex;
    align-items: start;
    gap: .5rem;
}
.store .con_1 .l .address i{
    font-size: 1.25rem;
    color: #fa4616;
}
.store .con_1 .l .address span{
    font-size: .875rem;
    font-weight: 500;
}
.store .con_1 .l .phone {
    margin-top: .25rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}
.store .con_1 .l .phone i{
    font-size: 1.25rem;
    color: #fa4616;
}
.store .con_1 .l .phone span{
    font-size: .875rem;
    font-weight: 500;
}
.store .con_1 .r {

}
.store .con_1 .r .actions {
    display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: end;
}
.store .con_1 .r .actions .gmap {
    font-size: 2rem;
}
.store .con_1 .r .actions .gmap i{
    font-size: 2rem;
    background: linear-gradient(135deg, #ffb81c, #fa4616);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.store .con_1 .r .actions .waze {
    font-size: 2rem;
}
.store .con_1 .r .actions .waze i {
    color: rgb(4, 172, 214);
}
.store .con_1 .r .actions .phone {
    font-size: 2rem;
}
.store .con_1 .r .actions .phone i{
    color: #000;
}
.store .con_1 .op {
    display: flex;
    align-items: start;
    white-space: nowrap;
    gap: 1rem;
    font-size: .65rem;
    font-weight: 500;
    margin-left: 1.875rem;
    color: #fa4616;
}
.store .con_1 .op .op1{
    color: #23212198;
}
.store .con_1 .op .op2{
    color: #23212198;
    
}
.store .desc {
    margin-top: 1rem;
    color: #fa4616;
    font-size: .875rem;
    font-weight: 500;
}
.arrow {
    display: flex;
    align-items: center;
    margin-top: 4rem;
}
.arrow .a {
    font-size: 5rem;
    color: var(--primary-color);
}
.arrow .b {
    font-size: 8rem;
    color: var(--primary-color);
    margin-left: -4.5rem;
    margin-right: -2.5rem;
    animation: blink 1s infinite;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
.scroll-btn {
    background: transparent;
    outline: none;
    border: none;
    font-size: 4rem;
    color: var(--primary-color);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.scroll-btn i {
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .banner .con .title {
        font-size: 2.5rem;
    }
    .store_con {
        padding: 2rem 1.25rem;
        text-align: center;
    }
    .store_listing .store {
        width: 100%;
        min-width: 100%;
    }
    .store .con_1 .op {
        white-space: wrap;
    }
    .store_con .subtitle {font-size: 1.125rem;}
    .scroll-btn {display: none;}
    .arrow { display: none;}
    .store_listing { flex-wrap: wrap; gap: 2rem; overflow: inherit; padding-top: 1rem; }
}