/** Shopify CDN: Minification failed

Line 3602:1 Expected "}" to go with "{"

**/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

html,
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

section {
  overflow: hidden;
}

video,
img {
  width: 100%;
}

img {
  height: 100%;
}
h1,
h2,
h4,
h5,
h5,
h6 {
  font-family: "Montserrat", sans-serif !important;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
  .collection.page-width {
    max-width: 1700px;
  }
}
@media (max-width: 1799px) {
  .container {
    max-width: 1440px;
  }
  .collection.page-width {
    max-width: 1440px;
  }
}
@media (max-width: 1440px) {
  .container {
    max-width: 1350px;
  }
  .collection.page-width {
    max-width: 1350px;
  }
}
.container-full {
  width: 100%;
  max-width: 100%;
}

.row {
  display: flex;
}

.col-12 {
  width: 100%;
  max-width: 100%;
}

.col-6 {
  width: 100%;
  max-width: 50%;
}

.col-4 {
  width: 100%;
  max-width: 33.33%;
}

.col-8 {
  width: 100%;
  max-width: 66.33%;
}

.content-for-layout {
  overflow: hidden;
  position: relative;
}

a.theme-button,
button.theme-button {
  text-transform: uppercase !important;
  background-color: #252525;
  padding: 20px 30px 18px;
  color: var(--White, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /*26.4px*/
  letter-spacing: -0.48px;
  text-transform: capitalize;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  text-decoration: none;
  display: inline-block;
  border: 0;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  cursor: pointer !important;
}
a.theme-button:hover,
button.theme-button:hover {
  background-color: #ce3175;
}
a.theme-button.button-white,
button.theme-button.button-white {
  background-color: #fff;
  padding: 17px 26px 14px;
  color: var(--White, #252525);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /*26.4px*/
  letter-spacing: -0.48px;
  text-transform: capitalize;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

a.theme-button.button-white:hover,
button.theme-button.button-white:hover {
  background-color: #ce3175;
  color: var(--White, #ffffff);
}

input[type="email"] {
  border-radius: 100px;
  padding: 20px 30px;
  width: 100%;
  color: #252525;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.48px;
  text-transform: lowercase;
  font-family: "Montserrat" !important;
  border: 0 !important;
}
input[type="email"]::placeholder {
  color: #a3a3a3 !important;
}
.inout-submit {
  margin-top: 20px;
}

.header__icon .icon path {
  stroke-width: 1px !important;
  fill: #000 !important;
  stroke: #000;
}

ul.list-menu.list-menu--inline li a {
  color: var(--Black, #01010d);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  text-decoration: none;
}
.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
  color: var(--Black, #01010d);
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}

.header__submenu.list-menu {
  padding: 1rem 0;
  background-color: #252525;
  border-radius: 10px;
}

ul.list-menu.list-menu--inline .header__submenu li a {
  letter-spacing: -0.48px;
  text-transform: capitalize;
  text-decoration: none;
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  transition: all 0.6s ease;
}
ul.list-menu.list-menu--inline .header__submenu li a:hover {
  color: var(--White, #ce3175);
}
details[open] > .header__menu-item {
  text-decoration: none;
}
summary .icon-caret {
  position: absolute;
  height: 1.4rem;
  right: 1.5rem;
  top: 50%;
  transform: translate(0, -50%);
}
span.header__active-menu-item {
  text-decoration: none;
  color: #fa50a0;
}
header.header.header--middle-center.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account {
  width: 100%;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.header__menu-item:hover span {
  text-decoration: none;
  text-underline-offset: 0.3rem;
  color: #ce3175;
}
details[open] > .header__menu-item .icon-caret {
  top: 37%;
}
.header__menu-item span:hover + svg path {
  stroke: #ce3175;
}
.header__icon .icon:hover path {
  fill: rgb(250, 80, 160);
  stroke: rgb(250, 80, 160);
}
svg.icon.icon-account {
  height: 2.4rem;
  width: 2.4rem;
}

svg.icon.icon-account path {
  fill: transparent !important;
  stroke-width: 3.3px !important;
}

.header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 99;
  border: 0 !important;
  background-color: #ffffff4d;
  backdrop-filter: blur(20px);
}
.header__heading-logo {
  transition: all 0.6s ease-in-out;
}
.header-wrapper.scroll .header__heading-logo {
  height: auto;
  max-width: 65%;
}
.header__icon .svg-wrapper {
  transform: scale(1.3);
}

.header__heading-logo {
  max-width: 80%;
}
.header__icons {
  gap: 10px;
  padding: 0;
}

@media (min-width: 1800px) {
  header.header.header--middle-center.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account {
    max-width: 1700px;
  }
}
@media (max-width: 1799px) {
  header.header.header--middle-center.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account {
    max-width: 1440px;
  }
}
@media (max-width: 1440px) {
  header.header.header--middle-center.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account {
    max-width: 1350px;
  }
}
@media (min-width:991px) and (max-width: 1024px) {
  header.header.header--middle-center.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account {
    max-width: 991px;
  }
}


/* section.chroma-hero-section{height:90vh;} */
section.chroma-home-benifits {
  margin-bottom: -10px;
}
section.chroma-home-about {
  padding: 40px 0;
}

section.chroma-home-about p {
  text-align: center;
  color: var(--Dark-Grey, #252525);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: capitalize;
  max-width: 90%;
  margin: 0 auto;
}

.chroma-home-benifits .chroma-benifits-wrapper {
  max-width: 70%;
  margin: 0% auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.chroma-benifits-wrapper h2 {
  color: var(--Dark-Grey, #252525);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  text-transform: capitalize;
  margin-top: 0;
}

.chroma-benifits-wrapper h4 {
  color: var(--Dark-Grey, #252525);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
  max-width: 80%;
  margin: 0 auto;
}

.chroma-benifits-wrapper p {
  color: var(--Dark-Grey, #252525);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 10px;
}

.benifits-iconbox .iconbox {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
}

.benifits-iconbox .icon-content {
  text-align: center;
}

.benifits-iconbox .iconbox svg {
  width: 100%;
  height: 100%;
}

.chroma-marquee {
  background-color: #ce3175;
  padding: 20px 0;
}

.marquee-slider {
  overflow: hidden;
  display: flex;
}

.marquee-slider h2 {
  font-size: 48px;
  white-space: nowrap;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.chroma-product-home {
  padding: 100px 0;
}

.chroma-product-single .product-image {
  height: 600px;
  width: 300px;
  margin: 0 auto;
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}
.chroma-product-single .product-image > div {
  margin-top: 11px !important;
  height: 573px;
  margin: 0 auto;
  width: 235px;
  background-position: -230px 0px;
  background-size: 300%;
  scale: 1;
  transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  clip-path: polygon(
    0.201% 9.639%,
    0.201% 9.639%,
    0.177% 9.363%,
    0.16% 9.037%,
    0.158% 8.67%,
    0.18% 8.272%,
    0.236% 7.853%,
    0.334% 7.424%,
    0.482% 6.994%,
    0.691% 6.573%,
    0.969% 6.172%,
    1.324% 5.799%,
    1.324% 5.799%,
    1.471% 5.658%,
    1.599% 5.516%,
    1.709% 5.371%,
    1.801% 5.225%,
    1.876% 5.078%,
    1.934% 4.929%,
    1.975% 4.779%,
    2.001% 4.628%,
    2.011% 4.476%,
    2.006% 4.322%,
    2.006% 4.322%,
    2.001% 4.264%,
    1.986% 4.21%,
    1.959% 4.16%,
    1.919% 4.115%,
    1.866% 4.073%,
    1.798% 4.036%,
    1.715% 4.001%,
    1.616% 3.97%,
    1.499% 3.943%,
    1.364% 3.918%,
    1.364% 3.918%,
    1.138% 3.872%,
    0.939% 3.82%,
    0.767% 3.76%,
    0.62% 3.694%,
    0.497% 3.623%,
    0.396% 3.545%,
    0.318% 3.463%,
    0.26% 3.375%,
    0.221% 3.283%,
    0.201% 3.187%,
    0.201% 3.187%,
    0.2% 3.099%,
    0.197% 3.01%,
    0.193% 2.921%,
    0.189% 2.832%,
    0.186% 2.742%,
    0.183% 2.652%,
    0.183% 2.562%,
    0.185% 2.47%,
    0.191% 2.378%,
    0.201% 2.285%,
    0.201% 2.285%,
    0.216% 2.151%,
    0.264% 2.029%,
    0.344% 1.917%,
    0.456% 1.816%,
    0.602% 1.724%,
    0.781% 1.641%,
    0.995% 1.566%,
    1.243% 1.498%,
    1.527% 1.438%,
    1.846% 1.384%,
    1.846% 1.384%,
    2.597% 1.279%,
    3.357% 1.186%,
    4.124% 1.105%,
    4.898% 1.034%,
    5.678% 0.972%,
    6.463% 0.917%,
    7.252% 0.868%,
    8.043% 0.825%,
    8.836% 0.784%,
    9.631% 0.746%,
    9.631% 0.746%,
    10.461% 0.705%,
    11.292% 0.666%,
    12.123% 0.629%,
    12.953% 0.593%,
    13.784% 0.56%,
    14.615% 0.528%,
    15.445% 0.498%,
    16.276% 0.47%,
    17.107% 0.444%,
    17.937% 0.42%,
    17.937% 0.42%,
    18.528% 0.405%,
    19.121% 0.39%,
    19.716% 0.374%,
    20.311% 0.357%,
    20.907% 0.34%,
    21.503% 0.322%,
    22.098% 0.304%,
    22.692% 0.286%,
    23.285% 0.267%,
    23.876% 0.249%,
    23.876% 0.249%,
    24.563% 0.227%,
    25.249% 0.209%,
    25.935% 0.193%,
    26.621% 0.18%,
    27.307% 0.169%,
    27.994% 0.159%,
    28.68% 0.15%,
    29.366% 0.142%,
    30.052% 0.133%,
    30.738% 0.124%,
    30.738% 0.124%,
    31.497% 0.115%,
    32.256% 0.106%,
    33.015% 0.097%,
    33.775% 0.088%,
    34.536% 0.08%,
    35.298% 0.072%,
    36.061% 0.064%,
    36.826% 0.058%,
    37.593% 0.052%,
    38.363% 0.047%,
    38.363% 0.047%,
    38.712% 0.043%,
    39.061% 0.041%,
    39.411% 0.04%,
    39.762% 0.04%,
    40.113% 0.041%,
    40.466% 0.042%,
    40.82% 0.044%,
    41.176% 0.045%,
    41.534% 0.046%,
    41.894% 0.047%,
    41.894% 0.047%,
    41.966% 0.047%,
    42.038% 0.046%,
    42.11% 0.046%,
    42.18% 0.045%,
    42.25% 0.043%,
    42.319% 0.04%,
    42.386% 0.036%,
    42.451% 0.031%,
    42.515% 0.024%,
    42.576% 0.016%,
    42.576% 0.016%,
    44.069% 0.016%,
    45.562% 0.016%,
    47.055% 0.016%,
    48.547% 0.016%,
    50.04% 0.016%,
    51.533% 0.016%,
    53.026% 0.016%,
    54.518% 0.016%,
    56.011% 0.016%,
    57.504% 0.016%,
    57.504% 0.016%,
    57.551% 0.02%,
    57.596% 0.025%,
    57.64% 0.029%,
    57.683% 0.033%,
    57.725% 0.037%,
    57.767% 0.04%,
    57.81% 0.043%,
    57.853% 0.045%,
    57.898% 0.046%,
    57.945% 0.047%,
    57.945% 0.047%,
    58.871% 0.044%,
    59.795% 0.046%,
    60.718% 0.051%,
    61.639% 0.058%,
    62.56% 0.068%,
    63.481% 0.079%,
    64.403% 0.091%,
    65.325% 0.103%,
    66.249% 0.114%,
    67.175% 0.124%,
    67.175% 0.124%,
    67.619% 0.129%,
    68.062% 0.135%,
    68.503% 0.142%,
    68.943% 0.149%,
    69.382% 0.155%,
    69.822% 0.162%,
    70.261% 0.169%,
    70.702% 0.176%,
    71.145% 0.181%,
    71.589% 0.187%,
    71.589% 0.187%,
    71.806% 0.187%,
    72.022% 0.188%,
    72.239% 0.19%,
    72.456% 0.193%,
    72.673% 0.196%,
    72.889% 0.2%,
    73.106% 0.204%,
    73.323% 0.208%,
    73.539% 0.213%,
    73.756% 0.218%,
    73.756% 0.218%,
    74.009% 0.226%,
    74.262% 0.233%,
    74.516% 0.239%,
    74.77% 0.243%,
    75.025% 0.247%,
    75.282% 0.25%,
    75.539% 0.253%,
    75.799% 0.256%,
    76.061% 0.26%,
    76.324% 0.264%,
    76.324% 0.264%,
    76.877% 0.283%,
    77.428% 0.301%,
    77.977% 0.32%,
    78.525% 0.338%,
    79.073% 0.356%,
    79.621% 0.373%,
    80.169% 0.39%,
    80.718% 0.406%,
    81.269% 0.421%,
    81.822% 0.435%,
    81.822% 0.435%,
    82.171% 0.44%,
    82.52% 0.447%,
    82.869% 0.454%,
    83.218% 0.462%,
    83.567% 0.472%,
    83.917% 0.483%,
    84.266% 0.496%,
    84.615% 0.51%,
    84.964% 0.526%,
    85.313% 0.544%,
    85.313% 0.544%,
    86.167% 0.584%,
    87.018% 0.622%,
    87.867% 0.659%,
    88.715% 0.695%,
    89.562% 0.733%,
    90.407% 0.773%,
    91.251% 0.816%,
    92.094% 0.864%,
    92.937% 0.918%,
    93.78% 0.979%,
    93.78% 0.979%,
    94.178% 1.012%,
    94.578% 1.044%,
    94.979% 1.077%,
    95.381% 1.111%,
    95.782% 1.147%,
    96.181% 1.185%,
    96.579% 1.228%,
    96.974% 1.275%,
    97.365% 1.326%,
    97.753% 1.384%,
    97.753% 1.384%,
    98.015% 1.427%,
    98.267% 1.475%,
    98.507% 1.527%,
    98.73% 1.586%,
    98.932% 1.652%,
    99.108% 1.726%,
    99.255% 1.81%,
    99.368% 1.905%,
    99.444% 2.011%,
    99.478% 2.13%,
    99.478% 2.13%,
    99.489% 2.242%,
    99.498% 2.354%,
    99.504% 2.465%,
    99.507% 2.577%,
    99.508% 2.688%,
    99.507% 2.798%,
    99.504% 2.908%,
    99.498% 3.018%,
    99.489% 3.126%,
    99.478% 3.234%,
    99.478% 3.234%,
    99.464% 3.342%,
    99.421% 3.443%,
    99.35% 3.536%,
    99.252% 3.623%,
    99.127% 3.702%,
    98.976% 3.775%,
    98.798% 3.84%,
    98.595% 3.899%,
    98.367% 3.95%,
    98.114% 3.996%,
    98.114% 3.996%,
    98.034% 4.011%,
    97.964% 4.027%,
    97.903% 4.046%,
    97.851% 4.067%,
    97.808% 4.089%,
    97.773% 4.113%,
    97.746% 4.139%,
    97.727% 4.167%,
    97.716% 4.197%,
    97.713% 4.229%,
    97.713% 4.229%,
    97.706% 4.373%,
    97.709% 4.516%,
    97.724% 4.658%,
    97.752% 4.8%,
    97.793% 4.94%,
    97.848% 5.08%,
    97.919% 5.218%,
    98.007% 5.356%,
    98.111% 5.492%,
    98.234% 5.628%,
    98.234% 5.628%,
    98.479% 5.857%,
    98.726% 6.092%,
    98.97% 6.345%,
    99.203% 6.627%,
    99.418% 6.948%,
    99.61% 7.318%,
    99.77% 7.75%,
    99.893% 8.252%,
    99.972% 8.837%,
    100% 9.515%,
    100% 100%,
    0% 100%,
    0.201% 9.639%
  );
}
.chroma-product-single.product-two:hover .product-image > div.mockup-rotator {
  background-position: -940px 0px;
}
.chroma-product-single.product-one:hover .product-image > div.mockup-rotator {
  background-position: 1180px 0px;
}

.chroma-product-wrapper {
  position: relative;
}

.water-splash {
  width: 500px;
  height: 380px;
  position: absolute;
  bottom: 0;
  z-index: 5;
  left: 37%;
  transform: translate(-50%) rotate(22deg);
  transition: all 1 cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
}
.chroma-product-single:hover .water-splash {
  width: 0px;
  height: 0px;
}

.water-splash img {
  object-fit: contain;
}

.water-splash-back {
  position: absolute;
  width: 800px;
  height: 910px;
  bottom: -40%;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
}

.water-splash-back img {
  object-fit: contain;
}

.chroma-product-single:hover .water-splash-back {
  width: 0px;
  height: 0px;
}

.product-backdrop img {
  object-fit: contain;
}

.product-backdrop {
  width: 510px;
  height: 500px;
  position: absolute;
  left: 48%;
  top: 40%;
  transform: translate(-50%, -50%);
  transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
}

.chroma-product-single:hover .product-backdrop {
  width: 0px;
  height: 0px;
}

.product-image-box {
  position: relative;
}

.mockup-rotator::before {
  content: "";
  position: absolute;
  top: 0;
  background: linear-gradient(
    to right,
    rgb(255 255 255) 0%,
    rgba(255, 255, 255, 0) 16%,
    rgba(255, 255, 255, 0) 30%,
    rgb(255 255 255 / 41%) 43%,
    rgba(255, 255, 255, 0) 55%,
    rgba(255, 255, 255, 0) 66%,
    rgb(255 255 255 / 36%) 82%,
    rgba(255, 255, 255, 0) 91%,
    rgba(255, 255, 255, 0) 99%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
}

.chroma-about-home {
  background: #fefaf4;
  padding-bottom: 40px;
}
section.chroma-cta-home::after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
      290deg,
      rgba(0, 0, 0, 0) 41.99%,
      rgba(0, 0, 0, 0.5) 94.91%
    ),
    url(<path-to-image>) #d3d3d300 50% / cover no-repeat;
}
section.chroma-cta-home .cta-content-wrapper {
  position: relative;
  z-index: 2;
}
.chroma-product-single .product-action a {
  display: inline-block;
  text-transform: uppercase;
}

.chroma-product-single .product-action {
  text-align: center;
  margin-top: 40px;
}

.chroma-about-home .about-content-wrapper {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.chroma-about-home .about-content-wrapper h2 {
  color: var(--Dark-Grey, #252525);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  text-transform: capitalize;
  margin-bottom: 0;
}

.chroma-about-home .about-content-wrapper h4 {
  color: var(--Dark-Grey, #252525);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
  margin: 10px 0;
}

.chroma-about-home .about-content-wrapper p {
  color: var(--Dark-Grey, #252525);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.chroma-cta-home {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;
  position: relative;
}

.cta-content-wrapper h3 {
  color: var(--White, #fff);
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  text-transform: capitalize;
  margin: 0 0 10px;
  font-family: "Montserrat";
}

.cta-content-wrapper h2 {
  color: var(--White, #fff);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  text-transform: capitalize;
  margin: 0;
  font-family: "Montserrat";
}

.cta-content-wrapper p {
  color: var(--White, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.chroma-testimonial-slider {
  padding: 100px 0;
}

.chroma-testimonial-slider h2 {
  color: var(--Dark-Grey, #252525);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  text-transform: capitalize;
  margin-top: 0 !important;
}

.testimonial-slider {
  width: 100%;
}

.slick-slide {
  padding: 10px;
}

.testimonial-slider_items .testimonial-avatar {
  height: 70px;
  width: 70px;
  margin: 0 auto;
}

.testimonial-slider_items > div {
  border-radius: 40px;
  border: 1px solid var(--Dark-Grey, #252525);
  background: var(--White, #fff);
  padding: 40px 20px;
  padding: 20px !important;
  min-height: 510px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.testimonial-slider_items h4 {
  color: var(--Dark-Grey, #252525);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}

.testimonial-slider_items p {
  color: var(--Dark-Grey, #252525);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 90%;
  margin: 0 auto;
}

.testimonial-slider_items h3 {
  margin-top: 60px;
  color: var(--Dark-Grey, #252525);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
  font-family: "Montserrat";
}

section.chroma-subscribe-cta::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/subscribe-backdrop.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.chroma-subscribe-cta {
  background-color: #252525;
  padding: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 800px;
}
chroma-subscribe-cta .row {
  align-items: center;
}
.chroma-subscribe-cta h2 {
  color: var(--White, #fff);
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  text-transform: capitalize;
}

section.chroma-subscribe-cta .row .col-4 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.product-spash-subscribe {
  width: 100%;
  height: 100vh;
  position: relative;
  bottom: -100px;
}

.product-spash-subscribe img {
  width: 100%;
  object-fit: contain;
}
.form-newsletter-wrapper {
  min-height: 400px;
}
.lemonade {
  position: absolute;
  top: 30%;
  width: 200px;
  right: 20%;
  transform: translate(-50%, -50%) scale(0.5);
  transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
}

.shopify-section.animate-section .lemonade {
  position: absolute;
  top: 30%;
  width: 300px;
  right: 0%;
  transform: translate(-50%, -50%) scale(1);
}

.background-overlay img {
  width: 200px;
  position: absolute;
  height: auto;
  transform: scale(0);
  transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  opacity: 0;
}
.shopify-section.animate-section .background-overlay img {
  transform: scale(1);
  opacity: 1;
}
.background-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
}
.background-overlay img.bg-image-1 {
  bottom: 0;
  right: 0;
}
.background-overlay img.bg-image-2 {
  bottom: 0;
  left: 0;
}
.background-overlay img.bg-image-3 {
  top: -10px;
  left: 0px;
}
.background-overlay img.bg-image-4 {
  width: 150px;
  top: -20px;
  right: 0;
}

.water-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  left: 0%;
  bottom: 60px;
}

.products-images {
  position: absolute;
  top: 0;
  width: 570px;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.products-images img {
  width: 100%;
}

.water-wrapper img {
  scale: 1.4;
}
.products-images img:last-child {
  transform: rotate(0deg);
  top: 30px;
  transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
}
.shopify-section.animate-section .products-images img:last-child {
  z-index: 9;
  position: relative;
  transform: rotate(18deg);
  top: -10px;
}

.products-images img:nth-child(2) {
  transform: rotate(0deg);
  z-index: 5;
  position: relative;
  top: 70px;
  right: 0px;
  transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
}
.shopify-section.animate-section .products-images img:nth-child(2) {
  transform: rotate(-19deg);
  z-index: 5;
  position: relative;
  top: 0px;
  right: 50px;
}

.products-images img:first-child {
  transform: rotate(0deg);
  z-index: 3;
  position: relative;
  top: 120px;
  transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  right: 0;
}
.shopify-section.animate-section .products-images img:first-child {
  transform: rotate(23deg);
  z-index: 3;
  position: relative;
  top: 30px;
  right: 60px;
}

.chroma-insta-feeds {
  padding-top: 100px;
}

.chroma-insta-feeds h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: var(--Dark-Grey, #252525);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  text-transform: capitalize;
}
.chroma-insta-feeds h2 span a {
  display: flex;
}
.insta-reels-box {
  display: flex;
  align-items: end;
  position: relative;
  bottom: -50px;
  max-width: 100%;
  width: 100%;
  margin-right: 0;
  z-index: 0;
}

.insta-reels-single img {
  object-fit: cover;
}

.insta-video-reel video {
  border-radius: 40px;
  scale: 2.5;
}

.insta-video-reel {
  width: 100%;
  height: 100%;
}
/* 
.insta-reels-single.reel01 {
  position: relative;
  transform: rotate(-15deg);
  width: 730px;
  left: -60px;
  bottom: 0;
}

.insta-reels-single.reel02 {
  transform: rotate(15deg);
  width: 1000px;
  height: 550px;
  position: relative;
  bottom: -200px;
  left: -80px;
}

.insta-reels-single.reel03 {
  z-index: 2;
  overflow: hidden;
  background-color: #ddd;
  width: 1000px;
  transform: rotate(0deg);
  left: -80px;
  bottom: 0;
}

.insta-reels-single.reel04 {
  position: relative;
  z-index: 1;
  transform: rotate(-15deg);
  width: 1000px;
  height: 500px;
  bottom: -110px;
  left: -130px;
}

.insta-reels-single.reel05 {
  transform: rotate(5deg);
  width: 1000px;
  bottom: -100px;
  left: -140px;
}



.insta-reels-single.reel01:hover {
  bottom: 30px;
  transform: rotate(-5deg);
  left: -20px;
}

.insta-reels-single.reel02:hover {
  transform: rotate(0deg);
  bottom: -100px;
  left: -60px;
}

.insta-reels-single.reel04:hover {
  bottom: 0px;
  transform: rotate(0deg);
}

.insta-reels-single.reel05:hover {
  bottom: 0;
  left: -200px;
  transform: rotate(-10deg);
}

.insta-reels-single.reel03:hover {
  transform: rotate(0deg);
  bottom: 50px;
}


 */
.insta-reels-box {
  height: 570px;
}
.insta-reels-single {
  width: 500px;
  height: 460px;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  transition: all 1s ease;
}

.insta-reels-single.reel01 {
  position: absolute;
  transform: rotate(-15deg);
  bottom: -100px;
  left: -80px;
  width: 500px;
  height: 540px;
  z-index: 2;
}
.insta-reels-single.reel01:hover {
  transform: rotate(-25deg);
  left: -110px;
  bottom: 70px;
}

.insta-reels-single.reel02 {
  position: absolute;
  left: 17%;
  z-index: 4;
  transform: rotate(15deg);
  bottom: -50px;
  height: 430px;
}

.insta-reels-single.reel02:hover {
  transform: rotate(5deg);

  bottom: 50px;
}

.insta-reels-single.reel03 {
  left: 50%;
  z-index: 3;
  transform: translate(-50%);
  bottom: -40px;
  width: 480px;
  height: 530px;
  position: absolute;
}

.insta-reels-single.reel03:hover {
  transform: translate(-50%) rotate(-10deg);
  bottom: 60px;
}

.insta-reels-single.reel04 {
  position: absolute;
  right: 16%;
  transform: rotate(-5deg);
  bottom: -90px;
  height: 500px;
  z-index: 2;
}

.insta-reels-single.reel04:hover {
  transform: rotate(-15deg);
  bottom: 30px;
}

.insta-reels-single.reel05 {
  position: absolute;
  right: -50px;
  transform: rotate(20deg);
  z-index: 1;
  bottom: -60px;
  width: 500px;
  height: 500px;
}

.insta-reels-single.reel05:hover {
  transform: rotate(10deg);
  bottom: 40px;
}

@media (max-width: 1600px) {
  .insta-reels-single.reel01,
  .insta-reels-single.reel02,
  .insta-reels-single.reel03,
  .insta-reels-single.reel04,
  .insta-reels-single.reel05 {
    width: 400px;
  }
  .insta-reels-single.reel03:hover {
    bottom: 0px;
  }
  .insta-reels-single.reel03 {
    bottom: -80px;
  }
  .insta-reels-single.reel01:hover {
    left: -110px;
    bottom: 0;
  }
  
}

section.chroma-footer {
  background-color: #252525;
  border-radius: 60px 60px 0 0;
  margin-top: -60px;
  position: relative;
  z-index: 9;
  padding-top: 60px;
  padding-bottom: 20px;
}

.chroma-logo {
  width: 100%;
  max-width: 300px;
}

.chroma-intro {
  color: var(--White, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.chroma-social {
  display: flex;
  gap: 20px;
}
.chroma-social .quick-link-wrapp {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.chroma-social ul {
  display: flex;
  gap: 20px;
}

.chroma-social ul li a svg path {
  fill: rgb(250, 80, 160);
}

.chroma-social ul li a:hover svg path {
  fill: #fff !important;
  stroke: rgb(250 80 160 / 0%) !important;
}

.chroma-social ul li a span.svg-wrapper {
  height: 40px;
  width: 40px;
}
.quick-link-wrapp {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15%;
}
.quick-link-wrapp h4 {
  width: 100%;
}

.quick-link-wrapp ul {
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 50%;
}

.quick-link-wrapp ul li a {
  text-decoration: none;
  color: var(--White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  transition: all 0.6s ease-in-out;
}

.chroma-link-wrapp {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

.chroma-link-wrapp ul {
  padding: 0;
  list-style: none;
}

.chroma-link-wrapp ul li a {
  color: var(--White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  transition: all 0.6s ease-in-out;
}

.chroma-link-wrapp ul li {
  border-bottom: 1px solid #dddddd40;
  padding: 14px 0;
  padding-top: 0;
  margin-bottom: 11px;
}
.chroma-link-wrapp ul li:last-child {
  border: 0;
}
section.chroma-footer h4 {
  color: var(--White, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.chroma-social a:first-child:hover svg path {
  stroke: #fff;
}

.chroma-social a:nth-child(2):hover svg path,
.chroma-social a:last-child:hover svg path {
  fill: #fff;
}

.chroma-social a svg path {
  transition: all 0.6s ease;
}

.chroma-copyrights {
  padding: 20px 0;
  background-color: #252525;
  border-top: 1px solid #5c5c5c;
}

section.chroma-copyrights p {
  color: #d9d9d9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.copyrights-menu ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.copyrights-menu li a {
  color: #d9d9d9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.chroma-image-wrapper {
  overflow: hidden;
}

.chroma-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quick-link-wrapp ul li a:hover,
.chroma-link-wrapp ul li a:hover,
.copyrights-menu li a:hover {
  color: #ce3175;
}

.newsletter-form__message.newsletter-form__message--success.form__message {
  color: #fff;
  border: 1px solid #ce3175;
  padding: 10px 40px 15px;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  background-color: #ce3175;
}
.quick-link-wrapp ul li a.ft-menu-true,
.chroma-link-wrapp ul li a.ft-menu-true,
.copyrights-menu li a.ft-menu-true {
  color: #fa50a0;
}

.chroma-product-single.product-two .product-backdrop {
  left: 53%;
  width: 550px;
  height: 540px;
  top: 50%;
}
.chroma-product-single.product-two:hover .product-backdrop {
  width: 0;
  height: 0;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-down {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-left {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-right {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.in-view {
  opacity: 1;
  transform: translate(0, 0);
}

.newsletter-form__message span {
  position: relative;
  top: 2px;
}

div#ProductGridContainer {
  padding: 30px 20px 100px 20px;
}
.jdgm-widget.jdgm-widget {
  display: block;
  margin-bottom: 40px;
}

.page-width.main-product-single {
  margin-top: 65px;
  max-width: 1350px !important;
  width: 100% !important;
  margin-left: auto;
  padding: 0;
  margin-right: auto;
}
@media(max-width: 1024px){
  .page-width.main-product-single {
    margin-top: 50px;
  }
}
@media (max-width: 767px){
  
  .page-width.main-product-single {
    margin-top: 40px;
  }
}

.collection.page-width {
  padding: 0;
  margin: 0 auto;
}
.slider-button .icon {
    height: 1.6rem !important;
}
.product__info-wrapper .jdgm-widget.jdgm-widget {
    margin-bottom: 0;
}
.cart-notification
 {
    z-index: 9999;
    top: 80px !important;
    position: fixed !important;
    border: 0;
    right: 60px !important;
    box-shadow: 0 0 10px #0000001a;
    background: #ffffff59 !important;
    backdrop-filter: blur(6px);
}
div#shopify-section-template--24803162030399__cart-items {
    padding: 90px 0 0 0px;
}
div#shopify-section-template--24803162030399__cart-footer {
    padding-bottom: 100px;
}
@media (max-width: 1600px) {
  .chroma-product-single .water-splash {
    width: 400px;
    height: 260px;
  }

  .product-spash-subscribe {
    width: 100%;
    height: 700px;
    position: relative;
  }
  section.chroma-home-about p {
    font-size: 26px;
    max-width: 90%;
    margin: 0 auto;
  }

  .chroma-home-benifits .chroma-benifits-wrapper {
    max-width: 80%;
  }

  .benifits-iconbox .iconbox {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
  }

  .benifits-iconbox {
    max-width: 80%;
    margin: 0 auto;
  }

  .chroma-benifits-wrapper h4 {
    font-size: 22px;
  }

  .chroma-benifits-wrapper p {
    font-size: 16px;
    line-height: 140%;
  }

  .chroma-about-home .about-content-wrapper {
    max-width: 530px;
  }

  .cta-content-wrapper h2 {
    font-size: 38px;
  }

  .cta-content-wrapper h3 {
    font-size: 22px;
  }

  .cta-content-wrapper p {
    font-size: 16px;
    line-height: 140%;
  }
  .testimonial-slider_items > div {
    padding-top: 40px !important;
  }

  .testimonial-slider_items h4 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .testimonial-slider_items h3 {
    margin-top: 40px;
    font-size: 26px;
  }

  .products-images {
    width: 470px;
    top: 46%;
  }

  .water-wrapper {
    bottom: 60px;
  }

  .chroma-subscribe-cta h2 {
    font-size: 44px;
  }

  .chroma-insta-feeds h2 {
    margin: 0;
  }

  .chroma-logo {
    max-width: 230px;
  }

  .chroma-intro {
    font-size: 16px;
  }

  .quick-link-wrapp ul li a,
  .chroma-link-wrapp ul li a,
  .copyrights-menu li a {
    font-size: 14px;
  }

  section.chroma-copyrights p {
    font-size: 14px;
  }
  .chroma-product-single .product-image {
    height: 420px;
  }
  .chroma-product-single .water-splash-back {
    width: 730px;
    height: 640px;
  }
  .chroma-product-single .product-image > div {
    margin-top: 8px !important;
    height: 400px;
    margin: 0 auto;
    width: 165px;
    background-size: 300%;
  }

  .chroma-product-single .product-backdrop {
    width: 400px;
    height: 500px;
    left: 46%;
  }

  .chroma-product-single.product-two .product-image > div.mockup-rotator {
    background-position: -170px 0px;
  }
  .chroma-product-single.product-one .product-image > div.mockup-rotator {
    background-position: -170px 0px;
  }
  .chroma-product-single.product-two:hover .product-image > div.mockup-rotator {
    background-position: -1150px 0px;
  }
  .chroma-product-single.product-one:hover .product-image > div.mockup-rotator {
    background-position: 1320px 0px;
  }
  .chroma-product-single.product-two .product-backdrop {
    left: 53%;
    top: 47%;
    height: 450px;
  }
}
@media (max-width: 1440px) {
  body {
    zoom: 0.9;
  }
}
form#contact_form a.theme-button.button-white, button.theme-button.button-white {
    font-family: Montserrat!important;
}

/*  Home Responsive */


@media (max-width: 767px) {
  .row {
    display: flex;
    flex-direction: column;
  }

.newsletter-form__message.newsletter-form__message--success.form__message {
    display: block;
    margin-top: 20px;
}
  
  .col-6 {
    width: 100%;
    max-width: 100%;
  }
  .col-4 {
    width: 100%;
    max-width: 100%;
  }
  .col-8 {
    width: 100%;
    max-width: 100%;
  }
  .chroma-product-single {
    margin-bottom: 150px;
  }

  .chroma-about-home .about-content-wrapper {
    padding: 0 25px;
    text-align: left;
    margin-bottom: 60px;
  }
  
  .cta-content-wrapper {
    padding: 20px;
  }
  .chroma-about-home {
    background: #fefaf4;
    padding-bottom: 40px;
  }
  .form-newsletter-wrapper {
    padding: 25px;
  }
  .products-images {
    width: 75%;
    top: 46%;
  }

  section.chroma-subscribe-cta .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .water-wrapper {
    bottom: auto;
    top: -110px;
  }

  .products-images {
    width: 76%;
    top: 36%;
    left: 55%;
  }

  .shopify-section.animate-section .lemonade {
    right: -30%;
  }
  section.chroma-insta-feeds h2 {
    padding: 0 20px;
  }

  .insta-reels-box {
    height: 330px;
    bottom: 60px;
    gap: 10px;
    margin-bottom: -70px;
  }

  .insta-reels-single.reel01,
  .insta-reels-single.reel02,
  .insta-reels-single.reel03,
  .insta-reels-single.reel04,
  .insta-reels-single.reel05 {
    width: 200px;
    height: 200px;
  }
  .insta-reels-box > div {
    border-radius: 17px;
    bottom: 0 !important;
  }
  .insta-reels-single.reel03 {
    z-index: 6;
    bottom: 40px !important;
  }
  .insta-reels-single.reel03 {
    z-index: 6;
    bottom: 40px !important;
  }

  .insta-reels-single.reel04 {
    right: 10%;
    transform: rotate(5deg);
  }
  .insta-reels-single.reel02 {
    left: 10%;
    z-index: 4;
    transform: rotate(-15deg);
  }
  .header-wrapper {
    padding: 0 30px;}

  /*  Home Mobile Responvie */
  section.chroma-home-about p{
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0;
      margin: 0 auto;
      /* max-width: 100%; */
  }
   section.chroma-home-about{
       padding: 50px 32px;
   }
  /* Chroma Benifit */
  section.chroma-home-benifits .container-full {
    padding: 0 16px;
  }
  .chroma-image-wrapper img{
    height: 550px;
    border-radius: 12px;
  }
  .benifits-iconbox{
    margin-bottom: 36px;
    max-width: 90%;
  }
  .chroma-benifits-wrapper h2{
      font-size: 28px;
      line-height: 32px;
      margin-bottom: 40px;
  }
  .chroma-benifits-wrapper h4{
      max-width:100%;
      font-size: 20px;
      line-height: 20px;
  }
  .chroma-benifits-wrapper p{
      margin:0;
      margin-top: 15px;
      font-size: 15px;
      line-height: 24px;
  }
  .chroma-home-benifits .chroma-benifits-wrapper{
      max-width: 100%;
      padding: 60px  0 0px 0;
  }
  /* Chroma Benifit */

  /*chroma-marquee  */
  .marquee-slider h2{
      font-size: 20px;
      line-height: 22px;
  }
  .chroma-marquee{
    padding: 15px 0 ;
  }

  /* Chroma Product Home */
  .chroma-product-home {
    padding: 50px 0 0 0;
  }
  .chroma-product-single{
    margin-bottom: 75px;
    padding: 0 16px;
  }
  .chroma-product-single .product-action a{
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -2%;
    font-weight: 500;
  }
   /* Chroma Product Home */
  
  /* chroma-about-home */
  .chroma-about-home{
    padding: 0 16px;
  }
  .chroma-about-home .row{
    flex-direction: column-reverse;
  }
  .chroma-about-home .about-content-wrapper{
    align-items: center;
  }
  .chroma-about-home .about-content-wrapper div, .chroma-about-home .about-content-wrapper div a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.36px;
    font-weight: 500;
  }
  .chroma-about-home .about-content-wrapper h2 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    width: 100%;
  }
  .chroma-about-home .about-content-wrapper h4{
    margin: 15px auto 30px auto;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }
  .chroma-about-home .about-content-wrapper p{
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 40px;
    text-align: center;
  }
    .chroma-about-home .theme-button ,  .chroma-about-home a,
    a.theme-button, button.theme-button{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.036px;
    line-height: 20px;
  }

  /* Chroma CTA  */
  .chroma-cta-home{
    padding: 50px 0 50px 0;
  }
  .chroma-cta-home .row{
    align-items: center;
  }
      section.chroma-cta-home .cta-content-wrapper {
        padding: 16px;
        margin-top: 60%;
    }
  .chroma-cta-home {
    background-size: 150%;;
    background-position: 60% -50%;
    background-repeat: no-repeat;
    /* padding: 150px 0; */
    position: relative;
  }

     section.chroma-cta-home:after {
        /* background: linear-gradient(163deg, #ffffff00 0%, rgb(255 255 255) 33.91%), url(<path-to-image>) #e5dede00 30% / cover no-repeat; */
       background: linear-gradient(180deg, rgba(255, 255, 255, 0) 39%, #cccccc 52%, #cccccc 70%);
    }
  .cta-content-wrapper h3 {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #000;
  }
  .cta-content-wrapper h2 {
    font-size: 28px;
    line-height: 32px;
    color: #000;
    text-align: center;
    max-width: 85%;
    margin: auto;
    font-weight: 900;
  }
  .cta-content-wrapper p {
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #000;
    margin: 30px auto 45px auto;
  }
  .cta-content-wrapper a.theme-button.button-white {
    width: 100%;
    text-align: center;
    background: #252525;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -.36px;
    padding: 20px 0;
  }

  /*chroma-testimonial-slider  */
  .chroma-testimonial-slider{
    padding: 60px 0;
  }
  .chroma-testimonial-slider h2 {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 50px;
}
  .testimonial-slider_items h4{
    font-size: 17px;
    text-align: center;
  }
  .testimonial-slider_items p{
      font-size: 14px;
  }
  .testimonial-slider_items h3{
    font-size: 17px;
    text-align: center;
  }
  .testimonial-slider_items>div{
    min-height: 250px;
  }


  /* Chroma CTA */
  .chroma-subscribe-cta .container .row{
      flex-direction: column;
  }
  .form-newsletter-wrapper {
    /* position: relative; */
    padding: 30px 16px 25px 16px;
    width: 100%;
     max-width: 100%;
    height: auto !important;
        min-height: 200px;
  }
      .form-newsletter-wrapper {
        padding: 60px 16px 25px 16px;
    }
  .chroma-subscribe-cta h2{
      text-align: center;
    font-size: 24px;
    line-height: 110%;
  }
  form#contact_form input[type=email] {
    font-size: 18px;
    font-weight: 500;
    color: #a6a6a6;
    line-height: 110%;
    text-transform: capitalize !important;
  }
  form#contact_form a.theme-button.button-white, button.theme-button.button-white {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.36px;
    padding: 21px 0;
  }
  .chroma-subscribe-cta .background-overlay {
    display: none;
  }
  
  /* Chroma social */
  .chroma-insta-feeds{
    padding-top: 75px; 
  }
  .chroma-insta-feeds .container .row {
    justify-content: space-around;
  }
  section.chroma-insta-feeds h2 {
    font-size: 28px;
    line-height: 110%;
  }

  /* Footer  */
  .copyrights-menu ul{
    justify-content: center;
  }
  section.chroma-footer {
    border-radius: 40px  40px 0 0;
    padding: 30px 16px 0 16px;
    z-index: 0;
  }
  section.chroma-footer .chroma-logo {
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  section.chroma-footer .chroma-logo img {
    max-width: 360px;
    object-fit: contain;
  }
  .chroma-intro {
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 25px;
  }
  .chroma-social{
    justify-content: center;
  }
  .chroma-copyrights {
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    padding: 20px 0 20px 0px;
  }
  .quick-link-wrapp{
      padding: 0;
      flex-direction: column;
  }
  .quick-link-wrapp ul {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    max-width: 100%;
    align-items: center;
    margin: 0 !important;
  }
  .quick-link-wrapp ul li{
    margin: 5px auto;
  }
  .chroma-link-wrapp h4 , .quick-link-wrapp h4{
    text-align: center;
  }
  .chroma-link-wrapp ul {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .chroma-link-wrapp ul li a , .chroma-link-wrapp ul li{
    text-align: center;
    font-size: 18px;
    line-height: 160%;
  }
  .chroma-link-wrapp{
    max-width: 90%;
    margin-bottom: 20px;
  }
  .quick-link-wrapp h4, .chroma-link-wrapp h4{
    padding-right: 25px;
  }
 .quick-link-wrapp h4::after,
  .chroma-link-wrapp h4::after {
    content: "";
    display: inline-block;
    margin-left: 10px;  /* Spacing from text */
    width: 10px;
    height: 10px;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
  }
  
  /* When active (open), rotate caret to 45deg */
  .quick-link-wrapp.active h4::after,
  .chroma-link-wrapp.active h4::after {
    transform: rotate(45deg);
  }
    
 /* Header Layout */
  .header-wrapper.scroll .header__heading-logo{
    max-width: 85%;
  }
.header-wrapper{
  padding: 0 16px;
}
  header-drawer {
    grid-column-start: -1;
    width: 75px;
  }
  header-drawer .header__icon {
    background: #252525;
    border-radius: 4px;
  }
  header-drawer .header__icon .icon path{
    stroke-width: 1px !important;
    fill: #ffffff !important;
    stroke: #ffffff;

  }
  h1.header__heading {
    grid-column-start: 1;
      justify-self: flex-start;
  }
  .header__icons {
    grid-column-start: 2;
    padding-right: 30px;
  }
  .menu-drawer-container{
    justify-content: flex-end;
  }
  .header__heading-logo-wrapper {
    display: flex;
    justify-content: flex-start;
  }

  /*Header  */
    /* Video */
  .video-container video {
    height: 350px;
    /* margin-top: 50px; */
  }
  form#contact_form a.theme-button.button-white, button.theme-button.button-white {
    font-family: 'Montserrat' !important;
  }
  .shopify-section.animate-section .lemonade{
    top: 10%;
  }
  /* Subscribe Water images area  */
     .water-wrapper {
        bottom: auto;
        top: -230px;
    }
   .products-images {
      width: 76%;
      top: 16%;
      left: 55%;
  }
  .product-spash-subscribe {
    bottom: -100px;
    height: auto;
  }
  .water-wrapper img {
    scale: 2.35;
  }
  /* Subscribe Water images area  */
  .js details[open].menu-opening>.menu-drawer, details[open].menu-opening>.menu-drawer__submenu{
    transition: .5s;
  }
}
/* End Mobile  */
  @media(min-width:300px) and (max-width:450px){
    .chroma-cta-home{
      background-position: 60% 0%;
    }
  }



@media(min-width:768px) and (max-width:989px){
   /* Header Layout */ 
  .header-wrapper.scroll .header__heading-logo{
    max-width: 85%;
  }
.header-wrapper{
  padding: 0 16px;
}
  header-drawer {
    grid-column-start: -1;
    width: 75px;
  }
  header-drawer .header__icon {
    background: #252525;
    border-radius: 4px;
  }
  header-drawer .header__icon .icon path{
    stroke-width: 1px !important;
    fill: #ffffff !important;
    stroke: #ffffff;

  }
  h1.header__heading {
    grid-column-start: 1;
      justify-self: flex-start;
  }
  .header__icons {
    grid-column-start: 2;
    padding-right: 20px;
  }
  .menu-drawer-container{
    justify-content: flex-end;
  }
  .header__heading-logo-wrapper {
    display: flex;
    justify-content: flex-start;
  }

  /*Header  */
    /* Video */
  .video-container video {
    height: 350px;
    /* margin-top: 50px; */
  }

  section.chroma-home-about p{
    font-size: 20px;
  }
  .marquee-slider h2{
    font-size: 24px;
  }
  .chroma-about-home .about-content-wrapper h2{
    margin-top: 0px;
  }
  section.chroma-cta-home .cta-content-wrapper{
    margin-left: 50px;
  }
  .chroma-cta-home .row .col-4{
    max-width: 50%;
  }
      .chroma-home-benifits .chroma-benifits-wrapper {
        max-width: 95%;
    }
  .benifits-iconbox {
    max-width: 90%;
    margin: 0 auto;
  }
  .chroma-about-home{
    padding-bottom: 0;
  }
  .chroma-benifits-wrapper h2,
  .chroma-about-home .about-content-wrapper h2,
  .cta-content-wrapper h2,
  .chroma-testimonial-slider h2,
  .chroma-subscribe-cta h2,
  .chroma-insta-feeds h2{
    font-size: 32px;
  }
  .chroma-about-home .about-content-wrapper h4{
    font-size: 24px;
  }
  .chroma-insta-feeds{
    padding-top: 50px;
  }
  div#shopify-section-template--24864272744767__chroma_insta_feeds_wgh7FW .chroma-insta-feeds,
  div#shopify-section-template--24862916280639__chroma_insta_feeds_wgh7FW .chroma-insta-feeds{
    padding-top: 0px;
  }
  .benifits-iconbox .iconbox{
    height: 50px;
    width: 50px;
  }
  .chroma-product-home {
    padding: 50px 0;
  }
  .insta-reels-box {
    height: 570px;
  }
  section.chroma-home-benifits .row .col-6 {
    align-self: center;
  }
  .chroma-testimonial-slider{
    padding: 50px 20px;
  }
}
@media(min-width:821px) and (max-width: 1024px){
  .chroma-insta-feeds{
      padding-top: 50px;
  }
  .form-newsletter-wrapper {
    min-height: 300px;
  }
  .insta-reels-box {
    height: 550px;
    z-index: 0;
  }
  section.chroma-cta-home .cta-content-wrapper {
    padding-left: 20px;
  }
  section.chroma-home-about p{
    font-size: 24px;
  }
  section.chroma-home-about{
    padding: 50px 0;
  }
   .chroma-benifits-wrapper h2,
  .chroma-about-home .about-content-wrapper h2,
  .cta-content-wrapper h2,
  .chroma-testimonial-slider h2,
  .chroma-subscribe-cta h2,
  .chroma-insta-feeds h2{
    font-size: 38px;
  }
  .chroma-about-home .about-content-wrapper h4{
    font-size: 30px;
  }
   .marquee-slider h2{
    font-size: 30px;
  }
  .chroma-home-benifits .chroma-image-wrapper img{
    height: 850px;
     max-height: 850px;
  }
  .chroma-about-home .about-content-wrapper {
    margin-left: 20px;
  }
  .chroma-testimonial-slider{
    padding: 50px 0;
  }
}
@media(min-width:768px) and (max-width:1024px) {
  .chroma-marquee {
    background-color: #ce3175;
    padding: 20px 0;
    margin: 20px 0;
  }
  form#contact_form a.theme-button.button-white, button.theme-button.button-white {
    font-family: 'Montserrat' !important;
}
      .video-container video {
        height: 100%;
    }
  .chroma-copyrights{
    padding: 20px;
  }
  section.chroma-footer {
    padding: 60px 20px 20px;
  }
  .chroma-about-home{
    padding-bottom: 0;
  }
  button#Subscribe, .cta-content-wrapper a, .about-content wrapper a.theme-button, .product-action a{
    font-size: 18px;
    line-height: 110%;
    font-weight: 600;
  }
    button#Subscribe{
      font-weight: 700;
    }
   section.chroma-subscribe-cta {
     padding: 0 20px;
   }
  section.chroma-subscribe-cta .col-4 {
    max-width: 40%;
}
      form#contact_form input[type=email] {
        font-size: 18px;
        font-weight: 500;
        color: #a6a6a6;
        line-height: 110%;
    }
  form#contact_form a.theme-button.button-white, button.theme-button.button-white {
        width: 100%;
        font-weight: 600;
        font-size: 18px;
        line-height: 110%;
        letter-spacing: -.36px;
        padding: 21px 0;
    }
  .chroma-subscribe-cta{
    min-height: 600px;
  }
   .chroma-cta-home .row .col-4 {
        max-width: 45%;
    }
  .chroma-about-home .about-content-wrapper div, .chroma-about-home .about-content-wrapper div a{
    font-size: 18px;
    font-weight: 600;
  }
  .cta-content-wrapper a.theme-button.button-white{
    font-size: 18px;
    font-weight: 600;
  }
}
@media(min-width:768px) and (max-width:820px){
  section.chroma-about-home .row {
    flex-direction: column-reverse;
  }
  section.chroma-about-home .row .col-6,
  .chroma-about-home .about-content-wrapper{
    max-width: 100%;
  } 
  .chroma-about-home .about-content-wrapper{
    padding: 30px 20px; 
  }
  section.chroma-about-home {
    padding: 16px 0;
  }
  .chroma-home-benifits .chroma-image-wrapper img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    max-height: 750px;
  }
    .chroma-cta-home .row .col-4 {
        max-width: 45%;
    }
      section.chroma-cta-home .cta-content-wrapper {
        margin-left: 20px;
    }
  section.chroma-about-home img {
    max-height: 550px;
  }
  .form-newsletter-wrapper {
    min-height: 250px;
  }
}

/* Header Drawer  */
@media(max-width:990px){
  .menu-drawer__inner-container {
    background: #252525;
  }
  .menu-drawer__navigation li a ,.menu-drawer__navigation li  .link--text{
    color: #fff;
    font-size: 26px;
    line-height: 160%;
    font-weight: 600;
  }
   .menu-drawer__inner-container  .link, .customer a {
    color: #fff !important;
  }
   .menu-drawer__inner-container   svg.icon.icon-account path {
    fill: #fff !important;
}
  .js details[open].menu-opening>.menu-drawer, details[open].menu-opening>.menu-drawer__submenu {
    /* height: 100vh !important; */
    background: #252525;
    z-index: 1000;
  }
  div#link-learn ul.menu-drawer__menu.list-menu {
    padding-left: 40px;
}
  /* div#menu-drawer, div#menu-drawer * ,.header-wrapper{
    z-index: 1000 !important;
  } */
  .chroma-subscribe-cta{
    z-index: 0;
  }
  .chroma-product-home ,.chroma-product-home .col-6{
    z-index: 0;
  }
  .menu-drawer__navigation-container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between;
    max-height: 100vh !important;
  }
  .header--has-social .menu-drawer__utility-links {
    padding: 0rem 3rem !important;
  }
}

@media(min-width:991px) and (max-width:1024px){
      .testimonial-slider_items>div {
        padding-top: 40px !important;
        height: 550px;
        justify-content: flex-start;
    }
      header.header.header--middle-center.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account {
        max-width: 96%;
        margin: auto;
    }
      .chroma-cta-home .row .col-4 {
        max-width: 45%;
    }
    .chroma-cta-home .row .col-4 p {
      max-width: 92%;
    }
  section.chroma-about-home .chroma-image-wrapper {
    margin-bottom: 15px;
}
}
@media(min-width: 768px) and (max-width: 820px){
  .water-wrapper{
    left: 5%;
  }
  .products-images{
    left: 60%;
    top: 36%;
  }
  /* section.chroma-cta-home:after{
    background: linear-gradient(163deg, #ffffff00 21%, rgb(255 255 255) 34.91%), url(<path-to-image>) #e5dede00 0% / cover no-repeat;
  } */
    .chroma-cta-home .row .col-4 {
        max-width: 50%;
    }
    .chroma-cta-home .row .col-4 p {
      max-width: 90%;
    }
  .insta-reels-single.reel03{
    z-index: 3;
  }
  .insta-reels-single.reel02,
  .insta-reels-single.reel04{
    z-index: 2;
  }
  .insta-reels-single.reel01,
  .insta-reels-single.reel05{
    z-index: 1;
  }
  .chroma-social ul li a span.svg-wrapper {
    height: 30px;
    width: 30px;
  }
  .insta-reels-single.reel01, .insta-reels-single.reel02, .insta-reels-single.reel03, .insta-reels-single.reel04, .insta-reels-single.reel05 {
    width: 350px;
    height: 350px;
  }
  .insta-reels-box{
    height: 400px;
  }
}
@media(max-width:768px){
  .menu-drawer__utility-links ul {
    display: flex;
  }
  .menu-drawer__utility-links {
    display: flex;
    flex-direction: row;
  }
  .menu-drawer__utility-links a, .menu-drawer__utility-links ul {
    width: 50%;
  }
      .header__icons {
        grid-column-start: 2;
        padding-right: 15px;
    }
  section.chroma-subscribe-cta .row .col-4{
    z-index: 1000;
  }
  .video-container video{
    height: 100%;
  }
  section.chroma-footer h4 {
    padding: 0px;
  }
  .chroma-about-home .about-content-wrapper h4{
    line-height: 120%;
  }
}
@media(max-width:991px){
  .menu-drawer__utility-links{
    display: none;
  }
   .header--black {
    background: #252525;
  }
  .header--black .header__search, .header--black a#cart-icon-bubble , .header--black .header__icon--account{
    display: none;
  }
  .header-black .header__heading-logo img{
    display: hidden;
  }
  .header--black img.header__heading-logo {
    display: contents !important;
  }
  /* .header--black .header__heading-logo-wrapper {
        width: 200px;
        height: 50px;
        background: url(https://drinkchroma.com/cdn/shop/files/logo-new.png?v=1751332563);
        background-size: contain !important;
        background-repeat: no-repeat;
    } */
  .header--black .header__heading-logo-wrapper {
      min-width: 180px;
      min-height: 50px;
      background: url(https://drinkchroma.com/cdn/shop/files/logo-new.png?v=1751332563);
      background-size: contain !important;
      background-repeat: no-repeat;
      display: block;
    }
  .header--black .menu-open .header__icon {
       background: #fff!important;
  }
  .header--black .header__icon .icon path {
   fill: #000 !important; 
  stroke: #000;
  }
  .header--black .menu-open .header__icon--account link {display:none!important;}
 .header--black .header__icon span {
    background: #fff;
   border-radius: 5px;
  }
}
@media(max-width: 767px){

.jdgm-carousel-title {
    padding-left: 40px;
    padding-right: 40px;
}
 
  a.header__icon.header__icon--account.link.focus-inset.small-hide {
    display: block !important;
  }
  details-modal.header__search{
    display: none;
  }
  .header--black a.header__icon.header__icon--account.link.focus-inset.small-hide{
      display: none !important;
  }
    .header--black .menu-open .header__icon {
       background: #fff!important;
  }
  .chroma-about-home .about-content-wrapper{
    padding: 0;
  }
  .chroma-about-home .about-content-wrapper h2,
  .chroma-about-home .about-content-wrapper h4,
  .chroma-about-home .about-content-wrapper p{
    padding: 0 25px;
  }
}

/*  Home Responsive End*/

/* Review */
.jdgm-carousel__item-wrapper {
    width: 100%;
    min-height: 400px !important; 
}
.page-width.scroll-trigger.animate--slide-in {
    padding: 0;
    max-width: 1500px;
}
.jdgm-carousel__item-wrapper  .jdgm-carousel-item__product.jdgm--shop-review-has-image img {
    border-radius: 100px !important;
    height: 50px;
    width: 50px;
    object-fit: cover;
}
.jdgm-carousel-wrapper .jdgm-carousel-item {
    margin: 0 5px;
    border: 2px solid #252525;
    border-radius: 25px;
    height: 400px;
  padding: 40px 10px;
}
.jdgm-carousel-item__review-title.jdgm-line-clamp {
    padding: 10px 0;
}
.jdgm-carousel__right-arrow, .jdgm-carousel__left-arrow {
    border-color: #252525 !important;
}

@media only screen and (min-width: 991px) {
    .jdgm-carousel-wrapper .jdgm-carousel-item {
        width: 32.7% !important;
    }
  .jdgm-carousel-title {
    text-align: center;
    margin: 0;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Montserrat' !important;
  }
  .jdgm-carousel-wrapper{
    padding-top: 100px !important;
  }
}
@media(max-width: 820px){
   .jdgm-carousel-title {
    text-align: center;
    margin: 0;
    font-size: 28px;
    font-weight: 900;
    font-family: 'Montserrat' !important;
}
}
/* Review */

/*  Single Product Page Fixes*/
  .rte img {
    object-fit: contain;
    max-width: 220px;
}
@media(max-width:767px){
  .section-template--24843820007743__main-padding,
  .section-template--24843820073279__main-padding,
  .section-template--24843819974975__main-padding{
    padding-top: 27px;
    padding-bottom: 9px;
    padding: 27px 16px 10px;
  }
  div#cart-notification {
    width: 80%;
  }
}
/*  Single Product Page Fixes*/
/* Cart  */


@media(min-width: 768px )  and (max-width: 1024px){
  div#shopify-section-template--24843819450687__cart-items{
    padding-top: 75px;
  }
   div#shopify-section-template--24843819450687__cart-footer {
     padding-bottom: 50px !important;
   }
  h1.title.title--primary cart-items.gradient.color-background-1.isolate.section-template--24843819450687__cart-items-padding{
      font-weight: 700;
    font-family: 'Montserrat' !important;
    font-size: 24px;
  }
}
@media(max-width: 767px){
  cart-items.gradient.color-background-1.isolate.section-template--24843819450687__cart-items-padding h1 {
    font-weight: 700;
    font-family: 'Montserrat' !important;
    font-size: 24px;
}
}
/* Cart  */
/* Ingredients Page  Start*/
/* chroma-ingredients-cta */
/* .chroma-ingredients-cta .container {
    padding: 120px 100px;
} */
.chroma-ingredients-cta{
  padding: 100px 0 50px 0;
}
.chroma-ingredients-cta .row {
    align-items: center;
}
.chroma-ingredients-cta .image-icon {
    max-width: 100px;
    max-height: 100px;
}
.chroma-ingredients-cta .chroma-image-wrapper img {
    border-radius: 20px;
}
.chroma-ingredients-cta  .ingredients-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 740px;
    margin: auto;
}
.chroma-ingredients-cta .ingredients-content-wrapper h2 {
    font-size: 48px;
    line-height: 110%;
    font-weight: 900;
    font-family: Montserrat;
    text-align: center;
    max-width: 500px;
    margin: 40px auto;
}
.chroma-ingredients-cta .ingredients-content-wrapper p {
    margin: 0 0 40px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    color: #252525;
}

@media(max-width: 1799px){
  .chroma-ingredients-cta .ingredients-content-wrapper{
    max-width: 550px;
  }
}
@media (max-width: 1024px) {
  .chroma-ingredients-cta {
    padding: 100px 20px 50px;
}
  .chroma-ingredients-cta .ingredients-content-wrapper{
    max-width: 90%;
  }
  .chroma-ingredients-cta .ingredients-content-wrapper h2{
    font-size: 40px;
    margin: 20px auto;
    max-width: 400px;
  }
  .chroma-ingredients-cta .image-icon {
    max-width: 75px;
    max-height: 75px;
  }
}
@media(max-width:820px){
  .chroma-ingredients-cta .row {
    align-items: center;
    flex-direction: column;
  }
  .chroma-ingredients-cta .row .col-6 {
    max-width: 100%;
    width: 100%;
  }
  .chroma-ingredients-cta .ingredients-content-wrapper{
    padding: 50px 0 0 0 ;
  }
  .chroma-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 550px;
  }
  div#shopify-section-template--24862916280639__chroma_marquee_GNrWd6 .chroma-marquee {
    margin: 0;
  }
}
@media(max-width: 767px){
  .chroma-ingredients-cta .ingredients-content-wrapper {
    max-width: 100%;
  }
  .chroma-ingredients-cta {
    padding: 75px 16px 50px;
  }
  .chroma-ingredients-cta .ingredients-content-wrapper h2{
    font-size: 28px;
    margin: 20px auto;
    max-width: 100%;
  }
  .chroma-ingredients-cta .ingredients-content-wrapper p{
    font-size: 16px;
  }
  .quick-link-wrapp ul li a, .chroma-link-wrapp ul li a, .copyrights-menu li a {
    font-size: 16px;
  }
  .chroma-link-wrapp ul li a, .chroma-link-wrapp ul li {
    text-align: center;
    font-size: 16px;
    line-height: 160%;
  }
}

/* chroma-ingredients-cta */

/* Social Bg */
div#shopify-section-template--24862916280639__chroma_insta_feeds_wgh7FW {
    background: #FFEBF2;
}
/* Social Bg */

/* FAQ Area  */

/* FAQ Rotate Icon */
.plus-minus-toggle {
  position: relative;
  width: 14px;
  height: 14px;
  margin-left: 1rem;
  transition: transform 0.3s ease;
  display: block !important;
}

.plus-minus-toggle::before,
.plus-minus-toggle::after {
  content: "";
  position: absolute;
  background-color: #000;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.plus-minus-toggle::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item.active .plus-minus-toggle::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-item.active .plus-minus-toggle::before {
  transform: translateY(-50%) rotate(-45deg);
}
/* FAQ Rotate Icon */

.chroma-ingredients-faq {
    background: #FFEBF2;
    padding: 100px 0;
}
.chroma-ingredients-faq .question{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chroma-ingredients-faq .row {
    gap: 60px;
}
.chroma-ingredients-faq .chroma-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 50px;
}
.ingredients-faq-content-wrapper .faq-item {
    border-bottom: 1px solid #787878;
    padding: 30px 20px;
    margin-bottom: 24px;
}
.ingredients-faq-content-wrapper .question {
    font-weight: 700;
    font-size: 24px;
    color: #01010D;
}
.ingredients-faq-content-wrapper .faq-item.active .question {
    color: #ED6493;
}
.ingredients-faq-content-wrapper .faq-item .answer {
    font-size: 18px;
    line-height: 160%;
    text-align: left;
    color: #252525;
}

/* .ingredients-faq-content-wrapper  .faq-item .answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  padding-top: 0;
  padding-bottom: 0;
  transition-property: max-height, opacity, padding;
}

.ingredients-faq-content-wrapper  .faq-item.active .answer {
  max-height: 400px; 
  opacity: 1;
}
 */
.ingredients-faq-content-wrapper h2 {
    font-size: 48px;
    line-height: 110%;
    font-weight: 900;
    font-family: 'Montserrat' !important;
}
  .chroma-ingredients-faq{
    padding: 50px 0 0 0 ;
  }


.jdgm-carousel-item__review-title.jdgm-line-clamp {
    padding: 10px 0;
    color: #252525;
}
.jdgm-carousel-item__review-body>p{
  color: #252525;
}

.jdgm-carousel-item__reviewer-name {
    font-size: 20px !important;
    font-weight: 600;
    color: #252525;
    opacity: 1 !important;
    margin-top: 40px;
}
.jdgm-carousel-item__reviewer-name.jdgm-ellipsis {
    margin: 20px 0;
}
.jdgm-carousel__item-container {
    max-width: 98%;
    margin: 0 auto !important;
}
.jdgm-carousel__arrows {
    margin: 50px auto 10px auto !important;
}






















@media(max-width: 1440px){
  .ingredients-faq-content-wrapper h2 {
    font-size: 40px;
  }
  .ingredients-faq-content-wrapper .faq-item {
    padding: 15px 20px;
  }

}
/* FAQ till 1600px */
  @media (max-width : 1440px){
  .ingredients-faq-content-wrapper .question {
    font-size: 20px !important;
  }
  .ingredients-faq-content-wrapper .faq-item .answer {
      font-size: 16px ;
   }
}
/* FAQ Adjust 1300px - 1600px */
@media(max-width: 1024px){
  .chroma-ingredients-faq {
    padding: 50px 20px;
  }
  .chroma-ingredients-faq .row {
    gap: 20px;
  }
  /* .chroma-ingredients-faq .row .col-6:last-child {
    align-items: center;
    justify-content: center;
    display: flex;
  } */
}
@media(max-width: 991px){
  .ingredients-faq-content-wrapper .faq-item .answer {
    font-size: 16px;
  }
  .chroma-ingredients-faq .row{
    flex-direction: column-reverse;
  }
  .chroma-ingredients-faq .row .col-6{
    width: 100%;
    max-width: 100%;
  }
  .chroma-ingredients-faq .chroma-image-wrapper img{
    margin-top: 0;
  }
}
@media(max-width: 767px){
   .chroma-ingredients-faq {
    padding: 50px 16px;
  }
  .ingredients-faq-content-wrapper h2 {
    font-size: 28px;
    text-align: center;
  }
  .ingredients-faq-content-wrapper .question{
    font-size: 20px;
  }
  .ingredients-faq-content-wrapper .faq-item .answer{
    font-size: 16px;
  }
  div#shopify-section-template--24862916280639__chroma_insta_feeds_wgh7FW section.chroma-insta-feeds {
    padding-top: 0;
  }
}
/* Ingredients Page  End*/


/* FAQ Pages  */
div#shopify-section-template--24864272744767__chroma_ingredients_faq_3pUprF section.chroma-ingredients-faq .fade-in-up {
    opacity: 1;
}
div#shopify-section-template--24864272744767__chroma_insta_feeds_wgh7FW .chroma-insta-feeds {
    background: #ffebf2;
}
div#Banner-template--24864272744767__image_banner_GGVyVL h2.banner__heading.inline-richtext.h1 {
    color: #fff;
    font-size: 48px;
    line-height: 110%;
    font-weight: 900;
    font-family: 'Montserrat' !important;
}
/* @media(max-width: 1440px){
  div#Banner-template--24864272744767__image_banner_GGVyVL h2.banner__heading.inline-richtext.h1 {
    font-size: 40px;
  }
} */


cart-items.gradient.color-background-1.isolate.is-empty {
    padding: 80px 0;
}
cart-items.gradient.color-background-1.isolate.section-template--24843819450687__cart-items-padding {
    padding-top: 0px;
}
.cart__footer-wrapper:last-child .cart__footer {
    padding-bottom: 130px !important;
}

@media (min-width: 991px) {
    div#shopify-section-template--24864272744767__chroma_ingredients_faq_3pUprF .chroma-image-wrapper {
        margin-top: 50px;
    
    div#shopify-section-template--24864272744767__chroma_ingredients_faq_3pUprF section.chroma-ingredients-faq {
    padding: 0px !important;
      padding-top: 0px !important;
  }
  .chroma-ingredients-faq{
    padding: 0 0 0 0; 
  }
}
@media (max-width: 991px){
div#shopify-section-template--24864272744767__chroma_ingredients_faq_3pUprF section.chroma-ingredients-faq .row {
    flex-direction: column !important;
}
}
@media(max-width: 767px){
  div#Banner-template--24864272744767__image_banner_GGVyVL h2.banner__heading.inline-richtext.h1 {
    font-size: 28px;
  }
}

@media(max-width: 767px) { 
 .chroma-subscribe-cta{
       padding-top: 40px;
 }
    .banner--mobile-bottom:not(.banner--stacked) .banner__content {
        order: 0 !important;
        margin-top: -60% !important;
    }
    .banner--mobile-bottom .banner__box {
    padding: 0px !important;
    background: transparent !important;
  }
 .banner--mobile-bottom .banner__box{
    background: none !important;
    position: absolute !important;
    top: -200px !important;
  }

  /* Home Marquee  */
    .chroma-marquee {
      padding: 20px 0;
  }
  .marquee-slider h2 {
    font-size: 20px;
    line-height: 22px;
    height: 30px !important;
  }
  .marquee-slider{
    overflow-y: hidden;
  }
}

/* Cart Page  */
  div#Banner-template--24843819450687__image_banner_KAgrKx h2.banner__heading.inline-richtext.h1 {
    color: #fff;
    font-size: 48px;
    line-height: 110%;
    font-weight: 900;
    font-family: 'Montserrat' !important;
}
  cart-items.gradient.color-background-1.isolate.section-template--24843819450687__cart-items-padding h1,
  .cart__warnings h1{
    font-family: 'Montserrat' !important;
    font-weight: 700;
    font-size: 24px;
    color: #01010D;
}
  /* cart-items.gradient.color-background-1.isolate.section-template--24843819450687__cart-items-padding {
    padding-top: 50px;
    padding-bottom: 10px;
} */
 @media (max-width: 767px) {
    .banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient{
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
     div#Banner-template--24843819450687__image_banner_KAgrKx h2.banner__heading.inline-richtext.h1 {
      color: #fff;
      font-size: 48px;
      line-height: 110%;
      font-weight: 900;
      font-family: 'Montserrat' !important;
    }
   cart-items.gradient.color-background-1.isolate.section-template--24843819450687__cart-items-padding {
    padding-top: 50 !important;
  }
  .video-container video {
    height: 100%;
    padding: 50px;
  }
  
} 
/* Cart Page  */



.section-sections--24843816927551__custom_liquid_f3MRtL-padding{
  padding-bottom: 0;
}
input[type="email"]::placeholder {
  text-transform: capitalize !important;
} 

/* Contact Us  */
  /* div#Banner-template--24843819843903__image_banner_eAGym3 h2.banner__heading.inline-richtext.h1 {
    color: #fff;
    font-size: 48px;
    line-height: 110%;
    font-weight: 900;
    font-family: 'Montserrat' !important;
} */

  @media screen and (min-width: 1600px) and (max-width: 1600px) {

.ingredients-faq-content-wrapper .question {
    font-size: 20px !important;
}
.ingredients-faq-content-wrapper h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}

.ingredients-faq-content-wrapper .faq-item {
    border-bottom: 1px solid #787878 !important;
    padding: 15px 20px !important;
}
 
}


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

body product-recommendations.related-products {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
  
}
/* Single Product Btn  */
.product__info-wrapper.grid__item.scroll-trigger.animate--slide-in .product-form__buttons {
    width: 100% !important;
    max-width: 100% !important;
}

div#ProductGridContainer{
  padding: 30px 20px 100px 20px !important;
}
@media(max-width: 1024px ){
 div#ProductGridContainer{
  padding: 30px 20px 50px 20px !important;
} 
}  
product-info#MainProduct-template--24843819974975__main, 
product-info#MainProduct-template--24843820073279__main,
product-info#MainProduct-template--24843820007743__main,
div#ProductGridContainer,
.section-template--24843819483455__product-grid-padding.gradient.color-background-1{
    padding-left: 20px !important;
    padding-right: 20px !important;
}


/* Header On Scroll Fixed  */
/* @media (min-width: 991px) {
  .header-wrapper.scroll.scroll-has-announcement {
    margin-top: -39px !important;
  }
} */

/* Cart  */
   cart-items.gradient.color-background-1.isolate.section-template--24843819450687__cart-items-padding h1,
  .cart__warnings h1{
    font-family: 'Montserrat' !important;
    font-weight: 700;
    font-size: 24px;
    color: #01010D;
} 
@media(min-width: 991px) and (max-width: 1024px){
  .cart__footer-wrapper:last-child .cart__footer{
    padding-bottom: 100px;
  }
}
@media (min-width: 1025px){
  div#shopify-section-template--24843819450687__cart-items cart-items.gradient.color-background-1.isolate.section-template--24843819450687__cart-items-padding {
    padding-top: 100px;
  }
}
@media (max-width: 990px){
  div#shopify-section-template--24843819450687__cart-items cart-items.gradient.color-background-1.isolate.section-template--24843819450687__cart-items-padding {
    padding-top: 75px;
  }
    cart-items.gradient.color-background-1.isolate.section-template--24843819450687__cart-items-padding h1,
  .cart__warnings h1{
    font-family: 'Montserrat' !important;
    font-weight: 700;
    font-size: 24px;
    color: #01010D;
  }
    div#shopify-section-template--24843819450687__cart-items{
    padding-top: 75px;
  } 
}

@media(min-width: 991px) and (max-width:1024px){
  div#shopify-section-template--24843819778367__chroma_insta_feeds_ERihUU section.chroma-insta-feeds{
    padding-top: 50px;
  }
   .chroma-insta-feeds{
      padding-top: 0px;
  }
}

    @media (max-width: 767px) {
    .jdgm-carousel-wrapper .jdgm-carousel-item {
        width: 90% !important;
        margin: 0 5% !important;
    }
}
 