
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
  min-height: 0;
  min-width: 0;
}
body {
  padding: 0;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #111;
  width: 100%;
  height: 100%;
  position: relative;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
a {
  text-decoration: none;
  color: #000;
}
ul{
  padding: 0;
}
li {
  list-style: none ;
  margin: 0px;
  padding: 0px;
}
.navbar{
  padding: 0;
  background: #22ad48;
  border-top: #22ad48 1px solid;
  border-bottom: #22ad48 1px solid;
}
.container-fluid {
  padding: 0 !important;
  margin: 0 !important;
}
.container {
  max-width: 1600px !important;
  padding: 0 50px;
}
.img-responsive {
  max-width: 100%;
}
.main-logo img{
  max-height: 60px;
}
.main-logo a, .main-logo span{
  display: inline-block;
}
.footer_logo img{
  max-height: 100px;
}
#scroll-top-btn {
  z-index: 9999;
  border: none;
  font-size: 24px;
  color: #ffffff;
  background-color: #444444;
  position: fixed;
  right: 25px;
  bottom: 50px;
  border-radius: 50%;
  padding: 7px 9px;
  display: none;
  cursor: pointer;
  border: 2px solid #444444;
  transition: .3s ease-in-out;
}
.logo-search-section{
  padding: 4px 0;
}
.logo-search-section .container{
  padding: 0 25px;
}

.hide-in-laptop-device{
  display: none;
}
.laptop-search-btn{
  width: 50px;
  height: 36px;
  border-style: none;
  font-size: 19px;
  outline: none;
  cursor: pointer;
  color:#000000 ;
  background-color:transparent;
  pointer-events: painted;  
}

.search-box {
  width: fit-content;
  height: fit-content;
  position: relative;
}

/* Main search input styling */
.input-search {
  position: absolute;        /* Make it expand from right */
  right: 0;
  top: 0;
  height: 36px;
  width: 0px;
  border-style: none;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  border: 1px solid #3d3d3d;
  border-radius: 50px;
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
  background-color: #22a6b3;
  color: #000000;
  background-color: transparent;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

/* On focus, expand to left */
.input-search.active {
  width: 250px;
  background-color: #ffffff;
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
  padding: 10px 40px 10px 20px;
  opacity: 1;
  visibility: visible;
}

/* Placeholder styles */
.input-search::placeholder {
  color: rgba(49, 49, 49, 0.678);
  font-size: 15px;
  font-weight: 500;
}

/* Search button styling */
.btn-search {
  width: 30px;
  height: 36px;
  border-style: none;
  font-size: 18px;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  right: 0px;
  text-align: right;
  color: #000000;
  background-color: transparent;
  pointer-events: painted;
  z-index: 2;
}


.top-nav-content{
  padding: 10px 0 !important;
  background: #f7f7f7;
}
.logo-icon-section-main{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background-color: inherit;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: 1rem;
}
.nav-icons-section{
  display: flex;
  width: 45%;
  justify-content: flex-end;
  align-items: center;
  margin-right: 43px;
}
.fevorite-icon, .shopingbag-icon, .checkout-btn{
  margin-left: 10px;
  margin-right: 5px;
}
.logo-search{
  width: 60%;
}
.main-logo{
  display: flex;
  align-items: center;
}
.main-logo span{
  margin-left: 10px;
}
.sub-nav-news-section{
  background: linear-gradient(82deg, transparent, #a6eef5, transparent);
  padding: 10px 0;
  width: 110%;
}

.sub-nav-news {
  overflow: hidden;
  position: relative;
  padding-left: 10px;
  text-align: center;
}
.sub-nav-news p a {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  display: inline-block;
  line-height: 46px;
  display: none;
}
.sub-nav-news p a.text-in {
  display: block;
  animation: textIn .5s ease;
}

.sub-nav-news p a.text-out {
  animation: textOut .5s ease;
}
.sub-nav-news p {
  margin-bottom: 0;
}
@keyframes textIn {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes textOut {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-100%);

  }
}

.navbar-toggler:focus {
    box-shadow: none;
}
.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 3px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
.change .bar1 {
    transform: translate(0, 9px) rotate(-45deg);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    transform: translate(0, -9px) rotate(45deg);
}
.dropdown-menu {
  min-width: 220px;
  padding: 10px 0 0 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  background: #95ffb2;
  display: none;
  overflow: hidden;
}

.dropdown-item {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .dropdown-menu {
    display: none; /* default hidden */
  }
  .dropdown-menu.show {
    display: block !important; /* show when .show class added */
  }
}
.dropdown-menu li{
  border-bottom: 1px solid #f8f8f8;
}
.dropdown-menu li:nth-last-child(1) {
  border-bottom: none;
}
.dropdown-menu li:hover, .dropdown-menu li a:hover {
  background-color: #f8f8f8 !important;
  color: #000;
}

.dropdown span {
  display: inline-block;
  position: relative;
  padding-right: 0.5rem !important;
  padding-left: 0 !important;
  color: #ffffff;
  cursor: pointer;
  right: 10px;
  top: 0;
  margin-top: 5px;
}

.step-title {
  font-weight: 600;
  font-size: 15px;
  color: #333;
}

.step-desc {
  font-size: 13px;
  color: #888;
}
              
.checkout-btn a{
  padding: 8px;
  border: 2px solid #3388cf;
  background: #3388cf;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 400;
  width: 90px;
  display: block;
  text-align: center;
  transition: .3s ease-in-out;
}
.checkout-btn a:hover{
  background: #ffffff;
  border: 2px solid #3388cf;
  color: #000000;
}

.shopingbag-icon{
  position: relative;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
.shopingbag-icon span{
  position: absolute;
  font-size: 12px;
  top: 4px;
  cursor: pointer;
  padding-left: 6px;
}

/* modal section start */
.modal-dialog{
  margin-right: 0px;
  top: 65px;
  max-width: 450px;
}
.modal-bag-items{
  margin-bottom: 10px;
}
.modal-bag-items-details span{
  display: block;
  margin: 3px 0;
}
.modal-price{
  text-align: right;
}
.modal-checkout-btn, .modal-bag-btn{
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 50px;
}
.modal-bag-btn{
  border: 1px solid black;
}
.modal-checkout-btn{
  background: rgb(0, 122, 122);
  color: #fff;
}
/* modal section end */

/* mega menu start */
.nav-item .nav-link{
  text-transform: capitalize;
  font-weight: 700;
  color: #ffffff;
  margin: 0px;
  padding: 10px 15px !important;
  position: relative;
  display: inline-block;
  border-right: 1px solid #22ad48;
}
 
.nav-item .nav-link:hover, .nav-item .active{
  background: #ffffff;
  color: #000;
}

.home-page-navbar{
  position: relative;
  top: 0 !important;
  background: #fff;
  z-index: 999;
  width: 100%;
}
.fixed-top{
    background-color: #fff;
    -webkit-animation: 1.2s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1.2s ease-in-out 0s normal none 1 running fadeInDown;
    position: fixed !important;
    -webkit-box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
    -webkit-animation: 1.2s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1.2s ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}
@keyframes fadeInDown{
    0%{
      opacity:0;
      -webkit-transform:translate3d(0,-100%,0);
      transform:translate3d(0,-100%,0)
    }
    to{
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
    }
  }
  .fadeInDown{
    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown
  }

.dropdown-wrapper::before {
  content: '';
  display: none;  
  position: absolute;
  top: 100%;  
  left: 0; 
  right: 0; 
  background-color: rgb(168, 168, 168);  
  height: 80vh;  
  z-index: 5;  
}

.shop-filter-title h5{
  text-transform: uppercase;
  font-size: 15px;
}
.shop-filter-options li{
  margin: 10px 0;
}
.shop-filter-options li a{
  font-size: 13px;
  color: #000;
}
.shop-filter-options li a:hover{
  text-decoration: underline; 
}
.menu-image-main{
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.menu-image-main:hover .menu-image-title{
  text-decoration: underline;
}
.menu-image-title span{
  color: #000;
  font-size: 14px;
}
.menu-image{
  margin-bottom: 10px;
}
.menu-image img{
  border-radius: 5px;
}
.manu-category-link{
  text-align: right;
  margin-top: 20px;
}
.manu-category-link a{
  padding: 10px 20px;
  border: 1px solid #727272;
  border-radius: 50px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}
.manu-category-link a i{
  margin-left: 10px;
}
/* mega menu end */

.category-slider[data-negative=false].category-slider-bottom, .category-slider[data-negative=true].category-slider-top {
    transform: rotate(180deg);
}
.category-slider-bottom {
    bottom: -1px;
}
.category-slider-top {
    top: -1px;
}
.category-slider {
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.category-slider-section svg{
  fill: #fff;
}

/* campaign section start  */
.campaign-section{
  position: relative;
  margin-top: 20px;
  padding: 40px 0;
  background: #dbe6f3;
}
.campaign-section .campaign-item{
  position: relative;
  margin-bottom: 20px ;
  border: 1px solid #b4b4b4;
  box-shadow: 4px 7px 12px rgb(0 0 0 / 25%);
}
.campaign-section .campaign-item img{
  transition: transform 0.3s ease-in-out;
  opacity: 0.8;
}
.campaign-section .campaign-item:hover img{
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}
.campaign-text-outer{
  display: flex;
  position: absolute;
  align-items: center;
  top: 0;
  left: 0;
  padding: 10px;
  height: 100%;
}
.campaign-text span{
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  /* -webkit-text-stroke: 1px rgb(255, 136, 0); */
}

.campaign-text-4,
.campaign-text-6,
.campaign-text-8{
    display: flex;
    height: 100%;
    align-items: end;
}
.campaign-text span:nth-child(1) {
  color: #FFFF00;
  text-shadow: 3px 3px 5px #0000005c;
}

.campaign-text-4 span, 
.campaign-text-6 span,
.campaign-text-8 span{
  color: #ff5500 !important;
}
.campaign-text .highlight{
  font-style: normal !important;
  color: #FFFF00;
  font-weight: 600;

}
/* campaign section end  */


/* footer social section start */
.social-section p{
  font-weight: 400;
}
.social-section ul{
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.social-section ul li{
  margin: 2px 10px;
}
.social-section ul li a{
  font-size: 26px;
  color: #000;
}
/* footer social section end */

/* footer section css start */
.footer-top-inner, .footer-top-icon{
  display: flex;
  align-items: center;
}
.footer-top-inner{
  padding: 15px;
}
.footer-top a:hover {
  text-decoration: underline;
}
.footer-top-text h5, .footer-top-text p{
  margin: 0;
  color: #000;
}
.footer-top-text h5{
  font-size: 15px;
}
.footer-top-text p{
  font-size: 14px;
}
.footer-top-text{
  margin-left: 20px;
}
.column-border{
  border-right: 1px solid #e0e0e0;
}
.column-border:last-child{
  border: none;
}
.column-border a{
  color: #000;
}
.footer-top{
  border-top: 0.0625rem solid #eaeaea;
  border-bottom: 0.0625rem solid #eaeaea;
  margin-bottom: 30px;
}
/* footer section css end */
.footer-section{
  position: relative;
  margin: 30px 0 0 0;
  background: #f7f7f7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 50px 0 0 0;
}
.footer-section .container{
  position: relative;
  z-index: 2;
}
  
.footer-section:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3a3a3abd;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.footer-wrapper, .footer-menu-link li a, .footer-menu-title h5, .copyright-text{
  color: #fff;
}
.footer-menu-link li{
  margin: 10px 0;
}
.footer-menu-link li a{
  font-weight: 300;
  transition: .3s ease-in-out;
}
.footer-menu-link li a:hover{
  text-decoration: underline;
  color: #6cc1fa;
  margin-left: 8px;
}
.footer-social a {
    display: inline-block;
    margin: 0px 5px;
}
.footer-link a .fa-brands {
    height: 35px;
    width: 35px;
    font-size: 18px;
    color: rgb(238, 238, 238);
    align-items: center;
    justify-content: center;
    display: flex;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border-image: initial;
    border-radius: 50%;
    margin: 5px;
    transition: 0.3s;
}
.footer-link a .fa-brands:hover {
    color: #ffffff;
    background-color: #78b1e1;
    border-color: #78b1e1;
}
.copyright-section, hr{
  position: relative;
  z-index: 5;
  color: #fff;
}
.footer-bottom .footer-bottom-copyright {
    text-align: right;
}
.copyright-text a {
    color: red;
}
.copyright-text a:hover {
    text-decoration: underline;
}
.footer-section svg{
  fill: #fff;
}
.footer-section .category-slider{
  z-index: 9;
  transform: rotate(180deg);
}

/* common respnsive style start */
@media screen and (min-width:320px) and (max-width:767px) {
  .container {
    padding: 0 10px;
  }
  .navbar-expand-lg .container {
    display: initial !important;
  }
  .modal-dialog {
    margin: auto;
  }
  .footer-menu-title, .footer-menu-link{
    padding-left: 15px;
  }
  .modal-bag-btn{
    margin-bottom: 10px;
  }
  .modal-dialog {
    top: 20px;
  }
  .navbar-toggler-button{
    position: absolute;
    top: -63px;
    right: 0;
    background: transparent;
    border: none;
  }
  .nav-item .nav-link{
    display: block;
  }
  .dropdown span{
    position: absolute;
  }
  .sub-nav-news-section {
    width: 100%;
}
}
@media screen and (min-width:320px) and (max-width:450px) {
  .laptop-search-btn {
    width: 27px;
    height: 23px;
  }
  .fevorite-icon, .shopingbag-icon, .checkout-btn {
    margin-left: 3px;
    margin-right: 3px;
  }
  .navbar-toggler-button{
    right: 0;
  }
}
@media screen and (min-width:320px) and (max-width:540px) {
.main-logo {
  display: block;
}
.main-logo span {
  margin-left: 0px;
}
/* .nav-icons-section {
  display: ruby !important;
} */
.main-logo img {
  max-height: 41px;
}
.logo-search{
  font-size: 12px;
}
.logo-search-section .container{
  padding: 0;
}
}
@media screen and (min-width:320px) and (max-width:475px) {
  .navbar-toggler-button {
    top: -65px;
  }
}
@media screen and (min-width: 476px) and (max-width: 540px) {
  .navbar-toggler-button {
    top: -57px;
  }
}
@media screen and (min-width: 541px) and (max-width: 550px) {
  .navbar-toggler-button {
    top: -65px;
  }
}
@media screen and (min-width:551px) and (max-width:711px) {
  .navbar-toggler-button {
    top: -56px;
  }
}
@media screen and (min-width:541px) and (max-width:991px) {
  .logo-search-section .container {
    padding: 0 10px;
}

}
@media screen and (min-width:320px) and (max-width:850px) {
  .input-search {
    width: 200px;
  }
  .checkout-btn{
    display: none;
  }
  .input-search:focus + .btn-search {
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    /* right: -38px; */
    top: 0;
  }
  .container {
    padding: 0px 15px;
}
  
}
@media screen and (min-width:320px) and (max-width:710px) {
  .search-box{
    width: 50%;
  }
  .hide-in-mobile-device{
    display: none;
  }
  .hide-in-laptop-device{
    display: block;
  }
  .logo-search{
    width: auto;
  }
  
.search-form {
  display: none;
}
.search-form.show {
  width: 100%;
  display: block;
}
.search-form .search-input {
  width: 100%;
  height: 100%;
  padding: 4px 1rem;
  border: 0;
  background-color: #161616;
  opacity: 1;
  color: #fff;
  text-align: center;
  font-weight: 500;
  z-index: 999999;
}
.search-form .search-input:focus{
  outline: none;
}
.fixed-top .search-form.show {
  margin-top: 0px;
}
.main-logo img {
    max-height: 50px;
}
}

@media (max-width: 1150px) {
  .navbar-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    flex-direction: row;
  }
  .navbar-nav::-webkit-scrollbar {
    display: none;
  }
  .navbar-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .nav-item {
    flex: 0 0 auto;
  }
}
@media (max-width: 1250px) {
  .nav-item .nav-link{
    font-weight: 500;
    padding: 10px !important;
  }
}
/* @media screen and (min-width:992px) and (max-width:1150px) {
  .dropdown-menu {
    width: calc(100% - 20px);
    left: 10px;
    right: 10px;
    padding: 20px 15px 30px 15px;
  }
} */

@media (max-width: 991px) {
  .dropdown-wrapper{
    display: none;
  }
}
/* common respnsive style end */
#search-menu {
  display: none;
}
.dropdown:hover .dropdown-toggle{
  color: #000 !important;
}
@media (min-width: 778px) {
.dropdown:hover .dropdown-menu {
  display: block;
}
}
@media screen and (min-width:768px) and (max-width:991px) {
  .main-logo img {
    max-height: 45px;
}
.sub-nav-news p a {
    font-size: 12px;
}
.input-search:focus{
  width: 160px;
  background-color: #ffffff;
}
.fevorite-icon, .shopingbag-icon, .checkout-btn {
    margin-left: 5px;
    margin-right: 2px;
}
}
@media screen and (min-width:768px) and (max-width:1220px) {
  .input-search {
    width: 120px;
    background-color: #ffffff;
  }
  .input-search {
    padding: 3px;
    padding-left: 11px;
    padding-right: 35px;
  }
.nav-item .nav-link {
    padding: 10px 6px !important;
    font-size: 12px;
}
}
.hide-in-laptop-sub-nav{
  display: none;
}
@media screen and (min-width:320px) and (max-width:767px) {
  .hide-in-mobile-sub-nav{
    display: none !important;
  }
  .hide-in-laptop-sub-nav{
    height: 44px;
    vertical-align: middle;
    display: flex;
    align-items: center;
  }
  .nav-item .nav-link {
    border-bottom: 1px solid #eee;
}
.campaign-col{
  display: flex;
  text-align: center;
  justify-content: center;
}
}

.banner {
    background-size: cover;
    height: 400px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.all-banner .banner .caption {
    transition: all 0.9s ease-in-out;
    background: rgba(0, 0, 0, 0.486);
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.all-banner .banner .caption .caption-content {
    color: #fff;
}
.product-view-price span{
  display: flex;
  justify-content: space-around;
}
.product-view-price span del{
  color: #ff0000;
}
.product-view-price span ins{
  text-decoration: none;
}

@media screen and (min-width: 320px) and (max-width: 710px) {
  .sub-nav-news p a {
      font-size: 12px;
      font-weight: 500;
      line-height: 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  .all-banner .banner {
    height: 110px;
  }
  .logo-search span{
    width: 145px;
  }
  
}
@media screen and (min-width: 320px) and (max-width: 550px) {
   .hide-in-mobile-slogan{
    display: none !important;
  }
}
@media screen and (min-width: 376px) and (max-width: 480px) {
  .all-banner .banner {
    height: 130px;
  }
}
@media screen and (min-width: 481px) and (max-width: 525px) {
  .all-banner .banner {
    height: 150px;
  }
}
@media screen and (min-width: 526px) and (max-width: 767px) {
  .all-banner .banner {
    height: 170px;
  }
}
@media screen and (min-width: 320px) and (max-width: 450px) {
.nav-icons-section {
    width: 23% !important;
  }
}
 
@media screen and (min-width: 768px) and (max-width: 991px) {
.campaign-text span,
  .campaign-text b,
  .campaign-text em {
    font-size: 13px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 992px) and (max-width: 1099px) {
.campaign-text span,
  .campaign-text b,
  .campaign-text em {
    font-size: 11px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1300px) {
.campaign-text span,
  .campaign-text b,
  .campaign-text em {
    line-height: 1.3;
    font-size: 12px;
  }
}
 .logo-search span{
    display: block;
    line-height: 1.2;
 }

@media (max-width: 768px) {
  .dropdown-menu {
    display: none;
  }
  .dropdown-menu.show {
    display: block !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 540px) {
  .nav-icons-section {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
    width: 80px;
    height: 80px;
  }

}


.babyfashion-parallax-section .parallax-bg {
    background-size: contain;
    position: relative;
}
.parallax-bg {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
    position: relative;
}
.parallax-info-section {
    position: relative;
    min-height: 320px;
    background: none;
    z-index: 1;
}

.parallax-content {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 32px 24px 28px 24px;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 9;
}
.parallax-content {
    background: rgba(255, 255, 255, 0.753);
    backdrop-filter: blur(2px);
}
.babyfashion-parallax-section .parallax-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.parallax-title {
    color: #2176c1;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 18px;
}
.parallax-btn {
    background: #2176c1;
    color: #fff;
    border-radius: 24px;
    padding: 10px 32px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
    border: none;
    display: inline-block;
}
.category-banner .container h1{
  margin-top: 20px;
}
@media (max-width: 767px) {
    .parallax-title {
        font-size: 1.2rem;
    }
    .parallax-content {
        padding: 18px 8px 16px 8px;
    }
  .wc-block-cart-item__total-price-and-sale-badge-wrapper{
    display: block;
  }
}
@media screen and (min-width: 320px) and (max-width: 600px) {
    .parallax-content h2 {
        font-size: 14px;
    }
    .parallax-content p {
      font-size: 13px;
      text-align: justify;
  }
  }