 @import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

 @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

 /* common-css-start */
 :root {
     --color-black: #222222;
     --color-white: #ffffff;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p {
     margin: 0;
 }

 body {
     overflow-x: hidden;
     font-family: "Mulish", sans-serif;
     background: #010101 !important;
 }

 section {
     position: relative;
 }

 .myClass {
     overflow: hidden;
 }

 ul {
     padding: 0;
     margin: 0;
     list-style: none;
 }

 a {
     text-decoration: none;
     display: inline-block;
 }

 .section-span {
     text-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
     font-family: 'Mulish';
     font-weight: 700;
     font-size: 17px;
     margin: 0 !important;
     line-height: normal;
     letter-spacing: 0.12em;
     text-transform: uppercase;
     color: #d3ad3e;
 }

 .main-heading {
     font-weight: 500;
     font-size: 42px;
     line-height: 126%;
     font-family: "Oswald", sans-serif;

     color: #FFF;
 }

 .sub-heading {
     font-family: 'Oswald';
     font-weight: 400;
     font-size: 46px;
     line-height: normal;
     color: #fff;
 }

 .sub-heading span {
     color: #d3ad3e;
 }

 p {
     font-family: 'Mulish';
     font-weight: 500;
     font-size: 18px;
     line-height: 150%;
     color: #fff;
 }

 .btn-all {
     background: #b08a2e;
     border-radius: 100px;
     padding: 15px 30px;
     display: inline-flex;
     align-items: center;
     gap: 10px;
     font-family: 'Mulish';
     font-weight: 800;
     font-size: 16px;
     line-height: normal;
     text-transform: uppercase;
     color: #fff;
     width: max-content;
 }

 .main-heading span {
     color: #b08a2e;
 }

 .section-heading {
     position: relative;
     z-index: 1;
 }

 @media (min-width: 1400px) {

     .container,
     .container-lg,
     .container-md,
     .container-sm,
     .container-xl,
     .container-xxl {
         max-width: 1200px;
     }
 }

 /* common-css-end */



 /*----------------------------------------------------------------header-css-start----------------------------------------------------------------*/



 /*---- 
 
/* Transparent Header */
 .transparent-header {
     /* position: absolute;
  top: 40px;
  left: 0;
  right: 0; */
     width: 100%;
     background: #010101;

 }

 /*  Header Area */
 .header-area {
     position: relative;
     z-index: 9999;
 }

 /* Header Navigation */
 @media screen and (max-width: 1199.98px) {
     .header-navigation {
         padding: 20px 0;
     }
 }

 .header-navigation .primary-menu {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
 }

 .header-navigation .site-branding {
     max-width: 240px;
 }

 .header-navigation .site-branding img {
    width: 90%;
}   

 @media (max-width: 767.98px) {
     .header-navigation .site-branding {
         max-width: 150px;
     }
 }

 .header-navigation .main-menu ul>li {
     display: inline-block;
     position: relative;
     margin-left: 15px;
     margin-right: 15px;
 }

 @media screen and (max-width: 1199.98px) {
     .header-navigation .main-menu ul>li {
         margin-left: 10px;
         margin-right: 10px;
     }
 }

 .header-navigation .main-menu ul>li>a {
     position: relative;
     display: block;
     padding: 0 0;
     font-family: 'Mulish';
     font-weight: 600;
     font-size: 16px;
     color: #fff !important;
 }

 @media screen and (max-width: 1199.98px) {
     .header-navigation .main-menu ul>li>a {
         font-size: 16px;
     }
 }

 .header-navigation .main-menu ul>li>a span.dd-trigger {
     margin-left: 5px;
 }

 .header-navigation .main-menu ul>li .sub-menu {
     position: absolute;
     left: 0;
     top: 120%;
     width: max-content;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: all 0.2s;
     transition: all 0.2s;
     z-index: 99;
     padding: 10px 0;
     background-color: #FFF;
     height: auto;
     text-align: left;
     -webkit-box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
     box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
     border-radius: 7px;
 }

 .header-navigation .main-menu ul>li .sub-menu li {
     display: block;
     margin: 0;
 }

 .header-navigation .main-menu ul>li .sub-menu li a {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     padding: 0 30px;
     position: relative;
     line-height: 2.5;
     margin: 0;
     color: #000 !important;
     -webkit-transition: all 0.3s ease-out 0s;
     transition: all 0.3s ease-out 0s;
 }

 .header-navigation .main-menu ul>li .sub-menu li a span.dd-trigger {
     margin-left: auto;
 }

 .header-navigation .main-menu ul>li .sub-menu li a::after {
     display: none;
 }

 .header-navigation .main-menu ul>li .sub-menu li a:hover {
     color: #010101;
 }

 .header-navigation .main-menu ul>li .sub-menu li .sub-menu {
     left: 100%;
     top: 50%;
 }

 .header-navigation .main-menu ul>li .sub-menu li:hover .sub-menu {
     top: 0%;
 }

 .header-navigation .main-menu ul>li .sub-menu li:hover>a {
     margin-left: 5px;
     color: #010101;
 }

 .header-navigation .main-menu ul>li:hover>a {
     color: #010101;
 }

 .header-navigation .main-menu ul>li:hover>a:after {
     left: 0;
     right: auto;
     width: 100%;
 }

 .header-navigation .main-menu ul>li:hover>.sub-menu {
     opacity: 1;
     visibility: visible;
     top: 100%;
 }

 .header-navigation .navbar-toggler {
     padding: 11px 7px;
     border: none;
     background-color: transparent;
     cursor: pointer;
     display: none;
     border-radius: 5px;
     margin-left: 20px;
 }

 .header-navigation .navbar-toggler span {
     position: relative;
     border-radius: 3px;
     display: block;
     height: 2px;
     padding: 0;
     width: 30px;
     cursor: pointer;
     display: block;
     -webkit-transition: all 0.3s ease-out 0s;
     transition: all 0.3s ease-out 0s;
     background-color: #010101;
 }

 .header-navigation .navbar-toggler span:not(:first-child) {
     margin-top: 5px;
 }

 .header-navigation .navbar-toggler.active span:nth-of-type(1) {
     -webkit-transform: rotate3d(0, 0, 1, 45deg);
     transform: rotate3d(0, 0, 1, 45deg);
     top: 7px;
 }

 .header-navigation .navbar-toggler.active span:nth-of-type(2) {
     opacity: 0;
 }

 .header-navigation {
     padding: 15px 0;
 }

 .header-navigation .navbar-toggler.active span:nth-of-type(3) {
     -webkit-transform: rotate3d(0, 0, 1, -45deg);
     transform: rotate3d(0, 0, 1, -45deg);
     top: -7px;
 }

 @media screen and (max-width: 1199.98px) {
     .header-navigation .theme-nav-menu {
         text-align: left;
         position: fixed;
         top: 0;
         left: -340px;
         width: 340px;
         height: 100%;
         -webkit-transition-duration: 500ms;
         transition-duration: 500ms;
         padding: 20px 20px 30px;
         display: block;
         overflow-x: hidden;
         overflow-y: scroll;
         z-index: 9999;
         background-color: #010101;
     }

     .header-navigation .theme-nav-menu.menu-on {
         left: 0;
     }

     .header-navigation .theme-nav-menu .main-menu {
         margin-top: 30px;
     }

     .header-navigation .theme-nav-menu .main-menu ul li {
         display: block;
         margin: 0;
     }

     .header-navigation .theme-nav-menu .main-menu ul li:not(:last-child) {
         border-bottom: 1px solid var(--border-color);
     }

     .header-navigation .theme-nav-menu .main-menu ul li a {
         display: block;
         padding: 12px 0;
         font-size: 18px;
     }

     .header-navigation .theme-nav-menu .main-menu ul li a:after {
         display: none;
     }

     .header-navigation .theme-nav-menu .main-menu ul li .sub-menu {
         width: 100%;
         position: relative;
         top: 0;
         left: 0;
         padding: 0;
         -webkit-box-shadow: none;
         box-shadow: none;
         background-color: transparent;
         visibility: visible;
         opacity: 1;
         display: none;
         -webkit-transition: none;
         transition: none;
     }

     .header-navigation .theme-nav-menu .main-menu ul li .sub-menu>li>a {
         padding: 0;
     }

     .header-navigation .main-menu ul>li .sub-menu li a {
         color: #fff !important;
     }

     .header-navigation .theme-nav-menu .main-menu ul li .sub-menu>li .sub-menu {
         width: 100%;
         position: relative;
         top: 0;
         left: 0;
         padding: 0;
         -webkit-box-shadow: none;
         box-shadow: none;
         background-color: transparent;
         visibility: visible;
         opacity: 1;
         display: none;
         -webkit-transition: none;
         transition: none;
         margin-left: 30px;
     }

     .header-navigation .theme-nav-menu .main-menu ul li .dd-trigger {
         position: absolute;
         right: 0;
         top: 10px;
         height: 25px;
         width: 25px;
         border-radius: 3px;
         z-index: 2;
         cursor: pointer;
         font-size: 16px;
     }

     .header-navigation .navbar-close {
         width: 35px;
         height: 35px;
         border-radius: 4px;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         border: 1px solid var(--border-color);
         font-size: 16px;
     }

     .header-navigation .navbar-toggler {
         display: block;
     }

     .header-navigation .theme-menu-bottom h5 {
         margin-bottom: 25px;
     }

     .header-navigation .theme-menu-bottom .social-link li {
         display: inline-block;
         margin-right: 10px;
     }

     .header-navigation .theme-menu-bottom .social-link li a {
         width: 40px;
         height: 40px;
         border-radius: 50%;
         border: 1px solid var(--border-color);
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
     }

     .header-navigation .theme-menu-bottom .social-link li a:hover {
         background-color: #010101;
         color: #FFF;
     }
 }

 /* Nav Right Item */
 .nav-right-item {
     display: flex;
     align-items: center;
 }

 .nav-button {
     border-radius: 100px;
     background: #b08a2e;
     padding: 10px 20px;
     margin-left: 14px;
     display: flex;
     align-items: center;
     gap: 0;
 }

 .nav-button a.rr-btn {
     padding: 0 15px;
     margin: 0 !important;
 }

 .nav-button a.rr-btn:first-child {
     border-right: 1px solid rgba(255, 255, 255, 0.5);
     padding-left: 0;
 }

 .nav-button a.rr-btn:last-child {
     padding-right: 0;
     border-left: 1px solid rgba(255, 255, 255, 0.5);
 }

 .nav-right-item .search-btn form{
     display: flex;
     align-items: center;
     cursor: pointer;
     transition: all 0.3s;
     color: #fff;
     background: rgba(176, 138, 46, 0.12);
     gap: 8px;
     border: 1px solid rgba(176, 138, 46, 0.5);
     border-radius: 100px;
     width: max-content;
     padding: 9px 15px;
 }

 .nav-right-item .search-btn input {
     background: transparent;
     border: none !important;
     font-family: 'Mulish';
     font-weight: 600;
     font-size: 14px;
     color: #fff;
     flex: auto;
     width: 100%;
     outline: none !important;
     box-shadow: none !important;
 }

 .nav-right-item .search-btn input::placeholder {
     background: transparent;
     border: none;
     font-family: 'Mulish';
     font-weight: 600;
     font-size: 14px;
     color: #fff;
 }

 .nav-right-item .search-btn i {
     width: 16px;
     flex: 0 0 16px;
     display: block;
 }

 .nav-right-item .search-btn:hover {
     color: #b08a2e;
     border-color: transparent;
 }

 @media screen and (max-width: 1199.98px) {
     .nav-right-item .search-btn {
         width: 45px;
         height: 45px;
     }
 }

 .nav-right-item .theme-btn {
     margin-left: 24px;
     padding: 18px 40px;
 }

 @media screen and (max-width: 1199.98px) {
     .nav-right-item .theme-btn {
         padding: 15px 40px;
     }
 }

 .header-one .container-fluid {
     padding-left: 110px;
     padding-right: 110px;
 }

 @media (max-width: 1650px) {
     .header-one .container-fluid {
         padding-left: 30px;
         padding-right: 30px;
     }
 }

 @media screen and (max-width: 1199.98px) {
     .header-one .container-fluid {
         padding-left: 15px;
         padding-right: 15px;
     }
 }

 .header-one .header-navigation .main-menu ul>li>a {
     color: #FFF;
 }

 .header-navigation .main-menu ul>li>a:after {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     width: 0;
     transition: all 0.5s;
     background: #b08a2e;
     height: 2px;
 }

 .header-one .header-navigation .main-menu ul>li>a:hover {
     color: #b08a2e;
 }

 .header-navigation .main-menu ul>li>a:hover:after {
     width: 100%;
 }

 @media screen and (max-width: 1199.98px) {
     .header-one .header-navigation .main-menu ul>li>a {
         color: #010101;
     }
 }

 .header-one .header-navigation .main-menu ul>li .sub-menu li a {
     color: #010101;
 }

 .header-one .header-navigation .main-menu ul>li .sub-menu li a:hover {
     color: #010101;
 }

 .header-one .header-navigation .main-menu ul>li .sub-menu li:hover>a {
     color: #010101;
 }

 .header-one .header-navigation .main-menu ul>li:hover>a {
     color: #010101;
 }

 .header-one .header-navigation .nav-right-item .navbar-toggler {
     border-color: rgba(255, 255, 255, 0.7);
 }

 .header-one .header-navigation .nav-right-item .navbar-toggler span {
     background-color: rgba(255, 255, 255, 0.7);
 }

 /* Header Two */
 .header-two .container-fluid {
     padding-left: 120px;
     padding-right: 120px;
 }

 @media (max-width: 1650px) {
     .header-two .container-fluid {
         padding-left: 30px;
         padding-right: 30px;
     }
 }

 @media screen and (max-width: 1199.98px) {
     .header-two .container-fluid {
         padding-left: 15px;
         padding-right: 15px;
     }
 }

 .header-two.transparent-header {
     top: 30px;
 }

 @media screen and (max-width: 1199.98px) {
     .header-two.transparent-header {
         top: 10px;
     }
 }

 .header-two .header-navigation .primary-menu {
     padding: 0 25px;
     border-radius: 100px;
     background-color: rgba(255, 255, 255, 0.1);
 }

 @media screen and (max-width: 1199.98px) {
     .header-two .header-navigation .primary-menu {
         padding: 15px 25px;
     }
 }

 @media (max-width: 767.98px) {
     .header-two .header-navigation .primary-menu {
         padding: 0;
         border-radius: 0;
         background-color: transparent;
     }
 }

 .header-two .header-navigation .main-menu ul>li>a {
     color: #FFF;
 }

 @media screen and (max-width: 1199.98px) {
     .header-two .header-navigation .main-menu ul>li>a {
         color: #010101;
     }
 }

 .header-two .header-navigation .main-menu ul>li .sub-menu li a {
     color: #010101;
 }

 .header-two .header-navigation .main-menu ul>li .sub-menu li a:hover {
     color: #010101;
 }

 .header-two .header-navigation .main-menu ul>li .sub-menu li:hover>a {
     color: #010101;
 }

 .header-two .header-navigation .main-menu ul>li:hover>a {
     color: #010101;
 }

 .header-two .header-navigation .nav-right-item .search-btn:hover {
     color: #010101;
 }

 .header-two .header-navigation .nav-right-item .navbar-toggler {
     border-color: rgba(255, 255, 255, 0.7);
 }

 .header-two .header-navigation .nav-right-item .navbar-toggler span {
     background-color: rgba(255, 255, 255, 0.7);
 }

 /* Header Three */
 @media screen and (max-width: 1199.98px) {
     .header-three.transparent-header {
         top: 10px;
     }
 }

 .header-three .container-fluid {
     padding-left: 120px;
     padding-right: 120px;
 }

 @media (max-width: 1650px) {
     .header-three .container-fluid {
         padding-left: 40px;
         padding-right: 40px;
     }
 }

 @media screen and (max-width: 1199.98px) {
     .header-three .container-fluid {
         padding-left: 15px;
         padding-right: 15px;
     }
 }

 .header-three .header-navigation .main-menu ul>li>a {
     color: #FFF;
 }

 @media screen and (max-width: 1199.98px) {
     .header-three .header-navigation .main-menu ul>li>a {
         color: #010101;
     }
 }

 .header-three .header-navigation .main-menu ul>li .sub-menu li a {
     color: #010101;
 }

 .header-three .header-navigation .main-menu ul>li .sub-menu li a:hover {
     color: #010101;
 }

 .header-three .header-navigation .main-menu ul>li .sub-menu li:hover>a {
     color: #010101;
 }

 .header-three .header-navigation .main-menu ul>li:hover>a {
     color: #010101;
 }

 .header-three .header-navigation .nav-right-item .navbar-toggler {
     border-color: rgba(255, 255, 255, 0.7);
 }

 .header-three .header-navigation .nav-right-item .navbar-toggler span {
     background-color: rgba(255, 255, 255, 0.7);
 }

 .header-three .nav-right-item .theme-btn.style-one {
     background-color: #010101;
     color: #FFF;
 }

 .header-three .nav-right-item .theme-btn.style-one:hover {
     background-color: #010101;
 }

 .page-header.transparent-header {
     top: 10px;
 }

 /* Sticky Header */
 .sticky {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     width: 100%;
     z-index: 1000;
     margin: 0 auto;
 }

 .header-one .header-navigation.sticky {
     background-color: #010101;
 }

 .header-two .header-navigation.sticky {
     background-color: rgb(20, 6, 39);
 }

 .header-two .header-navigation.sticky .primary-menu {
     padding: 0;
     border-radius: 0;
     background-color: transparent;
 }

 .header-three .header-navigation.sticky {
     background-color: rgb(20, 6, 39);
 }


 .announcement-bar {
     background: #b08a2e;
     padding: 6px 0;
 }

 .announcement-item {
     color: #fff;
     display: flex;
     align-items: center;
     gap: 8px;
     justify-content: center;
 }

 .announcement-item p {
     font-family: 'Mulish';
     font-weight: 800;
     font-size: 16px;
     color: #fff;
     line-height: normal;
 }

 /*----------------------------------------------------------------header-css-end----------------------------------------------------------------*/
 /*==================================================================== Banner Section  CSS start =====================================================================*/
 .banner-section {
     height: 620px;
     display: flex;
     align-items: center;
     background: #010101;
     position: relative;
 }

 .banner-image-upper {
     height: 100%;
     display: flex;
     align-items: end;
 }

 .banner-video {
     position: absolute;
     top: 0;
     right: 0;
     height: 100%;
     width: 70%;
 }

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

 .banner-section:before {
     background: linear-gradient(90deg, #141208 0%, #141208 36.04%, rgba(20, 18, 8, 0) 100%);
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
 }

 .banner-image {
     width: 100%;
     position: relative;
     z-index: 2;
 }

 .banner-image img {
     width: 100%;
     object-fit: cover;
 }


 .banner-section .section-heading p {
     margin: 20px 0 30px;
 }

 .banner-section .main-heading {
     margin: 20px 0 10px;
 }

 .line {
     width: max-content;
 }

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

 .banner-section .section-heading {
     display: inline-flex;
     flex-direction: column;
     height: 100%;
     justify-content: center;
 }

 /*==================================================================== Banner Section  CSS end =====================================================================*/
 /*==================================================================== laboratory Section  CSS start =====================================================================*/
 .laboratorybxx {
     background-color: #1a1a1a;
     border-radius: 50px;
     color: #ffffff;
     padding: 12px 30px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-top: -15px;
     position: relative;
     z-index: 9;
 }

 .laboratory-item {
     display: flex;
     align-items: center;
     white-space: nowrap;
     gap: 10px;
 }

 .gold-icon {
     color: #c5a059;
     /* Gold/Bronze color for the icons */
     font-size: 1.2rem;
     margin-right: 10px;
 }

 .laboratory-item span {
     font-family: 'Mulish';
     font-weight: 600;
     font-size: 18px;
     line-height: normal;
     text-transform: capitalize;
     color: #fff;
 }

 .v-divider {
     height: 30px;
     width: 1px;
     background-color: #444;
     /* Small vertical line separator */
 }

 /* Mobile Responsive */
 @media (max-width: 991px) {
     .laboratory-section {
         flex-direction: column;
         border-radius: 20px;
         gap: 15px;
         text-align: center;
     }

     .v-divider {
         display: none;
         /* Hide dividers on mobile */
     }
 }




 /*==================================================================== laboratory Section  CSS end =====================================================================*/
 /*==================================================================== popular Section  CSS end =====================================================================*/
 .popular-card {
     border-radius: 4px;
     width: 100%;
     position: relative;
     background: linear-gradient(180deg, #060604 0%, #1f1f1f 100%);
     text-align: center;
 }

 .popular-content h4 {
     font-family: 'Mulish';
     font-weight: 500;
     font-size: 18px;
     line-height: normal;
     text-transform: uppercase;
     color: #fff;
 }

 .popular-content {
     text-align: left;
     padding: 10px 15px 15px;
 }

 .hot {
     background: #d3ad3e;
     border-radius: 100px;
     width: max-content;
     padding: 8px 14px;
     font-family: 'Mulish';
     font-weight: 800;
     font-size: 13px;
     line-height: normal;
     text-transform: uppercase;
     color: #fff;
     position: absolute;
     left: 1rem;
     top: 1rem;
 }

 .popularimage {
     padding-top: 33px;
 }

/* .popularimage a {
     width: max-content;
 }*/

 .popularimage a img {
     width: 100%;
     object-fit: cover;
 }

 .popular-btns .btn-all {
     padding: 10px 20px;
     width: 100%;
     text-align: center;
     justify-content: center;
 }

 .price {
     font-weight: 800;
     font-size: 16px;
     line-height: normal;
     text-transform: uppercase;
     color: #d3ad3e;
     margin: 17px 0;
 }

 .popular-section {
     padding: 124px 0 42px;
 }

 .popular-section .section-heading,
 .new-arrivals-section .section-heading {
     margin-bottom: 40px;
 }

 .popular-sliderbx .owl-nav {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     width: 100%;
     left: 0;
 }

 .popular-sliderbx .owl-nav button {
     position: absolute;
 }

 .popular-sliderbx .owl-nav button.owl-prev {
     left: -2rem;
 }

 .popular-sliderbx .owl-nav button.owl-next {
     right: -2rem;
 }

 /*==================================================================== popular Section  CSS end =====================================================================*/
 /*==================================================================== laboratory Section  CSS end =====================================================================*/
 .feature-box {
     border-radius: 24px;
     padding: 20px;
     border: 1px solid #222;
     background: #171716;
 }

 /* Image Container with Blue Border from image_47083b.jpg */
 .image-wrapper {
     border-radius: 18px;
     overflow: hidden;
     position: relative;
     height: 570px;
 }

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



 /* Custom Accordion */
 .custom-accordion .accordion-item {
     background-color: var(--accordion-bg);
     border: none;
     margin-bottom: 15px;
     border-radius: 12px !important;
     overflow: hidden;
 }

 .custom-accordion .accordion-button {
     box-shadow: none;
     padding: 18px 25px;
     border: none;
     background: rgba(255, 255, 255, 0.08);
     border-radius: 8px;
     font-family: 'Oswald';
     font-weight: 400;
     font-size: 20px;
     line-height: normal;
     color: #fff;
 }

 /* Accordion Icon Color */
 .acc-icon {
     margin-right: 15px;
     width: 24px;
     text-align: center;
 }

 /* Arrow Icon (Plus/Minus style) */
 .custom-accordion .accordion-button::after {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2z'/%3e%3c/svg%3e");
     background-size: 1.2rem;
     transition: transform 0.3s ease;
 }

 .custom-accordion .accordion-button:not(.collapsed)::after {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c5a059'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8z'/%3e%3c/svg%3e");
     transform: rotate(180deg);
 }

 .custom-accordion .accordion-button:not(.collapsed) {
     background-color: #222;
     color: #b08a2e;
 }

 .custom-accordion .accordion-body {
     color: #b0b0b0;
     padding: 20px;
     font-size: 0.95rem;
     line-height: 1.6;
 }


 .why-choose-section {
     padding: 42px 0 38px;
 }

 #renovaAccordion {
     margin-top: 30px;
 }

 /*==================================================================== laboratory Section  CSS end =====================================================================*/
 /*==================================================================== new-arrivals-section CSS start =====================================================================*/
 .new-arrivals-section {
     padding: 38px 0 86px;
 }

 .new-arrivals-section .new-arrivals-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 30px 24px;
 }

 /*==================================================================== new-arrivals-section CSS end =====================================================================*/
 /*==================================================================== coa-section-section CSS start =====================================================================*/
 .coa-section {
     background-size: cover;
     background-position: center;
     padding: 68px 0;
     color: #ffffff;
     text-align: center;
     position: relative;
     clip-path: ellipse(150% 100% at 50% 0%);
 }

 /* Title Styling */
 .coa-section .sub-heaidng {
     margin-bottom: 20px;
 }

 /* Description Styling */
 .coa-section .coa-description p{
     max-width: 65%;
     margin: 20px auto 30px;
     font-family: 'Mulish';
     font-weight: 500;
     font-size: 16px;
     line-height: 150%;
     text-align: center;
     color: rgba(255, 255, 255, 0.78);
 }


 /*==================================================================== coa-section-section CSS end =====================================================================*/
 /*==================================================================== About section CSS start =====================================================================*/
 .about-section {
     padding: 90px 0 64px;
     overflow: hidden;
 }

 /* Image Styling from image_3c8111.png */
 .about-image-container {
     border-radius: 20px;
     overflow: hidden;
     position: relative;
 }

 .about-image-container img {
     width: 100%;
     height: auto;
     display: block;
 }

 /* Content Styling */
 .about-section .brand-logo {
     max-width: 180px;
     margin-bottom: 25px;
 }

 .about-title {
     font-size: 2.8rem;
     font-weight: 700;
     margin-bottom: 25px;
     line-height: 1.2;
 }

 .about-title span {
     color: #b08a2e;
 }

 .about-text p{
     margin: 24px 0;
     font-family: 'Mulish';
     font-weight: 500;
     font-size: 16px;
     line-height: 150%;
     color: rgba(255, 255, 255, 0.78);
 }

 /* Premium Gold Button */
 .btn-contact {
     background-color: #b08a2e;
     color: #ffffff;
     border: none;
     padding: 14px 45px;
     border-radius: 50px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 1px;
     margin-top: 20px;
     transition: all 0.3s ease;
 }

 .btn-contact:hover {
     background-color: #b08e4d;
     color: #ffffff;
     transform: translateY(-2px);
     box-shadow: 0 5px 15px rgba(197, 160, 89, 0.4);
 }

 /* Responsive adjustments */
 @media (max-width: 991px) {

     .about-section {
         text-align: center;
     }

     .about-image-container {
         margin-bottom: 40px;
     }
 }

 .about-image-inner {
     position: absolute;
     bottom: -12px;
     left: 0;
     width: max-content;
     right: 0;
     margin: 0 auto;
 }

 .brand-bx {
     width: 173px;
 }

 .brand-bx img {
     width: 100%;
 }

 .about-section .section-heading {
     padding-left: 25px;
 }

 /*==================================================================== About section CSS end =====================================================================*/
 /*==================================================================== About section CSS end =====================================================================*/
 /* Title Styling */
 .researches-section .section-heading {
     margin: 22px 0 40px;
 }



 /* Feature Card Design from image_3c104e.png */
 .researches-card {
     background-color: #171716;
     border-radius: 15px;
     padding: 25px;
     border: 1px solid #4d3d26;
     text-align: center;
     height: 100%;
     transition: border-color 0.3s ease;
 }


 .researches-icon {
     margin-bottom: 25px;
 }

 .researches-title {
     margin: 15px 0;
     font-family: 'Oswald';
     font-weight: 400;
     font-size: 20px;
     line-height: normal;
     text-align: center;
     color: #fff;
 }

 .researches-desc {
     font-family: 'Mulish';
     font-weight: 500;
     font-size: 15px;
     line-height: 160%;
     text-align: center;
     color: rgba(255, 255, 255, 0.85);
     width: 80%;
     margin: 0 auto;
 }


 .researchers-line {
     text-align: center;
     width: max-content;
     margin: 0 auto;
 }

 .researchers-line img {
     width: 100%;
     object-fit: cover;
 }



 /*==================================================================== About section CSS end =====================================================================*/
 /*==================================================================== faq section CSS start =====================================================================*/


 .faq-banner {
     background-color: #010101;
     padding: 80px 0;
     text-align: center;
 }


 .faq-banner .category-tags {
     margin-bottom: 1.5rem;
     text-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
     font-family: 'Mulish';
     font-weight: 700;
     font-size: 17px;
     line-height: normal;
     letter-spacing: 0.12em;
     text-transform: uppercase;
     color: #d3ad3e;
 }



 .faq-banner .sub-heading {
     margin-bottom: 1.5rem;
 }



 .faq-banner .faq-description {
     max-width: 650px;
     margin: 25px auto 0;
     font-family: 'Mulish';
     font-weight: 500;
     font-size: 18px;
     line-height: 150%;
     text-align: center;
     color: #fff;
 }

 .faq-banner .faq-heading {
     font-family: 'Oswald';
     font-weight: 500;
     font-size: 32px;
     line-height: 181%;
     color: #fff;
     border-bottom: 2px solid #b08a2e;
     padding-bottom: 20px;
     margin-bottom: 20px;
 }

 /* Accordion Item */
 .faq-section .accordion-item {
     background-color: transparent !important;
     border: none !important;
     border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
     padding: 0;
 }

 /* Premium Toggle Button */
 .faq-section .accordion-button {
     background-color: transparent !important;
     box-shadow: none !important;
     padding: 25px 0;
     display: flex;
     align-items: center;
     justify-content: space-between;
     transition: all 0.3s ease;
     font-family: 'Mulish';
     font-weight: 600;
     font-size: 19px;
     color: rgba(255, 255, 255, 0.78);
 }

 /* Remove Default Arrow */
 .faq-section .accordion-button::after {
     display: none;
 }

 /* Custom Plus/Minus Icon */
 .faq-section .icon-box {
     position: relative;
     width: 20px;
     height: 20px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 /* Plus Horizontal Line */
 .faq-section .icon-box::before {
     content: '';
     position: absolute;
     width: 100%;
     height: 2px;
     background-color: #FFF;
     transition: transform 0.4s ease;
 }

 /* Plus Vertical Line (This disappears/rotates to become Minus) */
 .faq-section .icon-box::after {
     content: '';
     position: absolute;
     width: 2px;
     height: 100%;
     background-color: #FFF;
     transition: transform 0.4s ease;
 }

 /* Rotate Effect when Open */
 .faq-section .accordion-button:not(.collapsed) .icon-box::after {
     transform: rotate(90deg);
     opacity: 0;
     /* Vertical line becomes hidden */
 }

 .faq-section .accordion-button:not(.collapsed) .icon-box::before {
     transform: rotate(180deg);
     /* Horizontal line stays as Minus */
 }

 .faq-section .accordion-button:not(.collapsed) {
     color: #FFF;
 }

 /* Content Styling */
 .faq-section .accordion-body {
     color: #FFF;
     padding: 0 0 25px 0;
     line-height: 1.7;
     font-size: 1.05rem;
 }

 /* Hover Effect */
 .faq-section .accordion-item:hover {
     border-bottom-color: rgba(197, 160, 89, 0.5) !important;
 }

 .faq-section {
     padding: 0 0 32px;
 }

 .faq-section .sub-heading {
     margin: 30px 0 40px;
 }

 .faq-wrapper {
     padding: 0 40px;
 }

 /*==================================================================== faq section CSS end =====================================================================*/
 /*==================================================================== faq section CSS end =====================================================================*/


 /* Info Boxes */
 .contact-us-section .info-item {
     display: flex;
     align-items: center;
     margin-bottom: 30px;
 }

 .contact-us-section .info-icon {
     background-color: #b08a2e;
     color: #ffffff;
     width: 46px;
     height: 46px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 6px;
     font-size: 1.5rem;
     margin-right: 20px;
 }

 .contact-us-section .info-content h5 {
     font-family: 'Oswald';
     font-weight: 500;
     font-size: 18px;
     line-height: 167%;
     text-transform: uppercase;
     color: #fff;
 }

 .contact-us-section .info-content p {
     margin: 0;
     font-family: 'Mulish';
     font-weight: 500;
     font-size: 16px;
     line-height: 188%;
     text-transform: capitalize;
     color: #d3d3d3;
 }

 /* Form Styling from image_3b1c33.png */
 .contact-us-section .form-control {
     background-color: transparent !important;
     border: 1px solid #b08a2e !important;
     border-radius: 50px !important;
     /* Pill shape for inputs */
     padding: 15px 25px !important;
     margin-bottom: 20px;
     font-family: 'Mulish';
     font-weight: 500;
     font-size: 14px;
     line-height: 214%;
     text-transform: capitalize;
     color: rgba(255, 255, 255, 0.75);
 }

 .contact-us-section .form-control::placeholder {
     color: #666;
 }

 .contact-us-section .form-control:focus {
     border-color: #b08a2e !important;
     box-shadow: none !important;
 }

 .contact-us-section textarea.form-control {
     border-radius: 20px !important;
     /* Less rounded for message box */
     height: 150px;
 }

 /* Submit Button */
 .contact-us-section .btn-submit {
     background: #b08a2e;
     color: #ffffff;
     border: none;
     width: 100%;
     padding: 15px;
     transition: all 0.3s ease;
     justify-content: center;
 }

 .contact-us-section .btn-submit:hover {
     background-color: #96782d;
 }


 .contact-us-section .researchers-line {
     margin: 0 auto 78px;
 }

 .contact-us-section {
     padding: 32px 0 280px;
     overflow: hidden;
 }

.researchers-line {
    width: max-content;
}
 .contact-main .section-heading {
     margin-bottom: 40px;
 }

 /*==================================================================== faq section CSS end =====================================================================*/
 /*==================================================================== footer CSS start =====================================================================*/
 footer {
     color: #ffffff;
     padding: 100px 0 35px 0;
     font-family: 'Inter', sans-serif;
     position: relative;
     background: #171716;
     border-radius: 10px 10px 0 0;
 }

 /* Disclaimer Box Alignment from image_3b1b91.png */
 .disclaimer-section {
     border: 1px solid #c5a059;
     border-radius: 15px;
     padding: 22px 28px;
     margin-bottom: 75px;
     max-width: 800px;
     margin-left: auto;
     margin-right: auto;
     margin-top: -280px;
     background: #000;
 }

 .disclaimer-header {
     display: flex;
     align-items: center;
     gap: 12px;
     margin-bottom: 15px;
     font-family: 'Mulish';
     font-weight: 500;
     font-size: 20px;
     line-height: 120%;
     letter-spacing: 0.05em;
     color: #fff;
 }

 .disclaimer-text p{
     margin: 20px 0;
     font-family: 'Mulish';
     font-weight: 500;
     font-size: 15px;
     line-height: 160%;
     color: rgba(255, 255, 255, 0.85);
 }

 .disclaimer-text strong {
     color: #fff;
 }

 .disclaimer-text a {
     text-decoration: none;
     display: inline-block;
     margin-top: 15px;
     border-bottom: 1px solid transparent;
     transition: 0.3s;
     font-family: 'Mulish';
     font-weight: 700;
     font-size: 15px;
     line-height: 160%;
     color: #b08a2e;
     text-decoration: underline;
 }

 .disclaimer-link:hover {
     border-bottom-color: #c5a059;
 }

 /* Footer Column Styling */
 .footer-logo {
     max-width: 200px;
     margin-bottom: 25px;
 }

 .footer-desc {
     max-width: 100%;
     font-family: 'Mulish';
     font-weight: 500;
     font-size: 15px;
     line-height: 160%;
     letter-spacing: 0.03em;
     color: #fff;
     margin-top: 24px;
 }

 .footer-h5 {
     margin-bottom: 25px;
     font-family: 'Mulish';
     font-weight: 600;
     font-size: 16px;
     line-height: 200%;
     letter-spacing: 0.06em;
     text-transform: uppercase;
     color: #fff;
 }

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

 .footer-nav li {
     margin-bottom: 12px;
 }

 .footer-nav a {
     text-decoration: none;
     transition: 0.3s;
     font-family: 'Mulish';
     font-weight: 500;
     font-size: 15px;
     line-height: 160%;
     letter-spacing: 0.03em;
     color: #fff;
 }

 .footer-nav a:hover {
     color: #c5a059;
     padding-left: 5px;
 }

 .contact-list p {
     display: flex;
     align-items: center;
     gap: 12px;
     margin-bottom: 15px;
     font-family: 'Mulish';
     font-weight: 500;
     font-size: 15px;
     line-height: 160%;
     color: #fff;
 }
 .contact-list p a {
    word-break: break-word;
}

 .contact-list i {
     color: #c5a059;
     font-size: 1rem;
 }

 /* Bottom Bar Styling */
 .bottom-bar {
     border-top: 1px solid rgba(255, 255, 255, 0.14);
     margin-top: 70px;
     padding-top: 30px;
 }

 .copyright {
     font-family: 'Mulish';
     font-weight: 600;
     font-size: 14px;
     line-height: 171%;
     color: rgba(255, 255, 255, 0.75);
 }

 .social-links {
     display: flex;
     gap: 15px;
     justify-content: flex-end;
 }

 .social-links a {
     width: 38px;
     height: 38px;
     border: 1px solid rgb(255 255 255 / 17%);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     text-decoration: none;
     transition: 0.3s;
 }

 .social-links a:hover {
     background-color: #c5a059;
     border-color: #c5a059;
     transform: translateY(-3px);
 }

 @media (max-width: 991px) {
     .social-links {
         justify-content: center;
         margin-top: 20px;
     }

     .copyright {
         text-align: center;
     }

     .disclaimer-section {
         padding: 25px;
     }
 }

 footer .container-fluid {
     padding: 0 120px;
 }

 .disclaimer-header i {
     color: #b08a2e;
 }

 /*==================================================================== footer CSS end =====================================================================*/
 /*==================================================================== PRODUCT PAGE CSS START =====================================================================*/
 /* CUSTOM BANNER CSS START */
 .custom-banner {
     background-repeat: no-repeat;
     background-position: right center;
     background-size: contain;
     min-height: 180px;
     display: flex;
     align-items: center;
     color: #ffffff;
     overflow: hidden;
     position: relative;
 }
.custom-banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000042;
}

.content-wrapper {
    position: relative;
    z-index: 2;
}
 .banner-title span {
     color: #d3ad3e;
 }

 .banner-title {
     font-family: 'Oswald';
     font-weight: 500;
     font-size: 32px;
     line-height: normal;
 }

 .banner-subtitle {
     font-family: 'Mulish';
     font-weight: 500;
     font-size: 14px;
     line-height: 193%;
     letter-spacing: 0.14em;
     color: #fff;
     margin-top: 15px;
 }

 .separator {
     margin: 0 10px;
     opacity: 0.5;
 }

 /* CUSTOM BANNER CSS END */
 /* SHOP SECTION CSS START */
 /* ---- MAIN LAYOUT ---- */
 .shop-section .shop-layout {
     display: grid;
     grid-template-columns: 310px 1fr;
     gap: 28px;
 }

 /* ---- FILTER SIDEBAR ---- */
 .shop-section .filter-sidebar {
     padding: 0;
     position: sticky;
     top: 24px;
     overflow: hidden;
     border-radius: 10px;
     background: #2a2a29;
     padding: 0 20px;
     height: auto;
 }

 .shop-section .filter-header {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 16px 0;
     border-bottom: 1px solid rgba(255, 255, 255, 0.2);
 }

 .shop-section .filter-header-title {
     font-family: 'Mulish', sans-serif;
     display: flex;
     align-items: center;
     gap: 8px;
     font-weight: 700;
     font-size: 18px;
     line-height: normal;
     text-transform: capitalize;
     color: #fff;
 }

 .shop-section .filter-header-title i {
     color: #d3ad3e;
     font-size: 13px;
 }

 .shop-section .filter-collapse-btn {
     background: none;
     border: none;
     color: #FFF;
     cursor: pointer;
     font-size: 13px;
     padding: 0;
     transition: color 0.2s;
 }

 .shop-section .filter-collapse-btn:hover {
     color: #d3ad3e;
 }

 .shop-section .filter-group {
     padding: 18px 0;
     border-bottom: 1px solid rgba(255, 255, 255, 0.2);
 }

 .shop-section .filter-group:last-child {
     border-bottom: none;
 }

 .shop-section .filter-group-header {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 14px;
     cursor: pointer;
     user-select: none;
 }

 .shop-section .filter-group h5 {
     font-family: 'Mulish', sans-serif;
     font-weight: 700;
     font-size: 18px;
     line-height: normal;
     text-transform: capitalize;
     color: #fff;
 }

 .shop-section .filter-group-toggle {
     color: #FFF;
     font-size: 11px;
     transition: transform 0.3s;
 }

 .shop-section .filter-group-toggle.collapsed {
     transform: rotate(-180deg);
 }

 /* Custom Checkboxes */
 .shop-section .custom-check-item {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 6px 0;
     cursor: pointer;
     border-radius: 6px;
     transition: all 0.2s;
 }

 .shop-section .custom-check-item:hover .check-label {
     color: #d3ad3e;
 }

 .shop-section .check-left {
     display: flex;
     align-items: center;
     gap: 10px;
     flex: 1;
 }

 /* The actual checkbox - hidden */
 .shop-section .custom-check-item input[type="checkbox"] {
     display: none;
 }

 /* Custom checkbox box */
 .shop-section .check-box {
     width: 17px;
     height: 17px;
     border: 1.5px solid rgba(176, 138, 46, 0.45);
     border-radius: 4px;
     background: rgba(176, 138, 46, 0.06);
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
     transition: all 0.2s;
     position: relative;
 }

 .shop-section .check-box::after {
     content: '';
     width: 9px;
     height: 5px;
     border-left: 2px solid #fff;
     border-bottom: 2px solid #fff;
     transform: rotate(-45deg) scale(0);
     transition: transform 0.2s;
     position: absolute;
     top: 3px;
 }

 .shop-section .custom-check-item input:checked~.check-left .check-box {
     background: #d3ad3e;
     border-color: #d3ad3e;
 }

 .shop-section .custom-check-item input:checked~.check-left .check-box::after {
     transform: rotate(-45deg) scale(1);
 }

 .shop-section .check-label {
     font-family: 'Mulish', sans-serif;
     transition: color 0.2s;
     font-weight: 500;
     font-size: 16px;
     line-height: 109%;
     text-transform: capitalize;
     color: #fff;
 }

 .shop-section .custom-check-item input:checked~.check-left .check-label {
     color: #fff;
 }

 .shop-section .check-count {
     border-radius: 100px;
     padding: 2px 8px;
     min-width: 26px;
     transition: all 0.2s;
     font-weight: 500;
     font-size: 16px;
     line-height: 109%;
     text-transform: capitalize;
     text-align: right;
     color: rgba(255, 255, 255, 0.5);
 }


 /* ---- PRICE SLIDER ---- */
 .shop-section .price-range-wrap {
     padding-top: 4px;
 }

 .shop-section .price-display {
     display: flex;
     justify-content: space-between;
     margin-bottom: 14px;
 }

 .shop-section .price-val {
     font-family: 'Mulish', sans-serif;
     font-weight: 700;
     font-size: 15px;
     line-height: normal;
     color: #fff;
 }

 /* Double range slider */
 .shop-section .slider-track {
     position: relative;
     height: 4px;
     background: rgba(255, 255, 255, 0.1);
     border-radius: 100px;
     margin: 8px 0 20px;
 }

 .shop-section .slider-range {
     position: absolute;
     height: 100%;
     background: linear-gradient(90deg, #8a6b22, #d3ad3e);
     border-radius: 100px;
     top: 0;
 }

 .shop-section .range-input {
     position: relative;
     height: 4px;
     margin: 0 0 10px;
 }

 .shop-section .range-input input[type="range"] {
     position: absolute;
     width: 100%;
     height: 4px;
     background: none;
     -webkit-appearance: none;
     pointer-events: none;
     outline: none;
     top: -8px;
 }

 .shop-section .range-input input[type="range"]::-webkit-slider-thumb {
     -webkit-appearance: none;
     height: 18px;
     width: 18px;
     border-radius: 50%;
     background: #d3ad3e;
     border: 2px solid #fff;
     box-shadow: 0 0 8px rgba(176, 138, 46, 0.5);
     cursor: pointer;
     pointer-events: all;
     transition: box-shadow 0.2s, transform 0.2s;
 }

 .shop-section .range-input input[type="range"]::-webkit-slider-thumb:hover {
     box-shadow: 0 0 14px rgba(211, 173, 62, 0.7);
     transform: scale(1.15);
 }

 .shop-section .range-input input[type="range"]::-moz-range-thumb {
     height: 18px;
     width: 18px;
     border-radius: 50%;
     background: #d3ad3e;
     border: 2px solid #fff;
     cursor: pointer;
     pointer-events: all;
 }

 /* Apply / Clear Buttons */
 .shop-section .filter-actions {
     display: flex;
     gap: 10px;
     margin-top: 6px;
 }

 .shop-section .btn-apply {
     background: #d3ad3e;
     border: none;
     border-radius: 100px;
     padding: 8px 22px;
     font-family: 'Mulish', sans-serif;
     text-transform: uppercase;
     cursor: pointer;
     transition: all 0.25s;
     flex: 0 0 auto;
     font-weight: 700;
     font-size: 14px;
     line-height: normal;
     color: #fff;
 }

 .shop-section .btn-apply:hover {
     background: #d3ad3e;
     box-shadow: 0 4px 14px rgba(176, 138, 46, 0.4);
     transform: translateY(-1px);
 }

 .shop-section .btn-clear {
     background: transparent;
     color: #fff;
     border: 1px solid rgba(255, 255, 255, 0.12);
     border-radius: 100px;
     padding: 8px 18px;
     font-family: 'Mulish', sans-serif;
     font-weight: 700;
     font-size: 12px;
     letter-spacing: 0.08em;
     text-transform: uppercase;
     cursor: pointer;
     transition: all 0.25s;
 }

 .shop-section .btn-clear:hover {
     border-color: rgba(176, 138, 46, 0.5);
     color: #d3ad3e;
 }

 /* ---- PRODUCT GRID AREA ---- */


 .shop-section .products-topbar {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 24px;
     gap: 16px;
     padding-bottom: 30px;
     border-bottom: 2px solid #d3ad3e;
     flex-wrap: wrap;
 }

 .shop-section .products-title {
     font-family: 'Oswald', sans-serif;
     font-weight: 500;
     font-size: 36px;
     line-height: normal;
     color: #fff;
 }

 .shop-section .product-count-badge {
     border: 1px solid rgba(176, 138, 46, 0.3);
     border-radius: 100px;
     padding: 4px 14px;
     font-family: 'Mulish', sans-serif;
     margin-left: 12px;
     background: #2a2a29;
     font-weight: 500;
     font-size: 13px;
     line-height: 180%;
     color: #d3ad3e;
 }

 .shop-section .sort-wrap {
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .shop-section .sort-label {
     font-family: 'Mulish', sans-serif;
     white-space: nowrap;
     font-weight: 700;
     font-size: 15px;
     line-height: normal;
     color: #fff;
 }

 .shop-section .sort-select {
     background: rgba(255, 255, 255, 0.05);
     background: #2a2a29;
     border-radius: 10px;
     border: none;
     color: #fff;
     font-family: 'Mulish', sans-serif;
     font-weight: 600;
     font-size: 13px;
     padding: 10px 36px 10px 16px;
     cursor: pointer;
     outline: none;
     appearance: none;
     -webkit-appearance: none;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23d3ad3e' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
     background-repeat: no-repeat;
     background-position: right 14px center;
     transition: border-color 0.2s;
 }

 .shop-section .sort-select:hover {
     border-color: #d3ad3e;
 }

 .shop-section .sort-select option {
     background: #1a1a1a;
 }

 /* ---- PRODUCT GRID ---- */
 .shop-section .products-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 20px;
 }

 /* ---- PRODUCT CARD ---- */
 .shop-section .product-card {
     background: linear-gradient(180deg, #0d0d0b 0%, #1e1e1c 100%);
     border: 1px solid rgba(255, 255, 255, 0.07);
     border-radius: 10px;
     overflow: hidden;
     position: relative;
     transition: all 0.3s;
     cursor: pointer;
 }

 .shop-section .product-card:hover {
     border-color: rgba(176, 138, 46, 0.45);
     transform: translateY(-3px);
     box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(176, 138, 46, 0.12);
 }

 .shop-section .product-badge {
     position: absolute;
     top: 12px;
     left: 12px;
     z-index: 2;
     background: #d3ad3e;
     color: #fff;
     font-family: 'Mulish', sans-serif;
     font-weight: 800;
     font-size: 11px;
     letter-spacing: 0.08em;
     text-transform: uppercase;
     border-radius: 100px;
     padding: 5px 12px;
 }

 .shop-section .product-badge.sale {
     background: #c0392b;
 }

 .shop-section .product-image-wrap {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 28px 20px 16px;
     min-height: 180px;
     position: relative;
 }

 .shop-section .product-image-wrap::before {
     content: '';
     position: absolute;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
     width: 70%;
     height: 60px;
     background: radial-gradient(ellipse, rgba(176, 138, 46, 0.12) 0%, transparent 70%);
     pointer-events: none;
 }

 .shop-section .product-img {
     height: 130px;
     width: auto;
     object-fit: contain;
     display: block;
     filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.6));
     transition: transform 0.35s ease;
 }

 .shop-section .product-card:hover .product-img {
     transform: scale(1.06) translateY(-4px);
 }

 /* Fake vial image using CSS */
 .shop-section .vial-mock {
     width: 70px;
     height: 130px;
     position: relative;
 }

 .shop-section .vial-body {
     width: 60px;
     height: 100px;
     background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2b 40%, #1a1a1a 100%);
     border: 1.5px solid rgba(176, 138, 46, 0.6);
     border-radius: 6px 6px 10px 10px;
     position: absolute;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
     overflow: hidden;
 }

 .shop-section.vial-label {
     position: absolute;
     bottom: 10px;
     left: 0;
     right: 0;
     padding: 6px 4px;
     background: linear-gradient(135deg, #1a1200 0%, #2a1e00 50%, #1a1200 100%);
     border-top: 1px solid rgba(176, 138, 46, 0.4);
     border-bottom: 1px solid rgba(176, 138, 46, 0.4);
     text-align: center;
 }

 .shop-section .vial-name {
     font-family: 'Oswald', sans-serif;
     font-size: 9px;
     color: #d3ad3e;
     font-weight: 600;
     display: block;
     letter-spacing: 0.06em;
 }

 .shop-section .vial-dose {
     font-family: 'Oswald', sans-serif;
     font-size: 13px;
     color: #fff;
     font-weight: 700;
     display: block;
 }

 .shop-section .vial-cap {
     width: 28px;
     height: 16px;
     background: linear-gradient(135deg, #8a6b22 0%, #d3ad3e 50%, #8a6b22 100%);
     border-radius: 4px 4px 0 0;
     position: absolute;
     top: 0;
     left: 50%;
     transform: translateX(-50%);
 }

 .shop-section .vial-logo {
     position: absolute;
     top: 8px;
     left: 0;
     right: 0;
     text-align: center;
     font-family: 'Oswald', sans-serif;
     font-size: 7px;
     color: rgba(255, 255, 255, 0.3);
     letter-spacing: 0.15em;
     font-weight: 300;
 }

 .shop-section .vial-shine {
     position: absolute;
     top: 0;
     left: 6px;
     width: 8px;
     height: 100%;
     background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.04), transparent);
     border-radius: 100px;
 }

 .shop-section .vial-purity {
     position: absolute;
     bottom: 2px;
     left: 0;
     right: 0;
     text-align: center;
     font-size: 6px;
     color: rgba(255, 255, 255, 0.2);
     font-family: 'Mulish', sans-serif;
 }

 .shop-section .product-info {
     padding: 10px 14px 14px;
 }

 .shop-section .product-name {
     font-family: 'Mulish', sans-serif;
     font-weight: 700;
     font-size: 13.5px;
     color: rgba(255, 255, 255, 0.9);
     text-transform: uppercase;
     letter-spacing: 0.04em;
     margin-bottom: 4px;
     line-height: 1.3;
 }

 .shop-section .product-price {
     font-family: 'Mulish', sans-serif;
     font-weight: 800;
     font-size: 15px;
     color: #d3ad3e;
     margin-bottom: 12px;
 }

 .shop-section .product-price .price-range {
     font-size: 13px;
     font-weight: 600;
     color: rgba(211, 173, 62, 0.75);
 }

 .shop-section .btn-add-cart {
     width: 100%;
     background: #d3ad3e;
     color: #fff;
     border: none;
     border-radius: 100px;
     padding: 9px 0;
     font-family: 'Mulish', sans-serif;
     font-weight: 800;
     font-size: 12px;
     letter-spacing: 0.08em;
     text-transform: uppercase;
     cursor: pointer;
     transition: all 0.25s;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 8px;
 }

 .shop-section .btn-add-cart:hover {
     background: #d3ad3e;
     box-shadow: 0 4px 14px rgba(176, 138, 46, 0.5);
     transform: translateY(-1px);
 }

 .shop-section .btn-add-cart i {
     font-size: 11px;
 }

 /* ---- PAGINATION ---- */
 .shop-section .pagination-wrap {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 22px;
     background: #2a2a29;
     border-radius: 88px;
     width: max-content;
     height: 42px;
     margin: 36px auto 0;
     padding: 15px 20px;
 }

 .pg-btn {
     display: flex;
     align-items: center;
     justify-content: center;
     background: transparent;
     color: rgba(255, 255, 255, 0.65);
     font-family: 'Mulish', sans-serif;
     font-weight: 700;
     font-size: 13px;
     cursor: pointer;
     transition: all 0.2s;
     text-decoration: none;
     gap: 15px;
 }

 .shop-section .pg-btn:hover {
     border-color: rgba(176, 138, 46, 0.45);
     color: #d3ad3e;
     background: rgba(176, 138, 46, 0.07);
 }

 .shop-section .pg-btn.active {
     color: #fff;
     border-bottom: 1px solid #b08a2e;
 }

 .shop-section .pg-btn.disabled {
     cursor: default;
     pointer-events: none;
 }

 .shop-section .pg-sep {
     color: rgba(255, 255, 255, 0.25);
     font-size: 14px;
 }

 /* ---- RESPONSIVE ---- */
 @media (max-width: 1100px) {
     .shop-section .shop-layout {
         grid-template-columns: 220px 1fr;
         padding: 24px 20px;
     }

     .shop-section .products-grid {
         grid-template-columns: repeat(2, 1fr);
     }
 }

 @media (max-width: 767px) {
     .shop-section .shop-layout {
         grid-template-columns: 1fr;
         padding: 0;
     }

     .shop-section .filter-sidebar {
         position: static;
     }

     .shop-section .products-grid {
         grid-template-columns: repeat(2, 1fr);
     }
 }

 @media (max-width: 480px) {
     .shop-section .products-grid {
         grid-template-columns: 1fr;
     }
 }

 .shop-section {
     padding: 30px 0 275px;
 }

 .shop-section .pg-btn:first-child,
 .shop-section .pg-btn:last-child {
     color: #b08a2e;
 }

 /* SHOP SECTION CSS END */
 /*==================================================================== PRODUCT PAGE CSS END =====================================================================*/
 /*==================================================================== related Section  CSS end =====================================================================*/
 .related-card {
     border-radius: 4px;
     width: 100%;
     position: relative;
     background: linear-gradient(180deg, #060604 0%, #1f1f1f 100%);
     text-align: center;
 }

 .related-content h4 {
     font-family: 'Mulish';
     font-weight: 500;
     font-size: 18px;
     line-height: normal;
     text-transform: uppercase;
     color: #fff;
 }

 .related-content {
     text-align: left;
     padding: 10px 15px 15px;
 }

 .hot {
     background: #d3ad3e;
     border-radius: 100px;
     width: max-content;
     padding: 8px 14px;
     font-family: 'Mulish';
     font-weight: 800;
     font-size: 13px;
     line-height: normal;
     text-transform: uppercase;
     color: #fff;
     position: absolute;
     left: 1rem;
     top: 1rem;
 }

 .relatedimage {
    display: flex;
    padding-top: 33px;
 }

 .relatedimage img {
    width: 100%;
    height: 100%;
    }

 .relatedimage a {
     width: max-content;
 }

 .relatedimage a img {
     width: 100%;
     object-fit: cover;
 }

 .related-btns .btn-all {
     padding: 10px 20px;
     width: 100%;
     text-align: center;
     justify-content: center;
 }

 .price {
     font-weight: 800;
     font-size: 16px;
     line-height: normal;
     text-transform: uppercase;
     color: #d3ad3e;
     margin: 17px 0;
 }

 .related-section {
     padding: 80px 0;
 }

 .related-section .section-heading {
     margin-bottom: 40px;
 }

 .related-sliderbx .owl-nav {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     width: 100%;
     left: 0;
 }

 .related-sliderbx .owl-nav button {
     position: absolute;
 }

 .related-sliderbx .owl-nav button.owl-prev {
     left: -2rem;
 }

 .related-sliderbx .owl-nav button.owl-next {
     right: -2rem;
 }

 /*==================================================================== related Section  CSS end =====================================================================*/

 /* Card Container */
 .blog-section .blog-card {
     background: transparent;
     border: none;
     margin-bottom: 40px;
 }

 /* Image Styling */
 .blog-section .blog-img-wrapper {
     width: 100%;
     overflow: hidden;
     border-radius: 4px;
 }

 .blog-section .blog-img-wrapper a img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.5s ease;
 }

 .blog-section .blog-card:hover .blog-img-wrapper img {
     transform: scale(1.05);
 }

 /* Text Content */
 .blog-section .category-tag {
     /* Gold color from image */
     display: block;
     margin: 23px 0 10px;
     font-family: 'Mulish';
     font-weight: 700;
     font-size: 13px;
     line-height: 103%;
     letter-spacing: 0.15em;
     text-transform: uppercase;
     color: #b08a2e;
 }

 .blog-section .blog-title {
     margin-bottom: 12px;
     min-height: 50px;
     font-family: 'Mulish';
     font-weight: 600;
     font-size: 18px;
     line-height: 133%;
     color: #fff;
 }

 .blog-section .read-now {
     text-transform: uppercase;
     letter-spacing: 1px;
     padding-bottom: 2px;
     transition: 0.3s;
     font-family: 'Mulish';
     font-weight: 600;
     font-size: 13px;
     line-height: 134%;
     text-decoration: underline;
     text-decoration-skip-ink: none;
     color: #fff;
 }

 .blog-section .read-now:hover {
     color: #b38b34;
     border-color: #b38b34;
 }

 /* Pagination Styling */
 .blog-section .custom-pagination {
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 40px;
 }

 .blog-section .page-box {
     width: 40px;
     height: 40px;
     border: 1px solid #333;
     display: flex;
     align-items: center;
     justify-content: center;
     text-decoration: none;
     transition: 0.3s;
     font-family: "Fira Sans", sans-serif;
     font-weight: 700;
     font-size: 14px;
     line-height: 110%;
     letter-spacing: 0.06em;
     text-transform: uppercase;
     text-align: center;
     color: #FFF;
 }

 .blog-section .page-box.active {
     border-color: #b38b34;
     color: #b38b34;
 }

 .blog-section .page-box:hover:not(.active) {
     border-color: #666;
 }

 .blog-section .page-dots {
     color: #666;
     padding: 0 5px;
 }

 .blog-section .blog-img-wrapper a {
     display: block;
     width: 100%;
 }

 .blog-section .blog-title a {
     color: inherit;
 }

 .blog-section {
     padding: 40px 0 60px;
     background: #010101;
 }

 .misson-section {
     padding-bottom: 80px;
 }

 .renova-section .container-fluid {
     padding: 0 40px;
 }

 .renova-section {
     background: #171716;
     border-radius: 18px;
     padding: 60px 0;
     margin-bottom: 80px;
 }

 .renova-section .section-heading {
     margin-bottom: 50px;
 }

 /* 5-Column Grid Layout for Desktop */
 .renova-section .custom-grid {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 20px;
 }

 .renova-section .feature-boxs {
     text-align: center;
     padding: 15px;
     /* Desktop par 5 columns equal distribute honge */
     flex: 1 0 18%;
 }

 /* Golden Gradient Icons */
 .renova-section .icon-wrapper {
     margin-bottom: 20px;
 }

 .renova-section .feature-title {
     margin-bottom: 12px;
     font-weight: 400;
     font-size: 20px;
     line-height: normal;
     text-align: center;
     color: #fff;
     font-family: 'Oswald';
 }

 .renova-section .feature-desc {
     font-family: 'Mulish';
     font-weight: 500;
     font-size: 14px;
     line-height: 186%;
     text-align: center;
     color: rgba(255, 255, 255, 0.85);
 }

 .renova-line {
     display: block;
     width: 70px;
     margin: 0 auto;
 }

 .renova-line img {
     width: 100%;
     object-fit: cover;
 }

 /* --- RESPONSIVE MEDIA QUERIES --- */

 /* Tablets (Medium Screens) */
 @media screen and (max-width: 1200px) {
     .renova-section .feature-box {
         flex: 1 0 30%;
         /* Ek row me 3 boxes aayenge */
     }
 }


 /* Mobile Phones (Small Screens) */
 @media screen and (max-width: 576px) {
     .renova-section .feature-boxs {
         flex: 1 0 100%;
         /* Ek row me sirf 1 box full width aayega */
         margin-bottom: 20px;
         padding: 10px 0;
     }

     .renova-section .feature-desc {
         max-width: 320px;
         margin: 0 auto;
         /* Text centering on mobile */
     }
 }


  

         

        /* Premium Border Card System */
        .custom-card {
            background-color: #111111;
            border: 1px solid #222222;
            border-radius: 20px;
            padding: 50px 30px;
            height: 100%;
            text-align: center;
            transition: all 0.3s ease;
        }

        /* Hover effect to premium gold border */
        .custom-card:hover {
            border-color: #d4af37;
            transform: translateY(-5px);
        }

        /* Gold Gradient Icons matching the image */
        .gold-icon {
             margin-bottom: 25px;
           
        }

        /* Headings inside cards */
        .card-heading {
            margin: 15px 0;
            font-family: 'Oswald';
            font-weight: 400;
            font-size: 20px;
            line-height: normal;
            text-align: center;
            color: #fff;
        }

        /* Description text inside cards */
        .card-body-text {
            margin-bottom: 0;
            font-family: 'Mulish';
            font-weight: 500;
            font-size: 15px;
            line-height: 160%;
            text-align: center;
            color: rgba(255, 255, 255, 0.85);
        }

        /* --- STAGE-BY-STAGE RESPONSIVE MEDIA QUERIES --- */

        /* Tablets (Medium Screens) */
        @media screen and  (max-width: 992px) { 
            .custom-card {
                padding: 40px 20px;
            }
        }

        /* Small Screen Mobile Devices */
        @media  screen and (max-width: 576px) {
         
            .custom-card {
                padding: 35px 20px;
            }
            .card-body-text {
                max-width: 290px;
                margin: 0 auto; /* Mobile view main alignment fix */
            }
        }

.researchers-section .sub-heading {
    margin: 30px 0 40px;
}

.researchers-section {
    padding-bottom: 50px;
}
/* product-single-pagr-css */
  .single-product-section .owl-carousel {
        width: 100%;
    }

    .single-product-section .single-product-section-image {
        overflow: hidden;
        width: 100%;
        position: relative;
        border-radius: 6px;
    }

    .single-product-section .single-product-section-image img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .single-product-section .owl-nav {
        position: absolute;
        top: 50%;
        left: 25px;
        transform: translateY(-50%);
        z-index: 2;
        margin: 0 auto;
        text-align: end;
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .single-product-section .owl-nav button.owl-prev {
        transform: rotate(90deg);
        position: absolute;
        top: 0;
    }

    .single-product-section .owl-nav button.owl-next {
        transform: rotate(90deg);
        position: absolute;
        bottom: 0;
    }

    .single-product-section .owl-nav button i {
        color: #1d1d1f !important;
        font-size: 20px;
    }

    .single-product-section .single-pro-right {
        padding: 0 20px;
    }

    .single-product-section .owl-nav button {
        /* border-radius: 100% !important;
      background: rgba(0, 0, 0, 0.3) !important; */
        width: 100%;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    /* .single-product-section .owl-carousel .owl-dots {
      position: absolute;
      top: 0;
      left: 0;
      width: 11%;
      height: 100%;
      background: #fff;
      padding: 50px 0;
  } */


    .single-product-section .custom-dot-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        width: 11%;
        height: 100%;
        background: #010101;
        padding: 0;
    }

    .single-product-section .custom-dot-wrapper .owl-dots {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .single-product-section .custom-dot-wrapper .dot-arrow-up,
    .single-product-section .custom-dot-wrapper .dot-arrow-down {
        background: transparent;
        border: none;
        width: 100%;
        padding: 0;
        margin: 0 !important;
        height: 5%;
        color: #FFF;
    }

    .single-product-section .custom-dot-wrapper .owl-dots {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .single-product-section .custom-dot-wrapper .owl-dots::-webkit-scrollbar {
        width: 0;
    }


    .single-product-section {
        padding: 80px 0;
        overflow: hidden;
    }

    .product-card-premium:before {
        border: 1px solid rgba(255, 255, 255, 0.5);
        height: 503px;
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        bottom: 0;
    }

    .single-product-section .owl-carousel .owl-dot {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 12% !important;
        border: 2px solid transparent;
        margin-bottom: 15px;
        overflow: hidden;
        border-radius: 2px !important;
    }

    .single-product-section .owl-dot.active {
        border: 1px solid #b7b7b7;
    }

    .single-product-section .owl-theme .owl-dots .owl-dot span {
        display: none !important;
    }

    .single-product-section .owl-carousel .item {
        width: 85%;
        margin-left: auto;
    }

    .single-product-section .custom-thumb-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 20px;
    }

    .single-product-section .custom-thumb-nav .thumb-prev,
    .single-product-section .custom-thumb-nav .thumb-next {
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
    }

    .single-product-section .custom-thumb-nav .owl-dot {
        width: 60px;
        height: 60px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin: 0 4px;
        background-size: cover;
        background-position: center;
    }

    /* Main Card Styling */
    .product-card-premium {
        background-color: #000;
        color: #fff;
        padding: 0 0 0 50px;
        border-radius: 4px;
        position: relative;
    }

    .header-labels {
        margin-bottom: 20px;
        font-family: 'Mulish';
        font-weight: 500;
        font-size: 16px;
        line-height: 175%;
        color: #fff;
    }

    .product-title {


        /* Responsive font size */
        margin-bottom: 15px;
        font-family: 'Oswald';
        font-weight: 500;
        font-size: 38px;
        line-height: 137%;
        color: #fff;
    }

    .stars {
        color: #d3ad3e;
        font-size: 14px;
    }

    .reviews-text {
        font-family: 'Mulish';
        font-weight: 700;
        font-size: 13px;
        letter-spacing: 1.90px;
        color: #fff;
    }

    .badge-uk {
        padding: 6px 12px;
        font-family: 'Mulish';
        font-weight: 600;
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.08em;
        color: #fff;
        background: rgba(255, 255, 255, 0.16);
        border-radius: 4px;
    }

    .description {
        margin-bottom: 15px;
        font-family: 'Mulish';
        font-weight: 400;
        font-size: 15px;
        line-height: 187%;
        color: #fff;
    }

    /* Purchase Options Section */
    .purchase-options {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 20px 0;
        margin-top: 25px;
    }

    .option-row {
        display: flex;
        align-items: center;
        padding: 15px 0;
        cursor: pointer;
        position: relative;
    }

    .option-row input {
        display: none;
    }

    .custom-radio {
        width: 22px;
        height: 22px;
        border: 2px solid #b08a2e;
        border-radius: 50%;
        margin-right: 15px;
        position: relative;
        flex-shrink: 0;
    }

    .option-row input:checked+.custom-radio::after {
        content: '';
        width: 12px;
        height: 12px;
        background: #b08a2e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .label-text {
        flex-grow: 1;
        font-family: 'Mulish';
        font-weight: 500;
        font-size: 15px;
        line-height: 180%;
        color: #fff;
    }

    .label-text small {
        font-size: 12px;
    }

    .price-tag {
        font-family: 'Mulish';
        font-style: italic;
        font-weight: 600;
        font-size: 18px;
        line-height: 150%;
        text-align: right;
        color: #fff;
    }

    /* Actions Section */
    .main-price {
        font-family: 'Mulish';
        font-weight: 600;
        font-size: 24px;
        line-height: 113%;
        color: #fff;
    }

    .quantity-selector {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .qty-btn {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #555;
        background: none;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.2s;
    }

    .qty-btn:active,
    .qty-btn:hover {
        background: #d3ad3e;
        border-color: #d3ad3e;
        color: #000;
        font-weight: bold;
    }

    .qty-btn:hover {
        opacity: 0.8;
    }

    #qty-input {
        width: 30px;
        background: transparent;
        border: none;
        text-align: center;
        outline: none;
        font-family: 'Mulish';
        font-weight: 500;
        font-size: 12px;
        line-height: 225%;
        color: #b08a2e;
    }

    /* Chrome/Safari se arrows hatane ke liye */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }



    .footer-info {
        font-family: 'Mulish';
        font-weight: 500;
        font-size: 15px;
        line-height: 160%;
        color: #fff;
    }

    .footer-info i,
    .footer-info svg {
        margin-right: 5px;
        color: #d3ad3e;
    }

    .single-product-image {
        background: #FFF;
        display: flex;
        width: 100%;
        position: relative;
        height: 460px;
        border-radius: 2px;
        overflow: hidden;
        justify-content: center;
        align-items: center;
    }

    .single-product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .single-product-image-inner {
        /*width: max-content;*/
        margin: 0 auto;
        /*position: absolute;*/
        left: 0;
        right: 0;
        bottom: 0;
    }

    .love-it-section .laboratorybxx {
        margin: 35px 0 0;
    }

    .product-card {
        border-radius: 24px;
        overflow: hidden;
        border: 1px solid #2a2a2a;
        background: #171716;
    }

    /* Left Side Content */
    .content-section {
        padding: 38px;
    }

    .product-title {
        margin-bottom: 1.5rem;
    }


    .description p {
        font-family: 'Mulish';
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        color: rgba(255, 255, 255, 0.78);
        margin: 20px 0;
    }

    .spec-heading {
        margin: 20px 0;
        font-family: 'Oswald';
        font-weight: 400;
        font-size: 22px;
        line-height: normal;
        color: #fff;
    }

    .spec-list {
        list-style: none;
        padding: 0;
    }

    .spec-list li {
        margin-bottom: 8px;
        color: #FFF;
    }

    /* Right Side Image */
    .assaimage-wrappe {
        padding: 8px 8px 8px 0;
    }

    .image-wrapper {
        border-radius: 18px;
        overflow: hidden;
        position: relative;
    }

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


    .overview-section {
        padding: 75px 0;
    }

    .spec-list li {
        font-family: 'Mulish';
        font-weight: 600;
        font-size: 16px;
        line-height: 175%;
        color: #fff;
    }

    .spec-list li strong {
        font-weight: 600;
    }










    /* Left Side: Summary */
    .review-section .reviews-summary h5 {
        font-weight: 300;
        margin-bottom: 5px;
    }
.review-section {
    overflow: hidden;
}
    .review-section .rating-number {
        font-family: 'Mulish';
        font-weight: 500;
        font-size: 20px;
        color: #fff;
        margin: 10px 0;
    }

    .review-section .stars-gold {
        color: #d3ad3e;
        font-size: 18px;
        margin: 10px 0;
    }

    .review-section .based-on {
        font-family: 'Mulish';
        font-weight: 500;
        font-size: 14px;
        line-height: 186%;
        color: #fff;
    }

    .review-section .write-review-link {
        font-weight: 500;
        font-size: 16px;
        line-height: 325%;
        text-transform: capitalize;
        text-decoration: underline;
        text-decoration-skip-ink: none;
        color: #b08a2e;
    }

    /* Progress Bars */
    .review-section .rating-bar-container {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 5px;
    }

    .review-section .star-label {
        min-width: 25px;
        font-family: 'Mulish';
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        text-align: right;
        color: #b08a2e;
    }

    .review-section .progress {
        height: 4px;
        background-color: #333;
        flex-grow: 1;
        border-radius: 0;
    }

    .review-section .progress-bar {
        background-color: #d3ad3e;
    }

    .review-section .percentage-label {
        min-width: 30px;
        font-family: 'Mulish';
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        text-align: right;
        color: #b08a2e;
    }

    /* Right Side: Customer Reviews */
    .review-section .section-title {
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .review-section .sort-by {
        background: #1a1a1a;
        color: #fff;
        border: 1px solid #333;
        padding: 5px 15px;
        border-radius: 8px;
        font-size: 14px;
    }

    /* Review Images */
    .review-section .review-img-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        margin-bottom: 20px;
    }

    .review-section .review-img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
        border-radius: 4px;
        border: 1px solid #333;
    }

    /* Review Content */
    .review-section .reviewer-name {
        margin-bottom: 5px;
        font-family: 'Mulish';
        font-weight: 500;
        font-size: 14px;
        line-height: 186%;
        color: #fff;
    }

    .review-section .verified-text {
        margin-bottom: 5px;
        font-family: 'Mulish';
        font-weight: 500;
        font-size: 14px;
        line-height: 186%;
        color: #fff;
    }

    .review-section .verified-text i {
        font-size: 10px;
    }

    .review-section .review-date {
        margin-bottom: 15px;
        font-family: 'Mulish';
        font-weight: 500;
        font-size: 14px;
        line-height: 186%;
        color: #fff;
    }

    .review-section .review-text {
        font-family: 'Mulish';
        font-weight: 500;
        font-size: 16px;
        line-height: 163%;
        color: rgba(255, 255, 255, 0.85);
    }

    /* Button */
    .review-section .btn-see-all {
        background-color: #b38b34;
        color: #fff;
        border: none;
        padding: 10px 25px;
        border-radius: 25px;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 30px;
        transition: 0.3s;
    }

    .review-section .btn-see-all:hover {
        background-color: #d3ad3e;
        color: #fff;
    }

    .review-section h5.revi {
        font-family: 'Mulish';
        font-weight: 600;
        font-size: 18px;
        line-height: normal;
        text-transform: capitalize;
        color: #fff;
    }

    .review-section .researchers-line {
        padding-top: 45px;
    }



    .certificate-section {
    padding: 60px 0 20px;
}

.certificate-image {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
}

.certificate-image img {
    width: 100%;
    object-fit: cover;
}

.certificate-content .section-heading p {
    font-family: 'Mulish';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.78);
    margin: 25px 0;
}

 .certificate-content {
    padding-left: 60px;
}
 .related-section .related-content {
    text-align: center; 
}

/* woocommerce css */

form.cart {
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.single_add_to_cart_button {
    background: #b08a2e !important;
    border: 0;
    border-radius: 100px;
    padding: 15px 30px !important;
    display: block;
    align-items: center;
    font-family: 'Mulish';
    font-weight: 800;
    font-size: 16px !important;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
}
/*.woocommerce-notices-wrapper {
    margin-top: 5rem;
}*/
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background: #171716 !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 24px;
    color: #FFF !important;
    overflow: hidden;
}
.woocommerce-notices-wrapper .button, .woocommerce-info a {
    background: #b08a2e !important;
    border: 0;
    border-radius: 100px;
    padding: 15px 24px;
    display: block;
    align-items: center;
    font-family: 'Mulish';
    font-weight: 800;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none !important;
}
.woocommerce-notices-wrapper .button:hover{
    text-decoration: none !important;
}
/*.woocommerce-cart .defaultHero {
    display: none;
}*/
.cart-view .cart-view-content, .checkout-view-content, 
.checkout-order-summary .wp-block-woocommerce-checkout-order-summary-block, 
.woocommerce-form-login, .woocommerce-form-register{
    background: #171716 !important;
    border: 0;
    border-radius: 24px;
    color: #FFF !important;
}
.checkout-view-content, .wp-block-woocommerce-checkout-order-summary-block, 
.woocommerce-form-login, .woocommerce-form-register{
    padding: 22px !important;
}
.cart-view .cart-view-content tr th, .cart-view .cart-view-content tr td{ 
    padding: 22px 28px;
}
.cart-totals {
    background: #171716 !important;
    /* border: 1px solid #2a2a2a !important; */
    border-radius: 24px;
    color: #FFF !important;
    padding: 12px 22px;
}
.cart-view .cart-view-content tr th a, .cart-view .cart-view-content tr td a {
    color: #fff;
}
.cart-view .cart-view-content tr th .price, .cart-view .cart-view-content tr td .price {
    margin: 0;
}
.cart-view .cart-view-content tr td .wc-block-components-product-metadata{
    display: none;
}
.cart-view .cart-view-content tr td .wc-block-cart-item__quantity {
    margin: 12px 0;
}
.wc-block-cart__submit-button, .woocommerce-form-login button[type="submit"], 
.woocommerce-form-register button[type="submit"], .woocommerce-address-fields button[type="submit"], 
.woocommerce-MyAccount-content button[type="submit"]{
    background: #b08a2e !important;
    border: 0;
    border-radius: 100px;
    padding: 15px 24px;
    display: block;
    align-items: center;
    font-family: 'Mulish';
    font-weight: 800;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none !important;
}
.checkout-view-content form input, .checkout-view-content form select, 
.checkout-view-content form textarea, .woocommerce-form-login input, .woocommerce-form-register input, 
.woocommerce-address-fields input, .woocommerce-address-fields .select2-selection, 
.woocommerce-MyAccount-content input{
    background-color: #171716 !important;
    border: 1px solid #b08a2e !important;
    border-radius: 50px !important;
    font-family: 'Mulish' !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 214% !important;
    text-transform: capitalize !important;
    color: rgba(255, 255, 255, 0.75) !important;
}
.woocommerce-address-fields .select2-selection{
    height: 45px !important;
}
.checkout-view-content form textarea{
    height: 160px;
    padding: 22px;
}
.checkout-view-content form input[type="checkbox"], 
.checkout-view-content form input[type="radio"]{

}
.wc-blocks-components-select .wc-blocks-components-select__container{
    background: transparent !important;
}

.wc-block-components-checkout-place-order-button {
    background: #b08a2e !important;
    border: 0;
    border-radius: 100px;
    padding: 15px 24px;
    display: block;
    align-items: center;
    font-family: 'Mulish';
    font-weight: 800;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none !important;
}
.woocommerce-form-login__rememberme {
    margin: 0 !important;
}
.logged-in.woocommerce-account .woocommerce {
    display: flex;
    gap: 24px;
}
nav.woocommerce-MyAccount-navigation {
    background: #171716 !important;
    border-radius: 24px;
    flex: 0 0 25%;
    margin: 0 !important;
    padding: 22px;
    position: relative;
}
nav.woocommerce-MyAccount-navigation ul li {
    margin: 0 0 1.6rem 0!important;
}
nav.woocommerce-MyAccount-navigation ul li a{
    color: #fff !important;
    display: block;
    font-family: 'Mulish' !important;
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: none !important;;
    transition: 0.5s all;
}
nav.woocommerce-MyAccount-navigation ul li a:hover{
    text-decoration: none !important;;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a{
    background-color: #010101;
    border-radius: 12px;
    line-height: 0;
    padding: 22px !important;
    text-decoration: none;
}
.woocommerce-MyAccount-content {
    background-color: #171716;
    border-radius: 24px;
    padding: 22px;
    position: relative;
}
.woocommerce-MyAccount-content p, .woocommerce-Address address {
    color: #FFF;
    font-family: 'Mulish' !important;
    font-size: 16px !important;
}
.woocommerce-MyAccount-content p a, .woocommerce-Address a {
    color: #b08a2e;
}
.woocommerce-Address {
    background-color: #000;
    border-radius: 24px;
    padding: 22px;
    margin-top: 1rem;
}
.woocommerce-Address h2, .woocommerce-MyAccount-content h2{
    color: #FFF !important;
    font-family: 'Oswald';
    font-weight: 400 !important;
    font-size: 24px;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 1.6rem;
    transition: 0.5s all;
}
input[type=checkbox] {
    height: 20px !important;
}
input[type=checkbox].wc-block-product-filter-checkbox-list__input{
    height: 16px !important;
}
.wc-block-product-filter-price-slider__left.text, 
.wc-block-product-filter-price-slider__right.text {
    color: #fff;
}
.account-orders-table {
    width: 100%;
}
.account-orders-table thead tr th:first-child{
    border-top-left-radius: 14px;
}
.account-orders-table thead tr th:last-child{
    border-top-right-radius: 14px;
}
.account-orders-table thead tr th {
    background: #000 !important;
    color: #fff;
    font-weight: 500;
    padding: 15px 20px !important;
    position: relative;
    visibility: visible !important;
}
.woocommerce-account table.account-orders-table tbody tr th, 
.woocommerce-account table.account-orders-table tbody tr td {
    background: #F8F8F8;
}
.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n+1) th, 
.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n+1) td{
    background: #F8F8F8;
}
.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n) th,
.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n) td {
    background: #eee !important;
}
p.woocommerce-LostPassword.lost_password a, a.woocommerce-privacy-policy-link{
    color: #86613a;
}

.woocommerce-order {
    margin: 40px auto;
    padding: 30px;
    background: #171716;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.woocommerce-order h2,
.woocommerce-order h3 {
    margin-bottom: 15px;
    font-weight: 600;
}

.woocommerce-order p {
    font-size: 16px;
    line-height: 1.6;
}

.woocommerce-order ul.woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.woocommerce-order ul.woocommerce-order-overview li {
    background: #000;
    padding: 15px;
    border-radius: 12px;
    font-size: 15px;
}
.woocommerce-order-details,
.woocommerce-customer-details {
    margin-top: 30px;
    padding: 20px;
    background: #fafafa;
    border-radius: 12px;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset{
    border: 0 !important;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend{
    color: #FFF !important;
    font-family: 'Oswald';
    font-weight: 400 !important;
    font-size: 24px;
    line-height: 100%;
    text-transform: capitalize;
    transition: 0.5s all;
}
.variations select {
    background-color: #171716 !important;
    border: 1px solid #b08a2e !important;
    border-radius: 50px !important;
    font-family: 'Mulish' !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 214% !important;
    padding: 12px;
    text-transform: capitalize !important;
    color: rgba(255, 255, 255, 0.75) !important;
    /* width: 100%; */
}
.woocommerce-variation-add-to-cart {
    display: flex;
    gap: 24px;
}
.woocommerce-thankyou-order-received {
    font-family: 'Oswald' !important;
    font-weight: 400;
    font-size: 46px !important;
    line-height: normal;
    color: #fff;
}
.woocommerce-button.view {
    background: #b08a2e !important;
    border: 0;
    border-radius: 100px;
    padding: 12px 24px;
    display: block;
    align-items: center;
    font-family: 'Mulish';
    font-weight: 800;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none !important;
}


/*====== Age Popup ======*/

#age-popup, #newsletter-popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:999999999;
}
.popup-close{
    color: #7e7979;
    display: inline-block;
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 16px;
}
#popup-step-agreement {
    background: #000;
    border: 1px solid #d3ad3e;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    max-width: 500px;
    width: 100%;
}
.age-popup-content .logo img {
    width: 60%;
    margin-bottom: 1.6rem;
}
.age-popup-content h2 {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 24px;
    text-transform: capitalize;
    text-align: center;
}
.font-medium {
    font-size: 32px;
}
#popup-step-login {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    max-width: 500px;
    width: 100%;
}
.age-popup-content p{
    font-family: 'Mulish';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    margin: 20px auto 0px; 
    text-align: center; 
}
.form-box {
    display: block;
    margin: 0;
    text-align: left;
}
.newsletter-box h5 {
    color: #d3ad3e;
    display: block;
    margin-bottom: 1rem;
}
.form-box .tnp-subscription input, .es_subscription_form input {
    border: 1px solid #bbb !important;
    border-radius: 6px !important;
}
.form-box .tnp-subscription label, .es_subscription_form label {
    font-size: 0;
    text-transform: capitalize;
    font-weight: 600;
}
.form-box .tnp-subscription input[type="submit"], 
.es_subscription_form input[type="submit"]{
    background: #1a1a1a !important;
    border: 0 !important;
    color: #b08a2e !important;
    font-weight: 700 !important;
    margin: 0 !important;
    text-transform: uppercase;
    width: 100%;
}
.newsletter-success{
    text-align:center;
    padding:20px 10px;
}
.newsletter-success h4{
    color:#000;
    font-family: 'Oswald';
    font-size:24px;
    margin-bottom:0.6rem;
}
.newsletter-success p{
    color:#000;
    font-family: 'Mulish';
}
.newsletter-box .laboratorybxx {
    border-radius: 12px;
    margin: 0;
}
.newsletter-box .laboratorybxx span{
    text-align: left;
}
.coupon {
    background: #d3ad3e;
    color: #1a1a1a;
    font-family: 'Oswald';
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 0;
    display: inline-block;
    padding: 24px 24px;
    margin: 0;
}
.popup-buttons{
    margin-top:25px;
    display:flex;
    align-items: center;
    justify-content: center;
    gap:15px;
}
#agree-age {
    color: #000;
    background: #d3ad3e;
    border: none;
    display: inline-block;
    font-family: 'Mulish';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 12px;
    margin-bottom: 0;
    padding: 14px 32px;
    margin-top: 10px;
    text-decoration: none;
    transition: 0.5s all;
}
#agree-age span {
    font-size: 16px;
    font-weight: 400;
}
#agree-age:hover{
    color: #d3ad3e;
    background: #FFF;
    transition: 0.5s all;
}
#exit-age{
    color: #FFF;
    background: transparent;
    border: 1px solid #d3ad3e;
    display: inline-block;
    font-family: 'Mulish';
    font-weight: 5600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 12px;
    margin-bottom: 0;
    padding: 14px 32px;
    margin-top: 10px;
    text-decoration: none;
    transition: 0.5s all;
}
#exit-age span {
    font-size: 16px;
    font-weight: 400;
}
#exit-age:hover{
    color: #FFF;
    background: #d3ad3e;
    transition: 0.5s all;
}
.slicewp-form, .slicewp-menu-top {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 24px;
}
.slicewp-form label {
    color: #FFF;
    margin-bottom: 0.6rem;
}
.slicewp-form input, .slicewp-form textarea, .slicewp-tab input{
    background-color: transparent !important;
    border: 1px solid #b08a2e !important;
    border-radius: 50px !important;
    padding: 15px 25px !important;
    margin-bottom: 20px;
    font-family: 'Mulish';
    font-weight: 500;
    font-size: 14px;
    line-height: 214%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.75);
}
.slicewp-form textarea{
    height: 140px;
}
.slicewp-form button[type="submit"], .slicewp-tab button{
    background: #b08a2e;
    border-radius: 50px !important;
    color: #ffffff;
    border: none;
    padding: 15px 24px;
    transition: all 0.3s ease;
    justify-content: center;
}
.slicewp-user-notice.slicewp-warning p{
    color: #b08a2e;
}
.slicewp-nav-tab-wrapper .slicewp-nav-tab a {
    background-color: transparent !important;
    border: 1px solid #b08a2e !important;
    border-radius: 50px !important;
    padding: 10px 15px !important;
    margin-bottom: 20px;
    font-family: 'Mulish';
    font-weight: 500;
    font-size: 14px;
    line-height: 214%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.75);
}
.slicewp-nav-tab-wrapper .slicewp-nav-tab a:hover{
    color: rgba(255, 255, 255, 0.75) !important;
}
.slicewp-nav-tab-wrapper .slicewp-nav-tab.slicewp-active a{
    background-color: #b08a2e !important;
    color: rgba(255, 255, 255, 0.75) !important;
}
.slicewp-chart-legend ul li span {
    color: #000;
}
.slicewp-tab input{
    color: #000;
}
.slicewp-card-inner label {
    color: #000;
}
.slicewp-list-table-wrapper{
    box-shadow: 0 0 0 1px rgb(176 138 46), 0 1px 2px #e9eff3 !important;
}
.slicewp-list-table{
    color: rgba(255, 255, 255, 0.75) !important;
}
.slicewp-list-table-wrapper table.slicewp-list-table th {
    border: 1px solid #b08a2e !important;
}

@media only screen and (max-width:767px){
    .nav-right-item .search-btn form {
        display: none;
    }
    #popup-step-login, #popup-step-agreement{
        padding: 15px;
        max-width: 100%;
    }
    .newsletter-box .laboratorybxx {
        border-radius: 12px;
        display: flex;
        margin: 0;
    }
    .newsletter-box .laboratorybxx .laboratory-item {
        flex: auto;
    }
    .age-popup-content h2 {
        font-size: 35px;
    }
    #agree-age{
        padding: 12px 20px;
    }
    .form-box .tnp-subscription input[type="submit"]{
        font-size: 15px;
    }
}