@font-face {
  font-family: 'Merriweather';
  src: url('/wp-content/themes/cuddlex/fonts/Merriweather-Regular.woff2') format('woff2'),
    url('/wp-content/themes/cuddlex/fonts/Merriweather-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Merriweather';
  src: url('/wp-content/themes/cuddlex/fonts/Merriweather-Bold.woff2') format('woff2'),
    url('/wp-content/themes/cuddlex/fonts/Merriweather-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/themes/cuddlex/fonts/OpenSans-Medium.woff2') format('woff2'),
    url('/wp-content/themes/cuddlex/fonts/OpenSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/themes/cuddlex/fonts/OpenSans-SemiBold.woff2') format('woff2'),
    url('/wp-content/themes/cuddlex/fonts/OpenSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/themes/cuddlex/fonts/OpenSans-Regular.woff2') format('woff2'),
    url('/wp-content/themes/cuddlex/fonts/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/themes/cuddlex/fonts/OpenSans-Light.woff2') format('woff2'),
    url('/wp-content/themes/cuddlex/fonts/OpenSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/themes/cuddlex/fonts/OpenSans-Bold.woff2') format('woff2'),
    url('/wp-content/themes/cuddlex/fonts/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AktivGrotesk';
  src: url('/wp-content/themes/cuddlex/fonts/AktivGrotesk-Bold.woff2') format('woff2'),
    url('/wp-content/themes/cuddlex/fonts/AktivGrotesk-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AktivGrotesk';
  src: url('/wp-content/themes/cuddlex/fonts/AktivGrotesk-Italic.woff2') format('woff2'),
    url('/wp-content/themes/cuddlex/fonts/AktivGrotesk-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'AktivGrotesk';
  src: url('/wp-content/themes/cuddlex/fonts/AktivGrotesk-Light.woff2') format('woff2'),
    url('/wp-content/themes/cuddlex/fonts/AktivGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AktivGrotesk';
  src: url('/wp-content/themes/cuddlex/fonts/AktivGrotesk-Medium.woff2') format('woff2'),
    url('/wp-content/themes/cuddlex/fonts/AktivGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AktivGrotesk';
  src: url('/wp-content/themes/cuddlex/fonts/AktivGrotesk-Regular.woff2') format('woff2'),
    url('/wp-content/themes/cuddlex/fonts/AktivGrotesk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body {
  overflow-x: hidden;
  font-size: 18px;
  font-family: "League Spartan", sans-serif;
}

body p {
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  line-height: 120%;
}

h2 {
  font-size: 45px;
  font-weight: 600;
  font-family: League Spartan;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
  line-height: 1;
}

.container {
  max-width: 1500px;
}

.btn {
  font-size: 18px;
  border-radius: 0;
  padding: 0px 40px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn.btn-primary {
  background: #4b1017;
  color: #fff;
  border: 1px solid #4b1017;
  padding: 0 40px;
}

.btn.btn-secondary {
  background: #90214a;
  color: #fff;
  border: 1px solid #fff;
}

.btn:focus-visible,
.btn:focus-within,
.btn:active,
.btn:focus {
  outline: none;
  box-shadow: none !important;
}

.space-medium-top {
  padding: 60px 0;
}

.page-template-homepage .top-header {
  background: #fff;
}

.page-template-homepage .top-header span {
  color: #801c41;
}

.top-header {
  display: flex;
  flex-wrap: nowrap;
  border: 0;
  background-color: #fff;
  overflow: hidden;
}

.top-header .top-header-inner {
  display: flex;
  flex-shrink: 0;
  height: 50px;
  align-items: center;
  animation: slide-left 60s linear infinite;
}

.top-header span {
  display: inline-block;
  color: #90214a;
  height: auto;
  margin: 0 10px;
}


@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.header-new {
  display: flex;
  justify-content: space-between;
  background: #801c41;
  position: static;
  padding: 10px 0;
}

.header-new .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-new .header-inner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.header-inner-right li {
  margin: 0 15px;
  display: inline-block;
}

.header-inner-right li a {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.header-inner-right li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all ease-in-out 0.3s;
}

.header-inner-right li a:hover::after {
  width: 100%;
  transition: all ease-in-out 0.3s;
}

.logo svg {
  max-width: 200px;
  height: auto;
  padding: 8px 0 12px 0;
}

.hero-banner {
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgb(144, 33, 74);
  background: linear-gradient(90deg, rgb(144, 33, 74) 43%, rgb(198, 62, 101) 77%);
  background: url("https://cuddlex.in/wp-content/uploads/2026/01/banner1.jpg")no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  min-height: calc(100vh - 135px);
}


.hero-banner .col-lg-8 {
  text-align: left;
}

.hero-banner .btn-wrapper {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-banner .fssi p {
  text-shadow: none;
  text-transform: none;
  font-size: 16px;
  max-width: 400px;
  margin-left: 20px;
}

.hero-banner .fssi {
  display: flex;
  align-items: center;
}

/* .hero-banner:after {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.20;
  } */
.hero-banner .container {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hero-banner h1 {
  font-size: 95px;
  color: #fff;
  font-family: League Spartan;
  line-height: 120%;
  margin: 10px 0 20px 0;
  max-width: 1200px;
  display: inline-block;
  text-shadow: 2px 7px 0 rgba(0, 0, 0, 0.23);
}

.hero-banner .row {
  align-items: center;
}

.hero-banner p {
  color: #fff;
  font-size: 26px;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 2px 3px 2px #000;
}

.hero-banner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.hero-banner li {
  font-size: 22px;
  color: #fff;
  margin: 0 0 10px 0;
  display: inline-flex;
  gap: 10px;
}

.hero-banner li img {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(315deg) brightness(107%) contrast(101%);
}

.main-banner-img img {
  max-height: 600px;
}


.about-info {
  background-color: #fff;
}

.space {
  padding: 100px 0;
}


.about-info .img-and-video video {
  width: 100%;
  height: auto;
}

.about-info .img-and-video {
  width: 100%;
  text-align: right;
  position: relative;
}

.about-info .img-and-video .img-wrapper {
  width: 610px;
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.about-info .img-and-video .video-wrapper {
  max-width: 450px;
  display: inline-block;
  margin-right: 75px;
}

.about-info .img-and-video .video-img {
  width: 412px;
  object-fit: cover;
  object-position: center;
  max-height: 656px;
  height: auto;
  position: relative;
  z-index: 1;
  margin: 100px 0 0 0;
  border-radius: 5px;
}

.about-info .features h4 {
  font-size: 30px;
  color: #881d47;
  font-weight: 600;
  font-family: League Spartan;
  margin: 0;
}

.about-info .features .icon {
  width: 150px;
}

.about-info .features .info {
  width: calc(100% - 170px);
}

.about-info .features p {
  color: #881d47;
}

.about-info .about-feature-wrapper {
  padding-left: 50px;
  max-width: 650px;
}

.about-info .container+.row {
  align-items: center;
}

.about-info .features {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.marquee {
  background-color: #801c41;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
  overflow: hidden;
}

.marquee span {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  animation: slide-left 60s linear infinite;
  color: #fff;
  font-size: 30px;
  gap: 10px;
  padding: 20px 0;
  height: auto;
}

.marquee span img {
  max-width: 32px;
}

@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}


h2 {
  font-size: 45px;
  font-weight: 600;
  font-family: League Spartan;
}

.page-title {
  text-align: center;
}

.page-title h2 {
  color: #90214a;
}

.page-title p {
  display: inline-block;
  max-width: 750px;
  color: #90214a;
}


.why-sassy .page-title h2,
.why-sassy .page-title p {
  color: #fff;
}

.why-sassy {
  background: #881d47;
}

.why-sassy-inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  column-count: 2;
  column-gap: 500px;
}

.why-sassy-inner ul {
  position: relative;
  margin-top: 70px;
}

.why-sassy-inner li {
  margin-bottom: 70px;
}

.why-sassy-inner .center-img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  text-align: center;
}

.why-sassy-inner .center-img .btn {
  margin-top: 30px;
}

.why-sassy-inner h3 {
  margin: 0 0 2px 0;
  font-weight: 600;
  color: #fff;
  font-family: League Spartan;
  font-size: 24px;
}

.why-sassy-inner p {
  color: #fff;
}

.new-story {
  background: #881d47;
  padding-bottom: 100px;
}

.new-story img {
  border: 1px solid #993559;
  padding: 10px;
}

.new-story .left-img-block .img-1 {
  position: absolute;
  right: -150px;
  width: 400px;
  top: -00px;
}

.new-story .left-img-block {
  padding-left: 10px;
  position: relative;
}

.new-story .right-img-block .img-4 {
  position: absolute;
  left: -150px;
  width: 400px;
  bottom: -150px;
}

.new-story .right-img-block {
  padding-right: 10px;
  position: relative;
  text-align: right;
}

.new-story .center-img-block {
  text-align: center;
}

.new-story .center-img-block img {
  padding: 0;
  border: 0;
  max-width: 100px;
}

.new-story .center-img-block h2,
.new-story .center-img-block p {
  color: #fff;
}

.main-product {
  background-color: #fff;
}

.main-product .main-product-right {
  padding-right: 0;
}

.main-product .main-product-left {
  text-align: right;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}

.main-product .main-product-right-inner {
  max-width: 750px;
  display: inline-block;
  text-align: left;
}

.main-product p,
.main-product li,
.main-product h2 {
  color: #881d47;
}

.main-product li {
  margin-bottom: 10px;
}

.main-product li img {
  max-width: 20px;
  float: left;
  margin: 7px 10px 0 0;
}

.main-product p {
  max-width: 650px;
}


.main-product-right-inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  font-size: 20px;
}

.scratch-coupon {
  background-color: #fff;
}

.scratch-coupon .row {
  align-items: center;
}

.scratch-coupon .scratch-left {
  text-align: center;
  width: 50%;
}

.scratch-coupon .scratch-right {
  width: 50%;
}

/* .scratch-coupon .scratch-left-inner {
    max-width: 400px;
    height: 400px;
    display: inline-block;
    position: relative;
  }
  
  .scratch-coupon .scratch-left-inner:before {
    content: "";
    position: absolute;
    left: 15px;
    top: -15px;
    width: 100%;
    height: 100%;
    border: 1px solid #b28d77;
    border-radius: 50%;
  } */
/* 
  .scratch-coupon .scratch-left-inner img {
    border-radius: 50%;
    position: relative;
  } */

.scratch-coupon h2,
.scratch-coupon p {
  color: #90214a;
}



.all-video {
  background: #90214a;
}

.insta-head h2 {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 34px;
  justify-content: center;
  margin-bottom: 40px;
}

.single-product .insta-head h2 img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(30%) saturate(3667%) hue-rotate(308deg) brightness(95%) contrast(98%);
}

.single-product .insta-head h2 {
  color: #90214a;
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 40px;
}



.all-video .owl-dots {
  position: absolute;
  left: 0;
  bottom: -40px;
  text-align: center;
}

.owl-dots .owl-dot.active {
  background: transparent !important;
}

.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background: #fff !important;
  border-radius: 50%;
  margin: 0 4px;
  border: 1px solid #fff !important;
}

.all-video .row .video-wrapper video {
  width: 100%;
}

.all-video .row .video-wrapper img {
  border-radius: 5px;
  max-height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.all-video {
  width: 100%;
  overflow: hidden;
}

.all-video .owl-carousel {
  padding-right: 150px;
  overflow: visible;
  margin: 0 -24px;
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.blogs {
  background-color: #fff;
}

.blogs .page-title {
  margin-bottom: 20px;
}


.blogs h3 a {
  color: #90214a;
  font-family: League Spartan;
  font-size: 32px;
  font-weight: 600;
  margin: 30px 0 10px 0;
  display: inline-block;
  text-decoration: none;
}

.blogs .img-wrapper img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

.blogs .col-lg-12 .img-wrapper img {
  aspect-ratio: 16/7;
  width: 100%;
}

.blogs p {
  color: #90214a;
}

.accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Closed accordion styles */
.accordion {
  padding: 0.5em 1em;
  cursor: pointer;
  box-shadow: 0px 0px 4px 1px #0002;
  border-radius: 2px;
  width: 100%;
}

.accordion__content {
  margin: 10px 0 0 0;
  display: none;
}

.accordion__title::before {
  content: "+";
  display: inline-block;
  margin-right: 0;
  width: 1em;
}

/* Active accordion Styles */



.accordion.accordion-active .accordion__title::before {
  content: "-";
}


.faqs {
  background-color: #90214a;
}

.faqs h2 {
  color: #fff;
  margin-bottom: 20px;
}

.faqs .accordion {
  padding: 12px 15px;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  border: 1px solid #fff;
}

.faqs .accordion h3 {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}

.accordion-wrapper p {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

footer {
  padding: 75px 0;
}

.woocommerce footer img {
  max-width: 270px;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer li a {
  color: #90214a;
  font-size: 16px;
  text-decoration: none;
}

footer li a:hover {
  text-decoration: underline;
  color: #90214a;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #90214a;
}

.footer-bottom {
  border-top: 1px solid #90214a;
  padding: 10px 0;
}


.variations_form td.value {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}



.variations_form a.reset_variations {
  display: none !important;
}

.product-detail-wrapper {
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  gap: 4%;
}

.woocommerce div.product .product_title {
  font-size: 36px;
  font-weight: 600;
  color: #000;
}

.woocommerce div.product p.price {
  color: #90214a;
  line-height: 1;
  font-size: 20px;
}

.woocommerce div.product p.price bdi {
  font-size: 30px;
}

.woocommerce div.product form.cart {
  width: 100%;
  margin-bottom: 20px;
}

.woocommerce div.product form.cart .variations .value {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-variation.single_variation {
  display: none !important;
}

.woocommerce div.product form.cart .variations .value span span {
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 10px;
}

.woocommerce div.product form.cart .variations .value span {
  display: block;
  position: relative;
  background: #fff;
  padding: 15px;
  overflow: hidden;
  border: 2px solid #90214a;
  width: calc(33% - 5px);
  font-size: 16px;
  line-height: normal;
}

.woocommerce div.product form.cart .variations .value input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 600;
  text-align: left;
  padding: 0;
  margin: 0;
  color: #90214a;
  display: block;
  line-height: 20px;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #90214a;
  font-size: 1.25em;
}

.woocommerce div.product form.cart .variations .value span:has(input:checked) span,
.woocommerce div.product form.cart .variations .value span:has(input:checked) {
  background: #90214a;
}

.woocommerce div.product form.cart .variations .value span:has(input:checked) span {
  color: #fff !important;
}

.woocommerce div.product form.cart .variations .value span:has(input:checked) label {
  color: #fff;
}


.single_variation_wrap small {
  display: block;
  font-size: 16px;
  color: #90214a;
}

.single_variation_wrap label {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  padding-left: 35px;
  color: #90214a;
}

.single_variation_wrap input {
  opacity: 0;
}

.single_variation_wrap label::before {
  border: 3px solid #90214a;
  content: "";
  position: absolute;
  left: -17px;
  top: 0;
  width: 35px;
  height: 35px;
  border-radius: 2px;
}


.single_variation_wrap input:checked+label::after {
  content: "";
  height: 10px;
  width: 25px;
  border-left: 3px solid #90214a;
  border-bottom: 3px solid #90214a;
  position: absolute;
  left: -12px;
  top: 9px;
  transform: rotate(-45deg);
}

.woocommerce div.product form.cart .variations tr {
  border: 0;
}

.woocommerce-variation-add-to-cart .quantity {
  display: none;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt {
  background-color: #90214a;
  border: 1px solid #90214a;
  font-size: 18px !important;
  font-weight: 600 !important;
  width: 100%;
  padding: 15px 20px;
  text-transform: uppercase;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
  color: #90214a !important;
  background-color: #fff;
  border: 1px solid #90214a;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover {
  background-color: #991b1b;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled {
  opacity: 0.8;
  background-color: #90214a;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.benefits p {
  margin: 6px 0;
  color: #90214a;
}

.benefits strong {
  color: #90214a;
  font-size: 20px;
}

.benefits {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  order: 3;
}

.woocommerce .entry-summary p.price {
  margin-bottom: 5px;
}

.path-2,
.path-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear alternate infinite;
}

@keyframes dash {
  from {
    stroke-dashoffset: 822;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.single_variation_wrap {
  width: 100%;
}

.single-product.woocommerce div.product div.images.woocommerce-product-gallery {
  top: 0;
  position: sticky;
}

.shipping-info strong {
  display: block;
  font-size: 22px;
  width: 100%;
  margin: 0 0 3px 0;
}

.main-shipping {
  color: #90214a;
  background: #efe8dc;
  clear: both;
  padding: 12px 20px 12px 20px;
  font-size: 17px;
  margin: 10px 0 0px 0;
  display: flex;
  order: 2;
  flex-wrap: wrap;
}

.shipping-info {
  display: flex;
  flex-wrap: wrap;
  clear: both;
}

.shipping-info h3 {
  order: 1;
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 18px;
  text-transform: uppercase;
  margin: 15px 0 5px 0;
  color: #fd0001;
}

.shipping-info span {
  font-weight: 600;
  display: inline-block;
  margin-left: 4px;
}

.shipping-info h3 {
  order: 1;
  display: flex;
}

.woocommerce-product-details__short-description p {
  color: #90214a;
}


.accordion {
  list-style: none;
  padding: 0;
}

.accordion .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}

.accordion li {
  margin: 0.5em 0;
}

.accordion li a.toggle {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.78);
  color: #fefefe;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
}

.accordion li a.toggle:hover {
  background: rgba(0, 0, 0, 0.9);
}

.single-product .accordion {
  box-shadow: none;
  border-radius: 0;
}

.single-product .accordion__title {
  font-size: 20px;
  color: #90214a;
  position: relative;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.single-product .accordion__content p {
  margin: 0 0 10px 0;
  font-size: 18px;
}

.single-product .accordion__title::before {
  content: "" !important;
  border-top: 2px solid #90214a;
  border-left: 2px solid #90214a;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-135deg);
}

.single-product .accordion-active .accordion__title::before {
  transform: rotate(-315deg);
}

.single-product .accordion__content {
  margin: 0;
  padding: 15px 0px 0px 0px;
}

.product-block-nutritional-information ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mobile-toggle-btn {
  font-weight: 600;
  border-top: 1px solid #90214a;
  max-width: 100%;
  color: #90214a;
  font-size: 18px;
  border-bottom: 1px solid #90214a;
  padding: 10px 0;
}

.product-block-nutritional-information li div {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  border-bottom: 1px solid #90214a;
  padding: 8px 0;
  color: #90214a;
}

.product-block-nutritional-information li div div {
  padding: 0;
  border: 0;
}

.content-area .product-block-nutritional-information li {
  margin: 0;
}


.woocommerce-tabs.wc-tabs-wrapper ul {
  display: none;
}

.woocommerce .entry-summary .woocommerce-product-details__short-description {
  border-top: 0px;
  padding-top: 0;
  margin-top: 0;
}


.benefits p strong {
  font-size: 18px;
  border: 0;
  display: inline;
  margin: 0;
  text-transform: none;
  font-family: "AktivGrotesk", sans-serif;
}

.benefits p {
  margin-bottom: 15px;
}

.feature-main-wrapper {
  background: #90214a;
  padding: 70px 0 20px 0;
}

.feature-main-wrapper .section-heading h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

.feature-main-wrapper .feature-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.feature-main-wrapper .feature-wrapper .img-wrapper {
  min-height: 100px;
}

.feature-main-wrapper .feature-wrapper .img-wrapper img {
  max-height: 100px;
}

.feature-main-wrapper .feature-wrapper .item {
  width: 33.33%;
  text-align: center;
  margin-bottom: 50px;
}

.feature-main-wrapper .feature-wrapper .item h3 {
  color: #fff;
}

.feature-main-wrapper .feature-wrapper .item p {
  color: #fff;
}

.feature-main-wrapper .feature-wrapper .item h3 {
  font-size: 24px;
  margin: 15px 0 20px 0;
}

.feature-main-wrapper .feature-wrapper .item p {
  display: inline-block;
  max-width: 340px;
}

.single-product .scratch-coupon {
  background-color: #fff;
}

.feature-block-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.features2 {
  background: #90214a;
}

.features2 h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 70px;
}

.feature-block-wrapper .feature-block {
  width: 33.33%;
  text-align: center;
}

.features2 .feature-block img {
  max-height: 70px;
}

.features2 .feature-block h3 {
  color: #fff;
  margin: 20px 0 10px 0;
  font-size: 24px;
  font-weight: 600;
}


.features2 .feature-block p {
  display: inline-block;
  color: #fff;
  max-width: 390px;
}

.video-block video {
  width: 100%;
}

/* .all-video-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
  } */
.video-block video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video-block::after {
  content: "";
  display: block;
  padding-bottom: 150%;
}

.video-block {
  position: relative;
}

.video-block.active img {
  display: none;
}

.video-block img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.sourced-free .itel {
  width: 150px;
  text-align: center;
}

.sourced-free .itel h4 {
  font-size: 18px;
  color: #90214a;
}

.sourced-free {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
}

.woocommerce-page footer img {
  max-width: 300px;
}

.about {
  padding: 70px 0;
}

.about h1 {
  font-size: 40px;
  font-family: League Spartan;
}

.xoo-wsc-container,
.xoo-wsc-slider {
  max-width: 450px;
}

.xoo-wsc-container,
.xoo-wsc-slider {
  right: -450px;
}

.xoo-wsc-icon-basket1::before,
.xoo-wsc-btn:hover .amount,
.xoo-wsc-footer,
.xoo-wsc-body,
.xoo-wsc-body span.amount,
.xoo-wsc-body a,
.xoo-wsc-body a {
  color: #90214a;
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  font-weight: 600;
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
  background-color: #90214a;
  border: 2px solid #90214a;
  color: #fff;
}

.xoo-wsc-items-count {
  background-color: #90214a;
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover,
.xoo-wsc-container .xoo-wsc-btn:hover {
  color: #90214a;
  border: 2px solid #90214a;
  background-color: #fff;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn {
  min-height: 50px;
}

span.xoo-el-sing-head {
  font-size: 28px;
  font-family: League Spartan;
}

span.xoo-wsch-text {
  margin-left: 8px;
  color: #90214a;
  font-family: League Spartan;
}

body .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
body .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
body .wc-block-components-form .wc-block-components-text-input label,
body .wc-block-components-text-input label {
  position: static;
  width: 100%;
  color: #90214a;
}

.wc-block-components-text-input {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

body .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input body .wc-block-components-form .wc-block-components-text-input input[type="email"],
body .wc-block-components-form .wc-block-components-text-input input[type="number"],
body .wc-block-components-form .wc-block-components-text-input input[type="tel"],
body .wc-block-components-form .wc-block-components-text-input input[type="text"],
body .wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] body .wc-block-components-form .wc-block-components-text-input input:autofill,
body .wc-block-components-form .wc-block-components-text-input.is-active input[type="email"],
body .wc-block-components-form .wc-block-components-text-input.is-active input[type="number"],
body .wc-block-components-form .wc-block-components-text-input.is-active input[type="tel"],
body .wc-block-components-form .wc-block-components-text-input.is-active input[type="text"],
body .wc-block-components-form .wc-block-components-text-input.is-active input[type="url"],
body .wc-block-components-text-input input:autofill,
.wc-block-components-text-input.is-active input[type="email"],
body .wc-block-components-text-input.is-active input[type="number"],
body .wc-block-components-text-input.is-active input[type="tel"],
body .wc-block-components-text-input.is-active input[type="text"],
body .wc-block-components-text-input.is-active input[type="url"] {
  padding: 0 10px !important;
  height: 45px;
  border-radius: 0 !important;
  margin: 10px 0 0 0;
}

body .wc-block-components-form .wc-block-components-text-input input:autofill+label,
body .wc-block-components-form .wc-block-components-text-input.is-active label,
body .wc-block-components-text-input input:autofill+label,
body .wc-block-components-text-input.is-active label {
  transform: none;
}

body .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
body .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,
body .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
body .wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
  transform: none;
}

body .wc-block-components-form .wc-block-components-text-input label,
body .wc-block-components-text-input label {
  transform: none;
}

body .wp-block-woocommerce-checkout-order-note-block span,
.wc-block-components-checkbox.wc-block-checkout__use-address-for-billing span {
  font-weight: 400;
  font-size: 16px;
}

.wc-block-components-totals-coupon__form {
  align-items: flex-end;
}

.wc-block-components-totals-coupon__form label {
  margin-bottom: 10px;
}

.wc-block-components-totals-coupon__form button {
  background: #90214a;
  border-color: #90214a;
  color: #fff;
}

.wc-block-components-totals-coupon__form button:hover {
  color: #90214a;
  background-color: #fff;
}

body.page .page-title {
  color: #90214a;
  font-family: League Spartan;
}

.wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-components-totals-item::after {
  content: 'Free Shipping';
}

footer svg {
  max-width: 200px;
  height: auto;
  margin-bottom: 40px;
}

.single-product .breadcrumb-wrap {
  display: none;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
}

#alertCookiePolicy {
  display: none;
}

.alert-cookie-policy .modal-inner {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.alert-cookie-policy .modal-box {
  background: #000;

  border-radius: 10px;
}


.alert-cookie-policy .modal-main-body {
  display: flex;
  align-items: center;
}

.alert-cookie-policy h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: League Spartan;
  margin-bottom: 5px;
  color: #fff;
}

.alert-cookie-policy p {
  font-size: 16px;
  color: #fff;
}

.alert-cookie-policy svg {
  max-width: 250px;
  height: auto;
  margin: 0 0 0px 0;
}

.alert-cookie-policy .btn {
  font-size: 14px;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
}

.modal-main-body-right {
  padding: 0 20px;
}

.alert-cookie-policy .btn.text-black {
  color: #fff;
  background: none;
  border: 1px solid #fff;
}

.alert-cookie-policy .btn.text-black:hover,
.alert-cookie-policy .btn.text-white {
  color: #000 !important;
  background: #fff;
  border: 1px solid #fff;
}

.alert-cookie-policy .btn.text-white:hover {
  color: #fff !important;
  background: none;
  border: 1px solid #fff;
}

.woocommerce div.product .product_title+.price {
  margin-bottom: 20px;
}

.site-content {
  margin-top: 50px;
}

.woocommerce div.product form.cart .variations select {
  display: none;
}

.blog-page .blog-item h2 {
  font-size: 32px;
  margin: 20px 0 10px 0;
}

.blog-page .blog-item h2 a {
  color: #90214a;
}

.blog-item .read-btn {
  background: #90214a;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  margin: 19px 0 0 0;
}

.blog-item .main-img {
  margin-bottom: 30px;
}


.wrap-ralated-posts .featured-image img,
.blog-item .main-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wrap-ralated-posts .featured-image a,
.blog-item .main-img {
  position: relative;
  display: block;
}

.wrap-ralated-posts .featured-image a:after,
.blog-item .main-img::after {
  content: "";
  display: block;
  padding-bottom: 60%;
}

.blog-banner h1 {
  font-size: 45px;
  text-align: center;
  margin: 80px 0;
  font-family: League Spartan;
  color: #90214a;
}

.tag h1.page-title,
.single-post h1.page-title {
  font-size: 45px;
  font-family: League Spartan;
  color: #90214a;
  margin: 90px 0 40px 0;
}

.tag h2,
.tag h3,
.tag h4,
.tag h5,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5 {
  font-family: League Spartan;
  margin: 50px 0 10px 0;
}

.tag p,
.single-post p {
  font-size: 16px;
  color: #000;
  line-height: 150%;
}

.tag h2,
.single-post h2 {
  font-size: 24px;
}

.tag h3,
.single-post h3 {
  font-size: 20px;
}

.widget_recent_entries ul,
.wp-block-latest-posts {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


.widget_recent_entries ul {
  margin-bottom: 50px;
}

.widget_recent_entries li a,
.wp-block-latest-posts li a {
  color: #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  display: block;
  text-decoration: none;
}

.widget_recent_entries li a:hover,
.wp-block-latest-posts li a:hover {
  text-decoration: none;
}

.wrap-ralated-posts header {
  position: static;
  background: none;
}

.wrap-ralated-posts header h3 {
  margin: 0;
}


.wrap-ralated-posts header h3 a {
  color: #000;
}

.faq-tile h1 {
  font-size: 45px;
  text-align: center;
  margin: 40px 0 40px 0px;
  font-family: League Spartan;
  color: #90214a;
}

.all-faqs h3 {
  font-size: 24px;
  font-family: League Spartan;
}

.all-faqs .faq-item {
  margin: 0 0 30px 0;
}

.all-faqs .faq-item p {
  color: #000;
  font-size: 16px;
  line-height: 1.7;
}

.tag p a,
.single-post p a {
  color: #90214a;
  text-decoration: underline;
}

.highlight {
  background: #90214a;
  color: #fff;
  padding: 20px 20px;
  font-size: 18px;
  text-align: center;
  margin: 40px 0 30px 0;
}

.highlight a {
  background: #fff;
  color: #90214a;
  display: inline-block;
  padding: 8px 10px;
  margin: 20px 0 0 0;
  font-weight: 600;
  text-transform: uppercase;
}

.blogs .col-lg-4 .img-wrapper a img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.blogs .col-lg-4 .img-wrapper a::after {
  content: "";
  display: block;
  padding-bottom: 60%;
}

.blogs .col-lg-4 .img-wrapper a::after {
  content: "";
  display: block;
  padding-bottom: 60%;
}

.blogs .col-lg-4 .img-wrapper a {
  position: relative;
  display: block;
}

.woocommerce-customer-details .woocommerce-column {
  max-width: 100%;
}

.page-id-9 h2 {
  font-size: 28px;
}


.content-area h5,
.content-area h2,
.content-area h3,
.content-area h4 {
  margin-bottom: 20px;
  font-family: League Spartan;
}

.content-area li {
  margin-bottom: 15px;
}

.content-area li,
.content-area p {
  font-size: 20px;
  line-height: 150%;
  color: #000;
}

.content-area li a {
  color: #000;
  text-decoration: underline;
}

.content-area li a:hover {
  text-decoration: none;
}

.address p {
  font-size: 16px;
  color: #90214a;
}

.address h5 {
  color: #90214a;
  font-weight: 600;
  margin: -20px 0 10px 0;
}

.single-product div.summary {
  display: flex;
  flex-wrap: wrap;
}

.single-product div.summary .product_title {
  order: 1;
  width: 100%;
}

.header-features {
  order: 2;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  border-bottom: 1px solid #90214a;
  gap: 20px;
  padding-bottom: 20px;
}

.header-features .icon {
  color: #90214a;
  background: #f4d8e3;
  border: 1px solid #90214a;
  padding: 7px 20px 5px 20px;
  border-radius: 25px;
}

.woocommerce div.product .product_title+.price {
  order: 2;
  width: 100%;
}

.single-product div.summary form {
  order: 3;
  width: 100%;
}

.single-product div.summary .sourced-free {
  order: 4;
}

.woocommerce .entry-summary .woocommerce-product-details__short-description {
  order: 5;
  width: 100%;
}

.single_variation_wrap small {
  display: block;
  font-size: 16px;
  margin: 10px 0;
  color: #90214a;
}

.content-area h5,
.content-area h2,
.content-area h3,
.content-area h4 {
  font-family: League Spartan;
}

a,
.woocommerce-message::before {
  color: #90214a;
}

.woocommerce-message {
  border-top-color: #90214a;
}

.woocommerce span.onsale {
  background-color: #90214a;
}

.woocommerce .woocommerce-message .button {
  width: auto;
  color: #fff !important;
  padding: 14px 20px;
}

.woocommerce-cart .wc-block-components-button {
  background: #90214a;
  border: 1px solid #90214a;
  text-decoration: none;
  color: #fff;
}

.woocommerce-cart .wc-block-components-button:hover {
  background: #fff;
  border: 1px solid #90214a;
  color: #90214a;
}

.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
  opacity: 1;
}


.blog-item {
  margin-bottom: 30px;
}

.blog-item a {
  text-decoration: none;
}

.blog-item h2 a:hover {
  text-decoration: underline;
}

.widget_text p {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 28px;
}

.wp-block-search__inside-wrapper button {
  background: #90214a;
  border: 1px solid #90214a;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px 10px 20px;
}

.wp-block-search__inside-wrapper input {
  height: 45px;
  border: 0;
  width: calc(100% - 107px);
}

.wp-block-search__inside-wrapper {
  border: 1px solid #90214a;
}


.video-slider .owl-item .item iframe {
  position: absolute;
  left: 15px;
  top: 0;
  width: calc(100% - 30px);
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video-slider .owl-item .item::after {
  content: "";
  display: block;
  padding-bottom: 169%;
}

.video-slider .owl-item .item {
  position: relative;
  padding: 0 15px;
}

.customer-exp .container-fluid {
  padding: 0;
}

.customer-exp {
  padding: 140px 0;
  background: #fff;
}

.customer-exp h1 {
  font-size: 45px;
  font-family: League Spartan;
  margin-bottom: 40px;
  color: #90214a;
}

.upload-video {
  padding: 125px 0;
  background: #90214a;
}

.upload-video h2 {
  font-size: 40px;
}

.upload-video p,
.upload-video h2 {
  color: #fff;
}



.upload-video input {
  height: 50px;
  width: 100%;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 16px;
  border: 0;
  color: #000;
  background: #fff;
}

.upload-video label {
  font-size: 12px;
}

.upload-video .form-group.full {
  width: 100%;
}

.upload-video .form-group {
  width: calc(50% - 10px);
}

.upload-video .form-group p {
  margin: 0;
}

.upload-video form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.upload-video button[type="submit"] {
  background: #4b1017;
  border: 0;
  text-transform: uppercase;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}

.upload-video .wpcf7+p {
  font-size: 14px;
}

.upload-video form {
  margin-top: 50px;
  clear: both;
}

.upload-video .order-2 {
  text-align: center;
}

.upload-video .upload-img-wrapper {

  display: inline-block;
  background: #ffa749;
  transform: rotate(5deg);
}

.upload-video .upload-img-wrapper video {
  float: left;
  transform: rotate(-5deg);
}

.order2 {
  order: 2;
}

.order1 {
  order: 1;
}

.right-box {
  margin-bottom: 50px;
  text-align: center;
}


.summary.entry-summary .price {
  display: block;
  order: 2;
}

.woocommerce-Reviews-title span {
  display: block;
  font-size: 24px;
  text-transform: none;
}

.woocommerce #reviews #comments h2 {
  display: none;
}

#comments::before {
  content: "Customer Reviews ";
  display: block;
  width: 100%;
  text-align: center;
  font-family: League Spartan;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #90214a;
}

#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap,
.cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap {
  align-items: flex-end;
}

.cr-histogramTable {
  margin-left: 0;
}

#reviews .cr-summaryBox-wrap {
  background-color: transparent;
}

.woocommerce #reviews #comments ol.commentlist li img {
  display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  border: 0;
  background-color: #f7f7f7;
}

div#review_form_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

span#reply-title {
  font-weight: 600;
  font-size: 22px;
  margin: 20px 0 5px 0;
  display: block;
}

.woocommerce #review_form label {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
}

.woocommerce #reviews #comments ol.commentlist {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

body p.comment-form-email {
  width: calc(50% - 10px);
  float: right;
}

body p.comment-form-author input,
body p.comment-form-email input {
  height: 45px;
  width: 100%;
}

body p.comment-form-author {
  width: calc(50% - 10px);
  float: left;
}

p.comment-form-cookies-consent label,
p.comment-form-cookies-consent input {
  width: auto;
  display: inline-block !important;
}

p.comment-form-cookies-consent {
  clear: both;
}

p.form-submit input {
  color: #fff !important;
  margin-bottom: 75px;
}

.woocommerce .star-rating {
  float: left;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  clear: both;
  margin: 25px 0 10px 0;
}

.woocommerce .star-rating span::before {
  color: #ffbc00;
}

p.comment-form-url {
  display: none;
}

.comment-respond label {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}

.comment-respond input {
  padding: 0 10px;
}

p.comment-form-comment textarea {
  width: 100%;
  height: 110px;
  padding: 10px 15px;
}

div#respond {
  max-width: 1000px;
  margin: 0 auto;
}

.comment-respond p.form-submit input {
  background: #90214a;
  border: 1px solid #90214a;
  font-weight: 600;
  padding: 10px 20px;
}

ol.commentlist li img {
  display: none;
}

.wc-block-components-product-name:hover {
  text-decoration: none;
  color: #90214a;
}

.header-cart {
  color: #fff;
  text-decoration: none;
  float: right;
  font-size: 18px;
  opacity: 0;
  pointer-events: none;
}

.header-cart:hover {
  color: #fff;
}

.wp-block-woocommerce-checkout-order-summary-fee-block {
  color: red;
}

#radio-control-wc-payment-method-options-cod__content,
.wp-block-woocommerce-checkout-order-summary-shipping-block,
#payment-method #radio-control-wc-payment-method-options-cashfree__content,
#shipping-option {
  display: none;
}

.wc-block-components-radio-control-accordion-option:has(#radio-control-wc-payment-method-options-cashfree)::after {
  content: "No Extra Charge on Prepaid Orders";
  display: block;
  margin: 70px 0 0 0;
  border: 0;
  background: none;
  color: red;
}

textarea {
  width: 100%;
}

.woocommerce .star-rating {
  line-height: 13px;
}

.woocommerce div.product div.images img {
  display: block;
  width: 100% !important;
  height: auto !important;
  box-shadow: none;
  opacity: 1 !important;
}

.footer-menu-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #801c41;
  padding: 10px 10px 0px 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  display: none;
  z-index: 3;
}

.footer-menu-bottom a span {
  display: block;
  width: 100%;
}

.footer-menu-bottom a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
}


header .header-right .toggle-btn {
  display: none;
}

.video-banner {
  position: relative;
}

.video-banner::before {
  content: "";
  position: absolute;
  left: auto;
  top: auto;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.video-banner img {
  max-height: 100vh;
  object-fit: cover;
  width: 100%;
  object-position: center;
}

.video-banner video {
  width: 100%;
  height: auto;
  min-height: calc(70vh - 120px);
  object-fit: cover;
  object-position: center;
}

.video-banner .container {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 1200px;
  padding: 100px 20px;
}

.video-banner h1 {
  font-size: 40px;
  text-shadow: 3px 4px 0 rgba(132, 18, 18, 0.8);
  color: #fff;
}

.video-banner p {
  font-size: 20px;
  max-width: 900px;
  display: inline-block;
}

.video-banner a {
  border: 1px solid #4b1017;
  color: #4b1017;
  padding: 15px 40px 12px 40px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  letter-spacing: 2px;
  background: #fff;
}

.what-position {
  background: #fed0d0;
  margin-top: -15px;
}

.what-position h2 {
  margin-bottom: 17px;
  color: #90214a;
}

.what-position p {
  color: #90214a;
}


.btn-primary {

  text-decoration: none;

  padding: 12px 030px;
  font-size: 18px;
  text-transform: uppercase;

  display: inline-block;
}

.how-card-works .btn-primary,
.what-position .btn-primary {
  background: #90214a;
  border: 1px solid #90214a;
  color: #fff;
  margin-top: 30px;
}

.why-cards {
  color: #90214a;
}

.why-cards h2 {
  margin-bottom: 40px;
}

.why-cards .card-feature h4 {
  margin-bottom: 5px;
  margin-top: 15px;
}

.why-cards .card-feature {
  text-align: center;
  margin-bottom: 30px;
}

.why-cards .card-feature .icon {
  height: 100px;
  width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 25px;
  border: 3px solid #90214a;
}

.how-card-works {
  color: #90214a;
}

.how-card-works h2 {
  margin-bottom: 25px;
}

.how-card-works ul {
  margin-top: 20px;
  font-size: 20px;
  text-align: left;
}

.card-cta {
  position: relative;
  padding: 125px 0;
}

.card-cta video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.card-cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #90214a;
  opacity: 0.7;
  z-index: 1;
}

.card-cta {
  text-align: center;
}

.card-cta h2 {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.card-cta p {
  color: #fff;
  z-index: 1;
  position: relative;
  text-align: center;
}

.card-cta .btn-primary {
  position: relative;
  z-index: 1;
  background: #90214a;
  border-color: #90214a;
  margin-top: 10px;
}

.woocommerce-ordering,
.woocommerce-result-count {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 46.2%;
}

.page-id-6 h1 {
  margin-bottom: 50px;
}

.woocommerce ul.products li.product .button {
  color: #fff;
  text-align: center;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price,
.woocommerce ul.products li.product .price del {
  color: #90214a;
}

.postid-997 .flex.flex-wrap.clear-both.gap-5 {
  display: none;
}

.postid-997 form.cart .w-full {
  display: none;
}

.postid-997 form.cart button.w-full {
  display: block;
}

.postid-997.woocommerce .entry-summary .woocommerce-product-details__short-description {
  order: 2;
}

.card-offers {
  background: url("../images/card-offer-bg.jpg")no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
}

.card-offers .item p {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin: 0;
}

.card-offers {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}

.card-offers .item {
  height: 125px;
  width: 125px;
  background: #90214a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
}

.how-card-works .content-center {
  text-align: left;
}

.postid-997 .features2 .feature-block {
  width: 25%;
  padding: 0 40px;
  margin-top: 50px;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;

  gap: 10px;
  margin-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
}

.single-post table td,
.single-post table th {
  padding: 5px;
  vertical-align: top;
}

.single-post table tr {
  border-bottom: 1px solid #000;
}

.single-post table {
  border: 1px solid;
}

.about .content-area h3 {
  margin-bottom: 0;
}

.about .content-area p {
  margin-bottom: 30px;
}

.about .content-area li {
  margin: 0;
}

.about .content-area ul {
  margin-bottom: 30px;
}

.home .breadcrumbs {
  display: none;
}

.breadcrumbs a:hover {
  color: #000;
}

.breadcrumbs {
  margin-top: 15px;
}

.breadcrumbs a {
  text-decoration: none;
}

.create-reels .col {
  display: flex;
  align-items: center;
  gap: 50px;
}

.create-reels {
  padding: 70px 0 0 0;
}

.create-reels .right {
  font-size: 20px;
}

.create-reels h2 {
  color: #90214a;
}

.woocommerce-price-suffix {
  display: none;
}

.post-1085 {
  display: none;
}

.woocommerce #reviews #comments ol.commentlist li time,
.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__dash {
  display: none;
}

.wc-block-components-validation-error p {
  font-size: 16px;
  color: #cc1818;
}

.wc-block-components-validation-error {
  position: absolute;
  right: 0;
  bottom: -18px;
}

.woocommerce-variation-add-to-cart.variations_button .quantity {
  display: none !important;
}

.nutritions img {
  border: 3px dashed #90214a;
  padding: 30px;
  border-radius: 10px;
}

.nutritions .container {
  max-width: 1200px;
}

.all-faqs-wrapper p {
  display: none;
}

.all-faqs-wrapper.active h4 {
  color: #c2366c;
  /* adjust brand color */
}

.all-faqs {
  padding-right: 50px;
}

.all-faqs-wrapper {
  border-bottom: 1px solid #ddd;

}

.all-faqs-wrapper h4 {
  color: #90214a;
  position: relative;
  padding-right: 75px;
  margin: 0;
  padding: 30px 0px 10px 0px;
}

.all-faqs-wrapper h4 img {
  max-width: 30px;
  position: absolute;
  right: 0;
  transform: rotate(90deg);
  top: 29px;
}

.all-faqs-wrapper.active h4 img {
  transform: rotate(-90deg);
}

.all-faqs h2 {
  color: #d75e8b;
  border-bottom: 1px solid #90214a;
  padding-bottom: 35px;
  margin-bottom: 0;
}

.all-faqs h2 span {
  color: #90214a;
}

.all-faqs-wrapper {
  border-bottom: 1px solid #90214a;
  padding-bottom: 15px;
}

.product-faq {
  background: #ffeffa;
}


img.desktop {
  display: block;
}

img.mobile {
  display: none;
}

.quality-logos {
  margin-top: 50px;
}

.quality-logos ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.quality-logos ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.quality-logos ul img {
  max-width: 100px;
}

.quality-logos ul li {
  display: inline-block;
}

.blog-item .text-base h3,
.blog-item .text-base h2 {
  display: none;
}

.postid-1463 .variations {
  display: none;
}

.postid-1463 .nutritions .container {
  max-width: 1500px
}

.post-tags ul li a {
  background: #801c41;
  text-decoration: none;
  color: #fff;
  padding: 9px 20px;
  border-radius: 30px;
  margin: 0 5px 0px 5px;
  display: inline-block;
}

.post-tags ul li {
  display: inline-block;
  margin: 0 0 5px 0;
}

.post-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.related-post-card a {
  display: block;
}

.related-post-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

.tag h2,
.tag h3,
.tag h4,
.tag h5,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5 {
  font-family: League Spartan;
  margin: 50px 0 10px 0;

}

.related-post-card h4 {
  margin: 15px 0 10px 0;
}

.related-post-card p {
  font-size: 18px;
}


#midnight-counter {
  background: #fdf76e;
  width: 100%;
  text-align: center;
  padding: 11px 15px 8px 15px;
  font-size: 16px;
}

#midnight-counter .coupon {
  background: #333;
  padding: 6px 5px 3px 5px;
  color: #fff;
}

#midnight-counter strong {
  min-width: 82px;
}

.discreat-delivery {
  background: #90214a;
}

.ship-wrapper {
  max-width: 1500px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.discreat-delivery.space {
  padding-bottom: 0;
  padding-top: 30px;
}

.ship-wrapper .ship-wrapper-left {
  width: 60%;
}

.ship-wrapper .ship-wrapper-right {
  width: 40%;
}

.discreat-delivery h3 {
  font-size: 45px;
}

.discreat-delivery h2 {
  font-size: 85px;
}

.discreat-delivery * {
  color: #fff;
}

.content-area .discreat-delivery p {
  color: #fff;
  font-size: 25px;
  margin: 0 0 12px 0;
}

.woocommerce-review__verified.verified {
  display: none;
}

/*
.popup-video {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 1;
   opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  pointer-events: none;
  transform: scale(0.85);
  transition: transform 0.4s ease;
  box-shadow: 0px 0px 15px 3px rgba(0,0,0,.5);
  border-radius: 5px;
}

.popup-video video {
  width: 150px;
  border-radius: 5px;
  float: left;
}

.popup-video.active {
  transform: scale(1);
  transition: transform 0.4s ease; 
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

.popup-video .close svg {
  width: 17px;
  height: auto;
}

.popup-video .close {
  background-color: #000;
  border: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -20px;
  top: -20px;
}*/
.woocommerce .button.buy-now-button {
  background: #000;
  margin-top: 5px;
  color: #fff;
  border-color: #000;
}

.offers {
  width: 100%;
  margin-top: 20px;
}

.offers h5 {
  color: #90214A;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.offers ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
}

.offers ul li {
  margin: 0;
  font-size: 16px;
}

.offers ul li span {
  color: #90214A;
}

.offers h5 img {
  max-width: 25px;
}

.purchase-popup {
  position: fixed;
  bottom: 50px;
  left: -400px;
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  width: 300px;
  font-size: 14px;
  z-index: 9999;
  transition: right 0.5s ease;
  display: flex;
  align-items: center;
  gap: 15px;
}

.purchase-popup .popup-photo img {
  max-width: 50px;
}

.purchase-popup.show {
  left: 20px;
}

.popup-content strong {
  color: #90214a;
  /* Your brand color */
}

.time-text {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
}

.buyer-name {
  text-transform: capitalize;
}

.buyer-city {
  text-transform: capitalize;
}

.animate-text {
  height: 30px;
  overflow: hidden;
  margin: 0 0 10px 0;
}

.animate-text span {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 26px;
  display: none;
}

.animate-text span strong {
  font-weight: 400;
}

.content-area p.animate-text {
  order: 3;
  width: 100%;
}

.animate-text span.text-in {
  display: flex;
  animation: textIn .5s ease;
  gap: 5px;
  flex-wrap: wrap;
}

.animate-text span svg {
  fill: #801c41;
  width: 20px;
  height: auto;
  position: relative;
  top: -4px;
}

.woocommerce div.product form.cart .variations th.label {
  display: none;
}

.animate-text span.text-out {
  animation: textOut 1s ease;
}

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

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

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

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

  }
}

/* Mobile & Tablet (below 992px) */
@media (max-width: 991px) {
  img.desktop {
    display: none;
  }

  img.mobile {
    display: block;
    border: 0px dashed #90214a;
    padding: 0px;
  }
}


@media(max-width: 1440px) {
  .woocommerce div.product form.cart .variations .value span {
    width: calc(50% - 5px);
  }

  .hero-banner h1 {
    font-size: 85px;
  }

  .about-info .img-and-video .video-img {
    width: 312px;
    max-height: 506px;
    height: auto;
    margin: 75px 0 0 0;
  }

  .new-story .right-img-block .img-4 {
    left: 40px;
    width: 400px;
    bottom: -40px;
  }

  .new-story {

    padding-bottom: 150px;
  }

  .about-info .container+.row {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .hero-banner {
    background-position: 70% center;
  }

  .desktop-hide {
    display: none;
  }

  .hero-banner h1 {
    font-size: 65px;
  }

  .hero-banner li {
    align-items: center;
    font-size: 20px;
  }

  .about-info .img-and-video .img-wrapper {
    display: none;
  }

  .about-info .img-and-video {
    text-align: center;
  }

  .about-info .img-and-video .video-wrapper {
    margin-right: 0;
  }

  .about-info .img-and-video .video-img {
    width: 375px;
    max-height: 575px;
  }

  .about-info .features {
    justify-content: space-between;
  }

  .about-info .features .icon {
    width: 110px;
  }

  .about-info .features .info {
    width: calc(100% - 135px);
  }

  .main-product .main-product-right-inner h2 {
    font-size: 35px;
    line-height: 120%;
    margin-top: 20px;
  }

  .main-product .main-product-right img {
    display: flex;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .main-product .main-product-right-inner .btn {
    margin-bottom: 30px;
  }

  .why-sassy.space {
    padding-bottom: 60px;
  }

  .scratch-coupon h2 {
    font-size: 35px;
  }

  .scratch-coupon .scratch-left,
  .scratch-coupon .scratch-right {
    padding: 0 30px;
  }


  .new-story .center-img-block h2 {
    font-size: 35px;
  }

  .new-story .right-img-block .img-4 {
    position: static;
  }

  .new-story .right-img-block {
    gap: 30px;
    display: flex;
    align-items: flex-start;
  }

  .new-story .left-img-block {
    display: none;
  }

  .woocommerce div.product .product_title {
    font-size: 35px;
  }

  .single_variation_wrap label {
    padding-left: 45px;
  }

  .single_variation_wrap label::before {
    left: 3px;
    top: 8px;
  }

  .single_variation_wrap input:checked+label::after {
    left: 8px;

    top: 19px;
  }
}


@media (min-width: 992px) {
  .video-banner h1 {
    font-size: 75px;
    line-height: 1.2em;
  }

  .video-banner p {
    font-size: 30px;
  }

  .what-position p {
    font-size: 20px;
  }

  .how-card-works img {
    width: 100%;
  }

  .card-cta h2 {
    font-size: 70px;
  }

  .card-cta p {
    font-size: 32px;
  }

  .card-cta .video-wrapper h2,
  .card-cta .video-wrapper p {
    display: inline-block;
    max-width: 900px;
  }
}

@media (min-width: 1200px) {

  .space.what-position .row,
  .how-card-works .row {
    align-items: center;
  }

  .how-card-works .row {
    flex-direction: row-reverse;
  }

  .desktop-hide {
    display: none;
  }
}

@media (min-width: 1440px) {
  .video-banner h1 {
    font-size: 110px;
    line-height: 1.2em;
  }
}

@media (max-width: 991px) {
  .all-faqs-wrapper h4 {
    padding: 30px 45px 10px 0px;
  }

  .tab-order-1 {
    order: 1 !important;
    margin-bottom: 20px;
  }

  .tab-order-2 {
    order: 2 !important;
  }

  .all-faqs {
    padding-right: 0;
  }

  .logo svg {
    width: 180px;
  }

  .header-inner-left {
    width: 100%;
    text-align: center;
  }

  .header-new .header-inner-right {
    display: none;
  }

  .create-reels .col {
    flex-wrap: wrap;
  }

  .customer-exp {
    padding: 100px 0;
  }

  .create-reels .col .left {
    width: 100%;
    text-align: center;
  }

  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
  }

  .how-card-works .content-center {
    text-align: center;
  }

  .how-card-works h2 {
    text-align: center;
    margin-top: 30px;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100%;
    margin: 0 0 50px;
  }

  header .header-left {
    opacity: 0;
    pointer-events: none;
  }

  .hero-banner {
    align-items: flex-end;
    /*background: url("https://cuddlex.in/wp-content/uploads/2026/01/MOBILE-BANNER1.jpg");*/
    background: url("https://cuddlex.in/wp-content/uploads/2026/02/MOBILE-BANNER1.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .footer-menu-bottom {
    display: flex;
  }

  .all-video.space {
    padding-bottom: 80px;
  }

  .all-video .owl-carousel {
    padding-right: 100px;
  }

  .all-video .row .video-wrapper img {
    height: 350px;
  }

  .order2 {
    order: 1;
  }

  .order1 {
    order: 2;
  }

  .hero-banner .col-lg-7 {
    order: 2;
  }

  .hero-banner .col-lg-5 {
    order: 1;
  }

  .hero-banner h1 {
    font-size: 75px;
  }


  .marquee span {
    font-size: 20px;
    padding: 15px 0;
  }

  .space {
    padding: 50px 0;
  }

  .about-info .col-lg-4 {
    display: none;
  }

  .about-info .col-lg-8 {
    margin-top: 20px;
  }

  .about-info .about-feature-wrapper {
    max-width: 100%;
  }

  .why-sassy-inner li {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }

  .why-sassy-inner ul {
    position: relative;
    column-gap: 0px;
    column-count: 1;
    padding-left: 50%;
  }

  .why-sassy-inner .center-img {
    position: absolute;
    transform: translate(0, -40%);
    top: 40%;
    left: 0;
  }

  .new-story .right-img-block img {
    width: 100%;
  }

  .scratch-coupon .scratch-left {
    margin-bottom: 40px;
  }

  .scratch-coupon .scratch-left,
  .scratch-coupon .scratch-right {
    padding: 0 30px;
    width: 100%;
  }

  h2 {
    font-size: 35px;
  }

  .woocommerce div.product form.cart .variations .value span {
    padding: 5px 8px;
  }

  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-size: 15px;
    line-height: 20px;
  }

  .single_variation_wrap label {
    font-size: 16px;
  }

  .feature-block-wrapper .feature-block,
  .feature-main-wrapper .feature-wrapper .item {
    padding: 0 15px;
  }

  .ship-wrapper .ship-wrapper-left {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .ship-wrapper .ship-wrapper-right {
    width: 100%;
    text-align: center;
  }

  .ship-wrapper .ship-wrapper-right img {
    display: inline-block;
  }

  .discreat-delivery h2 {
    font-size: 65px;
  }

  .discreat-delivery h3 {
    font-size: 36px;
  }

  .discreat-delivery p {
    color: #fff;
    font-size: 24px;
  }
}


@media (max-width: 767px) {
  .woocommerce div.product div.images .flex-control-thumbs {
    gap: 3px;
  }

  .woocommerce div.product div.summary {
    margin-bottom: 16px;
  }

  .breadcrumbs {
    line-height: 16px;
  }

  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 14px;
    line-height: 16px;
  }

  .shipping-info strong {
    font-size: 18px;
  }

  .main-shipping {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 12px 15px 11px 15px;
  }

  .quality-logos ul {
    gap: 5px;
  }

  .discreat-delivery h2 {
    font-size: 55px;
  }

  .discreat-delivery h3 {
    font-size: 28px;
  }

  .content-area .discreat-delivery p {
    color: #fff;
    font-size: 18px;
  }

  .accordion-wrapper {
    margin-top: 30px;
  }

  .quality-logos ul img {
    max-width: 60px;
    margin: 0;
  }

  .single-product .insta-head h2 {
    font-size: 28px;
  }

  .header-features {
    gap: 10px;
  }

  .header-features .icon {
    font-size: 13px;
    padding: 7px 10px 5px 10px;
  }

  .header-features .icon svg {
    display: none;
  }

  .mobile-toggle-btn {
    font-size: 15px;
    position: relative;
  }

  .mobile-toggle-btn:after {
    content: "";
    position: absolute;
    right: 4px;
    height: 11px;
    width: 11px;
    transform: rotate(-225deg);
    border-left: 2px solid #90214a;
    border-bottom: 2px solid #90214a;
    top: 18px;
  }

  .active.mobile-toggle-btn:after {
    top: 12px;
    transform: rotate(-45deg);
  }

  .single-product .accordion__title::before {
    top: 0px;
    height: 12px;
    width: 12px;
    right: 4px;
  }

  .single-product .accordion-active .accordion__title::before {
    top: 8px;
  }

  .product-block-nutritional-information ul {
    display: none;
  }

  .product-block.product-block-nutritional-information.my-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .hero-banner .fssi {
    display: none;
  }

  .main-shipping {
    display: block;
  }

  .shipping-info span {
    display: inline;
  }

  .sourced-free {
    justify-content: space-between;
  }

  .sourced-free .itel {
    width: auto;
  }

  .sourced-free .itel h4 {
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .single-product .accordion__content {
    padding: 15px 0px 0px 0px;
  }


  .feature-block-wrapper .feature-block {
    width: 100%;
  }

  .create-reels {
    padding: 30px 0 0 0;
  }

  header .header-left,
  header .header-right {
    display: none;
  }

  header .header-center {
    width: 100%;
  }

  .alert-cookie-policy .modal-main-body {
    flex-wrap: wrap;
  }

  .alert-cookie-policy .modal-main-body .modal-main-body-right,
  .alert-cookie-policy .modal-main-body .modal-main-body-left {
    width: 100%;
  }

  .alert-cookie-policy .modal-main-body .modal-main-body-right {
    padding: 40px 20px;
  }

  .alert-cookie-policy .modal-box {
    background: #000;
    border-radius: 10px;
    width: calc(100% - 20px);
  }

  .alert-cookie-policy .modal-main-body .modal-main-body-left img {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 0 0 0;
  }

  .modal-main-body-right svg {
    max-width: 150px;
    margin-top: 0px;
  }

  .content-area li {
    font-size: 16px;
    line-height: 150%;
    color: #000;
  }

  .content-area p {
    font-size: 15px;
    line-height: 150%;
    color: #000;
  }

  .all-video .row .video-wrapper img {
    height: 250px;
  }

  .all-video .owl-carousel {
    padding-right: 70px;
    margin: 0 -12px;
  }

  .owl-carousel .owl-stage-outer {
    padding: 0;
  }

  .all-video .row {
    margin: 0;
  }

  #reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
  .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
  .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap,
  .cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap,
  .cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap {
    align-items: flex-start;
  }

  .upload-video .upload-img-wrapper,
  .upload-video .upload-img-wrapper video {
    background: none;
    transform: none;
  }

  .upload-video .upload-img-wrapper video {
    width: 100%;
  }

  .video-slider .owl-nav button {
    height: 60px;
    width: 60px;
    background-color: #fff !important;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    border: 0 !important;
    box-shadow: none !important;
  }

  .video-slider .owl-nav button span,
  .video-slider .owl-nav button.disabled {
    display: none;
  }

  .video-slider .owl-nav button.owl-prev:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    height: 18px;
    width: 18px;
    border-left: 4px solid #90214a;
    border-bottom: 4px solid #90214a;
    transform: rotate(45deg);
    border-radius: 0px;
  }


  .video-slider .owl-nav button.owl-next:after {
    content: "";
    position: absolute;
    right: 22px;
    top: 20px;
    height: 18px;
    width: 18px;
    border-right: 4px solid #90214a;
    border-top: 4px solid #90214a;
    transform: rotate(45deg);
    border-radius: 0px;
  }

  .video-slider {
    overflow: hidden;
    padding-right: 80px;
  }

  .video-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
  }

  .video-slider .owl-item .item {
    padding: 0 7.5px;
  }

  .video-slider .owl-item .item video {
    width: calc(100% - 15px);
  }

  .upload-video {
    padding: 85px 0;
  }

  .upload-video h2 {
    font-size: 37px;
    text-align: left;
    margin-bottom: 10px;
  }

  .upload-video .form-group {
    width: 100%;
  }

  .customer-exp {
    padding: 60px 0;
  }

  .customer-exp h1 {
    font-size: 38px;
  }

  header .header-left {
    position: fixed;
    left: -100%;
    top: 112px;
    background: #90214a;
    width: 100%;
    transition: all ease-in-out .3s;
    min-height: 100vh;
  }

  header .header-left.active {
    left: 0;
    transition: all ease-in-out .3s;
  }

  header .header-left ul {
    margin-top: 10px;
  }

  header .header-left li {
    width: 100%;
    border-top: 1px solid #fff;
  }

  header .header-left li:last-child {
    border-bottom: 1px solid #fff;
  }

  header .header-left li a {
    padding: 20px 0;
    display: block;
  }

  header .header-center svg {
    max-width: 150px;
  }

  header .header-right {
    opacity: 1;
    text-align: right;
    pointer-events: inherit;
  }

  .woocommerce-customer-details .woocommerce-column {
    max-width: 100%;
    font-size: 15px;
  }

  .woocommerce ul.order_details {
    padding: 0;
  }

  .woocommerce ul.order_details li {
    margin-bottom: 10px;
    width: 100%;
  }

  .woocommerce table.shop_table td {
    font-size: 15px;
  }

  .woocommerce-customer-details .col-1 {
    margin-bottom: 25px;
  }

  .woocommerce-table__line-item.order_item li p {
    font-size: 15px;
    position: relative;
    top: 4px;
  }

  .woocommerce-customer-details .col-1,
  .woocommerce-customer-details .col-2 {
    padding: 0;
  }

  .page-id-9 h2,
  .woocommerce-order-details h2,
  .woocommerce-customer-details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .woocommerce-order-details ul {
    padding: 0;
  }

  .woocommerce table.shop_table tbody th,
  .woocommerce table.shop_table tfoot td,
  .woocommerce table.shop_table tfoot th {
    font-size: 16px;
  }


  body .woocommerce-customer-details .woocommerce-column p.woocommerce-customer-details--phone {
    margin-top: 14px;
  }

  body .woocommerce-customer-details .woocommerce-column p {
    font-size: 14px;
  }

  .woocommerce-product-gallery--with-images {
    min-height: auto;
    margin-bottom: 15px !important;
  }

  .woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 5px;
    width: 100%;
  }

  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt {
    padding: 18px 20px 14px 20px;
  }

  .single-product .summary.entry-summary {
    min-height: auto;
  }

  .postid-997.woocommerce div.product form.cart,
  .postid-997.single-product .summary.entry-summary {
    min-height: auto;
  }


  .card-offers {
    padding: 15px;
  }

  .card-offers .item p {
    font-size: 15px;
    line-height: 16px;
  }

  .woocommerce div.product form.cart .variations select {
    display: none;
  }

  .woocommerce div.product form.cart {
    min-height: 300px;
    margin-bottom: 0;
  }

  body {
    padding-bottom: 56px;
  }

  .mobile-menu ul a {
    color: #fff;
    font-weight: 500;
  }

  .mobile-menu ul li {
    margin: 0 10px;
  }

  .mobile-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #90214a;
    width: 100%;
    padding: 5px 0;
    z-index: 9;
  }

  .mobile-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .mobile-menu ul li {
    display: inline-block;
    position: relative;
  }

  .hero-banner h1 {
    font-size: 50px;
  }

  .hero-banner p {
    font-size: 22px;
  }

  .hero-banner li {
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 20px;
  }

  .hero-banner .btn-wrapper {
    margin-top: 10px;
    min-height: auto;
  }

  .hero-banner {
    align-items: flex-end;
  }

  .marquee span {
    font-size: 18px;
    padding: 15px 0;
  }

  .about-info .about-feature-wrapper {
    padding-left: 15px;
  }

  .about-info .features .info {
    width: 100%;
    text-align: center;
  }

  .about-info .features .icon {
    width: 100%;
    text-align: center;
  }

  .about-info .features {
    flex-wrap: wrap;
  }

  .about-info .features h4 {
    font-size: 24px;
    margin: 0 0 10px 0;
  }

  .why-sassy-inner ul {
    padding-left: 0;
    margin: 0;
  }

  .why-sassy-inner .center-img {
    position: static;
    transform: none;
    margin-bottom: 40px;
    margin-top: 0;
  }

  .main-product .main-product-right {
    padding-right: 15px;
    margin-bottom: 15px;
  }

  .scratch-coupon h2,
  .main-product .main-product-right-inner h2,
  .page-title h2,
  .new-story .center-img-block h2 {
    font-size: 30px;
  }

  .new-story .right-img-block {
    flex-wrap: wrap;
  }

  .scratch-coupon .scratch-left,
  .scratch-coupon .scratch-right {
    padding: 0 15px;
  }

  .why-sassy.space {
    padding-bottom: 20px;
  }

  .main-product .main-product-right-inner {
    padding-top: 25px;
  }

  .main-product {
    padding-bottom: 30px;
  }

  footer ul {
    margin-bottom: 15px;
  }

  footer {
    padding: 55px 0 25px 0;
  }

  .product-detail-wrapper .entry-summary {
    margin-left: 0;
  }

  .woocommerce div.product .product_title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .card-offers .item {
    height: 80px;
    width: 80px;
  }

  .woocommerce div.product form.cart .variations .value span span del,
  .woocommerce div.product form.cart .variations .value span span ins {
    display: block;
    text-align: left;
  }

  .woocommerce div.product form.cart .variations .value span {
    padding: 8px;
    width: calc(50% - 5px);
  }

  .woocommerce div.product form.cart table td {
    padding-right: 0;
  }

  .single-product.woocommerce div.product div.images.woocommerce-product-gallery {
    position: static;
  }

  .feature-main-wrapper .feature-wrapper .item {
    width: 50%;
    padding: 0 0;
    margin: 0 0 20px 0;
  }

  .feature-main-wrapper .feature-wrapper .item:nth-child(2n) {
    padding-left: 7.5px;
  }

  .feature-main-wrapper .feature-wrapper .item:nth-child(odd) {
    padding-right: 7.5px;
  }

  .feature-main-wrapper .feature-wrapper .item p {
    font-size: 16px;
  }

  .feature-main-wrapper .feature-wrapper .img-wrapper img,
  .feature-main-wrapper .img-wrapper img {
    max-height: 60px;
  }

  .feature-main-wrapper .feature-wrapper .item h3 {
    font-size: 20px;
    margin: 10px 0 5px 0;
  }

  .feature-main-wrapper .section-heading h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .feature-main-wrapper .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
  }

  .feature-main-wrapper {
    padding: 50px 0 20px 0;
  }

  .product-detail-wrapper {
    margin-bottom: 0;
  }

  .postid-997 .feature-main-wrapper .feature-wrapper .item,
  .postid-997 .feature-block-wrapper .feature-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .features2 h2 {
    font-size: 30px;
    max-width: 350px;
  }

  .features2 .feature-block .feature-img-wrapper img {
    max-width: 50px;
  }

  /* .all-video-block {    
      grid-template-columns: 1fr 1fr;
      grid-gap: 15px;
    } */

  .videos.space {
    padding: 10px 0 0 0;
    width: 100%;
    overflow: hidden;
  }

  .features2 .feature-block h3 {
    font-size: 20px;
  }

  .xoo-wsc-items-count {
    border: 1px solid #fff;
  }


  .mobile-menu li a {
    display: block;
    padding: 5px 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
  }

  .woocommerce div.product form.cart .variations .value span span bdi,
  .woocommerce div.product form.cart .variations .value span span {
    display: flex;
    width: auto;
  }

  .woocommerce div.product form.cart .variations .value span span .amount {
    width: auto;
  }

  .single-product .space-medium-top.content-area {
    padding: 10px 0 60px 0;
  }

  .single-product div.summary .sourced-free {
    margin-bottom: 0;
  }

}

/*Landing Page*/
.page-id-888 .header-right .header-cart,
.page-id-888 .header-left .primary-menu {
  display: none;
}

.page-id-888 .top-header {
  display: none;
}

.page-id-888 .content-area .page-title {
  display: none;
}

.main-header-top .left {
  width: 100%;
}

.main-header-top .left h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
  background: linear-gradient(90deg, rgb(144, 33, 74) 43%, rgb(198, 62, 101) 77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.main-header-top .left h1 span {
  display: block;
}

.page-id-888 .wrap-detail-page .container .container {
  padding: 0;
}

.page-id-888 header .header-right {
  display: none
}

.page-id-888 header .header-center {
  width: 100%;
  text-align: center;
}

.main-header-top .right h4 {
  font-weight: 400;
  font-size: 20px;
  max-width: 275px;
}

.page-id-888 .wrap-detail-page.space {
  padding: 30px 0;
}

.page-id-888 .banner {
  margin: 30px 0 0 -12px;
  width: calc(100% + 24px);
}

.page-id-888 .wrap-detail-page .feature-wrapper {
  text-align: center;
  padding: 50px 0;
}

.page-id-888 .wrap-detail-page .feature-wrapper img {
  filter: none;
  max-width: 225px;
  max-height: 100px;
  width: auto;
}

.page-id-888 .content-area p {
  display: none;
}


.page-id-888 .content-area h3 {
  margin-bottom: 5px;
}

.page-id-888 .slide .item {
  text-align: center;
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

.page-id-888 .wrap-detail-page .feature-wrapper .item {
  background: #90214a;
  margin: 0 10px;
  padding: 15px 0 10px 0;
  color: #fff;
}

.page-id-888 .slide .img-wrapper {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.outofstock p {
  margin: 0;
  opacity: 1;
}

.outofstock {
  background: rgba(0, 0, 0, .7);
}

.outofstock .modal-dialog {
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.outofstock .btn-close {
  position: absolute;
  right: 0;
  top: 4px;
  background-color: #fff;
  z-index: 1;
  opacity: 1;
  color: #fff;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 1;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: .75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(37 211 102 / .5)
  }

  80% {
    box-shadow: 0 0 0 14px #fff0
  }
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: .75
  }

  75% {
    padding: 50px;
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.breeze-button {
  font-size: 18px;
  min-height: 59px;
}

@media(max-width: 991px) {
  .btn-whatsapp-pulse {
    bottom: 170px;
    right: 20px;
  }
}