.capitalize {
    text-transform: capitalize;
}

.left-0{
    left: 0px;
}

.bottom-0{
    bottom: 0px;
}

.m-auto{
    margin: auto;
}

.max-w-full{
    max-width: 100%;
}

.primary-text{
    color: var(--natural-primary);
}
.natural-dark-text{
    color: var(--natural-dark);
}

.primary-bg{
    background-color: var(--natural-primary);
}

.primary-border {
    border:1px solid var(--natural-primary);
    border-radius: 8px;
}

.bg-header-natural {
    background-color: var(--natural-header-bg) !important;
}

.home-title-container {
    background-color: #00000040;
    /* background-color: rgba(0, 0, 0, 0.25); */
}

.home-swiper{
    max-height: 404px;
}

.home-title {
    font-size: 36px;
    font-style: italic;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: 3.5999999046325684px;
}
.home-title a{
    font-style: italic;
}

.border-8 {
    border-radius: 8px !important;
}
.border-12 {
    border-radius: 12px;
}

.border-12 a{
    border-radius: 12px 12px 0 0;
}


.border-4 {
    border-radius: 4px;
}

.border-16 {
    border-radius: 16px;
}

.border-inactive {
    border: 1px solid rgba(0, 0, 0, 0.38);
}

.border-theme {
    border-color: var(--natural-border);
}

.hover-theme:hover {
    /* box-shadow: 0 0 0 0.25rem var(--natural-border);
    border-color: var(--natural-border); */
}

/* Footer */
.logo-tag{
    border-radius: 50px;
    padding: 10px 15px;
}

.footer-blog { 
    padding: 8px;
    gap: 16px;
    display: flex;
    max-height: 336px;
    overflow-y: auto;
    flex-direction: column;
}

.footer-blog .blog-item{
    width: 100%;
    flex: 0 0 auto;
    align-self: stretch;
    gap: 32px;
    align-items: flex-start;
    display: flex;
}

.footer-blog .image {
    background-color: white;
    height: 48px;
    width: 48px;
    border-radius: 8px;
    background-size: cover;
    background-position: 50% 50%;
}

.footer-blog .title {
    flex: 1;
    height: 48px;
    margin-top: -2px;
    font-family: var(--text-md-normal-font-family);
    font-weight: var(--text-md-normal-font-weight);
    color: var(--white);
    font-size: var(--text-md-normal-font-size);
    letter-spacing: var(--text-md-normal-letter-spacing);
    line-height: var(--text-md-normal-line-height);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-style: var(--text-md-normal-font-style);
}

.footer-blog .blog-item:hover .title{
    --tw-text-opacity: 1;
    color: rgba(205, 142, 101, var(--tw-text-opacity));
}

.footer-contact-detail{
    /* font-size: 20px; */
    /* font-weight: 400; */
    line-height: 30px;
    letter-spacing: 0em;
}

/* Showroom */
.category_btn {
    border-radius: 50px !important;
    margin: 6px;
    border: 4px solid var(--natural-border);
    font-size: larger;
    font-weight: 800;
    line-height: 28px;
    /* letter-spacing: 1.7999999523162842px; */
    text-align: center;

}
.category_btn.active {
    border-color: var(--materialcolororange-300);
}
.category_btn:hover,
.category_btn:active {
    border-color: var(--materialcolororange-300);
}

.custom-text {
    font-size: 26px;
    padding: 2px;
    color: rgba(236, 74, 10, 1);
    text-shadow: 
        -1.5px -1.5px 0 white,  
        1.5px -1.5px 0 white,
        -1.5px 1.5px 0 white,
        1.5px 1.5px 0 white; 
}


/* Contact us  */
.contact-us-detail { 
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 32px;
    justify-content: center;
}
.contact-us-detail-image{
    /* width: 65%; */
    /* flex: 1;
    overflow: hidden; */
    height: 383px;
    flex: 1 0 0;
}

@media (max-width:600px) {
    .contact-us-detail-image{
        display: none;
        visibility: hidden;
        background: none !important;
    }
    .contact-us-section {
        justify-content: center !important;
    }

    .contact-us-detail { 
        align-items: flex-start;
        /* height: 300px; */
    }

}

.justify-right {
    justify-content: end;
}

.btn-outline-primary {
    border: 2px solid var(--x01-primary500);
    border-radius: 8px;
    padding: 10px 12px;
    overflow: hidden;
    color: var(--x01-primary500);
    font-size: var(--headline-5-font-size);
    text-align: center;
    letter-spacing: var(--headline-5-letter-spacing);
    line-height: var(--headline-5-line-height);
    position: relative;
    width: fit-content;
    font-family: var(--headline-5-font-family);
    font-weight: var(--headline-5-font-weight);
    white-space: nowrap;
    font-style: var(--headline-5-font-style);
}

@media screen  and (max-width:460px){
    .btn-outline-primary {
        font-size: 16px;
    }
    .contact-us-section{
        gap:5px;
    }
    .contact-us-detail-image {
        flex: auto;
    }
}

.btn-outline-primary img{
    display: inline;
} 

.btn-outline-primary:hover ,
.btn-outline-primary:focus,
.btn-outline-primary:active{
    border-color: rgba(205, 142, 101, var(--tw-text-opacity))
} 

/* Filter */

.btn-outline-filterBtn{
    border: 8px solid var(--natural-secondary-100);
    border-radius: 16px;
    color: rgba(102, 112, 133, 1);
    padding: 12px 12px 12px 47px;
    font-size: 16px;
    font-weight: 800;
}
.btn-outline-filterBtn:disabled{
    color: rgba(102, 112, 133,0.5);
    cursor: auto;
}

.filter{
   padding-right: calc(47px - 20px );
}

.btn-outline-cancelBtn{
    border: 8px solid var(--streettour-secondary100);
    border-radius: 16px;
    color: var(--secondarydarkenabled);
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
}

.btn-outline-cancelBtn:hover{
    border-color: var(--secondarydarkenabled);
}

.btn-outline-resetBtn {
    border: 8px solid var(--materialcolororange-100);
    border-radius: 16px;
    color: rgba(102, 112, 133, 1);
    padding: 12px 44px;
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
}

.btn-outline-resetBtn:hover{
    border-color: var(--materialcolororange-300);
}

.btn-outline-confirmBtn{
    border: 8px solid var(--streettour-primary100);
    border-radius: 16px;
    color: var(--primarylightenabled);
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
}
.btn-outline-confirmBtn:hover {
    border-color: var(--primarylightenabled);
}

.badge {
    background-color: var(--materialcolordeeporange-300);
    border-radius: 50%;
    padding: 4px 8px; 
    vertical-align: top;
    font-family: var(--m3-label-small-font-family);
    font-weight: var(--m3-label-small-font-weight);
    color: var(--orange-900);
    font-size: var(--m3-label-small-font-size);
    text-align: center;
    letter-spacing: var(--m3-label-small-letter-spacing);
    line-height: var(--m3-label-small-line-height);
    white-space: nowrap;
    font-style: var(--m3-label-small-font-style);
}


.btn-outline-filterBtn:not([disabled]):hover,
.btn-outline-filterBtn:not([disabled]):focus,
.btn-outline-filterBtn:not([disabled]):active {
    border-color: var(--natural-secondary);
}

.filter-section{
    border-top: 1px solid rgba(0, 0, 0, 0.38);
}

.text-orange {
    color: var(--natural-orange);
}


/* Header */
.header-btn{
    padding:10px 12px 10px 12px;
    font-weight: 500;
    font-size: 20px;
    color: var(--natural-primary);
    letter-spacing: 0.15px;
    /* margin-right: 8px; */
}

.header-btn.active{
    background-color: rgba(121, 85, 72, 0.5);
}

.menu_bar {
    width: 200px; max-height: 296px; padding-top: 8px; padding-bottom: 8px;
    background: #EFEBE9; box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15); border-radius: 4px;
}

.menu_header{
    color:var(--natural-primary);
    align-self: stretch; font-size: 16px; font-weight: 400; line-height: 24px; letter-spacing: 0.50px; word-wrap: break-word;
    padding: 8px 12px;
}

.menu_header.active{
    background-color: var(--natural-hover);
}

.menu_header:not(.active):hover {
    background-color: var(--natural-hover);
}

.header-tooltip{
    position: absolute;
    top: 20px;
    right: 93px;
}

.header-btn:not(.active):hover {
    background-color: var(--natural-hover);
}

@media (max-width:1024px) {
    .header-tooltip {
        top: 16px;
        right: 210px;
    }
}

.text-black-medium {
   color:var(--natural-light-on-surface);
   font-weight: 500;
   font-size: 16px;
   line-height: 24px;
}
.custom-navigation-button.swiper-button-next, 
.custom-navigation-button.swiper-button-prev {
   border-radius: 50%;
   border-color: var(--natural-dark);
}

.custom-navigation-button.swiper-button-next:not(:disabled):hover, 
.custom-navigation-button.swiper-button-prev:not(:disabled):hover { 
    background-color: white;
    opacity: 0.6;
}

.theme-pressed:hover, .theme-pressed:active {
    border-color: var(--pressed-state);
}

.hover-theme:hover{
    border: 1px solid var(--materialcolororange-300);
    box-shadow:
        0 0 0 rgba(239, 108, 0, 0.05),
        0 12px 16px -4px rgba(239, 108, 0, 0.1);
}

.product-details-name {
    color: var(--Black, #000);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; /* 126.667% */
    padding-right: 22px;
}

.text-normal {
    /* Text md/Normal */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.pr-16px { 
    padding-right:16px;
}

.product-tooltip {
    position:absolute ;
    top: 3px;
    right: 50px;
}

.product-tooltip_mob {
    position:absolute ;
    top: 10px;
    right: 60px;
}

.icon-btn {
    border-radius: 50%;
}

.icon-btn:not(:disabled):hover{
    background-color: var(--natural-hover);
}

.title-nav a , 
.title-nav svg{
    color: var(--White, #FFF);
    text-align: center;
    font-size: 36px;
    font-style: italic;
    font-weight: 500;
    line-height: 40px; /* 111.111% */
    letter-spacing: 0.15px;
}

.title-nav{
    flex-wrap: wrap;
}

.title-nav a:not(:disabled):hover{
    color: var(--text-btn-hover);
}

.py-title {
    padding-top: 8rem;
    padding-bottom: 6rem
}

.gap-8 {
    gap: 32px;
}

@media screen and (max-width:1023px){

    .home-title  {
        font-size: 25px;
        font-style: italic;
        font-weight: 400;
        line-height: 60px;
        letter-spacing: 2.5999999046325684px;
    }

    .title-nav a , 
    .title-nav svg  {
        font-size: 25px;
        font-style: italic;
        font-weight: 400;
        line-height: 60px; 
        letter-spacing: 2.5999999046325684px;
    }

    .home-title-container{
        padding: 0 1rem;
    }
    
}

.thumbnail-border {
    border-radius: 12px;
    border: 1px solid var(--thumbnail-state);
}

.thumbnail-border:hover ,.thumbnail-border:active {
    border-color: var(--pressed-state);
}

.section_title {
    color: #272727; font-size: 24px; font-weight: 500; line-height: 32px; word-wrap: break-word;
    background-color: white;
}


:root {
    --natural-dark :rgba(109, 49, 1, 1);
    --natural-light: rgba(255, 249, 240, 1);
    --card-bg: rgba(255, 248, 225, 1);
    --bs-dark:rgba(33, 33, 33, 1);
    --natural-primary: rgba(121, 85, 72, 1);
    --natural-header-bg:rgba(255, 255, 255, 0.7);
    --natural-border:rgba(255, 224, 178, 1);
    --natural-active-border:rgba(255, 152, 0, 1);
    --natural-secondary:rgba(102, 112, 133, 1);
    --natural-orange:rgba(236, 74, 10, 1);
    --natural-secondary-100: rgba(242, 244, 247, 1);
    --natural-light-on-surface:rgba(28, 28, 20, 1);
    --pressed-state :rgba(255, 167, 38, 1);
    --thumbnail-state:#FFB74D;
    --natural-hover:rgba(121, 85, 72, 0.12);
    --text-btn-hover:rgba(215, 204, 200, 1);
}

/* Why us section */

.why-us-contents {
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
   justify-content: center;
   gap: 64px 64px;
   padding: 0 16px;
   position: relative;
   margin: 40px 0px;
}

.why-us-contents .why-us-component {
    display: flex;
    flex-direction: column;
    width: 237.33px;
    height:200px;
    align-items: center;
    gap: 24px;
    position: relative;
}

.why-us-contents .why-us-icon {
    position: relative;
    width: 120px;
    height: 120px;
}

.why-us-contents .caption {
    position: relative;
    align-self: stretch;
    font-weight: 500;
    color: var(--black);
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.9px;
    line-height: 28px;
}


@media (max-width: 1199px) {
    .why-us-contents {
        display: flex; 
        flex-wrap: nowrap;  
        overflow-x: auto;     /* horizontal scroll only */
        overflow-y: hidden;   /* no vertical scroll */
        gap: 16px;          
        padding: 0 16px;
        justify-content: flex-start;
        scroll-snap-type: x mandatory;

        -ms-overflow-style: none;  /* IE/Edge hide scrollbar */
        scrollbar-width: none;     /* Firefox hide scrollbar */
    }

    .why-us-contents::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }

    .why-us-contents .why-us-component {
        width: 150px; 
        flex-shrink: 0; 
        scroll-snap-align: start;
    }

    .why-us-contents .caption {
        font-size: 16px;
        line-height: 24px; 
    }

    .why-us-contents .why-us-icon {
        width: 100px; 
        height: 100px; 
    }
}


/* contact-us-section */
.contact-us-section {
   /* padding: 24px 16px;*/
    display: flex;
    gap: 16px;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

}
/*  map-section */
.map-section {
    padding: 0 16px;
    margin: 24px 0px;
}

/* recently-view-section */
.recently-view-section {
    padding: 0 16px;
    position: relative;
    margin: 24px 0px 0px;
    overflow: hidden;
    width: 100%;
}
.recently_view_content{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

/* Category buttons in showroom */
.category-btn-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 28px 40px;
    padding: 32px 16px;
}

.category-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 28px 40px;
    padding: 32px 16px;
    position: relative;
  }
  
  .category-button .overlap-group-wrapper {
    position: relative;
    width: 198px;
    height: 64px;
  }
  
  .category-button .overlap-group {
    position: relative;
    width: 198px;
    height: 64px;
    border-radius: 500px;
    border: 4px solid;
    border-color: #fff3e0;
    background-size: cover;
    background-position: 50% 50%;
  }
  
  .category-button .category_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 56px;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1.8px;
    line-height: 28px;
    white-space: nowrap;
    color: rgba(236, 74, 10, 1);
    text-shadow: 
        -1.5px -1.5px 0 white,  
        1.5px -1.5px 0 white,
        -1.5px 1.5px 0 white,
        1.5px 1.5px 0 white; 
  }
  
  .category-button .background-state {
    position: absolute;
    width: 198px;
    height: 64px;
    top: -4px;
    left: -4px;
    border-radius: 10000px;
    border: 4px solid;
    border-color: var(--materialcolororange-100);
  }
  .category-button .background-state:hover ,
  .category-button .background-state.active {
    border-color: var(--materialcolororange-300);
  }
  
  /* Filter */
  .filter-bar {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    padding: 8px 32px;
    position: relative;
    background-color: #ffffff;
  }
  
  .filter-bar .button-row {
    display: flex;
    align-items: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .checkboxes {
    cursor: pointer;
  }
  
  .filter-bar .overlap-group {
    width: 152px;
    position: relative;
    height: 64px;
    border-radius: 16px;
  }
  
  .filter-bar .badge-dark {
    display: inline-flex;
    flex-direction: column;
    min-width: 16px;
    max-width: 34px;
    align-items: center;
    justify-content: center;
    padding: 0px 4px;
    position: absolute;
    top: 16px;
    left: 124px;
    background-color: var(--materialcolordeeporange-300);
    border-radius: 100px;
    overflow: hidden;
  }
  
  /* .filter-bar .decision-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  } */
  
  
  .filter-bar .overlap-group-wrapper {
    all: unset;
    box-sizing: border-box;
    width: 114px;
    position: relative;
    height: 64px;
    border-radius: 16px;
    border: 4px solid;
    border-color: var(--materialcolororange-50);
  }

  .btn-outline-cancel{
    height: 64px;
    border-radius: 16px;
    border: 4px solid;
    border-color: var(--materialcolororange-50);
  }
  
  .filter-bar .div {
    position: relative;
    width: 114px;
    height: 64px;
    border-radius: 16px;
  }
  
  .filter-bar .filter-variables {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 36px 16px;
    padding: 16px;
    display: flex;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .filter-bar .div-2 {
    display: flex;
    flex-direction: column;
    min-width: 260px;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 0px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: var(--borderinactive-light);
  }
  
  .filter-bar .data-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .filter-bar .label {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--display-xs-medium-font-family);
    font-weight: var(--display-xs-medium-font-weight);
    color: var(--black);
    font-size: var(--display-xs-medium-font-size);
    letter-spacing: var(--display-xs-medium-letter-spacing);
    line-height: var(--display-xs-medium-line-height);
    white-space: nowrap;
    font-style: var(--display-xs-medium-font-style);
  }
  
  .filter-bar .filter-item {
    min-width: 280px;
    align-items: center;
    gap: 16px;
    padding: 8px;
    display: flex;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .filter-bar .element-checkboxes {
    position: relative;
    width: 24px;
    height: 24px;
  }
  
  .filter-bar .item {
    position: relative;
    flex: 1;
    height: 28px;
    margin-top: -2px;
    font-family: var(--text-lg-normal-font-family);
    font-weight: var(--text-lg-normal-font-weight);
    color: #000000;
    font-size: var(--text-lg-normal-font-size);
    letter-spacing: var(--text-lg-normal-letter-spacing);
    line-height: var(--text-lg-normal-line-height);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-style: var(--text-lg-normal-font-style);
  }
  
  .filter-bar .item-2 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--text-lg-medium-font-family);
    font-weight: var(--text-lg-medium-font-weight);
    color: var(--orange-600);
    font-size: var(--text-lg-medium-font-size);
    letter-spacing: var(--text-lg-medium-letter-spacing);
    line-height: var(--text-lg-medium-line-height);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-style: var(--text-lg-medium-font-style);
  }
  
  
  #IntersectionObserver {
    height: 20px !important;
    position: relative;
    top:-600px;
  }

  .text-red{
    color: red;
  }

  .carosoal-hero{
    height: 400px;
  }
  
  /* Brands we carry */

  .brand_contents {
    display: inline-flex;
    align-items: center;
    gap: 64px;
    padding: 0px 64px;
    position: relative;
  }

  .brand_contents .overlap-group-wrapper {
    position: relative;
    width: 280px;
    height: 144px;
  }

  .brand_contents .overlap-group {
    position: relative;
    height: 144px;
    border-radius: 12px;
  }

  .brand_contents .img {
    width: 192px;
    top: 16px;
    left: 48px;
    position: absolute;
    height: 115px;
    object-fit: contain;
  }

  .brand_contents .background-state {
    position: absolute;
    width: 280px;
    height: 144px;
    top: 0;
    left: 0;
    border-radius: 12px;
    border: 1px solid;
    border-color: var(--materialcolororange-100);
  }
  .brand_contents .background-state:hover, 
  .brand_contents .background-state:active {
    border-color: var(--materialcolororange-300);
    box-shadow: var(--shadow-orange-lg-orange);
  }

.showroom-more-css {
    color: #795548 !important;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.product-detail-image {
    display: block;
    object-fit: contain;
    height: inherit;
    margin: auto;
}

.h-350x {
    height: 350px !important;
}
.share-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Modal box */
.share-modal .modal-content {
  background: #fff;
  padding: 25px;
  max-width: 400px;
  margin: 15% auto;
  border-radius: 8px;
  position: relative;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

/* Close button */
.share-modal .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.share-modal h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

/* Share buttons */
.share-modal .modal-content .share-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

/* Copy link container */
.share-modal .copy-link-container {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}

.share-modal .copy-link-container input {
  border: none;
  padding: 8px 12px;
  flex: 1;
  font-size: 14px;
  outline: none;
}

.share-modal .copy-link-container .copy-btn {
  background-color: #4CAF50;
  color: #fff;
  border: none;
  padding: 6px 12px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 20px;
  margin-right: 4px;
  transition: background-color 0.3s;
}

.share-modal .copy-link-container .copy-btn:hover {
  background-color: #45a049;
}
@media (max-width: 460px) {
    .share-modal .modal-content {
        max-width: 80vw;
        margin: 60% auto; 
        padding: 12px;
    }

    .share-modal .a2a_kit {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .share-modal .copy-link-container {
        flex-direction: row; /* Keep input and button side by side */
        gap: 0;
    }

    .share-modal .copy-link-container input {
        font-size: 13px;
        padding: 6px 10px;
    }

    .share-modal .copy-link-container .copy-btn {
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 15px;
    }
}
.product-detail-image-auto {
    display: block;
    object-fit: contain;
    height: auto;
    margin: auto;
}
.image-preview-container {
    display: none ;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1); 
    z-index: 1001;
    cursor: grab;
}

.image-center{
    display: flex !important;
    justify-content: center;
    align-items: center;
    
}
.image-preview-container img {
    height: 100%;
    margin: 0 auto; 
}

.swiper-container.fullscreen-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
}
.mySwiper2 .swiper-slide{
    position: relative;
}

.swiper-fullscreen-btn {
  padding: 8px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);  /* <--- dark semi-transparent bg */
  color: white;
  cursor: pointer;
  font-size: 24px;
  z-index: 1001;
  border: 1px solid white;
  border-radius: 100%;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.swiper-fullscreen-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);  /* slightly darker on hover */
  transform: scale(1.1);
}
.fullscreen-horizontal-btn {
    position:absolute;
    z-index: 1001;
}

.fullscreen-vertical-btn {
    position: absolute;
    z-index: 1001;    /* Ensure it's above other elements */
    height: auto;
}


body.fullscreen-active {
    overflow: hidden;
}

.exit-preview-btn svg {
    padding: 5px;
    width: 80%; 
    height: 80%;
    background-color: rgba(0, 0, 0, 0.5);;
    border: 1px white solid;
    border-radius: 100%;
}

.fullscreen-thumbnail-swiper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);            
    max-width: 70vw;
    z-index: 10002;
    padding: 10px;
    border-radius: 20px;
    background: transparent;     
    display: flex;
    justify-content: center;
    overflow-x: auto;
}

.fullscreen-thumbnail-swiper .swiper-slide {
    width: 120px;
    height: 120px;
    margin-right: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    border-radius: 12px;
    transition: border-color 0.3s ease;
    position: relative;
    background-color: transparent;
}

.fullscreen-thumbnail-swiper .swiper-slide-active {
    border-color: #fff; /* highlight selected slide */
}

.thumbnail-slide-img {
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid;
    border-color: var(--materialcolororange-100);
}

#image-preview {
  width: auto;
  height: auto;
  object-fit: contain;
}
#image-preview.portrait,
#image-preview.landscape {
  width: auto;
  max-height: 100vh;
  object-fit: contain;
}
.exit-preview-btn {
  position: fixed;
  top: 10px;
  right: 2vw;
  background: transparent;
  border: none;
  z-index: 10;
  cursor: pointer;
  border-radius: 4px;
  height: 48px;
  width: 48px;
}

.image-preview-container:active {
  cursor: grabbing; /* Cursor when dragging the image */
}
.fullscreen-prev-button,
.fullscreen-next-button {
    position: fixed; /* Fix them to the viewport edges */
    top: 50%;
    transition: none !important; /* Disable animation */
    z-index: 10000;
}
.fullscreen-prev-button {
    left: 3vw;  /* Position on the left edge */
}

/* Right button on the right edge */
.fullscreen-next-button {
    right: 3vw; /* Position on the right edge */
}
.fullscreen-thumbnail-swiper .swiper-slide:hover .thumbnail-slide-img {
    transform: scale(1.05); /* Slightly zoom in on hover */
}
.fullscreen-thumbnail-swiper
{
    scrollbar-width: none;
}
/* Keep swiper wrapper scrollable but hide scrollbar */
.fullscreen-thumbnail-swiper .swiper-wrapper {
  overflow-x: scroll; /* Enable horizontal scrolling */
  -ms-overflow-style: none;  /* Hides scrollbar in IE and Edge */
  scrollbar-width: none;  /* Hides scrollbar in Firefox */
}

.fullscreen-thumbnail-swiper .swiper-wrapper::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Webkit browsers (Chrome, Safari) */
}

/* Toggle Button Styling */
.image-preview-container .toggle-btn {
    position: fixed;
    bottom: 10vh;  /* Adjust vertical position using vh for better scaling */
    right: 8vw;    /* Position the button horizontally in the middle using vw */
    transform: translateX(-100%); /* Offset the button to the left by its own width */
    border: none;
    background-color: #fff; 
    z-index: 10;
    cursor: pointer;
    border-radius: 4px;
    height: 30px;    /* Responsive height based on viewport height */
    width: 30px;     /* Responsive width based on viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
  }

.image-preview-container #toggle-swiper svg {
    transition: transform 0.3s ease;
  }