/* CUSTOM BASE */
@import url('https://fonts.googleapis.com/css2?family=Jost: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');

@font-face {
  font-family: "Lovelo";
  src: url("LoveloBlack.ttf") format("truetype"),
  url("LoveloBlack.ttf") format("truetype");
}

@font-face {
  font-family: "Lovelo Bold";
  src: url("LoveloLineBold.ttf") format("truetype"),
  url("LoveloLineBold.ttf") format("truetype");
}

@font-face {
  font-family: "Lovelo Light";
  src: url("LoveloLineLight.ttf") format("truetype"),
  url("LoveloLineLight.ttf") format("truetype");
}

@font-face {
  font-family: 'Lovelo Black';
  src: url('https://cdn.shopify.com/s/files/1/0557/3351/8524/files/lovelo_black-webfont.eot?v=1659345188');
  src: url('https://cdn.shopify.com/s/files/1/0557/3351/8524/files/lovelo_black-webfont.eot?v=1659345188') format('embedded-opentype'), 
  url('https://cdn.shopify.com/s/files/1/0557/3351/8524/files/lovelo_black-webfont.woff2?v=1659345192') format('woff2'), 
  url('https://cdn.shopify.com/s/files/1/0557/3351/8524/files/lovelo_black-webfont.woff?v=1659345188') format('woff'), 
  url('https://cdn.shopify.com/s/files/1/0557/3351/8524/files/lovelo_black-webfont.ttf?v=1659345188') format('truetype'), 
  url('https://cdn.shopify.com/s/files/1/0557/3351/8524/files/lovelo_black-webfont.svg?v=1659345188') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lovelo Line';
  src: url('https://cdn.shopify.com/s/files/1/0557/3351/8524/files/lovelo_line_bold-webfont.eot?v=1659345188');
  src: url('https://cdn.shopify.com/s/files/1/0557/3351/8524/files/lovelo_line_bold-webfont.eot?v=1659345188') format('embedded-opentype'), 
  url('https://cdn.shopify.com/s/files/1/0557/3351/8524/files/lovelo_line_bold-webfont.woff2?v=1659345188') format('woff2'), 
  url('https://cdn.shopify.com/s/files/1/0557/3351/8524/files/lovelo_line_bold-webfont.woff?v=1659345188') format('woff'), 
  url('https://cdn.shopify.com/s/files/1/0557/3351/8524/files/lovelo_line_bold-webfont.ttf?v=1659345188') format('truetype'), 
  url('https://cdn.shopify.com/s/files/1/0557/3351/8524/files/lovelo_line_bold-webfont.svg?v=1659345188') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lovelo Line';
  src: url('https://cdn.shopify.com/s/files/1/0557/3351/8524/files/lovelo_line_light-webfont.eot?v=1659345188');
  src: url('https://cdn.shopify.com/s/files/1/0557/3351/8524/files/lovelo_line_light-webfont.eot?v=1659345188') format('embedded-opentype'), 
  url('https://cdn.shopify.com/s/files/1/0557/3351/8524/files/lovelo_line_light-webfont.woff2?v=1659345188') format('woff2'), 
  url('https://cdn.shopify.com/s/files/1/0557/3351/8524/files/lovelo_line_light-webfont.woff?v=1659345188') format('woff'), 
  url('https://cdn.shopify.com/s/files/1/0557/3351/8524/files/lovelo_line_light-webfont.ttf?v=1659345188') format('truetype'), 
  url('https://cdn.shopify.com/s/files/1/0557/3351/8524/files/lovelo_line_light-webfont.svg?v=1659345188') format('svg');
  font-weight: 300;
  font-style: normal;
}

:root {
  --line-size: 2px;
  --line-color: #fff;

  --line-circle-size: 1rem;
  --line-circle-color: #00ccff;
  --line-circle-border-size: 2px;

  --card-margin: 1rem;
  --card-max-width: 300px;
  --card-text-color: #fff;
  --font--accent--size: 16px;
}

a:hover {
    text-decoration: unset;
  color: #FF1590;
}
  
h1, h2, h3, h4, h5, h6 {
  color: white;
}
  
address, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0;
}
  
[data-container=block] {
  margin: 0;
  margin-bottom: 2rem;
  justify-content: center;
}

.font--featured-heading, 
[data-item~=featured-heading],
[data-item~=section-heading], h1, h2,
[data-item~=block-heading], h3, h4, h5, h6 {
  font-family: Jost, san-serif;
  line-height: 1em;
  margin: 0;
}

[data-item=paragraph], [data-item=rte-content], [data-item=overline], body, .rte {
  font-family: Jost, san-serif;
}

[data-item~=section-heading], h1, h2 {
  font-size: 62px;
  font-weight: 600;
}

[data-item~=block-heading], h3, h4, h5, h6, 
.rte, [data-item=paragraph], [data-item=rte-content], body {
  margin: 0;
}

[data-container=panel] {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

[data-container=section] {
  grid-row-gap: 0;
}

[data-item=button]>*, 
[data-item=inverted-button]>*, 
[data-item=inverted-secondary-button]>*, 
[data-item=secondary-button]>*, button, 
input[type=button], input[type=reset], input[type=submit] {
  height: auto;
  min-height: 45px;
}

.icon--root path {
  fill: white;
}

.dropdown {
  width: 100%;
  user-select: none;
  position: relative;
  margin-top: 1rem;
}

.dropdown .dropdown-btn {
  padding: 11px 5px;
  background: transparent;
  border: 1px solid #707070;
  font-weight: 300;
  cursor: pointer;
  text-align: left;
  color: #333;
}

.dropdown .dropdown-btn > p {
  display: inline-block;
  position: relative;
  margin-lefft: 15px;
  text-align: center;
  user-select: none;
  pointer-events: none;
  color: white;
}

.dropdown .dropdown-btn i {
  color: #6f7070;
  line-height: 1.5;
  float: right;
  pointer-events: none;
}

.dropdown .dropdown-btn.active {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom: 1px solid #707070;
}

.dropdown .dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  background: #fff;
  font-weight: 500;
  color: #333;
  width: 100%;
  overflow: hidden;
  display: none;
}

.dropdown-content {
  height: 400px;
  overflow-y: scroll !important;
}

.dropdown .dropdown-content .dropdown-item {
  padding: 15px;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}

.dropdown .dropdown-content .dropdown-item:hover {
  background: #fc1691;
  color: #fff;
}

.dropdown .dropdown-content.active {
  display: block;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}

.slick-prev {
  left: -11%;
  width: 44px;
  height: 44px;
}

.slick-next {
  right: -11%;
  width: 44px;
  height: 44px;
}

.timeline {
 margin: 2rem 0;
 position: relative;
 width: 100%;
 min-height: 500px;
 margin: 0 auto;
}

/* .timeline::before {
 content: '';
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: calc((50% - var(--line-size)) + var(--line-size) / 2);
 border-left: var(--line-size) dotted var(--line-color);
} */

.timeline .timeline-left, .timeline .timeline-right {
 margin-top: 1rem;
 padding: 10rem 0;
 position: relative;
 display: flex;
}

.timeline .timeline-left {
 padding-right: calc(var(--card-margin) + var(--line-size) * 2);
 width: 100%; /*calc((50% - var(--line-size)) + var(--line-size) / 2);*/
 justify-content: space-between;
}

.timeline .timeline-left::before {
 right: calc(-0.5rem - var(--line-circle-border-size) - (var(--line-size) / 2));
}

.timeline .timeline-right {
 padding-left: calc(var(--card-margin) + var(--line-size) * 2);
 width: 100%; /*calc(50% - var(--line-size) + (var(--line-size) / 2)); */
}

.timeline .timeline-right::before {
 left: calc(-0.5rem - var(--line-circle-border-size) - (var(--line-size) / 2));
}

.timeline .card--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.timeline .card--image {
  flex-basis: 45%;
}

.timeline .card {
 position: relative;
 padding: 1rem;
 border-radius: 0.5rem;
 color: var(--card-text-color);
 width: 100%;
 z-index: 20;
}

.timeline .card p {
  font-weight: 300;
}

.timeline .card.left::before {
 right: -2rem;
 border-right-color: transparent;
}

.timeline .card.right::before {
 left: -2rem;
 border-left-color: transparent;
}

.timeline > div:last-child::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0rem;
  width: var(--line-circle-size);
  height: var(--line-circle-size);
  border-radius: 20rem;
  border: 1px solid #fff;
  background: #000;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}

.timeline .card.right {
  flex-basis: 47%;
}

.timeline .card.left {
  text-align: right;
  flex-basis: 47%;
}

.timeline-right .card--wrapper {
  flex-direction: row-reverse;
}

.timeline .image.left {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  column-gap: 20px;
  position: absolute;
  z-index: 9999;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 40%;
}

.timeline .image.left h2 {
  position: absolute;
  left: -4rem;
}

.timeline .image.right {
  display: flex;
  align-items: center;
  column-gap: 20px;
  position: absolute;
  z-index: 9999;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 40%;
}

.timeline .image.right h2 {
  position: absolute;
  right: -4rem;
}

.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 30%; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 65%;}

.page-width {
  max-width: 1200px;
  margin: 0 auto;
}

/* Announcement */
.announcement--root {
  background-image: linear-gradient(to right,#FF1590 0%, #C923A1 20%, #652EC3 51%,#652EC3 100%) !important;
}
/* HEADER */
.header--root[data-section-id] {
  padding: 10px 48px;
}

.header--full-column {
  display: flex;
  justify-content: space-between;
  align-items: center;s
}

.header--full-column .x-menu--level-1--container {
  display: flex;
  align-items: center;
}

.header--full-column .x-menu--level-1--link > a{
  padding: 32px 16px;
}

.header--top-row {
  margin: 0;
}

.header--top-row > * {
  padding: 0;
}

.header--bottom-row {
  padding-top: 0;
}

.header--menu {
  margin: 0;
}

.header--logo,
.header--logo a {
  font-size: 20px;
}

.btn-gradient, button.btn-gradient {
  background-image: linear-gradient(to right,#FF1590 0%, #C923A1 20%, #652EC3 51%,#652EC3 100%) !important;
}

/* GRADIENT BUTTON */
.btn-gradient, button.btn-gradient {
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  display: block;
}

button.btn-gradient {
  width: 100%;
  padding: 1.5px 20px;
}

.btn-gradient:hover, button.btn-gradient:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

/* MAIN BANNER */
.banner--slide > .carousel--root .featured-content--title {
  color: white;
}

/* .featured-grid--heading strong {
  font-family: 'Lovelo';
  text-shadow: #ea398e 0px 0px 0px, #ea398e 0px 0px 0px, #ea398e 0px 0px 0px, #ff2d95 0px 0px 0px, #ea398e 0px 0px 0px, #ff2d95 0px 0px 6px, #ff2d95 0px 0px 20px, #ff2d95 0px 0px 5px;
} */

.featured-grid--heading strong {
    text-shadow: #ea398e 0px 0px 8px, #ea398e 0px 0px 8px, #ea398e 0px 0px 8px, #ff2d95 0px 0px 8px, #ea398e 0px 0px 8px, #ff2d95 0px 0px 8px, #ff2d95 0px 0px 8px, #ff2d95 0px 0px 8px;
    font-family: 'Lovelo Line';
    font-weight: 400;
    color: #ffafd5;
}

.featured-grid--item--text-container {
  padding: 0 16px;
}

/* .featured-grid--item .image--container {
  padding-top: 100% !important;
} */

.featured-grid--root.hover .featured-grid--root {
  grid-row-gap: 70px;
}

.featured-grid--root.hover [data-container=block] {
  display: block;
}

.featured-grid--root.hover .featured-grid--item--image {
  background: url('BG_1000x1000.png');
  background-size: cover;
  background-repeat: no-repeat;
}
 
.featured-grid--root.hover .featured-grid--item--image .image--root:last-of-type {
  display: none;
}

.featured-grid--root.hover .featured-grid--item--image:hover .image--root:first-of-type {
  display: none;
}
  
.featured-grid--root.hover .featured-grid--item--image:hover .image--root:last-of-type {
  display: block;
}

.featured-grid--root.hover .featured-collection--header-text {
  max-width: 90%;
}

.featured-collection--title span:last-child,
.featured-slider--title span:last-child {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
}

.featured-content--root[data-text-position=center-right][data-cover-image=false] .featured-content--text {
  position: absolute;
  right: 0;
  text-align: right;
}

.featured-content--root[data-text-position=center-right][data-cover-image=false] .featured-content--text {
  padding: 0 8%;
  padding-left: 0;
}

.featured-content--overline,
.featured-content--description {
  font-size: 1.7vw;
  line-height: normal;
}

.carousel--root .featured-content--title {
  color: black;
  line-height: 1;
  letter-spacing: normal;
  font-size: 4.1vw;
/*   font-weight: bold; */
}

.featured-content--text-container>:not(:last-child) {
  padding-bottom: 30px;
}

.btn-wrapper {
  display: flex;
  justify-content: right;
}

.btn-wrapper [data-item=block-link]>:after {
  content: unset;
}

.featured-content--link {
  border: 2px solid #fff;
  padding: .5rem 1.5rem;
}

.featured-content--link > a {
  font-size: 1.3vw;
}

.featured-content--link:first-child {
  margin-right: 10px;
}

.featured-content--link:first-child a {
  color: #fff;
}

.featured-content--link:last-child {
  background-color: #fff;
}

.featured-content--link:last-child a {
  color: #000;
}

.featured-grid--footer--button-container {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 0;
  padding: 1rem 2rem;
  line-height: 120%;
  height: auto;
  margin-top: 1rem;
  font-family: Jost, san-serif;
  font-weight: 500;
}

/* FEATURED SLIDER */
.featured-slider--root,
.featured-collection--root {
  max-width: 1188px;
  margin: 0 auto;
}
.featured-slider--root{
   max-width: 1640px;
}
  
.featured-collection--root {
  padding-bottom: 0;
}

.featured-slider--grid .product--root {
  margin-right: 1rem;
  margin-bottom: 0 !important;
}

/* IMAGE WITH TEXT */
.image-with-text--root .featured-content--title {
  color: var(--color-text);
}

/* .image-with-text--root .featured-content--title strong {
    text-shadow: #ea398e 0px 0px 0px, #ea398e 0px 0px 0px, #ea398e 0px 0px 0px, #ff2d95 0px 0px 0px, #ea398e 0px 0px 0px, #ff2d95 0px 0px 6px, #ff2d95 0px 0px 20px, #ff2d95 0px 0px 5px;
} */
.image-with-text--root .featured-content--title strong {
    text-shadow: #ea398e 0px 0px 8px, #ea398e 0px 0px 8px, #ea398e 0px 0px 8px, #ff2d95 0px 0px 8px, #ea398e 0px 0px 8px, #ff2d95 0px 0px 8px, #ff2d95 0px 0px 8px, #ff2d95 0px 0px 8px;
    font-family: 'Lovelo Line';
    font-weight: 400;
    color: #ffafd5;
}
  
.image-with-text--root .featured-content--image.desktop {
  display: block;
}
  
.image-with-text--root .featured-content--title {
    margin: 1rem 0 .5rem;
}

.featured-content--root[data-container-width="2"] .featured-content--container {
  max-width: 1200px;
}

.featured-content--root[data-text-position=left] .featured-content--image {
  min-width: unset;
  flex-shrink: unset;
}

.featured-content--root[data-text-width=small] .featured-content--text {
  max-width: unset;
}

.testimonials {
    margin: 0 17.5px;
}

.testimonials--header {
  padding-bottom: 3rem;
}

.testimonials--header > h2 {
  text-align: center;
}

/* .testimonials--header > h2 >strong {
  font-family: 'Lovelo';
  text-shadow: #ea398e 0px 0px 0px, #ea398e 0px 0px 0px, #ea398e 0px 0px 0px, #ff2d95 0px 0px 0px, #ea398e 0px 0px 0px, #ff2d95 0px 0px 6px, #ff2d95 0px 0px 20px, #ff2d95 0px 0px 5px;
} */

.testimonials--header > h2 >strong {
    text-shadow: #ea398e 0px 0px 8px, #ea398e 0px 0px 8px, #ea398e 0px 0px 8px, #ff2d95 0px 0px 8px, #ea398e 0px 0px 8px, #ff2d95 0px 0px 8px, #ff2d95 0px 0px 8px, #ff2d95 0px 0px 8px;
    font-family: 'Lovelo Line';
    font-weight: 400;
    color: #ffafd5;
}

.testimonials--header > h2 > span {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
}

.testimonials--wrapper {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 25px;
}

.testimonials {
  background-color: #383838;
  padding: 1.5rem;
}

.testimonials--upper {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.testimonials--lower {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 2px dotted;
}

.testimonial--info > span {
  display: block;
}

/* PRODUCT PAGE */
.product--title {
  text-transform: uppercase;
  font-size: 1.1rem;
}

.product--label {
  color: #000;
}

.product-gallery--root {
  display: grid;
  grid-template-columns: minmax(auto, 1200px);
  justify-content: center;
}
  
.product-gallery__show {
    position: absolute;
    bottom: 25px;
}

.product-gallery {
  --gap: 16px;
  --num-cols: 5;

  box-sizing: border-box;

  display: grid;
  justify-content: center;
  grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);
  position: relative;
}
    
.product-item.product-image--secondary > a {
    pointer-events: none;
}

.product-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-image--main {
  grid-column: span 2;
}

.product-image--main {
  grid-row: span 2;
}

.product-meta {
  margin-top: 2rem;
}

.product-meta .product-title {
  font-family: 'Lovelo';
  font-size: 40px;
}

.product-meta .product-title h1 {
  margin: 10px 0;
}
/* .product-meta .product-title strong {
  text-shadow: #ea398e 0px 0px 0px, #ea398e 0px 0px 0px, #ea398e 0px 0px 0px, #ff2d95 0px 0px 0px, #ea398e 0px 0px 0px, #ff2d95 0px 0px 6px, #ff2d95 0px 0px 20px, #ff2d95 0px 0px 5px;
} */
.product-meta .product-title strong {
    text-shadow: #ea398e 0px 0px 8px, #ea398e 0px 0px 8px, #ea398e 0px 0px 8px, #ff2d95 0px 0px 8px, #ea398e 0px 0px 8px, #ff2d95 0px 0px 8px, #ff2d95 0px 0px 8px, #ff2d95 0px 0px 8px;
    font-family: 'Lovelo Line';
    font-weight: 400;
    color: #ffafd5;
}

.product-info {
  display: inline-flex;
  gap: 50px;
}

.product-info .is--flex {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.product-price {
  font-size: 20px;
  margin: 0;
}

.product-info span.jdgm-star.jdgm--on:not(:first-child) {
  display: none !important;
  padding: 0 !important;
}

.product-info .jdgm-star {
  padding: 0 !important;
}

.product--container {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 3rem;
}

.product-description--root {
  flex-basis: 60%;
}

.product-description--root .readmore, 
.product-description--root .readless {
  color: #FF1590 !important;
}

.product-description-full {
  display: none;
}
    
.product--description + .product--heading {
    margin-top: 2rem;
}

.product-atc--root {
  flex-basis: 40%;
}

.product--heading > h3 {
  margin-bottom: .5rem;
  font-size: 20px;
  text-transform: uppercase;
}

.product-atc--wrapper {
  max-width: 317.96px;
  margin-left: auto;
  position: sticky;
  top: 40px;
}

.product-atc {
  padding: 2rem 1rem 1rem;
  background-color: #383838;
  text-align: center;
}

.product-atc > h5 {
  margin-bottom: .5rem;
}

.product-atc .input {
  padding: 1rem;
  margin-top: .7rem;
  height: 48px;
  background-color: #383838;
  text-align: left;
  border: 1px solid #707070;
  line-height: 48px;
}

.product-atc .input::placeholder {
  color: white;
}

.product-atc--note {
  margin-top: 3rem;
}

.product-atc--note > p {
  line-height: 120%;
}

.product-atc--note > p > strong {
  font-weight: normal;
  color: #FF1590;
}

.product--timeline {
  margin: 140px 0 60px;
}
    
.product-tag {
  position: absolute;
  bottom: 2rem;
  right: 0;
}


.featured-slider--grid img {
  opacity: 1;
  visibility: visible;
}

.tabs--wrapper .ui-widget-content {
  background: transparent;
  border: none;
}

.tabs--wrapper .ui-widget-header {
  background: transparent;
  border: none;
}

.tabs--wrapper .ui-tabs-tab {
  background: transparent;
  border: none;
}

.tabs--wrapper .ui-tabs-anchor {
  width: 100%;
  padding: 1rem !important;
  text-align: center;
  color: white !important;
}

.tabs--wrapper .ui-tabs-active {
  background-image: linear-gradient(to right,#FF1590 0%, #C923A1 20%, #652EC3 51%,#652EC3 100%);
}

.tabs--wrapper .collapsible-tab--wrapper {
  color: white;
  border-bottom-style: dotted;
}

.tabs--wrapper .collapsible-tab--wrapper:first-child {
  border-top: none;
}

.tabs--heading {
  margin-bottom: 2rem !important;
}

/* .tabs--header strong {
  text-shadow: #ea398e 0px 0px 0px, #ea398e 0px 0px 0px, #ea398e 0px 0px 0px, #ff2d95 0px 0px 0px, #ea398e 0px 0px 0px, #ff2d95 0px 0px 6px, #ff2d95 0px 0px 20px, #ff2d95 0px 0px 5px;
} */
.tabs--header strong {
  text-shadow: #ea398e 0px 0px 8px, #ea398e 0px 0px 8px, #ea398e 0px 0px 8px, #ff2d95 0px 0px 8px, #ea398e 0px 0px 8px, #ff2d95 0px 0px 8px, #ff2d95 0px 0px 8px, #ff2d95 0px 0px 8px;
  font-family: 'Lovelo Line';
  font-weight: 400;
  color: #ffafd5;
}

.featured-grid--root.hover .featured-grid--item--title {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(to right,#FF1590 0%, #C923A1 40%, #652EC3 95%,#652EC3 100%);
  padding: 0.5rem;
  font-size: 1rem;
}  
    
.featured-grid--root.hover .featured-grid--item:hover  .featured-grid--item--title,
.featured-grid--root.hover  .featured-grid--item--container{
    display: block;
}

.featured-grid--root.hover .featured-grid--item--image {
  position: relative;
}
    
.sw-instagram-container {
  background-color: transparent !important;
}

.sw-instagram-header-title, 
.sw-instagram-header-description {
  color: white !important;
}

.carousel--root,
.carousel--viewport,
.carousel--y-container,
.featured-content--container {
  overflow: unset !important;
}

.vector-image {
  position: absolute;
  bottom: 0;
  width: 50%;
}

/* FOOTER  */
.footer--root {
  background-image: linear-gradient(to right,#FF1590 0%, #C923A1 32%, #652EC3 100%,#652EC3 100%);
}

.footer--block--container {
  margin: 0 !important;
}

.footer--blocks {
  align-items: center;
}

.footer--block {
  justify-content: center;
}

.footer--block--body {
  display: flex;
  align-items: center;
}

.footer--about-text {
  font-size: 12px;
  padding-bottom: 0 !important;
}

.footer--block--heading {
  font-size: 26px;
  padding: 0;
}

.footer--social-icons {
  margin: 0;
}

.footer--social-icons > a {
  display: flex;
  align-items: center;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: white;
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  color: white;
  padding: 0 !important;
  border-radius: 30px !important;
  border: 1px solid white;
  min-height: unset !important;
}

.slick-dots li button:before {
  font-size: 26px;
  line-height: 11px;
  width: 11px;
  height: 11px;
  opacity: 1;
  color: transparent;
  border-radius: 25px;
}
    
.sw-instagram-header-title {
    margin-bottom: 0 !important;
}

.sw-instagram-header-title span {
    font-size: 2rem !important;
    color: #FF1590 !important;
}
    
.sw-instagram-header-description {
    margin-bottom: 3rem !important;
}
   
.cart--root {
  max-width: 100%;
}
    
.cart--title {
    font-family: Lovelo;
}

/* .cart--title strong {
    text-shadow: #ea398e 0px 0px 0px, #ea398e 0px 0px 0px, #ea398e 0px 0px 0px, #ff2d95 0px 0px 0px, #ea398e 0px 0px 0px, #ff2d95 0px 0px 6px, #ff2d95 0px 0px 20px, #ff2d95 0px 0px 5px;
} */

.cart--title strong {
    text-shadow: #ea398e 0px 0px 8px, #ea398e 0px 0px 8px, #ea398e 0px 0px 8px, #ff2d95 0px 0px 8px, #ea398e 0px 0px 8px, #ff2d95 0px 0px 8px, #ff2d95 0px 0px 8px, #ff2d95 0px 0px 8px;
    font-family: 'Lovelo Line';
    font-weight: 400;
    color: #ffafd5;
}
/* Anything udner 1024px */
@media screen and (max-width: 1024px) {
  .image-grid {
    --num-cols: 2;
    --row-height: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .featured-content--root[data-text-width=large] .featured-content--text {
    max-width: 50%;
  }
  
  .featured-content--image.mobile {
    display: none;
  }
  
  .sw-instagram-header-description span {
    font-size: 1.2rem !important;
  }
  
  .timeline--root {
    display: none;
  }


  .footer--social-icons {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {

  #shopify-section-template--15717858345148__1648645054363663ec .featured-content--root[data-text-position=center-right][data-cover-image=false] .featured-content--text{
    top: 10%;
  }
  
  #shopify-section-template--15717858345148__16479428697a09573d .featured-content--root[data-text-position=center-right][data-cover-image=false] .featured-content--text{
    top: 30%;
  }
  
  .header--root[data-section-id] {
    padding: 10px;
  }
  
  .header--mobile {
    padding: 0 15px;
  }
  
  .header--mobile--menu {
    text-align: right;
    width: 60%;
  }
  
  .header--mobile--menu {
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .header--mobile--menu>* {
    padding: 0;
    margin: 0;
    margin-left: 10px;
  }
  
  .header--button {
    margin-left: 0;
  }
  
  [data-item~=section-heading], h1, h2 {
    font-size: 9vw;
    padding: 0 !important;
  }
  
  .featured-grid--item--container {
    display: flex;
    align-items: center;
  }
  
  /* .featured-grid--item .image--container {
    padding-top: 100% !important;
  } */

  .featured-grid--item--container {
    max-width: 90%;
    margin: auto;
  }

  .featured-grid--item--image[data-item] {
    flex-basis: 70% !important;
    height: unset !important;
  }

  .featured-grid--item--image img {
    object-fit: cover;
    object-position: left;
  }
  
  .featured-grid--item--image {
    margin: 0 !important;
  }

  .featured-grid--item--title {
    text-align: left;
  }
  
  .featured-collection--header-text {
    max-width: 100%;
  }
  
  .featured-collection--title span:last-child,
  .featured-slider--title span:last-child {
    line-height: normal;
  }

  .featured-grid--root {
    grid-row-gap: 30px;
  }

  .featured-grid--root[data-mobile-overlay=false] .featured-grid--item--title {
    font-size: 14px;
  }

  .featured-content--image.desktop {
    display: none;
  }
  
  .featured-content--text {
    top: 0;
    left: 0;
    right: unset !important;
    text-align: left !important;
  }
  
  .featured-content--text {
    padding-right: 0 !important;
  }
  
  .featured-content--overline, 
  .featured-content--description {
    font-size: 4vw;
    line-height: normal;
    font-weight: 300;
  }
  
  .featured-content--description {
    padding-bottom: 10px !important;
  }
  
  .btn-wrapper {
    justify-content: left;
  }
  
  .featured-content--link {
    border: 1px solid black;
    padding: 5px 20px;
    font-size: 4vw;
  }
  
  .featured-content--link > a {
    font-size: 3vw;
    line-height: 120%;
  }

  .carousel--root .featured-content--title {
    font-size: 12vw;
  }
  
  .featured-collection--title span:first-child {
    margin-bottom: 1rem;
  }
  
  .featured-collection--title span {
    display: block;
    padding: 0 22px;
  }
    
  .featured-collection--title span:last-child, 
  .featured-slider--title span:last-child {
    font-weight: 200;
    font-size: 14px;
  }
  
  .featured-collection--header {
    padding-bottom: 2rem;
  }
  
  .featured-grid--root[data-mobile-overlay=false] .featured-grid--item--title {
    margin: 0;
  }
  
  .featured-grid--root.hover [data-container=section],
  .featured-grid--root.hover [data-container=panel]{
    display: block;
  }
  
  .featured-grid--root.hover [data-container=panel][data-mobile-columns="2"] {
    grid-template-columns: repeat(1,minmax(0,1fr));
  }

  .featured-grid--root.hover .featured-grid--item--container {
    max-width: 100%;
  }
  
  .featured-grid--root.hover .featured-grid--item--image[data-item] {
    flex-basis: 100% !important;
    position: relative;
  }
  
  .featured-grid--root.hover .featured-grid--item--title {
    text-align: center;
  }
  
  .featured-grid--root.hover .featured-grid--body {
    display: block;
  }

  div#shopify-section-template--15381777383612__16488212088e9769fa .featured-grid--item:first-child {
    grid-column: span 2;
  }
  
  div#shopify-section-template--15381777383612__16488212088e9769fa .featured-grid--body--container[data-mobile-columns="2"] .featured-grid--item:nth-child(2n+1):last-child {
    grid-column: unset;
    justify-self: unset;
    width: 100%;
  }
  
  div#shopify-section-template--15381777383612__16488212088e9769fa .featured-grid--item--image[data-item] {
    flex-basis:  100% !important;
  }
  
  div#shopify-section-template--15381777383612__16488212088e9769fa .featured-grid--item--container {
    max-width: 100% !important;
  }
  
  div#shopify-section-template--15381777383612__16488212088e9769fa .featured-grid--item--image {
    padding: 0 !important;
  }
  
  .ui-tabs-vertical .ui-tabs-panel,
  .ui-tabs-vertical .ui-tabs-nav {
    width: 100%;
  }

  .tabs--heading {
    text-align: center;
  }
  
  .product-tag {
    bottom: 1rem;
    padding: .5rem 1.5rem;
  }
  
  .product-description--root, 
  .product-atc--root {
    flex-basis: unset;
  }
  
  .product--root[data-product-view=grid] .product--image-wrapper {
    height: unset !important;
  }
  
  .product--root[data-product-view=grid] .product--image[data-item] {
    position: unset !important;
  }
  
  .uk-lightbox-page .product-atc--root {
    z-index: 0 !important;
  }

  .product-gallery--root {
    padding-bottom: 50px;
  }

  .product-gallery__show {
    position: absolute;
    bottom: -66px;
    width: 100%;
    background: unset !important;
    border: 1px solid white;
  }
  
  .product-gallery {
    margin: 16px;
    --num-cols: 2;
    grid-template-columns: repeat(var(--num-cols), 1fr);
  }
  
  .product-item {
    display: none;
  }
  .product-item:nth-child(-n+3) {
    display: block !important;
  }
  
  .product-meta--root {
    padding: 0 2rem;
  }

  .product-meta .product-title {
    max-width: 80%;
  }

  .product-info {
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 10px;
    margin-bottom: 1rem;
  }

  .product--type.is--flex {
    order: 5;
  }

  .product--tag.is--flex {
    order: 4;
  }

  .product--container {
    flex-wrap: wrap;
    margin-top: 0;
    flex-direction: column-reverse;
  }

  .product-atc--root {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
  }
  
  .product--inputs {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 1rem 0;
  }
  
  .product--inputs .dropdown,
  .product--inputs input {
    margin: 0 !important;
  }

  .product-atc--wrapper {
    margin: 0;
    max-width: 100%;
  }
  
  .product-atc--note {
    margin-top: 1rem;
  }
  
  .product-atc {
    padding: 2rem 1rem;
  }

  .product-description--root {
    padding: 2rem;
  }
  
  .timeline .card--wrapper {
    display: block;
    justify-content: center;
  }
  
  .timeline-left, .timeline-right {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 5rem !important;
    padding-bottom: 8rem !important;
  }
  
  .timeline .card {
    margin-bottom: 3rem;
    text-align: center !important;
    background-color: #383838;
    border-radius: 0 !important;
  }
  
  .timeline .card.left,
  .timeline .card.right {
    text-align: center;
  }

  .featured-grid--root.has--timeline .featured-grid--body {
    display: none;
  }
}

/*  DO NOT EDIT */
/* The actual timeline (the vertical ruler) */


/* Container around content */
.timeline--root .container {
  padding: 0 25px 10px;
  position: relative;
  background-color: inherit;
  width: 50%;
  text-align: center;
}

/* The circles on the timeline */
/* .timeline--root .container::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  right: -8px;
  background-color: #151515;
  border: 1px solid white;
  top: 0;
  border-radius: 50%;
  z-index: 1;
}
 */
/* Place the container to the left */
.timeline--root .left {
  left: 0;
}

/* Place the container to the right */
.timeline--root .right {
  left: 50%;
}

/* Fix the circle for containers on the right side */
.timeline--root .right::after {
  left: -7px;
}
  
/* .timeline--root .timeline::before {
    height: 100%;
}
 */
.timeline--root .timeline > div:last-child::before {
    content: unset !important;
}

/* END OF CUSTOM CSS */

  .product-atc--wrapper .product--inputs {
    display: none;
  }
/*   .product-form--container h5 {
  margin-bottom: 2rem;
} */

  button.btn-gradient.product-form--add-to-carts,
  button.btn-gradient.product-form--add-to-cart {
    margin: 3rem 0 2rem;
    font-size: 15px;
  }

  .close{
    opacity: 0;
    height: 0;
    position: fixed;
  }

  #btn_close,
  #mbtn_close {
    display: none;
    margin: 3rem 0 2rem;
    font-size: 15px;

  }
  
/* CSS Edit By H */  
.template--blog .blog--body .blog--list {
    max-width: 1670px;
}
.blog--title-container h1.blog--title {
    font-size: 26px;
}
.product-gallery--root .product-item.product-image--secondary img {
    min-height: 320px;
    object-fit: cover;
    object-position: center center;
}
.featured-grid--root .featured-grid--body .featured-grid--body--container .featured-grid--item:last-child .featured-grid--item--text-container {
    margin-top: 0;
}
.featured-grid--root[data-text-position=bottom] .featured-grid--item--text-container {
    padding: 16px 16px 0 0;
}
.product-atc.mobile-code {
    display: none;
}
.product-atc.desktop-code {
    display: block;
}
.product-atc.desktop-code button.product-form--add-to-cart,
.product-atc.desktop-code button.product-form--add-to-carts,

.product-atc.mobile-code button#mbtn_close {
    display: none;
}
.product-atc.desktop-code button#btn_close{
    display: block;
}
.footer--social-icons a svg.icon--root.icon--tiktok {
    height: 20px;
    width: 20px;
}
.template--blog .blog--featured-container .featured_article_none {
    display: none;
}
.blog--root .blog--header--root {
  padding-bottom: 30px;
}
.blog--root .blog--header--root #blog-filters .blog--filter--menu a {
  letter-spacing: 0;
  margin: 0 10px;
  border: 1px solid #fff;
}
.blog--root .blog--header--root #blog-filters li.blog--filter--menu-item[data-selected="true"] a {
  background-image: linear-gradient(to right,#FF1590 0%, #C923A1 20%, #652EC3 51%,#652EC3 100%) !important;
  border: 0 !important;
  color: #fff;
}
.blog--root .blog--body .blog--list .blog--list--item {
    background: #383838;
    margin: 0 0 40px !important;
    display: inline-block;
    padding: 0 0 30px !important;
}
.blog--body .blog--list .blog--list--item-title {
    padding: 0 20px;
    margin: 20px 0 0 0;
      font-size: 20px;
}
.blog--root .blog--body .blog--list .blog--list--item .blog--list--item-excerpt {
    padding: 0 20px;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
}
.blog--list--item-info {
    display: none;
}
.blog--root .blog--body .blog--list .blog--list--item .blog--list--item-readmore a {
    padding: 0 20px;
    margin: 20px 0 0 0;
    text-transform: inherit;
    letter-spacing: 0;
    font-size: 15px;
    text-decoration: underline;
    color: #FF1590;
}
.blog--body .blog--list .blog--list--item-title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
      margin: 0 0 5px;
}
.blog--featured {
    padding: 0;
}
.blog--root[data-show-featured=true] .blog--header--root{
      padding-top: 60px;
      padding-bottom: 60px;
}



.template--article .article--root {
    padding-left: 0;
    padding-right: 0;
}
.template--article .article--root .article--wrapper,
.template--article .article--root .article--wrapper .article--heading,
.template--article .article--root .article--wrapper .article--heading .article--image,
.template--article .article--root .article--wrapper .article--heading .article--image .image--root {
    width: 100% !important;
    max-width: 100% !important;
}
.template--article .article--root .article--wrapper .article--heading .article--image .image--root .image--container {
  padding-top: 17% !IMPORTANT;
}
.template--article .article--root .article--wrapper .article--heading .article--image .image--root .image--container img {
  object-fit: cover;
  background-position: center center;
}
.template--article .article--root .article--wrapper .article--heading .article--header--info {
  width: 100%;
  max-width: 730px;
  margin: 40px 0 0;
  padding: 0 15px;
}
.template--article .article--root .article--wrapper .article--heading .article--header--info .article--share {
  margin: 0 auto;
}
.template--article .article--root .article--wrapper .article--content {
/*     max-width: 100%; */
  width: 100%;
  text-align: left;
}
.template--article .article--root .article--wrapper .article--content .text-blog p {
  width: 100%;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 300;
}
.template--article .article--root .article--wrapper .article--content .text-blog h3,
.template--article .article--root .article--wrapper .article--content h3 {
  width: 100%;
  max-width: 730px;
  margin: 25px 0 25px;
  padding: 0;
  text-align: left;
  font-size: 34px;
}
.template--article .article--root .article--wrapper .article--content img {
  width: 100%;
  max-width: 100%;
}
.template--article .article--root .article--wrapper .article--author {
  margin: 20px 0 0;
}
.template--article .article--root .article--wrapper .article--heading .article--header--info .article--title{
  font-size: 56px;
}
.template--article .article--root .article--wrapper .article--content .text-blog h3, .template--article .article--root .article--wrapper .article--content h3{
  margin: 18px 0 18px;
  font-size: 34px;
  text-transform: uppercase;
}


@media only screen and (max-width: 1200px){
  .product-gallery--root{
      margin: 0 15px;
  }
  .product-meta--root,
  .product--container{
      padding: 0 15px;
  }
}

@media only screen and (max-width: 1199px){
  .blog--root[data-show-featured=true] .blog--header--root #blog-filters .blog--filter--menu a{
    margin: 0 6px;
  }
  .template--article .article--root .article--wrapper .article--heading .article--header--info .article--title{
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px){
  .btn-gradient{
    font-size: 11px;
  }

  .featured-grid--root[data-text-position=bottom] .featured-grid--item--text-container {
    padding: 12px 12px 0;
  }
  .template--article .article--root .article--wrapper .article--heading .article--header--info .article--title{
    font-size: 32px;
  }
  .product-meta--root,
  .product--container{
      padding: 0;
  }
  .product-gallery--root{
    margin: 0;
  }
  .product--container .product-atc--root .product-atc--wrapper h5 {
    display: none;
  }
  .product--container .product-atc--root .product-atc--wrapper .product-form--add-to-cart,
  .product--container .product-atc--root .product-atc--wrapper .product-form--add-to-carts {
    margin: 0rem 0 1rem;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }
  .product--container .product-atc--root .product-atc--wrapper .product-atc {
    padding: 20px 15px 15px;
  }
  .product-atc.mobile-code {
    display: block;
  }
  .product-atc.desktop-code {
    display: none;
  }
  
  .blog--featured {
    padding: 0 15px;
    margin: 0 0 0;
  }
  .blog--featured h2.blog--featured-title--mobile {
    font-size: 18px;
    display: inline-block;
    margin: 0 15px;
  }
  .blog--body {
    padding: 0 15px;
  }
  .blog--list {
    padding: 0;
  }
  .blog--body .blog--list .blog--list--item-title{
    padding: 0 15px !important;
  }
  .blog--root .blog--body .blog--list .blog--list--item .blog--list--item-image {
    padding: 0 16px;
  }
  .blog--root[data-show-featured=true] .blog--header--root {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .template--article .article--root .article--wrapper .article--heading .article--header--info .article--title {
    font-size: 34px;
  }
  .template--article .article--root .article--wrapper .article--heading .article--header--info{
    margin: 10px auto 30px;
  }
  .template--article .article--root .article--wrapper .article--heading .article--image .image--root .image--container {
    padding-top: 60% !IMPORTANT;
  }
  .template--article .article--root .article--wrapper .article--content .text-blog h3, .template--article .article--root .article--wrapper .article--content h3{
    margin: 18px 0 18px;
    font-size: 24px;
  }
  .template--article .article--root .article--wrapper .article--content img {
    height: 290px;
    object-fit: cover;
    background-position: center center;
  }
  .layout--main-content .product-meta--root {
    padding: 0 2rem;
  }
  footer.footer--root .footer--block .footer--block--container ul.footer--menu {
    padding: 0;
  }
  .footer--social-icons {
    padding: 0;
  }
  .blog--featured-container {
    background: #383838;
    margin: 0 0 40px !important;
    display: inline-block;
    padding: 0 0 30px !important;
  }
  .blog--root .blog--body .blog--list .blog--list--item .blog--list--item-excerpt,
  .blog--root .blog--body .blog--list .blog--list--item .blog--list--item-readmore a{
    padding: 0 15px;
  }
  .blog--root .blog--body .blog--list .blog--list--item .blog--list--item-excerpt{
    font-size: 16px;
  }
  .blog--root .blog--body .blog--list .blog--list--item{
    margin: 0 0 15px !important;
  }
  .blog--featured-container{
    margin: 0 0 15px !important;
  }
  .template--article .article--root .article--wrapper .article--content .text-blog p{
    font-size: 16px;
  }
  .blog--header{
    padding: 32px 16px 0;
  }
}


/* Edit by H */
footer.footer--root .footer--blocks .footer--block--container .footer--block--body p strong {
  font-weight: 400;
  letter-spacing: 2px;
}
.featured-grid--root[data-container-width="4"] .featured-grid--body {
  grid-template-columns: minmax(auto,1377px);
}
.featured-grid--header {
  grid-template-columns: minmax(auto,100%);
}
.testimonials--upper .testimonial--image {
  width: 37%;
}
.testimonials--upper .testimonial--info {
  width: 63%;
}
.testimonials--upper .testimonial--info .testimonial--name {
  font-size: 25px;
  line-height: 1;
}
.testimonials--upper .testimonial--info .testimonial--date {
  font-size: 18px;
  margin: 5px 0;
}
[data-section-id][data-container-width="4"]:not([data-container])>:not([data-container]){
    max-width: 1365px;
}
.banner-btn-black .featured-content--link:first-child a {
  color: #000;
}
.banner-btn-black .featured-content--link {
  border: 2px solid #000;
}
.banner-btn-black .featured-content--link:last-child {
  background-color: #000;
}
.banner-btn-black .featured-content--link:last-child a {
  color: #fff;
}
.testimonials--root .slick-track .testimonials .testimonials--lower p {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (max-width: 1199px){
  .our-parteners-section ul li {
    width: 50%;
    float: left;
    height: 120px;
}
  .our-parteners-section ul li img{
        width: 100%;
  }
  .our-parteners-section ul {
    display: inline-block;
}
  .slick-next{
        right: 0;
  }
  .slick-prev{
    left: 0;
    z-index: 9;
  }
  
}
@media only screen and (max-width: 767px){
  .our-parteners-section .header h2 p{
        font-size: 42px;
  }
  .slideshow--root.banner--slide {
    padding: 0;
}
.testimonials--wrapper .slick-arrow{
    opacity: 0!important;
}
  .slideshow--root.banner-btn-black,
  [data-section-id].custom-liquid--root,
  .testimonials--root,
  .our-parteners-section .grid__wrapper{padding:0!important;}
  
  .featured-slider--grid.slick-initialized.slick-slider,
  .featured-grid--header,
  .featured-content--text-container {
    padding: 0 30px!important;
}
  .timeline--root .container {
    position: inherit;
    width: 50%;
    float: left;
    left: inherit;
        padding: 0 10px 10px;
}
.footer--sub--container {
    text-align: center;
    width: 100%;
}
body .our-parteners-section ul li img {
    width: auto !important;
}
  .our-parteners-section ul li {
    padding: 10px 8ox!important;
    margin:0!important;
}
  [data-section-id] {
    padding: 32px 16px 0;
}
  .timeline {
    min-height: auto;
    display: inline-block;
}
  .timeline .container:last-child img {
    margin: 0 0 12.5%;
}
  .our-parteners-section ul li{
    width: 100% !important;
    float: left !important;
    height: inherit;
  }
  .our-parteners-section{
        padding: 50px 20px 30px!important;
  }
  .our-parteners-section ul li:nth-child(3) {
    clear: both;
    margin: -20px 0 0 0;
}
  .our-parteners-section ul li {
    padding: 0;
}
  .our-parteners-section ul li:nth-child(4) {
    margin: -20px 0 0 0;
}
.carousel--root .featured-content--title {
  font-size: 10vw;
}
.featured-content--text{
      top: inherit;
      bottom: 0;
}
.featured-content--root[data-mobile-overlay=true] .featured-content--text-container .btn-wrapper {
    margin: 40px 0 0 0;
}
.featured-content--link:last-child a {
    color: #000 !important;
}
.featured-content--link > a{
   font-size: 3.7vw;
}
.featured-slider--grid.slick-initialized.slick-slider {
    padding: 0 !important;
}
.featured-slider--root .featured-slider--grid img.slick-arrow {
    display: none !important;
}
  .banner-btn-black .featured-content--text {
    top: 0;
}
  .banner-btn-black .featured-content--text .btn-wrapper .featured-content--link a {
    color: #fff !important;
}
.banner-btn-black .featured-content--text .btn-wrapper {
    margin: 5px 0 0 0 !important;
}
body .our-parteners-section ul li img {
    width: 100% !important;
    object-fit: cover;
    max-width: 126px;
}
footer.footer--root .footer--blocks .footer--block--container .footer--block--body p strong {
    display: inline-block;
    width: 100%;
    transform: rotate(90deg);
        margin: 21px 0 18px;
}
footer.footer--root .footer--blocks .footer--block--container .footer--block--body .footer--social-icons {
    display: inline-block;
}
footer.footer--root .footer--blocks .footer--block--container .footer--block--body .footer--social-icons a {
    padding: 8px 5px;
}
footer.footer--root .footer--blocks .footer--block--container .footer--block--body {
    display: inline-block;
}
body .our-parteners-section ul li:nth-child(2) img {
    max-width: 200px;
}
  .featured-grid--item--image img {
    height: 100%;
}

.featured-grid--root .featured-grid--body .featured-grid--body--container .featured-grid--item--container .featured-grid--item--image {
    max-width: 100% !important;
    height: 100% !important;
}

.product-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-item:nth-child(-n+3) {
    height: 170px;
}
.product-gallery--root .product-item.product-image--secondary img {
    min-height: 148px;
    object-position: center center;
    height: 150px;
    width: 100%;
    object-fit: cover;
}
.testimonials--header {
    padding-bottom: 1rem;
}
section.our-parteners-section ul {
    padding: 25px 0px;
}
.product--root[data-product-view=grid][data-text-alignment=left] .product--details {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}
.featured-content--text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product--price[data-item] {
    padding: 0;
    flex-basis: unset;
    font-size: 17.6px;
}
}


/* CHANGES */
/* .featured-content--title {
    margin-bottom: 1rem;
} */



#shopify-section-template--15717858345148__16479428697a09573d .featured-content--image.mobile img {
    opacity: 0.8;
}


/* .feature-video--heading h2 {
    font-family: Jost, san-serif;
    font-size: 79px;
    font-weight: 900;
    line-height: 120%;
}
.feature-video--sub-heading {
    font-family: Jost, san-serif;
    font-size: 33px;
    font-weight: 400;
    line-height: 120%;
}
a.feature-video--button div {
    border: 2px solid #fff;
    font-size: 25px;
    color: #fff;
    font-family: Karla, sans-serif;
    font-weight: 400;
} */

.buttons_wrapper {
    display: flex;
    justify-content: center;
}

.custom_btn {
    margin-left: 25px;
}
.custom_btn div {
    font-size: 25px;
    color: #000;
    font-family: Karla, sans-serif;
    font-weight: 400;
    background-color: #fff;
    border: 0;
}
span.testimonial--date {
    display: none;
}

.x-menu li:nth-child(3), .x-menu li:nth-child(4), .x-menu li:nth-child(6){
    position: relative;
    width: fit-content;
}

.y-menu li:nth-child(3), .y-menu li:nth-child(4), .y-menu li:nth-child(6){
    position: relative;
}

.x-menu li:nth-child(3):before, .x-menu li:nth-child(4):before, .x-menu li:nth-child(6):before{
  position: absolute;
  content: "NEW";
  text-shadow: #Fe1590 0px 0px 5px, #Fe1590 0px 0px 10px, #Fe1590 0px 0px 15px, #Fe1590 0px 0px 20px, #Fe1590  0px 0px 30px, #Fe1590  0px 0px 40px, #Fe1590  0px 0px 50px, #Fe1590 0px 0px 75px;
  color: white;
  font-size: 12px;
  top: 18px;
  right: 15px;
  z-index: 2;
  font-weight: bold;
}

.y-menu li:nth-child(3):before, .y-menu li:nth-child(4):before, .y-menu li:nth-child(6):before {
    position: absolute;
    content: "NEW";
    text-shadow: #fe1590 0px 0px 5px, #fe1590 0px 0px 10px, #fe1590 0px 0px 15px, #fe1590 0px 0px 20px, #fe1590 0px 0px 30px, #fe1590 0px 0px 40px, #fe1590 0px 0px 50px, #fe1590 0px 0px 75px;
    color: white;
    font-size: 10px;
    top: 2px;
    left: 15px;
    z-index: 2;
    font-weight: bold;
}