/** Shopify CDN: Minification failed

Line 818:6 Unexpected "("

**/
/*// =============================================================================
// Ella Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/

@font-face {
    font-family: 'Baloo2-Medium';
    src: url('/cdn/shop/files/Baloo2-Medium.woff2?v=1744692244') format('woff2'),
        url('/cdn/shop/files/Baloo2-Medium.woff?v=1744692244') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NunitoSans';
    src: url('/cdn/shop/files/NunitoSans.woff2?v=1744868555') format('woff2'),
        font-weight: normal;
    font-style: normal;
}
body{
  font-family: 'Baloo2-Medium' !important;
}
p {
    font-family: 'NunitoSans', sans-serif;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Baloo2-Medium', sans-serif !important;
    letter-spacing: normal !important;
}

/* Animation CSS */

@keyframes scaleUpDown {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

@-webkit-keyframes fadInLeft {
  0% {
    opacity: 0;

    -webkit-transform: translateX(-40px);

    transform: translate(-40px);
  }

  to {
    opacity: 1;

    -webkit-transform: translateX(0);

    transform: translate(0);
  }
}

@keyframes fadInLeft {
  0% {
    opacity: 0;

    -webkit-transform: translateX(-40px);

    -ms-transform: translateX(-40px);

    transform: translate(-40px);
  }

  to {
    opacity: 1;

    -webkit-transform: translateX(0);

    -ms-transform: translateX(0);

    transform: translate(0);
  }
}

.fadInLeft {
  -webkit-animation-name: fadInLeft;

  animation-name: fadInLeft;
}

@-webkit-keyframes fadeinRight {
  0% {
    opacity: 0;

    -webkit-transform: translateX(40px);

    transform: translate(40px);
  }

  to {
    opacity: 1;

    -webkit-transform: translateX(0);

    transform: translate(0);
  }
}

@keyframes fadeinRight {
  0% {
    opacity: 0;

    -webkit-transform: translateX(40px);

    -ms-transform: translateX(40px);

    transform: translate(40px);
  }

  to {
    opacity: 1;

    -webkit-transform: translateX(0);

    -ms-transform: translateX(0);

    transform: translate(0);
  }
}

.fadeinRight {
  -webkit-animation-name: fadeinRight;

  animation-name: fadeinRight;
}

@-webkit-keyframes fadeinUp {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(0, 10%, 0);

    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

@keyframes fadeinUp {
  0% {
    opacity: 0;

    -webkit-transform: translate3d(0, 10%, 0);

    -ms-transform: translate3d(0, 10%, 0);

    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    -ms-transform: none;

    transform: none;
  }
}

.fadeinUp {
  -webkit-animation-name: fadeinUp;

  animation-name: fadeinUp;
}

/* Header Css */
.announcement-bar__item-scroll .message {
  font-family: "Baloo2-Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.header-navigation .header__icon svg {
  fill: #fff !important;
  height: 22px !important;
  width: 22px !important;
}

.header-nav-plain .header-block {
  padding: 20px;
}

.header-block .list-menu {
  text-align: center;
  padding-top: 0 !important;
}

.header-block .list-menu li a {
  padding: 0 25px !important;
}

.list-menu a span {
  font-family: "Baloo2-Medium", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #727271;
}

.announcement-bar__item-scroll {
  margin: 0 40px;
}

.cart-count-bubble,
.wishlist-count-bubble {
  top: -7px !important;
  right: -10px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  line-height: 20px !important;
  font-size: 14px !important;
}

.locator-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.locator-button .button-link {
  display: flex;
  background: #a6275c;
  border: 1px solid #a6275c;
  color: #fff;
  padding: 10px 20px;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Baloo2-Medium", sans-serif;
  text-transform: uppercase;
  align-items: center;
}
.locator-button .button-link:hover {
  color: #a6275c;
  background: transparent;
}

.button-link svg {
  width: 18px !important;
  height: 18px !important;
}
.locator-button .button-link:hover svg path {
  stroke: #a6275c !important;
}
.custom-nav {
  width: 100%;
  background: #eeb4cc;
}
.menu-lv-item span.text.header__active-menu-item.p-relative,
.menu-lv-item span.text.header__active-menu-item.link-effect {
  border-bottom: 1px solid #000;
}

.custom-nav .custom-nav-list {
  display: flex;
  justify-content: center;
  gap: 25px;
  list-style: none;
  margin: 0 auto;
}

.custom-nav .custom-nav-list li a {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

/* Footer Css */
.footer-block__details .rte {
  width: 100% !important;
  flex-direction: row !important;
  justify-content: space-between !important;
}

.footer-block__details .rte span.icon {
  width: auto !important;
}

.footer-block__newsletter .field__input {
  border: unset !important;
}

.newsletter-form {
  border-bottom: 1px solid #7272711a !important;
}

.footer-block__newsletter {
  display: flex !important;
  justify-content: end;
}

.footer-block__item {
  margin: 20px 0 !important;
}

.footer-block__details .rte .content-piece {
  gap: 30px;
  align-items: center;
  width: calc(33% - 18px);
  background: #e4e4e4;
  padding: 30px;
  justify-content: center;
  border-radius: 8px;
}

.footer-block__details .rte .address-wrapper div {
  display: flex !important;
  gap: 15px;
  flex-direction: column;
}

.footer-block__details .rte .content-piece p {
  display: flex !important;
  gap: 15px;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  font-size: 24px;
  font-weight: 500;
  font-family: Nunito Sans !important;
}

.footer-block__details .rte .content-piece p a,
.footer-block__details .rte .content-piece p span,
.footer-block__details .rte .content-piece p strong{
  font-size: 18px;
  font-weight: 400;
  color: #474747;
  text-decoration: unset !important;
  font-family: Nunito Sans !important;
  word-break: break-word;
}
.footer-block__details .rte .content-piece p a:hover {
  color: #000;
}
.footer-block__list-social .list-social__item {
  width: 15% !important;
}

.footer-block__list-social .list-social__link svg {
  display: none;
}
.progress-truck-wrapper .icon-shipping-truck {
  stroke: #50c992 !important;
}
.enable_bg_social .list-social__item a {
  font-size: 18px !important;
  font-family: Nunito Sans;
  font-weight: 400;
  letter-spacing: 0%;
}

.enable_bg_social .list-social__item a .visually-hidden {
  color: #000;
  clip: unset !important;
  width: 100% !important;
  height: 100% !important;
  position: unset !important;
}

.footer-block__list-social.enable_bg_social .list-social__link {
  background: unset !important;
}

.footer-block__details .rte .content-piece .icon svg {
  height: 48px !important;
  width: 48px !important;
}

.footer-block__list .list-unstyled {
  display: flex;
  gap: 10px;
  position: relative;
}

.footer-block__link_list ul.list-unstyled li a {
  color: #474747 !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: Nunito Sans !important;
}

.footer-block__link_list ul.list-unstyled li:not(:last-child) a::after {
  content: "/";
  margin-left: 8px;
  font-size: 20px;
  font-weight: 500;
}

.footer-block__newsletter
  .footer-block__newsletter-form
  .newsletter-form__button {
  text-align: -webkit-right;
}

.footer-block__list-social.enable_bg_social .list-social__link.icon-facebook,
.footer-block__list-social.enable_bg_social .list-social__link.icon-instagram {
  background: unset !important;
}
.product-customInformation__icon {
  margin-right: 0px !important;
}
.collection-masonry .sidebar--layout_vertical {
  border-top: unset !important;
}

#CollectionFiltersForm .sidebarBlock {
  background: #0c919110;
  padding: 20px;
  margin-bottom: 15px !important;
  border-radius: 8px !important;
}

.facets__price--box .filter__price {
  padding: 0 0 0 15px !important;
  text-align: left !important;
}

.toolbar-label {
  display: none !important;
}

.toolbar .toolbar-dropdown .label-tab {
  border: unset !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

.toolbar .toolbar-dropdown .label-tab .icon-dropdown {
  width: 15px !important;
  height: 10px !important;
}

.toolbar .toolbar-dropdown .label-text {
  font-family: "Baloo2-Medium", sans-serif !important;
  font-size: 20px !important;
  font-weight: 500;
}

.facets__item input[type="checkbox"] + .form-label--checkbox {
  font-family: "NunitoSans", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400;
  color: #474747 !important;
}

input[type="checkbox"] + .form-label--checkbox:before {
  border: 1.5px solid #474747 !important;
  border-radius: 4px !important;
}

.sidebar--layout_1 .sidebarBlock-heading {
  border: unset !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
}

.page-sidebar {
  width: 300px !important;
}

#CollectionProductGrid {
  width: calc(100% - 300px) !important;
}

.sidebar--layout_1 .sidebarBlock-headingWrapper .sidebarBlock-heading:after {
  width: 15px !important;
  height: 9px !important;
}

/* Home Page CSS */
/* Banner Section */
.baby-slider {
  width: 100%;
}

.baby-slider .slide-content {
  display: flex;
  width: 100%;
}

.baby-slider .slide-content .left-side {
  width: 33.33%;
}
.baby-slider .slide-content .left-side img {
  width: -webkit-fill-available;
}
.baby-slider .slide-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.baby-slider .slide-content .right-side {
  width: 33.33%;
}
.baby-slider .slide-content .right-side img {
  width: -webkit-fill-available;
}
.baby-slider .right-side h2 {
  font-size: 2rem;
  color: #047481;
  margin-bottom: 1rem;
}

.baby-slider .right-side p {
  color: #555;
  margin-bottom: 1.5rem;
  max-width: 500px;
}

.baby-slider .shop-button {
  background-color: #047481;
  color: white;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 6px;
  width: fit-content;
  font-family: "NunitoSans", sans-serif !important;
  margin-top: 35px;
  border: 1px solid #047481;
}

.baby-slider .shop-button:hover {
  background-color: transparent;
  color: #047481;
}

.baby-slider .center-side {
  width: 33.33%;
  background-color: #0c919110;
  background-size: cover;
  background-position: center;
  /* height: 100%;  */
  /* min-height:709px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  align-items: center;
}

.baby-slider .center-side h2 {
  text-align: center;
  color: #0c9191;
  font-size: 64px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: normal;
}

.baby-slider .center-side p {
  font-size: 18px;
  font-weight: 400;
  color: #6c6c6c;
  text-align: center;
  margin: 0;
}

.baby-slider .swiper-pagination {
  position: absolute;
  bottom: 6%;
}

.baby-slider .swiper-pagination-bullet {
  background: #474747;
  opacity: unset;
}

.baby-slider .swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 20px;
  background: #474747;
}

/* Trending now CSS */
.trending-now-section {
  margin: 80px auto;
  width: 100%;
  max-width: 1640px;
  padding: 0 20px;
}

.trending-now-section h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 50px;
}

.trending-now-section .trending-grid {
  display: flex;
  gap: 30px;
}

.trending-now-section .trending-grid .trending-item {
  width: calc(33.33% - 18px);
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.trending-now-section .trending-grid .trending-item .trending-overlay {
  position: absolute;
  bottom: 5%;
  left: 40px;
}
.trending-now-section .trending-item img {
  transition: transform 0.3s ease-in-out;
}

.trending-now-section .trending-item:hover img {
  transform: scale(1.2);
}
.trending-now-section .trending-grid .trending-item .trending-overlay h5 {
  font-size: 38px;
  font-weight: 400;
  color: #fff;
  margin: 20px 0;
  line-height: 30px;
}

.trending-now-section .trending-grid .trending-item .trending-overlay h3 {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  margin: 10px 0;
  line-height: 62px;
}

.marquee__list .marquee__icon svg {
  width: 32px !important;
  height: 32px !important;
  fill: unset !important;
  stroke: unset !important;
}

.marquee__item p {
  font-family: "Baloo2-Medium", sans-serif !important;
}

/* New arrival section */
.new-arrival-section {
  max-width: 1640px;
  margin: 80px auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.new-arrival-section .block-content {
  padding: 350px 20px 146px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.new-arrival-section .block-content h2 {
  font-size: 68px;
  font-weight: 500;
  margin: 30px 0;
}

.new-arrival-section .block-content p {
  font-size: 18px;
  font-weight: 500;
}

.new-arrival-section .block-content a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #dc6999;
  border: 1px solid #dc6999;
  padding: 15px 25px;
  border-radius: 10px;
  margin-top: 30px;
}
.new-arrival-section .block-content a:hover {
  color: #dc6999;
  background: transparent;
}
/* New Born Essential css */
.new-born-section {
  max-width: 1640px;
  margin: 40px auto 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.new-born-section .block-content {
  padding: 10% 50px;
}

.new-born-section .block-content h2 {
  font-size: 68px;
  font-weight: 500;
  margin: 30px 0 50px;
  line-height: 80px;
  color: #f6f6f6;
}

.new-born-section .block-content p {
  font-size: 48px;
  font-weight: 800;
  color: #f6f6f6;
  font-family: "Baloo2-Medium", sans-serif !important;
}

.new-born-section .block-content a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #dc6999;
  padding: 15px 25px;
  border-radius: 10px;
  border: 1px solid #dc6999;
  margin-top: 30px;
}
.new-born-section .block-content a:hover {
  color: #fff;
  background: transparent;
}
.halo-productBadges .badge.new-badge {
  display: none;
}

.top-categorie-section .view-all-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-categorie-section .view-all-btn a {
  border: 1px solid #008080;
  color: #fff !important;
  margin: 0 !important;
  font-weight: 700;
  padding: 15px 25px !important;
  width: fit-content !important;
  text-transform: capitalize;
  font-size: 18px;
  background: #008080 !important;
  border-radius: 10px;
}

.top-categorie-section .view-all-btn a:hover {
  color: #008080 !important;
  background: transparent !important;
}

.card .card__heading .card-title {
  font-size: 18px !important;
  text-align: left !important;
  font-weight: 500;
  color: #222222;
  line-height: 22px;
  letter-spacing: normal;
  text-wrap: auto;
}

.card-information__wrapper.text-center .card-price {
  justify-content: left !important;
}

.price-item {
  color: #474747 !important;
  font-family: "NunitoSans", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500;
}
.halo-block-header .title .text {
  font-size: 48px !important;
  font-weight: 500 !important;
}
media (min-width: 1025px) {
  .halo-block-header .title .text {
    width: 100% !important;
  }
}

#shopify-section-template--19199674515705__1635930670b6b2f58d {
  margin: 120px 0 40px !important;
}

#shopify-section-template--19199674515705__163945138066afddf5 {
  margin-bottom: 80px;
}

.top-categorie-section {
  max-width: 1640px;
  padding: 0 20px;
  margin: 80px auto;
}

.top-categorie-section h2 {
  font-size: 48px;
  font-weight: 500;
}

.categories-slider {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  justify-content: center;
}

.categories-slider::-webkit-scrollbar {
  display: none;
}
.image-cate {
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #0000001c;
}
.image-cate img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.category-card {
  min-width: 160px;
  scroll-snap-align: start;
  text-align: center;
}
.category-card a {
  display: inline-block;
  text-align: center;
  transition: transform 0.3s ease-in-out;
  width: 100% !important;
  position: relative;
}
.category-card img {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
.category-card a:hover h4 {
  color: #0c9191;
}
.categories-slider h4 {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
.template-list-collections .categories-slider h4{
    font-size: 20px;
  font-weight: 500;
  text-align: left;
  margin: 0;
  position: absolute;
  bottom: 0px;
  padding: 20px;
  width: 100%;
  color: #fff;
  z-index: 99;
}
.view-all-wrapper {
  text-align: center;
  margin-top: 1rem;
}

/* .view-all-btn {
    padding: 20px 45px;
    background-color: #008080;
    color: white;
    border-radius: 6px;
    text-decoration: none;
} */

.top-categorie-section .swiper-button-next,
.shop-by-tag-blocks .swiper-button-next {
  display: block !important;
  top: -35px;
  background: #6c6c6c85;
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

.top-categorie-section .swiper-button-prev,
.shop-by-tag-blocks .swiper-button-prev {
  display: block !important;
  left: unset !important;
  right: 70px !important;
  top: -35px;
  background: #6c6c6c85;
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

.top-categorie-section .swiper-button-prev:hover,
.shop-by-tag-blocks .swiper-button-prev:hover,
.top-categorie-section .swiper-button-next:hover,
.shop-by-tag-blocks .swiper-button-next:hover {
  background: #6c6c6ccf !important;
}

.custom-arrow {
  position: relative;
}

.custom-arrow .swiper-button-prev:after {
  font-size: 18px;
  color: #2222228a;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 14px;
  bottom: 0;
  right: 4px;
  left: 0px;
}

.custom-arrow .swiper-button-next:after {
  font-size: 18px;
  color: #2222228a;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 14px;
  bottom: 0;
  right: 0;
  left: 4px;
}

.custom-arrow .swiper-button-prev:after:hover,
.custom-arrow .swiper-button-next:after:hover {
  color: #222222;
}

.shop-by-tag-blocks {
  padding: 30px 20px;
  max-width: 1620px;
  margin: 0 auto;
}

.shop-by-tag-blocks h2 {
  font-size: 48px;
  font-weight: 500;
}

.shop-by-tag-blocks a {
  position: relative;
}

.tag-card {
  width: 140px;
  text-align: center;
  border-radius: 15px;
}

.tag-card img {
  border-radius: 10px;
  width: 100%;
}

.tag-card h4 {
  margin-top: 8px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 20px;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}

.header-flex-wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 26px;
}

/* About Us Page css */
.custom-service-block {
  padding: 0px 20px 70px !important;
}

.custom-service-block .container {
  max-width: 1620px !important;
  margin: 0 auto !important;
}

.custom-service-block .halo-block-header.text-center .title {
  text-align: left !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
  font-size: 48px !important;
}

.custom-service-block .halo-block-header.text-center .title .text {
  padding: 0 !important;
}

.custom-service-block .policies-content .policies-text {
  font-size: 24px !important;
  font-weight: 500 !important;
}

.custom-service-block .policies-content .policies-des {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

.our-promis-section {
  max-width: 1620px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
}

.our-promis-section:after {
  background: linear-gradient(
    90deg,
    rgb(0 0 0 / 79%) 0%,
    rgb(0 0 0 / 65%) 17%,
    rgb(4 4 4 / 6%) 44%
  );
  content: "";
}

.our-block-content {
  padding: 200px 40px 30px;
  background: #000;
  background: linear-gradient(
    90deg,
    rgb(0 0 0 / 79%) 0%,
    rgb(0 0 0 / 65%) 17%,
    rgb(4 4 4 / 6%) 44%
  );
}

.our-block-details {
  width: 48%;
}

.our-block-content h2 {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
}

.our-block-content p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
}

.who-we-are-section {
  max-width: 1620px;
  margin: 70px auto;
  padding: 0 20px;
}

.who-we-div {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.who-we-div h2 {
  width: 45%;
  font-size: 48px;
  font-weight: 500;
}

.who-we-div p {
  width: 55%;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.who-we-div p br {
  margin-top: 10px;
}

.who-we-image {
  margin-top: 40px;
}
.card-product .card-product__wrapper .card-media img {
  object-fit: unset !important;
  /* border-radius: 15px;
  border: 1px solid #0000001c; */
}
.card-product .card-product__wrapper .card-media {
  object-fit: unset !important;
  border-radius: 15px;
  border: 1px solid #0000001c;
}
.card-product .card-product__wrapper .card-media img:hover {
  border: 1px solid ##00000003;
}
.categories-slider .category-card .category_image {
  border-radius: 15px;
  border: 1px solid ##00000003;
}
.categories-slider .category-card,
.categories-slider .category-card .category_image,
.shop-by-tag-swiper .tag-card,
.custom-sale-section .custom-sale-item {
  overflow: hidden;
}

.categories-slider .category-card img,
.shop-by-tag-swiper .tag-card img,
.custom-sale-section .custom-sale-item img {
  transition: transform 0.3s ease-in-out;
}
.category_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  pointer-events: none; /* ensures the link remains clickable */
  border-radius: 8px;
  z-index: 1;
}
.categories-slider .category-card:hover img,
.shop-by-tag-swiper .tag-card:hover img,
.custom-sale-section .custom-sale-item:hover img {
  transform: scale(1.2);
}

@media screen and (max-width: 1440px) {
  .custom-nav .custom-nav-list li a {
    font-size: 15px;
  }

  .page-banner-section h2 {
    font-size: 40px !important;
  }

  .our-promis-section {
    margin: 0px 20px !important;
  }

  .custom-service-block .policies-content .policies-text {
    font-size: 22px !important;
    font-weight: 500 !important;
  }

  .custom-service-block .policies-content .policies-des {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 1360px) {
  .who-we-are-section {
    margin: 50px auto;
  }

  .shop-by-tag-blocks h2 {
    font-size: 40px;
  }

  .who-we-div h2 {
    margin: 0 !important;
    width: 35%;
    font-size: 40px;
  }

  .who-we-div p {
    width: 65%;
  }

  .custom-service-block .halo-block-header.text-center .title {
    font-size: 40px !important;
  }

  .custom-service-block {
    padding: 0px 20px 50px !important;
  }

  .policies-block-wrapper .halo-row {
    flex-wrap: wrap;
  }

  .custom-service-block .halo-row .halo-item {
    width: 33.33% !important;
  }

  .our-block-content h2 {
    font-size: 40px;
  }
  .header-block .list-menu li a {
    padding: 0 13px !important;
  }
  .locator-button .button-link {
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1240px) {
  .list-menu a span {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .custom-nav .custom-nav-list li a {
    font-size: 12px;
  }

  .header-navigation > .container {
    gap: 15px !important;
  }
}

@media screen and (max-width: 1120px) {
  .who-we-div p {
    font-size: 16px;
  }

  .our-block-content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .product-card-layout-05 .product-item .card-action {
    position: unset !important;
  }
  .top-categorie-section .swiper-button-prev:after,
  .top-categorie-section .swiper-button-next:after {
    top: 12px !important;
  }
  .slider-buttons {
    display: none !important;
  }
  .category-card img {
    width: 100%;
  }
  .header__icon--search svg {
    width: 20px !important;
    height: 20px !important;
  }

  .who-we-div {
    flex-direction: column;
    justify-content: center;

    gap: 10px;
  }

  .who-we-div h2 {
    width: 100%;
    text-align: center;
  }

  .who-we-div p {
    width: 100%;
    text-align: center;
  }

  .custom-service-block .halo-block-header.text-center .title {
    text-align: center !important;
  }

  .custom-service-block .policies-content .policies-text {
    font-size: 20px !important;
  }

  .custom-service-block .halo-block-header.text-center .title {
    font-size: 35px !important;
  }

  .our-block-content h2 {
    font-size: 35px !important;
  }

  .who-we-div h2 {
    font-size: 35px !important;
  }

  .shop-by-tag-blocks h2 {
    font-size: 35px;
  }

  .page-banner-section h2 {
    font-size: 30px !important;
  }

  .page-banner-section p {
    font-size: 16px;
  }
  .product-block .products-grid .product {
    width: 33.33% !important;
  }
}

@media screen and (max-width: 768px) {
  .custom-service-block .halo-row .halo-item {
    width: 50% !important;
  }

  .our-block-content {
    padding: 100px 40px 30px;
  }

  .our-block-details {
    width: 75%;
  }

  .view-all-btn a {
    font-size: 16px;
  }

  .product_view_custom_class .productView-wishlist {
    top: 0 !important;
  }
  .custom-service-block
    .policies-block-wrapper.items-align-left
    .policies-content {
    text-align: center !important;
  }
  .custom-service-block .policies-block-wrapper.items-align-left .halo-item a {
    align-items: center !important;
  }
}

@media screen and (max-width: 550px) {
  .template-index  .category-card img {
    height: 275px;
    object-fit: cover !important;
  }
  .page-banner-section h2 {
    font-size: 22px !important;
  }

  .who-we-div h2 {
    font-size: 25px !important;
  }

  .who-we-div p {
    font-size: 14px !important;
  }

  .custom-service-block .halo-block-header.text-center .title {
    font-size: 25px !important;
  }

  .custom-service-block .halo-row .halo-item {
    width: 100% !important;
    padding: 0 !important;
  }

  .custom-service-block .policies-content .policies-text {
    font-size: 18px !important;
  }

  .custom-service-block .policies-content .policies-des {
    font-size: 14px !important;
  }

  .custom-service-block .halo-item .policies-icon svg {
    width: 45px !important;
    height: 45px !important;
  }
  .top-categorie-section .custom-arrow {
    position: relative;
    top: 150px;
  }
  .top-categorie-section .swiper-button-prev {
    left: -17px !important;
  }
  .top-categorie-section .swiper-button-next {
    right: -17px !important;
  }
  .who-we-are-section {
    margin: 30px auto;
  }

  .our-block-content h2 {
    font-size: 25px !important;
  }

  .our-block-content {
    padding: 60px 40px;
  }

  .our-block-details {
    width: 100%;
  }

  .page-banner-div {
    padding: 40px 20px;
  }

  .shop-by-tag-blocks h2 {
    font-size: 25px;
  }

  .custom-service-block .halo-row .halo-item {
    margin: 10px 0 !important;
  }

  .custom-service-block .slider.slider--tablet {
    margin: 0 !important;
    padding: 0 !important;
  }
  .top-categorie-section h2 {
    font-size: 25px;
  }
  .top-categorie-section .swiper-button-prev,
  .shop-by-tag-blocks .swiper-button-prev {
    height: 35px !important;
    width: 35px !important;
  }
  .shop-by-tag-blocks .swiper-button-next,
  .shop-by-tag-blocks .swiper-button-next {
    height: 35px !important;
    width: 35px !important;
  }
  .shop-by-tag-blocks .custom-arrow .swiper-button-prev:after,
  .shop-by-tag-blocks .custom-arrow .swiper-button-next:after {
    top: 10px !important;
  }
}

/* Conatct Us PAge css */
.contact-content-container {
  max-width: 1620px !important;
  margin: 70px auto !important;
}

.contact-item {
  display: block !important;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-form .form-input {
  border-radius: 4px;
  font-family: "NunitoSans" !important;
  font-size: 14px !important;
}

.contact-form .form-actions {
  float: right;
  margin: 7px 0 0 !important;
}

.contact-item input[type="checkbox"] {
  display: block !important;
  clip: unset !important;
  height: 25px !important;
  padding: 5px !important;
  width: 15px !important;
  box-sizing: border-box;
  border: 1.5px solid #000 !important;
  position: unset !important;
  appearance: auto !important;
  -webkit-appearance: auto !important;
}

.contact-item label {
  font-family: "NunitoSans" !important;
  font-size: 18px !important;
  font-weight: 500;
}

.contact.contact-2 .contact-main-title {
  font-size: 48px !important;
  margin: 30px 0 !important;
  text-transform: capitalize !important;
  font-weight: 500;
}

.checkbox-label span {
  margin-left: 5px;
  color: #2d2d2d99 !important;
}

.checkbox-label span strong {
  color: #222222 !important;
}

.contact-item .conatct-filed {
  display: flex;
  gap: 30px;
}

.contact-item .conatct-filed .fields {
  width: 50%;
}

input::placeholder,
textarea::placeholder {
  font-family: "Baloo2-Medium" !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.contact-form .form-actions .button {
  font-family: "NunitoSans" !important;
  text-transform: capitalize;
  font-size: 18px !important;
  font-weight: 700 !important;
  background: #dc6999 !important;
  color: #fff !important;
  border: 1px solid #dc6999 !important;
  padding: 17px 34px !important;
  border-radius: 10px !important;
}

.contact-form .form-actions .button:hover {
  color: #dc6999 !important;
  background: transparent !important;
}

@media screen and (max-width: 1360px) {
  .contact.contact-2 .contact-main-title {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 1024px) {
  .contact.contact-2 .contact-main-title {
    font-size: 30px !important;
  }
  .card .card__heading .card-title {
    font-size: 18px !important;
  }
  .contact-item label {
    font-size: 16px !important;
  }

  .contact-form .form-actions .button {
    font-size: 16px !important;
    padding: 13px 26px !important;
  }
}

@media screen and (max-width: 768px) {
  .contact.contact-2 .contact-main-title {
    font-size: 25px !important;
  }

  .contact-item .conatct-filed {
    flex-direction: column;
    gap: 15px;
  }

  .contact-item .conatct-filed .fields {
    width: 100%;
  }
}

breadcrumb-component nav.breadcrumb.breadcrumb-left {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  color: #6c6c6c;
}

breadcrumb-component nav.breadcrumb.breadcrumb-left .wishlist_page_title {
  font-weight: 700;
}

.wishlist-container h1 {
  font-family: Baloo2-Medium !important;
  font-weight: 500;
  font-size: 48px !important;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #222222;
}

.wishlist-container .card-wishlist .wishlist-icon,
.product-card-layout-04
  .wishlist-container
  .card-action-bottom
  .card-wishlist
  .wishlist-icon {
  background-color: #0c9191;
  width: 36px;
  height: 36px;
}

.wishlist-container .card-wishlist .wishlist-icon svg {
  width: 6rem;
  height: 6rem;
}

.wishlist-table-wrapper .toolbar {
  display: none;
}

.wishlist-table-wrapper .card .card__heading .card-title {
  font-family: Baloo2-Medium !important;
  font-weight: 500;
  font-size: 24px !important;
  line-height: 30px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #222222;
}

.wishlist-table-wrapper .card .price .price-item {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #0c9191 !important;
}

.wishlist-table-wrapper .card .card-action .product-form__submit,
.products-carousel .card .card-action .product-form__submit,
sticky-add-to-cart .sticky-actions-row .product-form__submit {
  background: #dc6999;
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fefefe;
  border: none;
  border-radius: 10px;
  text-transform: capitalize;
}

.productView-quantity .quantity__label,
.productView-soldProduct {
  display: none !important;
}

.product-customInformation__icon svg {
  fill: none;
  stroke: none;
}

.product_specification_div table td {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #6c6c6c;
  line-height: 30px;
}

.product_specification_div table td.tbl_value {
  font-weight: 500;
  color: #222222;
}

.product_specification_class {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  flex-direction: column;
}

.product_specification_class table {
  width: 100%;
}
.product_specification_class table tbody tr{
  display: flex;
  gap: 15px;
}

.product_view_custom_class .halo-productView-left {
  width: 50%;
}

.product_view_custom_class .halo-productView-right {
  width: 50%;
}

.container.productView-container {
  max-width: 1600px;
}

.product_specification_div h3,
.product_features_div h3,
.wash_care_div h3,
.items_included_div h3,
.country_origin_div h3,
.product_brand_information_div h3,
.product_details_div h3,
.cancel_policies_div .cp_heading h3,
.single-product-content h4
{
  font-family: Baloo2-Medium;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #474747;
}
.product_details_div h3{
  margin: 10px 0 !important;
}
.product_specification_div span,
.product_features_div span,
.wash_care_div span,
.items_included_div span,
.cancel_policies_div .accordion-content p,
.country_origin_div span {
  display: block;
  font-family: Nunito Sans;
  font-weight: 400 !important;
  font-size: 18px !important;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #474747;
  line-height: 30px;
}

.product_view_custom_class hr {
  margin: 40px 0;
}

/* Find Neraest Store CSS */
.locations-section {
  width: 100%;
  max-width: 1640px;
  margin: 80px auto 0;
  padding: 0 20px;
}

.locations-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.locations-container .location-card {
  background: #0c919110;
  border-radius: 10px;
  padding: 20px;
  width: calc(25% - 15px);
}

.location-card p {
  display: flex;
  gap: 8px;
  font-size: 18px;
  color: #474747;
  font-weight: 400;
  margin: 20px 0;
  line-height: 25px;
}

.location-card p a {
  font-size: 18px;
  color: #474747;
  font-weight: 400;
  font-family: "NunitoSans", sans-serif !important;
}
.location-card p a:hover {
  color: #000 !important;
}
.location-card h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.directions-button {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-top: 25px;
  background: #dc5c8a;
  border: 1px solid #dc5c8a;
  color: white;
  padding: 10px 0;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Baloo2-Medium", sans-serif !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.directions-button:hover {
  background: transparent;
  color: #dc5c8a;
}

.directions-button:hover svg path {
  stroke: #dc5c8a !important;
}

.location-card svg {
  height: 24px !important;
  width: 24px !important;
  fill: transparent !important;
  stroke: unset !important;
  flex: 0 0 auto;
}

.location-card .loaction-card-svg {
  width: 55px !important;
}

.locations-section h2 {
  font-size: 48px !important;
  font-weight: 500 !important;
  color: #222222 !important;
}

@media screen and (max-width: 1360px) {
  .locations-section h2 {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 1200px) {
  .locations-container .location-card {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 1024px) {
  .locations-section h2 {
    font-size: 30px !important;
  }

  .locations-section {
    margin: 40px auto;
  }

  .location-card h3 {
    font-size: 20px;
  }

  .location-card p {
    font-size: 16px;
  }

  .location-card p a {
    font-size: 16px;
  }

  .location-card svg {
    height: 21px !important;
    width: 21px !important;
  }
}

@media screen and (max-width: 768px) {
  .locations-section h2 {
    font-size: 25px !important;
  }

  .directions-button {
    font-size: 16px;
  }
  .footer-block__details .image_logo {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 575px) {
  .locations-container .location-card {
    width: 100%;
  }
  .footer-block__list-social .list-social__item {
    margin-right: 30px;
  }
  .halo-block-header .title .text {
    font-size: 25px !important;
    font-weight: 500 !important;
  }
}

.footer-block__list-social.enable_bg_social .list-social__link {
  background: unset !important;
  border: unset !important;
}

.footer-block__list-social.enable_bg_social .list-social__link:hover span {
  color: #0c9191 !important;
}

.footer-block__list-social {
  margin: 0 !important;
}

.newsletter-form__button {
  border: unset !important;
}

.newsletter-form__button:hover {
  border: unset !important;
}

.newsletter-form__button svg {
  fill: transparent !important;
}

.newsletter-form__button:hover svg path {
  stroke: #eeb4cc !important;
}

.footer__content-top {
  padding: 50px 0 0 !important;
}

.footer-block__item:last-child {
  display: flex !important;
  justify-content: end !important;
}

/* Custom Sale Section */
.custom-sale-section {
  margin: 40px auto 80px;
  width: 100%;
  max-width: 1640px;
  padding: 0 20px;
}

.custom-sale-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
  gap: 20px;
}

/* Default card style */
.custom-sale-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.custom-sale-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  filter: brightness(0.7);
}

.custom-button {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 9;
  padding: 10px 40px;
  color: #fff;
  background: #a6275c;
  border: 1px solid #a6275c;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  font-family: "NunitoSans", sans-serif !important;
}

/* .custom-button button {
    padding: 10px 40px;
    color: #fff;
    background: #A6275C;
    border: 1px solid #A6275C;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    font-family: 'NunitoSans', sans-serif !important;
} */
.custom-button:hover {
  color: #a6275c;
  background: transparent;
}
.custom-sale-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  z-index: 2;
}

.custom-sale-overlay h5 {
  font-size: 18px;
  text-decoration: underline;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  font-family: "NunitoSans", sans-serif !important;
  text-transform: capitalize;
}

.custom-sale-overlay h3 {
  font-size: 48px;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
}

.item-1 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.item-2 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.item-3 {
  grid-column: 2 / 3;
  grid-row: 1 / span 2;
  /* TALL CENTER ITEM */
}

.item-4 {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.item-5 {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

.product_details_div .product_heading,
.product_brand_information_div .brand_info_heading,
.cancel_policies_div .cp_heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product_details_div .product_heading svg,
.product_brand_information_div .brand_info_heading svg,
.cancel_policies_div .cp_heading svg {
  width: 3rem;
  height: 2rem;
  fill: none;
  stroke: none;
}

.product_brand_information_div .brand_info_heading svg,
.cancel_policies_div .cp_heading svg {
  height: 3rem;
}

.productView-moreItem.gift_wrap_class .product-customInformation,
.productView-moreItem.cod_class .product-customInformation,
.productView-moreItem.return_exchange_class .product-customInformation {
  flex-direction: column;
  align-items: center;
}

.custom-parent {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
  padding-top: 20px;
}

.productView-action button#product-add-to-cart,
.sidebarBlock-content .form-actions #filter__price--apply {
  color: #fff;
  background: #dc6999;
  border: 1px solid #dc6999;
  text-transform: capitalize;
  border-radius: 10px;
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
}

quantity-input
  .btn-quantity.plus:before
  quantity-input
  .btn-quantity.plus:after,
quantity-input .btn-quantity.minus:before {
  background: #474747;
}

.pvGroup-row {
  margin: 20px 0;
}

quantity-input .form-input.quantity__input {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #474747;
  border-radius: 10px;
  border: 1px solid #474747;
}

.product_details_div .productView-desc {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 18px !important;
  letter-spacing: 0px;
  color: #474747 !important;
  text-transform: capitalize;
  line-height: 30px;
}

.wash_items_div {
  display: flex;
  gap: 50px;
}
.tag h3 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #474747;
  margin: 10px 0;
}
.tag a {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #6c6c6c;
  line-height: 30px;
}
.product_brand_information_div img {
  display: block;
  margin: 0 auto;
}

.accordion .accordion-item {
  border-top: 1px solid #b5b5b5;
}

.productView-wishlist svg {
  fill: currentColor !important;
}

.share-button__button svg {
  fill: currentColor !important;
}

/* .accordion .accordion-item button[aria-expanded='true'] {
    border-top: 1px solid #B5B5B5;
}
  */
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #474747;
}

.accordion button:hover:after,
.accordion button:focus:after {
  cursor: pointer;
  color: #474747;
  border: 1px solid #474747;
}

.accordion button .accordion-title {
  padding: 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}

.accordion button .icon:before {
  display: block;
  position: absolute;
  content: "";
  top: 13px;
  left: 6px;
  width: 16px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon:after {
  display: block;
  position: absolute;
  content: "";
  top: 6px;
  left: 13px;
  width: 2px;
  height: 15px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #474747;
}

.accordion button[aria-expanded="true"] .icon:after {
  width: 0;
}

.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: max-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  padding: 10px 0 25px 0;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}
.accordion .accordion-content .metafield-rich_text_field p{
  margin: 10px 0;
}
.accordion .accordion-content .metafield-rich_text_field h3{
  margin-bottom: 20px !important; 
}
svg {
  fill: transparent !important;
}
.card-title:hover {
  color: #dc6999 !important;
  text-decoration: unset !important;
}
.site-nav-mobile svg {
  fill: currentcolor !important;
}
.site-nav-mobile .header__icon--wishlist svg {
  fill: transparent !important;
  width: 20px !important;
  height: 20px !important;
}

.site-nav-mobile.nav-account .header__link--account .title {
  font-family: "Baloo2-Medium", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #727271 !important;
}
.site-nav-mobile.nav-account .header__icon .title {
  font-family: "Baloo2-Medium", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #727271 !important;
}

@media screen and (max-width: 1400px) {
  .baby-slider .center-side h2 {
    font-size: 55px;
    line-height: 60px;
    margin: 20px 0;
  }

  .trending-now-section h2 {
    font-size: 40px;
  }

  .top-categorie-section h2 {
    font-size: 40px;
  }

  .new-arrival-section .block-content h2 {
    font-size: 60px;
  }

  .new-born-section .block-content h2 {
    font-size: 60px;
  }

  .trending-now-section .trending-grid .trending-item .trending-overlay h3 {
    font-size: 40px;
    line-height: 45px;
  }

  .trending-now-section .trending-grid .trending-item .trending-overlay h5 {
    font-size: 30px;
  }

  .custom-sale-overlay h3 {
    font-size: 40px;
  }

  .footer__content-top {
    padding: 50px 0 20px !important;
  }

  .footer-block__item {
    margin: 15px 0 !important;
  }

  .footer-block__details .rte .content-piece {
    padding: 25px;
  }

  .halo-row {
    padding: 0 20px !important;
  }

  .footer-block__link_list ul.list-unstyled li a {
    color: #474747 !important;
    font-size: 17px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .column-5 .footer-block__newsletter .newsletter-form__field-wrapper {
    display: flex !important;
  }

  .column-5
    .footer-block__newsletter
    .footer-block__newsletter-form
    .newsletter-form__button {
    width: 35% !important;
  }
}

@media screen and (max-width: 1200px) {
  .baby-slider .center-side h2 {
    font-size: 45px;
    line-height: 50px;
    margin: 20px 0;
  }

  .trending-now-section h2 {
    font-size: 30px;
  }

  .top-categorie-section h2 {
    font-size: 30px;
  }

  .new-arrival-section .block-content h2 {
    font-size: 40px;
  }

  .new-born-section .block-content h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .baby-slider .center-side p {
    font-size: 16px;
  }

  .trending-now-section .trending-grid .trending-item .trending-overlay h3 {
    font-size: 30px;
    line-height: 35px;
  }

  .trending-now-section .trending-grid .trending-item .trending-overlay h5 {
    font-size: 20px;
  }

  .marquee-item h3 {
    font-size: 35px !important;
  }

  .custom-sale-overlay h3 {
    font-size: 30px;
  }

  .list-menu a span {
    font-size: 16px;
  }

  .scrolled-past-header .header-logo .header__heading-logo {
    width: 100% !important;
    max-width: 100% !important;
  }

  .locator-button .button-link {
    font-size: 14px;
  }

  .footer__content-top {
    padding: 30px 0 0 !important;
  }

  .footer-block__newsletter .newsletter-form__field-wrapper {
    flex-wrap: nowrap !important;
  }

  .footer-block__list-social .list-social__item {
    width: 9% !important;
  }

  .footer-block__details .rte {
    justify-content: space-around;
  }

  .footer-block__link_list ul.list-unstyled li a {
    color: #474747 !important;
    font-size: 14px;
  }

  .footer-block__details .rte .content-piece {
    gap: 15px;
    padding: 20px;
  }

  .new-arrival-section {
    margin: 40px 20px;
  }

  .new-born-section .block-content p {
    font-size: 35px !important;
  }

  .new-born-section {
    margin: 40px 20px;
  }

  #shopify-section-template--19199674515705__1635930670b6b2f58d {
    margin: 40px 20px !important;
  }

  .top-categorie-section {
    margin: 40px auto 40px !important;
  }

  .top-categorie-section .swiper-button-prev,
  .top-categorie-section .swiper-button-next {
    height: 40px !important;
    width: 40px !important;
  }

  .custom-arrow .swiper-button-next:after,
  .custom-arrow .swiper-button-prev:after {
    font-size: 15px;
  }

  .tag-card h4 {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .column-5 .footer-block__item.footer-block__text.block__text_first {
    width: 100% !important;
  }

  .column-5 .footer-block__item.footer-block__link_list.block__text_first {
    width: 50% !important;
  }

  .footer-block__details .rte .content-piece p {
    font-size: 20px !important;
  }

  .footer-block__details .rte .content-piece .icon svg {
    height: 40px !important;
    width: 40px !important;
  }

  .column-5 .footer-block__item.footer-block__newsletter div {
    width: 100% !important;
  }

  .field {
    width: 100% !important;
  }

  .new-arrival-section .block-content {
    padding: 140px 40px;
  }
}

@media screen and (max-width: 1024px) {
  .column-5 .footer-block__item.footer-block__link_list.block__text_first {
    width: 100% !important;
  }

  .footer-block__item:last-child {
    justify-content: start !important;
  }

  .footer-block__details .rte {
    flex-direction: column !important;
    gap: 15px !important;
  }

  .footer-block__details .rte .content-piece {
    width: 45% !important;
    justify-content: start !important;
  }

  .footer-block__list-social .list-social__item {
    width: 14% !important;
  }

  .baby-slider .center-side h2 {
    font-size: 35px;
    line-height: 38px;
  }

  .baby-slider .center-side p {
    font-size: 14px;
  }

  .baby-slider .shop-button {
    font-size: 16px !important;
  }

  .baby-slider .center-side {
    padding: 20px;
  }

  .trending-now-section {
    margin: 40px auto;
  }

  .trending-now-section .trending-grid .trending-item .trending-overlay h3 {
    font-size: 25px;
    line-height: 29px;
  }

  .categories-slider h4 {
    font-size: 18px;
  }

  .marquee-item h3 {
    font-size: 27px !important;
  }

  .marquee-item img {
    height: 28px;
  }

  .new-arrival-section .block-content {
    padding: 80px 20px;
  }

  .new-arrival-section .block-content h2 {
    margin: 20px 0 !important;
  }

  .new-born-section .block-content p {
    font-size: 22px !important;
  }

  .new-arrival-section .block-content h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .new-arrival-section .block-content p {
    margin: 0 !important;
  }

  .custom-sale-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 250px;
  }

  .item-1,
  .item-2,
  .item-3,
  .item-4,
  .item-5 {
    grid-column: auto;
    grid-row: auto;
  }

  .item-3 {
    grid-column: span 2;
    grid-row: auto;
  }

  .custom-sale-section {
    margin: 40px auto;
  }

  .section-block-template--19199674515705__instagram_special_L48RFF
    .halo-block-header
    .title
    .text {
    font-size: 30px !important;
  }

  .new-born-section .block-content a {
    padding: 10px 25px;
    font-size: 16px;
  }

  .new-arrival-section .block-content a {
    padding: 10px 25px;
    font-size: 16px;
  }

  .top-categorie-section .swiper-button-prev,
  .top-categorie-section .swiper-button-next {
    top: -30px;
  }

  .custom-arrow .swiper-button-prev:after,
  .custom-arrow .swiper-button-next:after {
    top: 15px;
  }

  .product_view_custom_class .productView-wishlist {
    position: relative;
  }
}

@media screen and (max-width: 880px) {
  .baby-slider .center-side h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 10px 0;
  }

  .baby-slider .shop-button {
    padding: 10px 24px;
    margin-top: 17px;
  }

  .trending-now-section .trending-grid .trending-item .trending-overlay h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .trending-now-section .trending-grid .trending-item .trending-overlay h5 {
    font-size: 16px;
    margin: 0;
  }
  .footer-block__details .rte .content-piece {
    width: 55% !important;
  }
}

@media screen and (max-width: 768px) {
  .footer-block__mobile .footer-block__heading {
    border-bottom: unset !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .product_view_custom_class .productView-wishlist {
    top: 0 !important;
  }

  .footer-block__newsletter {
    justify-content: start !important;
  }

  .footer-block__details .rte .content-piece {
    width: 70% !important;
    justify-content: start !important;
  }

  .footer-block__mobile .footer-block__list {
    display: block !important;
  }

  .footer-block__mobile .footer-block__heading:before {
    content: unset !important;
  }

  .footer-block__mobile .footer-block__heading:after {
    content: unset !important;
  }

  .custom-sale-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }

  .item-1,
  .item-2,
  .item-3,
  .item-4,
  .item-5 {
    grid-column: auto;
    grid-row: auto;
  }

  .trending-now-section .trending-grid {
    flex-direction: column;
  }

  .trending-now-section .trending-grid .trending-item {
    width: 100%;
  }

  .baby-slider .center-side {
    padding: 5px;
  }

  .baby-slider .center-side h2 {
    font-size: 24px;
    line-height: 23px;
  }

  .baby-slider .shop-button {
    padding: 6px 19px;
    margin-top: 10px;
    font-size: 12px !important;
  }

  .baby-slider .center-side p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 575px) {
  .footer-block__list .list-unstyled {
    flex-direction: column;
  }

  .footer-block__link_list ul.list-unstyled li:not(:last-child) a::after {
    content: unset !important;
  }

  .footer-block__details .rte .content-piece {
    width: 100% !important;
    justify-content: start !important;
  }

  .column-5 .footer-block__details .image_logo img {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
  }

  .footer-block__list-social .list-social__item {
    width: 25% !important;
  }

  .footer-block__details .rte .content-piece p {
    font-size: 18px !important;
    gap: 9px;
  }

  .footer-block__details .rte .content-piece .icon svg {
    height: 30px !important;
    width: 30px !important;
  }

  .baby-slider .slide-content {
    height: 300px;
  }

  .baby-slider .slide-content .left-side img {
    height: 300px;
    object-fit: cover;
  }

  .baby-slider .slide-content .right-side img {
    height: 300px;
    object-fit: cover;
  }
  .tag-card h4 {
    font-size: 18px;
  }
  .baby-slider .center-side {
    width: 100%;
  }
  .baby-slider .slide-content .left-side {
    display: none;
  }
  .baby-slider .slide-content .right-side {
    display: none;
  }
}

.product-price {
  border-bottom: 1px solid #b5b5b5;
}

/* .view_all{
  background: #DC6999 !important;
  color: #fff !important;
  margin: 0 auto !important;
} */
.product-block .view-all-btn {
  border: 1px solid #0c9191 !important;
  color: #fff !important;
  margin: 0 !important;
  font-weight: 700 !important;
  padding: 15px 25px !important;
  width: fit-content !important;
  text-transform: capitalize !important;
  font-size: 18px !important;
  background: #0c9191 !important;
  border-radius: 10px;
}

.product-block .container-full {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-block .view-all-btn:hover {
  color: #0c9191 !important;
  background: transparent !important;
}

.customImageBanner-child {
  margin-bottom: 0 !important;
}

.slick-arrow svg {
  fill: var(--arrow-color) !important;
}

.halo-block-header.block-title--style3 .title {
  text-transform: capitalize;
}

.section-block-template--19199674515705__product_block_XDYdwm
  .halo-block-content
  .slick-arrow {
  top: calc(20% - 150px) !important;
}

.section-block-template--19199674515705__product_block_XDYdwm
  .halo-block-content
  .slick-arrow.slick-prev {
  left: auto !important;
  right: 70px !important;
  background: #6c6c6c85;
}

.section-block-template--19199674515705__product_block_XDYdwm
  .halo-block-content
  .slick-arrow.slick-next {
  left: auto !important;
  right: 30px !important;
  background: #6c6c6c85;
}

.product_view_custom_class .productView-wishlist a.wishlist-added {
  background-color: #0c9191;
}

.product_view_custom_class .productView-wishlist a {
  border-color: #0c9191;
}

.product_view_custom_class .productView-wishlist a:hover {
  background-color: #0c9191;
  border-color: #0c9191;
}

.product_view_custom_class .productView-wishlist {
  position: absolute;
  top: 0;
  right: 0;
}

.product_view_custom_class .productView-wishlist a.wishlist-added .icon,
.product_view_custom_class .productView-wishlist a:hover .icon {
  fill: #ffffff !important;
}

.product_view_custom_class .productView-wishlist .icon {
  fill: #0c9191 !important;
}

.product_view_custom_class .price-item {
  color: #0c9191 !important;
  font-family: Nunito Sans !important;
  font-weight: 700;
  font-size: 22px !important;
  line-height: 27px !important;
  letter-spacing: 0px;
}
.product_view_custom_class .price-item--regular{
  color: #474747 !important;
  font-size: 18px !important;
}
.product_view_custom_class variant-radios legend.form__label {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #222222;
}

.product_view_custom_class variant-radios {
  padding-top: 15px;
}
.product-card-layout-05 .price__sale dd.price__compare:before{
  height: 18px !important;
}
.productView-moreItem.gift_wrap_class
  .product-customInformation
  .product-customInformation__icon,
.productView-moreItem.cod_class
  .product-customInformation
  .product-customInformation__icon,
.productView-moreItem.return_exchange_class
  .product-customInformation
  .product-customInformation__icon {
  margin-bottom: 8px;
}

.product_view_custom_class variant-radios .product-form__label .text {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: capitalize;
  border-radius: 5px;
  border: 1px solid #222222;
}

.product_view_custom_class
  variant-radios
  .product-form__radio:checked
  + .product-form__label
  .text {
  border: 1px solid #d13878;
  color: #d13878;
}

.soro-zip .wrapper label {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: capitalize;
  margin: 10px 0;
}

.soro-zip .wrapper svg {
  fill: currentColor !important;
  stroke: currentColor !important;
  width: 2rem;
  height: 2rem;
}

.soro-zip .field #soro_zip_code {
  border: 1px solid #474747;
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
}

.soro-zip .field #soro_zip_code::placeholder {
  font-size: 18px;
}

.soro-zip .field #soro_check_zip_btn {
  background-color: #fff !important;
  color: #0c9191;
  position: absolute;
  width: auto;
  right: 20px;
  border: none;
  padding: 0;
  top: 12px;
  min-width: auto;
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.soro-zip .field {
  width: 50%;
}

#sorotech-zip {
  margin-bottom: 30px;
}

#zip-msg-response {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.footer-block__list-social .list-social {
  margin-left: 0 !important;
}

.footer-block__mobile .footer-block__heading,
.footer-block__newsletter .footer-block__heading {
  font-family: "Baloo2-Medium", sans-serif !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  text-transform: capitalize !important;
}

.footer-block__item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.footer-block__details .image_logo {
  margin-bottom: 10px !important;
}
.product-card-layout-05 .card-action > .variants > .button,
.variants-popup-content button.button.button2.add-to-cart-btn.is-visible {
  bottom: 20px;
  font-family: Nunito Sans !important;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #fff;
  background: #dc6999;
  border-color: #dc6999;
  border-radius: 10px;
}

.menu-lv-item span.text.header__active-menu-item.p-relative,
.menu-lv-item span.text.header__active-menu-item.link-effect {
  color: #000;
}

.footer-block__list-social .list-social {
  margin-left: 0px !important;
}

.halo-row {
  margin: 0px !important;
}

.footer-1 .footer-block__list-social .list-social {
  margin-left: 0px !important;
}

@media screen and (max-width: 767px) {
  .product_view_custom_class .halo-productView-right,
  .product_view_custom_class .halo-productView-left {
    width: 100%;
  }

  .product_view_custom_class .productView-wishlist {
    position: relative;
  }

  .footer-block__item:last-child {
    display: block !important;
  }
  .product_view_custom_class .price-item {
    font-size: 18px !important;
  }
  .trending-item img {
    width: 100% !important;
    height: 500px;
    object-fit: cover;
    border-radius: 15px;
  }

  .category-card img {
    width: 100%;
  }
}

.footer-block__details .rte .content-piece.email-wrapper .icon svg {
  fill: #0c9191 !important;
  stroke: transparent !important;
}

.footer-block__details .rte .content-piece.email-wrapper .icon svg path {
  fill: #0c9191 !important;
}

.customImageBanner--smallImg .customImageBanner-row {
  display: flex;
  flex-wrap: wrap;
}
.previewCart .previewCartProduct .product .card {
  margin-top: 20px !important;
}
@media screen and (min-width: 1025px) {
  .product_view_custom_class .productView-title {
    width: 95%;
  }
}

.halo-block-header .title .text {
  line-height: 30px;
}
.variants-popup-content {
  font-family: Nunito Sans !important;
  font-weight: 500;
}
@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-block .view-all-btn {
    font-size: 16px !important;
  }
  .top-categorie-section .view-all-btn a {
    font-size: 16px !important;
  }
  .custom-image-banner-block .halo-item .customImageBanner-child {
    padding: 0 !important;
  }
  .custom-image-banner-block
    .halo-row
    .halo-item
    + .halo-item:not(.slider__slide) {
    margin-top: 0 !important;
  }
  .footer-block__details .rte .content-piece p a,
  .footer-block__details .rte .content-piece p span,
  .footer-block__details .rte .content-piece p strong{
    font-size: 16px !important;
  }
}
@media (max-width: 575px) {
  .trending-item img {
    height: 370px;
  }
  .custom-button {
    position: absolute;
    top: 10px;
    left: 15px;
  }
}
@media (min-width: 1300px) {
  .products-grid.column-4 .product,
  .products-grid.column-5 .product {
    width: 20% !important;
  }
}
@media (max-width: 1300px) {
  .products-grid.column-4 .product,
  .products-grid.column-5 .product {
    width: 33.33% !important;
  }
}
@media (max-width: 440px) {
  .section-block-template--19199674515705__product_block_KPnphy
    .products-grid
    .product {
    width: 100% !important;
  }
}
::placeholder {
  font-family: "NunitoSans" !important;
  color: #2d2d2d66 !important;
}
.breadcrumb-bg .container {
  max-width: 1600px;
}
.toolbar {
  border-top: unset !important;
  padding-top: 0 !important;
}
.articleLookbook-block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .soro-zip .field {
    width: 100%;
  }
  .soro-zip .field #soro_check_zip_btn {
    top: 1px;
  }
  .custom-parent {
    justify-content: center;
  }
  .custom-parent .product-customInformation__content .title {
    font-size: 14px;
  }
  .product_view_custom_class .pvGroup-row {
    display: flex;
    align-items: center;
  }
  .product_view_custom_class .productView-groupTop {
    width: 70%;
  }
  .product_view_custom_class .productView-quantity {
    width: 30%;
  }
  .productView-iconZoom svg {
    fill: #323232 !important;
  }
  .product_specification_class,
  .wash_items_div {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .custom-parent .product-customInformation__content .title {
    font-size: 16px;
    text-align: center;
  }
  .product-customInformation__icon {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 880px) {
  .product_specification_class,
  .wash_items_div {
    display: block;
  }
}
@media screen and (min-width: 552px) and (max-width: 767px) {
  .soro-zip .field #soro_check_zip_btn {
    top: 10px;
  }
}
.collection-breadcrumb .breadcrumb {
  margin-bottom: 0 !important;
}
.breadcrumb a,
.breadcrumb span:not(.separate) {
  font-size: 18px !important;
  font-family: "NunitoSans", sans-serif !important;
  color: #6c6c6c !important;
}
span.bd-title a {
  color: #141414 !important;
}
.breadcrumb span.separate svg {
  width: 14px !important;
  height: 14px !important;
  top: 0 !important;
  fill: #6c6c6c !important;
}
.results-count .results {
  font-size: 12px !important;
  font-family: "NunitoSans", sans-serif !important;
}
.halo-recommendations-block .halo-block-header .title .text {
  text-transform: capitalize;
}
.halo-recommendations-block.halo-product-block .slick-arrow {
  top: calc(100% - -10px);
  background: #6c6c6c40;
  border: unset !important;
}
.halo-recommendations-block.halo-product-block .slick-arrow:hover {
  background: #6c6c6c;
}
.halo-recommendations-block.halo-product-block button.slick-prev.slick-arrow {
  left: 47% !important;
}
.halo-recommendations-block.halo-product-block button.slick-next.slick-arrow {
  right: 47% !important;
}
.toolbar .dropdown-menu.hidden-on-desktop .dropdown-menu-body li {
  font-family: "Nunito Sans";
}

.section-block-template--19199675072761__product-recommendations
  .halo-block-header
  .title {
  font-weight: 500 !important;
}
.productView-wishlist a.wishlist-added {
  border-color: #0c9191 !important;
}
.product_view_custom_class .productView-title {
    font-size: 40px !important;
    font-weight: 500;
  line-height: 42px;
  }
@media screen and (max-width: 1366px) {
  .wishlist-container h1 {
    font-size: 35px !important;
  }
  .halo-recommendations-block.halo-product-block button.slick-prev.slick-arrow {
    left: 46% !important;
  }
  .halo-recommendations-block.halo-product-block button.slick-next.slick-arrow {
    right: 46% !important;
  }
  .product_view_custom_class .productView-title {
    font-size: 38px !important;
    font-weight: 500;
  }
  .product_view_custom_class variant-radios legend.form__label {
    font-size: 20px;
  }
  .product_specification_div h3,
  .product_features_div h3,
  .wash_care_div h3,
  .items_included_div h3,
  .country_origin_div h3,
  .product_brand_information_div h3,
  .product_details_div h3,
  .cancel_policies_div .cp_heading h3 {
    font-size: 22px;
  }
  .section-block-template--19199675072761__product-recommendations
    .halo-block-header
    .title {
    font-size: 42px !important;
  }
  .productView-desc.halo-text-format {
    font-size: 16px !important;
  }
  .wishlist-container.container h1.page-header {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  #HeaderCollectionSection-template--19199674220793__banner {
    padding: 30px 20px 0 !important;
  }
  .wishlist-container h1 {
    font-size: 30px !important;
  }
  .collection-breadcrumb .breadcrumb {
    background: unset !important;
    padding-left: 25px !important;
  }
  #CollectionProductGrid {
    width: 100% !important;
  }
  .toolbar .toolbar-item .toolbar-icon.icon-filter .filter-text {
    font-size: 20px !important;
    font-family: "Nunito Sans";
  }
  .toolbar .toolbar-dropdown .label-text {
    padding: 12px 70px !important;
  }
  .toolbar .toolbar-dropdown .label-tab.hidden-on-desktop .icon-dropdown {
    right: 35px !important;
  }
  .collection-masonry
    .halo-row.halo-row--masonry
    .product-masonry-item
    .card-information {
    padding-bottom: 0 !important;
  }
  .product_view_custom_class .productView-title {
    font-size: 32px !important;
  }
  .product_view_custom_class variant-radios legend.form__label {
    font-size: 18px;
  }
  .section-block-template--19199675072761__product-recommendations
    .halo-block-header
    .title {
    font-size: 35px !important;
  }
  .productView-action button#product-add-to-cart,
  .sidebarBlock-content .form-actions #filter__price--apply {
    font-size: 16px !important;
  }
  .product_specification_div table td {
    font-size: 16px !important;
  }
  .product_specification_div span,
  .product_features_div span,
  .wash_care_div span,
  .items_included_div span,
  .cancel_policies_div .accordion-content p,
  .country_origin_div span {
    font-size: 16px !important;
  }
  .wishlist-container.container h1.page-header {
    font-size: 35px !important;
  }
  #WishlistSection-template--19199675039993__main .breadcrumb {
    background: transparent !important;
  }
}
@media screen and (max-width: 991px) {
  .halo-recommendations-block.halo-product-block button.slick-prev.slick-arrow {
    left: 45% !important;
  }
  .halo-recommendations-block.halo-product-block button.slick-next.slick-arrow {
    right: 45% !important;
  }
}
@media screen and (max-width: 768px) {
  .wishlist-container h1 {
    font-size: 25px !important;
  }
  .collection-masonry .sidebar--layout_vertical {
    padding-top: 0 !important;
  }
  .toolbar {
    padding: 0 !important;
  }
  .card .card__heading .card-title {
    font-size: 16px !important;
  }
  .price-item {
    font-size: 14px !important;
  }
  .breadcrumb a,
  .breadcrumb span:not(.separate) {
    font-size: 16px !important;
  }
  .toolbar .toolbar-item .toolbar-icon.icon-filter .filter-text {
    font-size: 18px !important;
  }
  .toolbar .toolbar-dropdown .label-text {
    font-size: 18px !important;
  }
  .sidebar--layout_1 .sidebarBlock-heading {
    font-size: 18px !important;
  }
  .facets__item input[type="checkbox"] + .form-label--checkbox {
    font-size: 14px !important;
  }
  input[type="checkbox"] + .form-label--checkbox:before {
    width: 13px !important;
    height: 13px !important;
  }
  .halo-recommendations-block.halo-product-block button.slick-prev.slick-arrow {
    left: 43% !important;
  }
  .halo-recommendations-block.halo-product-block button.slick-next.slick-arrow {
    right: 43% !important;
  }
  .section-block-template--19199675072761__product-recommendations
    .halo-block-header
    .title {
    font-size: 30px !important;
  }
  .sticky-wishlist a .icon {
    fill: #0c9191 !important;
  }

  .sticky-wishlist a.wishlist-added {
    background: #0c9191 !important;
    border-color: #0c9191 !important;
  }

  .sticky-wishlist a.wishlist-added .icon {
    fill: #fff !important;
  }
  .productView-stickyCart.style-1 .sticky-actions .button {
    font-family: Nunito Sans !important;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #fff;
    background: #dc6999;
    border-color: #dc6999;
    border-radius: 10px;
  }
  .product_specification_div h3,
  .product_features_div h3,
  .wash_care_div h3,
  .items_included_div h3,
  .country_origin_div h3,
  .product_brand_information_div h3,
  .product_details_div h3,
  .cancel_policies_div .cp_heading h3 {
    font-size: 18px !important;
  }
  .product-default .productView {
    padding-bottom: 0px !important;
  }
  .productView-container {
    padding-top: 20px !important;
  }
  .productView-moreItem.moreItem-breadcrumb .breadcrumb-bg {
    background: transparent !important;
  }
  .breadcrumb-container.style--line_clamp_1 {
    background: transparent !important;
    margin-top: 15px !important;
  }
  .section-block-template--19199675072761__product-recommendations {
    padding-top: 0px !important;
  }
  .wishlist-container.container h1.page-header {
    font-size: 25px !important;
  }
  .wishlist-table-wrapper .card .card__heading .card-title {
    font-size: 18px !important;
  }
  .wishlist-items-display.grid {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 575px) {
  .halo-recommendations-block.halo-product-block button.slick-prev.slick-arrow {
    left: 41% !important;
  }
  .halo-recommendations-block.halo-product-block button.slick-next.slick-arrow {
    right: 41% !important;
  }
  .section-block-template--19199675072761__product-recommendations
    .halo-block-header
    .title {
    font-size: 25px !important;
  }
  .product_view_custom_class .productView-title {
    font-size: 26px !important;
  }
  .product_view_custom_class variant-radios .product-form__label .text {
    font-size: 14px !important;
  }
  .footer-block__list-social .list-social__item {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 440px) {
  .halo-recommendations-block.halo-product-block button.slick-prev.slick-arrow {
    left: 39% !important;
  }
  .halo-recommendations-block.halo-product-block button.slick-next.slick-arrow {
    right: 39% !important;
  }
  .custom-parent {
    flex-direction: column;
    gap: 5px;
  }
  .product_view_custom_class .pvGroup-row {
    flex-direction: column;
    align-items: center;
  }
  .quantity__container {
    width: 100% !important;
  }
  .product_view_custom_class .productView-quantity {
    width: 100% !important;
  }
  .productView-groupTop {
    width: 100% !important;
  }
}
.sticky-product-wrapper variant-sticky-selects select,
.sticky-product-wrapper variant-sticky-selects select option {
  font-family: "NunitoSans";
  font-size: 16px;
  color: #232323;
  font-weight: 700;
}
.halo-product-block.halo-recommendations-block .card-price .price .price-item {
  font-weight: 700 !important;
  line-height: 27px;
  letter-spacing: 0px;
  color: #0c9191 !important;
}
.card-information .item-swatch-more.item .number-showmore {
  font-family: "Baloo2-Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #222222;
}
.newsletter-success-modal.halo-popup
  .halo-popup-wrapper
  .form-message--success
  svg {
  fill: #428445 !important;
}
.newsletter-success-modal.halo-popup
  .halo-popup-wrapper
  .form-message--success {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.halo-cart-sidebar .previewCart .previewCartCollection {
  display: none;
}
.halo-cart-sidebar .halo-sidebar-header .title {
  font-size: 24px;
  color: #0c9191;
}
.halo-sidebar-close svg {
  fill: #000 !important;
  stroke: rgb(0 0 0) !important;
}
.previewCartItem-remove svg {
  fill: #000 !important;
  stroke: rgb(0 0 0) !important;
}
.previewCart-wrapper {
  height: auto !important;
  gap: 20px;
}
.search-modal .header-search-close svg {
  fill: #232323 !important;
}
predictive-search .search__input {
  font-family: "NunitoSans";
  font-size: 18px;
}
predictive-search #predictive-search-results-list .icon-arrow.search-more,
predictive-search #predictive-search-results h2,
predictive-search
  #predictive-search-results-list
  #predictive-search-option-search-keywords
  a {
  font-size: 18px;
  font-family: "NunitoSans" !important;
}
.quickSearchResults {
  max-height: calc(100vh - 260px) !important;
}
@media screen and (max-width: 1024px) {
  #search-form-mobile .halo-sidebar-header {
    font-size: 14px;
    font-family: "NunitoSans" !important;
  }
  #search-form-mobile .halo-sidebar-header .card .card__heading .card-title {
    text-wrap: wrap !important;
  }
}
.person-icon svg {
  fill: transparent !important;
  stroke: #1a9797 !important;
}

.single-product-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.single-product-content p {
  font-size: 18px !important;
}
.single-product-content p strong {
  color: #000;
}

.productView-price .price__saved {
  background: transparent !important;
}
.productView-price .price.price--medium .price-item--saved {
  font-size: 18px !important;
}
.price__saved {
  display: none !important;
}
.price__label_sale {
  display: none !important;
}
.productView-badge {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  .header-nav-plain .header-logo.header-item {
    width: 367px;
    max-width: 367px;
  }
}
.show_image_loading .media--loading-effect {
  border-radius: 15px !important;
  background: transparent !important;
}

/* Search Block Design */
.search-modal.h-100v {
  height: 40px !important;
}
.modal__content {
  top: 110px !important;
  left: auto !important;
  width: 300px !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  right: 50px !important;
}
.search-modal__content {
  background: #fff !important;
}
.button-effect:hover svg {
  transform: unset !important;
}
.search__button {
  display: none !important;
}
.search-modal__content .search-modal__close-button svg {
  width: 20px !important;
}
.header__search .search-modal__form {
  max-width: 100% !important;
}
.custom-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.custom-nav-item {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.custom-nav-item::after {
    content: "▼"; 
    margin-left: 5px;
}

.custom-nav-item > a {
  text-decoration: none;
  color: #333;
  padding: 10px 5px 10px 15px;
  display: block;
}
.custom-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-submenu-item a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.custom-submenu-item a:hover {
  color: #eeb4cc !important;
}

.custom-nav-item:hover .custom-submenu {
  display: block;
}
.product .price-item--sale, .price__last .price-item--regular{
  color: #0C9191 !important;
  font-size: 24px !important;
}
.product .price-item--sale .text{
  display: none !important;  
}
@media screen and (max-width: 1200px) {
  .custom-submenu {
    font-size: 16px;
  }
}

#zip-msg-response div:nth-child(2):before {
  content: url(/cdn/shop/files/delivery_img.svg?v=1753964154);
  margin-right: 10px;
}

.halo-search-content #CollectionProductGrid {
  width: calc(100% - 0px) !important;
}
.predictive-search .products-grid.column-3 .product {
  margin-top: 0 !important;
  width: 50%;
}
.search-modal__content {
  flex-direction: row-reverse;
}
.predictive-search {
  width: calc(100% + 0rem);
}
.halo-cart-sidebar .halo-sidebar-wrapper {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

/* .products-slick-100 .slick-track{
  width: 100% !important;
} */