 .specs-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.popup-show {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease-out;
}

.popup-box {
  background: #000 !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 40px;
  max-width: 85%;
  max-height: 100%;
  overflow-y: hidden;
  position: relative;
  animation: slideIn 0.3s ease-out;
}

.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
}

.popup-title {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
      margin-bottom: 20px;

}

.popup-close {
  color: #aaa;
  font-size: 32px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.popup-close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

      /* Product Specs Styles */
      .product__specs-inner {
        padding: 0;
        border: none;
        border-radius: 0;
        background: transparent;
      }

      .product__specs-list {
	/*padding-left:15px;*/
        padding-top: 15px;
     }

      .product__specs-item {
	display:flex;
        opacity: 1;
	padding-bottom:5px;
        transition: all 0.5s ease-out;
	gap:10px 20px;
      }

      .product__specs-title {
        margin-bottom: 0px;
        display: block;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0;
        text-transform: none;
        color: #a1a1a1 !important;
	min-width:100px;
	max-width:140px;
      }

      .product__specs-descr {
        display: flex;
        align-items: center;
     }

      .product__specs-descr span {
        margin-right: 5px;
        font-size: 12px;
        font-weight: 400;
        color: #a1a1a1;
      }

      .product__specs-descr button {
        padding: 0;
        display: none;
        width: 18px;
        height: 18px;
        background: #000000;
        border: none;
        transition: all 0.3s ease-out;
        position: relative;
        cursor: pointer;
      }

      .product__specs-descr button svg {
        display: block;
        width: 100%;
        height: auto;
        /* fill: rgb(209, 20, 49); */
        stroke: #e4002b;
        cursor: pointer;
      }

      .product__specs-txt {
        margin: 0;
        padding: 12px;
        width: 256px;
        font-weight: 400;
        font-size: 14px;
        text-align: center;
        letter-spacing: 0;
        color: #fff;
        background: #e4002b;
        border-radius: 6px;
        position: absolute;
        top: 35px;
        left: 50%;
        transform: translateX(-50%);
        pointer-events: none;
        opacity: 0;
        transition: all 0.3s ease-out;
        z-index: 1;
      }

      .product__specs-txt.show {
        opacity: 1;
      }

      .product__specs-descr button:hover svg circle {
        stroke: #fff;
        transition: all 0.3s ease-out;
      }

      .product__specs-descr button:hover svg path {
        fill: #fff;
        transition: all 0.3s ease-out;
      }

      /* Responsive Design */
      @media (max-width: 600px) {
.layout-traditional figure.media{
height:250px !important;
width:100% !important;
object-fit:scale-down !important;
}
        .popup-box{
padding:25px !important ;
        }
        .product__specs-list {
   /* margin: -16px 0px !important;*/
padding-bottom:20px !important;
}
        .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px !important;
   padding: 12px 16px !important;
    border-bottom: 1px solid #ffffff1c !important;
}
.product__specs-descr
 {
    display: flex;
    align-items: center;
}
        .popup-title {
    font-size: 19px !important;
    font-weight: 600;
            margin-bottom: 0px !important;
    color: #fff;
}


        .product__specs-item {
          width: calc((100% / 2) - 30px);
        }


        .modal-content {
        padding: 10px;
        max-height: 100%;

        }
.modal-body.p-5{
	padding:10px !important;
}

      }

      @media (max-width: 480px) {
        .product__specs-item {
	/* margin: 11px 5px !important; */
          width: calc(100% - 30px);
        }
      }

      /* Animations */
      @keyframes fadeIn {
        from {
          opacity: 0;
        }
        to {
          opacity: 1;
        }
      }

      @keyframes slideIn {
        from {
          opacity: 0;
          transform: translateY(-50px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
                   .featured-collection__slider {
            background-color: rgb(0, 0, 0);
            position: relative;
            z-index: 1;
            /*padding: 2rem;*/
        }

        .splide__header {
            display: flex;
            justify-content: space-between;
            align-items: end;
        }

        .section__header {
            padding-top: calc(var(--gutter) * 1.6);
            padding-bottom: calc(var(--gutter) * .6);
            position: relative;
        }

        .h2.heading {
            font-size: 2rem;
            font-weight: bold;
            color: #fff;
            margin-bottom: 0.5rem;
            letter-spacing: 0.1em;
        }

        .mb-8 {
            margin-bottom: 2rem;
        }

        .description {
            font-size: 1rem;
            color: #666;
        }

        .splide__arrows {
            display: flex;
            /* opacity: 0; */
        }

        @media only screen and (min-width: 767px) {
            .splide__arrows {
                opacity: 1 !important;
            }
        }

        .splide__arrow {
            display: grid;
            place-content: center;
            padding: 1.2rem;
            background: none;
            border: none;
            cursor: pointer;
            color: #fff;
            transition: opacity 0.3s ease;
        }

        .splide__arrow:disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .splide__arrow:hover:not(:disabled) {
            opacity: 0.7;
        }

        .splide__track {
            overflow: hidden;
            position: relative;
            z-index: 0;
            padding-top: 0px !important;
        }

        .splide__list {
            backface-visibility: hidden;
            display: flex;
            height: 100%;
            margin: 0 !important;
            padding: 0 !important;
            list-style: none;
            transition: transform 0.3s ease;
        }

        .splide__slide {
            margin-right: var(--card-grid-gap);
            flex: 0 0 auto;
        }

        @media only screen and (min-width: 1023px) {
            .splide__slide {
                --width: calc(((100% + var(--card-grid-gap)) / var(--items-per-row-desktop) - var(--card-grid-gap)));
                width: var(--width);
            }
        }

        @media only screen and (min-width: 767px) and (max-width: 1022px) {
            .splide__slide {
                --width: calc(((100% + var(--card-grid-gap)) / var(--items-per-row-tablet) - var(--card-grid-gap)));
                width: var(--width);
            }
        }

        @media only screen and (max-width: 766px) {
            .splide__slide {
                --width: calc(((100% + var(--card-grid-gap)) / var(--items-per-row-mobile) - var(--card-grid-gap)));
                width: var(--width);
            }
        }

        .card-slide {
            --card-radius: 0px;
            position: relative;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            border-radius: var(--card-radius);
            color: var(--card-text-color);
            /*background-color: var(--card-bg-color);*/
            height: 100%;
            width: 100%;
            transition: all 0.4s ease-in-out;
        }

        .card-additionals {
            display: flex;
            gap: calc(var(--gutter) / 2);
            padding: calc(var(--gutter) / 2);
            z-index: 1;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        @media only screen and (min-width: 1023px) {
            .card-additionals {
                padding: 24px;
            }
        }

        .product__badges {
            display: flex;
            gap: 0.5rem;
        }

        .badge {
            padding: 0.25rem 0.75rem;
            font-size: 0.75rem;
            font-weight: bold;
            text-transform: uppercase;
            border-radius: 0.25rem;
        }

        .badge.sale {
            background-color: #ffffff;
            color: #000000;
        }

        .badge.soldout {
            background-color: #111111;
            color: #ffffff;
        }

        .card-media {
            position: relative;
            display: block;
            overflow: hidden;
            background-color: #f0f0f0;
        }

        .card-hover-images {
            position: relative;
            overflow: hidden;
        }

        /* Main image styling */
        .card-hover-images .media {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            /*height: 350px;*/
            margin: 0;
           /* background-color: #f0f0f0; */
	 background-color: #fff; 
            position: relative;
        }

        /* First image (default visible) */
        .card-hover-images .media:first-child {
            opacity: 1;
            transition: opacity 0.4s ease-in-out;
        }

        /* Second image (hidden by default) */
        .card-hover-images .media:last-child {
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            transition: opacity 0.4s ease-in-out;
        }

        /* Hover effect - show second image */
        .card-slide:hover .card-hover-images .media:first-child {
            opacity: 0;
        }

        .card-slide:hover .card-hover-images .media:last-child {
            opacity: 1;
        }

    .layout-traditional figure.media {
    width: 350px;
    height: 490px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

        .card-body {
            /* padding: 1rem 0rem 1rem !important; */
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }

        .text-align-left {
            text-align: left;
        }

        .card-body__inner {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            gap: 0.8rem;
        }

        .card-slide.layout-traditional .card-body__inner {
            margin-top: auto;
            z-index: 1;
            text-decoration: none;
        }

        .card-title {
         font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -.02em;
            /*text-transform: uppercase;*/
            word-break: break-word;
            color: #fff;
            text-decoration: none;
            margin: 0;
        }

        .card-price-collection {
            font-size: 1rem;
            font-weight: 500;
            color: #949494;
        }

        .price__container {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .price-item--regular {
            color: #a1a1a1;
        }

        .price-item--sale {
            color: #e74c3c;
            font-weight: bold;
        }

        .price--on-sale .price-item--regular {
            text-decoration: line-through;
            color: #999;
        }

        .price--sold-out {
            opacity: 0.6;
        }

        .visually-hidden {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }

        /* Slider functionality */
        .slider-container {
            position: relative;
        }

        .slider-track {
            transform: translateX(0);
        }

        /* Animation delays for staggered effect */
        .splide__slide:nth-child(1) .card {
            transition-delay: 0s;
        }

        .splide__slide:nth-child(2) .card {
            transition-delay: 0.2s;
        }

        .splide__slide:nth-child(3) .card {
            transition-delay: 0.4s;
        }

        .splide__slide:nth-child(4) .card {
            transition-delay: 0.6s;
        }
         :root {
            --beige: #f5f3f0;
            --grey: #888;
            --black: #1a1a1a;
            --white: #ffffff;
             --gutter: 1rem;
            --card-grid-gap:0.13rem;
            --items-per-row-desktop: 4;
            --items-per-row-tablet: 3;
            --items-per-row-mobile: 1;
            --card-radius: 0px;
            --card-text-color: #333;
            --card-bg-color: #fff;
        }

@media (max-width: 600px) {
    .height_001 {
        padding-bottom: 190px;
    }
    .smallscreen{
     display:none !important;
    }
    .smallscreen2{
        padding-top:30px;
        display: none !important;
        text-align:center;
    }
    .addtocart_small{
        width:400px;
        background-color: #e31e2e;
        color:white;
    }
    .mm-survey-page.mm-page-2.active{
        padding-bottom:150px;
    }
    .width_01{
        width:100% !important;
    }
}

@media (min-width: 601px) {
    .smallscreen2{
     display:none !important;
    }
    
}
.width_01{
    width:69%;
}
.lenn{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
}
#lense_error{
    color:red;
    font-size: 18px;    
}
.padd{
        padding-bottom:150px;
    }
    .btn_hoverr .radio-custom-label{
        padding:30px !important;
        border: 1px solid #ffffff1c;
        /* border-radius:7px; */
    }
    .btn_hoverr:hover .radio-custom-label{
        border: 1px solid #e31e2e; 
        font-size:18px;
        /* border-radius:7px; */
           background: #0c0c0c;
    }
    .btn_hoverr .radio-custom-label.active {
        border: 1px solid #e31e2e; 
           background: #0c0c0c;
    }
    .btn_hoverr .radio-custom-label {
        display: block;
        padding: 10px;
        cursor: pointer;
    }
  
    .flexx-01{
        display:flex;
        gap:30px;
    }

    .flexx-02{
        display:flex;
        align-items:center;
        gap:30px;
    }
    .flexx{
        display:flex;
        flex-direction: column;
        justify-content: center;
    }
    .images{
        width:60px;
        height:60px;
    }
.btn_review{
    margin-top:20px;
    background-color: #e31e2e;
    border-color: #e31e2e;
    color: #fff;
    /* border-radius: 12px !important; */
}
    .error-message{
        color:#e31e2e;
    }
    .imagePreview{
        overflow:hidden;
        width:300px;
        height:300px;
        object-fit:cover;
    }
    .side_images{
        margin-top:20px;
        width:100px;
        height:45px;
        border:none;
        background-color:#e4002b;
        color:white;
    }
    .side_images1{
        margin-top:20px;
        width:185px;
        height:45px;
        border:none;
        background-color:#e31e2e;
        color:white;
    }
    .spr-icon-star-empty {
        color: #808080; 
    }
    .spr-icon-star-filled {
        color: #ffb300; 
    }
        .zerolenses, .singlevision, .progressive, .nav_tabs{
            display: none;
        }
        .active {
            display: block;
        
        }
    
            .red-background {
                color: red !important;
                border-radius:50%;
            }
            
            .red-svg path {
                fill: red;
            }
            #formopentag{
                display: block!important;
            }
            .accordion-button[aria-expanded="true"],
            .active-box[aria-expanded="true"] {
                background-color: black!important;
                color:white!important;
            }
            .accordion-button[aria-expanded="false"],
            .active-box[aria-expanded="false"] {
                
                background:none !important;
                color:#fff !important;
            }
            .accordion-button:hover .radio-header{
    z-index: 2;
    color: #fff !important;
}
            .modal-body::-webkit-scrollbar {
    display: none!important;
    }

    .modal-body {
    -ms-overflow-style: none!important; /* IE and EDGE */
    scrollbar-width: none!important; /* Firefox */
    }
    
    .red-background-1 {
    background-color: red; 
   
}

.red-border {
    border: 1px solid #e31e2e !important; /* Adjust border style as needed */
}
.card-header button#ChooseDesgin {
    background:black !important;
}

.radio-custom {
   opacity: 1 !important;
}
#manualEntry{
    margin-top:30px !important;
    border:1px solid #e6e6e6 !important;
    padding:20px !important;
	font-size:14px;
}

.radio-1-2{
   /* margin-top:30px !important; */
    border:1px solid #3e3c3c !important;
    padding:30px !important;
    font-size: 14px;
    font-weight: 500;
    /* border-radius: 7px; */

} 

.radio-1-2.selected {
        border-color: #e31e2e !important;
    }
    .tab-pane .prescription-cards {
    display: grid
;
    /* grid-template-columns: 50% 50%; */
    grid-template-columns: 100%;
    gap: 20px;
    padding-bottom: 50px;
}