/** Shopify CDN: Minification failed

Line 1023:5 Unexpected "="

**/
     * {
         padding: 0;
         margin: 0;
         box-sizing: border-box;
     }
     html {
    overflow-y: scroll;
}

     @font-face {
         font-family: 'BorniaRegular';
         src: url('https://cdn.shopify.com/s/files/1/0979/7058/5920/files/Bornia-Regular.otf?v=1774595471');
     }

     @font-face {
         font-family: 'BorniaSemiBold';
         src: url('https://cdn.shopify.com/s/files/1/0979/7058/5920/files/Bornia-SemiBold.otf?v=1774594741');
     }

     @font-face {
         font-family: 'Paragone';
         src: url('https://cdn.shopify.com/s/files/1/0979/7058/5920/files/Paragone.otf?v=1774594742');
     }

     @font-face {
         font-family: 'AloeveraRegular';
         src: url('https://cdn.shopify.com/s/files/1/0979/7058/5920/files/AloeveraDisplay-Regular.otf?v=1777971397');
     }

     @font-face {
         font-family: 'AloeveraThin';
         src: url('https://cdn.shopify.com/s/files/1/0979/7058/5920/files/AloeveraDisplay-Thin.otf?v=1777971391');
     }

     @font-face {
         font-family: 'PlayfairRegular';
         src: url('https://cdn.shopify.com/s/files/1/0979/7058/5920/files/PlayfairDisplay-Regular.ttf?v=1777971491');
     }

     @font-face {
         font-family: 'PlayfairBold';
         src: url('https://cdn.shopify.com/s/files/1/0979/7058/5920/files/PlayfairDisplay-Bold.ttf?v=1777971507');
     }





     /* ==============. Home Banner Css start. =================== */
     .miorah_banner_sec {
         width: 100%;
         position: relative;
     }

     /* 1. The Scroll Track (The duration of the effect) */
     .miorah_banner_scroller {
         height: 300vh;
         position: relative;
         width: 100%;
     }

     /* 2. The Sticky Container (Keeps the image visible for 300vh) */
     .miorah_banner_sticky {
         position: sticky;
         top: 0;
         left: 0;
         width: 100%;
         height: 100vh;
         overflow: hidden;
     }

     /* 3. The "Fixed" Background Layer */
     .miorah_banner_bg_fixed {
         position: absolute;
         inset: 0;
         z-index: 0;
     }

     .miorah_banner_img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         display: block;
     }

     /* 4. The Overlay (Fades in) */
     .miorah_banner_overlay {
         position: absolute;
         inset: 0;
         background-color: #ede8d0;
         opacity: 0;
         z-index: 1;
         pointer-events: none;
         display:block !important
     }

     /* 5. The Mask (Logo) */
     .miorah_banner_mask_wrapper {
         position: absolute;
         inset: 0;
         z-index: 2;
         opacity: 0;
         /* JS will fade this in first */

         -webkit-mask-image: url('/cdn/shop/files/SOLARA_IS_HERE.svg?v=1778850775');
         mask-image: url('/cdn/shop/files/SOLARA_IS_HERE.svg?v=1778850775');

         -webkit-mask-size: 80%;
         /* Starting size from your reference */
         mask-size: 80%;
         -webkit-mask-repeat: no-repeat;
         -webkit-mask-position: center;
         mask-position: center;

         will-change: mask-size, opacity;
         /* right:-100px !important */
     }

     .miorah_banner_mask_img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         /* Starting parallax position inside the text */
         transform: translate3d(0, 15%, 0);
     }

#shopify-section-template--26554323697955__custom_liquid_Dwqwzx .overflow-hidden{
    overflow:clip !important
}
#shopify-section-template--26554323697955__custom_liquid_Dwqwzx .container{
    margin:0px !important;
    width:100% !important;
    min-width:100% !important
}
     /* ==============. Home Banner Css End. =================== */


     /* ==============. Collection section css start . =================== */
     .miorah_home_collection_section {
         padding: 120px 0;
         overflow: hidden;
         position: relative;
         background: #fff;
         cursor: none;
         padding-bottom: 60px !important;
     }

     #miorah_home_collection_cursor {
         position: fixed;
         pointer-events: none;
         z-index: 9999;
         transform: translate(-50%, -50%);
         opacity: 0;
         transition: opacity 0.3s ease;
     }

     .miorah_home_collection_section:hover #miorah_home_collection_cursor {
         opacity: 1;
     }

     .miorah_home_collection_slider_wrapper {
         position: relative;
         height: 100vh;
         display: flex;
         align-items: center;
     }

     .miorah_home_collection_track {
         display: flex;
         transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
         will-change: transform;
     }

     .miorah_home_collection_item {
         min-width: 37vw;
         /* Active Image */
         height: 90vh;
         /* 7.5vw on each side = 15vw total gap between images */
         margin: 0 7.5vw;
         transition: opacity 0.8s ease;
         opacity: 1;
     }

     .miorah_home_collection_active {
         opacity: 1 !important;
     }

     .miorah_home_collection_item img {
         width: 100%;
         height: 100%;
         object-fit: cover;
     }

     .miorah_home_collection_content_box {
         position: absolute;
         right: 15%;
         bottom: 20%;
         z-index: 1;
         width: 30%;
         background: #ffffff24;
         border: 1px solid #000;
         opacity: 1;
         backdrop-filter: blur(14px);
         -webkit-backdrop-filter: blur(14px);
     }

     .miorah_home_collection_inner {
         padding: 0px;
     }

     .miorah_home_collection_number {
             font-family: 'AloeveraThin';
         font-size: 50px;
         line-height: 0.8;
         color: #000;
         font-weight: 100;
         padding-bottom: 100px;
             /* font-weight: 900 !important; */
     }

     .miorah_home_collection_text {
         font-family: 'AloeveraThin';
         font-size: 15px;
         margin: 20px 0;
         line-height: 1.4;
         color: #000;
         width: 80%;
         font-weight: 900 !important;
     }

    .miorah_home_collection_footer {
    padding: 10px;
    background: transparent;
    color: black;
    border-top: 1px solid black;
}

     .miorah_home_collection_link {
         text-decoration: none;
         color: #000;
         font-weight: bold;
         text-transform: uppercase;
         font-size: 14px;
         font-family: 'BorniaRegular';
         font-weight: 200;
         width: 100%;
         display: block;
         text-align: center;
     }

     .miorah_home_collection_contenthead_box {
         padding: 25px;
         padding-bottom: 0px !important;
     }

     /* Prevent text and container selection */
     .miorah_home_collection_section,
     .miorah_home_collection_item,
     .miorah_home_collection_content_box,
     .miorah_home_collection_link {
         -webkit-user-select: none;
         /* Safari */
         -ms-user-select: none;
         /* IE 10 and 11 */
         user-select: none;
         /* Standard syntax */
     }

     /* Prevent images from being dragged or highlighted */
     .miorah_home_collection_item img {
         -webkit-user-drag: none;
         user-drag: none;
         pointer-events: none;
         /* This ensures clicks pass through to the slider script */
     }

     /* Ensure the link still works but doesn't get the blue highlight */
     .miorah_home_collection_link {
         -webkit-tap-highlight-color: transparent;
         /* Removes highlight on mobile */
         outline: none;
     }

     /* ==============. Collection section css End . =================== */

     /* ==============. Nnew Arrival section css start . =================== */

     /* Container Background */
     .miorah_home_new_arrival_container {
  background-color: #fff;
  padding: 60px 10px;
  text-align: center;
  padding-bottom: 40px !important;
}

/* Typography */
.miorah_home_new_arrival_title {
  color: #000;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 50px;
  font-family: 'AloeveraRegular';
}

/* Grid Layout */
.miorah_home_new_arrival_grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 100%;
  margin: 0 auto;
}

/* Card Styling — now an <a> */
.miorah_home_new_arrival_card {
  position: relative;
  flex: 1;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background-color: #D7C4B1;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: block;

  /* Curtain Initial State */
  opacity: 1 !important;
  transform: translateY(-20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

/* While dragging, give a "grabbing" cursor */
.miorah_home_new_arrival_grid.dragging,
.miorah_home_new_arrival_grid.dragging .miorah_home_new_arrival_card {
  cursor: grabbing;
}

.miorah_home_new_arrival_img_main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay & Hover Effects */
.miorah_home_new_arrival_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.miorah_home_new_arrival_card:hover .miorah_home_new_arrival_overlay {
  opacity: 1;
}

.miorah_home_new_arrival_img_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Info Box */
.miorah_home_new_arrival_info {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  margin: 20px;
}

.miorah_home_new_arrival_product_name {
  margin: 0 0 0px;
  font-size: 12px;
  color: #000;
  text-transform: none;
  font-family: AloeveraRegular;
  font-weight: 600;
  letter-spacing: 1px;
}

.miorah_home_new_arrival_cta {
  font-size: 13px;
  color: #6c151e;
  text-decoration: none;
  padding-bottom: 2px;
  display: inline-block;
  font-weight: 700;
  font-family: BorniaRegular;
  position: absolute;
  right: 20px;
  bottom: 15px;
}

.miorah_home_new_arrival_cta img {
  width: 20px !important;
}

/* Active state (curtain reveal) */
.miorah_home_new_arrival_card.animate_curtain {
  opacity: 1;
  clip-path: inset(0 0 0% 0);
  transform: translateY(0);
}

/* Staggered delays */
.miorah_home_new_arrival_card:nth-child(1) { transition-delay: 0.1s; }
.miorah_home_new_arrival_card:nth-child(2) { transition-delay: 0.3s; }
.miorah_home_new_arrival_card:nth-child(3) { transition-delay: 0.5s; }

/* Mobile Responsive */
@media (max-width: 768px) {
  .miorah_home_new_arrival_grid {
    flex-direction: column;
    align-items: center;
  }
  .miorah_home_new_arrival_card {
    width: 100%;
    max-width: 400px;
  }
}

     /* ==============. Nnew Arrival section css end . =================== */

     /* ==============. Shop Now Bar section css start . =================== */

     .shop_now_bar_sec {
         padding: 10px 0px;
         background: #000;
     }

    .shop_now_bar_row a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    font-family: 'AloeveraThin';
    font-size: 14px;
    font-weight: 700;
}

     /* ==============. Shop Now Bar section css End . =================== */

     /* ==============. Customise section css start . =================== */
     .miorah_home_customise_sec {
         padding: 60px 0px;
         background: #B0B5BB
     }

     .miorah_home_customise_container {
         width: 90%;
         margin: 0 auto
     }

     .miorah_home_customise_cols {
         width: 30%
     }

     .miorah_home_customise_row {
         display: flex;
         justify-content: space-between;
     }

     .miorah_home_customise_img_box {
         display: flex;
         justify-content: center;
     }
     .miorah_home_customise_img_box img{
        height: 100px;
     }

     .miorah_home_customise_box p {
         text-align: center;
         font-size: 17px;
         font-family: 'BorniaRegular';
         margin-top: 10px
     }

     /* ==============. Customise section css end . =================== */

     /* ==============. Grid section css start . =================== */
     .miorah_home_grid_sec {
         padding: 40px 0px;
         background: #F7EEE9;
     }

     .miorah_home_grid_containter {
         width: 95%;
         margin: 0 auto;
     }

     /* Container Setup */
     .miorah_home_grid_img_box {
         position: relative;
         overflow: hidden;
         cursor: pointer;
         line-height: 0;
         /* Removes bottom whitespace from image */
     }

     .miorah_home_grid_img_box img {
         width: 100%;
         height: auto;
         display: block;
         transition: transform 0.5s ease;
     }

     /* 1. The Gradient Overlay (Pseudo-element) */
     .miorah_home_grid_img_box::after {
         content: '';
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         /* Adjust colors here: dark top-left to transparent bottom-right */
         background: linear-gradient(135deg, rgb(138 25 22 / 90%) 0%, rgb(138 25 22 / 20%) 60%);
         opacity: 0;
         transition: opacity 0.4s ease;
         z-index: 1;
     }

     /* 2. The Text Content */
     .miorah_home_grid_overlay_content {
         position: absolute;
         top: 20px;
         /* Distance from top */
         left: 20px;
         /* Distance from left */
         z-index: 2;
         opacity: 0;
         transform: translateY(-10px);
         /* Slight slide-down effect */
         transition: all 0.4s ease;
     }

     .miorah_home_grid_overlay_title {
         color: #F7EEE9;
         font-family: 'Paragone', serif;
         font-size: 40px;
         margin: 0;
         text-transform: uppercase;
         padding-top: 30px;
     }

     /* --- Hover States --- */

     /* Show Gradient */
     .miorah_home_grid_img_box:hover::after {
         opacity: 1;
     }

     /* Show Text */
     .miorah_home_grid_img_box:hover .miorah_home_grid_overlay_content {
         opacity: 1;
         transform: translateY(0);
     }

     /* Optional: Slight zoom on image */
     .miorah_home_grid_img_box:hover img {
         transform: scale(1.05);
     }

     .miorah_home_grid_first_col {
         width: 35%
     }

     .miorah_home_grid_second_col {
         width: 63%
     }

     .miorah_home_grid_row_first {
         display: flex;
         justify-content: space-between;
     }

     .miorah_home_grid_row_first img {
         height: 650px;
         object-fit: cover;
     }

     .miorah_home_grid_third_col {
         width: 100% !important
     }

     .miorah_home_grid_row_third {
         padding-top: 30px
     }

     .miorah_home_grid_third_col img {
         height: 500px
     }

     /* ==============. Grid section css End . =================== */

     /* ==============. Blog section css start . =================== */
     /* --- SECTION WRAPPER --- */
     .miorah_home_blog_sec {
         background:
             linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
             url("https://cdn.shopify.com/s/files/1/0979/7058/5920/files/05ed6246359f7e6e6bfeb763bec822d5.png?v=1774629405");
         background-repeat: no-repeat;
         background-size: 100% 100%;
         background-attachment: fixed;
         padding: 0 7%;
         padding-bottom: 50px !important;
         position: relative;
     }

     /* --- STICKY HEADER (Lower Z-Index) --- */
     .miorah_home_blog_header_sticky {
         position: sticky;
         top: 0;
         width: 100%;
         /* z-index: 10; */
         z-index: 1;
         /* Base layer */
         padding: 40px 0 20px;
         text-align: center;
         pointer-events: none;
     }

     .miorah_home_blog_main_title {
         color: #fff;
         font-family: 'Paragone', serif;
         font-size: 50px;
         margin: 0 0 35px 0;
         text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
     }

     .miorah_home_blog_progress_container {
         width: 60%;
         height: 4px;
         background: #f8eee9;
         margin: 0 auto;
         position: relative;
         overflow: hidden;
         border-radius: 10px;
     }

     .miorah_home_blog_progress_bar {
         position: absolute;
         top: 0;
         left: 0;
         height: 100%;
         width: 33.33%;
         background: #2B3831;
         transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
         display:block !important
     }

     /* --- STICKY SIDE NUMBERS --- */
     .miorah_home_blog_numbers_sticky {
         position: sticky;
         top: 50%;
         left: 40px;
         width: fit-content;
         z-index: 1;
         /* Above cards for clickability if needed */
         display: flex;
         flex-direction: column;
         gap: 20px;
         /* transform: translateY(-50%); */
         /* transform: translate(-50%, -50%); */
         margin-top: -120px;
         /* Offset to keep them visually centered between header/cards */
     }

     .miorah_home_blog_num {
         width: 35px;
         height: 35px;
         background: #ffffff;
         color: #8A1916;
         display: flex;
         align-items: center;
         justify-content: center;
         border-radius: 4px;
         font-family: 'BorniaRegular', sans-serif !important;
         font-weight: bold;
         font-size: 14px;
         opacity: 1;
         transition: 0.4s;
     }

     .miorah_home_blog_num.active {
         background: #2B3831;
         color: #F7EEE9;
         opacity: 1;
         transform: scale(1.1);
     }


     /* --- STACKING CARDS (Higher Z-Index) --- */
     .miorah_home_blog_card_wrapper {
         height: 80vh;
         position: sticky;
         top: 160px;
         /* Space reserved for the Title/Progress Bar */
         display: flex;
         align-items: center;
         justify-content: center;
         z-index: 1;
         /* Higher than header_sticky, lower than numbers */
     }

     /* The last card should NOT have sticky if you want it to scroll away normally */
     /* But to keep the stacking feel, we leave it sticky and let the PARENT push it out */

     .miorah_home_blog_card_inner {
         width: 85%;
         max-width: 1100px;
         height: 68vh;
         background: #fff;
         border-radius: 40px;
         display: flex;
         box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
         overflow: hidden;
         margin-top: -40px;
         margin-bottom: 50px
     }

     /* Typography & Content Styles */
     .miorah_home_blog_text {
         flex: 1;
         padding: 50px;
         display: flex;
         flex-direction: column;
         justify-content: space-between;
     }

    .miorah_home_blog_name {
    font-family: 'Paragone', serif;
    color: #000;
    font-size: 55px;
    line-height: 1.1;
    margin: 0;
    padding-right: 40%;
    border-bottom: 1px solid #6c151e;
    font-weight: 100;
    padding-bottom: 20px;
}


.miorah_home_blog_p1 {
    color: #000;
    font-weight: bold;
    font-family: 'BorniaSemiBold';
    margin-bottom: 10px;
         font-size: 17px;
}

     .miorah_home_blog_p2 {
    color: #000;
         font-family: 'BorniaRegular';
         line-height: 1.5;
         font-size: 17px;
     }

     .miorah_home_blog_image {
         flex: 1.2;
         padding: 25px;
     }

     .miorah_home_blog_image img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         border-radius: 25px;
     }
.miorah_home_blog_bottom_cont_box{
    width:80%
}
     /* Mobile View */
     @media (max-width: 991px) {
         .miorah_home_blog_card_inner {
             flex-direction: column;
             height: auto;
             width: 90%;
         }

         .miorah_home_blog_numbers_sticky {
             display: none;
         }

         .miorah_home_blog_card_wrapper {
             top: 120px;
         }
     }


/* ==============. Blog section css ENd . =================== */

/* ==============. Footer section css start . =================== */

.miorah_main_footer_sec {
    padding: 60px 0px;
    background: #fff;
    color: #000;
         font-family: 'BorniaRegular';
         padding-bottom: 100px;
}

.miorah_main_footer_container {
    width: 90%;
    margin: 0 auto;
}

/* UPPER ROW: Links and Contact Info */
.miorah_main_footer_upper_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0px; /* Space between rows */
}

.miorah_main_footer_col {
    width: 20%; /* Flex widths for 4 columns */
}

/* LOWER ROW: Newsletter and Logo */
.miorah_main_footer_lower_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; /* Aligns logo to bottom right */
}

/* Typography */
.miorah_main_footer_title {
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 25px;
    letter-spacing: 1px;
    font-family: 'AloeveraRegular';
    color:#000 !important
}



.miorah_main_footer_list {
    list-style: none;
    padding: 0;
         font-family: 'AloeveraRegular';
}

.miorah_main_footer_list li {
    margin-bottom: 3px;
         font-family: 'AloeveraRegular';
}

.miorah_main_footer_list a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'AloeveraRegular';
    font-weight: 100;
    letter-spacing: 0.2px;
    opacity: 0.7;
        letter-spacing: 0.5px;
}

/* Contact List Icons */
.miorah_main_footer_contact_list {
    list-style: none;
    padding: 0;
}

.miorah_main_footer_contact_list li {
    display: flex;
    align-items: flex-start;
   color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'AloeveraRegular';
    font-weight: 100;
    letter-spacing: 0.2px;
    opacity: 0.7;
        margin-bottom: 10px;
            letter-spacing: 0.5px;
}

.miorah_main_footer_contact_icon {
    width: auto;
    height: 30px;
    margin-right: 12px;
    margin-top: 3px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(81%) saturate(7500%) hue-rotate(68deg) brightness(93%) contrast(102%);
}
/* Newsletter Styles */
.miorah_main_footer_newsletter_box {
    width: 30%; /* Adjust width for newsletter area */
}

.miorah_main_footer_text {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.5;
         font-family: 'AloeveraRegular';
         color:#000 !important
}

.miorah_main_footer_form {
    display: flex;
    border: 1px solid #000;
         font-family: 'AloeveraRegular';
}

.miorah_main_footer_input {
    background: #fff;
    border: none;
    padding: 10px;
    flex: 1;
    outline: none;
    color: #777777;
    font-size: 12px;
         font-family: 'AloeveraRegular';
}

.miorah_main_footer_submit {
    background: #000;
    border: none;
    border-left: 1px solid #000;
    padding: 10px 20px;
    color: #f8eee9;
    font-weight: bold;
    cursor: pointer;
    font-size: 12px;
         font-family: 'AloeveraRegular';
}

/* Logo Styles */
.miorah_main_footer_logo_img {
    width: 250px; /* Matching the large branding in design */
    height: auto;
}
.miorah_main_footer_input::placeholder {
  color: #777777;
}
/* Responsive Logic */
@media (max-width: 768px) {
    .miorah_main_footer_upper_row,
    .miorah_main_footer_lower_row {
        flex-direction: column;
    }
    .miorah_main_footer_col,
    .miorah_main_footer_newsletter_box {
        width: 100%;
        margin-bottom: 30px;
    }
}

.miorah_home_grid_sec .miorah_home_grid_img_box{
    border:3px solid #6C151E !important
}

/* ============== Header ============== */
sticky-header{
        background: #2B3831 !important;
        z-index:999999 !important
}
.header__menu-item span{
    color:#fff !important;
         font-family: 'BorniaRegular';
             font-size: 15px !important;
}
sticky-header svg{
    color:#fff !important;
    fill:#fff !important;

}
.header__active-menu-item{
    text-decoration:none !important
}
.header__menu-item:hover span{
    text-decoration:none !important
}
.header {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    display: flex !important;
    width: 100% !important;
    min-width: 100% !important;
    justify-content: space-between !important;
    z-index:999999 !important
}








/* =======================. New css. ============================ */
.miorah_home_new_arrival_info span{
    font-size:12px !important;
    font-family: 'AloeveraThin';
}
.miorah_home_new_arrival_info h6{
    font-size:14px !important;
    font-family: 'AloeveraRegular';
    margin-bottom:0px !important

}

<!-- ================= CSS ================= -->
.miorah_home_new_arrival_container {
  overflow: hidden !important;
  width: 100%;
}

.miorah_home_new_arrival_grid {
  display: flex;
  gap: 20px;
  width: max-content;
  cursor: grab;
  user-select: none;
}

.miorah_home_new_arrival_grid.dragging {
  cursor: grabbing;
}

.miorah_home_new_arrival_card {
  flex: 0 0 calc((100% - 40px) / 3);
}

/* IMPORTANT */
.miorah_home_new_arrival_card * {
  pointer-events: none;
}

.miorah_home_new_arrival_cta {
  pointer-events: auto;
}


/* slider next prec */

/* ===== SLIDER ===== */
.miorah_slider_main_banner_sec {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    cursor: none;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Slides */
/* .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
} */
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    backface-visibility: hidden; /* FIX flicker */
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Active */
.slide.active {
    z-index: 2;
}

/* ===== ANIMATION ===== */
.slide.next-enter {
    animation: curtainDown 0.8s ease forwards;
    z-index: 3;
}

.slide.prev-enter {
    animation: curtainUp 0.8s ease forwards;
    z-index: 3;
}

@keyframes curtainDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

@keyframes curtainUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

/* ===== CUSTOM CURSOR ===== */
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 999;
    padding: 0px 20px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    border-radius: 30px;
    font-family: 'PlayfairRegular';
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.05s linear;
    border: 2px solid white;
    border-top: 0px !important;
    border-bottom: 0px !important;
    border-radius: 4px;
}

/* Show cursor on hover */
.miorah_slider_main_banner_sec:hover .custom-cursor {
    opacity: 1;
}
/* Keep normal cursor */
.miorah_slider_main_banner_sec {
    cursor: pointer;
}

/* Cursor label */
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(15px, -10px); /* offset from cursor */
    pointer-events: none;
    z-index: 999;

    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;

    opacity: 0;
    transition: opacity 0.2s ease;
}

/* Show on hover */
.miorah_slider_main_banner_sec:hover .custom-cursor {
    opacity: 1;
}


/* =========  bottom seccc ============== */
.our_special_boxes_sec{
    padding:40px 0;
    background:#fff;
}

.our_special_boxes_container{
    width:95%;
    margin:auto;
}

.our_special_boxes_row{
    display:flex;
    justify-content:space-between;
    gap:20px;
}

.our_special_boxes_col{
    width:33%;
}

/* BOX */
.our_special_boxes_link{
    display:block;
    text-decoration:none;
}

.our_special_boxes{
    position:relative;
    overflow:hidden;
    cursor:pointer;
}

/* IMAGE */
.our_special_img_box img{
    width:100%;
    display:block;
}

/* HEIGHTS */
.our_special_boxes_col1 img{
    height:80vh;
    object-fit:cover;
}

.our_special_boxes_col2 img{
    height:50vh;
    object-fit:cover;
}

.our_special_boxes_col3 img{
    height:60vh;
    object-fit:cover;
}

/* DARK OVERLAY */
.our_special_boxes::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.30);
    opacity:0;
    transition:0.4s ease;
}

.our_special_boxes:hover::after{
    opacity:1;
}

/* OVERLAY TEXT */
.our_special_boxes_overlay{
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    transform:translateY(-50%);
    display:flex;
    justify-content:space-between;
    padding:0 25px;
    opacity:0;
    pointer-events:none;
    transition:opacity 0.4s ease;
}

.our_special_boxes:hover .our_special_boxes_overlay{
    opacity:1;
}

/* TEXT */
.our_special_boxes_text,
.our_special_boxes_cta{
    color:#fff;
    font-size:16px;
    letter-spacing:1px;
    white-space:nowrap;
    z-index:999 ;
opacity: 1 !important;
         font-family: 'PlayfairRegular';
}
.our_special_boxes_overlay{
    position:absolute;
    top:50%;
    left:0;
}

/* make parent stacking context */
.our_special_boxes{
    position:relative;
    overflow:hidden;
    cursor:pointer;
}

/* DARK OVERLAY (behind text) */
.our_special_boxes::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.25);
    opacity:0;
    transition:0.4s ease;
    z-index:1; /* BELOW text */
}

.our_special_boxes:hover::after{
    opacity:1;
}

/* TEXT OVERLAY (above everything) */
.our_special_boxes_overlay{
    position:absolute;
    left:0;
    width:100%;
    display:flex;
    justify-content:space-between;
    padding:0 25px;
    opacity:0;
    pointer-events:none;
    transition:opacity 0.4s ease;
    z-index:2; /* ABOVE dark layer */
}

.our_special_boxes:hover .our_special_boxes_overlay{
    opacity:1;
}

/* ensure image is lowest */
.our_special_img_box img{
    width:100%;
    display:block;
    position:relative;
    z-index:0;
}
.our_special_boxes_cta{
    border: 2px solid white;
    border-radius: 5px;
    border-top: 0px;
    border-bottom: 0px;
    padding: 0px 5px;
}

.our_special_head_box h2{
    font-size: 16px;
         font-family: 'AloeveraRegular';
color: #000;
letter-spacing: 1px;
}
.our_special_head_box{
    margin-bottom:20px !important
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
  box-shadow: none;
}
.miorah_home_new_arrival_container{
    overflow:hidden !important
}




/* ============ header ============== */
header,sticky-header{
    display:none !important
}
.miorah_main_header_sec {
    padding: 10px 0px;
    position: absolute;
    z-index: 9 !important;
    width: 100%;
}
.miorah_main_header_container{
    width:95%;
    margin:0 auto
}
.miorah_main_header_row{
    display: flex;
    justify-content: space-between;
}
.miorah_main_header_cols{
    width:30%
}
.miorah_main_header_sec ul{
    display: flex;
    list-style-type: none;
    gap:20px;

    margin:0px !important
}
.miorah_main_header_cols{
    display: flex;
    align-items: center;
}
.miorah_main_header_logo_cols{
    display: flex;
    justify-content: center;
}
.miorah_main_header_right_cols{
    display: flex;
    justify-content: end;
}
.miorah_main_header_cols a {
    color: white !important;
    text-decoration: none !important;
    font-family: 'AloeveraRegular';
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 100;
    display: flex;
    align-items: center;
}
.miorah_main_header_left_box img{
    height: 15px;
    margin-right: 6px;
}

.miorah_main_header_right_box img{
    height: 15px;
    margin-right: 6px;
}
.miorah_main_header_sec {
    padding: 10px 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;

    background: transparent;
    transition: background 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease, padding 0.3s ease;
}

/* Scroll state */
.miorah_main_header_sec.scrolled {
    background: rgb(57 57 57 / 31%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    padding: 8px 0; /* optional slight shrink */
}
.our_special_boxes_col3 img{
    object-position:bottom !important
}


/*  */

/* ===== sidebar css main ===== */
body.header_side_bar_main_body_open{
    overflow:hidden;
}

/* =========================================
MAIN WRAPPER
========================================= */

.header_side_bar_main_sec{
    position:fixed;
    inset:0;
    z-index:999999;
    pointer-events:none;
    font-family:'AloeveraRegular';
}

.header_side_bar_main_sec.active{
    pointer-events:auto;
}

/* =========================================
OVERLAY
========================================= */

.header_side_bar_main_overlay{
    position:absolute;
    inset:0;
    background:#000;
    opacity:0;
    transition:0.6s ease;
}

.header_side_bar_main_sec.active .header_side_bar_main_overlay{
    opacity:0.55;
}

/* =========================================
MAIN SIDEBAR
========================================= */

.header_side_bar_main_container{
    position:fixed;
    top:0;
    left:0;

    width:30%;
    min-width:420px;
    height:100vh;

    background:#fff;

    transform:translateX(-100%);

    transition:0.85s cubic-bezier(.77,0,.175,1);

    z-index:1000;
}

.header_side_bar_main_sec.active .header_side_bar_main_container{
    transform:translateX(0);
}

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

.header_side_bar_main_box{
    height:100%;
    padding:30px;
    overflow-y:auto;
    position:relative;
}

/* =========================================
TOP
========================================= */

.header_side_bar_main_top{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

/* =========================================
CLOSE BTN
========================================= */

.header_side_bar_main_close_btn{
    background:none;
    border:none;
    cursor:pointer;
    padding:0;
}

.header_side_bar_main_close_btn img{
    width:15px;
}

/* =========================================
IMAGE
========================================= */

.header_side_bar_main_image_box img{
    width:100%;
    height:300px;
    object-fit:cover;

    margin-top:20px;
    margin-bottom:10px;
}

.header_side_bar_main_image_box h3{
    font-size:17px;
    margin-bottom:30px;
}

/* =========================================
MENU
========================================= */

.header_side_bar_main_menu_list{
    list-style:none;
    padding:0;
    margin:0;
}

.header_side_bar_main_menu_list a{
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:5px 0;

    font-size:16px;
    text-decoration:none;
    color:#111;
}

/* active */
.header_side_bar_main_has_submenu.active > a{
    font-weight:600;
}

/* =========================================
ARROW
========================================= */

.header_side_bar_main_arrow{
    opacity:0;
    transform:translateX(-8px);
    transition:all 0.3s ease;
}

.header_side_bar_main_has_submenu:hover .header_side_bar_main_arrow,
.header_side_bar_main_has_submenu.active .header_side_bar_main_arrow{
    opacity:1;
    transform:translateX(0);
}

/* =========================================
SUBMENU PANEL
========================================= */

.header_side_bar_main_submenu_panel{
    position:fixed;
    top:0;
    left:30%;

    width:24%;
    min-width:24%;
    height:100vh;

    background:#fff;

    border-left:1px solid #e5e5e5;

    padding:40px;

    overflow-y:auto;

    z-index:50;

    /* IMPORTANT */
    opacity:1;

    visibility:hidden;

    pointer-events:none;

    /* desktop hidden */
    transform:translateX(-120%);

    transition:
    transform 0.9s cubic-bezier(.77,0,.175,1),
    visibility 0s linear 0.9s;
}

/* active */
.header_side_bar_main_submenu_panel.active{

    visibility:visible;

    pointer-events:auto;

    transform:translateX(0);

    transition:
    transform 0.9s cubic-bezier(.77,0,.175,1),
    visibility 0s;
}

/* =========================================
BACK BTN
========================================= */

.header_side_bar_main_back_btn{
    display:none;
    align-items:center;
    gap:8px;

    background:none;
    border:none;

    padding:0;
    margin-bottom:30px;

    cursor:pointer;

    font-size:15px;
    color:#111;
}

.header_side_bar_main_back_btn span{
    font-size:24px;
    line-height:1;
}

/* =========================================
SUBMENU LIST
========================================= */

#submenuContent{
    list-style:none;
    padding:0;
    margin:0;
}

#submenuContent li{
    margin-bottom:10px;
}

#submenuContent li a{
    font-size:15px;
    text-decoration:none;
    color:#111;
    display:inline-block;
}
.header_side_bar_main_menu_list_bordered {
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
}
.header_side_bar_main_menu_list_bottom a{
    font-size:14px !important;
    color: #a8a8a8 !important;
}
/* =========================================
MOBILE
========================================= */
.miorah_home_prev_slide_mobile_img{
    display:none !important
}
@media(max-width:991px){

    .header_side_bar_main_container{
        width:100%;
        min-width:100%;
    }

    .header_side_bar_main_submenu_panel{

        left:0;

        width:100%;
        min-width:100%;

        z-index:2000;

        border-left:none;

        padding-top:40px;

        /* mobile hidden right */
        transform:translateX(100%);
    }

    .header_side_bar_main_back_btn{
        display:flex;
    }

}
.header_side_bar_main_sec button,
.header_side_bar_main_sec label {
  border: none;
  outline: none;
}

.header_side_bar_main_sec button:focus,
.header_side_bar_main_sec label:focus {
  outline: none;
  box-shadow: none;
}
.home_swipe_slide_box{
    display:none !important
}
.miorah_mobile_nav{
    display:none !important
}

.miorah_home_collection_footer{
    transition:all 0.3s ease
}
.miorah_home_collection_footer:hover{
    background:black !important
}
.miorah_home_collection_footer:hover a{
    color:white  !important
}
/* =====================.   responsive   =================== */
@media (max-width: 600px) {
.miorah_banner_mask_wrapper{
    right:0px !important
}
.miorah_home_collection_section {
    padding: 40px 0 !important;
    padding-bottom: 20px !important;
}
.miorah_home_new_arrival_grid{
    display:flex;

}
 .miorah_home_new_arrival_container{
        overflow:hidden;
    }

    .miorah_home_new_arrival_grid {
        display: flex;
        flex-direction: row !important; /* 🔥 one row */
        align-items: stretch;
        gap: 15px;
        width: max-content; /* 🔥 important for sliding */
        will-change: transform;
        margin-top:50px !important
    }

    .miorah_home_new_arrival_card {
        flex: 0 0 75vw; /* 🔥 card width */
        width: 75vw;
        max-width: 75vw;
    }

    .miorah_home_new_arrival_info{
        margin:10px;
        padding:15px;
    }

    .miorah_home_new_arrival_title{
        margin-bottom:30px;
    }
    #customCursor{
        display:none !important
    }

    .home_swipe_slide_box {
        display: block !important;
        z-index: 9999 !important;
        position: absolute;
        bottom: 0px;
        left: 40%;
    }
.home_swipe_slide_box p {
        color: white !important;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 2px;
        padding: 5px 10px;
        border-left: 2px solid white;
        border-right: 2px solid white;
        border-radius: 10px;
        text-transform:uppercase !important
    }
.our_special_boxes_row {
    display: block !important;
}
.our_special_boxes_col{
    width:100% !important;
    margin-bottom:30px !important
}
.our_special_boxes_sec{
    padding-bottom:0px !important
}
.miorah_main_footer_sec{
    padding:10px 0px !important;
    padding-bottom:40px !important
}
.miorah_main_footer_col_small{
    width:50% !important
}
.miorah_main_footer_logo_wrapper{
    width:100% !important
}

/* drop edition */
.miorah_home_collection_section{
        cursor: default;
        padding: 70px 0 40px !important;
        padding-bottom: 50px !important;
        overflow: hidden;
    }

    /* hide desktop cursor */
    #miorah_home_collection_cursor{
        display: none !important;
    }

    .miorah_home_collection_slider_wrapper{
        overflow: hidden;
        width: 100%;
        height: auto;
        display: block;
    }

    .miorah_home_collection_track{
        display: flex;
        gap: 20px;
        padding-left: 40px; /* previous image preview */
        padding-right: 0;
        transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
        will-change: transform;
    }

    .miorah_home_collection_item{
        width: calc(100vw - 80px);
        min-width: calc(100vw - 80px);
        flex-shrink: 0;
        height: 60vh;
        margin: 0;
        box-sizing: border-box;
    }

    .miorah_home_collection_item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

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

    .miorah_home_collection_content_box{
        position: relative;
        right: auto;
        bottom: auto;
        width: calc(100% - 40px);
        margin: 20px auto 0;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .miorah_home_collection_number{
        font-size: 32px;
        padding-bottom: 40px;
    }

    .miorah_home_collection_text{
        width: 100%;
        font-size: 14px;
    }

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

    .miorah_mobile_nav{
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 20px;
        margin-top: 35px !important;
    }

    .miorah_mobile_btn{
        width: 45%;
        border: 0;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0;
        transition: opacity 0.3s ease;
    }

    .miorah_mobile_btn svg{
        width: 60%;
        height: auto;
        display: block;
    }

    /* inactive */
    .miorah_mobile_btn.disabled{
        opacity: 0.25;
        pointer-events: none;
    }

    .miorah_mobile_btn.disabled svg path{
        fill: #bdbdbd;
    }
.miorah_home_collection_content_box{
    margin-top:-40px !important
}


 .our_special_boxes_row{
        flex-direction:column;
        gap:25px;
    }

    .our_special_boxes_col{
        width:100%;
    }

    /* overlay visible always */
    .our_special_boxes_overlay{
        opacity:1 !important;
        z-index:3;
        pointer-events:none;
        transition:none !important;

        position:absolute;
        left:0;
        width:100%;

        display:flex;
        justify-content:space-between;
        align-items:center;

        padding:0 18px;
    }

    /* dark overlay always visible */
    .our_special_boxes::after{
        opacity:1 !important;
        background:rgba(0,0,0,0.22);
    }

    .our_special_boxes_text,
    .our_special_boxes_cta{
        font-size:13px;
    }

    .our_special_boxes_col1 img,
    .our_special_boxes_col2 img,
    .our_special_boxes_col3 img{
        height:55vh;
        object-fit:cover;
    }
.search-modal{
    width:320px !important
}
.miorah_main_footer_upper_row{
            display: flex !important;
        flex-wrap: wrap !important;
                flex-direction: row !important;
}
.miorah_home_prev_slide_desktop_img{
    display:none !important
}
.miorah_home_prev_slide_mobile_img{
    display:block !important
}
.miorah_mobile_nav{
    display:flex !important
}
.miorah_home_collection_section{
    padding-bottom:30px !important
}





}

.header_side_bar_main_new_item{
    display:flex;
    align-items:center;
    gap:10px;
        position: relative;
}
.header_side_bar_main_new_item::after {
    content: "NEW";
    background: #000;
    color: #fff;
    font-size: 8px;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 3px;
    letter-spacing: 1px;
    line-height: 1;
    font-family: 'AloeveraRegular';
    bottom: 15px;
    position: absolute;
    right: -29%;
}
/* .whatmore-root p {
    display: inline !important;
    margin-bottom: 30px !important;
    margin-top: 20px !important;
}
@media (max-width: 600px) {
.whatmore-root p {
    margin-bottom: 10px !important;
    margin-top: 20px !important;
}
} */
.whatmore-events-carousel-landscape{
    margin-top:30px !important
}
#shopify-block-AL005TzNXaXdKRkxON__whatmore_shoppable_videos_app_block_8jMfkD{
    margin-top:20px !important
}

@media (max-width: 600px) {
.whatmore-events-carousel-portrait{
    margin-top:30px !important
}
.our_special_boxes_sec {
    padding-top: 0px;
}
}




















