
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body{
    color: rgba(0, 0, 0, 0.7);
    /* font-family: 'Poppins',Arial,Tahoma; */
    font-family: "DM Sans", sans-serif;
    background-color: #FFFFFF;
    min-height: 100vh;
    transform: none;
    top: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}
body:not(.searchact) .header-main:not(.sticky-header){
    background-color: #fff;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
}
.header.header-1{
    position: relative;
    width: 100%;
    top: 0;
}
.header .header-main{
    top: 0;
}
.slideshow .whiteText .ss-mega-title, .slideshow .whiteText .ss-sub-title, .slideshow .whiteText .ss-small-title {
    color: #1e1e1e;
}
.slideshow .whiteText .ss-mega-title{
    text-transform: uppercase;
}
.slideshow .slick-slide img {
    padding-top: 75px;
}
.logo img {
    max-height: 40px;
}
.login-wrapper .login-inner{
    background: #fff;
}
.btn-link{
    color: #000;
}
.selct-bx-label-rt{
    position: relative;
}
.selct-bx-label-rt .label{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}
.button-set-bottom.show-always{
    opacity: 1;
    visibility: visible;
}
.bg-cream9{
    background: #E7D7C9;
}
.bg-cream9.btn{
    background: #E7D7C9;
}
.similar-workshop-area .grid-products a{
    font-size: 10px;
}
.selct-bx-label-rt select option{
    /* text-align: left; */
}
.product-price__sale{
    color: #000;
}
.select2-container .select2-selection--single {
    line-height: 1.2;
    height: 42px;
    padding: 8px 20px 8px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0;
}
.selct-bx-label-rt .select2-container--default .select2-selection--single .select2-selection__rendered{
    text-align: right;
}
.items-icons-tab .swatch-element img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.items-icons-tab.product-single__price{
    margin-bottom: 0;
}
.items-icons-tab .swatch-element{
    margin-right: 13px;
}
.product-description .item-list-icn-sec{
    
}
.product-description .item-list-icn-sec li{
    list-style: none;
    margin-left: 0;
    display: flex;
    margin-bottom: 12px;
}
.item-list-icn-sec li .icn{
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 10px;
}

.vendor-stk-detail-area{
    display: flex;
}
.vendor-stk-detail-area .log-are{
    width: 80px;
    height: 80px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 80px;
    border: 2px solid #00000033;
}
.vendor-stk-detail-area .vendor-stk-dtl{
    flex: 1 1;
}
.vendor-stk-dtl .btm-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vendor-stk-dtl .star-ratin{
    font-size: 20px;
    font-weight: 700;
}
.vendor-stk-dtl .v-name{
    margin-bottom: 5px;
}


/* The container */
.container-check-c {
    display: block;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 45px;
  }
  
  /* Hide the browser's default checkbox */
  .container-check-c input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .container-check-c .checkmark {
    display: block;
    height: 45px;
    width: 45px;
    background-color: #F6F6F6;
    margin: 0 auto;
  }
  
  /* On mouse-over, add a grey background color */
  .container-check-c:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container-check-c input:checked ~ .checkmark {
    background-color: #000;
  }
  .container-check-c input:checked ~ .icon{
    filter: brightness(10);
  }
  .container-check-c input:disabled ~ .checkmark{
    background-color: #969696;
  }
  .container-check-c input:disabled ~ .icon{
    filter: brightness(1.9);
  }

  .seat-selector{
    margin-top: 20px;
  }
  .seat-selector .grid-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .seat-selector  .container-check-c{
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .container-check-c .icon{
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .seat-selector .list-indc{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .seat-selector .list-indc li{
    list-style: none;
    display: flex;
    padding: 0px 15px;
  }
  .seat-selector .list-indc .ind{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
  }
  .seat-selector .list-indc .avail{
    background: #F6F6F6;
  }
  .seat-selector .list-indc .unavail{
    background: #969696;
  }
  .seat-selector .list-indc .selct{
    background: #000;
  }
  .custom-input-group{
    position: relative;
  }
  .custom-input-group .form-control{
    border: none;
    border-bottom: 1px solid #444444;
    border-radius: 0;
    padding-left: 30px;
  }
  /* .custom-input-group textarea.form-control{
    border: none;
    border-bottom: 1px solid #444444;
    border-radius: 0;
  } */
  .custom-input-group.pd-l-reduc .form-control{
    padding-left: 15px;
  }
  .custom-input-group .icn{
    position: absolute;
    left: 0;
    top: 12px;
  }
  .btn:hover, .btn-primary:hover, .btn:focus, .btn-primary:focus {
    background-color: #fff;
    color: #000;
    border-color: #000;
}
.create-ac-content, .your-order-payment,
.dashboard-content,
.table>tbody,
.dashboard-upper-info{
    background-color: #fff;
}
.product-list-orderlist .produt-itm{
    margin-bottom: 20px;
}
.product-list-orderlist .product-img{
    height: 100px;
    overflow: hidden;
    object-fit: cover;
}
.product-list-orderlist .product-img img{
    height: 100%;
    object-fit: cover;
}

.wok-badge-tag{

}
.collection-hero .vendor-stk-detail-area{
    max-width: 420px;
    margin: 0 auto;
    background-color: #fff;
}
.collection-hero .vendor-stk-dtl{
    padding-top: 10px;
}
.collection-description.mw-70{
    max-width: 70%;
}
.btn-secondary {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
}

.productSlider.grid-products .item .product-image img{
  height: 260px;
  object-fit: cover;
}
.grid-products .item .product-image img{
  height: 260px;
  object-fit: cover;
}

@media only screen and (max-width: 767px){
  .productSlider.grid-products .item .product-image img,
  .grid-products .item .product-image img{
    height: 150px;
  }
  .slideshow .bottom-middle{
    padding-left: 10px;
    padding-right: 10px;
  }
}

.category-grid-item .category-item img.blur-up.lazyloaded,
.category-grid-item .category-item img.blur-up.lazyloading{
    aspect-ratio: 3 / 3 !important;
    width: 100% !important;
    object-fit: cover !important;
}

.category-grid-item .category-item img.blur-up.lazyloading{
    -webkit-filter: blur(0);
    filter: blur(0);
}

.store-profile{
        display: flex;
        align-items: center;
        gap: 10px;
}

.store-profile img{
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 8px;
}



.store_btns{
    display: flex;
    align-items: start;
    gap: 10px;
    justify-content: end;
    /*margin-right: 15px;*/
}

.store_btns a{
    min-width: 60px;
    /*width: 60px;*/
    display: flex;
    gap: 5px;
    font-size: 18px;
    justify-content: center;
    text-align: center;
    border: 1px solid #000;
    padding: 8px 24px;
    border-radius: 50rem;
    align-items: center;
    background: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.store_btns a:hover{
    background: #000;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


@media(max-width: 767px){
   .store-profile img{
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 8px;
}

.store_btns{
        flex-wrap: wrap;
        flex-direction: column;
}

.store_btns a{
    font-size: 14px;
        background: #ffffff;
        width: 100%;
}
.store-profile{
    flex-direction: column;
    align-items: start;
}
.custom_store_container{
    margin-top: -40px;
}
.custom_store_container .row{
    align-items: start !important;
}
}

.blog-overlay-link{
        position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
}


 article.entry {
    border-radius: 5px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
    transition: all 250ms !important;
    overflow: hidden !important;
    background: #fff !important;
    padding: 0 !important;
    position: relative;
    border: 1px solid #f2f2f2;
}

.entry .entry-img {
    /* max-height: 230px; */
    /* margin: -30px -30px 20px -30px; */
    margin: 0 !important;
    overflow: hidden;
}

.entry .entry-img img{
        aspect-ratio: 4 / 2;
        object-position: center;
        height: 230px;
}


article.entry .entry-title {
    font-size: 22px !important;
    line-height: 32px !important;
    font-weight: 800 !important;
    color: #000 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.entry .entry-content{
        padding: 15px 10px !important;
}
.entry .entry-content p {
    line-height: 1.7 !important;
    font-size: 15px !important;
    color: rgba(0, 0, 0, 0.7) !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

article.entry:hover .read-more {
  box-shadow: rgb(0 0 0 / 35%) 0 -25px 18px -14px inset, rgb(0 0 0 / 25%) 0 1px 2px, rgb(0 0 0 / 25%) 0 2px 4px, rgb(0 0 0 / 25%) 0 4px 8px, rgb(0 0 0 / 25%) 0 8px 16px, rgb(0 0 0 / 25%) 0 16px 32px !important;
  transform: scale(1.05) !important;
}

.search-blog input{
    padding-right: 60px;
}

.search-blog button{
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border: 0;
}

.recent-posts{
    display: flex;
    align-items: start;
    gap: 10px;
    flex-direction: column;
    list-style-type: none;
}

.recent-posts li a{
    display: flex;
    align-items: center;
    gap: 5px;
}

.recent-posts li a img{
    width: 100px;
    border-radius: 5px;
}

.recent-posts li a h2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.grid-products .slick-arrow{
    opacity: 1 !important;
    background: #000;
}

.slick-prev:before, .slick-next:before{
    color: #fff;
    opacity: 1;
}

.custom_radio{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0;
    gap: 5px;
    align-items: center;
}
.custom_radio input{
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border-color: #D9ADA0;
}

.custom_radio label{
    margin-bottom: 0;
}

.form-check-input:checked{
    background-color: #000;
    border-color: #000;
}

.button-set-top .wishlist{
    background: #fff !important;
    opacity: 1 !important;
}

.button-set-top .wishlist i.an-heart{
    color: red;
}
.button-set-top .wishlist i{
    color: #000;
}

.form-select {
    background: url("data:image/svg+xml,<svg height='20px' width='20px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important; 
    appearance: none !important;
    padding-right: 2rem !important;
    box-shadow: none !important;
    border-color: #000 !important;
}

.form-select.active, .form-select:focus{
    border-color: #000 !important;
}

.product_accordion .accordion-item{
    border:0 !important;
    background: transparent !important;
}

.product_accordion .accordion-item .accordion-button{
        background: transparent !important;
    padding: 10px !important;
    box-shadow: none;
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 500;
}

.accordion-button::after{
    filter: brightness(0.5) !important;
}

.product_accordion .accordion-item .accordion-body{
    padding: 5px 10px;
    font-size: 14px;
    color: #000 !important;
    line-height: 1.3;
}

div:where(.swal2-container).swal2-center>.swal2-popup{
    max-width: 340px;
    border-radius: 0.65rem;
    padding-bottom: 15px;
}

.swal2-icon{
    margin-top: -20px;
    height: auto;
    line-height: normal;
    font-size: inherit;
    border: 0 !important;
}

.swal2-icon-content img{
    width: 40px;
    height: 40px;
}

div:where(.swal2-container) div:where(.swal2-actions){
    margin-top: 5px !important;

}

div:where(.swal2-container) .swal2-html-container, .swal2-html-container{
font-size: 1em;
    margin-top: 0;
    padding-top: 0;
}

.swal2-confirm {
    background-color: #222; /* Red background */
    color: #fff;           /* White text */
    border:1px solid #222;
    /*border: 0;*/
    border-radius:0.65rem;
    padding: 0.5rem 0.9rem;
    font-size: 0.8125rem;
    box-shadow: none !important;
    outline: 0 !important;
}

/* Add hover styles */
.swal2-confirm:hover {
    background-color: #000;
    color: #fff;
}


.swal2-cancel {
    background-color: #fff; /* Red background */
    color: #000;           /* White text */
    border:1px solid #222;
    /*border: 0;*/
    border-radius:0.65rem;
    padding: 0.5rem 0.9rem;
    font-size: 0.8125rem;
    box-shadow: none !important;
    outline: 0 !important;
}

/* Add hover styles */
.swal2-cancel:hover {
    background-color: #222;
    color: #fff;
}

.store_info_extra i{
    font-size: 24px;
    color: #000;
}



.collection-slider-4items .slick-arrow{
    background-color: #000 !important;
}

.menu-outer{
    background: #F6F6F6;
}
input, button, select, textarea, .form-control {
    background: #ffffff;
    border: 1px solid #EBEBEB;
    color: #424242;
}
.header-wrap .searchField{
    
}
.header-wrap .searchField .search-icon{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.header-wrap .searchField .input-text{
    padding-left: 45px;
    border-radius: 10px;
    min-width: 420px;
}
.rounded {
    border-radius: 10px !important;
}
.btn-outline{
    background-color: #fff;
    color: #000;
    border-color: #E1E1E1;
    box-shadow: 0px 3px 6px #00000029;
}
.logo img {
    max-height: 32px;
}
.btn, .btn-primary {
    text-transform: none;
}
#siteNav.center {
    text-align: left;
    justify-content: flex-start;
}
.site-header__menu{
    font-size: 14px;
    white-space: nowrap;
    padding-right: 36px;
    position: relative;
}
.site-header__menu::after{
    content: '';
    background: #B4B4B4;
    width: 1px;
    height: 30px;
    position: absolute;
    right: 0;
}
.header-wrap {
    box-shadow: 0px 2px 4px #0000001a;
}
.menu-outer .cate-icon-image{
    border-radius: 50px;
    width: 33px;
    height: 33px;
    object-fit: cover;
}
.counter {
    background-color: #FF4D4D;
    right: -6px;
}

.footer.footer-1{
    background: RGBA(253, 229, 199, 0.8);
    background: linear-gradient(180deg,rgba(253, 229, 199, 0) 0%, rgba(253, 229, 199, 0.5) 51%, rgba(253, 229, 199, 0.8) 100%);
}
.footer-bottom,
.footer .footer-top{
    background: none;
}

.footer-bottom{
   border-top:1px solid #2222221a;
}
.footer-logo-section{
   border-bottom:1px solid #2222221a;
}
.footer .social-icons li a {
    color: #22222280;
}
.footer .social-icons li i {
    font-size: 18px;
}
.footer .footer-top .h4 {
    color: #22222266;
    text-transform: none;
}
.footer-newsletter-text {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}
.btn.btn-outline-transperant{
    background: transparent;
    color: #000;
    border-color: #000;
}
.newsletter-col .btn-outline-transperant{
    height: 48px;
}
.footer-bottom-links{
    display: inline-flex;
    list-style: none;
}
.footer-bottom-links li{
    padding: 0px 8px;
}
.footer-bottom-links li:last-child{
    padding-inline-end: 0px;
}
.banner-item{
    max-width: 100%;
}
.collection-banner-mt{
    margin-top: 150px;
}
.collection-banners .collection-grid-item {
    border-radius: 20px;
}
.collection-banners.style1 .collection-grid-item .details{
    top: 0;
    width: 100%;
    text-align: left;
    letter-spacing: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    padding: 24px;
}
.collection-banners .details .title{
    text-transform: none;
}
.collection-banners .big-one .title{
    font-size: 32px;
}
.collection-banners .big-one .text{
    font-size: 18px;
    opacity: 0.4;
}
.collection-banners  .second-one .details .title{
    font-size: 24px;
    color: #4D2F00;
}
.collection-banners  .second-one .details .text{
    font-size: 18px;
    color: #4D2F00;
    opacity: 0.6;
}
.top-collection-box .details .btn{
    font-size: 14px;
    padding: 10px 16px;
    background: #fff;
    color: #000;
    border-radius: 10px;
}
.collection-banners .collection-grid-item img{
    min-height: 200px;
}
.collection-banners .collection-grid-item .img{
    max-height: 200px;
}
.collection-banners .top-collection-box img{
    min-height: 350px;
}
.collection-banners .top-collection-box .img{
    max-height: 420px;
}
.collection-banners .details .btn-link{
    font-size: 14px;
    padding: 0;
    background: transparent;
    color: #000;
    border-radius: 0;
    border-bottom: 2px solid #000;
}
.section-header p{
    color: #000000;
    opacity: 0.6;
    font-size: 16px;
}
.view-all-link{
    color: #82643C;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.section-header h2 {
    font-size: 28px;
    font-weight: 500;
    text-transform: none;
}
.grid-products .item .product-image {
    border-radius: 10px;
}
.grid-products .button-set-top .wishlist{
    background: #ffffff99 !important;
    width: 40px;
    height: 40px;
    border-radius: 50px !important;
}
.grid-products .button-set-top .wishlist i{
    font-size: 20px !important;
}
.review-star-rate{
    color: #82643C;
    font-weight: 500;
}
.review-count{
    color: #000;
    opacity: 0.4;
    display: inline-block;
    margin-left: 6px;
}
.grid-products .product-review {
    margin: 8px 0 0px;
}
.grid-products .item .regular-price{
    font-weight: 600;
    font-size: 15px;
}
.grid-products .item .product-name a {
    font-size: 14px;
}
.grid-products .item .product-name{
    line-height: 1.4;
}
.emirate-heritage .background-wrap{
    border-radius: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #563429;
}
.emirate-heritage .item .product-name a{
    color: #fff;
}
.emirate-heritage .item .review-count,
.emirate-heritage .item .review-star-rate{
    color: #fff;
    opacity: 0.4;
}
.emirate-heritage .grid-products .item .product-price{
    color: #fff;
}
.emirate-heritage .product-price .old-price {
    color: #fff;
    opacity: 0.6;
}
.store-features-updates{
    
}
.store-features-updates .icon{
    width: 32px;
}
.store-features-updates .feature-bx{
    padding: 24px;
    border-radius: 16px;
}
.blogpost-item .post-thumb {
    border-radius: 10px;
    height: 270px;
}
.blog-home-txt{
    
}
.blogpost-item .btn-small{
    font-size: 14px;
    color: #000;
    font-weight: 600;
    border-bottom: 2px solid #000;
}
.gift-category-section {
    margin-top: -115px;
}

.gift-category-list {
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
}

.gift-category-list::-webkit-scrollbar {
    display: none;
}

.gift-category {
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
}

.gift-circle {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
    transition: .3s;
}

.gift-circle img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.gift-category span {
    display: block;
    margin-top: 12px;
    font-size: 15px;
    color: #666;
    white-space: nowrap;
}

.gift-category.active span {
    color: #222;
    font-weight: 600;
}

.gift-category:hover .gift-circle {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

@media (max-width: 991px) {
    .gift-category-list {
        justify-content: flex-start !important;
    }

    .gift-circle {
        width: 72px;
        height: 72px;
    }

    .gift-circle img {
        width: 40px;
        height: 40px;
    }

    .gift-category span {
        font-size: 13px;
    }
}

.product-store-switch{
    display:inline-flex;
    background:#0000001f;
    border-radius:40px;
    padding:0px;
    gap:4px;
}

.switch-btn{
    border:none;
    background:transparent;
    color:#000;
    font-weight:500;
    font-size:13px;
    padding:6px 22px;
    border-radius:40px;
    transition:all .3s ease;
}

.switch-btn.active{
    background:#000;
    color:#fff;
}

.switch-btn:hover{
    color:#000;
}

@media (min-width: 992px) {
    .col-lg-5th {
        flex: 0 0 auto;
        width: 20%;
    }
}

.popular-gift .sub-hero-title .script-font,
.popular-gift .sub-hero-title .dark-font{
    color: #000000;
}
.popular-gift .sub-hero-title {
    color: #00000080;
}

.store-header-details .collection-hero__image{
    border-radius: 20px;
    overflow: hidden;
}
.store-header-details  .vendor-stk-detail-area{
    max-width: 100%;
    margin: 0 auto;
    background: rgba(255,255,255,0.15);
    background: linear-gradient(
        to top,
        rgba(255,255,255,.25) 0%,
        rgba(255,255,255,.15) 35%,
        rgba(255,255,255,.08) 70%,
        transparent 100%
    );

    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}
.store-header-details .collection-hero__title-wrapper {
    transform: none;
    top: auto;
    bottom: 0;
}
.store-header-details .collection-hero.medium .collection-hero__image{
    /*height: 420px !important;*/
    height: 350px !important;
}
.store-header-details .vendor-stk-dtl .star-ratin{
    background: #00000033;
    border-radius: 40px;
    padding: 6px 12px;
    line-height: 14px;
}
.store-header-details .vendor-stk-dtl .since,
.store-header-details .vendor-stk-dtl .loc{
    opacity: 0.8;
}
.store-header-details .store_btns a{
    font-size: 14px;
    border-radius: 10px;
    border-color: #fff;
    font-weight: 500;
    color: #000;
    height: 42px;
    padding: 8px 10px;
    min-width: 42px;
}
.store-header-details .store_btns a:hover{
    color: #fff;
    border-color: #000;
}
.store-header-details .store_btns a:hover .icon{
    filter: invert(1);
}
.store-header-details .collection-hero .store_info_extra .txt{
    font-size: 13px;
}
.store-header-details .collection-hero .store_info_extra i {
    font-size: 16px;
}
.store-header-details .collection-hero .store_info_extra {
    background: #f4f4f4;
    padding: 10px 8px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 95%;
    margin: 0 auto;
    line-height: 14px;
}

.gift-category-tabs{
    border-bottom:1px solid #e5e5e5;
    margin-bottom:30px;
}

.gift-tabs-nav{
    display:flex;
    gap:40px;
    flex-wrap:nowrap;
    overflow-x:auto;
    scrollbar-width:none;
    margin:0;
    padding:0;
}

.gift-tabs-nav::-webkit-scrollbar{
    display:none;
}

.gift-tabs-nav .nav-item{
    list-style:none;
}

.gift-tabs-nav button{
    position:relative;
    border:none;
    background:none;
    padding:0 0 16px;
    color:#8a8a8a;
    font-size:16px;
    font-weight:500;
    white-space:nowrap;
    cursor:pointer;
}

.gift-tabs-nav button.active{
    color:#82643C;
}

.gift-tabs-nav button.active::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-1px;
    width:100%;
    height:3px;
    background:#82643C;
}

.gift-tabs-nav button:hover{
    color:#82643C;
}
.grid-products .slick-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50px;
    background: #82643C;
}
.productSlider .slick-next, .productPageSlider .slick-next, .productSlider-style1 .slick-next, .productSlider-style2 .slick-next, .productSlider-fullwidth .slick-next {
    right: -12px;
}
.productSlider .slick-prev, .productPageSlider .slick-prev, .productSlider-style1 .slick-prev, .productSlider-style2 .slick-prev, .productSlider-fullwidth .slick-prev {
    left: -12px;
}
.store-featured-video{}

.video-thumbnail{
    position:relative;
    cursor:pointer;
    overflow:hidden;
    border-radius:20px;
}

.video-thumbnail img{
    width:100%;
    height:300px;
    object-fit:cover;
    display:block;
}

.video-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.15);
}

.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:56px;
    height:44px;
    border-radius:50px;
    background:rgba(0,0,0,.25);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);

    display:flex;
    align-items:center;
    justify-content:center;
}

.play-btn i{
    color:#fff;
    font-size:20px;
    margin-left:6px;
}

.video-duration{
    position:absolute;
    right:25px;
    bottom:20px;
    color:#fff;
    font-size:16px;
    font-weight:600;
    line-height:1;
}

.modal-content{
    box-shadow:none;
}

#popupVideo{
    max-height:80vh;
    background:#000;
}


.store-header-details  .video-and-image-hero.collection-hero .collection-hero__image,
.video-card video{
    height: 300px !important;
}
.store-header-details .video-and-image-hero .vendor-stk-detail-area,
.store-header-details .video-and-image-hero .collection-hero__title-wrapper{
    height: 100%;
}
.video-and-image-hero .btm-bar{
    position: absolute;
    right: 20px;
    top: 20px;
    background: #00000033;
    border-radius: 40px;
    padding: 6px 12px;
    line-height: 14px;
    color: #fff;
}

/* ==========================
   STORE REVIEWS
========================== */

.store-reviews-section{
}

.review-summary{
    padding-right:60px;
    border-right:1px solid #ececec;
    height:100%;
}

.rating-score{
    font-size:72px;
    font-weight:700;
    line-height:1;
    color:#000;
    margin-bottom:15px;
    text-align: center;
}

.summary-stars{
    display:flex;
    justify-content:center;
    gap:8px;
    color:#F5A623;
    font-size:22px;
    margin-bottom:15px;
}

.total-reviews{
    text-align:center;
    font-size:17px;
    color:#666;
    margin-bottom:50px;
}

.rating-bars{
    display:flex;
    flex-direction:column;
    gap:22px;
}

.rating-row{
    display:flex;
    align-items:center;
    gap:15px;
}

.rating-row span{
    width:70px;
    font-size:15px;
    color:#333;
}

.rating-row strong{
    width:40px;
    text-align:right;
    font-size:15px;
    font-weight:600;
}

.rating-row .progress{
    flex:1;
    height:6px;
    background:#ececec;
    border-radius:20px;
    overflow:hidden;
}

.rating-row .progress-bar{
    background:#000;
    border-radius:20px;
}

/* ==========================
   REVIEW LIST
========================== */

.review-list{
    padding-left:60px;
}

.review-item{
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px solid #efefef;
}

.review-item:last-child{
    border-bottom:none;
    margin-bottom:0;
}

.review-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
    margin-bottom:15px;
}

.review-user{
    display:flex;
    gap:15px;
}

.review-avatar{
    width:52px;
    height:52px;
    min-width:52px;
    border-radius:50%;
    border:1px solid #e6e6e6;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:600;
    color:#222;
}

.review-name{
    font-size:22px;
    font-weight:600;
    color:#000;
    margin-bottom:6px;
}

.review-stars{
    display:flex;
    gap:5px;
}

.review-stars i{
    color:#FFA500;
    font-size:14px;
}

.review-date{
    color:#8c8c8c;
    font-size:15px;
    white-space:nowrap;
}

.review-text{
    color:#444;
    line-height:1.8;
    font-size:14px;
}

/* ==========================
   MOBILE
========================== */

@media(max-width:991px){

    .review-summary{
        border-right:none;
        padding-right:0;
        margin-bottom:50px;
    }

    .review-list{
        padding-left:0;
    }

    .rating-score{
        font-size:58px;
        text-align:center;
    }

    .review-name{
        font-size:18px;
    }

    .review-header{
        flex-direction:row;
        gap:10px;
    }
    .review-item:last-child,
    .review-item {
        padding: 16px;
        border: 1px solid #efefef;
        border-radius: 12px;
        margin-bottom: 16px;
    }
}


/* ===================================
   ABOUT STORE
=================================== */

.store-about-section{
    background:#fff;
}

.about-sidebar{
    position:sticky;
    top:120px;
}

.store-name{
    font-size:22px;
    font-weight:600;
    color:#000;
    margin-bottom:30px;
    text-transform: none;
}

.store-stats{
    display:flex;
    gap:50px;
    flex-wrap:wrap;
}

.stat-item .label{
    display:block;
    font-size:14px;
    color:#777;
    margin-bottom:8px;
}

.stat-item strong{
    font-size:20px;
    font-weight:600;
    color:#000;
}

/* ===================================
   GALLERY
=================================== */

.about-gallery{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:20px;
    margin-bottom:40px;
}

.gallery-item{
    overflow:hidden;
    border-radius:18px;
}

.gallery-item img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transition:.4s;
}

.gallery-item:hover img{
    transform:scale(1.04);
}

.gallery-large{
    height:320px;
}

.gallery-large img{
    height:320px;
}

.about-gallery .gallery-item:not(.gallery-large){
    height:320px;
}

/* ===================================
   CONTENT
=================================== */

.about-content{
    max-width:700px;
}

.about-title{
    font-size:28px;
    line-height:1.1;
    font-weight:700;
    color:#000;
    margin-bottom:25px;
    font-family: Georgia, serif;
}

.about-content p{
    color:#666;
    font-size:14px;
    line-height:1.5;
    margin-bottom:20px;
}

.show-more-btn{
    color:#000;
    font-weight:600;
    text-decoration:underline;
}
.about-text{
    overflow: hidden;
    transition: max-height .4s ease;
}

.about-text.collapsed{
    max-height: 124px; /* adjust as needed */
}

.about-text.expanded{
    max-height: 1000px;
}

/* ===================================
   SHOP MEMBER
=================================== */

.shop-member{
    margin-top:70px;
}

.member-heading{
    font-size:18px;
    font-weight:600;
    margin-bottom:25px;
}

.member-card{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.member-avatar{
    width:46px;
    height:46px;
    border-radius: 16px;
    object-fit:cover;
}

.member-name{
    font-size:16px;
    font-weight:600;
    margin-bottom:2px;
}

.member-role{
    color:#888;
    font-size:14px;
}

.member-description{
    color:#666;
    line-height:1.5;
    font-size:14px;
    max-width:700px;
}

.member-box{
    margin-bottom:20px;
    display: block;
}

/* ===================================
   MOBILE
=================================== */

@media(max-width:991px){

    .about-sidebar{
        position:relative;
        top:auto;
    }

    .about-gallery{
        grid-template-columns:1fr;
    }

    .gallery-large,
    .about-gallery .gallery-item:not(.gallery-large){
        height:250px;
    }

    .about-title{
        font-size:26px;
    }

    .store-name{
        font-size:22px;
        margin-bottom: 16px;
    }

    .stat-item strong{
        font-size:20px;
    }
    .stat-item .label {
        margin-bottom: 2px;
    }
}

.script-font {
    font-family: "Libre Caslon Text", serif;
    font-style: italic;
}

/* =========================
   SHOP POLICIES
========================= */

.shop-policy-section{
}

.policy-list{
    width:100%;
}

.policy-row{
    display:flex;
    gap:60px;
    padding:28px 0;
    border-bottom:1px solid #ececec;
}

.policy-row:last-child{
    border-bottom:none;
}

.policy-title{
    width:260px;
    min-width:260px;
    font-size:18px;
    font-weight:600;
    color:#000;
}

.policy-content{
    flex:1;

    font-size:16px;
    line-height:1.8;
    color:#666;
}

/* =========================
   PAYMENT BOX
========================= */

.payment-card{
    background:#f5f5f5;
    border-radius:16px;
    padding:25px;
    margin-bottom:20px;
}

.payment-heading{
    display:flex;
    align-items:center;
    gap:10px;

    font-size:15px;
    font-weight:600;
    color:#000;

    margin-bottom:20px;
}

.payment-heading i{
    font-size:20px;
}

.payment-methods{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}
.payment-method .icon{
    height: 22px;
    width: 37px;
    object-fit: contain;
}

.payment-method{
    padding:10px 18px;
    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:10px;

    font-size:15px;
    font-weight:600;
    color:#222;
}

.payment-note{
    margin:0;
    color:#777;
    font-size:16px;
}

.policy-content strong{
    color:#000;
    font-size:16px;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .policy-row{
        flex-direction:column;
        gap:6px;
    }

    .policy-title{
        width:100%;
        min-width:100%;
        font-size:18px;
    }

    .policy-content{
        font-size:14px;
    }
}

.about-gallery-slider {
    overflow: hidden;
}

.about-gallery-slider {
    border-radius: 10px;
    overflow: hidden;
    height: 270px;
}

.about-gallery-slider .gallery-item img {
    height: 270px;
    object-fit: cover;
}

.about-gallery-slider .slick-slide {
    outline: none;
}


.logo.me-4{
    margin-inline-end: 1.5rem!important;
    margin-right: 0 !important;
}
.site-header__menu.me-3{
    margin-inline-end: 1rem!important;
    margin-right: 0 !important;
}
.wishlist-link.me-2{
    margin-inline-end: .5rem!important;
    /*margin-right: 0 !important;*/
}
.wishlist-link.ms-2 {
    margin-inline-start: .5rem!important;
    margin-left: 0 !important;
}
.vendor-card img.log-are{
    object-fit: contain !important;
    aspect-ratio: 1 / 1 !important;
}

[dir="rtl"] .site-header__menu::after {
    right: auto;
    left: 0;
}
[dir="rtl"] .site-header__menu {
    padding-right: 0px;
    padding-left: 36px;
}
[dir="rtl"] .blog-post-slider,
[dir="rtl"] .productSlider{
    direction: ltr;
}
[dir="rtl"] .grid-products .item,
[dir="rtl"] .blogpost-item {
    direction: rtl;
}
[dir="rtl"] .store-features-updates .feature-bx{
    height: 100%;
}
ul#autocomplete-header-results{
    z-index: 1;
    width: 100%;
}
.autocomplete-item {
    list-style: none;
    border-bottom: 1px solid #e9e9e9;
    padding: 6px 10px !important;
}
.autocomplete-item:hover {
    background-color: #f8ecde !important;
    color: #6b4305 !important;
}
[dir="rtl"] .text-start {
    text-align: right!important;
}
[dir="rtl"] .view-all-link img{
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
[dir="rtl"] .ms-0 {
    margin-right: 0!important;
}
[dir="rtl"] .ms-3 {
    margin-right: 1rem!important;
}
[dir="rtl"] .video-and-image-hero .btm-bar {
    right: auto;
    left: 20px;
}
[dir="rtl"] .collection-banners .collection-grid-item {
    direction: ltr;
}
[dir="rtl"] .collection-banners.style1 .collection-grid-item .details {
    text-align: right;
    align-items: end;
}
[dir="rtl"] .collection-banners .collection-grid-item .img {
    -webkit-transform: scaleX(-1); /* Chrome, Safari, older iOS */
    -moz-transform: scaleX(-1);    /* Older Firefox */
    -ms-transform: scaleX(-1);     /* IE 9 */
    -o-transform: scaleX(-1);      /* Older Opera */
    transform: scaleX(-1);         /* Standard */
}
@media (min-width: 576px){
    [dir="rtl"] .shop-fullwidth .btn-filter.me-sm-3{
        margin-left: 1rem!important;
        margin-right: 0rem!important;
    }
}



@media only screen and (max-width: 767px){
    .header-wrap .searchField .input-text {
        min-width: 100%;
    }
    .collection-banner-mt {
        margin-top: 72px;
    }
    .collection-banners.style1 .collection-grid-item .details{
        width: 100% !important;
    }
    .collection-banners .top-collection-box .img {
        max-height: 190px;
    }
    .collection-banners.style1 .collection-grid-item .title.fs-2{
        font-size: 20px !important;
    }
    .search-wrapper-header{
        display: none;
    }
    .site-header__menu {
        padding-right: 12px;
    }
    .site-header__menu::after {
        display: none;
    }
    .search-drawer .input-text{
        width: 100%;
    }
    .autocomplete-results{
        max-width: 100%;
    }
    .search-drawer .input-box {
        display: block;
    }
    .grid-products .button-set-bottom{
        display: none;
    }
    .section-header h2 {
        font-size: 22px;
        font-weight: 600;
    }
    .section-header p{
        font-size: 14px;
    }
    .productSlider.grid-products .item .product-image img, 
    .grid-products .item .product-image img {
        height: 205px;
    }
    .emirate-heritage .section-header h2 {
        color: #ffffff;
    }
    .emirate-heritage .section-header .view-all-link {
        color: #ffffff;
    }
    .emirate-heritage .section-header .view-all-link img{
        filter: brightness(5);
    }
    .store-features-updates .feature-bx {
        flex-direction: row!important;
    }
    .store-features-updates .icon.mb-4 {
        margin-bottom: 0rem!important;
        margin-right: 1.4rem!important;
    }
    .store-features-updates{
        padding-top: 16px !important;
    }
    .filters-toolbar-wrapper{
        flex-wrap: wrap;
    }
    .filters-toolbar-wrapper .ms-3 {
        margin-top: 1rem!important;
        margin-left: 0!important;
    }
    .collection-header .sub-hero-title {
        font-size: 32px;
    }
    .collection-header .hero-sub-text{
        font-size: 14px;
    }
    .filters-sort.ms-2 {
        margin-left: 0rem!important;
        margin: 0rem 0.5rem !important;
    }
    .popular-gift .sub-hero-title {
        font-size: 32px;
    }
    .store-header-details .vendor-stk-detail-area .store_btns{
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
    }
    .video-and-image-hero .btm-bar .fs-6{
        font-size: 0.8rem!important;
    }
    .video-and-image-hero .btm-bar svg{
        width: 12px;
    }
    .vendor-stk-detail-area .log-are {
        width: 66px;
        height: 66px;
        border-radius: 26px;
    }
    .vendor-stk-dtl .v-name {
        font-size: 20px;
        font-weight: 600;
    }
    .store-featured-video{
        margin-top: 16px;
    }
    .review-name {
        font-size: 16px;
    }
    .review-date {
        font-size: 14px;
    }
    .video-thumbnail img{
        height: 205px;
    }
    .store-header-details .collection-hero__image,
    .video-thumbnail {
        border-radius: 12px;
    }
    .store-header-details .vendor-stk-detail-area.align-items-start{
        align-items: center!important;
    }
    .store-header-details .vendor-stk-detail-area.align-items-start.p-4{
        padding: 1rem!important;
    }
    .collection-hero .vendor-stk-dtl .d-flex{
        justify-content: center;
    }
    .store-header-details  .video-and-image-hero.collection-hero .collection-hero__image, .video-card video {
        height: 210px !important;
    }
    .footer-bottom-links {
        flex-wrap: wrap;
    }
    .policy-row {
        padding: 10px 0;
    }
    .about-gallery-slider .gallery-item img {
        height: 200px;
    }
    /*.product-slider-wrapper {*/
    /*    flex-direction: column !important;*/
    /*}*/
    /*.mySwiper2 {*/
    /*    height: 410px !important;*/
    /*}*/
    /*.thumbnail-container {*/
    /*    height: 120px !important;*/
    /*    width: 100% !important;*/
    /*}*/
    .thumbnail-container {
        width: 64px !important;
    }
}







