/**
*	Theme Name: Treasurecoast Peptide
*	Theme URI:
*	Author: qasim khan
*	Author URI: 
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  stdezign 
**/


@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900";
@import "https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800";
@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,500,600,700,800";
@import "https://fonts.googleapis.com/css?family=Exo:200,300,400,500,600,700,800";
@import "https://fonts.googleapis.com/css?family=Exo+2:400,500,600";
@font-face {
  font-family: 'Cera Pro Light';
  src: url("CeraPro-Light.eot");
  src: url("CeraPro-Light.eot?#iefix") format("embedded-opentype"), url("CeraPro-Light.woff2") format("woff2"), url("CeraPro-Light.woff") format("woff"), url("CeraPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../treasurecoastpeptides/assets/fonts/Gilroy-Regular.eot');
    src: url('../treasurecoastpeptides/assets/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../treasurecoastpeptides/assets/fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../treasurecoastpeptides/assets/fonts/Gilroy-Regular.woff') format('woff'),
        url('../treasurecoastpeptides/assets/fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.wpcf7-submit {
    margin-top: 20px !important;
}

h1, h2, h3, h4, h5, h6, strong, span {
      font-family: 'Gilroy';
} 

.regular-price span {
    font-family: 'Gilroy' !important;
    font-weight: 700 !important;
}

/* line 13, sass/style.scss */
body::-webkit-scrollbar {
  width: 5px;
}

/* line 16, sass/style.scss */
body::-webkit-scrollbar-thumb {
  background: #000000;
  outline: #000000 solid 1px;
}

/* line 21, sass/style.scss */
a,
a:hover {
  text-decoration: none !important;
}

/* line 26, sass/style.scss */
p {
  margin: 0 0 20px;
}

/* line 30, sass/style.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 34, sass/style.scss */
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

/* line 41, sass/style.scss */
input[type="checkbox"],
input[type="radio"] {
  width: auto !important;
}

/* line 45, sass/style.scss */
.searchform {
  position: relative;
}

/* line 48, sass/style.scss */
.searchform input {
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 14px 20px;
  width: 100%;
}

/* line 54, sass/style.scss */
.searchform button {
  border: 0px;
  background-color: transparent;
  font-size: 24px;
  position: absolute;
  top: 5px;
  right: 10px;
}

/* line 62, sass/style.scss */
ul.nav-menu,
div.nav-menu > ul {
  margin: 0;
  padding: 0;
}

/* .nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #ffffff;
    } */
/* line 76, sass/style.scss */
.nav-menu .sub-menu,
.nav-menu .children {
  background-color: #fff !important;
  border: 0px;
  border-top: 0;
  padding: 0;
  position: absolute;
  left: -2px;
  z-index: 99999;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


.nav-menu .sub-menu, .nav-menu .children {
    width: 100% !important;
    max-width: 178px;
    border: 1px solid #ccc !important;
}

 header ul.sub-menu a {
    font-size: 14px;
    display: block;
    width: 100% !important;
    padding: 4px 12px !important;
}

header ul.sub-menu li {
    text-align: center;
}

/* line 91, sass/style.scss */
ul.sub-menu li {
  margin: 0px;
}

/* line 95, sass/style.scss */
ul.sub-menu li a {
  color: #000!important;
  padding: 15px;
  text-align: left;
}

/* line 101, sass/style.scss */
ul.sub-menu li a:hover {
  background: #000;
}

/* line 105, sass/style.scss */
.nav-menu .sub-menu ul,
.nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}

/* line 112, sass/style.scss */
ul.nav-menu ul a,
.nav-menu ul ul a {
  color: #ffffff;
  margin: 0;
  width: 200px;
}

/* line 119, sass/style.scss */
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
  background-color: #db572f;
}

/* line 126, sass/style.scss */
/* ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit;
} */

.nav-menu li ul {
    display: none;
}



/* line 136, sass/style.scss */
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
  display: none;
}



@media (max-width: 1170px) {
  /* line 2, sass/_screen.scss */
  #menuToggle {
    display: flex;
    flex-direction: column;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    z-index: 9999999;
    margin-right: 20px;
    cursor: pointer;
  }

  /* line 13, sass/_screen.scss */
  #menuToggle input {
    width: 32px !important;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    top: -6px;
  }

  /* line 22, sass/_screen.scss */
  .mob-icons ul {
    margin: 0;
  }

  /* line 26, sass/_screen.scss */
  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #000000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  /* line 41, sass/_screen.scss */
  .menuToggle.open {
    position: absolute;
    top: 32px;
    right: 23px;
  }

  /* line 46, sass/_screen.scss */
  .mob-icons {
    display: flex;
    align-items: center;
  }

  /* line 50, sass/_screen.scss */
  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  /* line 55, sass/_screen.scss */
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
    margin: 0;
  }

  /* line 60, sass/_screen.scss */
  #menuToggle.open span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #ffffff;
  }

  /* line 66, sass/_screen.scss */
  #menuToggle.open span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /* line 72, sass/_screen.scss */
  #menuToggle.open span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  /* line 76, sass/_screen.scss */
  /* ul.nav-menu li ul.sub-menu,
  ul.nav-menu li:hover ul.sub-menu {
    display: none !important;
  } */

  /* line 80, sass/_screen.scss */
  ul.nav-menu li.open ul.sub-menu,
  ul.nav-menu li.open:hover ul.sub-menu {
    display: block !important;
  }

  /* line 84, sass/_screen.scss */
  ul.sub-menu.open-submenu {
    display: block !Important;
    background-color: rgba(72, 72, 72, 0.85) !important;
    top: 0 !important;
  }

  /* line 89, sass/_screen.scss */
  .mobilesubmenu.open {
    background-color: rgba(72, 72, 72, 0.85) !important;
  }

  /* line 92, sass/_screen.scss */
  ul.sub-menu {
    display: none !Important;
    position: relative !Important;
    top: -100% !Important;
  }

  /* line 97, sass/_screen.scss */
  .mobilesubmenu i {
    position: relative;
    top: 13px;
    right: 18px;
  }

  /* line 102, sass/_screen.scss */
  .nav-bar li {
    display: block;
    margin: 0;
    width: 100%;
    top: 0;
    overflow: hidden;
  }

  /* line 109, sass/_screen.scss */
  .mobilesubmenu {
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #ffffff;
    right: 0;
    z-index: 9999;
    border-left: 1px solid #717171;
    padding-left: 36px;
    height: 46px;
  }

  /* line 121, sass/_screen.scss */
  .nav-menu .sub-menu, .nav-menu .children {
    width: 100%;
  }

  /* line 124, sass/_screen.scss */
  ul.sub-menu li {
    display: block;
  }

  /* line 127, sass/_screen.scss */
  ul.sub-menu,
  .open-submenu {
    transition: all 1s;
  }

  /* line 131, sass/_screen.scss */
  .openmenu {
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    color: #333333;
  }

  /* line 137, sass/_screen.scss */
  .nav-bar.open {
    right: 0;
  }

  /* line 140, sass/_screen.scss */
  .nav-menu li a {
    color: #000;
    padding: 15px 0;
  }

  /* line 144, sass/_screen.scss */
  ul.sub-menu li:last-child {
    border: 0px !Important;
  }

  /* line 147, sass/_screen.scss */
  ul.sub-menu li a {
    /* color: #ffffff !Important; */
    font-weight: 600;
  }

  /* line 151, sass/_screen.scss */
  ul.sub-menu li {
    margin: 0px;
  }

  /* line 154, sass/_screen.scss */
  ul.sub-menu li:last-child a {
    text-align: left;
    /* color: #ffffff !Important; */
    padding: 15px;
  }

  /* line 159, sass/_screen.scss */
  .nav-menu li:last-child {
    border: 0px !Important;
  }

  /* line 162, sass/_screen.scss */
  .nav-menu li:last-child a,
  .nav-menu .sub-menu, .nav-menu .children {
    left: 0;
    width: 100% !important;
  }

  /* line 167, sass/_screen.scss */
.nav-bar {
    background-color: #333333;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    padding: 15px;
    padding-top: 60px;
    transition: all 0.3s;
    width: 100%;
    text-align: left;
    z-index: 999;
    width: 100%;
    max-width: 492px;
}

  /* line 180, sass/_screen.scss */
  .closebtn {
    display: block;
    position: absolute;
    top: -55px;
    font-size: 20px;
    right: 0;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 20px;
  }
}



/* my css  */

header.site-header  a {
    color: #121212bf !Important;
}


.custom-grid-left-button a:hover {
    color: #fff;
}


header.site-header {
    padding: 0 0 8px;
    border-bottom: 1px solid #ccc;
}


header.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div#searchBox {
    display: none;
}

.header-icons {
    display: flex;
    gap: 30px;
    align-items: center;
}

header.site-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 6px;
    position: relative;
}

ul.sub-menu {
    display: flex;
    padding: 12px 0 !important;
    flex-direction: column;
    gap: 7px !important;
}

ul.sub-menu.active {
    display: block !important;
    overflow: visible !important;
    clip: unset !important;
    height: auto !important;
}

.nav-menu .sub-menu, .nav-menu .children {
    background-color: #e35a28;
    border: 0px;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: 60px;
    z-index: 99999;
    top: 36px;

    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}


ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
    background-color: transparent !important;
}


.announsmentbar p {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 13px;
}


.announsmentbar {
    padding: 7px 0;
}

.header-slide-content {
    background-color: #efe51d;
    padding: 15px 0;
}

.header-slide-content ul {
    justify-content: space-evenly;
}

.header-slide-content li {
    font-size: 13px;
    color: #121212bf;
    font-weight: 700;
}

ul.slick-dots {
    display: none !important;
}


.header-slides {
  width: 100%;
  margin: 0 auto;
}

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

.header-slides li {
  text-align: center;
  white-space: nowrap; /* 🔹 Prevent text from wrapping */
  overflow: hidden;
  text-overflow: ellipsis; /* optional: adds "..." if too long */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}


 p, li, label, span {

    font-family: "Inter", sans-serif;

}

header.site-header  a {
    color: #000;
}

header.site-header .navigation a {
    padding: 12px;
}


header.site-header {
    padding: 0 0 8px;
}

.current-menu-item  a {
    color: #2fafc8 !important;
}

.header-icons img {
    width: 20px;
    height: 20px;
}


header a:hover, footer a:hover {
  color: #2fafc8 !important;
  transition: all 0.1s linear;
}

header a, footer a {
  transition: all 0.1s linear;
}


/* banner css  */


.banner {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 7% 0;
    background-position: 100% 100%;
}


h1 {
    font-size: 64px !important;
    color: #fff;
    font-weight: 800 !important;
    font-family: 'Gilroy' !important;
    width: 100%;
    max-width: 700px;
    line-height: 66px !important;
}


.banner strong {
    color: #fff;
    font-size: 18px;
    margin: 16px 0;
    display: block;
}

 .banner .site-btn {
    margin-top: 32px;
}


.site-btn a {
    background-color: #2DAFC8;
    color: #fff;
    font-size: 18px;
    padding: 15px 53px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-weight: 700;
}




.site-btn a:hover {
    color: #fff;
    box-shadow: 0px 0px 0px 1px #2DAFC8;
}

/* multi-column section  */


.multi-column .row {
    display: flex;
}


.multi-column .custom-col:nth-child(1) {
  width: 60% !important;
}

.multi-column .custom-col:nth-child(2) {
  width: 40% !important;
}

.multi-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.multi-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.multi-column ul li {
  width: 33.33%;
}

.multi-column {
    background-color: #FAFAFA;
    padding: 50px 0;
}

.multi-box {
    text-align: center;
    background-color: #fff;
    padding: 13px 23px;
    box-shadow: 0px 0px 4px 0px #ccc;
    height: 100%;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}


 .multi-box h3 {
    font-size: 16px;
    font-weight: 700;
} 


  .multi-box  p {
    font-size: 13px;
}


/* catagery-section  */


.catagery-section {
    background-color: #FAFAFA;
    padding: 30px 0;
}



 .catagery-section h3 {
    font-size: 18px;
    color: #2fafc8;
}


  .catagery-section .heading h2 {
    font-size: 48px;
    font-weight: 700;
    margin: 16px  0 46px;
}

.multiple-box-catagery .row {
    display: flex;
    justify-content: space-between;
}


.catagery-box-content {
    background-color: #fff;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
       border: 1px solid transparent; 
    gap: 19px;
   box-shadow: 0px 0px 4px 0px #ccc; 
}

.catagery-box-content:hover {
      background: #f8f8f8;
    border: 1px solid rgb(73 158 199 / 70%);
}

.catagery-box-content h3 {
    font-size: 40px;
    color: #000;
    width: 100%;
    max-width: 185px;
    line-height: 38px;
    font-weight: 700;
    margin: 0;
}

  .catagery-section .custom-col {
    width: 35%;
   }



/* tps   */

   .tps {
    background-color: #FAFAFA;
    padding: 40px 0;
}


.tps .row {
    display: flex;
}


  .tps .custom-col:nth-child(1) {
    width: 40%;
}

  .tps .custom-col:nth-child(2) {
    width: 60%;
}


.collage-img-top {
    display: flex;
    gap: 21px;
    justify-content: space-between;
}


 
.collage-img-top .right {
    width: 36%;
}

 
.collage-img-top .left {
    width: 64%;
}

.right-img {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.collage-img-bottom {
    display: flex;
        margin-top: 32px;
        justify-content: space-between;
}


 .collage-img-bottom .bottom-right {
    width: 65%;
}



.tps-collage-img img {
    border-radius: 13px;
}


.collage-img-bottom  .bottom-left {
    width: 29%;
    background: var(--Gradient-Blue, linear-gradient(90deg, #2fafc8 0%, #045f95 100%));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}


    .tps .tps-heading {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    box-shadow: 0px 0px 5px -1px #ccc;
    border-radius: 11px;
    padding: 30px 66px;
}


 .tps h4 {
    font-size: 18px;
    color: #2fafc8;
    margin: 0;
}


  .tps  h2 {
    font-size: 48px;
    line-height: 47px;
    font-weight: 700;
}


    .tps  a {
    background: var(--Gradient-Blue, linear-gradient(90deg, #2fafc8 0%, #045f95 100%));
    color: #fff;
    padding: 16px 40px;
    border-radius: 6px;
}

    .tps  h3 {
    font-size: 40px;
    font-weight: 700;
    width: 100%;
    max-width: 100px;
    line-height: 39px;
}




/* Research Chemicals section css  */


.elite {
    color: #fff;
    text-align: center;
    padding: 4% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: 100% 100%;
}


.elite h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 43px;
}


.elite  p {
    margin: 30px 0 52px;
}


.elite  a {
    background: #2DAFC8 !important;
    color: #fff;
    font-size: 18px ;
    padding: 14px 48px !important;
    border-radius: 4px;
    border: 1px solid #fff;
}



/* product catalog  */


.product-catalog .row {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.product-catalog .custom-col {
    width: 32%;
    padding: 0;
}

.product-catalog {
    background-color: #FAFAFA;
    padding: 50px 0;
}

.product-catalog .heading {
    text-align: center;
}


.product-catalog .product {
    background-color: #fff;
    box-shadow: 0px 0px 6px -2px #ccc;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

 .product-catalog .product-price {
    display: flex;
}

.product-catalog h2 {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 10px 0 20px;
}

 .product-catalog img {
    height: 100%;
    object-fit: contain;
    position: absolute;
    width: 100%;
}


.compare-price {
    margin-right: 4px;
}







  .product-catalog .product-image a {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    display: block;
}


.product-catalog h3 a {
    color: #000;
    font-size: 18px;
        font-family: "Archivo", sans-serif !important;  
    font-weight: 700;
}

.product-heading {
    padding: 23px;
}


.product-price span {
    font-size: 15px;
}

 .product-catalog h3 {
    margin: 0 0 2px;
}


.product-catalog .woosq-btn, .product-catalog .cart-btn a {
    width: 100%;
    border: none;
    background-color: #2DAFC8 !important;
    color: #fff;
    padding: 9px 0;
    margin-top: 10px;
    display: block;
    font-size: 15px;
    text-align: center;
}

.regular-price span {

      color: #d20000;
}


.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    color: #000;
    padding: 0;
    font-size: 64px;
     font-family: "Archivo", sans-serif !important; 
    font-weight: 700 !important;
    line-height: 64px;
    padding-top: 1rem;
}

 .product-catalog h4 {
    color: #2fafc8;
    font-size: 18px;
    margin: 0;
}


.summary-content button {
    width: 100% !important;
    margin-top: 19px !important;
    display: block !important;
    background-color: #2C90A4 !important;
}


/* gallery section css  */


.custom-grid-section {
    background-color: #FAFAFA;
    padding: 50px 0;
}

 .custom-grid-section .gallery-2 {
    width: 50%;
}

.custom-grid-section .gallery-1 {
    width: 50%;
    height: 81%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-grid-section .custom-grid-gallery {
    display: flex;
    gap: 20px;
    height: 100%;
}

.custom-grid-gallery img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.gallery-2 img {
    height: auto !important;
}

.custom-grid-gallery .img {
    position: relative;
    width: 100%;
    padding-bottom: 90%;
}

.custom-grid-section .row {
    align-items: center !important;
    gap: 9px;
}


   .custom-grid-section .content {
    width: 100%;
    height: 100%;
    border: 1px solid #e1e1e1;
    padding: 30px 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 14px;
}

    .custom-grid-section .custom-grid-layout2-right-sub-heading p {
    font-size: 18px;
    color: #2fafc8;
    margin: 18px 0;
}

 
   .custom-grid-section h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    font-family: Gilroy !important;
    margin: 0;
}


 .custom-grid-sectio  .custom-grid-layout2-right-content p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}


    .custom-grid-layout2-right-content-container {
    display: flex;
    gap: 18px;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}

.custom-grid-layout2-right-icon {
    width: 7%;
}


.custom-grid-layout2-right-content {
    width: 94%;
}


.custom-grid-layout2-right-column.fr-custom-grid2-col3:last-child .custom-grid-layout2-right-content-container {
    border-bottom: unset;
}

.custom-blog h2 {
    font-size: 30px;
    margin: 40px 0;
    font-weight: 500;
       font-family: "Archivo", sans-serif !important;  
}

/* footer css  */

footer.site-footer {
    padding: 36px 0;
    background-color: #FAFAFA;
    border-top: 1px solid #ccc;
}

footer.site-footer label {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
}

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


footer.site-footer a {
    font-size: 14px;
    color: #000;
    padding: 4px 0;
    display: block;
}


footer.site-footer {
    padding: 36px 0;
}


.footer-contact-and-adress h4 {
    font-size: 15px;
    line-height: 20px;
}

.footer-contact-and-adress li {
    display: flex;
    gap: 10px;
    padding-bottom: 24px;
}

.site-footer .col:first-child {
    flex: 0 0 26% !important;
}

.footer-contact-and-adress .icon {
    width: 9%;
}


.footer-contact-and-adress .text {
    width: 87%;
}

.footer-des p {
    font-size: 12px !important;
}

.socal-footer-icon i {
    font-size: 21px;
    color: #007DC8;
}


.socal-footer-icon {
    display: flex;
    gap: 17px;
}


/* collection  */

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    content: " ";
    display: none;
}

.col-md-4 {
    flex: 0 0 auto;
   width: 23% !important;
}


ul.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
    justify-content: space-between;
}

nav.woocommerce-breadcrumb {
    display: none;
}


ul.products.columns-4 h2, .custom-related-products  h3 {
    font-size: 18px !important;
    color: #000;
    font-weight: 700 !important;
    padding-top: 14px;
    margin: 0;
}

.collection-page .regular-price, .related.products span.price {
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #d20000 !important;
}

.collection-page span.compare-price,
.related.products span.compare-price {
    color: #000;
     font-size: 18px !important; 
    text-decoration: line-through;
}

.custom-related-products .single-related-product .span.sale-price, .product-catalog del span {
      color: #000;
     font-size: 18px !important; 
    text-decoration: line-through;
}

.custom-related-products .single-related-product .regular-price, .product-catalog ins span {
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #d20000 !important;
}

.collection-header h1 {
    font-size: 48px !important;
}

ins {
    border: unset !important;
    text-decoration: unset !important;
}

.collection-header {
    padding: 60px 0;
}

.peaches-picks.sec-padd {
    padding: 60px  0;
    background-color: #FAFAFA;
}

.prod-box, .custom-related-products .single-related-product {
    background-color: #fff;
    height: 100%;
    border-radius: 14px;
}


 .prod-box .heading-content, .custom-related-products .heading-content {
      padding: 12px;
}

.custom-related-products {
    background-color: #FAFAFA;
    padding: 50px 0;
}


.single-related-product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

 .custom-related-products h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.active-thumb {
    border: 2px solid #000;
}


.woocommerce-product-gallery__image {
    margin-bottom: 23px;
}

.st_single_pro.sec-padd {
    background-color: #FAFAFA;
    padding: 36px 0 12px;
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    display: flex;
}

 .st_single_pro  .summary.entry-summary {
    width: 50%;
}


 .st_single_pro .product-images-wrapper {
    width: 50%;
}


  .st_single_pro .product-thumbnails {
    display: flex;
    margin-top: 19px;
    flex-wrap: wrap;
    gap: 16px;
}
   .st_single_pro .thumbnail-item {
    width: 23%;
}

.st_single_pro span.compare-price {
    font-size: 24px !important;
    font-weight: 700;
    color: #f15b22 !important;
    text-decoration: line-through;
}

  .st_single_pro .regular-price {
    font-size: 40px !important;
    font-weight: 700;
    line-height: 40px;
}

 .st_single_pro span.regular-price span {
      color: #000 !important;
 }


 .woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    padding: 10px 20px !important;
    font-size: 14px;
}

.variable-item.selected {
    background-color: #000 !important;
    color: #fff !important;
}


/* Quantity wrapper */
 .st_single_pro .quantity {
  display: flex;
  align-items: center;
  max-width: 120px; /* width adjust karo */
  margin-top: 10px;
}

/* Input box */
 .st_single_pro .quantity input.qty {
  text-align: center;
   border: unset !important;
}

 .st_single_pro .quantity {
    border: 1px solid #000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    border-radius: 10px;
    font-size: 20px;
}

/* Buttons */
  .st_single_pro .quantity .plus,
  .st_single_pro .quantity .minus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}


.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 2px;
    min-height: 36px !important;
}


/* Remove arrows in Webkit browsers */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



  .st_single_pro .single_add_to_cart_button {
    width: 100%;
    margin-top: 22px !important;
    background-color: #2FAFC8 !important;
    min-height: 45px;
}

   .st_single_pro  .product_meta {
    display: none;
}




/* icon with text css  */


.icon-with-text {
    border: 1px solid #e1e1e1;
    padding: 15px;
}

.icon-with-text h4 {
    font-size: 12px;
    text-align: center;
       font-family: "Inter", sans-serif !important; 
}

/* disclaimer css  */

.disclaimer {
    background-color: #FAFAFA;
    padding: 30px 0;
}


  .disclaimer .content {
    background-color: #F18080;
    padding: 20px 10px;
    border-radius: 9px;
}

    .disclaimer h3 {
    font-size: 18px;
    margin: 18px 0;
       font-family: "Archivo", sans-serif !important; 
}


/* Choose-Us css  */

  .Choose-Us {
    padding: 25px 0;
    background-color: #F3F3F3;
    text-align: center;
}


 .Choose-Us  h2 {
    font-size: 40px;
    margin: 33px 0;
    font-weight: 700;
}

   .Choose-Us  h3 {
    font-size: 16px;
}

   .Choose-Us p {
    font-size: 14px;
    margin: 14px 0;
}



/* .subs section css  */


.subs-section .content {
    padding: 100px;
    text-align: center;
    border-radius: 16px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}

.subs-section {
    background-color: #FAFAFA;
    padding: 26px 0;
}

.subs-section   h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 29px;
}

  .subs-section p  {
    font-family: "Archivo", sans-serif !important;
  }


  .woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    background-color: transparent !important;
}

a.reset_variations {
    display: none !important;
}


/* page css  */


.custom-page-header {
    display: flex;
    justify-content: center;
    padding: 100px 0;
    border-radius: 19px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}


 .custom-page-header h1 {
    font-size: 48px !important;
}


/* faq css  */

footer.site-footer   .site-logo {
    margin-bottom: 16px;
}


.faq {
    padding: 32px 0;
}
  
  
  .faq .faq-heading {
    text-align: center;
       font-family: "Archivo", sans-serif !important; 
    font-size: 40px;
    margin-bottom: 3rem;
}


.accordion-item {
    border: unset !important;
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    border-top: 1px solid #ccc;
          font-family: "Archivo", sans-serif !important;  
}

.accordion-item:last-child .accordion-button {
    border-bottom: 1px solid #ccc;
}

.accordion-button:not(.collapsed) {
    box-shadow: unset !important;
    background-color: transparent !important;
    color: #000 !important;
}



/* contact us css  */


  .form-head .box {
    border: 1px solid #e1e1e1;
    padding: 30px 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 14px;
    height: 100%;
}

  .form-head {
    padding: 40px 0 20px;
}

   .form-head h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
}

textarea#floatingMessage {
    height: 100%;
    max-height: 105px;
}

.custom-form input {
    padding: 13px;
}


a.post-edit-link {
    display: none;
}


body.user-registration-page #user-registration:not(.user-registration-MyAccount), body.user-registration-page .user-registration:not(.user-registration-MyAccount), body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount), body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) {
    max-width: 100% !important;
    border-radius: 4px;
    border: 0;
}


header.content-header {
    padding: 54px 0 ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}

.ur-button-container {
    margin: auto;
}

button.btn.button.ur-submit-button.submit {
    background-color: #2FAFC8 !important;
    border: unset !important;
}

.user-registration {
    margin-bottom: 50px;
}



/* blog css  */


.custom-blog  .col-12 {
    text-align: center;
}

.custom-blog {
    padding: 36px 0;
    background-color: #FAFAFA;
}

 .custom-blog  .blog-post  {
    background-color: #E7E7E7;
}

 .custom-blog a {
  text-decoration: none;
  color: #000;
 }

  .custom-blog a:hover {
    color: unset !important;
  }
  

    .custom-blog .row {
    margin-bottom: 21px;
}

.custom-blog  .blog-post {
    background-color: #E7E7E7;
    border: 1px solid #E7E7E7;
    border-radius: 13px;
}

 .custom-blog  .blog-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 13px 13px;
}
  

   .custom-blog  .blog-image {
    text-align: center;
}

a.read-more-btn {
    background-color: #2FAFC8;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: .1rem;
    text-transform: capitalize;
}


 .custom-blog  h3 {
    font-size: 24px !important;
    font-weight: 700;
    margin: 8px 0 21px;
}



 .custom-blog span.blog-date {
    font-size: 12px !important;
    line-height: 12px !important;
   text-transform: uppercase;
  font-family: "Archivo", sans-serif !important; 
  letter-spacing: .13rem;  
    color: #363636 !important;
}


  .custom-blog .col-6 img {
    width: 100%;
    max-width: 434px;
    margin: auto;
}


.single-blog-image img {
    width: 100%;
}


.single-blog-section  h1 {
    color: #000;
    width: 100% !important;
    font-family: "Archivo", sans-serif !important;
    line-height: 44px !important;
    font-size: 40px !important;
    max-width: 100% !important;
    margin: 29px 0 15px;
    font-weight: 500 !important;
}

 
 .single-blog-section span.single-blog-date {
    font-size: 10px;
    letter-spacing: .13rem;
    text-transform: uppercase;
    margin-bottom: 17px !important;
    display: block;
}


a.back-post svg {
    max-width: 21px;
    transform: rotate(180deg);
       transition: all 0.2s linear; 
}


a.back-post {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-decoration: none;
    gap: 6px;
     transition: all 0.2s linear; 
    margin: 33px 0;
}

  .back-post:hover .icon-arrow path {
    transform: translate(-.05rem);
       transition: all 0.2s linear; 
}


.wpcf7-submit {
    background-color: #2FAFC8 !important;
    border: unset !important;
    padding: 10px 33px !important;
}

.wpcf7-submit:hover {
  background-color: #2FAFC8 !important;
}

  .back-post .icon-arrow path {
    transform: translate(-.25rem);
       transition: all 0.2s ease; 
}

 a.back-post:hover {
    color: #000;
    transition: all 0.2s linear;
}


table:not([class]) {
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 14px;
    border-style: hidden;
    box-shadow: 0 0 0 .1rem #ccc;
}


table:not([class]) td, table:not([class]) th {
    padding: 1em;
    border: .1rem solid #ccc;
}

 table  th {
    text-align: center;
}

table {
    margin: 17px 0;
}

.shopify-policy__body  h2 {
    font-size: 24px;
     font-family: "Archivo", sans-serif !important; 
}

p a {
    text-decoration: underline !important;
    color: #000;
}


.refund_returns, .privacy-policy, .terms-of-service {
    background-image: unset !important;
    padding-bottom: 0 !important;
}

.refund_returns h1, .privacy-policy h1, .terms-of-service h1 {
    font-family: "Archivo", sans-serif !important;
    font-size: 40px !important;
    color: #000 !important;
    text-align: center;
    max-width: 100%;
    font-weight: 500 !important;
}

p strong {
    font-family: "Inter", sans-serif !important;
}



/* ------------------------------
   VIP WooCommerce Dashboard UI
   ------------------------------ */

/* Wrapper */
.woocommerce-account .woocommerce {
    display: flex;
    gap: 30px;
    padding: 40px 0;
}

/* Sidebar */
.woocommerce-MyAccount-navigation {
    width: 260px;
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    position: sticky;
    top: 30px;
}

/* Sidebar menu */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 12px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 16px;
    background: #f7f7f7;
    border-radius: 10px;
    text-decoration: none;
    color: #222;
    font-weight: 600;
    transition: 0.25s;
}

/* Hover effect */
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #222;
    color: #fff;
}

/* Active link */
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #111;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

/* Content area */
.woocommerce-MyAccount-content {
    flex: 1;
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* Headings */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

/* Buttons */
.woocommerce-button,
.button,
.woocommerce a.button {
    background: #111 !important;
    color: #fff !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: 0.25s;
}

.woocommerce-button:hover,
.button:hover,
.woocommerce a.button:hover {
    background: #333 !important;
}

/* Orders table */
.woocommerce table.shop_table {
    border-radius: 10px;
    overflow: hidden;
    border: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #07B8AB !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
   background-color: #07B8AB !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
      background-color: #07B8AB !important;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    padding: 15px 20px;
    border: 0;
}

.woocommerce table.shop_table tr:nth-child(even) {
    background: #fafafa;
}

/* Address boxes */
.woocommerce-Address {
    background: #fafafa;
    padding: 25px;
    border-radius: 14px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: #07B8AB;
    color: #000;
}

td.wc-block-cart-item__product a {
    color: #000;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation {
        width: 100%;
        position: relative;
    }

    .woocommerce-MyAccount-content {
        margin-top: 20px;
    }
}



/* Arrow icon for items with submenu */
.nav-menu li.menu-item-has-children > a {
    position: relative;
    padding-right: 20px;
}

/* Arrow shape */
.nav-menu li.menu-item-has-children > a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: 0.3s;
}

/* Submenu active state */
.nav-menu li.menu-item-has-children ul.sub-menu {
    display: none;
}

/* Arrow rotate ONLY when LI has active class */
.nav-menu li.menu-item-has-children.active > a::after {
    transform: translateY(-50%) rotate(180deg);
}
.menu-item-has-children.active > a {
    text-decoration: underline !important;
}


.prod-box a {
    height: 100%;
    display: block;
}



.prod-box:hover img {
    scale: 1.1;
    transition: all 0.3s linear;
}


.prod-box img {
    transition: all 0.3s linear;
}


.prod-box {
    overflow: hidden;
}
.prod-img {
    position: relative;
}
.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    z-index: 10;
}

.badge.sale, .badge.soldout {
    border: 1px solid transparent;
    border-radius: 4.0rem;
    display: inline-block;
    letter-spacing: .1rem;
    font-weight: 500;
    line-height: 1;
        padding: 7px 12px;
    text-align: center;
    font-size: 13px !important;
    background-color: #00B8AB;
    word-break: break-word;
}


.custom-related-products a {
    position: relative;
}

button.price-filter-toggle {
    margin-left: 20px;
}




/* filter price css  */


/* Price Filter Dropdown Wrapper */
.price-filter-dropdown {
    position: relative;
    display: inline-block;
    margin-right: 15px; /* spacing between other filters */
}

/* Toggle Button */
.price-filter-toggle {
    padding: 8px 16px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.price-filter-toggle:hover {
    background: #f5f5f5;
}

/* Dropdown Content */
.price-filter-content {
    display: none; /* hidden by default */
    position: absolute;
    top: 100%; /* below the button */
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    z-index: 999;
    min-width: 220px; /* adjust width as needed */
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Slide down animation (optional) */
.price-filter-content.show {
    display: block;
}

/* Optional: style WooCommerce Price Filter Inputs */
.price_slider_wrapper {
    margin-top: 5px;
}

.price_slider_amount {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.price_slider_amount .button {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.price_slider_amount .button:hover {
    background: #f5f5f5;
}


button.price-filter-toggle {
    padding: 0 !important;
    border: unset !important;
}

 .price_slider_amount  .price_label {
    text-align: center;
}


button.price-filter-toggle, .availability-filter-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #121212bf !important;
    font-size: 14px;
}

p.woocommerce-result-count {
    font-size: 14px;
    color: #121212bf !important; 
}


 .filter-cov button.button {
    width: 100%;
    text-transform: uppercase;
}




/* Availability css  */


.availability-filter-dropdown {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.availability-filter-toggle {
    padding: 8px 16px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.availability-filter-toggle:hover {
    background: #f5f5f5;
}

.availability-filter-content {
    display: none; /* hidden by default */
    position: absolute;
    top: 100%; /* below the button */
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    z-index: 999;
    min-width: 180px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.availability-filter-content label {
    cursor: pointer;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}


.availability-filter-content .button:hover {
    background: #f5f5f5;
}


button.availability-filter-toggle {
    padding: 0 !important;
    border: unset !important;
    margin-left: 20px;
       color: #121212bf !important; 
    font-size: 14px;
}


.woocommerce .woocommerce-result-count {
    margin: 2px 0 0em !important;
}




/* search css  */


.product-catalog button, .cart-btn a {
    padding: 12px 0 !important;
    border-radius: 4px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
     font-family: "Inter", sans-serif; 
}


a.added_to_cart.wc-forward {
    display: none;
}


.woocommerce-variation.single_variation {
    display: none  !important;
}

.st_single_pro.sec-padd .price {
    margin-bottom: 0;
}

/* visual for out-of-stock swatches/options */
.variable-item.out-of-stock,
.variable-item[data-oos="1"] {
    background: #e9e9e9 !important;
    color: #777 !important;
    border-color: #d0d0d0 !important;
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* disabled select option visual (some browsers) */
.oos-option {
    color: #999 !important;
}


.woocommerce-notices-wrapper {
    display: none !important;
}




/* sticky product css  */



.sticky-product-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 20px;
    box-shadow: 0 -3px 10px rgba(0,0,0,0.1);
    z-index: 99999;
    display: none;
}

.sticky-product-bar.active {
    display: block;
}

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

.spb-left {
    display: flex;
    gap: 15px;
    align-items: center;
}

.spb-img {
    width: 60px;
    border-radius: 6px;
}

.spb-title {
    font-size: 16px;
    font-weight: 600;
}

.spb-price {
    display: flex;
    gap: 10px;
    align-items: center;
}

.spb-sale-price {
    font-weight: bold;
    color: #111;
    font-size: 16px;
}

.spb-regular-price {
    text-decoration: line-through;
    opacity: 0.6;
}

.sticky-product-bar form .single_add_to_cart_button {
    margin-top: 10px;
    width: 140px;
}


.spb-right label.qty-label {
    display: none !important;
}




.spb-price-wrapper {
    display: flex;
    gap: 8px;
}

.spb-regular-price {
   color: #000 !important;
   font-size: 18px !important;
   text-decoration: line-through;
}

.spb-sale-price {
    color: #d20000 !important;
   font-size: 18px !important;  
}


p#spb-price {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.spb-wrapper  .row {
    align-items: center;
}

 .spb-wrapper  .left {
    justify-content: end;
}


.woofc-notices, div#woofc-count {
    display: none !important;
}

button#spb-add-btn {
    background-color: #2FAFC8 !important;
    font-size: 15px;
    text-transform: capitalize;
      border-radius: 4px !important; 
}

 .spb-wrapper   .quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    width: fit-content;
    background-color: #fff;
}

 .spb-wrapper   .quantity-wrapper input {
    width: 60px;
    padding: 5px 10px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 16px;
}

 .spb-wrapper   .quantity-btn {
    padding: 5px 12px;
    background-color: #f0f0f0;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: 0.2s;
}

 .spb-wrapper   .quantity-btn:hover {
    background-color: #e0e0e0;
}

 .spb-wrapper   .quantity-btn:active {
    background-color: #d0d0d0;
}


.q-n-v {
    display: flex;
    gap: 15px;
}

.site-logo.active {
    position: unset !important;
}


.spb-wrapper {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all .35s ease;
}
.spb-wrapper.spb-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}