/** Shopify CDN: Minification failed

Line 261:14 Expected identifier but found whitespace
Line 261:16 Unexpected "{"
Line 261:23 Expected ":"
Line 261:47 Expected ":"

**/
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .heading,
body .sub-2 {
  /* font-family: "Baloo Chettan", cursive !important; */
  font-family: "Baloo Chettan 2", cursive !important;
  font-weight: 700 !important;
}
body .gfa-content h3,
body .jdgm-cards-carousel .jdgm-title{
    font-size: 40px !important;
}
footer.site-footer p {
    font-size: 16px;
    color: #000000;
}
 .chuckle-age-container .sub-2{
    margin-bottom: 20px;
  }

  span.price-item.price-item--sale {
    color: #ea8fbd !important;
}

  .chuckle-age-container .chuckle-age-image-wrap{
      aspect-ratio: 3.5 / 4.3 !important;    
  }
body .jdgm-widget.jdgm-cards-carousel {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
body .gfa-widget.GSC-TaNUdfqQXvTHinV {
    padding: 40px 0px !important;
}
.gfa-content__button {
    border-radius: 50px !important;
}
body .jdgm-testimonials-carousel .jdgm-content,body .jdgm-videos-carousel .jdgm-content, body .jdgm-cards-carousel .jdgm-content {
    margin-bottom: 0px !important;
}
.jdgm-star {
    font-family: 'JudgemeStar'!important;
}
.visitor-announcement span.fomoify-visitor-icon {
    display: none !important;
}
span.jm-star-rating__font-icon {
    font-family: "JudgemeStar", monospace !important;
}
.product-form__controls-group--submit  button.btn{
    text-transform: uppercase;
    font-weight: 600;
}
 .size-trigger-pop-up-wrap button {

    color: #000000;
    font-weight:500;
}
header .row.d-flex.align-items-center {
    width: 100%;
}

.cs-section-header
.heading.heading-wrap 
h2.sub-2 {
    color:#000000;
}
a.header-category-nav__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50px;
}

a.header-category-nav__btn.boys,
a.btn.btn-primary{
    color: #fff;
    background: #07cfc6;
}

a.header-category-nav__btn.girls {
    color: #fff;
    background: #ea8fbd;
}

a.header-category-nav__btn.babies {
    color: #fff;
    /* background: linear-gradient(127deg, rgb(11 204 201) 11%, rgb(239 131 185) 81%); */
    background: #07cfc6;
}

a.header-category-nav__btn {
    position: relative;
    border-radius: 50px !important;
    overflow: hidden;
    border: 0;
    transition: color .2s ease-in-out;
}
a.header-category-nav__btn span,
a.btn.btn-primary span {
    position: relative;
    z-index: 2;
}
a.header-category-nav__btn::before,
a.btn.btn-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    clip-path: circle(0% at center);
    -webkit-clip-path: circle(0% at center);
    transition: clip-path .5s ease-in-out, -webkit-clip-path .5s ease-in-out;
    z-index: 1;
}
a.header-category-nav__btn.girls::before {
    background-color: #e681b3ff;
}
a.header-category-nav__btn.boys::before,
a.header-category-nav__btn.babies::before,
a.btn.btn-primary::before{
    background-color: #00bdbb !important;
}


a.header-category-nav__btn:hover::before,
a.btn.btn-primary:hover::before{
    clip-path: circle(150% at center);
    -webkit-clip-path: circle(150% at center);
}


.site-footer {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
}

.site-footer::after {
  content: "" !important;
  position: absolute !important;
  top: 0;
  right: 50px;
  bottom: 0;
  width: 100px;
  height: 100%;
  background-image: url("/cdn/shop/files/1.webp?v=1781161237") !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: contain !important;
  opacity: 0.55 !important;
  pointer-events: none;
  z-index: 1;
}

.site-footer::before {
  content: "" !important;
  position: absolute !important;
  top: -50px;
  right:200px;
  bottom: 0;
  width: 130px;
  height: 100%;
  background-image: url("/cdn/shop/files/2.webp?v=1781161238") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: contain !important;
  opacity: 0.55 !important;
  pointer-events: none;
  z-index: 1;
}
.price-item {
    font-weight:700;
}


/* Sizechart CSS */
.size-unit-tabs {
  display: flex;
  width: fit-content;
  margin: 18px auto 14px;
  padding: 3px;
  background: #e4e4e4;
  border-radius: 30px;
}

.size-unit-tab {
  min-width: 72px;
  padding: 6px 14px;
  border: 0;
  border-radius: 24px;
  background: transparent;
  color: #888;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.size-unit-tab.active {
  background: #fff;
  color: #222;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
}

.size-unit-content {
  display: none;
}

.size-unit-content.active {
  display: block;
}

.size-pop-up-content-inner table {
  width: 100%;
  margin-top: 0;
  border-collapse: collapse;
}

.size-pop-up-content-inner table th,
.size-pop-up-content-inner table td {
  padding: 11px 8px;
  border: 1px solid #d2d2d2;
  text-align: center;
}

.size-pop-up-content-inner table th {
  background: #6196a0;
  color: #fff;
}

.size-pop-up-content-inner table tbody tr:nth-child(even) {
  background: #eceeee;
}
  .product-benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }
  .product-benefit-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product-benefit-text {
    color: #4a4b5f;
    font-size: {{ block.settings.text_size }}px;
    line-height: 1.35;
  }
  .page-width {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.card-content.px-2.px-lg-3.pb-2.text-center {
    padding-bottom: 70px !important;
}

.position-relative.z-index-11 {
    position: absolute !important;
    bottom: 15px;
    left: 10px;
    width: calc(100% - 20px);
}
.jdgm-testimonials-carousel .jdgm-title, .jdgm-videos-carousel .jdgm-title, .jdgm-cards-carousel .jdgm-title{
  -webkit-line-clamp: none !important;
}
nav.nav-breadcrumb.fs-14.nav-breadcrumb-image.content-absolute {
    margin-bottom: 24px;
}
.breadcrumb-content li.breadcrumb-item {
    font-size: 12px !important;
    color: #000000 !important;
    font-weight: 600;
}
fieldset.js.product-form__input label {
    border-radius: 50px;
}
.product-form__input input[type=radio]+label {
    border: 1px solid #9e9e9e;
}
button.quantity__button {
    border-radius: 0px 50px 50px 0px;
    border-color:#9e9e9e;
}
.quantity-selector button.quantity__button:first-child {
    border-radius: 50px 0px 0px 50px;
}
input.product-form__input.product-form__input--quantity{
   border-color:#9e9e9e;
}
.icon-btn .btn-action {
    border: 0 !important;
    background: #ededed;
}
.product-single__meta 
.border-bottom {
    border-bottom: 1px solid #e7e8eb !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}
button.btn[type="submit"] {
    margin: 0 !important;
    text-transform: uppercase;
    font-weight: 600;
}
.product-form__item-2 {
    padding: 0 !important;
}
.shiprocket-headless {
    margin-top: 10px;
}
.atc-btn-wrapper{
  display: flex;
  gap: 5px;
  align-items: center;
}
iframe#trust-bar {
    border: 1px solid #e7e8eb !important;
    border-radius: 10px;
    display:none !important;
}
.accordion .accordion-item:first-child {
    border-top: 1px solid #e7e8eb !important;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e7e8eb !important;
}

.breadcrumb-item:not(:last-child):before {
    content: "" !important;
    width: 4px;
    height: 4px;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: -4px;
    top: 50%;
    border-radius: 50px !important;
    background-color: #000000;
}
.breadcrumb-item{
    position: relative !important;
}
li.breadcrumb-item:last-child:before {
    display: none !important;
    padding-right:0 !important;
    
}
.breadcrumb-item + .breadcrumb-item::before{
    padding-right:0 !important;
}
.breadcrumb-item {
    display: flex;
    align-items: center;
    padding-right: 5px;
    margin-right: 5px;
}
@media(max-width: 768px){
    .page-width {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    body .gfa-content h3,
    body .jdgm-cards-carousel .jdgm-title {
    font-size: 28px !important;
    }
    body .gfa-widget.GSC-TaNUdfqQXvTHinV {
      padding: 20px 0px !important;
    }
    .jdgm-testimonials-carousel .jdgm-header, .jdgm-videos-carousel .jdgm-header, .jdgm-cards-carousel .jdgm-header{
        margin-bottom: 20px !important;
    }
    
    footer.site-footer .row .col-6.col-lg-4.mb-5 {
        margin-bottom: 26px !important;
    }
    .template-product div:has(> .fomo-progress-wrap) {
      /* top:140px; */
      bottom: 110px !important;
      right: 0 !important;
      left: unset !important;
      z-index: 9999 !important;
    }
    nav.nav-breadcrumb.fs-14.nav-breadcrumb-image.content-absolute {
        margin-bottom: 0px;
    }
    .breadcrumb-content
    ol.breadcrumb
    li.breadcrumb-item:last-child{
        padding-left: 0;
    }
  }

  @media screen and (max-width: 749px) {
    .product-benefits-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 14px;
      row-gap: 16px;
    }

    .product-benefit-item {
      align-items: flex-start;
      gap: 8px;
    }

    .product-benefit-text {
      font-size: 12px;
    }
  .size-unit-tab {
    min-width: 62px;
    padding: 6px 10px;
    font-size: 11px;
  }

  .size-unit-content {
    overflow-x: auto;
  }

  .size-unit-content table {
    min-width: 520px;
  }
  .site-footer::before {
 top: 20px;
 right: 10px;
 bottom: 0;
 width: 60px;
 background-position: top right !important;
}
.site-footer::after {
top: -50px;
 right: 10px;
 bottom: 0 !important;
 width: 100px;
 background-position: center right !important;
}
}

  @media screen and (max-width: 480px) {
    .product-benefits-grid {
      grid-template-columns: 1fr;
    }
  }


