/** Shopify CDN: Minification failed

Line 106:0 All "@import" rules must come first
Line 108:9 Unexpected "<"
Line 2703:9 Expected identifier but found "70px"
Line 3727:45 Expected identifier but found whitespace
Line 4092:9 Expected identifier but found whitespace
Line 4092:10 Unexpected "90%"
Line 6377:6 Unexpected "{"
Line 6377:7 Expected identifier but found "%"
Line 6377:38 Unexpected "{"
Line 6377:39 Expected identifier but found "%"

**/
/*  Fonts CSS Start */

@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
/* .source-sans-3-<uniquifier > {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}  */

@font-face {
  font-family: "Source Sans Pro";
  src: url("/cdn/shop/files/SourceSansPro-Black.eot?v=1752040124");
  src: url("/cdn/shop/files/SourceSansPro-Black.woff2?v=1752039541")
      format("woff2"),
    url("/cdn/shop/files/SourceSansPro-Black.woff?v=1752039542")
      format("woff"),
    url("/cdn/shop/files/SourceSansPro-Black.ttf?v=1752039520")
      format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("SourceSansPro-Semibold.eot");
  src: url("/cdn/shop/files/SourceSansPro-Semibold.eot?v=1752039977")
      format("embedded-opentype"),
    url("/cdn/shop/files/SourceSansPro-Semibold.woff2?v=1752039542")
      format("woff2"),
    url("/cdn/shop/files/SourceSansPro-Semibold.woff?v=1752039542")
      format("woff"),
    url("/cdn/shop/files/SourceSansPro-Semibold.ttf?v=1752039521")
      format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("SourceSansPro-Bold.eot");
  src: url("/cdn/shop/files/SourceSansPro-Bold.eot?v=1752039977")
      format("embedded-opentype"),
    url("/cdn/shop/files/SourceSansPro-Bold.woff2?v=1752039541")
      format("woff2"),
    url("/cdn/shop/files/SourceSansPro-Bold.woff?v=1752039542")
      format("woff"),
    url("/cdn/shop/files/SourceSansPro-Bold.ttf?v=1752039520")
      format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("SourceSansPro-Regular.eot");
  src: url("/cdn/shop/files/SourceSansPro-Regular.eot?v=1752039977")
      format("embedded-opentype"),
    url("/cdn/shop/files/SourceSansPro-Regular.woff2?v=1752039541")
      format("woff2"),
    url("/cdn/shop/files/SourceSansPro-Regular.woff?v=1752039542")
      format("woff"),
    url("/cdn/shop/files/SourceSansPro-Regular.ttf?v=1752039520")
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("SourceSansPro-Light.eot");
  src: url("/cdn/shop/files/SourceSansPro-Light.eot?v=1752039977")
      format("embedded-opentype"),
    url("/cdn/shop/files/SourceSansPro-Light.woff2?v=1752039541")
      format("woff2"),
    url("/cdn/shop/files/SourceSansPro-Light.woff?v=1752039542")
      format("woff"),
    url("/cdn/shop/files/SourceSansPro-Light.ttf?v=1752039520")
      format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

.manrope-<uniquifier > {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size:22px;
  line-height:30px;
    /* font-size:14px;
  line-height:22px; */
}
.header-wrapper--border-bottom{
  border-bottom: unset !important;
}
.header__active-menu-item{
  color:#0D178A !important;
}

/*  Fonts CSS End */

.hidden-xs{
  display:block;
}
.visible-xs{
  display:none;
}
@media screen and (max-width: 768px) {
  .hidden-xs{
    display:none;
  }
  .visible-xs{
    display:block;
  }
  body {
  font-size:14px;
  line-height:22px;
}
}
/*Common CSS Start  */
.section-main-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  vertical-align: middle;
}
.section-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
  color: #0d178a;
}
.section-subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.25px;
  vertical-align: middle;
}

.pb {
  padding-bottom: 100px !important;
}
.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before,
.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after,
.customerlogin_with_img .customer button:before,
.customerlogin_with_img .customer button:after,
.cart__ctas button::before,
.cart__ctas button::after,
.customer.register button:before,
.customer.register button:after,
.is-empty .cart__warnings a.button:after,
.is-empty .cart__warnings a.button:before {
  content: unset !important;
}
.page-width .main-page-title {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #0d178a;
  margin: 0;
}
/* Button CSS Start  */

.section-btn {
  display: inline-block;
  padding: 15px 20px;
  font-size: 19px;
  font-weight: 700;
  border: 2px solid #0d178a !important;
  border-radius: 50px;
  color: #0d178a;
  text-align: center;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: #ffffff;
}


.btn-primary {
  background-color: #1d4ed8;
  color: white;
}

.btn-primary:hover {
  background-color: #1e40af;
}


.btn-secondary {
  background-color: #6b7280;
  color: white;
}

.btn-secondary:hover {
  background-color: #4b5563;
}


.btn-outline {
  background: transparent;
  border: 2px solid #1d4ed8;
  color: #1d4ed8;
}

.btn-outline:hover {
  background-color: #1d4ed8;
  color: white;
}


.btn:disabled,
.btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}


.btn-full {
  width: 100%;
}

/* Button CSS End */
p {
  margin: 0;
  padding: 0;
}
.collection-list-section .section-btn svg,
.TextWithImage .section-btn svg,
.Information-with-Images .section-btn svg,
.BannerWithTextSlider .section-btn svg {
  width: 20px;
  height: 20px;
  margin-left: 19px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .section-main-title {
    font-size: 30px;
    line-height: 40px;
  }
  .section-title {
    font-size: 23px;
    line-height: 31px;
  }
  .section-subtitle {
    font-size: 15px;
    line-height: 20px;
  }
  /* .Information-with-Images .container, */
  .home-page .Information-with-Images .medisorb-content,
  .TextWithIconsec .container,
  .collection-list-section,
  .TextWithImage .container {
    padding: 0 40px;
  }
  .section-btn svg {
    width: 15px;
    height: 15px;
    top: 3px;
  }
  .section-btn {
    padding: 0px 10px;
    font-size: 15px;
    line-height: 20px;
    height: 30px;
  }
  .collection-list-section .section-btn svg,
  .TextWithImage .section-btn svg,
  .Information-with-Images .section-btn svg,
  .BannerWithTextSlider .section-btn svg {
    width: 15px !important;
    height: 20px !important;
    margin-left: 5px !important;
  }
  .pb {
    padding-bottom: 50px !important;
  }
  .page-width .main-page-title {
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
  }
}
/*Common CSS End  */

.static-pageWidth.page-width.page-width--narrow{
     max-width: 1220px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.static-pageWidth .main-page-title {
  margin-bottom:35px;
}
.subtitle_text p, .subtitle_text li{
  font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #141414;
    margin-bottom:20px;
}
.static-pageWidth span{
  margin-bottom:10px;
}
.static-pageWidth .inner-data li{
margin-bottom:5px;
}
@media screen and (max-width: 768px){
.static-pageWidth .main-page-title {
  margin-bottom:20px;
}
.subtitle_text p, .subtitle_text li{
  font-size: 14px;
    line-height: 22px;
    margin-bottom:10px;
}
.static-pageWidth span{
  margin-bottom:5px;
}
}
/* Banner With Text Slider Section CSS Start  */
.BannerWithTextSlider {
  width: 100%;
  position: relative;
  z-index: 2;
}
.BannerWithTextSlider::after {
  content: "";
  position: absolute;
  bottom: -308px;
  left: 0;
  width: 100%;
  /* height: 80%; */
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 12.6%,
    #ffffff 100%
  );
  z-index: 999;
  backdrop-filter: blur(22.5px);
}
.BannerWithTextSlider .section-main-title {
  margin: 0;
  color: #fff;
  margin-bottom: 20px;
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 50px;
  line-height: 58px;
}
.BannerWithTextSlider .section-subtitle {
  font-weight: 600;
  line-height: 26.57px;
}
.BannerWithTextSlider .slider_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.BannerWithTextSlider .slider_img::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 170px;
  /* backdrop-filter: blur(22.5px); */
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 10.95),
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0)
  );
  pointer-events: none;
  z-index: 2;
}
.BannerWithTextSlider .slider_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.BannerWithTextSlider .mobile_img {
  display: none;
}
.BannerWithTextSlider .content {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  color: #fff;
  /* padding: 10px; */
 max-width: 1250px;
    padding: 0 15px;
    width: 100%;
}
.BannerWithTextSlider .content .inner__d{
  max-width: 630px;
}
.BannerWithTextSlider .section-main-title span {
  font-family: Source Sans Pro;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  display:block;
}
.BannerWithTextSlider .Button__d {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 19px;
}
.BannerWithTextSlider .section-btn {
  width: 256.0199890136719px;
  height: 46px;
  border: 2px solid #0d178a;
  padding: 0px 20px;
  line-height: 26px;
  display: flex;
  opacity: 1;
  align-items: center;
  justify-content: space-between;
}
.BannerWithTextSlider .section-btn:hover,
.theme_btn:hover,
.medisorb-content .section-btn:hover,
.card-wrapper:hover .explore_btn,
.card-wrapper:focus .explore_btn,
.card-wrapper .action_btn:hover,
.blog-feature .feature-content a.button:hover,
.contact__PageD .button:hover,
.collection_card_wrapper .action_btn .explore_btn:hover,
.product-form__buttons .product-form__submit:hover,
.acc-faq-tabs .contact-btn:hover{
  background: #0d178a;
  color:#fff;
  border:2px solid  #0d178a;

}
.BannerWithTextSlider .section-btn:hover svg path,
.theme_btn:hover svg path,
.medisorb-content .section-btn:hover svg path,
.card-wrapper:hover .explore_btn svg path,
.card-wrapper:focus .explore_btn svg path,
.blog-feature .feature-content a.button:hover svg path,
.contact__PageD .button:hover svg path,
.collection_card_wrapper .action_btn .explore_btn:hover svg path,
.product-form__buttons .product-form__submit:hover svg path,
.acc-faq-tabs .contact-btn:hover svg path{
  fill:#fff;
}
.BannerWithTextSlider .section-btn.btn-order {
  width: 203px;
}
.BannerWithTextSlider .section-btn svg {
  width: 20px;
  height: 20px;
  margin-left: 19px;
  position: unset;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: unset !important;
}
/* .BannerWithTextSlider .section-btn:hover {
  background-color: #000000;
  color: #ffffff;
} */
.swiper-button-prev img,
.swiper-button-next img {
  width: 45px;
  /* width:68px; */
}

.swiper-button-prev {
  padding-left: 45px;
  margin: 0 0 0 30px;
  top: 44% !important;
}

.swiper-button-next {
  padding-right: 45px;
  margin: 0 30px 0 0;
  top: 44% !important;
}

.BannerWithTextSlider .des_img {
  display: block;
}

.BannerWithTextSlider .mobile_img {
  display: none;
}

@media screen and (max-width: 1463px){
.BannerWithTextSlider .content{
  left: 53%;
}
}
@media screen and (max-width: 1366px) {
    .BannerWithTextSlider .content {
        left: 58%;
    }
}
@media screen and (max-width: 1252px) {
.BannerWithTextSlider .content{
  left: 60%;
  transform: translate(-50%, -60%);
}
}
@media screen and (max-width: 1166px) {
  .swiper-button-prev {
    padding-left: 25px;
    margin: 0 0 0 10px;
  }
  .swiper-button-next {
    padding-right: 25px;
    margin: 0 10px 0 0px;
  }
  /* .BannerWithTextSlider .content {
    top: 55%;
    left: 34%;
  } */
  .BannerWithTextSlider .section-main-title {
    font-size: 40px;
    line-height: 48px;
  }
  .BannerWithTextSlider .section-main-title span {
    font-size: 21px;
    line-height: 29px;
  }
  .swiper-button-prev img,
  .swiper-button-next img {
    width: 50px;
  }
}
@media screen and (max-width: 1054px) {
  .swiper-button-prev img,
  .swiper-button-next img {
    width: 40px;
  }
  .swiper-button-prev {
    padding-left: 10px;
    margin: 0 0 0 5px;
  }
  .swiper-button-next {
    padding-right: 10px;
    margin: 0 5px 0 0px;
  }
}
@media screen and (max-width: 768px) {
  .TextWithIconsec {
    padding-bottom: 0 !important;
  }
  .BannerWithTextSlider .slider_img::after {
    height: 100px;
  }
  .BannerWithTextSlider .section-main-title {
    font-size: 25.4px;
    line-height: 33px;
    margin-bottom: 32px;
  }
  .BannerWithTextSlider .des_img {
    display: none;
  }

  .BannerWithTextSlider .mobile_img {
    display: block;
  }

  .BannerWithTextSlider .content {
    width: 100%;
    left: 0;
    top:unset;
    bottom:10px;
    right:0;
    transform: unset;
    z-index: 5;
    padding: 0 30px;
  }
  .BannerWithTextSlider .content .inner__d {
    max-width: 325px;
  }
  .BannerWithTextSlider .section-btn.btn-order {
    width: 130px;
  }
  .BannerWithTextSlider .section-btn {
    width: 150px;
    font-size: 12px;
    line-height: 14px;
    height: 30px;
    padding: 0px 10px;
  }
  .BannerWithTextSlider a.section-btn{
     border: 1.35px solid #0D178A;
  }
  .BannerWithTextSlider .Button__d {
    gap: 10px;
    width: 100%;
  }

  .BannerWithTextSlider::after {
    content: unset;
  }
  .BannerWithTextSlider .section-btn svg {
    width: 16px;
    height: 10px;
  }
  .swiper-button-prev img,
  .swiper-button-next img {
    width: 26px;
  }
}
@media screen and (max-width: 360px) {
  .BannerWithTextSlider .content {
    top: 55%;
  }
  .BannerWithTextSlider .section-btn {
    width: 134px;
    font-size: 10px;
    line-height: 12px;
  }
  .BannerWithTextSlider .section-btn.btn-order {
    width: 95px;
  }
  .BannerWithTextSlider .section-main-title span {
    font-size: 19px;
    line-height: 27px;
  }
  .BannerWithTextSlider .section-main-title {
    font-size: 23.4px;
    line-height: 31px;
  }
}
@media screen and (max-width: 360px) {
  .BannerWithTextSlider .content {
    top: 45%;
  }
}

/* Banner With Text Slider Section CSS End  */
/* Text With Icon sec CSS Start */

.TextWithIconsec {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 21.6%,
    #ffffff 100%
  );
  position: relative;
  /* top: -100px; */
  z-index: 1;
  padding-bottom: 100px;
}
.TextWithIconsec .container {
  /* max-width: 1200px;
  margin: 0 auto; */
  margin: 0 174px 0 121px;
  max-width: 1200px;
  margin: auto;
}
.TextWithIconsec .inner__d {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.TextWithIconsec .w-50 {
  width: 50%;
}
.TextWithIconsec .content.w-50 {
  max-width: 477px;
  /* margin: 0 auto; */
}
.TextWithIconsec .Icon {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  justify-content: space-between;
  gap: 8px;
}
.TextWithIconsec .icon_text {
  text-align: center;
  width: 24%;
}
.TextWithIconsec .icon_text .icon_img {
  width: 57px;
  margin-bottom: 20px;
}
.TextWithIconsec .content .section-subtitle {
  /* color: #515151; */
  color: #141414;
}

@media screen and (max-width: 1166px) {
  .TextWithIconsec .container {
    margin: 0 90px 0 90px;
  }
  .TextWithIconsec .inner__d {
    padding-left: 0;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1054px) {
  .TextWithIconsec {
    padding-bottom: 50px;
  }
  .TextWithIconsec .container {
    margin: 0 20px 0 20px;
  }
  .TextWithIconsec .icon_text .icon_img {
    width: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 820px) {
  .TextWithIconsec .inner__d{
    align-items:flex-start;
  }
 .home-page .Information-with-Images .medisorb-image::before{
    width: 90px;
    height: 90px;
  }
  .home-page .Information-with-Images .medisorb-content{
    padding:0;
  }
    .home-page .Information-with-Images .features{
    gap:10px;
  }
}
@media screen and (max-width: 768px) {
  .TextWithIconsec {
    top: 0;
  }
  .TextWithIconsec .container {
    margin: 0 40px;
    padding: 0;
  }
  .TextWithIconsec .icon_text .section-subtitle {
    color: #141414;
  }
  .home-page .TextWithIconsec .icon_text p br{
    display:none;
  }
  .TextWithIconsec .icon_text{
    width:calc(50% - 6px);
  }
  .TextWithIconsec .inner__d {
    display: block;
    padding: 0;
  }
  .TextWithIconsec .Icon.w-50 {
    width: 100%;
    margin-bottom: 20px;
    gap: 6px;
  }
  .TextWithIconsec .icon_text .icon_img {
    width: 48px;
    margin-bottom: 0px;
  }

  .TextWithIconsec .icon_text {
    width: 49%;
  }
  .TextWithIconsec .content .section-subtitle {
    margin-bottom: 25px;
    font-size: 15.31px;
    letter-spacing: 0.17px;
    line-height: 23px;
  }
  .TextWithIconsec .icon_text .section-subtitle {
    letter-spacing: 0.11px;
  }
  .TextWithIconsec .content.w-50{
    width:100%;
    max-width:unset;
  }
}
@media screen and (max-width: 360px) {
  .TextWithIconsec .icon_text {
    width: 46%;
  }
 
}
/* Text With Icon sec CSS End */
/* Banner Sec CSS start  */
.BannerSec {
  width: 100%;
  position: relative;
}
.BannerSec::after {
  content: "";
  position: absolute;
  top: -75px;
  left: 345px;
  width: 100%;
  height: 100%;
  background-image: url(/cdn/shop/files/Star_1.png?v=1752210594);
  width: 178px;
  background-size: cover;
  background-position: center;
  z-index: 1;
  width: 178px;
  height: 178px;
}

.BannerSec .img_d {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.BannerSec .mobile_img {
  display: none;
}

@media screen and (max-width: 768px) {
  .BannerSec .desktop_img {
    display: none;
  }

  .BannerSec .mobile_img {
    display: block;
  }
  .BannerSec::after {
    top: -50px;
    left: 84px;
    width: 85px;
    height: 85px;
  }
}
/* Banner Sec CSS end  */
/* Testimonial Slider CSS Start */

.TestimonialSlider {
  position: relative;
  text-align: center;
  z-index: 1;
  background: #f5e8db;
}
.TestimonialSlider::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/cdn/shop/files/Vector_18.png?v=1752210639")
    no-repeat center center / cover;
  pointer-events: none;
}
.TestimonialSlider .text_main h4 {
  color: #0d178a;
  margin: 0 0 50px;
}
.TestimonialSlider .text_main h4 span {
  font-weight: 400;
}
.testimonial-swiper {
  overflow: hidden;
}

/* .testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  height: 100%;
} */

.card_img {
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
  position: relative;
  height: auto;
}
.testimonial-content {
  position: absolute;
  /* top: 0; */
  bottom: 8px;
  text-align: left;
  padding: 21px 33px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #141414 87.02%
  );
  /* background-blend-mode: darken; */
  border-radius: 18px;
}
.testimonial-text,
.testimonial-name {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.45px;
  color: #fff;
}
.testimonial-text {
  margin-bottom: 10px;
}
.testimonial-stars .star {
  color: #fff;
  font-size: 20px;
  margin: 0 1px;
}
@media screen and (max-width: 1166px) {
  .testimonial-content {
    padding: 10px 10px;
  }
  .testimonial-text,
  .testimonial-name {
    font-size: 14px;
    /* line-height: 22px; */
    line-height:17px;
  }
  .testimonial-stars .star {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .TestimonialSlider {
    padding-bottom: 84px !important;
  }
  .TestimonialSlider::before {
    bottom: -30px;
  }
}
@media screen and (max-width: 360px) {
.testimonial-text, .testimonial-name {
   font-size: 10px;
    line-height: 15px;}
}
/* Testimonial Slider CSS end */

/* Text With Image  CSS Start  */

.TextWithImage {
  background: #dee8fa;
  background: url("/cdn/shop/files/Group_139_1.png?v=17524835759");
  background-size: cover;
  background-position: center;
}

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

.TextWithImage .text__d h4 {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 62px;
  line-height: 99%;
  text-transform: capitalize;
  color: #0d178a;
  margin: 0 0 20px;
}
.TextWithImage .text__d p {
  color: #141414;
}

.TextWithImage .icontext {
  margin-top: 33px;
  display: flex;
  flex-wrap: wrap;
  gap: 53px;
  margin-bottom: 26px;
}

.TextWithImage .icon_img_text img {
  width: 70px;
  height: 70px;
  margin-bottom: 7px;
}
.TextWithImage .text__d,
.TextWithImage .img__d {
  width: 50%;
}
.TextWithImage .text__d {
  margin-left: 254px;
  margin-top: 100px;
  margin-bottom: 138px;
}
.TextWithImage .img__d img {
  max-width: 100%;
  height: auto;
}
.TextWithImage .section-btn {
  width: 236px;
  height: 61px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.TextWithImage .section-btn svg {
  width: 20px;
  height: 20px;
  margin-left: 19px;
  position: unset;
}
@media screen and (max-width: 1166px) {
  .TextWithImage .text__d {
    margin-left: 100px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .TextWithImage .text__d h4 {
    font-size: 50px;
    line-height: 57px;
  }
}
@media screen and (max-width: 1054px) {
  .TextWithImage .text__d {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .TextWithImage {
    padding-top: 20px !important;
  }
  .TextWithImage .container {
    display: block;
    padding: 0 0px;
  }
  .TextWithImage .text__d {
    margin-left: 0;
    padding: 40px 40px 0;
  }
  .TextWithImage .img__d {
    margin: 0;
  }

  .TextWithImage .text__d,
  .TextWithImage .img__d {
    width: 100%;
  }
  .TextWithImage .icontext {
    justify-content: start;
    margin: 18px 0 14px;
  }
  .TextWithImage .icon_img_text img {
    width: 37px;
    height: 37px;
    margin-bottom: 3px;
  }

  .TextWithImage .icon_img_text {
    justify-content: center;
  }
  .TextWithImage .text__d h4 {
    font-size: 33px;
    line-height: 99%;
    margin: 0;
  }
  .TextWithImage .text__d p {
    font-size: 12px;
    line-height: 100%;
  }
  .TextWithImage .section-btn {
    /* height: 35px; */
    height: 45px;
    width: 181px;
  }
  .TextWithImage .text__d {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 360px) {
  .TextWithImage .text__d h4 {
    font-size: 29px;
  }
}

@media screen and (max-width: 1430px){
.footer__content-top.page-width{
  padding: 0 50px !important;
}
}
@media screen and (max-width: 360px) {
  .footer__content-top.page-width .mob__d.footer-block--newsletter {
    padding: 0 20px;
    border-bottom: 0.5px solid #0000004f;
  }
  /* .footer__accordion-item {
    border-top: 0.5px solid #0000004f;
  } */
  .footer-block__newsletter {
    border-bottom: unset !important;
  }
  .TextWithImage .text__d {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
/* Text With Image  CSS end*/

/************************* contact info section CSS Start  *************************/
.contact-info-section {
  background: #fff;
  position: relative;
  /* z-index: -2; */
}
.contact-info-section .contact-container {
    padding: 50px 60px 87px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-info-section .w_50 {
  width: 50%;
}
.contact-info-section .text-column .inner__d {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 90px;
}
.contact-info-section .text-column h2 {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 62px;
  line-height: 70px;
  text-transform: capitalize;
  color: #0d178a;
  margin: 0 0 20px 0;
}
.contact-info-section .text-column .contact-details p {
  color: #242424;
  margin: 0;
}
.contact-info-section .text-column .contact-details .sub_text__d {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.48px;
  margin-bottom:5px;
}
.contact-info-section .text-column .contact-details .sub_text__d span {
  font-weight: 400;
}
.contact-info-section .text-column .contact-details .sub_text__d a {
  color: #242424;
  text-decoration: none;
}
.contact-info-section .text-column .contact-details .sub_text__d a.phone {
  text-decoration: underline;
}
.contact-info-section .text-column .contact-details .text_d {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 27px;
  line-height: 32px;
  letter-spacing: 0.48px;
  color: #242424;
  margin-bottom:5px;
}

.contact-info-section .image-column {
  text-align: center;
}
.contact-info-section .image-column img {
  width: 100%;
  border-radius: 32px;
}

@media screen and (max-width: 768px) {
  /* .contact-info-section {
    padding: 57px 40px;
  } */
  .contact-info-section .contact-container {
    flex-direction: column;
     padding: 57px 40px;
  }
  .contact-info-section .w_50 {
    width: 100%;
  }
  .contact-info-section .text-column h2 {
    font-size: 23px;
    line-height:31px;
    margin-bottom: 25px;
  }
  .contact-info-section .text-column .inner__d {
    margin: 0 0 14px 0;
    max-width:332px;
  }
  .contact-info-section .text-column .contact-details .text_d {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.27px;
  }
  .contact-info-section .text-column .contact-details .sub_text__d {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.27px;
  }
}
/************************* contact info section CSS End  *************************/

/************************* footer CSS Start  *************************/
footer.footer {
  background: #829ef2 !important;
}
.social_icon_d .footer__content-bottom-wrapper {
  align-items: center;
  justify-content: center;
}
.social_icon_d .footer__list-social {
  justify-content: center;
  align-items: center;
}
.newsletter-form__field-wrapper .field__input {
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #141414;
  border-radius: 30px !important;
}
.newsletter-form__button .icon {
  height: 15px;
  width: 15px;
}
.newsletter-form__field-wrapper .field__label {
  display: none;
}
.newsletter-form__field-wrapper .field__input::placeholder {
  font-family: Source Sans Pro;
  font-weight: 600;
  line-height: 100%;
  color: #141414;
  opacity: 1;
  font-size: 17.39px;
}
.newsletter-form__field-wrapper .field__input {
  width: 332px;
  height: 54px;
  opacity: 1;
}
.social_icon_d .footer__copyright {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 13.48px;
  line-height: 20.7px;
  text-align: center;
  color:#141414;
}
.social_icon_d .footer__copyright  a{
   font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color:#141414;
  text-decoration:none;
}
.social_icon_d {
  border: none;
}

.footer__content-top.page-width {
  /* padding: 0 124px !important;
  max-width: unset !important; */
      max-width: 1442px !important;
    margin: 0 auto;
    padding: 0 20px;
}
.footer__content-top.page-width .footer__blocks-wrapper.grid {
  flex-wrap: unset !important;
}
.footer__content-top.page-width .footer__blocks-wrapper.grid .footer-block {
  /* width: 20%; */
  /* width:30%; */
   width:29%;
}
.footer__content-top.page-width .footer-block--newsletter {
  display: unset !important;
  align-items: unset !important;
  margin-top: unset !important;
  width:28%;
}
.footer-block__heading {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 17.88px;
  line-height: 21.3px;
  vertical-align: middle;
  margin-bottom: 13px !important;
}
.footer-block__details-content .list-menu__item--link,
.footer-block__details-content
  a.link.link--text.list-menu__item.list-menu__item--link {
  margin: 0 !important;
  padding: 0 !important;
}
.footer-block .footer-block__details-content.rte {
  /* margin-right: 10px; */
   margin-right: 40px;
}
.footer__content-top.page-width .footer-block__details-content {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #141414;
}
.footer__content-top.page-width .footer-block__details-content li {
  font-family: Inter;
  font-weight: 500;
  font-size: 14.75px;
  line-height: 23.46px;
  color: #141414;
}
.footer-block__newsletter {
  text-align: start;
}
.footer-block__newsletter h2 {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 45px;
  line-height: 53px;
  text-align: start;
}
.footer-block__newsletter .footer-block__heading{
  margin-bottom: 20px !important;
}
.footer-block--menu {
  /* width: 14% !important; */
  width:13% !important;
}
.footer__content-top.page-width .mob__d.footer-block--newsletter {
  display: none !important;
}
.mob_logoD {
  display: none;
}
.footer .svg-wrapper,
.footer .list-social__item .icon {
  width: 40px;
  height: 40px;
}
.footer .footer__content-bottom {
  border-top: none !important;
}
.newsletter-form__field-wrapper .field:before,
.newsletter-form__field-wrapper .field:after {
  content: unset;
}
@media screen and (max-width: 1054px) {
  .footer__content-top.page-width {
    padding: 0 50px !important;
  }
  .footer__content-top.page-width .footer-block__details-content {
    font-size: 15px;
    line-height: 21px;
  }
  .footer__content-top.page-width .footer-block__details-content li {
    font-size: 10px;
    line-height: 15px;
  }
  .footer-block__newsletter h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 836px){
  .newsletter-form__field-wrapper .field__input{
    width:auto;
  }
 .header__icons  .mobile__d {
    display: none !important;
}
a.subtexticon_t.menu-drawer__menu-item{
  padding: 1.1rem 3rem !important;
}
.header__icon:not(.header__icon--summary){
  justify-content:flex-start;
}

}
@media screen and (max-width: 768px) {
  .footer__content-top.page-width .footer__blocks-wrapper.grid {
    flex-wrap: wrap !important;
  }
  .footer__content-top.page-width .footer__blocks-wrapper.grid .footer-block {
    width: 100%;
  }
  .customer h2 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .footer__content-top.page-width {
    padding: 0 10px !important;
  }
  .footer__content-top.page-width .footer-block__details-content {
    margin-bottom: 0;
    padding-left: 45px;
  }
  .footer__content-top.page-width .footer-block__details-content li a {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-block__heading {
    margin-bottom: 15px !important;
  }
  span.footer-block__heading {
    margin-bottom: 0 !important;
    font-size: 17.88px;
  }
  .footer-block__newsletter {
    border-bottom: 0.5px solid #0000004f;
    padding-bottom: 49px;
  }
  footer.footer {
    background: #fff !important;
    padding-bottom: 55px;
  }
  .footer-block--menu {
    width: 100% !important;
  }
  .footer__accordion-item {
    /* border-top: 0.5px solid #0000004f; */
    border-bottom: 0.5px solid #0000004f;
    padding: 15px 0;
  }
  .footer__content-top.page-width .footer__blocks-wrapper.grid .footer-block {
    margin: 0 !important;
  }

  .footer__content-top.page-width .footer-block__details-content li a {
    text-decoration: none;
  }
  .footer__content-top.page-width .mob__d.footer-block--newsletter {
    display: block !important;
            width: 100%;
  }
  .footer-block__newsletter h2.footer-block__heading {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-block__newsletter h2.footer-block__heading br {
    display: none;
  }
  .newsletter-form__field-wrapper .field__input {
    height: 54px;
    line-height: 54px;
  }
  .footer_news_mob.footer-block__newsletter {
    display: none;
  }
  .footer__content-top.page-width .footer__blocks-wrapper.grid {
    flex-wrap: wrap !important;
  }
  .footer__list-social .list-social__item .svg-wrapper svg path {
    fill: #829ef2;
  }
  .footer__list-social .list-social__item .svg-wrapper,
  .footer__list-social .list-social__item .svg-wrapper svg {
    width: 40px;
    height: 40px;
  }
  .footer__content-bottom .mob_logoD {
    display: block;
    text-align: center;
  }
  .footer__content-bottom .mob_logoD img {
    width: 186px;
  }
  .footer__content-bottom {
    padding: 40px 0 0px !important;
  }
  .social_icon_d .footer__copyright {
    margin-top: 0 !important;
    color: #141414;
    font-family: Source Sans Pro;
    font-weight: 400;
    line-height: 20.7px;
  }
  .newsletter-form__field-wrapper .field__input::placeholder {
    font-size: 15px;
  }
  .social_icon_d .footer__list-social .list-social__link {
    padding: 0 8px !important;
  }
  .footer__accordion-toggle {
    padding: 0 40px 0 37px;
  }
  .footer__content-top.page-width {
    padding: 0 !important;
  }
}

/************************** footer CSS End   *************************/

/**************************  Information with Images Section CSS start    *************************/

/* .Information-with-Images {
  background: #fff;
  padding: 50px 20px;
} */
.Information-with-Images {
  position: relative;
}
.Information-with-Images::after {
  content: "";
  position: absolute;
  bottom: -170px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url(/cdn/shop/files/Vector_12.png?v=1752213692);
  background-size: cover;
  /* background-position: center; */
  z-index: -1;
}
.Information-with-Images .container {
  /* max-width: 1200px;
  margin: auto; */
  /* max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px; */
  position: relative;
}
/* .Information-with-Images .container::after {
  content: "";
  position: absolute;
  bottom: -170px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url(/cdn/shop/files/Vector_14.png?v=1752217279);
  background-size: cover;
  background-position: center;
  z-index: -1;
} */
.Information-with-Images .section-title {
  color: #0d178a;
  /* margin: 0 0 42px; */
  margin: 0;
  /* margin-bottom: 73px; */
}
.Information-with-Images .section-subtitle {
  margin-bottom: 21px;
  letter-spacing: 0.29px;
  color: #000000b2;
}
.Information-with-Images .medisorb-banner .wave-text {
  background: #4c6edb;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border-radius: 8px;
  margin: 20px 0;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
}
.Information-with-Images .medisorb-content {
  display: flex;
  align-items: center;
  gap: 55px;
  max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}
.Information-with-Images .medisorb-text,
.Information-with-Images .medisorb-image {
  width: 50%;
}
.Information-with-Images .medisorb-text {
  max-width: 555px;
}
.Information-with-Images .medisorb-image {
  position: relative;
  /* padding: 50px; */
  width: 50%;
  padding: 50px;
  background: #fff;
  border-radius: 21px;
}
.Information-with-Images .medisorb-image::before {
  content: "";
  position: absolute;
  bottom: -23px;
  right: -62px;
  width: 100%;
  height: 100%;
  background-image: url(/cdn/shop/files/cloud_1.png?v=1752209476);
  width: 178px;
  background-size: cover;
  background-position: center;
  z-index: 1;
  width: 178px;
  height: 178px;
}
.Information-with-Images .medisorb-text h3 {
  color: #0d178a;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.Information-with-Images .features {
  max-width: 472px;
  display: flex;
  /* gap: 45px; */
  margin-bottom: 30px;
}
.home-page .Information-with-Images .feature-item {
  justify-content:unset;
}
.Information-with-Images .feature-item {
  display: flex;
  flex-direction: column;
  width: 30%;
  justify-content: space-between;
}
.Information-with-Images .feature-item img {
  width: 75px;
  margin-bottom: 8px;
}
.Information-with-Images .feature-item p {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.21px;
  color: #515151;
}
.Information-with-Images .medisorb-image img {
  width: 100%;
  max-width: 100%;
}
.Information-with-Images .section-btn svg {
  width: 20px;
  height: 20px;
  position: unset;
}
.medisorb-content .section-btn {
  /* padding: 0px 20px;
  height: 40px; */
  /* padding: 20px 20px 20px 27px; */
  width: 212px;
  height: 61.301204681396484px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1223px) {
  .Information-with-Images .medisorb-image::before{
    right:0;
  }
  /* .BannerWithTextSlider .content{
        width: calc(100% - 150px);
  } */
  .swiper-button-prev{
padding-left: 0;
left:0;
  }
  .swiper-button-next{
    padding-right: 0;
    right:0;
  }
}
@media screen and (max-width: 1166px) {
  .Information-with-Images .medisorb-content {
    padding: 0 50px;
    /* gap: unset; */
    gap:10px;
  }
}

@media screen and (max-width: 1054px) {
  .Information-with-Images .feature-item img {
    width: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .Information-with-Images .medisorb-image::before{
    right:0;
  }
}
@media screen and (max-width: 768px) {
  .Information-with-Images .medisorb-content {
    display: block;
    display: grid;
    padding: 0;
  }
.Information-with-Images .container{
  padding-bottom:10px;
}
  .Information-with-Images .medisorb-text,
  .Information-with-Images .medisorb-image {
    width: 100%;
  }
  .Information-with-Images .medisorb-text {
    text-align: left;
    order: 2;
  }
  .Information-with-Images .medisorb-image {
    padding: 0px;
    order: 1;
  }
  .Information-with-Images .section-subtitle {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.17px;
  }
  .Information-with-Images .feature-item {
    align-items: self-start;
    text-align: left;
  }
  .Information-with-Images .feature-item p {
    font-size: 14px;
    line-height: 22px;
  }
  .Information-with-Images .feature-item img {
    width: 44px;
    margin-bottom: 4px;
  }
  .Information-with-Images .features {
    margin-bottom: 17px;
    /* gap: 10px; */
  }
  .Information-with-Images .section-title {
    padding-top: 20px;
    margin: 0 0 20px;
    line-height: 37.57px;
  }
  .Information-with-Images .medisorb-image::before {
    width: 100px;
    height: 100px;
    bottom: -15px;
    right: -10px;
  }
  .Information-with-Images .medisorb-text h3 {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 4px;
  }
  .medisorb-content .section-btn {
    height: auto;
    line-height: 30px;
    padding: 0 10px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Information-with-Images .section-btn svg {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .Information-with-Images .section-title {
    font-size: 20px;
    line-height: 28px;
  }
}
/**************************  Information with Images Section CSS start ***************************/
/************************** collection-list-section Section CSS Start  **************************/
.collection-list-section {
  /* background: url("/cdn/shop/files/Vector_15.png?v=1752211727")
    no-repeat center; */
  padding: 74px 0;
  position: relative;
  background: #f5e8dbfc;
}
.collection-list-section::after {
  content: "";
  position: absolute;
  top: -145px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(/cdn/shop/files/Vector_15.png?v=1752211727);
  background-size: cover;
  /* background-position: center; */
  z-index: -1;
}
.collection-list-section .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 37px;
  position: relative;
  width: 100%;
}

/* .collection-list-section .container::after {
  content: "";
  position: absolute;
  top: -600px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(/cdn/shop/files/Vector_13_1.png?v=1752215585);
  background-size: cover;
  background-position: center;
  z-index: -1;
} */
.collection-list-section .section-title {
  line-height: 63px;
}
.collection-list-section h2 {
  text-align: center;
  margin: 0 0 35px;
}
.collection-list-section .inner__d {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collection-list-section .swiper {
  padding: 0 20px;
}

.collection-list-section .img_card___d {
  background: #fff;
  border-radius: 16px;
  padding: 11px 14px;
  text-align: center;
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); */
  transition: transform 0.3s ease;
}

/* .collection-list-section .img_card___d:hover {
  transform: translateY(-4px);
} */

.collection-list-section .tags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.collection-list-section span.tag-badge.pack-btn {
  padding: 9px 24px;
}
.collection-list-section .tag-badge {
  width: 102.5767822265625px;
  height: 30px;
  background: #fff;
  color: #0d178a;
  /* padding: 9px 24px; */
  border-radius: 23px;
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 10.27px;
  line-height: 13.14px;
  text-align: center;
  border: 0.78px solid #0d178a;
}

.collection-list-section .stars {
  color: #0d178a;
  font-size: 14px;
}

.collection-list-section .collection-image {
  margin: 50px 0;
}

.collection-list-section .collection-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.collection-list-section .collection-title {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 25.82px;
  line-height: 17.99px;
  color: #0d178a;
  margin-bottom: 17px;
}

.collection-list-section .collection-subtitle {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 17.21px;
  line-height: 17.6px;
  color: #0d178a;
}

.collection-list-section .explore-button {
  display: inline-block;
  padding: 6px 20px;
  width: 163.843033px;
  height: 47.954612731933594px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collection-list-section .section-btn svg {
  width: 20px;
  height: 20px;
  position: unset;
}
.collection-list-section .textwithbtn {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  padding: 4px;
  text-align: left;
}

/* .collection-list-section .explore-button:hover {
  background-color: #002fff;
  color: #fff;
} */
.collection-grid .grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* gap: 60px; */
  align-items: center;
  justify-content: space-between;
}
.collection-grid .grid-item {
  width: 49%;
}
.grid-cols-desktop-2 .grid-item {
  width: calc(50% - 20px);
}
.grid-cols-desktop-3 .grid-item {
  width: calc(33.333% - 10px);
}
.grid-cols-desktop-4 .grid-item {
  width: calc(25% - 12px);
}
/* @media (min-width: 1024px) {
  .collection-grid .grid-item {
    width: calc(33.333% - 16px);
  }
}
@media (max-width: 1023px) {
  .grid-cols-tablet-1 .grid-item {
    width: 100%;
  }
  .grid-cols-tablet-2 .grid-item {
    width: calc(50% - 8px);
  }
  .grid-cols-tablet-3 .grid-item {
    width: calc(33.333% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .collection-list-section .container {
    padding: 0 20px;
  }
  .collection-list-section .collection-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .collection-list-section .section-btn svg {
    margin-left: 2px;
  }
  .collection-list-section .explore-button {
    line-height: 27px;
    padding: 0px 10px;
    height: 30px;
  }
  .collection-list-section {
    padding: 20px 0;
  }
  .collection-list-section .stars {
    font-size: 10px;
  }
  .collection-list-section .tag-badge {
    font-size: 8.27px;
    line-height: 10.14px;
  }
  .collection-list-section .inner__d {
    align-items: unset;
  }
  .collection-list-section .collection-subtitle {
    font-size: 10.21px;
    line-height: 13.6px;
  }
}
@media (min-width: 640px) {
  .collection-grid .grid-item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 639px) {
  .grid-cols-mobile-1 .grid-item {
    width: 100%;
  }
  .grid-cols-mobile-2 .grid-item {
    width: calc(50% - 8px);
  }
} */

@media (min-width: 1024px) {
  .grid-cols-desktop-2 .grid-item {
    width: calc(50% - 8px);
  }
  .grid-cols-desktop-3 .grid-item {
    width: calc(33.333% - 16px);
  }
  .grid-cols-desktop-4 .grid-item {
    width: calc(25% - 12px);
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .grid-cols-tablet-1 .grid-item {
    width: 100%;
  }
  .grid-cols-tablet-2 .grid-item {
    width: calc(50% - 8px);
  }
  .grid-cols-tablet-3 .grid-item {
    width: calc(33.333% - 10px);
  }
}

/* ====== Mobile Layout (≤ 639px) ====== */
/* @media (max-width: 639px) {
  .grid-cols-mobile-1 .grid-item {
    width: 100%;
  }
  .grid-cols-mobile-2 .grid-item {
    width: calc(50% - 8px);
  }
} */

@media screen and (max-width: 768px) {
  .collection-list-section {
    padding: 73px 0 88px 0;
  }
  .collection-list-section .container {
    padding: 0 40px;
  }
  .collection-list-section h2 {
    margin: 0 0 20px;
  }
  .collection-grid .grid-wrapper {
    gap: 32px;
  }
  .collection-list-section .img_card___d {
    padding: 7px 8px;
  }
  .collection-list-section .collection-title {
    font-size: 16.26px;
    line-height: 11.33px;
    letter-spacing: 0%;
    margin-bottom: 10px;
  }
  .collection-list-section .tag-badge br {
    display: none;
  }
  .collection-list-section .collection-subtitle {
    font-size: 10.21px;
    line-height: 11.6px;
  }
  .collection-list-section .stars {
    font-size: 10px;
  }
  .collection-list-section span.tag-badge.pack-btn {
    padding: 5px 5px;
  }
  .collection-list-section .tag-badge {
    font-size: 8.27px;
    line-height: 10.14px;
    width: 64.62142181396484px;
    height: auto;
    padding: 0 5px;
  }
  .collection-list-section .inner__d {
    align-items: unset;
  }
  .collection-list-section .explore-button {
    line-height: 27px;
    padding: 0 10px;
    height: 35px;
    width: 104px;
  }
  .collection-list-section .section-btn svg {
    margin-left: 2px;
  }
  .collection-grid .grid-item {
    width: 100%;
  }
}

/************************** collection-list-section Section CSS End  **************************/
/**************************  our team section CSS start   **************************/

.our-team-slider-section {
  background-color: #fbeee8;
  padding: 82px 0 69px;
  text-align: center;
}
.our-team-slider-section .section-title {
  margin: 0 0 27px;
}
.our-team-slider-section .container {
  max-width: 800px;
  margin: 0 auto;
}

.our-team-slider-section .swiper-slide {
  display: flex;
  justify-content: center;
}

.our-team-slider-section .team-member-img {
  /* width: 100%; */
  width: 204px;
  height: 204px;
  border-radius: 50%;
  object-fit: cover;
}

.our-team-slider-section .wave-strip {
  position: relative;
  width: 100%;
  height: 60px;
  background: #6c9cf2;
  clip-path: path(
    "M0 40 Q 100 0 200 40 T 400 40 T 600 40 T 800 40 T 1000 40 T 1200 40 T 1400 40 L 1400 100 L 0 100 Z"
  );
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.our-team-slider-section .wave-text {
  color: white;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
/**************************  our team section CSS End   **************************/
/************************** icons accordion des CSS start  **************************/
.icons-accordion-des .container {
  /* max-width: 1231px; */
  margin: 0 auto;
  max-width: 1220px;
    padding: 0 20px;
}
.icons-accordion-des .section-title {
  text-align: left;
  margin: 0 0 22px;
}
.icons-accordion-des .section-subtitle {
  text-align: left;
}
.icons-with-accordion {
  /* padding: 40px 20px; */
    padding: 40px 0;
  background: #fff;
}
.icons-accordion-des .icons-with-accordion__wrapper {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  /* gap: 30px; */
}
.icons-accordion-des .icons-with-accordion__wrapper .icons-with-accordion__left .inner__d{
  max-width: 488px;
    /* margin: 0 auto; */
    padding: 0 10px;
}
/* .icons-accordion-des .icons-with-accordion__left{
  width: 38%;
}
.icons-accordion-des .icons-with-accordion__right{
  width
} */
.icons-accordion-des .icons-with-accordion__left,
.icons-accordion-des .icons-with-accordion__right {
  flex: 1 1 45%;
}
.icons-accordion-des .features {
  display: flex;
  gap: 34px;
  margin-top: 22px;
}
.icons-accordion-des .feature-item {
  flex: 1;
}
.icons-accordion-des .feature-item .section-subtitle{
  
font-size: 20px;
line-height:28px;
letter-spacing:0.21px;
}
.icons-accordion-des .feature-icon {
  height: 75px;
  width: 75px;
  margin-bottom: 8px;
}
.icons-accordion-des .accordion-item {
  padding: 19px 0;
  border-bottom: 0.89px solid #1414141a;
}
.icons-accordion-des .accordion{
  border-top: unset;
  border-bottom:unset;
}
.icons-accordion-des .accordion-header {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #141414;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.icons-accordion-des .accordion-content ul li{
    font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #141414;
  background: none;
  border: none;
  cursor: pointer;
}
.icons-accordion-des .accordion-content ul {
  margin:0;
}
.icons-accordion-des .accordion-content p {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #141414;
}
.icons-accordion-des .accordion-content {
  display: none;
  padding-top: 10px;
}
.icons-accordion-des .accordion-content.show {
  display: block;
}
.icons-accordion-des .description {
  margin-bottom: 10px;
  color: #000000b2;
}
.icons-accordion-des .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.icons-accordion-des .icon-toggle {
  font-size: 20px;
  transition: all 0.2s ease;
}

@media screen and (max-width: 768px) {
  .icons-with-accordion{
    padding:40px 20px;
  }
  .icons-accordion-des .icons-with-accordion__wrapper {
    flex-direction: column;
  }
  .icons-accordion-des .accordion{
    margin-top: 7px;
  }
  .icons-accordion-des .icons-with-accordion__right{
    padding: 0 10px;
  }
  .icons-accordion-des .container{
    padding:0 ;
  }
  .icons-accordion-des .features {
    flex-direction: inherit;
    align-items: center;
    gap: 20px;
  }
  .icons-accordion-des .feature-icon {
    height: 50px;
    margin-bottom: 5px;
  }
  .icons-accordion-des .accordion-header,
  .icons-accordion-des .accordion-content ul li {
    font-size: 14px;
    line-height: 20px;
  }
  /* .icons-accordion-des .accordion-content p {
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 0 10px;
  } */
  .icons-accordion-des .accordion-item {
    padding: 15px 0;
  }
}
/************************** icons accordion des CSS End  **************************/
/*************************** product strip buy section  CSS start  ***************************/

.product-strip-buy {
  width: 100%;
  background-color: #bd9c21;
}

.product-strip-buy .strip-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.product-strip-buy .strip-left {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  width: 70%;
  justify-content: space-around;
}
.product-strip-buy .strip-right {
  width: 30%;
  background-color: #0d178a;
  text-align: center;
}
.product-strip-buy .product-title,
.product-strip-buy .product-price {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 24px;
  line-height: 48.97px;
  color: #ffffff;
}

.product-strip-buy .product-price {
  font-family: Source Sans Pro;
  font-weight: 700;
  line-height: 63.34px;
  letter-spacing: 1px;
}

.product-strip-buy .strip-right .buy-btn {
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 37px;
  line-height: 63.34px;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  background-color: #0d178a;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.3s;
}

/* .product-strip-buy .strip-right .buy-btn:hover {
  background-color: #000066;
} */

@media screen and (max-width: 768px) {
  .product-strip-buy .strip-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
  .product-strip-buy .strip-left,
  .product-strip-buy .strip-right {
    width: 100%;
  }
  .product-strip-buy .product-price {
    line-height: 20px !important;
  }
  .product-strip-buy .product-title,
  .product-strip-buy .product-price {
    font-size: 9px;
    line-height: 11px;
  }

  .product-strip-buy .strip-right .buy-btn {
    font-size: 15px;
    line-height: 30px;
  }
}
/*************************** product strip buy section  CSS End  ***************************/
/************* faq-accordion CSS Start  ****************/
.faq-accordion-style-d {
  background-color: #fff;
}
.faq-accordion-style-d .faq-container {
  max-width: 1036px;
  display: flex;
  text-align: center;
  margin: 0 auto;
  justify-content: space-between;
}
.faq-accordion-style-d .faq-container .title__D {
  width: 20%;
}
.faq-accordion-style-d .faq-container .faq-list {
  width: 80%;
  margin-top: 20px;
}
.faq-accordion-style-d .faq-heading {
  color: #0d178a;
  font-weight: 400;
  margin: 0;
  letter-spacing: 3px;
  text-align: left;
}

.faq-accordion-style-d .faq-item {
  border-bottom: 1px solid #1414141a;
  margin-bottom: 20px;
}

.faq-accordion-style-d .faq-question {
  font-family: Source Sans Pro;
  font-weight: 400;
  width: 100%;
  font-size: 20px;
  text-align: left;
  line-height: 28px;
  color: #141414;
  background: none;
  border: none;
  padding: 42px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-accordion-style-d .faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}

.faq-accordion-style-d .faq-icon {
  font-size: 24px;
  line-height: 1;
  color: #141414;
  transition: transform 0.3s ease;
}

.faq-accordion-style-d .faq-answer {
  display: none;
  padding: 0 0px 15px;
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #00000080;
  transition: max-height 0.3s ease;
}

.faq-accordion-style-d .faq-item.active .faq-answer {
  display: block;
  text-align: left;
}
@media screen and (max-width: 1050px){
.faq-accordion-style-d .faq-container{
  padding: 0 50px;
}
.icons-with-accordion{
  padding:40px 50px;
}

}
@media screen and (min-width: 769px) {
  .faq-accordion-style-d .faq-item:first-child .faq-question{
    padding-top:0;
  }
}

@media screen and (max-width: 768px) {
  .faq-accordion-style-d .faq-container {
    display: block;
    padding: 20px;
  }
  .faq-accordion-style-d .faq-container .title__D,
  .faq-accordion-style-d .faq-container .faq-list {
    width: 100%;
  }
  .faq-accordion-style-d .faq-heading {
    text-align: center;
  }
  .faq-accordion-style-d .faq-question {
    padding: 20px 0;
  }
  .faq-accordion-style-d .faq-answer,
  .faq-accordion-style-d .faq-question {
    font-size: 14px;
    line-height:22px;
  }
  .faq-accordion-style-d .faq-icon {
    font-size: 15px;
  }
}
/************* faq-accordion CSS End  ****************/
/* icons accordion des CSS End  */
/***************************************about Page CSS Start  *******************************/
.page-about--D .rich-text__blocks h2 {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #0d178a;
}
.page-about--D .page-width {
  padding: 0;
}
.page-about--D .TextWithIconsec .section-subtitle {
  color: #000000b2;
  letter-spacing: 0.29px;
}
.page-about--D .TextWithIconsec .inner__d {
  align-items: start;
}
/* .page-about--D .TextWithIconsec .Icon {
  gap: 10px;
} */
.page-about--D .TextWithIconsec .icon_text .icon_img {
  margin-bottom: 0;
  width: auto;
  height: 60px;
}
.page-about--D .global-media-settings{
  border: unset;
}
.page-about--D .global-media-settings img{
  border-radius:32px;
}
.page-about--D .TextWithIconsec .icon_text {
  margin-right: 40px;
  /* width:22%; */
  width: 27%;
}
.page-about--D .rich-text__blocks p,
.page-about--D .image-with-text__text p {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin-top: 21px;
  color: #000000;
}
.page-about--D .image-with-text__text p {
  text-align: left;
  margin-top: 0;
  margin-top:20px;
}
/* .page-about--D .image-with-text__content{
  padding: 86px 0px 0rem 102px !important;
  align-items: flex-start !important;
} */
.page-about--D .image-with-text__content {
  padding: 0rem 7rem 7rem !important;
  flex-direction: unset;
}
/* .page-about--D .TextWithIconsec {
  top: 0;
  background-image: url("/cdn/shop/files/Group_139_1.png?v=1752483575");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} */
.page-about--D .TextWithIconsec {
  background: #f5e8dbdb;
}
.page-about--D .TextWithIconsec .inner__d {
  padding-left: 0;
  gap: 50px;
}
.page-about--D .TextWithIconsec .Icon {
  /* width: 70%; */
  width: 80%;
  justify-content: unset;
  gap: 0;
}
.page-about--D .TextWithIconsec .Icon p {
  margin-bottom: 19px;
}
.page-about--D .TextWithIconsec .content.w-50 {
  /* width: 30%; */
  width: 40%;
}
.page-about--D .TextWithIconsec .icon_text {
  text-align: left;
}
.page-about--D .TextWithIconsec .container {
  max-width: 1237px;
  margin: 0 auto;
  padding: 100px 0 74px;
}
/* .page-about--D .our-team-slider-section {
  position: relative;
}
.page-about--D .our-team-slider-section::after {
  content: "";
  position: absolute;
  bottom: -170px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url(/cdn/shop/files/Vector_15_e519fba3-fc36-42b4-84c9-678de9761170.png?v=1752476110);
  background-size: cover;
  background-position: center;
  z-index: -1;
} */

.page-about--D .isolate.page-width {
  /* max-width: 1172px !important; */
      max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
    z-index:-1;
}
.page-about--D .rich-text:not(.rich-text--full-width) .rich-text__wrapper {
  width: 100% !important;
}
.page-about--D .rich-text__blocks {
  max-width: 100% !important;
}

.page-about--D .overlapline {
  position: relative;
  background: #f5e8dbdb;
}
.page-about--D .our-team-slider-section {
  background: #f5e8dbdb;
}

.page-about--D .overlapline .isolate {
  z-index: 2;
  position:relative:
}
/* .page-about--D .overlapline::before {
  content: "";
  position: absolute;
  /* bottom: 95px; */
  bottom:70px;
  right: 0px;
  width: 100%;
  height: 160px;
  background-image: url(/cdn/shop/files/Group_140.png?v=1752474142);
  background-size: cover;
  background-position: center;
  z-index: 3;
} */
/* .page-about--D .overlapline{
 background-image: url('/cdn/shop/files/Group_55.png?v=1752233999');
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center;
} */
.page-about--D .overlapline::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 365px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/cdn/shop/files/Wave_BG_a58dcdf4-272b-4fa8-8e44-308e8c5aa4d0.png?v=1752476985");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.page-about--D .text-with-icons-section .section-title {
  text-align: left;
  margin: 0 0 15px;
  font-size: 48px;
    line-height: 56px;
}
 .page-about--D {
  position: relative;
}
.page-about--D::after{
   content: "";
  display: block;
  position: absolute;
  bottom: 365px;
  left: 0;
  width: 100%;
  /* height: 100%; */
  height:84%;
  background-image: url('/cdn/shop/files/Wave_BG_a58dcdf4-272b-4fa8-8e44-308e8c5aa4d0.png?v=1752476985');
  background-repeat: no-repeat;
   background-size: cover;
  z-index: -1; 
 }
.page-about--D .isolate.page-width .rich-text {
  z-index: 5;
}
.page-about--D .TextWithIconsec {
  padding-bottom: 0;
}
@media screen and (max-width: 1199px){
.page-about--D .isolate.page-width{
  padding: 0 50px;
}
.page-about--D .page-width{
  padding:0 40px;
}
.page-about--D .TextWithIconsec .container{
  padding:100px 50px;
}
}

@media screen and (max-width: 1100px){
.page-about--D  .page-width {
    padding: 0 40px !important;
}
 .page-about--D  .image-with-text__media img{
  border-radius:15px;
 }
 .page-about--D .TextWithIconsec{
  padding: 0 40px !important;
 }
 .page-about--D .TextWithIconsec .icon_text{
  margin-right:30px;
 }
}
@media screen and (max-width: 940px){
.page-about--D .TextWithIconsec .icon_text {
        margin-right: 27px;
    }
}
@media screen and (max-width: 859px){
      .page-about--D .TextWithIconsec .container {
        padding: 100px 0;
    }
}
@media screen and (max-width: 858px) {
.newsletter-form__field-wrapper .field__input{
  width:auto;
}
.page-about--D .TextWithIconsec .container{
  padding:100px 0;
}
.page-about--D .text-with-icons-section .section-title{

font-size: 23.14px;
line-height:31px;

}
}
/* @media screen and (max-width: 820px){
.page-about--D .image-with-text__grid .image-with-text__media-item{
  width:100%;
}
} */
@media screen and (max-width: 768px) {
  .page-about--D::after{
    content:unset;
  }
  .page-about--D .rich-text__blocks h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .page-about--D .page-width {
        padding: 0 !important;
    }
  .page-about--D .TextWithIconsec{
    padding-top:50px !important;
  }
 .page-about--D .image-with-text .grid{
  display:block;
 }
  .page-about--D .image-with-text:not(.collapse-corners,.image-with-text--overlap) .image-with-text__media-item,
    .page-about--D .image-with-text .grid__item{
  width:100%;
 }
  .page-about--D .rich-text__blocks p,
  .page-about--D .image-with-text__text p {
    font-size: 15px;
    line-height: 20px;
  }
  .page-about--D .image-with-text__text p{
    margin-top:5px;
  }
  .page-about--D .isolate.page-width .content-container {
    padding: 0;
  }
  .page-about--D .overlapline {
    padding-top: 33px;
    background: #fff;
  }
  .page-about--D .image-with-text__content {
    padding: 20px 0 !important;
  }
  .page-about--D .overlapline::after {
    content: unset;
  }
  .page-about--D .overlapline::before {
    content: unset;
  }
  .page-about--D .our-team-slider-section {
    padding: 0 0 50px;
  }
  .our-team-slider-section .section-title {
    margin: 0 0 10px;
  }
  .page-about--D .rich-text__blocks,
  .page-about--D .overlapline .isolate,
  .page-about--D .TextWithIconsec {
    padding: 0 40px;
  }
  .page-about--D .image-with-text__text {
    margin-top: 45px;
  }
  .page-about--D .TextWithIconsec .container {
    padding: 0px 0 18px;
  }
  .page-about--D .TextWithIconsec .section-subtitle {
    margin-bottom: 0;
  }
  .page-about--D .TextWithIconsec .content.w-50,
  .page-about--D .TextWithIconsec .Icon {
    width: 100%;
  }
  .page-about--D .TextWithIconsec .icon_text {
    width: 29%;
  }
  .page-about--D .TextWithIconsec .content .section-subtitle {
    margin-bottom: 10px;
  }
  .page-about--D .TextWithIconsec .icon_text p {
    margin-bottom: 0;
  }
  .page-about--D .TextWithIconsec {
    background-image: url("/cdn/shop/files/Group_55_1.png?v=1753438075");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: unset;
  }
  .page-about--D .TextWithIconsec {
    padding-bottom: 0;
  }
  .page-about--D .TextWithIconsec .icon_text {
    margin-right: 10px;
  }
}

@media screen and (max-width: 360px){
  .page-about--D .isolate.page-width{
    padding:0;
  }
}

/********************Collection Page CSS Start ************************/

.collection-page-D .collection-list-section .container {
  max-width: 1061px;
  margin: 0 auto;
}
.collection-page-D .collection-listing .feature-list {
  gap: unset;
}
.collection-page-D .collection-listing .feature-item {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .collection-page-D .collection-list-section .container {
    padding: 0 20px;
  }
  .collection-page-D .collection-grid .grid-wrapper {
    display: block;
  }
  .collection-page-D .collection-grid .grid-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .collection-page-D .collection-listing .feature-item {
    width: 33.33%;
  }
}
/********************Collection Page CSS End ************************/
/********************Product Page CSS Start ************************/
.product-page .TestimonialSlider {
  background: #ffffff;
  /* margin-top: 100px; */
}
.product-page .TestimonialSlider::before {
  content: unset;
}
.product-page .product__title > * {
  color: #0d178a;
}
.product-page .product__title {
  margin-bottom: 0;
  display:flex;
   justify-content: space-between;
}
.product-page .section-main-title {
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0px;
}
.product-page .product__title .PullUpPants-btn{
   width: 146px;
    /* height: 33px; */
    height:auto;
    opacity: 1;
    border-radius: 8.79px;
    background: #0d178a;
    text-align:center;
}
.product-page .product__title .PullUpPants-btn a{
   border-radius: 8.79px;
    opacity: 1;
    color: #fff;
    padding: 5px;
    text-decoration: none;
    font-weight: 600;
    font-family: Source Sans Pro;
        font-size: 18px;
        text-align: center;
}
.product__info-container .product-form,
.product__info-container .product__description,
.product__info-container .icon-with-text {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.29px;
  color: #000000b2;
  margin-top: 8px !important;
}
.product-page .page-width {
  padding: 0;
  max-width: 1231px;
  margin: 0 auto;
  padding-bottom: 10px !important;
}
.product-page .form__label {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.29px;
  color: #000000;
}
.product-page variant-selects label {
  width: auto;
  height: auto;
  opacity: 1;
  background: #fff !important;
  color: #000 !important;
  font-family: Source Sans Pro;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.29px !important;
  /* text-align: left !important; */
  border-radius: 8px !important;
  border: 1px solid #fff !important;
  /* width:18%; */
  width:unset;
  padding: 10px 14px !important;
}
 .product-page variant-selects .pack-size label{
  padding: 8px 14px !important;
 }
  .product-page variant-selects .pack-size{
    display: flex;
    align-items: center;
    gap: 11px;
  }
.product-page variant-selects label .variant-metafield{
font-family: Source Sans Pro;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.25px;
color:#000000B2;
display:block;
}
.product-page variant-selects label small{
font-size: 13px;
line-height: 21px;
letter-spacing: 0.25px;
color:#000000B2;
}
.product-form__buttons .product-form__submit,
.shopify-payment-button__button {
  width: 212px;
  height: 61.301204681396484px;
  border: 1.7px solid #0d178a;
  opacity: 1;
  border-radius: 39.98px;
  color: #0d178a;
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
}
.shopify-payment-button__button {
  color: #0d178a !important;
  background: #ffffff !important;
   font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 28px !important;
   border-radius: 39.98px !important;
    border: 1.7px solid #0d178a !important;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded{
      background: #0D178A !important;
    color: #fff !important;
   display: flex;
    align-items: center;
    justify-content: center;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover{
      background:#fff !important;
    color: #0D178A !important;
}
.button:before, .shopify-challenge__button:before, .customer button:before, .shopify-payment-button__button--unbranded:before,
.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after{
content: unset !important;
}
.product-form__buttons .product-form__submit svg {
  width: 33px;
  height: 15px;
}
.product-page product-info {
  background-image: url("/cdn/shop/files/Group_55_3.png?v=1753699817");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: #f6e9dc;
}
.product-page .product-media-container.gradient {
  background: unset;
  border: unset;
}
.product-page .product__info-wrapper .product-form__input {
  /* display: flex;
  flex-wrap:wrap; */
  margin-bottom: 31px !important;
}
.product-page .BannerSec::after {
  content: unset;
}
  /* .product-page .TestimonialSlider .text_main h4 span{
          font-weight: 600;
    } */
   @media screen and (max-width: 1920px)    {
      .product-page variant-selects label{
  /* width:20%; */
  /* width:18%; */
}
    }
    @media screen and (max-width: 1199px){
.product-page product-info{
  /* padding: 75px 50px; */
}
.product-page  .product.grid{
  padding:0 50px;
}
.product-page .icons-with-accordion {
  padding: 40px;
}
/* .product-page .product__info-wrapper .product-form__input {
  display:block;
} */
.product-page variant-selects label{
  /* width:18%; */
}
    }
        @media screen and (max-width: 1190px){
/* .product-page .product__info-wrapper .product-form__input {
  display:block;
} */
        }
     @media screen and (max-width: 1081px) {
      .product-page variant-selects label{
        /* width:18%; */
      }
    }
    @media screen and (max-width: 963px) {
      .product-page variant-selects label{
        /* width:29%; */
      }
    }
      @media screen and (max-width: 985px) {
      .product-page variant-selects label{
        /* width:29%; */
      }
      .product-page variant-selects .pack-size label{
        /* width:18%; */
      }
    }
           @media screen and (max-width: 932px) {
  .product-page .product__info-wrapper .product-form__input{
        flex-wrap:wrap;
      }
       .product-form__buttons .product-form__submit, .shopify-payment-button__button {
   width: 160px;
    height: auto;
    padding:0 8px;
      }
       }
       @media screen and (max-width: 923px) {
  .product-page .product__info-wrapper .product-form__input{
        display:block
      }
       .product-form__buttons .product-form__submit, .shopify-payment-button__button {
width: 160px;
    height: auto;
    padding:0 8px;
      }
       }
           @media screen and (max-width: 922px) {
  .product-page .product__info-wrapper .product-form__input{
        display:block
      }
       .product-form__buttons .product-form__submit, .shopify-payment-button__button {
width: 160px;
    height: auto;
    padding:0 5px;
      }
       }
       @media screen and (max-width: 916px) {
  .product-page .product__info-wrapper .product-form__input{
        display:block
      }
       .product-form__buttons .product-form__submit, .shopify-payment-button__button {
width: 160px;
    height: auto;
    padding:0 8px;
      }
       }
   @media screen and (max-width: 912px)  {
      .product-page .product__info-wrapper .product-form__input{
        display:block
      }
     .product-form__buttons .product-form__submit, .shopify-payment-button__button {
width: 160px;
    height: auto;
    padding:0 8px;
      }
    }
 /* @media screen and (min-width: 853px)  {
      .product-page .product__info-wrapper .product-form__input{
        flex-wrap:wrap;
      }
     .product-form__buttons .product-form__submit, .shopify-payment-button__button {
        width: 160px;
        height: auto;
        padding:0 8px;
      }
    } */
   @media screen and (max-width:820px)   {
    /* .product-page .product-form__buttons{
      gap:20px;
    } */
      .product-form__buttons .product-form__submit, .shopify-payment-button__button,
      shopify-buy-it-now-button button.shopify-payment-button__button.shopify-payment-button__button--unbranded{
        width: 162px;
        height: auto;
        padding: 0 10px;
        font-size: 13px ;
        line-height: 20px ;
      }
      .product-form__buttons .product-form__submit svg{
        width: 15px;
    height: 15px;
    position: relative;
    top: 4px;
      }
      .product-page .product__info-wrapper .product-form__input{
        flex-wrap:wrap;
      }
    }
  @media screen and (max-width: 820px){
      .product-page .product__info-wrapper .product-form__input{
      flex-wrap:wrap;
    }
    /* .product-page .product-form__buttons{
      display:block !important;
    } */
    }
  @media screen and (max-width: 771px){
  .product-page .product-form__buttons{
    display:block !important;
  }
}
@media screen and (max-width: 768px) {
  .product-page .product__title{
    display:block;
  }
  .product-page .product.grid{
    padding:0;
  }
  .product-page .product__title .PullUpPants-btn{
    /* width: 92.03478240966797px; */
    width:100px;
    height: 20.452173233032227px;
    line-height: 20px;
    /* margin-bottom: 22px;
    margin-top: 10px; */
  }
  .product-page .product__title .inner_data{
  display: flex;
    justify-content: flex-start;
    gap:10px;
    align-items: center;
    margin-bottom: 22px;
    margin-top: 10px;
}
  .product-page .product__title .PullUpPants-btn a{
    line-height: 21px;
    font-size: 13px;
  }
  .product__info-container .product-form,
  .product__info-container .product__description,
  .product__info-container .icon-with-text {
    font-size: 15px;
    line-height: 23px;
  }
  .product-page .product-form__buttons {
    display: flex !important;
  }
  
  .product-page .TestimonialSlider {
    background: #ffffff;
    margin-top: 29px;
  }
  .product-page product-info .page-width {
    padding: 0 40px;
  }
  .product-page .section-main-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .product-page .product__info-container .product__description {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.17px;
    margin-bottom: 8px;
  }
  .product-page .product__info-wrapper .product-form__input {
    display: block;
    margin-bottom: 21px !important;
  }
  .product-page .product__info-wrapper .product-form__input  variant-selects label{
    width:30%;
  }
 
  .shopify-payment-button__button {
    background: #0D178A!important;
    color: #fff !important;
    border: 1.7px solid #0D178A !important;
  }
  .product-form__buttons .product-form__submit{
   background: #bd9c21 !important;
    color: #fff !important;
    border: 1.7px solid #bd9c21 !important;
    margin-right:5px;
      }
  .product-page variant-selects label {
    font-size: 14.3px !important; 
    letter-spacing: 0.26px !important;
    /* width:30%; */
    /* width:45%; */
    /* width:29%; */
  }
    .product-page variant-selects .pack-size label {
     /* width: 15%; */
    }
  .product-form__buttons .product-form__submit svg path {
    fill: #fff;
  }
  .product-page .icons-accordion-des .feature-icon {
    height: 33px;
    width: 33px;
  }
  .product-page .section-title {
    /* font-family: Source Sans Pro;
    font-weight: 600;
    font-style: Semibold;
    font-size: 22.24px;
    leading-trim: NONE;
    line-height: 30.49px;
    letter-spacing: 0px;
    vertical-align: middle; */
    text-align: left;
    font-family: Source Sans Pro;
    font-weight: 700;
    /* font-size: 26.54px;
    line-height: 34px; */
    font-size: 22.54px;
        line-height: 30px;
  }
  .product-page .text_main .section-title {
    padding: 0 10px;
    text-align:center;
  }
    .product-page  .TestimonialSlider .text_main h4{
    margin: 0 0 22px;
  }
  .product-page .faq-accordion-style-d .faq-container {
    padding: 0;
  }
  .product-page .BannerSec::after {
    content: unset;
  }
  .product-page .faq-accordion-style-d .faq-question {
    font-size: 14px;
    line-height: 22px;
  }
  .product-page .icons-with-accordion {
    padding: 54px 30px 38px !important;
  }
  .product-page .icons-accordion-des .section-subtitle {
    font-size: 14px;
    line-height:22px;
    letter-spacing: 0.12px;
    margin-bottom: 0;
  }
  .product-page .icons-accordion-des .features {
    max-width: 273px;
    align-items:flex-start;
    gap: 15px;
  }
  .product-page .icons-accordion-des .icons-with-accordion__wrapper {
    gap: 16px;
  }
  .product-strip-buy {
    display: none;
  }
  .product-page .faq-accordion-section {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 50px !important;
  }
  /* .product-page .icons-accordion-des .accordion-header ,
  .icons-accordion-des .accordion-content ul li{
    font-size: 12px;
    line-height: 22px;
  } */
  /* .product-page .icons-accordion-des .accordion-content p {
    font-size: 11px;
    line-height: 19px;
  } */
  .product-page .faq-accordion-style-d .faq-container .faq-list {
    margin-top: 13px;
  }
  .product-form__buttons .product-form__submit,
  button.shopify-payment-button__button.shopify-payment-button__button--unbranded{
    width:162px;
    height:auto;
    padding: 0 10px;
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .product-form__buttons .product-form__submit svg{
    width: 20px;
    height: 10px;
     top:0;
  }
}
@media screen and (max-width: 360px) {
     .product-page .product__title .PullUpPants-btn a {
        line-height: 18px;
        font-size: 10px;
        padding: 0;
    }
    .product-form__buttons .product-form__submit, button.shopify-payment-button__button.shopify-payment-button__button--unbranded{
      padding:0 10px;
    }
    .product-form__buttons .product-form__submit svg{
      top:0;
    }

}
/********************Product Page CSS end ************************/
/********************FAQ  Page CSS Start ************************/
.faq-page .media{
  background-color:unset !important;
}
.faq-page .header-wrapper--border-bottom {
background: #f6e9dc87;
backdrop-filter: blur(12px);
}
.faq-page .banner__heading {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
}
.faq-page .faq-accordion-style-d .faq-container {
  display: block;
}
.faq-page .faq-accordion-style-d .faq-container .title__D,
.faq-page .faq-accordion-style-d .faq-container .faq-list {
  width: 100%;
}
.faq-page .faq-accordion-style-d .faq-heading {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 32px;
  line-height: 32.93px;
  letter-spacing: -0.6px;
  color: #141414;
}
.faq-page .faq-accordion-style-d .faq-question {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #141414;
}
.faq-page .faq-accordion-style-d .faq-answer {
  color: #141414;
}
.faq-page .banner--medium.banner--desktop-transparent .banner__box {
  max-width: unset !important;
}
.faq-page .banner__text p {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 23px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  max-width: 639px;
  margin: 0 auto;
  margin-bottom: 19px;
}
.faq-page .banner__text p a{
  text-decoration:none;
}
.faq-page .banner__buttons .button {
  width: 518px;
  height: 46px;
  opacity: 1;
  border-radius: 30px;
  border-width: 2px;
  color: #0d178a;
  border: 2px solid #0d178a;
  background: #ffffff;
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
}
.faq-page .button:after,
.faq-page .button:before {
  content: unset;
}
.faq-page .button {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .faq-page .banner__heading {
    font-size: 23.14px;
    line-height: 31px;
    max-width: 200px;
    margin: 0 auto;
  }
  .faq-page .banner__text p {
    font-size: 15px;
    line-height: 22px;
  }
  .faq-page .banner__buttons .button {
    width: 340.64801025390625px;
    height: 31.033714294433594px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 320) {
  .faq-page .banner__heading {
    margin: 0;
  }
}
/******************* FAQ Page CSS end ************************/
/* header CSS Start  */
.cart-count-bubble {
  background: #0d178a !important;
}
.announcement___d {
  background: #829ef2;
}
.announcement___d p {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 16px;
  line-height: 12.6px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
header .list-menu--inline {
  display: flex;
  /* justify-content: space-evenly; */
    justify-content: flex-start;
    gap: 40px;
}
.header__icon .icon {
  width: 22px;
  height: 22px;
}
.icond__serch_card {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* margin-left: 22px; */
}
.header__icon--cart {
  margin-left: 10px;
}
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: unset !important;
  padding-right: 0 !important;
  align-items: center;
  justify-content: space-evenly;
}
header.header.header--middle-center.page-width {
  /* padding: 10px 0 !important; */
  /* margin: 0 128px 0 140px; */
  /* margin: 0 140px; */
  /* max-width: unset !important; */
      max-width: 1220px;
    margin: 0 auto;
    padding: 10px 20px !important;
}

/* .subtexticon_t span {
  padding-right: 18px;
} */
.header .list-menu__item {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #0d178a;
  /* padding: 0 23px; */
}
.header__menu-item {
  padding: 0 !important;
}
.header .list-menu--inline li {
  padding-right: 18px;
}
.announcement___d.utility-bar.color-scheme-1.gradient
  .page-width.utility-bar__grid {
  padding: 0 !important;
  max-width: none !important;
}
summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle,
.header__icon,
.header__icon--cart .icon {
  width: 22px;
  height: 22px;
}
 .mobile__d {
  display:block !important;
 }
   @media screen and (max-width: 1199px){
header.header.header--middle-center.page-width{
  padding: 10px 40px !important;
}
   }

  @media screen and (max-width: 1100px){
     header.header.header--middle-center.page-width{
        padding:10px 50px !important;
     }
     .TextWithIconsec .Icon{
      gap:0;
     }
  }
      @media screen and (max-width: 1066px){
header .list-menu--inline{
  gap:30px;
}
    }
    @media screen and (max-width: 1063px){
header .list-menu--inline{
  gap:30px;
}
    }

  @media screen and (max-width: 1037px){
header .list-menu--inline{
  gap:30px;
}
  }
  
     @media screen and (max-width: 1000px){
header .list-menu--inline{
  gap:25px;
}
   }
       @media screen and (max-width: 1006px){
header .list-menu--inline{
  gap:25px;
}
   }
    @media screen and (max-width: 988px){
  .mobile__d { 
    display: none !important;
}
.subtexticon_t.menu-drawer__menu-item{
  padding: 1.1rem 3rem !important;
}
.header__icon:not(.header__icon--summary){
  justify-content:flex-start;
}
.menu-drawer__utility-links{
  background:#212b7e !important;
}
    }
 @media screen and (max-width: 774px) {
  header.header.header--middle-center.page-width{
        padding: 10px 40px !important;

  }
  .mobile__d { 
    display: none !important;
}
.header__menu-item.menu-drawer__menu-item{
  padding: 1.1rem 3rem !important;
}
.header__icon:not(.header__icon--summary){
  justify-content: flex-start;
}
 }
@media screen and (max-width: 768px) {
  .mobile__d {
    display: none !important;
  }
  .js .menu-drawer__menu li {
    margin-bottom: 10px !important;
  }
  header.header.header--middle-center.page-width {
    /* margin: 0 40px; */
     
    
  }
  .header__icon:not(.header__icon--summary),
  .header__icon span {
    justify-content: unset !important;
  }
  header-drawer {
    padding-left: 10px;
  }
  header-drawer .header__icon--menu svg.icon.
  header-drawer svg.icon.icon-close path {
    fill: #0d178a;
  }
  header-drawer .header__icon {
    width: 13px;
    height: 13px;
  }
  summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
    height: 13px;
    width: 21px;
  }
}
@media screen and (max-width: 750px) {
    header.header.header--middle-center.page-width {
    padding: 27px 40px !important;
   }
      .mobile__d {
        display: none !important;
    }
}
/*************************** Login Pgae CSS Start *********************/
.customerlogin_with_img {
  display: flex;
}
.customerlogin_with_img .des_img {
  width: 100%;
  display: block;
}

.customerlogin_with_img .mob_img {
  display: none;
}
.customerlogin_with_img .customer.login {
  width: 45%;
  max-width: 480px !important;
  margin: 0 auto;
  padding: 110px 0;
}
.customerlogin_with_img .img_loginD {
  width: 55%;
}
.customerlogin_with_img h1#login.login_text,
.customer.register h1,
.customerlogin_with_img .customer.login h1#recover,
.is-empty .cart__warnings h1.cart__empty-text {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #0d178a;
  text-align: left;
  margin-bottom: 24px;
}
.is-empty .cart__warnings .cart__login-title {
  color: #0d178a;
}
.customer.register h1,
.customerlogin_with_img .customer.login h1#recover,
.is-empty .cart__warnings h1.cart__empty-text {
  text-align: center;
}
.field__input,
.customer .field input ,
.customer select {
  border: 2px solid #0d178a;
  border-radius: 30px;
}
.select__select, .customer select {

  background:unset;
}
.account h1+a{
color: #0d178a;
}
.customer h2{

  color: #0d178a;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
.field__label, .customer .field label,
.customer  label{
  font-size: 16px;
    line-height: 24px;
}
:is(.account,.order) p{
    font-size: 16px;
    line-height: 24px;
}


.field__input:focus~.field__label,
 .field__input:not(:placeholder-shown)~.field__label,
  .field__input:-webkit-autofill~.field__label, 
  .customer .field input:focus~label, 
  .customer .field input:not(:placeholder-shown)~label,
   .customer .field input:-webkit-autofill~label{
  top:0;
}
.customer select+.svg-wrapper{
  right: 20px;
}
.customer select:focus{
 border: 2px solid #0d178a;
  border-radius: 30px;
      box-shadow:unset;

}
.customer  *:focus-visible{

  box-shadow: unset;
}
textarea#ContactForm-body.field__input {
  height: 185px;
}
textarea#ContactForm-body.field__input,
.contact__PageD .field__input {
  border: unset;
}
.customerlogin_with_img .customer form {
  margin-top: 0;
}
.customerlogin_with_img .customer .field {
  margin: 10px 0 0;
}
.customerlogin_with_img .customer .btn_d {
  text-align: left;
}
.customerlogin_with_img .customer .inner__D {
  display: flex;
  align-items: center;
}
.customerlogin_with_img .customer .inner__D a,
.customerlogin_with_img .customer.login p,
.customerlogin_with_img .customer.login form a,
.is-empty .cart__warnings p.cart__login-paragraph,
.is-empty .cart__warnings p.cart__login-paragraph a {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #0d178a;
  text-decoration: none;
  margin: 0;
}
.is-empty .cart__warnings p.cart__login-paragraph a {
  text-decoration: underline;
}
.customerlogin_with_img .customer.login form a {
  text-align: center;
  width: auto;
}
.customerlogin_with_img .customer button,.cart__ctas button,
.customer.register button,
.is-empty .cart__warnings a.button {
  width: 180px;
  height: 56px;
  opacity: 1;
  border-radius: 30px;
  border-width: 2px;
  background: #0d178a;
  font-family: Inter;
  font-weight: 700;
  font-size: 15.38px;
  line-height: 22px;
  text-align: center;
  margin: 10px 0 14px;
}
.customerlogin_with_img .customer button:hover,.cart__ctas button:hover,
.customer.register button:hover,
.is-empty .cart__warnings a.button:hover{
    background:transparent;
  color:#0d178a;
  border:1px solid #0d178a;
} 
.cart__ctas button:hover{
  background:transparent;
  color:#0d178a;
  border:1px solid #0d178a;
}
.is-empty .cart__warnings a.button {
  width: 230px;
}
.customerlogin_with_img .customer .inner__D a:first-child {
  margin-right: 5px;
}
.customerlogin_with_img .customer .field input::placeholder,
.customer.register .field input::placeholder {
  font-family: Inter;
  font-weight: 500;
  font-size: 16.82px;
  line-height: 100%;
  color: #0d178a;
  opacity: 1;
}
.customerlogin_with_img .customer .field label {
  display: none;
}
.customerlogin_with_img .customer .field__input:focus,
.select__select:focus,
.customerlogin_with_img .customer .customer .field input:focus,
.customerlogin_with_img .customer .customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: unset;
  border-radius: 30px;
}
.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 18px 22px !important;
  box-shadow: unset !important;
  border-radius: 30px !important;
}
@media screen and (max-width: 768px) {
  .customerlogin_with_img .des_img {
    display: none;
  }

  .customerlogin_with_img .mob_img {
    display: block;
    width: 100%;
  }
  .customerlogin_with_img {
    display: block;
  }
  .customerlogin_with_img .customer.login,
  .customerlogin_with_img .img_loginD {
    width: 100%;
  }
  .customerlogin_with_img .customer.login {
    padding: 34px 40px 70px !important;
  }
  .customerlogin_with_img h1#login.login_text,
  .customer.register h1,
  .customerlogin_with_img .customer.login h1#recover,
  .is-empty .cart__warnings h1.cart__empty-text,
  .is-empty .cart__warnings p.cart__login-paragraph a,
  .is-empty .cart__warnings p.cart__login-paragraph {
    text-align: center;
    font-size: 23.14px;
    line-height: 31px;
  }
  .customerlogin_with_img .customer .btn_d,
  .is-empty .cart__warnings h1.cart__empty-text {
    text-align: center;
  }
  .customerlogin_with_img .customer button,
  .cart__ctas button,
  .customer.register button{
    width: 158.8802947998047px;
    height: 49.42942428588867px;
    border-radius: 26.48px;
    border-width: 1.77px;
    margin: 8px 0 12px;
  }
  .customerlogin_with_img .customer .inner__D {
    justify-content: center;
  }
  .customerlogin_with_img .customer .field input::placeholder,
  .customer.register .field input::placeholder {
    font-size: 15px;
    line-height: 100%;
  }
  textarea#ContactForm-body.field__input {
    height: 89px;
  }
}
/*************************** Login Pgae CSS End *********************/
/******************************** Contact Page CSS Start ***********************************/
.contact__PageD .contact.page-width {
  max-width: 1020px;
  margin: 0 auto;
}
.contact__PageD .contact__fields {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 23px;
}
.contact__PageD .title {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 52.03px;
  line-height: 60px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #0d178a;
  margin-bottom: 53px;
}
.contact__PageD .section-subtitle {
  color: #0d178a;
  letter-spacing: 1.8px;
  margin-bottom: 19px;
}
.contact__PageD .field__label {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1.4px;
  text-transform: capitalize;
  color: #0d178a;
  position: unset;
}
.contact__PageD .contact .field {
  display: block;
  margin-bottom: 34px;
}
.contact__PageD .field__input textarea#ContactForm-body {
  height: 185px;
}
.contact__PageD .field__input,
.contact__PageD .field__input:focus {
  border-radius: 15px !important;
}
.contact__PageD .field__input::placeholder {
  font-family: Source Sans Pro;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.42px;
  color: #242424;
  opacity: 1;
}
.contact__PageD .button {
  width: 236px;
  height: 61px;
  opacity: 1;
  border-radius: 39.98px;
  color: #0d178a;
  background: #fff;
  /* border: 2px solid #0d178a; */
      border: 1.7px solid #0D178A;
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 19.66px;
  line-height: 29.32px;
  justify-content: space-between;
  padding: 0 32px;
}
.contact__PageD .button:after,
.contact__PageD .button:before {
  content: unset;
}
.contact__PageD.color-scheme-1.gradient {
  background: #dee8fa;
  position: relative;
  z-index: 0;
  padding-top:50px;
}
/* .contact__PageD.color-scheme-1.gradient::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("/cdn/shop/files/Group_101_1.png?v=1753805097");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  /* top: 0; */
  /* bottom: 603px; */
  bottom: 90%;
  left: 0;
  z-index: -1;
  pointer-events: none;
} */
.contact__PageD .button svg {
  /* width: 33px;
  height: 31px; */
  width: 17px;
  height: 13px;
}
@media screen and (max-width: 892px) {
   .header--has-social .menu-drawer__utility-links .medium-hide .iconLogin{
    display:flex;
  }
     .header--has-social .menu-drawer__utility-links .medium-hide .iconLogin svg path{
      fill:#FFF;
     }
    .header--has-social .menu-drawer__utility-links .medium-hide{
    display:block !important;
    color:#fff !important;
  }
      .menu-drawer-container svg.icon.icon-close path {
        fill: #0d178a;
    }
}
@media screen and (max-width: 784px) {
   .header--has-social .menu-drawer__utility-links .medium-hide .iconLogin{
    display:flex;
  }
     .header--has-social .menu-drawer__utility-links .medium-hide .iconLogin svg path{
      fill:#FFF;
     }
    .header--has-social .menu-drawer__utility-links .medium-hide{
    display:block !important;
    color:#fff !important;
  }
      .menu-drawer-container svg.icon.icon-close path {
        fill: #0d178a;
    }
}
@media screen and (max-width: 772px) {
   .header--has-social .menu-drawer__utility-links .medium-hide .iconLogin{
    display:flex;
  }
     .header--has-social .menu-drawer__utility-links .medium-hide .iconLogin svg path{
      fill:#FFF;
     }
    .header--has-social .menu-drawer__utility-links .medium-hide{
    display:block !important;
    color:#fff !important;
  }
      .menu-drawer-container svg.icon.icon-close path {
        fill: #0d178a;
    }
}
@media screen and (max-width: 770px) {
   .header--has-social .menu-drawer__utility-links .medium-hide .iconLogin{
    display:flex;
  }
    .header--has-social .menu-drawer__utility-links .medium-hide{
    display:block !important;
  }
      .menu-drawer-container svg.icon.icon-close path {
        fill: #0d178a;
    }
}
@media screen and (max-width: 768px) {
  .contact__PageD .section-subtitle {
    font-size: 14px;
    line-height:22px;
    text-transform: uppercase;
    margin-bottom: 9px;
  }
  .contact__PageD .title {
    font-size: 25px;
    line-height: 33px;
    text-transform: capitalize;
    margin-bottom: 19px;
  }
  .contact__PageD .field__label {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.67px;
    margin-bottom: 4px;
  }
  .contact__PageD .contact.page-width {
    padding: 47px 40px 40px;
  }
  .contact__PageD .contact .field {
    margin-bottom: 14px;
    width: 49%;
  }
  .contact__PageD .contact .field.MW100 {
    width: 100%;
  }
  .contact__PageD .contact__fields {
    /* grid-template-columns: repeat(2, 1fr); */
    grid-column-gap: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact__PageD .field__input::placeholder {
        font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.2px;
  }
  .contact__PageD .button {
    width: 111.96px;
    height: 29.19px;
    border-radius: 30px;
    opacity: 1;
    border-width: 0.82px;
    font-size: 14px;
    line-height: 22px;
    /* border: 2px solid #0d178a; */
        border: 1.7px solid #0D178A;
    padding: 0 10px;
  }
  .contact__PageD .button svg {
    width: 15px;
    height: 10px;
  }
  .contact__PageD .contact__button {
    margin-top: 26px;
  }
  .header--has-social .menu-drawer__utility-links {
    background: #0d178a;
  }
  .header--has-social .menu-drawer__utility-links .medium-hide{
    display:block !important;
  }
  .menu-drawer__utility-links:has(.menu-drawer__localization)
    .menu-drawer__account {
    color: #fff;
  }
  .contact__PageD.color-scheme-1.gradient::after {
    content: unset;
  }
  .header--has-social .menu-drawer__utility-links .medium-hide .iconLogin{
    display:flex;
  }
}
/******************************** Contact Page CSS end ***********************************/

/******************************** acc faq tabs section CSS start ***********************************/
.acc-faq-tabs {
  padding: 150px 0;
}
.acc-faq-tabs .help-faq-wrapper {
  max-width: 1286px;
  margin: 0 auto;
  background: #fff;
}

.acc-faq-tabs .help-faq-container {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.acc-faq-tabs .help-faq-sidebar {
  width: 300px;
  border-right: 1px solid #ddd;
}

.acc-faq-tabs .help-faq-tabs {
  list-style: none;
  padding: 0;
}

.acc-faq-tabs .help-tab {
  padding: 8px 0;
  cursor: pointer;
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #51515180;
}

.acc-faq-tabs .help-tab.active {
  color: #0d178a;
}

.acc-faq-tabs .contact-btn {
  width: 236px;
  height: 61px;
  margin-top: 70px;
  border-radius: 39.98px;
  border-width: 1.7px;
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 19.66px;
  line-height: 29.32px;
  color: #0d178a;
  padding: 10px 20px;
  border: 1px solid #0d178a;
  background: #fff;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.acc-faq-tabs .contact-btn svg path:hover,
.acc-faq-tabs .contact-btn svg:hover{
  color:#fff;
  fill: #fff;
}
.acc-faq-tabs .help-faq-content {
  flex: 1;
  max-width: 857px;
  margin: 0 auto;
}

.acc-faq-tabs .help-tab-content {
  display: none;
}

.acc-faq-tabs .help-tab-content.active {
  display: block;
}

.acc-faq-tabs .accordion-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.acc-faq-tabs .accordion-header {
  width: 100%;

  background: none;
  border: none;
  padding: 42px 0px;
  text-align: left;
  cursor: pointer;
  position: relative;
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 20px;
  line-height: 23.8px;
  color: #141414;
}

.acc-faq-tabs .accordion-header::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.acc-faq-tabs .accordion-header.active::after {
  transform: rotate(45deg);
}

.acc-faq-tabs .accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.acc-faq-tabs .help-faq-content .help-tab-content h2 {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.6px;
  color: #141414;
}
.acc-faq-tabs .img__d-faq img{
  width:100%;
}
.acc-faq-tabs .img__d-faq img.des__img{
  display:block;
}
.acc-faq-tabs .img__d-faq img.mob__img{
  display:none;
}
@media screen and (max-width: 1199px){
.acc-faq-tabs{
  padding:100px 50px;
}
}
@media screen and (max-width: 768px) {
  .acc-faq-tabs .img__d-faq img.des__img{
  display:none;
}
.acc-faq-tabs .img__d-faq img.mob__img{
  display:block;
}
  .acc-faq-tabs {
    padding: 50px 42px;
  }
  .acc-faq-tabs .help-faq-container {
    flex-wrap: wrap;
    position: relative;
    gap: 30;
  }
  .acc-faq-tabs .help-faq-sidebar,
  .acc-faq-tabs .help-faq-content {
    width: 100%;
  }
  .acc-faq-tabs .accordion-header {
    font-size: 14px;
    line-height: 22px;
    padding: 27px 0;
  }
  .acc-faq-tabs .help-tab {
    font-size: 15px;
    line-height: 23px;
  }
  .acc-faq-tabs .help-faq-sidebar {
    border-right: unset;
    order: 2;
  }
  .acc-faq-tabs .help-faq-content {
    order: 1;
  }
  .acc-faq-tabs .accordion-body {
    font-size: 14px;
    line-height: 22px;
  }
  .acc-faq-tabs .contact-btn {
    display: none;
  }
  .acc-faq-tabs .help-faq-content .help-tab-content h2 {
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    color: #0d178a;
  }
  .acc-faq-tabs .help-tab.active {
    display: none;
  }
  .acc-faq-tabs .help-faq-tabs {
    margin: 0;
  }
}
/******************************** acc faq tabse section  end ***********************************/

/********************************Collection Listing Page start ***********************************/
.collection-listing .section-title {
  margin: 90px 0 80px;
}

.collection-listing-section .innerInfoD {
  background-image: url("/cdn/shop/files/Wave_BG_1.png?v=1753423059");
  background-repeat: no-repeat;
  background-size: cover;
}
.collection-listing .container {
  max-width: 1128px;
  margin: 0 auto;
}
.collection-listing .collection-item {
  display: flex;
  gap: 55px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
}
/* .collection-listing .collection-item:nth-child(even) {
  flex-direction: row-reverse;
} */
.collection-listing .collection-content.w50,
.collection-listing .collection-image.w50 {
  /* flex: 1;
  max-width: 500px; */
  width: 50%;
}

.collection-listing .collection-content .section-main-title {
  color: #0d178a;
  margin: 0 0 8px;
  font-weight: 700;
}
.collection-listing .collection-content .section-subtitle {
  color: #000000b2;
  margin: 0 0 21px;
}
.collection-listing .feature-list {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.collection-listing .feature-item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  padding: 5px;
}
.collection-listing .feature-icon-img {
  width: 75px;
  margin-bottom: 8px;
}
.collection-listing .feature-item p {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.21px;
  color: #515151;
}
.collection-listing .collection-image.w50 {
  /* flex: 1;
  max-width: 300px; */
  padding: 50px;
  background: #fff;
  border-radius: 21px;
}
.collection-listing .collection-image img {
  width: 100%;
  border-radius: 10px;
}

.collection-listing .section-btn {
  width: 212px;
  height: 61px;
  transition: background 0.3s ease;
  border-radius: 40px;
  border: 1.7px solid #0d178a;
  background: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1138) {
  .collection-listing-section .innerInfoD {
    padding: 0 50px;
  }
}
@media screen and (max-width: 787) {
  .collection-listing-section .innerInfoD {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .collection-listing-section .innerInfoD {
    padding: 0 40px;
  }
  .collection-listing .section-title {
    margin: 30px 0 20px;
  }
  .collection-listing .collection-content.w50,
  .collection-listing .collection-image.w50 {
    width: 100%;
  }
  .collection-listing .collection-item {
    display: block;
    display: grid;
    gap: 15px;
  }
  .collection-listing .collection-content.w50 {
    order: 2;
  }
  .collection-listing .collection-image.w50 {
    order: 1;
  }
  .collection-listing-section .innerInfoD {
    margin: 0;
  }
  .collection-listing .collection-content .section-main-title {
    font-size: 28.87px;
    line-height: 38.1px;
    margin: 0 0 4px;
  }
  .collection-listing .collection-content .section-subtitle {
    font-size: 13px;
    line-height: 100%;
    margin: 0 0 12px;
  }
  .collection-listing .feature-icon-img {
    width: 45px;
    margin-bottom: 4px;
  }
  .collection-listing .feature-item p {
    font-size: 12px;
  }
  .collection-listing .section-btn {
    width: 125px;
    height: 35px;
    font-size: 11px;
    line-height: 17px;
  }
  .collection-listing .explore-button-wrap .section-btn svg {
    position: relative;
    width: 12px;
  }
  .collection-listing .collection-item {
    padding-bottom: 50px;
  }
  .collection-listing .feature-list {
    margin-bottom: 18px;
    gap: 0;
  }
  .collection-listing .feature-item {
    padding: 0;
  }
}
/********************************Collection Listing Page end ***********************************/
/******************************** Team Leadership section Start ***********************************/
.team-leadership-section {
  background: url("/cdn/shop/files/Group_139_1_abd71232-3109-4c11-b308-4a98c5518f8b.png?v=1753441701")
    no-repeat top / cover;
  padding: 80px 0;
  color: #333;
}
.team-leadership-section .nameinfo {
  max-width: 963px;
}
.team-leadership-section .section-main-title {
  color: #0d178a;
  margin: 0 0 65px;
}
.team-leadership-section .section-subtitle {
  letter-spacing: 0.29px;
  color: #000000b2;
  margin: 0 0 65px;
}

.team-leadership-section .team-member {
  display: flex;
  padding-bottom: 50px;
}

.team-leadership-section .member-image {
  width: 115px;
  height: 115px;
  opacity: 1;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}
.team-leadership-section .innerinfo {
  margin-left: 40px;
}

.team-leadership-section h4.section-subtitle {
  color: #0d178a;
  font-weight: 700;
}

.team-leadership-section .member-bio {
  font-weight: 400;
}
.team-grid .section-subtitle {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .team-leadership-section {
    padding: 51px 40px 33px;
  }
  .team-leadership-section .section-main-title {
    font-size: 23px;
    line-height: 30px;
    margin: 0 0 30px;
  }
  .team-leadership-section .section-subtitle {
    font-size: 14px;
    line-height:22px;
    margin: 0 0 49px;
  }
  .team-leadership-section .innerinfo {
    margin-left: 13px;
  }
  .team-leadership-section .member-image {
    width: 48px;
    height: 48px;
  }
  .team-grid .section-subtitle {
    margin: 0;
  }
  .team-leadership-section .team-member {
    padding-bottom: 35px;
  }
  .page-about--D .rich-text__blocks {
    padding: 48px 40px 0;
  }
}
/******************************** Team Leadership section end ***********************************/
/******************************** Blog  page CSS start ***********************************/
.blog-feature-slider {
  padding: 60px 20px;

  background: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8)
    ),
    url("/cdn/shop/files/Group_55_1.png?v=1753438075")
      no-repeat center center;
  background-size: cover;
  background: url("/cdn/shop/files/Group_55_1.png?v=1753438075")
    no-repeat center center;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.blog-feature {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  max-width: 1440px;
  margin: 0 auto;
  padding:0 10px;
  margin-bottom: 17px;
}
.postblogslider{
  max-width: 1440px;
  margin: 0 auto;
  padding:0 10px;
}
.button:before,
.button:after {
  content: unset !important;
}

.feature-content .contentwithdata {
  max-width: 437px;
  margin: 0 auto;
}
.blog-feature .feature-image {
  flex: 1 1 45%;
}

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

.blog-feature .feature-content {
  flex: 1 1 45%;
}

.blog-feature .feature-content h4 {
  color: #000000b2;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.blog-feature .feature-content h2 {
  font-weight: 700;
  color: #0d178a;
  margin: 31px 0;
}

.blog-feature .feature-content p {
  color: #000000b2;
  margin-bottom: 31px;
}

.blog-feature .feature-content a.button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  color: #0d178a;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  width: 212px;
  height: 61.301px;
  border: 1.7px solid #0d178a;
  opacity: 1;
  border-radius: 39.98px;
  border-width: 1.7px;
  font-family: Source Sans Pro;
  font-weight: 700;
  font-style: Bold;
  font-size: 19.66px;
  line-height: 29.32px;
}
.contentwithdata svg {
  width: 33px;
  height: 21px;
}
.blog_post_D {
  background: #fff;
  /* max-width: 1440px;
  margin: 0 auto;
  padding:0 10px; */
}

/* Swiper styles */
.swiper-blog-slider .swiper-slide {
  width: 300px;
}

.blog-card {
  /* padding: 60px 20px 39px; */
  padding: 60px 0 39px 40px;
  overflow: hidden;
}

.blog-card img {
  width: 100%;
  height: auto;
}

.blog-card .content {
  padding-right:10px;
}
.blog-card .content h5 {
 font-family: Source Sans Pro;
font-weight: 400;
font-size: 22px;
line-height: 30px;
letter-spacing: 0.29px;
color:#000000B2;
margin:26px 0 23px;
}

.blog-card .content h3 {
  font-weight: 600;
  color: #000000b2;
  letter-spacing: 0.29px;
}

.blog-card .content p {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.28px;
  color: #515151;
  margin-bottom: 10px;
}

.blog-card .content a {
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.28px;
  text-decoration: none;
  color: #0d178a;
}
@media screen and (max-width: 768px) {
  .blog-feature-slider {
    padding: 38px 0px 64px;
  }
  .blog-feature {
    padding: 0 40px;
    margin-bottom: 0px;
    gap: 36px;
  }
  .blog_post_D {
    margin: 0 0 0 40px !important;
  }
  .feature-content .contentwithdata {
    margin-bottom: 38px;
  }
  .blog-feature .feature-content a.button {
    width: 202px;
    height: 58.40964126586914px;
    font-size: 18.73px;
    line-height: 27.94px;
  }
  .blog-feature .feature-content h4 {
    margin: 0 0 4px;
    font-size: 14px;
    letter-spacing: 0.19px;
  }
  .blog-feature .feature-content h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 20px;
  }
  .blog-feature .feature-content {
    max-width: 280px;
    margin: 0 auto 0 0;
  }
  .blog-feature .feature-content p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.19px;
  }
  .blog-card {
    /* padding: 43px 10px 0 28px; */
    padding: 43px 0px 0 20px;
  }
  .blog-card .content h3 {
    line-height: 100%;
  }
  .blog-card .content p,
   .blog-card .content a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
  }
  .blog-card .content h5 {
margin:18px 0 16px;
font-size: 15.86px;
line-height: 23px;
letter-spacing: 0.21px;

}
  .blog-card .content {
    padding: 0 0 28px;
  }
  .footer__accordion-icon {
    font-size: 25px !important;
  }
}
/******************************** Blog  page CSS end ***********************************/
/******************************** Blog Detail page CSS  Start ***********************************/
.blog-detail-page .article-template {
  background-image: url("/cdn/shop/files/Wave_BG_2.png?v=1753694099");
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
}

.blog-detail-page .article-template {
  padding-top: 68px;
  padding-bottom: 168px;
}
.article-template .page-width {
  max-width: 1271px;
  margin: 0 auto;
}
.blog-detail-page .article-template__hero-container {
  max-width: 1271px;
  margin: 0 auto;
}
.blog-detail-page .media {
  background-color: unset;
}
.blog-detail-page .article-template p,
.blog-detail-page .article-template h4,
.blog-detail-page .article-template li {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.29px;
  color: #000000b2;
}
.blog-detail-page .article-template p,
.blog-detail-page .article-template ul {
  margin-bottom: 30px;
}
.blog-detail-page .article-template h4 {
  font-weight: 700;
  margin: 0;
}
.blog-detail-page .article-template .blog_p div p {
  margin-bottom: 0;
}
.blog-detail-page .article-template .article-template__title {
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 48px;
  line-height: 63.34px;
  color: #0d178a;
  margin: 31px 0 55px;
}
.blog-detail-page .article-template .article-template__back {
  padding: 0;
  margin-top: 28px;
}
.blog-detail-page .article-template .article-template__link {
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.29px;
  color: #000000b2;
}
@media screen and (max-width: 768px) {
  .blog-detail-page .article-template {
    padding: 29px 40px 44px;
  }
  .blog-detail-page .article-template .article-template__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    margin: 14px 0 47px;
  }
  .blog-detail-page .article-template p,
  .blog-detail-page .article-template h4,
  .blog-detail-page .article-template li,
  .blog-detail-page .article-template .article-template__link {
    font-size: 14px;
    line-height:22px;
    letter-spacing: 0.14px;
  }
  .blog-detail-page .article-template p,
  .blog-detail-page .article-template ul {
    margin-bottom: 10px;
  }
  .blog-detail-page .article-template .rte ul {
    padding-left: 7px;
  }
  .blog-detail-page .article-template .article-template__back {
    margin-bottom: 0;
  }
  .blog-detail-page .page-width{
    padding:0;
  }

}
  @media screen and (min-width: 750px) {
     .blog-detail-page .page-width--narrow {
        /* padding: 0 9rem; */
        /* padding: 0 40px; */
        padding: 0;
    }
    .blog-detail-page .article-template{
      padding-top: 68px;
    padding-bottom: 168px;
    padding:68px 40px 168px;
    }
}
/******************************** Blog Detail page CSS End ***********************************/
/******************************** product-review-summary CSS Start ***********************************/

.product-page .header-wrapper--border-bottom
{
  /* background: #f6e9dc; */
  background: #f6e9dc87;
  backdrop-filter: blur(12px);
}
 .product-page .cart-notification-wrapper.page-width{
  padding-bottom: 0!important;
}
.product-review-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px !important;
}
.product-review-summary .review-text {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  vertical-align: middle;
  color: #515151;
}
.product-review-summary .jdgm-widget{
  font-size:12px;
  display: flex !important;
  gap: 5px;
}
.product-review-summary .jdgm-widget .jdgm-prev-badge__text{
  display:none;
}
.review-left .stars {
  color: #000;
  font-size: 16px;
  margin-right: 6px;
}
.review-right{
  /* width: 204px; */
    /* height: 28px; */
    height:auto;
    width:auto;
}
.review-left{
  margin-right: 10px;
}
.review-right .badge {
  background-color: #bd9c21;
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 15px;
  /* line-height: 10.18px; */
  color: #ffffff;
  border-radius: 9px;
    /* width: 204px; */
    width:auto;
    /* height: 28px; */
    height:auto;
    text-align:center;
}
@media screen and (max-width: 768px) {
  .product-review-summary {
    display: block;
    margin-bottom: 21px !important;
  }
  .menu-drawer__inner-container
    .menu-drawer__navigation-container
    .menu-drawer__navigation
    .subtexticon_t {
    padding: 1.1rem 3rem !important;
    margin-bottom: 10px !important;
  }
  .review-right .badge{
    font-size: 13px;
    line-height: 7px;
    width: 183px;
    height: 20px;
  }
}
/******************************** product-review-summary CSS End ***********************************/

/*product-list-section Section CSS Start  */
.product-list-section {
  /* background: url("/cdn/shop/files/Vector_15.png?v=1752211727")
    no-repeat center; */
  padding: 90px 0;
  position: relative;
  background: #f5e8dbfc;
}
.product-list-section::after {
  content: "";
  position: absolute;
  top: -145px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(/cdn/shop/files/Vector_15.png?v=1752211727);
  background-size: cover;
  /* background-position: center; */
  z-index: -1;
}
.product-list-section .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 37px;
  position: relative;
  width: 100%;
}

/* .product-list-section .container::after {
  content: "";
  position: absolute;
  top: -600px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(/cdn/shop/files/Vector_13_1.png?v=1752215585);
  background-size: cover;
  background-position: center;
  z-index: -1;
} */
.product-list-section .section-title {
  line-height: 63px;
}
.product-list-section h2 {
  text-align: center;
  margin: 0 0 35px;
}
.product-list-section .inner__d {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-list-section .swiper {
  padding: 0 20px;
}

.product-list-section .img_card___d {
  background: #fff;
  border-radius: 16px;
  padding: 11px 14px;
  text-align: center;
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); */
  transition: transform 0.3s ease;
}

/* .product-list-section .img_card___d:hover {
  transform: translateY(-4px);
} */

.product-list-section .tags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.product-list-section span.tag-badge.pack-btn {
  /* padding: 9px 24px; */
  padding: 6px 6px;
}
.product-list-section .tag-badge {
  width: 102.5767822265625px;
  height: 30px;
  background: #fff;
  color: #0d178a;
  /* padding: 9px 24px; */
  border-radius: 23px;
  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 10.27px;
  line-height: 13.14px;
  text-align: center;
  border: 0.78px solid #0d178a;
}

.product-list-section .stars {
  color: #0d178a;
  font-size: 14px;
}

.product-list-section .product-image {
  margin: 50px 0;
}

.product-list-section .product-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.product-list-section .product-title {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-size: 25.82px;
  line-height: 17.99px;
  color: #0d178a;
  margin-bottom: 17px;
}

.product-list-section .product-subtitle {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 17.21px;
  line-height: 17.6px;
  color: #0d178a;
}

.product-list-section .explore-button {
  display: inline-block;
  padding: 6px 20px;
  width: 163.843033px;
  height: 47.954612731933594px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-list-section .section-btn svg {
  width: 20px;
  height: 20px;
  position: unset;
}
.product-list-section .textwithbtn {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  padding: 4px;
  text-align: left;
}

/* .product-list-section .explore-button:hover {
  background-color: #002fff;
  color: #fff;
} */
.product-grid .grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* gap: 60px; */
  align-items: center;
  justify-content: space-between;
}
.product-grid .grid-item {
  width: 49%;
}
.grid-cols-desktop-2 .grid-item {
  width: calc(50% - 15px) !important;
}
.grid-cols-desktop-3 .grid-item {
  width: calc(33.333% - 10px);
}
.grid-cols-desktop-4 .grid-item {
  width: calc(25% - 12px);
}
/* @media (min-width: 1024px) {
  .product-grid .grid-item {
    width: calc(33.333% - 16px);
  }
}
@media (max-width: 1023px) {
  .grid-cols-tablet-1 .grid-item {
    width: 100%;
  }
  .grid-cols-tablet-2 .grid-item {
    width: calc(50% - 8px);
  }
  .grid-cols-tablet-3 .grid-item {
    width: calc(33.333% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .product-list-section .container {
    padding: 0 20px;
  }
  .product-list-section .product-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .product-list-section .section-btn svg {
    margin-left: 2px;
  }
  .product-list-section .explore-button {
    line-height: 27px;
    padding: 0px 10px;
    height: 30px;
  }
  .product-list-section {
    padding: 20px 0;
  }
  .product-list-section .stars {
    font-size: 10px;
  }
  .product-list-section .tag-badge {
    font-size: 8.27px;
    line-height: 10.14px;
  }
  .product-list-section .inner__d {
    align-items: unset;
  }
  .product-list-section .product-subtitle {
    font-size: 10.21px;
    line-height: 13.6px;
  }
}
@media (min-width: 640px) {
  .product-grid .grid-item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 639px) {
  .grid-cols-mobile-1 .grid-item {
    width: 100%;
  }
  .grid-cols-mobile-2 .grid-item {
    width: calc(50% - 8px);
  }
} */

/* ====== Grid Layout (Desktop ≥ 1024px) ====== */
@media (min-width: 1024px) {
  .grid-cols-desktop-2 .grid-item {
    width: calc(50% - 8px);
  }
  .grid-cols-desktop-3 .grid-item {
    width: calc(33.333% - 16px);
  }
  .grid-cols-desktop-4 .grid-item {
    width: calc(25% - 12px);
  }
}

/* ====== Tablet Layout (640px – 1023px) ====== */
@media (min-width: 640px) and (max-width: 1023px) {
  .grid-cols-tablet-1 .grid-item {
    width: 100%;
  }
  .grid-cols-tablet-2 .grid-item {
    width: calc(50% - 8px);
  }
  .grid-cols-tablet-3 .grid-item {
    width: calc(33.333% - 10px);
  }
}

/* ====== Mobile Layout (≤ 639px) ====== */
/* @media (max-width: 639px) {
  .grid-cols-mobile-1 .grid-item {
    width: 100%;
  }
  .grid-cols-mobile-2 .grid-item {
    width: calc(50% - 8px);
  }
} */

/* ====== Mobile-specific Design Tweaks (≤ 768px) ====== */
@media screen and (max-width: 768px) {
  .product-list-section {
    padding: 73px 0 88px 0;
  }
  .product-list-section .container {
    padding: 0 40px;
  }
  .product-list-section h2 {
    margin: 0 0 20px;
  }
  .product-grid .grid-wrapper {
    gap: 32px;
  }
  .product-list-section .img_card___d {
    padding: 7px 8px;
  }
  .product-list-section .product-title {
    font-size: 16.26px;
    /* line-height: 11.33px; */
    line-height: 19.33px;
    letter-spacing: 0%;
    margin-bottom: 10px;
  }
  .product-list-section .tag-badge br {
    display: none;
  }
  .product-list-section .product-subtitle {
    font-size: 10.21px;
    line-height: 11.6px;
  }
  .product-list-section .stars {
    font-size: 10px;
  }
  .product-list-section span.tag-badge.pack-btn {
    padding: 5px 5px;
  }
  .product-list-section .tag-badge {
    font-size: 8.27px;
    line-height: 10.14px;
    width: 64.62142181396484px;
    height: auto;
    padding: 0 5px;
  }
  .product-list-section .inner__d {
    align-items: unset;
  }
  .product-list-section .explore-button {
    line-height: 27px;
    padding: 0 10px;
    height: 35px;
    width: 104px;
  }
  .product-list-section .section-btn svg {
    margin-left: 2px;
  }
  .product-grid .grid-item {
    width: 100% !important;
  }
  .product-list-section .product-image {
    /* margin: 10px 0; */
    margin: 0;
  }
}
/*************************** Home Page CSS Start **********************************************/
.home-page .TextWithIconsec .container {
  /* max-width: 1222px;
  margin: auto; */
      max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}
.home-page .TextWithIconsec .content.w-50 {
  margin-right: 73px;
  width: 40%;
}
.home-page .TextWithIconsec .Icon {
  width: 60%;
}
.home-page .TextWithIconsec .icon_text p{
      color: #515151;
} 
/* .home-page .TextWithIconsec .icon_text {
  width: 27%;
}
 */

 @media screen and (max-width: 1199px){
  .home-page .TextWithIconsec .container,
  /* .Information-with-Images .container, */
  .home-page .Information-with-Images .medisorb-content,
  .featuredCollectionSec .page-width
  {
padding: 0 40px !important;
  }
  .newsletter-form__field-wrapper .field__input{
    width:auto;
  }
 
 }
@media screen and (max-width: 768px) {
  .home-page .TextWithIconsec .container {
    padding: 0 40px;
  }
  .home-page .TextWithIconsec .w-50 {
    width: 100%;
    column-gap:0;
  }
  .home-page .TextWithIconsec .content.w-50 {
    margin-right: 0;
    width: 100%;
  }
  .home-page .TextWithIconsec {
    margin-top: 38px;
  }
  .home-page .product-list-section .explore-button {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 9.69px;
    line-height: 14.45px;
    vertical-align: middle;
  }
  .home-page .product-list-section .section-btn svg {
    width: 16px;
    height: 10px;
  }
}

/*  */

.collection-page-imginfotext .container {
  max-width: 1128px;
  margin: 0 auto;
}
.collection-page-imginfotext .collection-item {
  display: flex;
  gap: 55px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
}
.collection-page-imginfotext .product_image {
  width: 50%;
  padding: 50px;
  background: #fff;
  border-radius: 21px;
}
.collection-page-imginfotext .product_image img {
  width: 100%;
  border-radius: 10px;
}
.collection-page-imginfotext .card__wrapper {
  width: 50%;
}
.collection-page-imginfotext .inner__d_info h2 {
  color: #0d178a;
  margin: 0 0 8px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 48.15px;
  line-height: 60.98px;
  vertical-align: middle;
}
.collection-page-imginfotext .inner__d_info p.section-subtitle {
  color: #000000b2;
  margin: 0 0 21px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.25px;
  vertical-align: middle;
}
.collection-page-imginfotext .inner__d_info p {
  color: #000000b2;
  margin: 0 0 21px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.25px;
  vertical-align: middle;
}
.collection-page-imginfotext .product-features {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.collection-page-imginfotext .feature-item {
  width: 30%;
  display: flex;
  flex-direction: column;
  padding: 5px;
}
.collection-page-imginfotext p.feature-text {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.21px;
  color: #515151;
}
.collection-page-imginfotext img.feature-icon {
  width: 75px;
  margin-bottom: 8px;
}
.collection-page-imginfotext a.section-btn {
  width: 212px;
  height: 61px;
  transition: background 0.3s ease;
  border-radius: 40px;
  border: 1.7px solid #0d178a;
  background: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collection-page-D .underline-links-hover:hover a {
  text-decoration: none !important;
}
/* .collection-page-D .rich-text__blocks h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  vertical-align: middle;
  color: #0d178a;
  margin: 90px 0 0px;
} */
/* .collection-page-D .collection.page-width {
  padding: 0 !important;
  max-width: unset !important;
  background-image: url(/cdn/shop/files/Wave_BG_1.png?v=1753423059);
  background-repeat: no-repeat;
  background-size: cover;
} */
@media screen and (max-width: 768px) {
  .collection-page-D
    .rich-text__blocks
    h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    margin: 30px 0 20px;
  }
  .collection-page-D
    .rich-text__blocks
    h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    font-size: 23.14px;
    line-height: 63.3px;
    margin: 30px 0 20px;
  }
  .collection-page-imginfotext .container {
    padding: 0 40px;
  }
  .collection-page-imginfotext .collection-item {
    /* display: block; */
    display: grid;
    gap: 18px;
    padding-bottom: 50px;
  }
  .collection-page-imginfotext .card__wrapper,
  .collection-page-imginfotext .product_image {
    width: 100%;
  }
  .collection-page-imginfotext .card__wrapper {
    order: 2;
  }
  .collection-page-imginfotext .product_image {
    order: 1;
  }
  .collection-page-imginfotext .inner__d_info h2 {
    font-size: 28.87px;
    line-height: 38.1px;
    margin: 0 0 4px;
  }
  .collection-page-imginfotext .inner__d_info p {
    font-size: 13px;
    line-height: 100%;
    margin: 0 0 12px;
  }
  .collection-page-D .collection-listing .feature-list {
    gap: unset;
    margin-bottom: 18px;
  }
  .collection-page-imginfotext .feature-item {
    /* width: 33.33%; */
    width: 27%;
    padding: 0;
  }
  .collection-page-imginfotext img.feature-icon {
    width: 45px;
    margin-bottom: 4px;
  }
  .collection-page-imginfotext .inner__d_info p {
    font-size: 12px;
  }
  .collection-page-imginfotext a.section-btn {
    width: 125px;
    height: 35px;
    font-size: 11px;
    line-height: 17px;
    padding: 0px 10px;
  }
  .collection-page-imginfotext a.section-btn svg {
    position: relative;
    width: 12px;
  }
  .collection-page-imginfotext .product-features {
    margin-bottom: 18px;
    gap: 16px;
  }
}
/*  */
.customer.register .field {
  position: unset;
}
.customer.register .field input::placeholder {
  font-family: Inter;
  font-weight: 500;
  font-size: 16.82px;
  line-height: 100%;
  color: #0d178a;
  opacity: 1;
}


/* Product card css start */
.card-wrapper{
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.card-wrapper .card__inner{
  background:transparent;
}
.card-wrapper .card__information{
  padding:15px !important;
}
.card-wrapper .card__heading{
  font-size: 25px;
  line-height: 33px;
  color: #0D178A;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 10px;
}
.card-wrapper .card__heading a{
  color:inherit;
  font-size:inherit;
  line-height:inherit;
  color:inherit;
}
.card-wrapper .subtitle_card{
  font-size: 17px;
  line-height: 25px;
  color: #0D178A;
  font-weight: 400;
}
.card-wrapper .card_info_d{
  display: flex;
  justify-content: space-between;
  align-items:center;
}
.card-wrapper .titleSubtitle_d{
  width: calc(100% - 175px);
}
.card-wrapper .explore_btn{
  height: 45px;
  line-height: 45px;
  border: 1px solid #0D178A;
  background: transparent;
  /* padding: 0 25px; */
   padding: 0 15px;
  border-radius: 31px;
  min-width: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  color: #0D178A;
  cursor:pointer;
}
.card-wrapper .card-information{
  display:none;
}
.card-wrapper.underline-links-hover:hover a {
  text-decoration: unset;
}
.card-wrapper .jdgm-widget{
  position: absolute;
  right: 15px;
  top: 24px;
  z-index:1;
  font-size:12px;
}
.card-wrapper .jdgm-widget .jdgm-prev-badge__text{
  display:none;
}
.card-wrapper .badge__names{
  position: absolute;
  left: 15px;
  top: 15px;
  z-index:1;
  width:calc(100% - 85px);
  display:flex;
  flex-wrap:wrap;
  row-gap:3px;
}
.card-wrapper .badge__names span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #0D178A;
  height:30px;
  border-radius:23px;
  font-size:10px;
  line-height:13px;
  color:#0D178A;
  font-weight:700;
  width:100px;
  text-align:center;
  padding:0 10px;
  margin-right:6px;
}
@media screen and (max-width: 768px) {
  .card-wrapper{
    border-radius:12px;
  }
  .card-wrapper .explore_btn{
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
    font-size: 11px;
    min-width:74px;
  }
  .card-wrapper .explore_btn svg{
    width:12px;
  }
  .card-wrapper .titleSubtitle_d{
    width: calc(100% - 115px);
  }
  .card-wrapper .card__heading{
    font-size:16px;
    line-height:22px;
    margin:0 0 6px;
  }
  .card-wrapper .subtitle_card{
    font-size: 14px;
    line-height: 22px;
  }
  .card-wrapper .badge__names span{
    font-size: 10px;
    line-height: 18px;
    border-radius:15px;
    padding: 0px 4px;
    height: 20px;
  }
  .card-wrapper .badge__names{
    left: 8px;
    top: 8px;
  }
  .card-wrapper .jdgm-widget{
    right: 8px;
    top: 10px;
    font-size: 10px;
  }
}
@media screen and (max-width: 375px) {
  .card-wrapper .badge__names span{
       width:80px;
  }
}
@media screen and (max-width: 360px) {
      .card-wrapper .badge__names span{
      width:80px;
    }
}
/* Product Card css end */

/* collection page css start */
.mainCollectionPage{
  margin:90px 0 0;
}
.mainCollectionPage .section__header{
  margin:0 0 10px;
}
.mainCollectionPage .section__header .title_name{
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #0D178A;
  margin: 0;
}
.product-grid-container{
  background: url(/cdn/shop/files/Wave_BG_1_59212397-0c55-4e02-890c-f38a15458750.png?v=1755765929) no-repeat scroll top center;
  background-size: cover;
  padding: 75px 0 140px;
}
.collection .product-grid{
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
  row-gap:60px;
}
/* collection card css */
.collection_card_wrapper .inner_d{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap:wrap;
}
.collection_card_wrapper .inner_d > div{
  width:calc(50% - 25px);
}
.collection_card_wrapper .card{
  background: #fff;
  border-radius: 21px;
  overflow: hidden;
}
.collection_card_wrapper .card .card__inner{
  background:transparent;
}
.collection_card_wrapper .card .card__inner .card__media{
  width:100%;
}
.collection_card_wrapper a{
  text-decoration: unset;
}
.collection_card_wrapper .card__title{
  font-size: 48px;
  line-height: 56px;
  color: #0D178A;
  font-weight: 700;
  letter-spacing: 0px;
  margin: 0 0 8px;
}
.collection_card_wrapper .card_desc{
  font-size: 22px;
  line-height: 30px;
  color: #000000B2;
  letter-spacing: 0.29px;
  margin: 0 0 20px;
  font-weight: 400;
}
.collection_card_wrapper .cardIconText{
  max-width: 472px;
  display: flex;
  flex-wrap: wrap;
  margin:0 -10px 30px;
}
.collection_card_wrapper .cardIconText > div{
  width:33.33%;
  padding:0 10px;
}
.collection_card_wrapper .icon_d{
  margin: 0 0 8px;
}
.collection_card_wrapper .icon_d img{
  height: 75px;
  display: block;
}
.collection_card_wrapper .text__d{
  font-size: 20px;
  line-height: 28px;
  color: #515151;
  font-weight: 400;
  letter-spacing:0px;
}
.collection_card_wrapper .action_btn .explore_btn{
  height: 60px;
  line-height: 60px;
  border: 1px solid #0D178A;
  background: #fff;
  padding: 0 25px;
  border-radius: 31px;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  color: #0D178A;
  cursor:pointer;
}

@media screen and (max-width: 360px) {
  .collection .product-grid {
         padding: 0 !important;
      row-gap: 30px !important;
    }
    .card-wrapper .explore_btn{
      padding: 0 5px;
    }
}
@media screen and (max-width: 768px) {
  .mainCollectionPage {
    margin: 30px 0 0;
  }
  .mainCollectionPage .section__header .title_name{
    font-size:22px;
    line-height:33px;
  }
  .collection_page.page-width{
    padding:0;
  }
  .collection_card_wrapper .inner_d > div{
    width:100%;
  }
  .product-grid-container{
    padding: 30px 0 60px;
  }
  .collection .product-grid{
    padding: 0 40px;
    row-gap: 50px;
  }
  .collection_card_wrapper .inner_d{
    row-gap:18px;
  }
  .collection_card_wrapper .inner_d .card__image {
    order:1;
  }
  .collection_card_wrapper .inner_d .card__info{
    order:2;
  }
  .collection_card_wrapper .card__title{
    font-size: 29px;
    line-height: 37px;
    margin: 0 0 5px;
  }
  .collection_card_wrapper .card_desc{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
    margin:0 0 13px;
  }
  .collection_card_wrapper .icon_d img{
    height:45px;
  }
  .collection_card_wrapper .text__d{
    font-size:14px;
    line-height:18px;
  }
  .collection_card_wrapper .cardIconText{
    margin-bottom:18px;
  }
  .collection_card_wrapper .action_btn .explore_btn{
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    padding: 0 15px;
  }
  .collection_card_wrapper .action_btn .explore_btn svg{
    width:12px;
  }
}
/* collection card css end */
/* collection page css end */

/* Featured Collection sec Css start */
.featuredCollectionSec{
  background: #f5e8db;
  padding:75px 0 90px;
}
.featuredCollectionSec .page-width{
  max-width:1220px;
  padding:0 20px;
}
.featuredCollectionSec .collection__title{
  margin-bottom:35px !important;
}
.featuredCollectionSec .collection__title .title{
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #0D178A;
  letter-spacing: 0px;
  margin:0;
}
.featuredCollectionSec .inner___d{
  position:relative;
}
.featuredCollectionSec .featuredCollectionSlider{
  position:relative;
  overflow:hidden;
}
.featuredCollectionSec .swiper-button-prev11,
.featuredCollectionSec .swiper-button-next11{
  position: absolute;
  content: "";
  top: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #212b7e;
  display: block;
}
.featuredCollectionSec .swiper-button-prev11{
  background: url(/cdn/shop/files/Vector_4_1.svg?v=1755859391) no-repeat scroll center center;
  background-size: 12px;
  left: -35px;
}
.featuredCollectionSec .swiper-button-next11{
  background: url(/cdn/shop/files/Vector_4.svg?v=1755859391) no-repeat scroll center center;
  background-size: 12px;
  right: -35px;
}
@media screen and (max-width: 1250px) {
  .featuredCollectionSec .swiper-button-next11{
    right:0;
    z-index:99;
  }
  .featuredCollectionSec .swiper-button-prev11{
      left: 0;
      z-index:99;
  }
}
@media screen and (max-width: 768px) {
  .featuredCollectionSec .collection__title {
    margin-bottom: 25px !important;
  }
  .featuredCollectionSec .collection__title .title{
    font-size: 24px;
    line-height: 34px;
  }
  .featuredCollectionSec .page-width{
    padding:0 40px;
  }
}
/* Featured Collection Sec Css End */

/* You may also like sec css start */
.featuredCollectionSec.youMayAlsoLikeSec{
  background:#fff;
  padding:100px 0;
}
.featuredCollectionSec.youMayAlsoLikeSec .card-wrapper .card__inner{
  background: #DEE8FA;
  border-radius:25px;
  overflow:hidden;
}
.featuredCollectionSec.youMayAlsoLikeSec .card-wrapper .card__information{
  padding:15px 0 !important;
}
.featuredCollectionSec.youMayAlsoLikeSec .collection__title{
  margin-bottom: 50px !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1050px){
.featuredCollectionSec.youMayAlsoLikeSec{
  padding:50px 0;
}
}
@media screen and (max-width: 768px) {
.featuredCollectionSec.youMayAlsoLikeSec{
  /* padding: 38px 0; */
  padding:0;
}
}
/* You may also like sec css end */

/* theme btn css start */

/* theme btn css end */
.theme_btn{
  border: 2px solid #0D178A;
  border-radius: 40px;
  background: #fff;
  height: 60px;
  line-height: 58px;
  padding: 0 30px;
  text-decoration: unset;
  display: inline-flex;
  align-items: center;
  justify-content:center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #0D178A;
}
@media screen and (max-width: 768px) {
  .theme_btn{
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    letter-spacing: 0px;
    padding: 0 10px;
  }
}
/* Img with text sec css start */
.imgWithTextSec{
  padding: 120px 0 140px;
  background: url(/cdn/shop/files/Group_139_1_1.png?v=1755771082) no-repeat scroll bottom center;
  background-size: cover;
  position:relative;
  overflow:hidden;
}
.imgWithTextSec .page-width{
  max-width:1220px;
  margin:0 auto;
  padding:0 20px;
}
.imgWithTextSec .content_d{
  max-width:600px;
}
.imgWithTextSec .title_name{
  font-size: 62px;
  line-height: 68px;
  color: #0D178A;
  font-weight: 600;
  margin: 0 0 10px;
}
.imgWithTextSec .desc_d{
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #141414;
  margin: 0 0 30px;
  letter-spacing:0px;
}
.imgWithTextSec .iconTextList{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  margin:0 0 26px;
}
.imgWithTextSec .iconTextList > div{
  width:calc(50% - 10px);
} 
.imgWithTextSec .iconTextList .icon_d{
  margin:0 0 7px;
}
.imgWithTextSec .iconTextList .icon_d img{
  display: block;
  max-width:70px;
}
.imgWithTextSec .iconTextList .text_d{
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color:#141414;
}
@media screen and (max-width: 1199px) {
  .imgWithTextSec{
    padding: 70px 0;
  }
  .imgWithTextSec .title_name{
    font-size: 44px;
    line-height: 54px;
  }
  .imgWithTextSec .desc_d{
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .imgWithTextSec {
    padding: 40px 0 0;
  }
  .imgWithTextSec .page-width{
    padding:0;
  }
  .imgWithTextSec .content_d{
    padding:0 40px;
  }
   /* .imgWithTextSec .content_d{
    padding:0 10px;
   } */
  .imgWithTextSec .title_name {
    font-size: 34px;
    line-height: 42px;
  }
  .imgWithTextSec .img_d img{
    width:100%;
    display:block;
  }
  .imgWithTextSec .desc_d{
    font-size: 14px;
    line-height: 22px;
    margin:0 0 18px;
  }
  .imgWithTextSec .iconTextList{
    margin:0 0 15px;
  }
  .imgWithTextSec .iconTextList .icon_d img{
    max-width:35px;
  }
  .imgWithTextSec .iconTextList .text_d {
    font-size: 14px;
    line-height: 22px;
  }
  .menu-drawer-container svg.icon.icon-close path{
    fill:#0d178a;
  }
  .menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, .menu-drawer__close-button:focus, .menu-drawer__menu-item:hover, .menu-drawer__close-button:hover{
    color:#0d178a !important;
  }
}

@media screen and (max-width: 360px){
  /* .imgWithTextSec .content_d{
    padding:0;
  } */
   .imgWithTextSec .title_name {
    font-size: 29px;
    line-height: 37px;
   }
}
/* Img with text sec css end */

.product-form__input--pill input[type=radio]:checked+label{
    background-color: #f0f0f0 !important;
}
.product-page  .product-form__buttons{
      display: flex;
      flex-wrap:wrap;
    /* gap: 19px; */
    gap:10px;

}
@media screen and (max-width: 768px) {
/* .product-page .product-form__buttons{
  display:block;
} */
 .jdgm-rev-widg .jdgm-row-actions{
  padding:8px 40px;
 }
 .jdgm-quest, .jdgm-rev-widg__reviews .jdgm-rev{
  padding:16px 40px;
 }
 .jdgm-rev-widg__summary, .jdgm-histogram,.jdgm-row-stars .jdgm-widget-actions-wrapper {
  padding:0 40px;
 }
}

.productBtmBannerSec img{
  width:100%;
}

@media screen and (min-width: 750px) {
    .footer__content-top .grid {
        row-gap: unset !important;
    }
}

.cart-notification__links .button--primary{
  width: 212px;
    height: 61.301204681396484px;
    border: 1.7px solid #0d178a;
    opacity: 1;
    border-radius: 39.98px;
    background: #0d178a;
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
}
button.button.button--primary.button--full-width:hover{
  background:transparent;
  color:#0d178a;
}
.cart-notification__links #cart-notification-form{
  display: flex;
    align-items: center;
    justify-content: center;
}
.cart-notification__header svg path{
  fill: #0d178a;
}

@media screen and (max-width: 768px){
  .cart-notification__links .button--primary,
  .is-empty .cart__warnings a.button{
    font-size: 14px;
    line-height: 22px;
    width: auto;
    height: auto;
  }
}



    /* movingtextD css start  */

  .movingtextD svg {
      width: 100%;
      display: block;
    }

   .movingtextD  .wave-strip {
      fill: none;
      stroke: #829EF2;
      {% comment %} stroke-width: 50; {% endcomment %}
      stroke-width: 25;
    }

   .movingtextD  .text-on-strip {
       font-family: Source Sans Pro;
      font-weight: 600;
     /* font-size: 36px;
      line-height: 44px;  */
      fill: white;
      white-space: nowrap;
    }
    @media screen and (max-width: 768px){
      .Information-with-Images .container{
        overflow:hidden;
      }
      .movingtextD{
        margin:0 -10px;
      }
      .movingtextD  .wave-strip {
        stroke-width: 55;
      }
      .movingtextD #movingText{
        font-size:32px;
      }
    }
  /* movingtextD css end  */

  .contact-info-section  .movingtextD {
  position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 2;
  }
.page-about--D .movingtextD{
  /* margin-top: -230px; */
    position: absolute;
    z-index: 2;
    bottom:-70px;
    left:0;
    right:0;
}
  .title-wrapper-with-link .title, .title-wrapper-with-link a, .jdgm-rev-widg__title, .customer__title , .customer.addresses h1{
    color: #0d178a;
  }
  .jdgm-rev-widg__header .jdgm-rev-widg__title{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
  }
  .cart__ctas button, .customer.addresses button,
  .addresses form button[type]{
    background: #0d178a !important;
    color:#fff !important;
    border-radius: 30px;
    border-width: 2px;
    font-family: Inter;
    font-weight: 700;
    font-size: 15.38px;
    line-height: 22px;
        border: 2px solid #0d178a;
  }
  .cart__ctas button:hover, .customer.addresses button:hover{
      background: transparent !important;
        color: #0d178a !important;
        border: 2px solid #0d178a;
  }
  .customer.addresses li>button {
    color:#fff;
  }
  @media screen and (max-width: 1199px){
  .contact-info-section .movingtextD{
    /* margin-top: -230px; */
  }
}
  @media screen and (max-width: 768px){
    .contact-info-section .movingtextD{
      /* margin-top: -116px; */
      bottom:60px;
    }
    .contact__PageD.color-scheme-1.gradient{
      padding-top:0;
    }
    .page-about--D .movingtextD{
    bottom: 50%;
    }
    .jdgm-rev-widg__header .jdgm-rev-widg__title{
      font-size: 23px;
    line-height: 31px;
    }
  }
   @media screen and (max-width: 360px) {
    .page-about--D .movingtextD{
      bottom: 60%;
    }
  }

 .product-page .pick-your-size label{
text-align: left !important;
  }
  .product-page .product__info-wrapper .pack-size .sizeGuideText,
     .product-page .product-form__input  .pack-size  .title_sizeGuide p{
    display:none;
  }
  .product-page .product-form__input .title_sizeGuide{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
   .product-page .product-form__input .title_sizeGuide p  {
    text-align: end;
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #0D178A;
       cursor: pointer;
   }

   .product-page .product-form__input .varientSelectorsD{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    
   }
    @media screen and (max-width: 768px){
        .product-page .product-form__input .varientSelectorsD{
          flex-wrap:wrap;
          justify-content: flex-start;
        }
          .product-page .product-form__input .title_sizeGuide p,
          .product-page .form__label{
            font-size:14px;
            line-height:22px;
          }
    }

      #overlay11{
        background:transparent;
    position: fixed;
    height: 100%;
    width: 100%;
   top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;

  }
  #popup11{
    max-width: 600px;
    width: 90%;
    padding: 20px;
    background: #fff;
    margin: 20px auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    text-align: center;
  }
  #close11{
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    background: #0D178A;
    color: #fff;
    border-radius: 50px;
    width: 30px;
    font-size: 19px;
    height: 30px;
    text-align: center;
  }
  #popup11 .size_guide_content img{
    width:100%;
  }

button#checkout-pay-button {
    height: 60px;
    line-height: 60px;
    border: 1px solid #0D178A;
    background: #fff;
    padding: 0 25px;
    border-radius: 31px;
    min-width: 200px;
    font-size: 20px;
    font-weight: 700;
    color: #0D178A;
    cursor: pointer;
}

button#checkout-pay-button:hover {
    background: #0D178A;
    color: #fff;
}


/***********************************  Testimony List Section CSS Start  ********************************/
.TestimonyListSec{

  padding: 100px 0;
}
.TestimonyListSec .page-width{
  padding: 0 20px;
}
.TestimonyListSec .CustomerImgContent{
    display: flex;
    flex-wrap:wrap;
     justify-content: space-between;
     align-items:center;
    margin-bottom: 50px;
    padding: 20px;
    gap: 20px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius:30px;
}
.TestimonyListSec .CustomerImgContent:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.TestimonyListSec .CustomerImgContent .Customer-Img{
  width: 28%;
}
.TestimonyListSec .CustomerImgContent .Customer-Img img{
  width:100%;
  border-radius:30px;
}
.TestimonyListSec .CustomerImgContent .Customer-Content{
  width: 67%;
}
.TestimonyListSec .CustomerImgContent .Customer-Content h4.section-subtitle{
  /* color: #0d178a; */
  font-weight: 700;
  margin:10px 0;
}
.TestimonyListSec .CustomerImgContent .testimonial-stars .star{
  color:#000;
}
    @media screen and (max-width: 768px){
      /* .TestimonyListSec .page-width {
          padding: 0 40px;
      } */
       .TestimonyListSec{

         padding: 50px 0;
       }
      .TestimonyListSec .CustomerImgContent .Customer-Content .section-subtitle{
        font-size: 14px;
        line-height: 20px;
    }
    .TestimonyListSec .CustomerImgContent .Customer-Content h4.section-subtitle{
        margin:5px 0;
    }
    .TestimonyListSec .CustomerImgContent{
      margin-bottom: 30px;
    }
    .TestimonyListSec .CustomerImgContent .Customer-Content,
    .TestimonyListSec .CustomerImgContent .Customer-Img{
      width:100%;
    }
    }
/***********************************  Testimony List Section CSS End  ********************************/