/** Shopify CDN: Minification failed

Line 1707:33 Unexpected ")"

**/
@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");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  letter-spacing: 0;
}

body {
  transition: all 0.15s cubic-bezier(0.76, 0, 0.24, 1);
  position: relative;
  font-family: "Poppins", sans-serif;
  overflow-x: clip !important;
  background: #fefbf5;
}

section {
  scroll-behavior: smooth;
  width: 100%;
}

button {
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
  user-select: none;
  display: block;
}

a {
  text-decoration: none;
  display: block;
  color: #303030;
}

body p {
  margin: 0;
}

:is(h1, h2, h3, h4, h5, h6) {
  font-family: "Poppins", sans-serif;
  margin: 0;
  letter-spacing: 0;
}

::selection {
  background-color: rgb(38, 34, 98);
  color: #fff;
}

body :is(.page-width, .container, .section--page-width) {
  position: relative;
  width: 100%;
  max-width: 1330px !important;
  padding: 0 20px !important;
  margin: 0 auto;
  display: block;
}

.Heading-h1 {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
}

.Heading-h2 :is(h1, h2, h3, h4, h5, h6),
.Heading-h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: capitalize;
}

.Heading-h3 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0;
}

.main__btns {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: max-content;
}

.main__btns :is(a, button) {
  padding: 10px 18px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  color: currentColor;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  z-index: 1;
  outline: none !important;
}

.main__btns :is(a, button).PURPLE_btn {
  background: #262262;
  border-color: #262262;
  transition: all 0.3s ease;
  color: #fff;
}

.main__btns :is(a, button)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.main__btns :is(a, button).PURPLE_btn::after {
     background: linear-gradient(-170deg, #13113f 40%, #262262 100%);
}

.main__btns :is(a, button):hover:after {
  transition: all 0.3s ease;
  transform: scale(20) skew(-10deg);
  opacity: 1;
}

.main__btns :is(a, button).PURPLE_btn:hover {
  transform: scale(0.99);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-color: transparent !important;
  color: #fff;
  text-shadow: 1 0 0 #fff;
}

/* Main Banner Styling */
.main__banner__Sec::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 719px;
  height: 640px;
  pointer-events: none;
  background-image: url(/cdn/shop/files/banner-stars-shape.svg?v=1770982494);
  background-repeat: no-repeat;
  animation: ROTAT 4s ease-in-out infinite;
  background-size: contain;
}

.main__banner__Sec {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 150px 0 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.main__banner__Sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgb(0 0 0 / 18%) -21.25%, rgb(0 0 0 / 85%) 100%);
  pointer-events: none;
  z-index: -1;
}

.Main__banner_rows {
  position: relative;
  display: block;
}

.main__banner_content {
  position: relative;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.main__banner_content h1 {
  color: #fff;
}

.banenr_lable {
  padding: 14px 20px;
  border-radius: 100px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #303030;
  background: #e4f0f8;
  width: fit-content;
}

.main__banner_content .ban_disx {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main__banner_content .ban_disx :is(p, span, a) {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-wrap: balance;
  letter-spacing: 0;
  color: #fff;
}

.main__banner_content .main__btns {
  margin: 0px 0 0;
}

/* Looped Logo */
.LOGO_LOP_Sec {
  position: relative;
  display: block;
  padding: 16px 0;
  background: linear-gradient(
    90deg,
    #f7f5ed -6.81%,
    #cadfee 15.51%,
    #e9daea 37.82%,
    #fce4d6 60.13%,
    #cae0ba 82.44%,
    #e8f0f6 104.76%
  );
}

.laping__logos::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.laping__logos::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(270deg, #ffffff 0%, rgba(250, 251, 244, 0) 100%);
}

.logo_rows {
  display: flex;
  align-items: center;
  gap: 60px;

  will-change: transform;
  justify-content: space-between;
  white-space: nowrap;
}

.LOGO_WRP {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.laping__logos {
  overflow: hidden;
  background: #fff;
  position: relative;
  padding: 40px 0;
  display: block;
}

.LOGO_WRP span {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #303030;
}

.LOGO_WRP span::before {
  content: "";
  position: relative;
  display: block;
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-image: url(/cdn/shop/files/box-es.svg?v=1770825361);
  background-repeat: no-repeat;
  background-size: contain;
}

@keyframes ROTAT {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* Looped Logo */
/* Products Section */
.products__section {
  position: relative;
  display: block;
  width: 100%;
  padding: 120px 0;
}

.products__section .Products__list_2count {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.products__section::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 177px;
  background-image: url(/cdn/shop/files/productsShape.svg?v=1770825363);
  background-repeat: no-repeat;
  animation: ROTAT 4s ease-in-out infinite;
  background-size: contain;
  aspect-ratio: 164/335;
}

.products__section::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 177px;
  background-image: url(/cdn/shop/files/limeStar.svg?v=1770825361);
  background-repeat: no-repeat;
  animation: ROTAT 4s ease-in-out infinite;
  background-size: contain;
  aspect-ratio: 131/87;
}

.Products__rows {
  margin-top: 60px;
  position: relative;
  display: block;
}

.product-card {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.product-card .card-gallery {
  width: calc(100% + 40px);
  position: relative;
  background: #fbfaf5;
  height: 400px;
  min-height: 400px;
  margin-bottom: 15px;
  margin-left: -20px;
}

body
  .product-card
  .card-gallery
  :is(slideshow-component, slideshow-container, slideshow-slides) {
  height: 100%;
  background: #fbfaf5;
}

body .product-card .card-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  padding: 0 !important;
}

body .search-modal .resource-card .resource-card__media img[src*=".png"] {
  width: 100px !important;
  height: 100px !important;
  object-fit: contain !important;
  margin: auto;
}

body .product-card .card-gallery img[src*=".png"] {
  width: 200px !important;
  height: 200px !important;
  object-fit: contain !important;
  aspect-ratio: 176 / 214 !important;
}

body .product-card .card-gallery .quick-add {
  display: none;
}

.product-card .card-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 20px 20px;
  height: 100%;
}

.product-card :is(.Product__title *, .Product__title h3 a, .Product__title) {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #262262;
}

.product-card .product_disx {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 268px;
}

.product-card .product_disx p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #303030;
  text-wrap: balance;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card product-price {
  position: relative;
  display: block;
  margin-top: 15px;
}

.product-card product-price > div[ref="priceContainer"] {
  display: flex;
  align-items: center;
  gap: 6px;
}

.product-card product-price > div[ref="priceContainer"] span {
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0;
  color: #303030;
}

.product-card product-price > div[ref="priceContainer"] small {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #303030;
}

.product-card product-price > div[ref="priceContainer"] .compare-at-price {
  font-weight: 400;
  opacity: 1;
  color: #878787;
  text-decoration: line-through;
}

.product-card .main__btns {
  width: 100%;
  margin-top: 30px;
  max-width: 100%;
}

.product-card .main__btns button {
  border: 1px solid #303030;
  background: transparent;
  outline: none !important;
  width: 100%;
  color: #303030;
  box-shadow: none !important;
}

.product-card .main__btns button:hover {
  background: #262262;
  border-color: #262262;
  color: #fff;
}

.product-card .main__btns button::after {
  display: none;
}

body .product-card .product-badges {
  top: 10px;
}

body .product-card .product-badges .product-badges__badge {
  /* border: 1px dashed #282561; */
  background: #282561;
  font-size: 14px;
  height: 34px;
  line-height: 1;
  font-weight: 500;
  color: rgb(255, 255, 255);
  padding: 5px 12px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  min-width: 66px;
}

body .product-card slideshow-arrows {
  mix-blend-mode: unset;
  padding: 10px;
  display: none !important;
}

body .product-card slideshow-arrows .slideshow-control {
  width: 25px;
  height: 25px;
  min-width: auto;
  min-height: auto;
  border-radius: 100px;
  border: 2px solid #ffffff2b;
  background: #262262;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 10px;
}

body .product-card slideshow-arrows .slideshow-control svg {
  width: 13px;
  height: 13px;
}

.main__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  max-width: 900px;
  margin: auto;
}
.main__heading .main__eyebrow
{
  color: #262262;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
text-transform:uppercase;
}

.main__heading h2 {
  color: #262262;
  text-wrap: balance;
  text-transform: capitalize;
}

.main__heading .main__disx {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main__heading .main__disx p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #303030;
}

/* Products Section */

/* Expert Section */
.meet_Expert_sec {
  position: relative;
  display: block;
  width: 100%;
  padding: 100px 0;
  background: #e4f0f8;
}

.meet_Expert_sec::before {
  content: "";
  position: absolute;
  left: 0%;
  top: -110px;
  width: 270px;
  background-image: url(/cdn/shop/files/expert-ban-shape.png?v=1770825361);
  background-repeat: no-repeat;
  animation: ROTAT 4s ease-in-out infinite;
  background-size: contain;
  aspect-ratio: 272/287;
}

.meet_Expert_sec .main__btns.center_btn {
  margin: 50px auto 0;
}

.expert_rows {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 60px;
}

.expert_Box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
  z-index: 1;
}

.expert_Box:nth-child(1):after {
  content: "";
  position: absolute;
  left: -70%;
  bottom: 0;
  width: 510px;
  background-image: url(/cdn/shop/files/drwaer-line.svg?v=1770825360);
  background-repeat: no-repeat;
  animation: ROTAT 4s ease-in-out infinite;
  background-size: contain;
  aspect-ratio: 514/355;
  z-index: -1;
}

.expert_Box .expert_img {
  position: relative;
  display: block;
  max-width: 480px;
  margin: auto;
}

.expert_Box:nth-child(2) .expert_img > img {
  mask-image: url(/cdn/shop/files/imagewithcontentshape.png?v=1770825361);
}

.expert_Box .expert_img > img {
  width: 100%;
  aspect-ratio: 27 / 26;
  object-fit: cover;
  mask-image: url(/cdn/shop/files/expert-mask.png?v=1770825361);
  mask-size: contain;
  mask-repeat: no-repeat;
}

.expert_Box:nth-child(2):after {
  content: "";
  position: absolute;
  right: -70%;
  top: 0;
  width: 510px;
  background-image: url(/cdn/shop/files/second_line.svg?v=1770825360);
  background-repeat: no-repeat;
  animation: ROTAT 4s ease-in-out infinite;
  background-size: contain;
  aspect-ratio: 514/355;
  z-index: -1;
}

.expert_Box:nth-child(2) .expert_img .child_expert {
  right: -80px;
  top: 0;
  left: unset;
}

.expert_Box .expert_img .child_expert:before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background-image: url(/cdn/shop/files/rounded_shape.svg?v=1770998295);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  top: -20px;
  left: -10px;
  right: 0;
}

.expert_Box .expert_img .child_expert {
  position: absolute;
  bottom: 0;
  animation: ROTAT 4s ease-in-out infinite;
  left: -80px;
  display: block;
}

.expert_Box .expert_img .child_expert img {
  width: 200px;
  height: 200px;
  mask-image: url(/cdn/shop/files/expert--child.png?v=1770825361);
  mask-size: contain;
  mask-repeat: no-repeat;
  object-fit: cover;
}

.expert_disx {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.expert_disx p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: #303030;
}

/* Expert Section */

/* Subscriptions Sections */
.subse_sec {
  position: relative;
  display: block;
  width: 100%;
  padding: 120px 0;
}

.subse_sec:before {
  content: "";
  position: absolute;
  top: -60px;
  right: 0;
  width: 190px;
  background-image: url(/cdn/shop/files/stpes_shape1.svg?v=1770825360);
  background-repeat: no-repeat;
  animation: ROTAT 4s ease-in-out infinite;
  background-size: contain;
  aspect-ratio: 38/71;
}

.subse_sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 142px;
  background-image: url(/cdn/shop/files/stepshape-2.svg?v=1770825360);
  background-repeat: no-repeat;
  animation: ROTAT 4s ease-in-out infinite;
  background-size: contain;
  aspect-ratio: 142/103;
}

.subcrip_Rows {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.step__BOX {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.step__BOX:hover .step_media {
  transform: scale(0.95);
}

.step__BOX:hover .step_media img {
  transform: scale(1.05);
}

.step__BOX:nth-child(1) .step_media {
  mask-image: url(/cdn/shop/files/step-1-mask.png?v=1770825361);
  background: #ffc1a3;
}

.step__BOX:nth-child(2) .step_media {
  mask-image: url(/cdn/shop/files/step-2-mask.png?v=1770825361);
  background: #bda8e0;
}

.step__BOX:nth-child(3) .step_media {
  background: #a6d1f0;
  mask-image: url(/cdn/shop/files/step-3-mask.png?v=1770825361);
}

.step_media {
  width: 150px;
  transition: all 0.2s ease-in-out;
  height: 140px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffc1a3;
  margin: auto;
  mask-size: contain;
  mask-repeat: no-repeat;
}

.step_media img {
  transition: all 0.2s ease-in-out;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
}

.step_info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.step_info h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #262262;
}

.step_info p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  color: #303030;
  text-wrap: balance;
}

/* Subscriptions Sections */
/* Image With Content */

.imageWithContent_sec {
  position: relative;
  display: block;
  width: 100%;
  padding: 100px 0;
}

.imageWithContent_sec.ADD_BG .imageWithContent__image {
  mask-image: url(/cdn/shop/files/bgimgwithcontentshape.png?v=1770825361);
}

.imageWithContent_sec.ADD_BG {
  background: #e4f0f8;
}

.imageWithContent_sec.left-image .withImg_Wrper {
  order: -1;
}

.imageWithContent__rows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}

.imageWithContent__Content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.imageWithContent__Content .main__btns {
  margin-top: 40px;
}

.imageWithContent__Content h2 {
  color: #262262;
  text-transform: capitalize;
}

.disxWtCont {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.disxWtCont :is(p, span, li, a) {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  list-style: disc;
  color: #303030;
}

.disxWtCont :is(ul, ol) {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 24px;
}

.imageWithContent__image {
  position: relative;
  display: block;
  width: 100%;
  height: 612px;
  mask-image: url(/cdn/shop/files/imagewithcontentshape.png?v=1770825361);
  mask-repeat: no-repeat;
  mask-size: contain;
  margin: auto;
  aspect-ratio: 45 / 43;
}

.imageWithContent__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imageWithContent_sec:not(.ADD_BG):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 155px;
  background-image: url(/cdn/shop/files/rounded--line-shape.svg?v=1770825360);
  background-repeat: no-repeat;
  animation: ROTAT 4s ease-in-out infinite;
  background-size: contain;
  aspect-ratio: 8/15;
}

.imageWithContent_sec:not(.ADD_BG)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 151px;
  background-image: url(/cdn/shop/files/img-withcontentshape.svg?v=1770825361);
  background-repeat: no-repeat;
  animation: ROTAT 4s ease-in-out infinite;
  background-size: contain;
  aspect-ratio: 151/284;
}

.withImg_Wrper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.withImg_Wrper:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 30px;
  width: 310px;
  background-image: url(/cdn/shop/files/img-shape.svg?v=1770825360);
  background-repeat: no-repeat;
  animation: ROTAT 4s ease-in-out infinite;
  background-size: contain;
  aspect-ratio: 4/3;
}

.imageWithContent_sec.ADD_BG .withImg_Wrper:before {
  width: 135px;
  aspect-ratio: 147/167;
  bottom: 80px;
  left: unset;
  right: -25px;
  background-image: url(/cdn/shop/files/bg-img-withcontent.svg?v=1770825361);
}

/* Image With Content */

/* testimoanils  */
.testiMonails_sec::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  width: 325px;
  background-image: url(/cdn/shop/files/testiShpe.svg?v=1770825360);
  background-repeat: no-repeat;
  animation: ROTAT 4s ease-in-out infinite;
  background-size: contain;
  aspect-ratio: 25/19;
}

.testiMonails_sec {
  position: relative;
  display: block;
  width: 100%;
  background: #e4f0f8;
  padding: 120px 0;
}

.testiMonails_sec .main__heading {
  max-width: 572px;
}

.testiMonails_sec .main__heading h2 {
  text-transform: capitalize;
}

.rating_main {
  display: flex;
  max-width: max-content;
  align-items: center;
  gap: 10px;
  margin: auto;
}

.rating_main span {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  color: #303030;
}

.rating_star {
  --star-size: 25px;
  --star-color: #ccc;
  --star-filled: #ff8000;
  --rating: 0;
  position: relative;
  display: inline-block;
  font-size: var(--star-size);
  line-height: 0.6;
}

.rating_star::before,
.rating_star::after {
  content: "★★★★★";
  display: block;
  pointer-events: none;
}

.rating_star::before {
  color: var(--star-color);
}

.rating_star::after {
  color: var(--star-filled);
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--rating) / 5 * 100%);
  overflow: hidden;
}

.testi__rows {
  position: relative;
  display: block;
  margin-top: 60px;
  height: 560px;
}

.testi_box {
  position: relative;
  display: block;
  height: 550px;
  border-radius: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.testi_box .testi_media {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.testi_box .testi_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testi_box .testi_Info {
  position: absolute;
  bottom: 10px;
  padding: 20px 10px;
  background: #ffffff;
  border-radius: 5px;
  width: calc(100% - 20px);
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.testi_box .testi_Info .testimedia_wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testi_box .testi_Info .testimedia_wrapper .testiMedia:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -5px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(/cdn/shop/files/rounded-author-shape.svg?v=1771000120);
  background-repeat: no-repeat;
  background-size: contain;
}

.testi_box .testi_Info .testimedia_wrapper .testiMedia {
  width: 45px;
  position: relative;
  min-width: 45px;
  height: 45px;
}

.testi_box .testi_Info .testimedia_wrapper .testiMedia img {
  width: 100%;
  height: 100%;
  mask-image: url(/cdn/shop/files/bgimgwithcontentshape.png?v=1770825361);
  mask-repeat: no-repeat;
  mask-size: contain;
  object-fit: cover;
}

.testi_box .testi_Info .testDisx {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.testi_box .testi_Info .testDisx p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #303030;
}

.author_info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.author_info h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #262262;
}

.author_info span {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
  color: #303030;
}

.Testi_slider .swiper-slide {
  height: auto;
}

.Testi_slider .swiper-slide:nth-child(even) .testi_box {
  height: 500px;
}

.testiMonails_sec .main__heading {
  position: relative;
}

.testiMonails_sec .main__heading::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -200px;
  width: 177px;
  background-image: url(/cdn/shop/files/testitop.svg?v=1770825360);
  background-repeat: no-repeat;
  animation: ROTAT 4s ease-in-out infinite;
  background-size: contain;
  aspect-ratio: 131 / 87;
}

/* testimoanils  */

/* Form */
.details_form_sec {
  position: relative;
  display: block;
  padding: 120px 0;
}

.details_form_sec::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 553px;
  background-image: url(/cdn/shop/files/rounded--lines.svg?v=1770825360);
  background-repeat: no-repeat;
  animation: ROTAT 4s ease-in-out infinite;
  background-size: contain;
  aspect-ratio: 553/157;
}

.details_rows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 64px;
}

.details_content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.details_content h2 {
  color: #262262;
}

.details_content p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #303030;
}

.details_form {
  position: relative;
  display: block;
  width: 100%;
}

.details_form form {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.details_form form .details_feild {
  width: 100%;
  position: relative;
  display: block;
}

.details_form form .details_feild input {
  border: 1px solid #00000066;
  position: relative;
  display: block;
  height: 54px;
  border-radius: 4px;
  padding: 4px 22px;
  outline: none !important;
  background: transparent;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.details_form form .details_feild input:focus {
  background: #ded7ea30;
  box-shadow: 0 3px 10px #ded7ea;
  transition: all 0.3s ease-in-out;
  border-color: transparent;
}

.details_form form .details_feild input,
.details_form form .details_feild input::placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #303030;
  opacity: 1;
}

.details_form form .details_feild:has(> input[type="email"]) {
  grid-column: span 3;
}

.details_form form .main__btns {
  margin-top: 20px;
}

/* Form */

/* Footer  */
.Footter__sec {
  position: relative;
  display: block;
  background: #262262;
}

.foot__rows {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  padding: 100px 0 60px;
}

.foot_menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.heading_foot {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #ffffff;
}

.foot_menu ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.foot_menu ul li a {
  max-width: max-content;
  position: relative;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #ffffff;
}

.foot_menu ul li a::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: bottom right;
  background: #9abcd7;
  transition: transform 0.25s ease-out;
}

.foot_menu ul li a:hover {
  color: #9abcd7;
}

.foot_menu ul li a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.Footer__logo {
  position: absolute;
  top: -50px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}

.Footer__logo img {
  width: 116px;
  height: 116px;
  object-fit: contain;
}

.pyment_icon {
  max-width: max-content;
  margin: 0 auto;
  padding-bottom: 30px;
}

.copyWrte {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 15px 0;
}

.copyWrte .copycontent {
  text-align: center;
  position: relative;
}

.copyWrte .copycontent :is(p, li, a) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
  display: inline-block;
  text-transform: capitalize;
  color: #303030;
}

/* Footer  */

body .menu-drawer__backdrop {
  background: #00000040 !important;
}

/* about US */
.inner_banner_sec {
  position: relative;
  padding: 120px 0;
  display: block;
  background: #e4f0f8;
}

.inner__bannerRows {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  max-width: 563px;
  margin: auto;
  text-align: center;
}

.inner__bannerRows h1 {
  color: #282561;
  text-transform: uppercase;
}

.inner__bannerRows .inner_disx {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.inner__bannerRows .inner_disx p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  color: #303030;
}

.inner_banner_sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 16px;
  width: 100%;
  background: linear-gradient(
    90deg,
    #f7f5ed -6.81%,
    #cadfee 15.51%,
    #e9daea 37.82%,
    #fce4d6 60.13%,
    #cae0ba 82.44%,
    #e8f0f6 104.76%
  );
}

.inner_banner_sec:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 155px;
  background-image: url(/cdn/shop/files/rounded--line-shape.svg?v=1770825360);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 8 / 15;
}

.inner_banner_sec {
  background-image: url(/cdn/shop/files/inner__shape.png?v=1770825361);
  background-repeat: no-repeat;
  background-size: 192px;
  background-position: bottom left;
}

.video__sec {
  position: relative;
  display: block;
  width: 100%;
}

.Video_Holder {
  position: relative;
  cursor: pointer;
  height: 680px;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.Video_Holder:has(.play-btn-hldr[style^="display: none;"])::before {
  opacity: 0;
}

.Video_Holder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #00000033;
}

.Video__Media {
  width: 100%;
  height: 100%;
}

.Video__Media video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.play-btn-hldr {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  transition: all 0.1s ease-in-out;
  justify-content: center;
}

.play-btn-hldr img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* about US */
/* contact Us Styling */
.contact_Us_Sec {
  position: relative;
  display: block;
  padding: 120px 0;
  width: 100%;
}

.contact_rows {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  max-width: 930px;
  margin: auto;
}

.contact__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
  width: 100%;
}

.contact_Feild {
  position: relative;
  display: block;
  width: 100%;
}

.contact_Feild :is(input, textarea, select) {
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  padding: 10px 22px;
  border-radius: 4px;
  border: 1px solid #00000066;
  background-color: transparent;
  outline: none !important;
  transition: 0.3s ease-in-out;
  box-shadow: none !important;
}

.contact_Feild :is(input, textarea, select),
.contact_Feild :is(input, textarea, select)::placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #303030;
}

.contact_Feild :is(textarea) {
  padding-top: 22px;
  resize: none;
  height: 220px;
}

.contact_btns,
.contact_Feild:has(:is(textarea, )) {
  grid-column: span 2;
}

.contact_btns {
  position: relative;
  width: 100%;
}

.contact_btns button {
  background: #262262;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  height: 60px;
  cursor: pointer;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: capitalize;
  outline: none;
  border: 1px solid #262262;
  transition: all 0.3s ease-in-out;
}

.contact_btns button:hover {
  transition: all 0.3s ease-in-out;
  color: #262262;
  background: transparent;
}

.contact_Feild :is(input, textarea, select):focus {
  box-shadow: rgb(222, 215, 234) 0px 3px 10px;
  background: rgba(222, 215, 234, 0.19);
  transition: 0.3s ease-in-out;
  border-color: transparent;
}

/* contact Us Styling */

.header-section .header__row {
  background: transparent;
}

.header-section header-component.header {
  background: #fefbf5 !important;
}

.header-section .header__columns {
  padding: 20px 0;
  align-items: center !important;
}

body header:has(.header) .header__row .overflow-menu::part(list) {
  margin: 0 !important;
  gap: 20px;
}

body
  .header
  .header-menu
  .overflow-menu
  .menu-list__list-item
  .menu-list__link {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #303030;
  margin-inline: unset !important;
  min-height: auto;
  position: relative;
  text-transform: capitalize;
}

body
  .header
  .header-menu
  .overflow-menu
  .menu-list__list-item
  .menu-list__link:before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: bottom right;
  background: #303030;
  transition: transform 0.25s ease-out;
}

body
  .header
  .header-menu
  .overflow-menu
  .menu-list__list-item
  .menu-list__link:hover {
  color: #303030;
  opacity: 0.8;
}

body
  .header
  .header-menu
  .overflow-menu
  .menu-list__list-item
  .menu-list__link:hover:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.header-section .header-menu {
  height: 20px !important;
  min-height: max-content !important;
}

body .header header-menu:only-child .overflow-menu::part(list) {
  gap: 30px;
}

body .header .header-menu .menu-list__link-title {
  padding-inline: 0;
}

/* ANNOUNCEMENT BAR */

body .shopify-section-group-header-group:has(.announcement-bar) {
  background: #282561 !important;
}

body .announcement-bar {
  border: none !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  background: #282561 !important;
}

body .announcement-bar__slide * {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #fff;
}

/* ANNOUNCEMENT BAR */
.foot_menu > summary {
  padding: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  /* Standard property for modern browsers */
}

body .contact_rows .contact-form__success {
  background: #00800014;
  border: 1px solid green;
  color: #262262;
  padding: 5px;
  border-radius: 3px;
}

.details_form .form-success {
  grid-column: span 3;
  background: #00800014;
  border: 1px solid green;
  color: #262262;
  padding: 5px;
  border-radius: 3px;
}

body .contact_rows .contact-form__error {
  background: #ff000017;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid red;
  font-size: 14px;
}

body .contact_rows .contact-form__success .icon-success,
body .contact_rows .contact-form__error .icon-error {
  width: 18px;
  height: 18px;
}

body
  .header__column
  .header-actions__cart-icon.header-actions__cart-icon--has-cart
  svg {
  mask: unset !important;
}

body .header__column .header-actions__cart-icon .cart-bubble {
  width: 14px;
  top: 10px;
  right: 7px;
}

.imageWithContent_sec.RemovedShape::before,
.imageWithContent_sec.RemovedShape::after {
  display: none;
}

/* Collections Section */
body .main-collection-grid {
  padding: 100px 0;
}

body .main-collection-grid .product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1070px;
  margin: auto;
}

body .main-collection-grid .product-grid li {
  width: 100%;
  max-width: 100%;
}

/* Collections Section */
/* Search Modal Css */
body .search-modal .search-modal__content {
  margin: auto;
}

body .search-modal .recently-viewed-wrapper,
body .search-modal .predictive-search-results__products {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body
  .search-modal
  :is(.predictive-search-results__title, .predictive-search-results__title) {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #0b0b0b;
  margin: 0;
  padding: 0;
}

body .search-modal .predictive-search-results__clear {
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline !important;
  color: #0b0b0b;
  font-weight: 400;
  opacity: 1;
}

body .search-modal .predictive-search-results__resource-header {
  height: fit-content;
  margin: 20px 0 10px;
}

body .search-modal .predictive-search-results__list {
  margin: 0;
  padding: 0;
  gap: 5px;
}

body .search-modal .predictive-search-results__list .resource-card {
  position: relative;
  border: 1px solid #e4f0f8;
  padding: 10px;
  border-radius: 10px;
  display: block;
  margin: 0 !important;
  overflow: hidden;
  background: #fbfaf5 !important;
  box-shadow: none !important;
}

body .search-modal .resource-card .resource-card__media {
  width: 100%;
  aspect-ratio: unset;
  height: 110px !important;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  display: block;
  margin-bottom: 10px;
}

body .search-modal .resource-card .resource-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .search-modal .resource-card .resource-card__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body
  .search-modal
  .resource-card
  .resource-card__content
  .resource-card__title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #262262;
}

body .search-modal .predictive-search-results__card,
body
  .search-modal
  .predictive-search-results__card:not(
    .predictive-search-results__card--product
  ) {
  padding: 0 !important;
  background: transparent !important;
  border: unset !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

body .search-modal .resource-card__image-wrapper {
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

/* Search Modal Css */
.Products__lists .swiper-slide {
  height: auto;
  width: 410px;
  margin-right: 30px;
}

.aboutShapeOne .withImg_Wrper:before {
  bottom: 65px;
  right: 0;
  width: 180px;
  aspect-ratio: 113 / 88;
  z-index: 1;
  left: unset;
  background-image: url(/cdn/shop/files/about-withcontent.svg?v=1770988282);
}

.testiMonails_sec:before {
  content: "";
  position: absolute;
  left: 0%;
  top: -110px;
  width: 270px;
  background-image: url(/cdn/shop/files/about-testi-shape-top.png?v=1770991022);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 272 / 287;
  animation: 4s ease-in-out 0s infinite normal none running ROTAT;
}

.about-image-shape-change:after {
  display: none;
}

.imageWithContent_sec.about-image-shape-change:before {
  top: -100px;
  right: 0;
  width: 190px;
  background-image: url(/cdn/shop/files/stpes_shape1.svg?v=1770825360);
  aspect-ratio: 38/71;
}

.header-section header-component.header[data-sticky-state="active"] {
  box-shadow: 0 4px 10px #00000021;
}

/* Nav Arrow Slider */
.Nav_main_swipr .btns_swiper-arrow {
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  background-color: #c9ecfc;
  border-radius: 100px;
  transition: all 0.4s ease;
  box-shadow: 0 0 20px #00000038;
}

.Nav_main_swipr .btns_swiper-arrow:hover {
  transform: scale(1.6);
}

.Nav_main_swipr .btns_swiper-arrow.swiper-button-prev.prev {
  left: 25px;
}

.Nav_main_swipr .btns_swiper-arrow.swiper-button-next.next {
  right: 25px;
}

.Nav_main_swipr .btns_swiper-arrow::before {
  content: "";
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/cdn/shop/files/arrow-right.svg?v=1771003622);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  background-position: center;
}

.Nav_main_swipr .btns_swiper-arrow.prev::before {
  transform: rotate(-90deg);
}

.Nav_main_swipr .btns_swiper-arrow::after {
  display: none;
}

/* Nav Arrow Slider */
:is(.template-index,.template-pre-landing-page) .testiMonails_sec:before {
  display: none;
}

.predictive-search-form__footer .main__btns {
  margin: auto;
}

body.template-404
  .section-content-wrapper
  div.text-block
  :is(h1, h2, h3, h5, h4, h6) {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #0b0b0b;
  text-transform: uppercase;
}

body.template-404
  .section-content-wrapper
  rte-formatter.text-block
  :is(p, a, span) {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  color: #373737;
}

/* Cart Drawer Css  */
body .cart-drawer__dialog {
  width: 35rem;
}

body .cart-drawer__dialog .cart-drawer__heading {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #262262;
}

body .cart-drawer__dialog .cart-drawer__heading .cart-bubble {
  display: none !important;
}

body .cart-drawer .cart-items__table-row .cart-items__media-container {
  padding: 6px;
  overflow: hidden;
  border: 1px dashed #2563eb;
  border-radius: 6px;
}

body .cart-drawer .cart-items__table-row .cart-items__media-container img {
  border-radius: 3px;
}

body .cart-drawer .cart-items__table-row .cart-items__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0px;
  color: #262262;
  margin-bottom: 10px;
}

body .cart-drawer .cart-items__details .cart-items__variants {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #0b0b0b;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
}

body .cart-drawer .cart-items__details > div:has(> .compare-at-price) {
  display: flex;
  align-items: center;
  gap: 10px;
}

body .cart-drawer .cart-items__price,
body .cart-drawer .cart-items__details > div > span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0b0b0b;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
}

body .cart-drawer .cart-items__details > div > s.compare-at-price {
  font-size: 20px;
  color: #a2a2a2;
  opacity: 1;
}

body .cart-drawer .cart-items__quantity .quantity-selector {
  border: 1px dashed #2563eb;
}

body .cart-drawer__summary .cart-totals__total-label {
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0px;
  color: #262262;
}

body .cart-drawer__summary text-component.cart-totals__total-value {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0px;
  color: #262262;
}

body .cart-totals__tax-note small {
  font-size: 15px !important;
  line-height: 1;
  color: #0b0b0b;
}

body .cart-drawer__summary .cart-discount__label {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0px;
  color: #0b0b0b;
  opacity: 1;
}

/* Cart Drawer Css  */
.main__btns.full_Btn {
  max-width: 100%;
  width: 100%;
}

.main__btns.full_Btn :is(a, button):hover:after {
  transform: scale(35) skew(-10deg);
}

body .cart-drawer__items .cart-items__wrapper > p {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
}

body .cart-drawer__items .cart-items__wrapper > p a {
  display: inline-block;
  text-decoration: underline;
}

.template-search .search-page__header {
  margin: 60px auto 0;
  max-width: 600px;
}

.template-search .search-page__header search-page-input-component {
  margin: 0 !important;
}

body.template-search .main-collection-grid {
  padding-top: 60px;
}

body.template-search .main-collection-grid__title {
  display: none;
}

body.template-search .search-page-input {
  background-color: rgb(228 240 248 / 57%);
  border: 1px dashed #a7d2f1;
  outline: none !important;
  box-shadow: 0 3px 10px #a7d2f14d;
}

body.template-search .search-results__no-results {
  margin-top: 10px;
}

body.template-search .search-results__no-results * {
  font-size: 14px;
  line-height: 1.3;
  color: #000 !important;
  opacity: 1 !important;
  font-weight: 500;
  max-width: 70%;
  text-align: center;
  margin: 0 auto !important;
}

/* CART PAGE */

.template-cart .ui-test-product-list {
  display: none;
}

.template-cart
  .shopify-section:not(.header-section)
  :is(.section, .cart-summary) {
  background: transparent;
  overflow: hidden;
}

.template-cart .cart-page {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  overflow: clip !important;
}

.template-cart .cart-page .mainBtn {
  margin-top: 0px !important;
}

.template-cart .cart-page__title {
  justify-content: center;
}

.template-cart .cart-page__title h1 {
  display: none;
}

.template-cart .cart-page__title .cart-bubble {
  display: none;
}

.template-cart .cart-items__table-row {
  gap: 20px;
}

.template-cart .cart-items__table-row .cart-items__details div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  max-width: max-content;
}

.template-cart .cart-items__table-row .cart-items__details div * {
  width: 100%;
}

.template-cart .cart-items__title {
  font-weight: 500;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0px;
  color: #262262;
  text-decoration: none !important;
}

.template-cart
  .cart-items__table-row
  .cart-items__details
  div
  :is(span, dd, s) {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0px;
  color: #666;
  opacity: 1;
}

.template-cart .cart-items__table-row .cart-items__details li {
  display: block;
  position: relative !important;
  margin: 10px 0 0 !important;
  font-weight: 700;
  height: auto;
  width: auto;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}

.template-cart .cart-items__table-row .cart-items__details div > span {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  min-width: fit-content;
}

.template-cart .cart-items__table-row .cart-items__details div > span s {
  color: #a2a2a2 !important;
}

.template-cart .cart-items__price {
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0px;
  color: #000;
}

.template-cart .cart-items__table-row .cart-items__media-container {
  overflow: hidden;
  border: 1px dashed #262262;
  border-radius: 6px;
}

.template-cart
  .cart-items__table-row
  .cart-items__media-container
  img[src*=".png"] {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: auto;
}

.template-cart .cart-items__table-row .cart-items__media-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.template-cart .cart-items__table-row .quantity-selector {
  border: 1px dashed #262262 !important;
}

.template-cart .cart-page__summary {
  margin-top: 60px;
  padding-top: 0 !important;
}

.template-cart .cart-page__summary {
  max-width: 600px;
  margin: 0 0 0 auto;
}

.template-cart .cart-page__summary .cart-summary__inner {
  border: 1px dashed #262262 !important;
  background: #e4f0f8;
  border-radius: 6px;
  padding: 30px;
}

.template-cart .cart-page__summary .cart-discount__label {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #262262;
}

.template-cart .cart-page__summary .cart-totals__total-label {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  color: #262262;
}

.template-cart .cart-page__summary text-component {
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  color: #262262;
}

body.template-cart .tax-note.tax-note.tax-note {
  font-size: 16px;
}

.template-cart .cart-items__media-container {
  aspect-ratio: 0.9;
}

body .cart-discount__content .main__btns button {
  font-size: 14px;
  height: 44px;
}

/* CART PAGE */
.template-cart .details_form_sec {
  display: none !important;
}

/* Products Section Starting */
.products_stack_value {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin: 30px 0 40px;
}

.products_stack_value .pdp_stk_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  text-align: center;
}

.products_stack_value .pdp_stk_box .stk_icon {
  width: auto;
  min-width: auto;
  height: 30px;
  position: relative;
  border-radius: 3px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.products_stack_value .pdp_stk_box .stk_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.products_stack_value .pdp_stk_box span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #303030;
}

/* PRODUCT PAGE */

body .product-information__grid {
  gap: 30px;
  margin: 30px 0 120px;
  display: flex !important;
}

body .product-information__grid > div {
  flex: 1 0 48.8% !important;
  max-width: 100% !important;
  min-width: auto;
}

body .product-information__grid > div > div > .group-block-content {
  gap: 0 !important;
}

body .product-information__grid .product-information__media {
  padding-right: 0px !important;
  height: fit-content;
  position: sticky;
  top: 20px;
}

body .appstle_sub_widget .appstle_circle::before {
  display: none !important;
}

body
  .product-information__grid
  .shopify-app-block:has(> .AirReviews-Widget--AppBlockSummary) {
  padding-bottom: 20px;
  border-bottom: 1px solid #30303033;
  gap: 20px;
  width: 100%;
}

body .AirReviews-StarRate .AirReviews-StarRate--Positive,
body .AirReviews-StarRate .AirReviews-StarRate--Negative {
  gap: 0px;
}

body
  .AirReviews-Widget
  .AirReviews-StarRatingWrapper
  .AirReviews-StarRate--Count {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #303030;
}

body
  .AirReviews-Widget
  .AirReviews-StarRatingWrapper
  svg.AirReviews-Star__Square,
body
  .AirReviews-Widget
  .AirReviews-StarRatingWrapper
  svg.AirReviews-Star__Classic {
  max-width: unset;
  width: 16px;
  height: 16px;
}

body
  .product-information__grid
  .product-information__media
  .product-media-container {
  height: 670px;
  min-height: 670px;
  overflow: hidden;
  border-radius: 10px;
  background: #fbfaf5;
  position: relative;
}

body
  .product-information__grid
  .product-information__media
  .product-media-container
  * {
  background: transparent;
}

body
  .product-information__grid
  .product-information__media
  .product-media-container.media-fit-contain
  img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

body
  .product-information__grid
  .product-information__media
  .product-media-container.media-fit-contain
  img[src$=".png"],
body
  .product-information__grid
  .product-information__media
  .product-media-container.media-fit-contain
  img[src*=".png?"],
body
  .product-information__grid
  .product-information__media
  .product-media-container.media-fit-contain
  img[src$=".PNG"] {
  object-fit: contain;
  display: block;
  margin: auto;
  border-radius: 10px;
  max-width: 250px;
  width: 250px;
  height: auto;
}

/* Preorder  */
body
  .product-information__grid
  .product-information__media
  .product-media-constraint-wrapper {
  width: 100%;
  height: 100%;
}

body
  .product-information__grid
  .product-information__media
  .product-media-constraint-wrapper
  .product-media {
  aspect-ratio: 0 !important;
  min-height: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
}

body
  .product-information__grid
  .product-information__media
  .product-media-container
  .product-media
  img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body
  .product-information__grid
  .product-information__media
  .product-media-container
  .product-media
  img[src$=".png"],
body
  .product-information__grid
  .product-information__media
  .product-media-container
  .product-media
  img[src*=".png?"],
body
  .product-information__grid
  .product-information__media
  .product-media-container
  .product-media
  img[src$=".PNG"] {
  object-fit: contain !important;
  display: block !important;
  margin: auto !important;
  border-radius: 0 !important;
  max-width: 250px !important;
  width: 250px !important;
  height: auto !important;
}
body
  featured-product-information
  .product-information__grid
  .product-information__media
  .product-media-container {
  height: 550px;
  min-height: 550px;
  background: #fff;
}
body
  featured-product-information
  .product-information__grid
  .product-information__media
  .slideshow-controls__thumbnails
  .slideshow-control {
  background: #fff;
}
/* Preorder  */

body
  .product-information__grid
  .product-information__media
  .slideshow-controls__thumbnails {
  padding: 0px !important;
  margin-top: 30px;
  gap: 20px;
  margin-inline: unset !important;
}

body
  .product-information__grid
  .product-information__media
  .slideshow-controls__thumbnails
  .slideshow-control {
  width: 190px;
  height: 190px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  outline: none !important;
  border: none !important;
  background: #fbfaf5;
}

body
  .product-information__grid
  .product-information__media
  .slideshow-controls__thumbnails
  .slideshow-control
  img[src$=".png"],
body
  .product-information__grid
  .product-information__media
  .slideshow-controls__thumbnails
  .slideshow-control
  img[src*=".png?"],
body
  .product-information__grid
  .product-information__media
  .slideshow-controls__thumbnails
  .slideshow-control
  img[src$=".PNG"] {
  width: 120px;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 120px;
}

body .product-information__grid .product-details {
  padding-left: 0px !important;
}

body .product-information__grid .product-details > .spacing-style {
  padding: 0px !important;
}

body .product-information__grid .spacing-style h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0;
  color: #262262;
  margin-bottom: 10px;
}

body .product-information__grid .product-details product-price {
  padding: 0px !important;
  margin: 20px 0 25px !important;
}

body
  .product-information__grid
  .product-details
  product-price
  .compare-at-price {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  color: #303030;
  opacity: 1;
}

body
  .product-information__grid
  .product-details
  product-price
  div[ref="priceContainer"] {
  display: flex;
  align-items: center;
  gap: 11px;
}

body .product-information__grid .product-details product-price .price {
  font-family: Poppins;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  color: #303030;
}

body .product-information__grid .product-details rte-formatter,
body .product-information__grid .product-details rte-formatter * {
  width: 100%;
  max-width: 100%;
}

body
  .product-information__grid
  .product-details
  rte-formatter
  :is(h1, h2, h3, h4, h5, h6) {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #303030;
  text-transform: uppercase;
  margin: 30px 0 10px;
}

body .product-information__grid .product-details rte-formatter :is(p) {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body .product-information__grid .product-details rte-formatter :is(p, li) {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #303030;
  margin: 0;
}

body
  .product-information__grid
  .product-details
  rte-formatter
  :is(p, li):has(strong) {
  color: #303030;
}

body .product-information__grid .product-details rte-formatter ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
  padding-left: 30px;
}

body .product-information__grid product-form-component {
  margin: 30px 0 0;
  display: block;
}

body .product-information__grid .product-details rte-formatter ul li {
  list-style-type: disc;
}

body
  .product-information
  .product-information__grid
  .dialog-zoomed-gallery
  .product-media-container {
  max-height: 500px;
}

body
  .product-information
  .product-information__grid
  .dialog-zoomed-gallery
  .product-media-container
  .product-media__drag-zoom-wrapper {
  height: 100%;
  aspect-ratio: unset !important;
}

body
  .product-information
  .product-information__grid
  .dialog-zoomed-gallery
  .product-media-container
  .product-media {
  height: 100%;
  aspect-ratio: unset !important;
}

body
  .product-information
  .product-information__grid
  .dialog-zoomed-gallery
  .product-media-container
  img {
  object-fit: contain !important;
  margin-left: auto;
  margin-right: auto;
}

.dialog-thumbnails-list__thumbnail img {
  object-fit: contain !important;
}

body .shopify-payment-button .shopify-payment-button__button {
  border: 1px solid #262262;
  background: transparent;
  color: #262262;
  padding: 10px 32px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  z-index: 1;
  outline: none !important;
}

body .shopify-payment-button .shopify-payment-button__button:hover {
  color: #262262;
  box-shadow: #959da533 0 8px 24px;
  background: transparent !important;
  border: 1px solid #fff;
}

body .product-information__grid .accordion .details__header {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #303030;
  padding: 20px 0;
}

body
  .product-information__grid
  .accordion
  .accordion--dividers
  .details-content {
  padding-block-end: 20px;
}

body
  .product-information__grid
  .accordion
  .details__header
  .svg-wrapper.icon-caret {
  display: none !important;
}

body
  .product-information__grid
  .accordion
  .details__header
  .svg-wrapper.icon-plus {
  display: block !important;
  width: 18px;
  height: 18px;
}

body
  .product-information__grid
  .accordion
  .details__header
  .svg-wrapper.icon-plus
  > svg {
  height: auto;
}

body .product-information__grid .accordion .details[open] .icon-plus > svg {
  color: #262262;
}

body .product-recommendations {
  margin: 100px 0;
}

body .product-recommendations .resource-list__carousel slideshow-slides {
  padding: 0 !important;
  margin: 0 !important;
}

body .product-recommendations .section-resource-list__content .text-block {
  text-align: center;
  margin: auto;
}

body
  .product-recommendations
  .section-resource-list__content
  .text-block
  :is(h1, h5, h3, h2, h4, h6) {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0px;
  color: #262262;
  text-align: center;
  text-transform: capitalize;
  margin: 0 auto 60px;
}

body
  .product-card
  .card-gallery
  :is(slideshow-component, slideshow-container, slideshow-slides) {
  height: 100%;
}

body.template-product .imgWithContent_sec {
  margin: 60px 0;
}

.sticky-add-to-cart__bar div[ref="priceContainer"] {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sticky-add-to-cart__bar div[ref="priceContainer"] span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0;
  color: #303030;
}

.sticky-add-to-cart__bar div[ref="priceContainer"] span.compare-at-price {
  color: #303030;
  font-size: 18px;
  font-weight: 400;
  opacity: 1;
}

.sticky-add-to-cart__bar .sticky-add-to-cart__title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  color: #303030;
  text-box: unset;
}

body .media-gallery--carousel slideshow-arrows {
  mix-blend-mode: unset;
  padding: 10px;
}

body .media-gallery--carousel slideshow-arrows .slideshow-control {
  width: 25px;
  height: 25px;
  border-radius: 100px;
  border: 2px solid #ffffff2b;
  background: #262262;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

body.template-product add-to-cart-component.main__btns {
  max-width: 100%;
  width: 100%;
}

body .product-information__grid add-to-cart-component.main__btns button {
  font-weight: 500;
  font-size: 20px;
  height: 60px;
}

body.template-product .accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: none !important;
}

body.template-product .accordion accordion-custom .details[open] {
  background: #ffffff;
  border-color: #ffffff;
}

body.template-product .accordion accordion-custom .details {
  border: 1px solid #303030;
  padding: 25px 30px;
  border-radius: 4px;
}

body.template-product .accordion accordion-custom .details .details__header {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #262262;
  min-height: auto;
}

body.template-product .accordion accordion-custom .details .details-content {
  padding: 10px 0 0;
}

body.template-product
  .accordion
  accordion-custom
  .details
  .details-content
  :is(.text-block, li, p, a) {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #303030;
  max-width: 97%;
}

/* PRODUCT PAGE */
.template-product media-gallery.media-gallery--carousel {
  position: relative !important;
}

.testiProduts {
  margin-top: 30px;
  position: relative;
}

.testiProduts::after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: -40px;
  width: 132px;
  pointer-events: none;
  background-image: url(/cdn/shop/files/pdp-rating-icon.svg?v=1771253637);
  background-repeat: no-repeat;
  background-size: contain;
  animation: 4s ease-in-out 0s infinite normal none running ROTAT;
  z-index: 1;
  height: 88px;
}

.testiProduts .testi_box {
  height: 100%;
}

.testiProduts .testi_box .testi_Info {
  position: relative;
  inset: 0;
  padding: 30px;
  width: 100%;
}

.product-details .testiProduts {
  display: none;
}

.Products_iCOn_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0;
}

.Products_iCOn_list .icon__Wrp {
  display: flex;
  align-items: center;
  gap: 20px;
}

.Products_iCOn_list .icon__Wrp .icon_list {
  width: 30px;
  min-width: 30px;
  height: 30px;
}

.Products_iCOn_list .icon__Wrp .icon_list img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Products_iCOn_list .icon__Wrp > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #303030;
}

.AgeBadge {
  position: relative;
  max-width: fit-content;
  height: 34px;
  padding: 3px 15px;
  background: #e4f0f8;
  border-radius: 100px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AgeBadge span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: #303030;
}

.shopify-section:has(> .product-information) {
  position: relative;
  display: block;
}

.shopify-section:has(> .product-information)::after {
  content: "";
  position: absolute;
  top: -140px;
  right: 0px;
  width: 354px;
  pointer-events: none;
  background-image: url(/cdn/shop/files/product-line.svg?v=1771253264);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 220/354;
  animation: 4s ease-in-out 0s infinite normal none running ROTAT;
  z-index: -1;
}

/* Products Section Starting */
.meet_Expert_sec.REMOVE_BG {
  background: transparent !important;
  overflow: hidden;
}

.meet_Expert_sec.REMOVE_BG::after,
.meet_Expert_sec.REMOVE_BG::before {
  display: none;
}

.subse_sec.ADD_BG {
  background: #e4f0f8;
}

.subse_sec.Remove-Shape::before,
.subse_sec.Remove-Shape::after {
  display: none;
}

.subse_sec.Large-Icon .step_media {
  width: auto;
  height: 160px;
  mask-image: unset !important;
  background: transparent;
}

.subse_sec.Large-Icon .step_media img {
  width: 100%;
  height: 100%;
}

.subse_sec.Large-Icon .step__BOX:not(:last-child) .step_media::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -140%;
  width: 114px;
  min-width: 14px;
  height: 80px;
  background-image: url(/cdn/shop/files/right-arrow-shape.svg?v=1771258198);
  background-repeat: no-repeat;
  background-size: contain;
}

.shopify-section.section-wrapper:has(#AirReviews-BlockWrapper) {
  background: #e4f0f8;
  padding: 100px 0;
}

.shopify-section.section-wrapper:has(#AirReviews-BlockWrapper)
  .shopify-block.shopify-app-block {
  width: 100%;
}

.shopify-section.section-wrapper .AirReviews-Widget__V2.desktop {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

/* Collections Secions*/
.main__collection_sec {
  position: relative;
  display: block;
  width: 100%;
  padding: 100px 0;
  background: #e4f0f8;
  z-index: 1;
}

.Collection_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  margin: 60px 0;
}

.collection__Box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.collection_media {
  position: relative;
  display: flex;
  background: #fbfaf5;
  height: 300px;
  min-height: 300px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 10px;
}

.collection_media img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}

.collection__Box:hover .collection_media img {
  transform: scale(1.05);
}

.collection_media img[src*=".png"] {
  width: auto;
  height: auto;
  object-fit: contain;
  margin: auto;
  max-width: 200px;
}

.collection__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.collection__info :is(h3, h3 a) {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  color: #262262;
}

.collection__info .coll_disx :is(p, li, span, a) {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  color: #303030;
}

.main__btns.center_btn {
  margin: auto;
}

.collection__info h3 a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.main__collection_sec:after {
  content: "";
  position: absolute;
  top: 100px;
  right: 0;
  background-image: url(/cdn/shop/files/collections-line-1.png?v=1771261392);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 290px;
  aspect-ratio: 393/533;
  z-index: -1;
}

section.main__collection_sec:before {
  content: "";
  position: absolute;
  bottom: 300px;
  left: 0;
  background-image: url(/cdn/shop/files/collections-line-3.png?v=1771261391);
  background-repeat: no-repeat;
  background-size: contain;
  width: 290px;
  z-index: -1;
  pointer-events: none;
  aspect-ratio: 393/533;
}

/* Collections Secions*/
body .AirReviews-Blocks--Title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #262262 !important;
}

body .AirReviews-Widget__FloatButtonWrapper {
  display: none;
}

body.template-product
  add-to-cart-component.main__btns
  :is(a, button):hover:after {
  transform: scale(42) skew(-10deg);
}

/* Subcription Styling */
body .appstle_sub_widget {
  margin-top: 30px !important;
}

body .appstle_sub_widget .appstle_widget_title {
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #303030;
}

body .appstle_sub_widget .appstle-tootltip-parent {
  display: none !important;
}

body .appstle_sub_widget .appstle_subscription_wrapper {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body .appstle_sub_widget .appstle_include_dropdown {
  margin: 0 !important;
}

body .appstle_sub_widget .appstle_subscription_wrapper_option {
  border: 1px solid #303030;
  border-radius: 4px !important;
  padding: 20px 30px !important;
}

body
  .appstle_sub_widget
  .appstle_subscription_wrapper_option.appstle-active-option {
  box-shadow: 0px 0px 10px 0px #00000026 !important;
  border: 4px solid #262262 !important;
  background: #e4f0f880 !important;
}

body .appstle_sub_widget .appstle_circle {
  border: 1px solid #666666 !important;
  width: 20px !important;
  min-width: 20px;
  height: 20px !important;
  outline: none !important;
  box-shadow: none !important;
}

body
  .appstle_sub_widget
  .appstle_subscription_wrapper_option.appstle-active-option
  .appstle_circle {
  width: 30px !important;
  min-width: 30px;
  height: 30px !important;
  border: 6px solid #262262 !important;
}

body .appstle_sub_widget .appstle_circle .appstle_dot {
  display: none !important;
}

body .appstle_sub_widget .appstle_subscribe_save_text,
body .appstle_sub_widget .appstle_one_time_text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #303030;
  opacity: 1;
}

body
  .appstle_sub_widget
  .appstle_subscription_wrapper_option.appstle-active-option
  :is(.appstle_subscribe_save_text, .appstle_one_time_text) {
  font-weight: 500;
  font-size: 20px;
  color: #262262;
}

body .appstle_sub_widget .appstle_subscription_amount_wrapper > span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #303030;
  text-wrap: nowrap;
}

body
  .appstle_sub_widget
  .appstle_subscription_amount_wrapper
  > span.appstle_subscription_compare_amount {
  opacity: 0.7;
}

body
  .appstle_sub_widget
  .appstle_subscription_radio_wrapper
  .appstle-save-badge {
  border: 1px dashed #282561;
  background: #e4f0f8;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  color: #282561;
  padding: 5px 12px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
}

body .appstle_sub_widget .appstle_subscribe_option {
  margin-left: 40px !important;
}

body
  .appstle_sub_widget
  .appstle_subscribe_option
  .appstle_subscribe_option_grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body
  .appstle_sub_widget
  .appstle_subscribe_option
  .appstle_subscribe_option_grid
  .appstle_select_label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1;
  letter-spacing: 0;
  color: #303030;
  text-transform: capitalize !important;
}

body .WIDGET_TYPE_7 .appstle_custom_select {
  max-width: 140px;
}

body
  #appstle_subscription_widget0
  .appstle_subscription_wrapper
  .appstle_select {
  height: 40px;
  padding: 4px 10px !important;
  border: 1px dashed #262262 !important;
  color: #262262;
}

body .appstle_custom_select:before {
  width: 5px;
  height: 5px;
}

/* Subcription Styling */
/* Pre order Section */
.childhood__Sec {
  position: relative;
  display: block;
  padding: 120px 0;
  background: #e4f0f8;
}

.child__Rows {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: space-between;
  position: relative;
  max-width: 1100px;
  margin: 60px auto 0;
}

.child_box {
  position: relative;
  display: flex;
  flex: 1 1 47%;
  flex-direction: column;
  gap: 50px;
  max-width: 470px;
  text-align: center;
}

.child_box:not(:nth-child(2)) .child_media:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15rem;
  margin: auto;
  background-image: url(/cdn/shop/files/line-wrp.png?v=1771429227);
  background-repeat: no-repeat;
  background-size: contain;
  width: 325px;
  height: 120px;
}

.child_media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 250px;
}

.child_media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.child_info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.child_info h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #262262;
}

.child_info .cld_disx {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.child_info .cld_disx :is(p, li, a) {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  color: #303030;
}

.childhood__Sec .main__btns.center_btn {
  margin-top: 60px;
}

.matter__sec {
  position: relative;
  display: block;
  width: 100%;
  padding: 120px 0;
}

.matter__sec::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 100px;
  width: 140px;
  height: 250px;
  background-image: url(/cdn/shop/files/bg-mentor.png?v=1771432758);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.Matter_Rows {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 60px auto 60px;
}

.matter__box {
  display: flex;
  flex-direction: column;
  gap: 50px;
  text-align: center;
}

.matter__box .matter_media {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.matter__box .matter_media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.matter__box .matter_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.matter__box .matter_info h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  color: #262262;
}

.matter__box .matter_info .matdisx {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.matter__box .matter_info .matdisx p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0px;
  text-align: center;
  color: #303030;
}

.matter__box:nth-child(even) {
  flex-direction: column-reverse;
}

.modran_sec {
  position: relative;
  display: block;
  padding: 120px 0;
  background: #e4f0f8;
}

.modran_Wrp {
  position: relative;
  max-width: 660px;
  margin: 60px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modran_Wrp img {
  width: 100%;
  animation: ROTAT 4s ease-in-out infinite;
  margin: auto;
  object-fit: contain;
}

.modran_Wrp::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 20px;
  width: 70px;
  height: 220px;
  background-image: url(/cdn/shop/files/stars-left.svg?v=1771435039);
  background-repeat: no-repeat;
  background-size: contain;
  animation: ROTAT 4s ease-in-out infinite;
  animation-duration: 1s;
}

.modran_Wrp::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -70px;
  width: 70px;
  height: 220px;
  background-image: url(/cdn/shop/files/stars-right.svg?v=1771435039);
  background-repeat: no-repeat;
  background-size: contain;
  animation: ROTAT 4s ease-in-out infinite;
  animation-duration: 2s;
}

.stackBX_Sec {
  position: relative;
  display: block;
  padding: 120px 0;
  background: #e4f0f8;
}

.stack__BX_WRP {
  position: relative;
  margin: 60px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.stack_BOX {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 0 1 31.7%;
}

.stack_BOX .STCK_MEDIA {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stack_BOX .STCK_MEDIA img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.stack__info {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.stack__info h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #262262;
}

.stack__disx {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stack__disx p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  color: #303030;
}

/* Pre order Section */

.pre-order-pdp-card .product-card .card-gallery {
  padding: 0px !important;
  background: #fff;
}

.pre-order-pdp-card .product-card {
  padding: 30px;
  background: #fff;
}

.pre-order-pdp-card .product-card .product-media-container {
  border-radius: 5px;
  overflow: hidden;
}

.pre-order-pdp-card .product-card :is(.Product__title) {
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  border-image-source: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  border-image-slice: 1;
}

.pre-order-pdp-card .product-card .product_disx {
  max-width: 100%;
  padding-top: 15px;
}

.pre-order-pdp-card .product-card .product_disx ul {
  margin-top: 20px;
  display: block;
}

.pre-order-pdp-card .product-card .product_disx ul li {
  margin-top: 20px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.product_disx ul {
  display: none;
}

.pre-order-pdp-card .product-card .product_disx ul li::before {
  content: "";
  position: relative;
  background-image: url(/cdn/shop/files/Icon-sm-grn.svg?v=1771862981);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  min-width: 10px;
}

body .pre-order-pdp-card .product-card slideshow-arrows {
  display: flex !important;
}

.pre-order-pdp-card .product-card .card-info {
  padding: 0px !important;
}

:is(.swiper-slide) {
  height: auto;
}

.product-card .buy-buttons-block {
  margin-top: auto;
  margin-bottom: 0;
}

.pre-order-pdp-card .swiper-slide {
  width: 520px;
}

.pre-order-pdp-card .product-card .main__btns button {
  background: #262262;
  border-color: #262262;
  color: #fff;
}

.pre-order-pdp-card .product-card .main__btns button:hover {
  border: 1px solid #303030;
  background: transparent;
  outline: none !important;
  width: 100%;
  color: #303030;
  box-shadow: none !important;
}

body .pre-order-pdp-card .product-card slideshow-arrows .slideshow-control {
  opacity: 1 !important;
}
body .pre-order-pdp-card .product-card .card-gallery {
  width: 100% !important;
  margin-left: 0;
  border-radius: 10px;
  overflow: hidden;
}
.main__btns :is(a, button).PURPLE_btn.OutlineBtn::after {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.main__btns :is(a, button).PURPLE_btn.OutlineBtn,
:is(.modran_sec) .main__btns :is(a, button).PURPLE_btn {
  background: transparent;
  border: 1px solid #303030;
  color: #303030;
}
:is(.template-index,.template-pre-landing-page) .main__btns :is(a, button).PURPLE_btn:hover:after {
  transform: scale(40) skew(-10deg);
}

.modern_wrapper .withImg_Wrper:before {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 250px;
  background-image: url(/cdn/shop/files/modran-challange.svg?v=1771949163);
  background-repeat: no-repeat;
  animation: ROTAT 4s ease-in-out infinite;
  background-size: contain;
  aspect-ratio: 272/301;
  left: unset;
}

/* Pre Order Feature Product */
body featured-product-information .product-information__grid {
  margin-top: 0 !important;
}
body featured-product-information .product-information__grid .product-details {
  background: #f1f5f6;
  border-radius: 10px;
  padding: 40px 30px !important;
}

body
  featured-product-information
  .product-information__grid
  .product-details
  :is(
    .Product__title,
    .Product__title h1,
    .Product__title h2,
    .Product__title p
  ) {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #262262;
}

body
  featured-product-information
  .product-information__grid
  .product-details
  .group-block-content:has(> .Product__title) {
  padding-bottom: 20px !important;
  border-bottom: 2px solid !important;
  border-image-source: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
  border-image-slice: 1 !important;
}

body featured-product-information .Products_iCOn_list {
  margin: 20px 0;
  padding-bottom: 20px !important;
  border-bottom: 2px solid !important;
  border-image-source: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
  border-image-slice: 1 !important;
}
body featured-product-information .Products_iCOn_list .icon__Wrp .icon_list {
  width: 15px;
  min-width: 15px;
  height: 15px;
}
body featured-product-information .Products_iCOn_list .icon__Wrp {
  gap: 12px;
}
body featured-product-information .Products_iCOn_list .icon__Wrp > span {
  font-weight: 400;
  font-size: 15px;
}
body .product-details .variant-picker__form .variant-option legend {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #303030;
  display: block;
  padding-bottom: 6px;
}
body
  .product-details
  .variant-picker__form
  .variant-option
  .variant-option__button-label {
  border: 1px solid #303030;
  padding: 10px 20px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #303030;
  background: transparent !important;
  border-radius: 6px;
  height: 54px !important;
  min-height: 54px !important;
  width: 100% !important;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body .product-details .variant-picker__form .variant-option {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body
  .product-details
  .variant-picker__form
  .variant-option
  .variant-option__button-label
  .variant-option__price {
  display: flex;
  align-items: center;
  gap: 5px 10px;
  flex-wrap: wrap;justify-content: end;
}
body
  .product-details
  .variant-picker__form
  .variant-option
  .variant-option__button-label
  .variant-option__price
  * {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #303030;
  z-index: 1;
}
body
  .product-details
  .variant-picker__form
  .variant-option
  .variant-option__button-label
  .variant-option__price
  span.option-orginal-price {
  font-weight: 400;
  text-decoration: line-through !important;
}

body
  .product-details
  .variant-picker__form
  .variant-option
  .variant-option__button-label:has(> input:checked)
  .variant-option__price
  * {
  color: #ffff !important;
}

body
  .product-details
  .variant-picker__form
  .variant-option
  .variant-option__button-label__pill {
  background: rgb(38 34 98) !important;
  left: 0;
}
body
  .product-details
  .variant-picker__form
  .variant-option
  .variant-option__button-label:has(> input:checked) {
  color: #fff;
}
body featured-product-information add-to-cart-component.main__btns button,
body featured-product-information add-to-cart-component.main__btns {
  width: 100% !important;
  max-width: 100%;
}
body
  featured-product-information
  add-to-cart-component.main__btns
  button:hover:after {
  transform: scale(40) skew(-10deg) !important;
}
body .variant-picker {
  margin: 0 !important;
  padding: 0 !important;
}
/* Pre Order Feature Product */
body .imageWithContent_sec.modern_wrapper::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 100px;
  width: 140px;
  height: 250px;
  background-image: url(/cdn/shop/files/bg-mentor.png?v=1771432758);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  display: block !important;
}
body .LOGO_Badge {
  position: absolute;
  top: 0;
  right: 0;
}
body .LOGO_Badge img {
  width: 100px;
  height: 100px;
  mask-image: url(/cdn/shop/files/badge-mask.png?v=1771954457);
  mask-size: contain;
  mask-repeat: no-repeat;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 20px;
}
.expert_Box:first-child .LOGO_Badge img {
  padding: 10px;
}
.expert_Box:nth-child(2) .LOGO_Badge {
  top: unset;
  bottom: 31px;
  right: unset;
  left: 10px;
}

:is(.template-index,.template-pre-landing-page) .details_form_sec {
  display: none;
}
/* faqs Section */
.faqs_sec {
  position: relative;
  display: block;
  margin: 120px 0;
}
.faqs_sec .main__heading {
  gap: 30px;
  max-width: 700px;
}
.faqs_sec .main__heading p {
  text-wrap: balance;
}
.faqs__rows {
  position: relative;
  max-width: 970px;
  margin: 40px auto 0;
}
.accordion_cus {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.accordion_cus .acco_cus_item.open {
  transition: all 0.2s ease-in-out;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.accordion_cus .acco_cus_item {
  border: 1px solid #303030;
  border-radius: 7px;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding: 30px;
  overflow: hidden;
}
.accordion_cus .acco_cus_item.open .acc-header::before {
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
.accordion_cus .acco_cus_item .acc-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.accordion_cus .acco_cus_item .acc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 60px;
}

.accordion_cus .acco_cus_item .acc-header::after {
  content: "";
  position: relative;
  display: block;
  background-image: url(https://cdn.shopify.com/s/files/1/0702/7281/1073/files/downarrow.svg?v=1769860009);
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  background-size: contain;
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.accordion_cus .acco_cus_item.open .acc-header::after {
  transition: all 0.2s ease-in-out;
  transform: rotate(-180deg);
  filter: brightness(0) saturate(100%) invert(27%) sepia(94%) saturate(2486%)
    hue-rotate(215deg) brightness(92%) contrast(97%);
}

.accordion_cus .acco_cus_item .acc-header span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #262262;
}
.accordion_cus .acco_cus_item .acc-itm-des-wrp {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.accordion_cus .acco_cus_item.open .acc-itm-des-wrp {
  grid-template-rows: 1fr;
}
.accordion_cus .acco_cus_item .acc-itm-des-wrp .desc-faqs {
  min-height: 0;
  max-width: 90%;
}
.accordion_cus
  .acco_cus_item
  .acc-itm-des-wrp
  .desc-faqs
  :is(p, li, span, strong) {
  padding: 15px 0 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #303030;
}

.faqs_sec .main__btns.center_btn {
  margin-top: 60px;
}
/* faqs Section */

.preorder-message a {
  display: inline;
  text-decoration: underline;
}

.preorder-message p {
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0%;
  font-size: 12px !important;
}

.preorder-message {
  line-height: 21px;
}

.preorder-card-product ul {
  padding-left: 0px !important;
}

.preorder-card-product ul li {
  padding: 7px 18px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #303030;
  text-wrap: balance;
}

.preorder-card-product ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 11px;
  background-image: url("https://hwvum3-hy.myshopify.com/cdn/shop/files/Icon-sm-grn.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.preorder-card-product ul:has(li:empty) {
  display: none;
}

.product-card__content .product-badges {
  display: flex;
  gap: 0px 10px;
}

.faqs_sec:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 190px;
  background-image: url(/cdn/shop/files/stpes_shape1.svg?v=1770825360);
  background-repeat: no-repeat;
  animation: ROTAT 4s ease-in-out infinite;
  background-size: contain;
  aspect-ratio: 38/71;
}
body
  .product-details
  .variant-picker__form
  .variant-option
  .variant-option__button-label
  .variant-option__button-label__text {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
body
  .product-details
  .variant-picker__form
  .variant-option
  .variant-option__button-label
  .variant-option__button-label__text::before {
  content: "";
  position: relative;
  display: block;
  width: 15px;
  min-width: 15px !important;
  height: 15px;
  border: 1px solid #303030;
  border-radius: 100px;
}

body
  .product-details
  .variant-picker__form
  .variant-option
  .variant-option__button-label:has(> input:checked)
  .variant-option__button-label__text::before {
  border: 1px solid #fff;
}

body
  .product-details
  .variant-picker__form
  .variant-option
  .variant-option__button-label:has(> input:checked)
  .variant-option__button-label__text::after {
  content: "";
  position: absolute;
  display: block;
  left: 4px;
  top: 0;
  width: 9px;
  min-width: 9px !important;
  height: 9px;
  background: #fff;
  border-radius: 100px;
  bottom: 0;
  margin: auto;
}
body
  .product-information__grid
  .product-information__media
  .slideshow-controls__thumbnails
  .slideshow-control[aria-selected="true"] {
  border: 1px solid #262262 !important;
  box-shadow: 0px 4px 4px 0px #00000040;
}
body
  .product-information__grid
  .product-information__media
  .slideshow-controls__thumbnails {
  padding-bottom: 10px !important;
}
.main__collection_sec.top-padding-remove {
  padding-top: 0 !important;
}
.main__collection_sec.bottom-padding-remove {
  padding-bottom: 0 !important;
}
body:is(.template-index,.template-pre-landing-page) .products__section::before {
  content: "";
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0;
  width: 169px;
  background-image: url(/cdn/shop/files/preorder-shape.svg?v=1772104594);
  background-repeat: no-repeat;
  animation: ROTAT 4s ease-in-out infinite;
  background-size: contain;
  aspect-ratio: 85/159;
}
body
  .header
  .header-menu
  .overflow-menu
  .menu-list__list-item
  .menu-list__link.menu-list__link--active {
  opacity: 0.8;
}
body
  .header
  .header-menu
  .overflow-menu
  .menu-list__list-item
  .menu-list__link.menu-list__link--active:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.shopify-section:has(> .products__section) {
  position: relative;
}

:is(.template-index,.template-pre-landing-page) .shopify-section:has(> .products__section)::after {
  background: linear-gradient(
    90deg,
    #f7f5ed -6.81%,
    #cadfee 15.51%,
    #e9daea 37.82%,
    #fce4d6 60.13%,
    #cae0ba 82.44%,
    #e8f0f6 104.76%
  );
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.tabs-nav-product {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 60px;
}
.tabs-nav {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: max-content;
}
.tabs-nav .tab-nav-tem {
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  color: #262262;
  border: 1px solid #262262;
  border-radius: 4px;
  cursor: pointer;
  padding: 0 30px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  text-align: center;
}
.tabs-nav .tab-nav-tem:hover,
.tabs-nav .tab-nav-tem.active {
  transition: all 0.3s ease-in-out;
  background-color: #262262;
  color: #fff;
}

/* Content defult page */
body .shopify-policy__container,
.Deflt_page {
  margin: 120px auto;
  position: relative;
  display: block;
}
body .shopify-policy__container {
  width: 100% !important;
  max-width: 1330px !important;
  padding: 0 20px !important;
}
:is(.shopify-policy__body, .Deflt_page) .rte :is(p, span, li, strong, a) {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0b0b0b;
}
:is(.shopify-policy__body, .Deflt_page) .rte :is(p, div):not(:last-child) {
  padding-bottom: 10px;
}
:is(.shopify-policy__body, .Deflt_page) .rte :is(h1, h2, h3, h4, h5, h6) span,
:is(.shopify-policy__body, .Deflt_page) .rte :is(h1, h2, h3, h4, h5, h6) {
  margin: 30px 0 10px !important;
  font-family: Poppins;
  font-weight: 500;
  font-size: 30px;
  color: #262262;
  line-height: 1;
  letter-spacing: 0;
  text-transform: capitalize;
}
:is(.shopify-policy__body, .Deflt_page) .rte a {
  text-decoration: underline;
}
.shopify-policy__title h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #262262;
  text-wrap: balance;
  text-transform: capitalize;
}
:is(.shopify-policy__body, .Deflt_page) .rte :is(ul, ol) {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: disc;
}
:is(.shopify-policy__body, .Deflt_page) .rte :is(ul, ol) li {
  list-style: disc;
}

/* Content defult page */

body:has(.shopify-policy__container) .details_form_sec {
  display: none;
}

.tabs_product {
  position: relative;
  animation: popAct 0.4s ease-in-out alternate;
}
@keyframes popAct {
  0% {
    opacity: 0;
    transform: scale(0.85);
    filter: blur(10px);
  }
  100% {
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
  }
}
.tabs_product:not(.active) {
  display: none;
}
.tabs_product .tab_Rows {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  max-width: 1070px;
  margin: auto;
}
body
  .product-information__grid
  product-form-component:has(.pre_order_buy_btn)
  button.shopify-payment-button__button {
  display: none;
}

.appstle_subscribe_option_grid
  :is(.appstle_select_label, .appstle_custom_select) {
  display: none !important;
}
body #appstle_subscription_widget0 .appstle_select_label {
  display: none !important;
}
.appstle_subscribe_option_grid .appstleSelectedSellingPlanOptionDescription ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}
.appstle_subscribe_option_grid
  .appstleSelectedSellingPlanOptionDescription
  :is(li, span) {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #303030;
}
.appstle_subscribe_option_grid
  .appstleSelectedSellingPlanOptionDescription
  li:before {
  content: "";
  position: relative;
  display: block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-image: url(/cdn/shop/files/check-mark-icon.svg?v=1772296907);
  background-repeat: no-repeat;
  background-size: contain;
}

body .collection__Box.greyed-out {
  opacity: 0.4;
  pointer-events: none;
  filter: grayscale(100%);
  cursor: not-allowed;
}
:is(.template-index,.template-pre-landing-page)

  .header__row
  .header__columns
  .header__column.header__column--left {
  display: none !important;
}
/* :is(.template-index,.template-pre-landing-page)
  .header__row
  .header__columns
  .header__column.header__column--right
  :is(.search-action, .account-popover,.account-drawer) {
  display: none !important;
} */
:is(.template-index,.template-pre-landing-page) .header__row .header__navigation-bar-row {
  display: none !important;
}
.collection__Box.not-linked .collection__info :is(h3, h3 a) {
  pointer-events: none;
}

.tab_Rows span.buy-buttons-block {
  grid-column: span 3;
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.product-grid__item:has(.product-unavailable) {
  pointer-events: none;
  filter: grayscale(100%);
  cursor: not-allowed;
}

.suggestion-product {
  display: grid !important;
  grid-template-columns: 0.2fr 1fr max-content;
  align-items: center !important;
  /* gap: 0px 18px; */
  margin-bottom: 0px;
  background: #ffffff;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #00000030;
  position: relative;
}

cart-items-component .cart-drawer__summary .suggestion-product {
  gap: 0px 18px;
  width: 100%;
}

.suggestion-product:has(input#AdditionalPdt:checked) {
  border-color: #262262;
}

.suggestion-product input#AdditionalPdt {
  display: none;
}

.suggestion-product .suggestion-product-media {
  border-radius: 6px;
  width: 80px;
  border: 1px solid #00000030;
  height: 80px;
  padding: 10px;
}
.suggestion-product .suggestion-product-media :is(a, img) {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: contain;
}
.suggestion-product .suggestion-product-content h4 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  text-wrap: balance;
  margin-bottom: 5px;
}
.suggestion-product .suggestion-product-content p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  text-wrap: balance;
  color: #000;
}
body
  .product-information__grid
  .suggestion-product
  add-to-cart-component.main__btns
  button {
  font-weight: 400;
  font-size: 16px;
  height: 45px;
  padding: 5px 15px;
}
.suggestion-product .suggestion-product-button .main__btns :is(a, button) {
  padding: 6px 13px;
  font-size: 14px;
  height: 40px;
}

body .product-information__grid .suggestion-product product-form-component {
  margin: 0 0;
}
body
  .product-information__grid
  .suggestion-product
  .product__pickup-availabilities {
  display: none;
}
.suggestion-product
  .suggestion-product-button
  .main__btns
  :is(a, button)
  .add-to-cart-icon,
body
  .product-information__grid
  .suggestion-product
  add-to-cart-component.main__btns
  button
  .add-to-cart-icon {
  width: 16px;
  height: 16px;
}
.cart-drawer__inner .suggestion-product {
  margin-bottom: 0 !important;
}

span.custom-checkbox {
  height: 20px;
  width: 20px;
  display: flex;
  border-radius: 10000px;
  outline: solid 2px #262262;
  transition: all 0.2s;
  outline-offset: 2px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.suggestion-product:has(input#AdditionalPdt:checked) span.custom-checkbox {
  background-color: #262262;
}

.suggestion-product-content span.sale__price {
  font-size: 16px;
  font-weight: 400;
}

.suggestion-product-content span.orginal__price {
  padding-left: 5px;
  text-decoration: line-through;
}

.suggusetion-product-caption {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  color: #262262;
  width: 100%;
}

.suggestion-product-discount-badge {
      background: #282561;
    font-size: 12px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    padding: 1px 12px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 1000px;
    margin-bottom:5px;
}
.products__section.not-linked-products .pre-order-pdp-card .product-card a {
  pointer-events: none !important;
}
.products__section.not-linked-products .pre-order-pdp-card .product-card > .product-card__link {
  display: none;
}
.products__section.not-linked-products
  .pre-order-pdp-card
  .product-card
 {
  pointer-events: none !important;
}
body
  .product-details
  .variant-picker__form
  .variant-option
  .variant-option__button-label:has(> input:checked)
  .suggestion-product-discount-badge {
  background: #fff !important;
  color:#262262;
}
featured-product-information .main__heading {
  margin-bottom: 50px;
}
body
  .product-details
  .variant-picker__form
  .variant-option
  .variant-option__button-label:has(> input:checked):nth-last-of-type(1) {
  flex-wrap: wrap !important;
}
body
  .product-details
  .variant-picker__form
  .variant-option
  .variant-option__button-label
  > .metafield-rich_text_field {
  order: 1;
  display: none;
  z-index: 1;
  margin-top: 10px;
  width:100% !important;
}
body
  .product-details
  .variant-picker__form
  .variant-option
  .variant-option__button-label:has(> input:checked)
  > .metafield-rich_text_field {
  display: block;
}
body
  .product-details
  .variant-picker__form
  .variant-option
  .variant-option__button-label:has(> input:checked)
  > .metafield-rich_text_field
  ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 40px;
  margin-bottom: 3px;
}
body
  .product-details
  .variant-picker__form
  .variant-option
  .variant-option__button-label:has(> input:checked)
  > .metafield-rich_text_field
  ul
  li {
  font-size: 12px;
  color: #fff !important;
  font-weight: 400;
  font-style: normal;
  list-style: disc !important;
}
body
  .product-details
  .variant-picker__form
  .variant-option
  .variant-option__button-label:has(> input:checked):nth-last-of-type(1) {
  height: 100% !important;
  min-height: auto !important;
}

.cart-drawer__inner .cart-items__quantity {
    grid-area: 1 / 3 / span 1 / sapn 1;
    margin-left: auto;
    margin-top: 50px;
  } 
  
body.template-landing-page .main__btns :is(a, button):hover:after {
    transform: scale(40) skew(-10deg);
}

 body.template-landing-page .header-menu__inner{
    display:none;
  }


  .matter__sec .collection_media {
    background-color: #e4f0f8;
    height: 200px;
    min-height: 200px;
    width: 200px;
    margin: 0 auto;
}

 .shopify-section:has( > featured-product-information)
{
  padding:100px 0px 0px;
}

add-to-cart-component span.add-to-cart-text__content {
    text-transform: capitalize;
}

#shopify-section-template--20658348327066__stack_boxes_section_we3NGm section.stackBX_Sec {
        padding: 0px 0px 30px;
}

#shopify-section-template--20658348327066__modern_challenge_section_cXWpcY section.modran_sec {
    background-color: #fff;
}