/** Shopify CDN: Minification failed

Line 40:0 All "@import" rules must come first

**/
@font-face {
    font-family: "Paytone";
    src: url(/cdn/shop/files/PaytoneOne-Regular.ttf) format("truetype");
}
.job-tabs .tab:last-child a {
  display: block;
  text-align: center;
  font-weight: 400;
  color: #fff;
  padding: 12px;
}
.job-tabs .tab:nth-child(6) svg {
  fill: #fbb03b;
}
.job-tabs .tab:nth-child(5) svg {
  fill: #88c33f;
}
.job-tabs .tab:nth-child(4) svg {
  fill: #6687cb;
}
.job-tabs .tab:nth-child(3) svg {
  fill: #33bab1;
}
.job-tabs .tab:nth-child(2) svg {
  fill: #ff756a;
}
.job-tabs li.tab svg {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Changa:wght@400;500;600;700;800&family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap");

.clm.m-zero-md.js-animate.anm.animated {
  width: 100%;
  max-width: 100%;
}
.et-category-dec {
  padding: 50px 0;
  background: rgba(239, 132, 109, 1);
  background: -webkit-linear-gradient(
    top left,
    rgba(239, 132, 109, 1),
    rgba(233, 43, 75, 1)
  );
  background: -moz-linear-gradient(
    top left,
    rgba(239, 132, 109, 1),
    rgba(233, 43, 75, 1)
  );
  background: linear-gradient(
    to bottom right,
    rgba(239, 132, 109, 1),
    rgba(233, 43, 75, 1)
  );
}
.main-collection-product.section.section-alone {
  padding-top: 0;
}
header.header {
  display: block;
  padding: 0;
  border-bottom: none;
}
header.header .container {
  max-width: 80% !important;
  padding: 0 15px;
  display: grid;
  grid-template-areas: "header-nav logo icon-right";
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr;
}

.btn-main-prime.btn {
  background: #d93250;
  background: linear-gradient(270deg, #d93250 0, #f594a6 100%);
  box-shadow: 5px 5px 16px rgba(217, 50, 80, 0.4);
  border: 1px solid transparent;
  padding: 0.85714rem 2.28571rem;
}
.menu__item details:hover [aria-expanded="false"] .menu-dropdown {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
  transition: 0.2s var(--timing-function-on) 0.2s !important;
}
.home-page-product-title h2 {
  font-size: 42px;
  text-align: center;
}
.home-page-product-title h3 {
  font-size: 56px;
  text-align: center;
}
.feature-coll-carousel-tab .product-sec {
  background: #fff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  padding: 20px;
  min-height: 395px;
  margin: 20px 10px;
  text-align: center;
  border-radius: 30px;
}
.feature-coll-carousel-tab .product-sec img {
    max-width: 320px;
    border-radius: 30px;
    height: 320px;
    object-fit: contain;
    width: 100%;
}
.featured-products.people-buy .container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.feature-coll-carousel-tab .product-sec h4.card-coll-title {
  color: #8b617b;
  font-size: 18px;
  margin-top: 20px;
  text-transform: uppercase;
}
.feature-coll-carousel-tab .product-sec .btn-main-prime.btn {
  width: 100%;
  margin-top: 10px;
}
.feature-coll-carousel-tab button.slick-next,
.feature-coll-carousel-tab button.slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 0;
  background-color: #fff;
  box-shadow: 5px 5px 16px rgba(217, 50, 80, 0.4);
  cursor: pointer;
}
.feature-coll-carousel-tab button.slick-prev {
  left: -90px !important;
}
.feature-coll-carousel-tab button.slick-next {
  right: -90px !important;
}
.feature-coll-carousel-tab button.slick-next:before,
.feature-coll-carousel-tab button.slick-prev:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  margin: 0 auto;
  left: -8px;
  right: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.feature-coll-carousel-tab button.slick-prev:before {
  transform: translateY(-50%) rotate(225deg);
  left: 8px;
}
footer {
  background-color: #45303d;
  padding: 0 50px 30px !important;
}
.footer-content-sec {
  background-color: #4d3645;
  border-radius: 0 0 30px 30px;
  border: 2px solid #644658;
  overflow: hidden;
}
.footer-content-sec > .rw {
  margin: 0;
  padding: 40px 0;
}
.clm.footer-col-left {
  max-width: 25%;
  width: 100%;
      padding-right: 0;
}
.clm.footer-col-right {
  max-width: 75%;
  width: 100%;
}
.footer__nav__list {
  grid-template-columns: repeat(4, 1fr);
}
.footer__nav__list .p-sides {
  border-left: 1px solid #644658;
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer__nav__list h5 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
}
footer .footer__nav__list ul.footer__nav li a {
  color: #b5adb2;
  display: inline-block;
  padding: 3px 0;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
}
footer .footer__nav__list ul.footer__nav li a:hover,
p.et-footer-copyright,
.list-payment span {
  color: #fff;
}
p.et-footer-copyright {
  font-size: 16px;
}
.footer-content-sec .footer__content__bottom {
  background-color: rgba(0, 0, 0, 0.2);
  border-top: 2px solid #6f4f63;
  padding: 20px 50px;
  margin: 0;
}
.grid-lines,
.header__icons.header__icon--search {
  display: none;
}
.cs-right-menu .header__icons--right .header__icon--search,
.logo-position--top-center .header__icons--right .header__icon--search .btn-search{
  display: block;
}
.logo-position--top-center .header__icons--right .header__icon--search .btn-search,
.header__icons--right .header__icon--account a{
  min-height: auto;
  height: auto;
  width: auto !important;
  line-height: 1;
}

.footer__logo {
  max-width: unset;
  margin: 0 auto !important;
}
.footer__logo img {
  filter: invert(1);
  height: 160px;
  width: auto !important;
  margin: 0 auto;
  display: block;
}
.clm.footer-col-left .footer-social-icon {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}
.clm.footer-col-left .footer-social-icon > span {
  color: #fff;
}
.clm.footer-col-left .footer-social-icon ul {
  gap: 10px;
}
.clm.footer-col-left .footer-social-icon ul li a {
  width: auto;
  background: transparent;
}
.clm.footer-col-left .footer-social-icon ul li a:hover{
      box-shadow: unset;
    background: unset;
}
.clm.footer-col-left .footer-social-icon ul li:hover svg{
      color: #e92945;
      fill: #e92945;
}
.nav-login-footer {
  color: #fff;
  text-align: center;
}
.login-inner {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.login-inner a,
.login-inner span {
  text-decoration: none;
  font-size: 16px;
  color: #b5adb2;
}
.login-inner span {
  margin: 0 10px;
}
.nav-login-footer .et-footer-currency {
  margin-top: 20px;
}
.nav-login-footer .et-footer-currency a + a {
  margin-left: 5px;
}
.announcement-bar {
  background: linear-gradient(270deg, #d93250 0, #f594a6 100%);
  padding: 10px 0;
  text-align: center;
}
.announcement-bar .ctnr.pt-12.pb-12 {
  padding: 0;
}
.announcement-bar span {
  font-size: 15px;
  font-weight: 400;
}
.announcement-bar img {
  width: 27px;
  height: auto;
  object-fit: cover;
}
.announcement-bar
  .js-anmb-item.fs-0.scrollable-aln-start.w-100.ta-center.anmb-item--active {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
header.header nav.header__nav ul li a.menu__link {
  text-transform: uppercase;
  text-decoration: none;
  padding: 23px 20px;
  display: block;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 16px;
}
header.header .header-logo img.header__logo-img.logo__main-logo.logo {
  max-width: 76px;
  width: 100%;
  height: 60px;
  object-fit: contain;
  padding: 3px 0;
}
header.header .header-logo {
  padding: 0;
}
header.header .header__icons img {
  width: 30px;
  height: 30px;
}
header.header .header__icon svg {
  width: 24px;
  height: 24px;
}
header.header .header__icon a {
  width: 30px;
}
header.header .header__icons.header__icons--right {
  align-items: center;
  gap: 15px;
}
header.header .header__icons.header__icons--right a.btn-main-prime {
  padding: 14px 33px;
  font-size: 14px;
  text-transform: uppercase;
}
.full-tab-content-div {
  display: none;
}
.full-tab-content-div.main {
  display: block;
  margin-top: 10px;
}
header.header .header__icons.header__icons--right a.btn-main-prime {
  padding: 10px 35px;
  font-size: 14px;
}
.main-poseidn-banner .home-banner-bundle-summer {
  display: flex !important;
  background-image: url(/content/product-page-v2/banners/Bundle-of-summer-23-SaleBanner/bg.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 570px;
  text-decoration: none;
  align-items: center;
  justify-content: left;
  position: relative;
}
.home-banner-bundle-summer__content h2 {
  margin: 0;
  font-size: 46px;
  text-transform: uppercase;
  color: #e63559;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
}
.home-banner-bundle-summer__content h3 {
  margin: 0;
  font-size: 42px;
  text-transform: uppercase;
  color: #62495c;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
}
.home-banner-bundle-summer__content-img img {
  height: 330px;
}
.home-banner-bundle-summer__content-img {
  position: absolute;
  right: 0;
  top: 50px;
}
.home-bundle-summer-wrap {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home-banner-bundle-summer__content h4.label {
  background: #69a547;
  display: inline-block;
  margin-bottom: 14px;
  font-size: 16px;
  padding: 7px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff;
}
.home-banner-bundle-summer__content .precenet-cont p.percent {
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 30px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #e63559;
  font-weight: 700;
  font-size: 32px;
  box-shadow: 4px 3px 7px rgba(230, 53, 89, 0.3);
  line-height: 1.3;
}
.home-banner-bundle-summer__content p.percent strong {
  font-size: 60px;
}
.home-banner-bundle-summer__content p.free-shipping {
  text-transform: uppercase;
  color: #62495c;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.home-banner-bundle-summer__content p.free-shipping img {
  height: 35px;
  width: auto;
  position: relative;
  top: -3px;
}
button.btn-main-prime {
  padding: 10px 35px;
}
.skills-required h2 {
  font-size: 52px !important;
  margin-bottom: 25px !important;
  font-weight: 600 !important;
  line-height: 62px !important;
  color: #000 !important;
}
.skills-required {
  background-size: cover;
  background-position: center center;
  min-height: 522px;
  background-repeat: no-repeat;
  padding: 150px 0 80px;
}
.skills-required p {
  font-size: 22px;
  line-height: 32px;
}
.skills-required .s-header__desc.text-block.hide-empty.m-sides {
  width: 100%;
  margin: 0;
}
.skills-required .s-header.pb-0.ta-center {
  padding: 0;
}
div#show-less {
  display: none !important;
}
img.show-mobile {
  display: none;
}
.feature-collections-poseidn
  .feature-coll-carousel-tab
  .product-sec
  a.btn-main-prime {
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  padding: 8px 0;
}
.section.drink-required {
  padding-bottom: 0;
}
.featured-products.people-buy {
  padding: 50px 0;
  position: relative;
}
.featured-products.people-buy::after {
  width: 600px;
  height: 600px;
  position: absolute;
  content: "";
  background-color: #e4f8f2;
  border-radius: 50%;
  left: -300px;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.feature-collections-poseidn
  .feature-coll-carousel-tab
  .product-sec
  .btn-main-prime
  svg {
  width: 20px;
  height: 21px;
  fill: #fff;
  margin-left: 10px;
  margin-top: -3px;
}
.lineup-card-overlay h2 strong {
  font-weight: 500;
}
.easy-step-section.main-easy-steps h2 {
  color: #9a6380;
  margin-bottom: 50px;
  font-size: 52px;
  text-align: center;
  font-weight: 600;
}
.easy-step-section.main-easy-steps {
  position: relative;
  background-image: unset !important;
}
.easy-step-section::before {
  content: "";
  background-image: url(https://store-1j82tb21r.mybigcommerce.com/content/new-home/easy-step-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 450px;
  bottom: -80px;
  left: 0;
  right: 0;
}
.easy-step-card {
  box-shadow: 4px 8px 21px rgba(255, 123, 172, 0.2);
  border-radius: 30px;
  text-align: center;
  padding: 30px;
}
.easy-step-section.main-easy-steps .content-step .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.easy-step-section.main-easy-steps .content-step .row .easy-card {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.easy-step-card span {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 4px 8px 21px rgba(255, 123, 172, 0.2);
  margin: 0 auto;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  color: #9a6380;
}
.easy-step-card img {
  height: 240px;
  width: auto;
  margin-bottom: 20px;
}
.easy-step-card p {
  font-size: 16px;
  margin-bottom: 0;
  color: #9a6380;
  font-weight: 500;
}
.full-tab-section.tasty-drink.food-geeks {
  position: relative;
  margin-top: 80px;
}
.full-tab-section.tasty-drink.food-geeks .section-tab-accordion h2 {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 15px;
}
.full-tab-section.tasty-drink.food-geeks .section-header-2 p {
  margin-bottom: 0;
  font-size: 20px;
  margin-bottom: 0;
}
.full-tab-section-inner-right {
  position: relative;
}
.full-tab-half-right {
  width: 50%;
  position: relative;
  left: 50%;
  background-color: #fff;
  padding: 15px 0 15px 15px;
  border-radius: 20px 0 0 20px;
  box-shadow: 4px 8px 21px rgba(255, 123, 172, 0.2);
  overflow: hidden;
}
.full-tab-content-right {
  position: absolute;
  right: calc(50% + 50px);
  top: 0;
  width: 33%;
}
.full-tab-half-right img {
  width: 100%;
  height: auto;
  border-radius: 0px 20px 20px 0;
}
.full-tab-content-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.full-tab-content-right ul li.active {
  margin-left: -50px;
  padding-left: 74px;
  border-radius: 0 20px 20px 0;
  box-shadow: 12px 0 12px rgba(255, 123, 172, 0.2);
}
.full-tab-content-right ul li h4 {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}
.section-tab-accordion {
  margin-bottom: 50px;
}
.full-tab-content-right ul li .full-tab-content-div p {
  margin-bottom: 0;
}
.melineup-section {
  padding-top: 90px;
}
.home-page-product-title h2 {
  font-size: 42px;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 62px;
}

.melineup-section .coll-justify .row .jusify-image {
    width: 34%;
    position: relative;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
}
.melineup-section .coll-justify .row {
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: flex;
  flex-wrap: wrap;
}
.melineup-section .coll-justify .row .jusify-image a.lineup-card {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  border: 15px solid #fff;
  box-shadow: 4px 8px 21px rgba(255, 123, 172, 0.2);
}
.lineup-card img {
  width: 100%;
  height: auto;
}
.lineup-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}
.lineup-card-overlay.cocktails {
  background: linear-gradient(
    0deg,
    rgba(205, 223, 78, 0.7) 0,
    rgba(255, 255, 255, 0) 50%,
    #fff 100%
  );
}
.lineup-card-overlay h2 {
  margin: 0;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 700;
  font-size: 32px;
  color: #000;
}
.lineup-card-overlay.hot-chocolates {
  background: linear-gradient(
    0deg,
    rgba(255, 123, 172, 0.7) 0,
    rgba(255, 255, 255, 0) 50%,
    #fff 100%
  );
}
.lineup-card-overlay.bundles {
  background: linear-gradient(
    0deg,
    rgba(135, 222, 222, 0.7) 0,
    rgba(255, 255, 255, 0) 50%,
    #fff 100%
  );
}
.lineup-card-overlay.accessories {
  background: linear-gradient(
    0deg,
    rgba(255, 151, 33, 0.7) 0,
    rgba(255, 255, 255, 0) 50%,
    #fff 100%
  );
}
.full-tab-section.tasty-drink.drop-magic-glass {
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}
.section-tab-accordion p {
  font-size: 20px;
  line-height: 1.5;
}
.full-tab-section.tasty-drink.drop-magic-glass .full-tab-half-right {
  left: 0;
  padding: 15px 15px 15px 0;
  border-radius: 0px 20px 20px 0;
}
.full-tab-section.tasty-drink.drop-magic-glass .full-tab-content-right {
  left: calc(50% + 50px);
}

.full-tab-section.tasty-drink.drop-magic-glass::after {
  content: "";
  background-color: #e7f3ef;
  border-radius: 50%;
  bottom: 0;
  right: -300px;
  z-index: -1;
  width: 600px;
  height: 600px;
  display: block;
  position: absolute;
}
.full-tab-section.tasty-drink.food-geeks .full-tab-half-right img {
  border-radius: 20px 0px 0px 20px;
}
.full-tab-content-right ul li {
  box-shadow: 4px 8px 21px rgba(255, 123, 172, 0.2);
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}
.full-tab-section.tasty-drink.food-geeks .full-tab-content-right ul li.active {
  margin-right: -57px;
  padding-left: 30px;
  border-radius: 20px 0 0 20px;
  box-shadow: -8px 2px 8px rgba(255, 123, 172, 0.2);
}
.home-google-reviews-wrap {
  box-shadow: 4px 8px 21px rgba(255, 123, 172, 0.2);
  padding: 30px 15px;
  border-radius: 20px;
  border: 5px solid #fff;
  position: relative;
  z-index: 1;
}
.review-google-logo {
  position: absolute;
  height: 20px;
  bottom: 20px;
  right: 20px;
}
.home-google-reviews-title {
  text-align: center;
  margin-bottom: 40px;
  color: #8b617b;
  font-weight: 500;
  font-size: 28px;
}
div.slick-slider {
  width: 1px;
  min-width: 100%;
}

.customer-review-enough .home-review .single-google-review p {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
  color: #8b617b;
}
.customer-review-enough .home-review .single-google-review {
  text-align: center;
  color: #8b617b;
  margin: 0 15px;
  width: 327px;
}
.customer-review-enough
  .home-review
  .single-google-review
  .et-single-google-review-star
  i.fa.fa-star {
  color: #d93250;
  font-size: 20px;
}
.single-google-review .single-google-review-name {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #8b617b;
}

.template-index button.slick-next,
.template-index button.slick-prev,
.poseidn-collection-list.cs-top-collection-menu .category-item-list button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 0;
  background-color: #fff;
  box-shadow: 5px 5px 16px #d9325066;
  cursor: pointer;
}
.template-index button.slick-prev {
  left: -50px;
}
.template-index button.slick-next {
  right: -50px;
}
.poseidn-collection-list.cs-top-collection-menu .category-item-list button.slick-prev:before,
.template-index button.slick-prev:before {
  transform: translateY(-50%) rotate(225deg) !important;
  left: 8px !important;
}
.template-index button.slick-next:before,
.template-index button.slick-prev:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  margin: 0 auto;
  left: -8px;
  right: 0;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}
.ome-video {
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
  border: 10px solid #fff;
  box-shadow: 4px 8px 21px rgba(255, 123, 172, 0.2);
}
.ome-video .video-overlay {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.ome-video-section {
  padding: 90px 0;
  position: relative;
}
.home-page-product-title h2 {
  font-size: 42px;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 62px;
}
section.home-google-reviews-section.customer-review-enough {
  position: relative;
  overflow: hidden;
}
section.home-google-reviews-section.customer-review-enough:after {
  width: 350px;
  height: 350px;
  background-color: #ebf9f4;
  position: absolute;
  content: "";
  left: -175px;
  border-radius: 50%;
  bottom: 0;
}
.et-single-google-review-star {
  margin-bottom: 15px;
}
section.home-google-reviews-section.customer-review-enough:before {
  content: "";
  background-color: #ffeded;
  border-radius: 50%;
  bottom: 0;
  right: -100px;
  z-index: -1;
  width: 420px;
  height: 420px;
  display: block;
  position: absolute;
}
section.feature-box-section.well-made-printed .feature-box-bg {
  background: #ff7bac;
  background: linear-gradient(90deg, rgba(255, 123, 172, 0.2) 0, #fff 100%);
  padding: 70px 0;
  border: 10px solid #fff;
  box-shadow: 4px 8px 21px rgba(255, 123, 172, 0.2);
  border-radius: 30px;
  display: flex;
  justify-content: center !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.feature-box-section.well-made-printed .feature-box-bg .feature-content {
  max-width: 75%;
  flex: 0 0 75%;
}
section.feature-box-section.well-made-printed .feature-box-head {
  text-align: center;
  margin-bottom: 30px;
}
.feature-box-head h2 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #8b617b;
  line-height: 1;
}
.feature-box-head p {
  color: #8b617b;
  margin-bottom: 0;
}
.home-google-reviews-section {
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
}
.feature-box-single {
  text-align: center;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.feature-box-single img {
  height: 110px;
  width: auto;
  margin-bottom: 10px;
}
.feature-box-single h3 {
  margin-bottom: 15px;
  color: #8b617b;
  font-weight: 600;
  font-size: 26px;
}
.feature-box-single.active .feature-box-text {
  display: block;
}
.feature-box-single p {
  color: #8b617b;
  margin-bottom: 15px;
  font-size: 16px;
}
.feature-box-single div.show-more {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #8b617b;
  display: inline-block;
      cursor: pointer;
}
.feature-box-single div.show-more i {
  font-size: 20px;
  position: relative;
  top: 2px;
}
section.feature-box-section.well-made-printed
  .feature-box-bg
  .feature-content
  .single-feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.feature-box-section.well-made-printed
  .feature-box-bg
  .feature-content
  .single-feature
  .feature-box-single {
  width: 50%;
}
div.show-less {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #8b617b;
  cursor: pointer;
}
.home-cocktails-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.home-cocktails-image {
  position: relative;
}
.home-cocktails-image h2 {
  position: absolute;
  right: 15%;
  top: 80px;
  font-size: 40px;
  line-height: 46px;
  color: #9a6380;
  margin-bottom: 0;
  max-width: 432px;
  width: 100%;
}
.home-cocktails-image img {
  width: 100%;
  height: auto;
}
.show-mobile {
  display: none;
}
.home-client-logo-testmonial-section {
  padding: 50px 0;
}
.lets-social-section {
  background-color: #fafafa;
  padding: 80px 0;
}
.lets-social-section .row.justify-content-center.align-items-center {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap;
}
.lets-social-section
  .row.justify-content-center.align-items-center
  .justify-content-align,
.lets-social-section
  .row.justify-content-center.align-items-center
  .justify-content-mobile {
  max-width: 41.666667%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 41.666667%;
}
.lets-social-content h2 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #8b617b;
  line-height: 1;
}
.lets-social-content p {
  color: #8b617b;
  margin-bottom: 10px;
}
.footer__socials {
  margin: 0 auto !important;
  max-width: 288px;
}
.lets-social-section .row.justify-content-center.align-items-center .justify-content-mobile .lets-social-mobile {
  padding: 50px;
  border-radius: 30px;
  background-color: #ff7d7d;
  height: 500px;
  overflow: hidden;
  box-shadow: 4px 8px 21px rgba(255, 123, 172, 0.2);
}
section.image-card-section.discovery-bundle {
  position: relative;
  overflow: hidden;
}
section.image-card-section.discovery-bundle .image-card {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  bottom: 0;
}
section.image-card-section.discovery-bundle .image-card img {
  width: 100%;
  height: auto;
}
section.image-card-section.discovery-bundle .container .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
section.image-card-section.discovery-bundle .container .row .col-sm-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
section.image-card-section.discovery-bundle .container .row .col-sm-6 .image-content {
  padding: 90px 0;
  padding-right: 80px;
}
section.image-card-section.discovery-bundle .container .row .col-sm-6 .image-content .product-card-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.product-card-home {
  background-image: url(/cdn/shop/files/half-product-card-bg_9b40ca72-6501-456f-9a10-6c3c230b85b2.webp?v=1692940311);
  padding: 30px;
  background-size: cover;
  display: block;
  border-radius: 30px;
  overflow: hidden;
  text-decoration: none;
}
.product-card-home-inner {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 30px;
  text-align: center;
}
.product-card-home-inner h2 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}
.product-card-home-inner .button.button--primary {
  margin-bottom: 0;
}
.footer-newsletter {
  background: #f491a4;
  background: linear-gradient(90deg, #f491a4 0, #d9304f 100%);
  padding: 80px 0;
}
.newsletter-cont {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-newsletter-content {
  padding-left: 280px;
  position: relative;
  min-height: 235px;
}
.footer-newsletter-content img {
  position: absolute;
  left: 0;
  height: 235px;
  width: auto;
  top: 0;
}
.footer-newsletter-content h2 {
  margin-bottom: 10px;
  font-weight: 800;
  color: #fff;
  font-size: 46px;
}
.footer-newsletter-content p {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
}
.contact-form {
  margin-top: 30px;
  position: relative;
}
.contact-form .d-flex.fd-column.fd-row-sm.gap-16 input {
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  height: 70px;
  padding: 0 100px 0 30px;
}

.contact-form button.btn-primary {
  position: absolute;
  right: 8px;
  top: 6px;
  border-radius: 30px;
  background: #fff;
  border: none;
  padding: 14px 49px;
  font-size: 20px;
  height: 57px;
  color: #000;
}
.footer-social-icon > span {
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
}
.nav-login-footer .btn-main-prime {
    min-height: 36px;
    font-size: 14px;
    margin-bottom: 14px;
    padding: 8px 30px;
    background: linear-gradient(270deg,#d93250 0,#f594a6 100%);
    box-shadow: 5px 5px 16px rgba(217,50,80,.4);
    border: 1px solid transparent;
}
ul.pose-tab-nav.slick-slide.slick-active {
  list-style: none;
}
.pose-nav-tab {
  border-bottom: 2px solid #000;
}
.tab-content-slide {
  padding: 30px 100px;
  text-align: center;
}
.tab-content-slide p {
  font-size: 24px;
  font-weight: 300;
  height: 100%;
  min-height: 1px;
  line-height: 35px;
}
ul.pose-tab-nav.slick-slide.slick-active li.active {
  opacity: 0.3;
}
.header-wrap {
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
  position: relative;
  z-index: 9;
}
.header-wrap.fixed {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: transparent !important; 
}
body[class] .slideInUp {
  animation-name: slideInUpAni;
}
body[class] .animated {
  animation-duration: 0.2s;
  animation-fill-mode: both;
}
@keyframes slideInUpAni{
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.header__menu.d-flex.fd-column.js-menu-drawer-content {
  display: flex;
  flex-direction: row;
}
.header-wrap .header-logo-left {
  visibility: hidden !important;
  position: absolute !important;
  opacity: 0 !important;
}
.header-wrap.fixed .header-logo-left {
  visibility: visible;
  position: relative;
  opacity: 1;
}
.header-wrap.fixed .header-logo-left img {
  margin-top: 8px;
}
ul.main__menu li:hover ul.menu-dropdown {
  visibility: visible;
  opacity: 1;
}
ul.menu-dropdown {
  position: absolute;
  left: inherit !important;
  right: 0;
  margin: 0;
  padding: 30px 20px !important;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 9 !important;
  width: 45% !important;
}
.header__nav ul.menu-dropdown {
  /* transform: scale(.95) !important;
  transform-origin: top right !important;
  transition-property: background-color,border-color,color,opacity,box-shadow,transform !important;
  transition-timing-function: cubic-bezier(.23,1,.32,1) !important; 
  transition-duration: .3s !important;
  visibility: hidden !important;
  opacity: 0 !important;
  display: flex !important;
  z-index: -1 !important;
  box-shadow: 0px 9px 20px rgba(0,0,0,.07);
  border-top: 1px solid rgba(217,50,80, .3) !important; */
  display: none !important;
}
.header__nav details .menu-dropdown.cs-menu-active{
  /* transform: scale(1) !important;
  transform-origin: top right !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 9 !important; */
  display: flex !important;
}
.header__nav ul.menu-dropdown .submenu__item{
  transform: none !important;
  opacity: 1 !important;
}
ul.menu-dropdown li {
  display: inline-block;
  width: 32%;
}
.header__nav ul.menu-dropdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: unset;
}
.header__nav ul.menu-dropdown:before{
  content: '';
  position: absolute;
  top: 30px;
  width: 2px;
  height: calc(100% - 60px);
  background: #d93250;
  left: 50%;
  transform: translateX(-50%);
  opacity: .3;
}
.menu-dropdown li.submenu__item {
  max-width: calc(50% - 30px);
  width: 100%;
}
.course-panel {
  display: none;
}
.page-faq .s-header {
  padding: 50px 0 0 0;
}
.course-panel.click-active {
  display: block;
}
.page-faq h2 {
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
  color: #8b617b;
  font-weight: 700;
}
.product-faqs h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: left;
  color: #8b617b;
  text-transform: uppercase;
}
.product-faq-item {
  box-shadow: rgba(255, 123, 172, 0.2) 4px 8px 21px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px 30px;
  position: relative;
}
.course-accordion {
  font-weight: 700;
  color: #8b617b;
  display: block;
  padding: 1px 6px;
  cursor: pointer;
}
.course-panel p {
  margin-bottom: 0;
  padding-top: 10px;
  color: #8b617b;
}

.course-accordion:after {
  content: "\002B";
  color: #8b617b;
  position: absolute;
  right: 30px;
  top: 20px;
  font-weight: 300;
  font-size: 32px;
}
.course-accordion.click-active:after {
  content: "\2212";
}
.product-faqs > p,
.product-faqs > h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #8b617b;
  text-transform: uppercase;
  margin-top: 50px;
}
.faq-accordion {
  margin-bottom: 100px;
}
.footer-newsletter-content h2 {
  margin-bottom: 10px;
  font-weight: 800;
  color: #fff;
  text-align: left;
  font-size: 46px;
}
.section.faq-poseidn-cocktail-bomb-drink-bomb {
  padding: 0;
}
.pose-tabs.taste-of-home {
  padding: 50px 0;
}
.easy-step-section.main-easy-steps {
  padding: 40px 0 60px 0;
}
.section-tab-accordion h2 {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 15px;
}
.poseidn-collection-list {
  padding-bottom: 50px;
}
.shop-search-wrap {
  position: relative;
  top: 5px;
  display: flex;
  gap: 20px;
}
.view-toggle {
  display: flex;
  gap: 10px;
}
.shop-search-wrap .shop-search {
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  position: relative;
}
.shop-search input {
  display: block;
  width: 100%;
  border: none;
  background-color: #fff;
  height: 40px;
  border-radius: 30px;
  padding: 0 20px;
  margin: 3px 0 22px;
}
.shop-search button {
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 20px;
}
.poseidn-collection-list .main-search__search-form.w-100.m-auto.clm.p-zero {
  max-width: 100% !important;
  width: 100%;
}
.category-item-list {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 20px;
  overflow: hidden;
}
.poseidn-collection-list.cs-top-collection-menu .category-item-list button,
.poseidn-collection-list button.slick-prev,
.poseidn-collection-list button.slick-next {
  font-size: 0;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  padding: 10px 8px;
  position: absolute !important;
  margin-top: 0px;
  border-radius: 0;
  width: 25px !important;
  height: 45px !important;
}
.poseidn-collection-list.cs-top-collection-menu button.slick-prev {
  left: 0 !important;
}
.poseidn-collection-list.cs-top-collection-menu button.slick-next {
  right: 0 !important;
}
.category-item-list li a {
  background-color: #d8d8d8;
  display: block;
  padding: 7px 25px;
  border-radius: 20px;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.15s ease;
}
.category-item-list li a.active {
  background: #f29937;
  background: linear-gradient(to right, #f29937, #e92945);
  color: #fff;
}
button.slick-next,
button.slick-prev {
  background-color: transparent;
  box-shadow: unset;
  cursor: pointer;
}
.category-item-list li {
  margin-right: 5px;
}
.template-collection.collection .container {
  max-width: 80%;
}
.template-collection.collection
  .category-item-list.slick-initialized.slick-slider {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.main__menu li.menu__item {
  position: initial;
}
ul.menu-dropdown li a {
  padding: 8px 10px !important;
}
.social-lets a.btn.btn-icon.btn-large.btn-primary.js-social-btn {
  font-size: 25px;
  display: inline-block;
  text-decoration: none;
  color: #ff7d7d;
  margin-right: -28px;
  background: none;
  min-height: auto !important;
  opacity: 1 !important;
}
.faq-panel {
  display: none;
}
.faq-panel.active {
  display: block;
}
.fullwidth-content.heroCarousel-content {
  width: 100%;
}
.section-row .heroCarousel-content {
  background: 0 0;
  left: 0;
  margin: 0 auto;
  padding: 2.25rem !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container {
  max-width: 94%;
  padding: 0 15px;
  margin: 0 auto;
}
.heroCarousel-slide {
  position: relative;
}
.section-row .heroCarousel-content p {
  text-align: center !important;
}
.white-content .heroCarousel-description {
  margin-top: 40px;
  color: #fff;
}
.about-history {
  background: #fbfae9;
  padding: 60px 0;
  position: relative;
}
.about-history:before {
  content: "";
  position: absolute;
  background-image: url("//cdn11.bigcommerce.com/s-1j82tb21r/product_images/uploaded_images/about-bg.jpg?t=1589460548");
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-size: cover;
}
.about-shield {
  padding: 60px 0;
  position: relative;
}
.about-shield .row-col {
  display: table;
  width: 100%;
}
.about-shield .col-column {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.about-shield .image-block {
  width: 33.33333333%;
}
.about-shield .text-block {
  width: 66.66666667%;
}
.about-shield-inner {
  padding: 0 40px;
}
.about-shield-inner h2.title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
.about-shield-inner h1 {
  font-size: 28px;
  margin-bottom: 40px;
}
.about-shield-inner p {
  font-size: 16px;
  color: #000;
  margin-bottom: 21px;
}
.about-faq {
  padding: 60px 0;
  position: relative;
  background: #efeda8;
}
.about-faq h2 {
  font-size: 40px;
  font-weight: 700;
}
.about-faq .faq-list {
  margin: 0 0 20px;
  list-style: none;
}

.faq-panel {
  padding: 18px 18px 0;
  display: none;
  overflow: hidden;
}
.faq-accordion:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  font-size: 30px;
  top: -8px;
  position: relative;
}
.faq-accordion:before {
  content: "\f107";
}
.faq-active.faq-accordion:before {
  content: "\f106";
}

.main-collection-product.section.section-alone {
  padding-top: 0;
}
.section-row .heroCarousel-content {
  max-width: 100% !important;
}
.category-dec {
  padding: 50px 0;
  background: rgba(239, 132, 109, 1);
  background: -webkit-linear-gradient(
    top left,
    rgba(239, 132, 109, 1),
    rgba(233, 43, 75, 1)
  );
  background: -moz-linear-gradient(
    top left,
    rgba(239, 132, 109, 1),
    rgba(233, 43, 75, 1)
  );
  background: linear-gradient(
    to bottom right,
    rgba(239, 132, 109, 1),
    rgba(233, 43, 75, 1)
  );
}
.category-dec__content h1 {
  color: #fff;
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
}
.category-dec__content p {
  color: #fff;
  margin: 0;
}
.footer-newsletter p {
  text-align: left;
}
.template-collection .main-collection-product.section.section-alone {
  padding-bottom: 0;
}
.products .clm.js-seq-animate.anm.anm-fadeInUp.product.animated {
  padding: 15px;
  border-radius: 30px;
  width: 100%;
  max-width:32%;
}
.products.productGrid.et-accessories {
  flex-wrap: wrap;
  column-gap: 20px;
}
.card-inner.product.product-card {
  padding: 20px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.7) !important;
  border-radius: 30px;
}
.card-inner.product.product-card h3.card-title.card__heading {
  font-size: 18px;
  min-height: 42px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 0.28571rem;
}
.card-inner.product.product-card span.price__regular span.price-item.price-item--regular.price-item--last.mt-4.mb-4.d-inline-block{
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 3px;
  color: #000;
}
button.btn.btn-icon.btn-secondary.btn-small.no-js-hidden {
  position: absolute;
  z-index: 11;
  background: #f29937;
  background: linear-gradient(to right, #f29937, #e92945);
  top: -12px;
  right: -25px;
  display: block;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  padding: 8px;
  text-decoration: none;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
button.btn.btn-icon.btn-secondary.btn-small.no-js-hidden svg {
  fill: #fff;
}
.products
  .clm.js-seq-animate.anm.anm-fadeInUp.product.animated
  .card__media.card-figure {
  overflow: unset;
}
sht-image-atf.d-block.media-wrapper {
  border-radius: 30px;
  overflow: hidden;
}
.contact-us-header {
  position: relative;
}
.contact-us-content {
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 300px;
}
.contact-us-content h2 {
  margin: 0;
  font-size: 90px;
  font-weight: 700;
  color: #fff;
}
.get-touch-section {
  background-color: #92da9d;
  position: relative;
  overflow: hidden;
}
.half-images {
  width: 50%;
  position: absolute;
  right: 0;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}
.half-images img {
  width: 100%;
  height: auto;
}
.get-touch-section.get-touch-main .container .vontaciner-touch {
  max-width: 50%;
}
.get-in-touch-content {
  padding: 200px 0;
}
.get-in-touch-content h2 {
  font-size: 56px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
      line-height: 1;
}
.get-in-touch-content > p {
  font-size: 22px;
  color: #333;
  margin-bottom: 70px;
}
.get-tuch-icon {
  padding-left: 55px;
  min-height: 60px;
  position: relative;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.get-tuch-icon.get-tuch-icon--email,
.get-tuch-icon.get-tuch-icon--mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.get-tuch-icon i.fa-map-marker {
  font-size: 60px;
}
.get-tuch-icon i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  color: #fff;
}
.get-tuch-icon p {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.get-tuch-icon.get-tuch-icon--mobile i {
  font-size: 60px;
}
.get-touch-section.form-contact {
  background-color: #fbd42c;
  margin: 0;
  padding-bottom: 0;
}
.half-images.left {
  right: auto;
  left: 0;
}
.get-touch-section .row.flex-row-reverse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.get-touch-section .row.flex-row-reverse .col-sm-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.page-content.contact-page-padding {
  padding-left: 200px;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  float: left;
}
.conatc-form-title h1 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 400;
      line-height: 1;
  color: #fff;
}
.product-tab-content {
  display: none;
}

.product-tab-content.active {
  display: block;
}
.get-touch-section .s-content.rw.center-xs.r-gap-48.r-gap-sm-36 {
    width: 100%;
    margin: 0;
}
.get-touch-section
  .s-content.rw.center-xs.r-gap-48.r-gap-sm-36
  .clm.m-zero-md.js-animate.anm.animated {
  width: 100%;
  max-width: 100%;
}
.get-touch-section
  .s-content.rw.center-xs.r-gap-48.r-gap-sm-36
  .clm.m-zero-md.js-animate.anm.animated
  .rw.gap-equal
  .form-row.form-row--half {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.get-touch-section
  .s-content.rw.center-xs.r-gap-48.r-gap-sm-36
  .clm.m-zero-md.js-animate.anm.animated
  .rw.gap-equal
  .form-row.form-row--half
  .clm.field.form-field {
  max-width: 50%;
  width: 100%;
  padding: 0;
  margin: 0 0 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.get-touch-section
  .s-content.rw.center-xs.r-gap-48.r-gap-sm-36
  .clm.m-zero-md.js-animate.anm.animated
  .rw.gap-equal
  .form-row.form-row--half
  .clm.field.form-field
  input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color:#b5b5b5;
  display: block;
  font-family: inherit;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 40px;
  margin: 0;
  padding: 15px 14px;
  transition: border-color 0.1s ease-out;
  width: 100%;
}
.get-touch-section
  .s-content.rw.center-xs.r-gap-48.r-gap-sm-36
  .clm.m-zero-md.js-animate.anm.animated
  form
  .rw.gap-equal
  .clm.field.form-field {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin: 0 0 2rem;
}
.get-touch-section
  .s-content.rw.center-xs.r-gap-48.r-gap-sm-36
  .clm.m-zero-md.js-animate.anm.animated
  form
  .rw.gap-equal {
  row-gap: 0;
}
.get-touch-section
  .s-content.rw.center-xs.r-gap-48.r-gap-sm-36
  .clm.m-zero-md.js-animate.anm.animated
  form
  .rw.gap-equal
  input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 42px;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 0.1s ease-out;
  width: 100%;
}
.get-touch-section button.btn.btn-primary {
  background: #d93250;
  background: linear-gradient(270deg, #d93250 0, #f594a6 100%);
  box-shadow: 5px 5px 16px rgba(217, 50, 80, 0.4);
  border: 1px solid transparent;
  font-size: 12px;
  padding: 5px 40px;
  min-height: 40px;
}

.products.rw.gap-unequal.js-product-grid.js-animate.anm.product-container.productGrid.et-accessories.tab-content.animated.list-view {
  display: none !important;
}
.list-product-item {
  background-color: #fff;
  position: relative;
  padding-left: 210px;
  box-shadow: -1px 1px 9px rgba(0, 0, 0, 0.2);
  min-height: 200px;
  margin: 5px;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-radius: 20px;
  margin-bottom: 25px;
}
.list-product-item img {
  position: absolute;
  left: 0;
  height: auto;
  width: 200px;
  top: 0;
  padding: 15px;
  border-radius: 20px;
}
.list-product-item h4.listItem-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
.list-product-item .listItem-price-wrap {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  margin-right: 15px;
}
.list-product-item .product__quickbuy {
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  display: block;
  position: absolute;
  bottom: unset;
}
.list-product-item
  .product__quickbuy
  button.btn.btn-icon.btn-secondary.btn-small.no-js-hidden {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 65px;
  width: 65px;
}
.list-product-item .product__quickbuy::before {
  content: "";
  width: 2px;
  height: 110px;
  position: absolute;
  right: 100px;
  top: 50%;
  bottom: 0;
  margin: 0 auto;
  background-color: #e6e6e6;
  transform: translateY(-50%);
}
.collection-list-view.tab-content.grid-view {
  display: none;
}
.product-views {
  position: absolute;
  right: 0px;
  top: 7px;
  display: -ms-flexbox;
  display: flex;
}
.product-views a {
  transition: color 0.15s ease;
}
.product-views .list-view {
  width: 25px;
  margin-left: 10px;
}
.product-views .grid-view {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 2px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}
.product-views .grid-view span {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  display: block;
  margin: 1px;
}
.product-views .list-view span {
  width: 100%;
  height: 3px;
  background-color: #000;
  display: block;
  margin: 3px 0;
}
.product-views .list-view.active span {
  background: #f29937;
  background: linear-gradient(to right, #f29937, #e92945);
}
.grid-view.active span {
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #f29937, #e92945);
}
.shop-search-wrap .shop-search input#searchInTemplate {
  margin: 3px 0 0px;
}

nav.header__nav ul li ul.menu-dropdown {
  border: none;
}
nav.header__nav ul li details[open] > .menu__link > svg {
  transform: unset !important;
}
span.btn.btn-icon.btn-large.btn-primary {
  background: #f29937;
  background: linear-gradient(to right, #f29937, #e92945);
  color: #fff;
}
.pagination-list .btn {
  width: 35px;
  height: 35px;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 4px;
  min-height: auto !important;
  box-shadow: none;
  font-size: 16px;
}
.pagination-list .pagination-link-next,
.pagination-list .pagination-link-previous {
  background: #f29937;
  background: linear-gradient(to right, #f29937, #e92945);
  display: inline-block;
  color: #fff;
  border-radius: 30px;
  height: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;

  padding: 0 15px;
}
.pagination-list .pagination-link-next {
  margin-left: 10px;
}
.pagination-list .pagination-link-next i.fa,
.pagination-list .pagination-link-previous i.fa {
  font-size: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.main__menu li.menu__item summary.menu__link {
  font-size: 16px !important;
  font-weight: 500;
  text-transform: uppercase;
  gap: 3px;
}
.template-index .container {
  max-width: 1140px;
}
header.header-mobile {
  display: none !important;
}
.show-desktop {
  display: block;
}
.home-cocktails-image img {
  width: 100%;
  height: auto;
}
img.show-mobile {
  display: none;
}

.slick-slide img {
  display: block;
  width: 100%;
}
.section-row .left-content .heroCarousel-content {
  text-align: left;
  left: 10%;
  right: auto;
}
.section-row .heroCarousel-content {
  max-width: 560px;
  padding: 0;
  background: 0 0;
}
.heroCarousel-content {
  background-color: #fff;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center;
}
.page-page .heroCarousel-title {
  letter-spacing: 4px;
}
.heroCarousel-title {
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
.heroCarousel-content a.btn-main-prime.btn.btn-primary {
  color: #f8f8f8;
  padding: 8px 30px;
}
.inner-banner-section {
  position: relative;
}
.heroCarousel.slick-initialized {
  opacity: 1;
}
.heroCarousel {
  margin-top: 0;
  margin-bottom: 0;
}
.how-made.inner-banner-section:before {
  background: url("/cdn/shop/files/banner-wave-mage.webp?v=1693463907");
  position: absolute;
  content: "";
  width: 100%;
  height: 185px;
  bottom: 0;
  left: 0;
  z-index:1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.how-made-page-title-section {
  background-color: #ee676d;
  position: relative;
}
.how-made-page-title {
  width: 50%;
  margin: 0 auto;
}
.how-made-page-title h2 {
  text-align: center;
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  margin: 0;
  line-height: 1;
  padding-bottom: 20px;
}
ul.how-made-list {
  list-style: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.how-made-section {
  background-color: #ee676d;
}

.how-made-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.service-col {
  width: 50%;
}
.how-made-image {
  text-align: center;
}
.service-col {
  width: 50%;
}
.how-made-tab-data {
  color: #fff;
  font-size: 18px;
}
.how-made-tab-data h2.how-made-title {
  color: #fff;
}
.how-made-tab-data h2.title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1;
}
.et-page-title {
  padding-left: 40px;
  position: relative;
}
.et-page-title span {
  position: absolute;
  left: 0;
}
p.how-made-paragraph {
  margin-bottom: 1.5rem;
  font-size: 18px;
  line-height: 1.5;
}
.how-made-tab-data p a {
  color: #fee300;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.15s ease;
}

ul.slick-dots {
  display: none !important;
}
.footer__content__bottom {
  max-width: 100% !important;
}
section.header-top-mobile {
  display: none;
}
.anmb.announcement-bar {
  display: block;
}
.easy-step-section.main-easy-steps .content-step .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
width: 100%;
    margin: 0 auto;
}
.poseidn-collection-list button.slick-prev:before,
.poseidn-collection-list button.slick-next:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  margin: 0 auto;
  left: 0;
  right: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
/* .template-collection button {
  position: absolute;
  top: 7px;
  border: none;
} */
.template-collection button.slick-prev:before {
  transform: translateY(-50%) rotate(225deg) !important;
}
.template-collection .shop-search button {
  top: 20px;
}
.collection-list-view.tab-content.active {
  display: none;
}

.collection-list-view.tab-content.active.list-view {
  display: block;
}
section.faq-section.faq-about-poseidn .container {
  max-width: 1140px;
}
.header-announcement-bar {
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
span.price-item.price-item--last.mt-4.mb-4.d-inline-block.mr-8 {
  font-size: 16px;
  color: #999;
  font-weight: 600;
}
span.price__sale.d-flex.middle-xs.fw-wrap
  s.price-item.price-item--regular.color-light.subtext {
  font-size: 18px !important;
  color: #000 !important;
  font-weight: 600 !important;
}
.cdb-banner {
  padding: 165px 0;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
.cdb-banner .container {
  max-width: 1140px;
}
.cdb-banner .container .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cdb-banner-cont {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.banner-cont {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  padding: 195px 0;
  width: 620px;
  height: 620px;
  box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.cdb-banner-cont h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 60px;
  padding-bottom:0px;
  color: #4a4040;
}
.cdb-banner-cont h1 {
  margin: 0;
  font-size: 150px;
  text-transform: uppercase;
  font-weight: 800;
  color: #4a4040;
      line-height: 1;
}
.cdb-banner-bottom {
  background: #f7f6ed;
  text-align: center;
  padding: 30px 0;
}
.cdb-banner-bottom .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.cdb-banner-bottom h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  color: #4a4040;
  line-height: 1;
}
.db-cont-img-section {
  padding: 100px 0;
}
.db-cont-img-section .container,
.corpo-featured-prod-section .container {
  max-width: 1140px;
}
.db-cont-img-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px;
}
.db-cont-img-wrap .db-cont {
  padding-right: 100px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.db-cont-img-wrap .db-img {
  text-align: right;
  text-align: -webkit-right;
  position: relative;
}
.db-cont-img-wrap .db-cont h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 40px;
  color: #82617b;
  padding-bottom: 20px;
  font-weight: 700;
  line-height: 50px;
}
.db-cont-img-wrap .db-cont p {
  color: #82617b;
  line-height: 30px;
  font-weight: 500;
}
.db-cont-img-wrap .db-img::before {
  content: "";
  background: rgba(199, 217, 78, 0.4);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: 0;
}
.db-cont-img-wrap .db-img img {
  width: auto;
  border-radius: 50%;
}
.db-cont-img-wrap .db-img::after {
  content: "";
  background: #fad4d4;
  background: linear-gradient(to top left, #fad4d4, #fff);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: -100px;
  z-index: -1;
}
.db-prod-option-section {
  padding-bottom: 50px;
}
.db-prod-option-section .container,
.corpo-prod-landing-section .container {
  max-width: 1140px;
}
.db-prod-option-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.db-prod-option-wrap .prod-optn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 50px;
  padding: 80px 40px;
  background: #ec8c9e;
  background: linear-gradient(to right, #ec8c9e, #d03050);
  box-shadow: 0 0 10px rgba(255, 72, 99, 0.8);
}
.db-prod-option-wrap .prod-img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right;
  text-align: -webkit-right;
}
.db-prod-option-wrap .prod-optn h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 30px;
}
.db-prod-option-wrap .prod-optn p {
  padding-bottom: 10px;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
.corpo-prod-landing-cta.mobile {
  display: none;
}
.corpo-prod-landing-cta {
  text-align: center;
}
.corpo-prod-landing-cta a.button {
  padding: 15px 55px;
  font-size: 16px;
  font-weight: 500;
}
.db-prod-option-wrap .prod-img img {
  width: auto;
  height: 400px;
}
.corpo-prod-landing-section {
  padding: 60px 0;
}
.db-section-title {
  text-align: center;
  padding-bottom: 40px;
}
.db-section-title h2 {
  text-transform: uppercase;
  font-size: 40px;
  color: #82617b;
  font-weight: 600;
  margin: 0;
}
.corpo-prod-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-bottom: 50px;
}
.corpo-prod-wrap .corpo-prod-item:nth-child(-n + 4) {
  display: block;
}
.corpo-prod-item {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 4px 8px 21px rgba(255, 123, 172, 0.2);
  text-align: center;
}
.corpo-prod-wrap .corpo-prod-item {
  display: none;
}
.corpo-prod-item .prod-info {
  margin-bottom: 20px;
  color: #82617b;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.corpo-prod-item .prod-img img {
  width: auto;
  height: 220px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 20px;
  margin-bottom: 10px;
}
.corpo-prod-item .prod-info h2 {
  color: #82617b;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.corpo-prod-item .prod-info p {
  color: #82617b;
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
}
.corpo-prod-item .prod-action a.button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  background: #d93250;
  background: linear-gradient(270deg, #d93250 0, #f594a6 100%);
  box-shadow: 5px 5px 16px rgba(217, 50, 80, 0.4);
  border: 1px solid transparent;
  border-radius: 50px;
  color: #fff;
  padding: 0.85714rem 2.28571rem;
}
a.button span.seperator {
  margin: 0 10px;
}
.corpo-prod-item .prod-action a.button svg {
  fill: #fff;
  height: 20px;
  width: 20px;
}
.corpo-featured-prod-section {
  background: linear-gradient(to right, #ec8c9e, #d03050);
  padding: 60px 0;
}
.et-lets-get-social-section .align-items-center {
    align-items: center;
}
.corpo-featured-prod-section .justify-content-center {
  justify-content: center !important;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.corpo-featured-prod-title h2 {
  color: #fff;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  padding-bottom:25px;
  line-height: 32px;
  text-align: center;
}
.corpo-featured-prod-wrap {
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.7);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 15px;
  padding: 20px 30px;
  min-height: 135px;
  -ms-flex-align: center;
  align-items: center;
}
.corpo-featured-prod-wrap .prod-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.corpo-featured-prod-wrap .prod-img {
  padding-right: 15px;
}
.corpo-featured-prod-wrap .prod-img img {
  width: auto;
  height: 80px;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.corpo-featured-prod-wrap .prod-info h2 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 25px;
}
.corpo-featured-prod-wrap .prod-info p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}
.corpo-featured-prod-wrap .prod-action form {
  display: -ms-flexbox;
  display: flex;
}
.corpo-featured-prod-wrap .prod-action form input.js-quantity-input {
    width: 40px;
    height: 100%;
    color: #000;
    text-align: center;
    border: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    appearance: menulist-button;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-size: 20px;
    font-weight: 500;
}
.gift-products .justify-center-sec {
  max-width: 825px;
  width: 100%;
}
.corpo-featured-prod-wrap
  sht-qty-inp.field_quantity.d-inline-flex.middle-xs.center-xs {
  max-width: 132px;
  width: 100%;
  height: 54px;
}
.corpo-featured-prod-wrap .prod-action .add-to-cart {
  margin-left: 20px;
  background: #fff;
  color: #82617b;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  height: 54px;
}
.corpo-featured-prod-wrap .prod-action .add-to-cart span.seperator {
  margin: 0 8px;
}
.db-contact-section {
  padding: 60px 0;
}
.db-contact-section .container {
  max-width: 1140px;
}
.db-section-title {
  text-align: center;
  padding-bottom: 40px;
}
.db-contact-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
}
.db-section-title h2 {
  text-transform: uppercase;
  font-size: 40px;
  color: #82617b;
  font-weight: 600;
  margin: 0;
}
.db-contact-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
  color: #000;
  cursor: auto;
}
.db-contact-wrap .contact-img img {
  border-radius: 50px;
  width: auto;
  height: 500px;
}
.db-contact-wrap .contact-cont {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-right: 100px;
}
.db-contact-wrap .contact-cont h2 {
  text-transform: uppercase;
  color: #82617b;
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 20px;
}
.db-contact-wrap .contact-cont p {
  margin: 0;
  padding-bottom: 30px;
  line-height: 30px;
  color: #82617b;
  font-weight: 500;
}
.db-contact-wrap .contact-cont a.button {
  font-size: 16px !important;
  text-transform: uppercase;
  display: block;
  font-size: 20px;
  text-align: center;
  padding: 14px 0;
  background: #d93250;
  background: linear-gradient(270deg, #d93250 0, #f594a6 100%);
  box-shadow: 5px 5px 16px rgba(217, 50, 80, 0.4);
  border: 1px solid transparent;
}
.about-faq .faq-list .faq-accordion {
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: 0;
  font-size: 16px;
  transition: 0.4s;
  margin-bottom: 0;
  border-bottom: 1px solid #000;
  position: relative;
  font-weight: 700;
}
.faq-title {
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
  color: #8b617b;
}
section.faq-section.faq-about-poseidn {
  padding: 50px 0;
}
section.faq-section.faq-about-poseidn .faq-accordion::before {
  display: none;
}
.pose-tab-cont button.slick-prev {
  left: -90px;
}
.pose-tab-cont button.slick-next {
  right: -90px;
}
.melineup-section h2 {
  margin-bottom:0px;
  font-weight: 600;
  line-height:1;
}
.melineup-section .home-page-product-title {
  margin-bottom: 40px;
}
.melineup-section h2 strong {
  font-weight: bold !important;
  font-size: 32px;
  color: #000;
}
.page-header-cutsom {
  position: relative;
}
.page-header-cutsom img {
  width: 100%;
  height: auto;
}
.page-header-cutsom .page-header-cutsom-content {
  position: absolute;
  top: 50%;
  width: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
}
.page-header-cutsom .page-header-cutsom-content h1 {
  margin-bottom: 40px;
  line-height: 1;
  font-size: 59px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2.9px;
}
.page-header-cutsom .page-header-cutsom-content p {
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  text-shadow: 3px 2px 7px #000;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.how-it-work-service {
  padding-top: 50px;
  overflow: hidden;
  position: relative;
}
.how-it-work-service .how-it-work-video {
  width: 60%;
  float: right;
  position: relative;
}
.how-it-work-service .how-it-work-content {
  width: 40%;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  text-align: right;
}
.service-video-overlay {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.how-it-work-content-label {
  background: #dbeaa9;
  display: inline-block;
  font-size: 70px;
  padding: 20px 69px;
  margin-bottom: 25px;
  line-height: 1.5;
}
.how-it-work-service .how-it-work-content-inner {
  padding: 0 70px;
}
.how-it-work-content-inner h5 {
  font-size: 50px;
  font-weight: 300;
  border-bottom: 3px solid #dbeaa9;
  padding-bottom: 20px;
  margin-bottom: 40px;
  line-height: 1;
}
.how-it-work-content-inner p {
  font-size: 18px;
  margin-bottom: 1.5rem;
}
.how-it-work-service.right .how-it-work-video {
  float: left;
}
.how-it-work-service.right .how-it-work-content {
  text-align: left;
  left: auto;
  right: 0;
}
.how-it-work-video video {
  width: 100%;
}
.lets-social-section
  .row.justify-content-center.align-items-center
  .justify-content-mobile
  .lets-social-mobile
  img {
  width: 100%;
  height: auto;
}
.custom-drink-bomb .banner-cont h1 {
  font-size: 110px;
}
.prod-option-section {
  padding-bottom: 50px;
}
.page-custom-drink-bomb .container {
  max-width: 1140px;
}
.prod-option-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.prod-option-wrap .prod-optn {
  align-self: center;
  border-radius: 50px;
  padding: 80px 40px;
  background: #ec8c9e;
  background: -webkit-linear-gradient(left, #ec8c9e, #d03050);
  background: -moz-linear-gradient(left, #ec8c9e, #d03050);
  background: linear-gradient(to right, #ec8c9e, #d03050);
  box-shadow: 0px 0px 10px rgba(255, 72, 99, 0.8);
}
.prod-option-wrap .prod-img {
  text-align: right;
  text-align: -webkit-right;
  align-self: center;
}
.prod-option-wrap .prod-optn h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 30px;
  line-height: 1;
}
.prod-option-wrap .prod-optn ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.prod-option-wrap .prod-optn ul li {
  padding-bottom: 10px;
  font-size: 30px;
  color: #fff;
  line-height: 1.5;
}
.prod-option-wrap .prod-optn ul li img {
  width: auto;
  height: 30px;
  padding-right: 10px;
}
.prod-option-wrap .prod-img img {
  width: auto;
  height: 400px;
}
.prod-option-wrap.alt .prod-optn {
  order: 2;
}
.prod-option-wrap.alt .prod-img {
  text-align: left;
  text-align: -webkit-left;
  order: 1;
}
.brands-section {
  padding: 40px 0;
}
.section-title {
  text-align: center;
  padding-bottom: 60px;
}
.section-title h2 {
  text-transform: uppercase;
  font-size: 40px;
  color: #82617b;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
.brands-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.brands-wrap .brand {
  padding: 40px;
  border-radius: 20px;
  background: #ec8c9e;
  background: -webkit-linear-gradient(top left, #ec8c9e, #d03050);
  background: -moz-linear-gradient(top left, #ec8c9e, #d03050);
  background: linear-gradient(to bottom right, #ec8c9e, #d03050);
  box-shadow: 0px 0px 10px rgba(255, 72, 99, 0.8);
  text-align: center;
  text-align: -webkit-center;
}
.brands-wrap .brand img {
  width: auto;
  height: 60px;
}
.db-contact-wrap .contact-cont {
  align-self: center;
  padding-left: 100px;
}
.page-custom-drink-bomb .index-newsletter {
  display: none;
}
.footer-newsletter-content h2 {
  margin-bottom: 10px;
  font-weight: 800;
  color: #fff;
  text-align: left;
  font-size: 46px;
}
.footer-top-links a {
  display: block;
  position: relative;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  padding: 20px 30px;
  text-decoration: none;
  margin-top: 15px;
}
.footer-top-links a span {
  position: absolute;
  right: 0;
  display: inline-block;
  border-radius: 50px;
  background: #fff;
  padding: 12px 50px;
  font-size: 20px;
  color: #82617b;
  top: 6px;
  right: 6px;
  font-weight: 500;
}
.db-footer-newsletter {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.template-blog .page-heading {
  margin: 0 0 3rem;
  text-align: center;
  line-height: 1;
  font-size: 28px;
  letter-spacing: 0.25px;
}
.template-blog h1 {
  margin-bottom: 40px;
  line-height: 1;
  font-size: 28px;
  letter-spacing: 0.25px;
}
.template-blog .s-header.ta-center {
  margin: 0;
  padding: 0;
}
.template-blog p {
  margin-bottom: 1.5rem;
  text-align: left;
}
.dib-post-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 35px;
  margin-right: 0 !important;
}
.dib-post-wrap .dib-post {
  flex: 0 0 48.5%;
  margin: 0 3% 3% 0;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #eef1f4;
  background: #fafdff;
  text-decoration: none;
  transition: all 0.2s ease;
  color: #333;
  padding: 0;
  width: 100% !important;
  max-width: 48.5%;
}
.dib-post-wrap .dib-post img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.dib-post-text h2 {
  margin: 0;
  padding: 0;
  text-transform: none;
  font-size: 30px !important;
  line-height: 1.3;
}
.dib-post-wrap .dib-post:nth-child(even) {
  margin-right: 0;
}
.dib-post-text {
  padding: 43px 15px 35px;
  text-align: center;
  position: relative;
}
.dib-post-text h2 {
  margin: 0;
  padding: 0;
  text-transform: none;
  font-size: 30px !important;
  line-height: 1.3;
  color: #333;
}
.dib-post-text .dib-meta-text.dib-no-author {
  left: 11px;
  display: flex;
  align-items: center;
}
.dib-post-text .dib-meta-text {
  width: auto;
  position: absolute;
  left: 65px;
  top: 11px;
  line-height: 10px;
}
.dib-meta-text span {
  opacity: 0.6;
  font-size: 11px !important;
}
.dib-post-text .dib-meta-text.dib-no-author .hide-empty {
  margin-bottom: 0;
  margin-right: 10px;
}
.store-page-section {
  padding-top: 40px;
  border-top: 1px solid #e9e9e9;
}
.store-page h1 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.25px;
}
.store-page p {
  margin-bottom: 1.5rem;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}
.store-page-section iframe {
  width: 100%;
}
.template-article .main-art-wrapper h1.page-heading {
  margin: 0 0 3rem;
  text-align: center;
  line-height: 1;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.25px;
}
.main-art-wrapper .dib-posts {
  max-width: 100%;
  width: 700px;
  margin: 50px auto;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.main-art-wrapper .dib-posts .ctnr {
  padding: 0;
}
.main-art-wrapper .dib-posts .ctnr .clm {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.main-art-wrapper .dib-posts .ctnr article.rw.article__wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: block;
}
.main-art-wrapper .dib-posts .ctnr article.rw.article__wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.main-art-wrapper .dib-posts .ctnr article.rw.article__wrapper h1 {
  line-height: 1.3;
  margin: 0 0 1rem;
  font-size: 28px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.25px;
}
.main-art-wrapper
  .dib-posts
  .ctnr
  article.rw.article__wrapper
  > .p-relative.clm.m-auto {
  margin: 0 0 1em !important;
  display: block;
  height: 100%;
  width: 100%;
}
.article__header .dib-meta-text span {
  font-size: 14px !important;
  opacity: 0.6;
}
.dib-meta-text.dib-no-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  line-height: 25px;
  min-height: 50px;
  margin: 0 0 1em !important;
}
.article__content .article__inner p {
  line-height: 1.5;
  text-align: justify;
  margin-top: 0pt;
  margin-bottom: 0pt;
  margin: 0 0 1em !important;
}
.article__content .article__inner p span {
  font-size: 11pt;
  font-family: Arial, sans-serif;
  color: #000000;
  background-color: transparent;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  vertical-align: baseline;
  white-space: pre-wrap;
}
.article__content .article__inner p span a {
  color: #000;
}
.main-art-wrapper h2 {
  line-height: 25px;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 6pt;
  font-size: 25px;
}
.main-art-wrapper h2 a {
  color: #000;
}
.main-art-wrapper h2 span {
  font-size: 16pt;
  font-family: Arial, sans-serif;
  color: #000000;
  background-color: transparent;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  vertical-align: baseline;
  white-space: pre-wrap;
}
.main-art-wrapper .dib-posts .ctnr article.rw.article__wrapper h2 a img {
  box-sizing: border-box;
  border: 10px solid #f6f9fc;
  border-radius: 10px;
  box-shadow: 0 30px 15px -25px rgba(0, 0, 0, 0.3),
    0 0 30px 0 rgba(0, 0, 0, 0.15);
  margin: 2em 0;
  max-width: 100%;
  height: auto;
}
/* .article__content .article__inner p:last-child {
  text-align: center;
  margin-bottom: 16px;
} */
.dib-sharing {
  margin: 0 0 1em !important;
  line-height: 2.5;
}
.dib-share-link {
  text-decoration: none;
  color: #fff;
  margin: 0 0.5em 0.2em 0;
  display: inline-block;
}
.dib-share-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.dib-share-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.6em;
  display: inline-block;
  line-height: 1;
}
.dib-share-icon-solid,
.dib-share-icon-solidcircle {
  fill: #fff;
  stroke: none;
}
.dib-share-button-small svg {
  margin: 0;
  vertical-align: middle;
}
.dib-share-icon svg {
  width: 1em;
  height: 1em;
}
.dib-share-twitter {
  background-color: #202327;
  border-color: #202327;
}
.dib-share-whatsapp {
  background-color: #25d366;
  border-color: #25d366;
}
.dib-share-email {
  background-color: #777;
  border-color: #777;
}
.pt-36.d-flex.start-xs {
  padding-top: 0;
}
.pt-36.d-flex.start-xs a {
  text-decoration: none;
  padding: 5px 10px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.main-article.section {
  padding-bottom: 0;
}
.product-modal {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.product-modal.is-visible {
  visibility: visible;
}

.product-modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.product-modal.is-visible .product-modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.product-modal-wrapper {
	position: absolute;
	z-index: 9999;
	top:130em;
	left: 0;
	width: 100%;
	margin-left: 0;
	align-items: center !important;
}
.product-modal-content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:100%;
}
.product-modal-content img{width:100%;}
.product-modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.product-modal.is-visible .product-modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.product-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
  cursor: pointer;
}

.product-modal-close:hover {
  color: #777;
}
  .prodtab2-sub ul {
    padding-left: 0;
}
.product-modal-content > *:first-child {
  margin-top: 0;
}

.product-modal-content > *:last-child {
  margin-bottom: 0;
}
.job-banner-section {
  padding: 170px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.job-banner-section .et-row.justify-content-center {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.job-banner-content {
  text-align: center;
}
.job-banner-content p {
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}
.job-banner-content h1 {
  font-size: 39px;
  font-weight: 600;
  color: white;
  margin-bottom: 40px;
  line-height: 1;
  margin-top: 0;
  letter-spacing: 0.25px;
}
.job-banner-tab {
  padding: 100px 0;
  overflow: hidden;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.job-banner-tab .justify-content-center .col-md-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.job-section-title {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
}
.job-section-title h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 60px;
}
.job-section-title p {
  font-size: 20px;
  margin-bottom: 1.5rem;
}
.job-banner-tab .justify-content-center .col-md-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.job-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  border: none;
  padding: 0 100px;
}
.tabs-contents {
  margin-bottom: 1.5rem;
}
.job-tabs .tab:first-child {
  border-color: #f7ea18;
}
.job-tabs li.tab {
  position: relative;
  padding: 25px;
  list-style: none;
}
.job-tabs .is-active,
.job-tabs li {
  border: 2px solid #ff756a;
  width: 29%;
  margin: 15px;
  border-radius: 30px;
}
.job-tabs .tab:nth-child(2) {
  border-color: #ff756a;
}
.job-tabs .tab:nth-child(3) {
  border-color: #33bab1;
}
.job-tabs .tab:nth-child(4) {
  border-color: #6687cb;
}
.job-tabs .tab:nth-child(5) {
  border-color: #88c33f;
}
.job-tabs .tab:nth-child(6) {
  border-color: #fbb03b;
}
.job-tabs .tab:last-child.is-active {
  background-color: #ed695f;
  border-color: #ed695f;
  font-weight: 400;
}
.job-tabs a {
  padding: 0;
}
.tab-title {
  font-size: 20px;
  text-align: left;
  text-decoration: none;
  color: #757575;
  display: block;
}

.job-tabs a h2 span {
  font-size: 30px !important;
}
.job-tabs a h2 {
  margin: 0;
  color: #000;
  font-weight: 700 !important;
  line-height: 1;
  margin-bottom: 0px;
  font-size: 22px;
}
.job-tabs .tab:last-child.is-active {
  background-color: #ed695f;
  border-color: #ed695f;
  font-weight: 400;
}

.job-tabs .tab:first-child i.fa.fa-chevron-right {
  fill: #f7ea18;
}
.job-tabs .tab:first-child i.fa.fa-chevron-right {
  fill: #f7ea18;
}
.job-tabs li.tab i.fa.fa-chevron-right {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.job-tabs .tab:nth-child(2) i.fa.fa-chevron-right {
  fill: #ff756a;
}
.job-tabs .tab:nth-child(3) i.fa.fa-chevron-right {
  fill: #33bab1;
}
.job-tabs .tab:nth-child(4) i.fa.fa-chevron-right {
  fill: #6687cb;
}
.job-tabs .tab:nth-child(5) i.fa.fa-chevron-right {
  fill: #88c33f;
}
.job-tabs .tab:nth-child(6) i.fa.fa-chevron-right {
  fill: #fbb03b;
}
.job-tabs .tab:last-child.is-active {
  background-color: #ed695f;
  border-color: #ed695f;
  font-weight: 400;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  background-color: #ff756a;
  margin-top: 30px;
  border-radius: 30px;
}
.job-tabs .tab:last-child a {
  display: block;
  text-align: center;
  font-weight: 400;
  color: #fff;
  padding: 12px;
  font-size: 20px;
}
.tab-content.has-jsContent.is-active {
  height: auto;
  overflow: visible;
  padding: 1.5rem 0;
  visibility: visible;
  display: block;
}
.job-list-wrap {
  margin-top: 60px;
}
.tab-content.has-jsContent.is-active h2 {
  line-height: 1;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 400;
  margin-top: 2.28571rem;
  letter-spacing: 0.25px;
}
.job-list-wrap h2 span {
  font-size: 30px !important;
  margin-right: 10px;
}
.job-list li {
  position: relative;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  list-style: none;
}
.job-list li a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.job-list li svg {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  position: absolute;
  right: 0;
  bottom: 0;
  fill: #000000;
  top: 0;
  margin: auto;
}
section.job-banner-tab.your-pass {
  padding-bottom: 0;
}
.index-job-tab section.job-banner-tab {
  padding: 0;
}
.index-job-position section.job-banner-tab.main-job-position {
  padding: 0;
}
.job-list li a i.fa.fa-chevron-right {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  fill: #000000;
  top: 0;
  margin: auto;
}
.cant-find-job h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 32px;
}
.cant-find-job {
  text-align: center;
  margin-top: 50px;
}
.job-button {
  background-color: #ff756a;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 16px;
  min-width: 270px;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}
section.job-banner-tab.application-form {
  padding-top: 0;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.job-tabs .tab:first-child.is-active {
  background-color: rgba(247, 234, 22, 0.2);
  border-color: #f7ea18;
}
.job-tabs .tab:nth-child(2).is-active {
  background-color: rgba(255, 117, 106, 0.2);
  border-color: #ff756a;
}
.job-tabs .tab:nth-child(3).is-active {
  background-color: rgba(51, 186, 177, 0.2);
  border-color: #33bab1;
}
.job-tabs .tab:nth-child(4).is-active {
  background-color: rgba(102, 135, 203, 0.2);
  border-color: #6687cb;
}
.job-tabs .tab:nth-child(5).is-active {
  background-color: rgba(136, 195, 63, 0.2);
  border-color: #88c33f;
}
.job-tabs .tab:nth-child(6).is-active {
  background-color: rgba(251, 176, 59, 0.2);
  border-color: #fbb03b;
}
.job-tabs .tab:last-child {
  width: 25%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  background-color: #ff756a;
  margin-top: 30px;
}
.job-list-wrap h2 {
  margin-bottom: 40px;
  line-height: 1;
  font-size: 25px;
  font-weight: 400;
}
.job-details-section {
  background-color: #f9f9f9;
  padding: 50px 0;
}
.job-details-section .et-col-md-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.job-details-back {
  display: inline-block;
  margin-bottom: 40px;
  text-decoration: none;
}
.job-details-back i.fa.fa-chevron-left {
  width: 25px;
  height: 25px;
  top: 5px;
  position: relative;
  margin-right: 5px;
}
.job-details-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.job-details-content h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  margin-right: 30px;
  margin-bottom: 40px;
}
.job-details-button {
  text-align: right;
}
.job-button {
  background-color: #ff756a;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 16px;
  min-width: 270px;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.job-details-button a.job-button {
  margin-bottom: 10px;
  text-align: center;
}
.job-details-content .et-col-sm-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.job-detaisls-back {
  display: inline-block;
  margin-bottom: 40px;
  text-decoration: none;
}
.job-details-content p {
  font-size: 16px;
  margin-bottom: 15px;
}
.job-details-seperate {
  margin-bottom: 30px;
}
.job-details-content h2 {
  margin-bottom: 15px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.job-details-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
  padding-left: 10px;
}
.job-details-content ul li {
  position: relative;
  padding-left: 15px;
}
.job-details-content ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
.job-details-address {
  margin-top: 40px;
}
.job-details-content h2 {
  margin-bottom: 15px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.job-details-address p {
  margin: 0 0 5px;
}
.job-details-button.bottom {
  text-align: center;
  margin-top: 50px;
}
.template-blog .s-header.ta-center p {
  text-align: center;
}
.template-article.article .container {
  max-width: 100% !important;
}
.product-template-v1 .product-main-section.productView {
    padding:70px 0 80px 0;
    background-color: hsla(353,63%,57%,1);
    background-image: radial-gradient(at 92% 14%, hsla(353,63%,82%,1) 0px, transparent 50%),
    radial-gradient(at 78% 86%, hsla(357,79%,66%,1) 0px, transparent 50%),
    radial-gradient(at 14% 76%, hsla(353,63%,57%,1) 0px, transparent 50%),
    radial-gradient(at 3% 7%, hsla(347,67%,41%,1) 0px, transparent 50%);
}
.product-template-v3 .product-main-section.productView {
    padding:70px 0 80px 0;
}
.product-main-section.productView {
  padding:70px 0 80px 0;
    background-color: hsla(353,63%,57%,1);
    background-image: radial-gradient(at 92% 14%, hsla(353,63%,82%,1) 0px, transparent 50%),
    radial-gradient(at 78% 86%, hsla(357,79%,66%,1) 0px, transparent 50%),
    radial-gradient(at 14% 76%, hsla(353,63%,57%,1) 0px, transparent 50%),
    radial-gradient(at 3% 7%, hsla(347,67%,41%,1) 0px, transparent 50%);
}
.template-product .container {
  max-width: 1140px;
}
.template-product .product__media-wrapper.product__media-wrapper--full {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  overflow: visible !important;
  padding-bottom: 105px;
}
.template-product sht-prd-slideshow.product-slideshow.d-block.p-relative .product-slideshow__thumbnail {
  position: relative;
  transform: rotate(-90deg)!important;
  left: inherit !important;
  right: 0;
  top: -110px;
}
.product-slideshow__thumbs {
  max-height: 400px;
  height: 400px;
  display: block;
}
.template-product .product__info-wrapper {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 30px;
}
.product-main-section.productView .product-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin: 0;
  padding: 0;
  margin-left: -15px;
  column-gap: 0;
}
.crews-row-main {
  display: flex;
  flex-wrap: wrap;
}

.crew-item {
  width: calc(33.33% - 20px);
  margin: 10px;
  display: none;
}

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

.less-button {
  display: none;
}
.product-main-section.productView .product-details .main-product-info-container {
  padding-right: 0;
  padding-left: 0;
}
.template-product .product__info-wrapper h1 {
  font-size: 38px !important;
  margin-bottom: 8px !important;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
.color-light.subtext {
  color: #fff;
}
.template-product .product__info-wrapper .product__info.ord-2.p-sides.hide-empty.color-text-regular {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
span.price-item.price-item--regular.price-item--last.mt-4.mb-4.d-inline-block {
  line-height: 1;
  font-size: 30px;
  font-weight: 700 !important;
  color: #000;
  margin-bottom: 1.5rem;
  margin-right: 0;
}
.main-product-info-container span.price__regular.d-block {
  color: #fff;
}
.product__info-wrapper .product__info.ord-4.product__prices {
  background-color: transparent;
  padding-left: 0;
}
.template-product .product__info-wrapper .main-product-info-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.template-product .product__info-wrapper .product-form__buttons {
  display: flex;
  margin-top: 15px;
  margin-bottom: 30px;
}
.product__info.ord-4.product__prices {
  padding-bottom: 0;
}
.template-product .product__info-wrapper button.js-product-form-submit-btn.product-btn-atc {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
        margin-bottom: 0!important;
    padding: 20px 83px;
    font-weight: 500;
    background: linear-gradient(180deg, #D33331, #842746);
    border: none;
    box-shadow: 5px 5px 16px #301b0d;
}
.product-tab {
  margin-top: 30px;
}
.product-tab-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
}
.product-tab-links a.product-tab-link.active,
.product-tab-contents {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.product-tab-links a.product-tab-link.active {
  background-color: #fff;
  box-shadow: rgba(255, 123, 172, 0.1) -2px -4px 10px;
  border-radius: 15px 15px 0 0;
}
.product-tab-links a.product-tab-link {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0;
  color: #842646;
  font-size: 14px;
}
.product-tab-contents {
  box-shadow: rgba(255, 123, 172, 0.2) 4px 8px 21px;
  padding: 20px;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
  color: #842646;
}
.product-tab-content.active {
  display: block;
}
.product-tab-contents p {
  margin-bottom: 0;
}
.product-tab-content {
  display: none;
}

.product-tab-content {
  padding: 0 30px;
}
.product-tab-content ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.product-tab-contents {
  box-shadow: rgba(255, 123, 172, 0.2) 4px 8px 21px;
  padding: 20px;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
  color: #842646;
}
.product-tab-content ul li {
  font-size: 16px;
  color: #842646;
  line-height: 1.5;
  font-weight: 400;
}
a.product-modal-toggle {
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  background: #fff;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  margin-top: 18px;
  font-weight: 700;
  color: #61304e;
  transition: color 0.15s ease;
  cursor: pointer;
}
.prodtab2-sub ul {
  padding-left: 0;
}
.prodtab2-sub ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px;
  justify-content: center;
  text-align: center;
}
.prodtab2-sub ul li img {
  height: 50px;
}
.prodtab2-sub ul li p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.prodtab2-sub h5 {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.prodtab2-sub {
  margin-bottom: 20px;
}
.prodtab2-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.prodtab2-sub {
  width: 100%;
}
.template-product .product__media-wrapper.product__media-wrapper--full .product-slideshow__slider img.js-image-lazy {
  aspect-ratio: unset;
  width: 100%;
  height: auto;
}
.template-product .product__media-wrapper.product__media-wrapper--full button.js-product-media-open-gallery-btn {
  background-color:rgb(206 136 145);
  border-radius: 30px;
  box-shadow: 4px 3px 21px rgba(255, 123, 172, 0.3);
  padding: 30px;
}
.template-product sht-carousel-itm.js-carousel-item.product-slideshow__item {
  border-radius: 30px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.template-product sht-prd-slideshow.product-slideshow.d-block.p-relative {
  align-items: center;
  flex-direction: column-reverse !important;
  min-height: unset !important;
}
.footer-newsletter > .container {
  max-width: 1140px !important;
}
.page-crew .no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 0 !important;
}
.page-crew .et-container-fluid {
  width: 100%;
}
.page-crew .et-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-right: -15px;
  margin-left: -15px;
}
.page-crew .et-col-sm-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
  min-height: 1px;
}
.crew-single {
  position: relative;
}

.crew-content.big {
  padding-left: 90px;
  bottom: 100px;
}
.crew-content {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  padding-left: 50px;
  margin: 0;
  padding: 0;
}
.crew-content h2 {
  margin: 0;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 25px;
}
.crew-content.big h2 a {
  font-size: 80px;
  color: #e73c62;
}
.crew-content h2 a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
}
.crew-content.big p {
  color: #000;
  font-size: 30px;
  color: #000;
  font-size: 18px;
  line-height: 1;
}
.crew-content p {
  margin: 0;
  font-size: 20px;
  color: #fff;
}
.page-crew .et-col-sm-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.crew-single img {
  width: 100%;
  height: auto;
}
.crew-content {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  padding-left: 50px;
}
.crew-content h2 {
  margin: 0;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 25px;
  font-weight: 400;
}
.crew-content h2 a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
}
.crew-content p {
  margin: 0;
  font-size: 20px;
  color: #fff;
}
.no-gutters > .et-col,
.no-gutters > [class*="et-col-"] {
  padding-right: 0;
  padding-left: 0;
}
.crews-section {
  padding: 70px 0;
}
.crews-section .et-col-sm-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.crews-section-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 40px;
  line-height: 1;
}
.crews-section .et-col-sm-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}

.crew-card {
  padding: 30px;
  margin-bottom: 30px;
  background-size: cover;
}
.crew-card-inner {
  background: #fff;
  padding: 10px;
}
.crew-card-inner-info {
  text-align: center;
  padding: 20px 0 10px 0;
}
.crew-card-inner img {
  width: 100%;
  height: auto;
}
.crew-card-inner-info {
  text-align: center;
  padding: 20px 0 10px 0;
}
.crew-card-inner-info h2 {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 25px;
  font-weight: 400;
}
.crew-card-inner-info h2 a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  text-decoration: none;
  color: #e73c62;
}
.crew-card-inner-info p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.see_more {
  text-align: center;
  margin-top: 20px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.see_more a {
  color: #000;
  font-size: 20px;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  font-weight: 500;
}
.see_more svg {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
}
.crews-section .et-col-sm-12 a.less-button {
  display: none;
}
section.influencer-single-top.traveler-easy {
  padding: 0 0;
  position: relative;
  overflow: hidden;
}
.influencer-half-image {
  width: 50%;
  float: right;
}
.influencer-half-image img {
  width: 100%;
  height: auto;
}
.influencer-single-top .container > .row {
  margin-right: -15px;
  margin-left: -15px;
}
.influencer-single-content {
  width: 38%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.influencer-single-top-content {
  margin-bottom: 40px;
}
.influencer-single-top-quote {
  padding-left: 0;
  padding-right: 50px;
  position: relative;
}
.influencer-single-top-content h2 {
  font-size: 80px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1;
}
.influencer-single-top-content p {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
  margin-bottom: 1.5rem;
}
.influencer-single-top-quote p {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
  margin-bottom: 1.5rem;
}
.influencer-single-top-quote::before {
  content: "";
  background-image: url(https://cdn11.bigcommerce.com/s-1j82tb21r/product_images/uploaded_images/quote.png);
  width: 79px;
  height: 51px;
  position: absolute;
  right: 20px;
  top: -47px;
}
.single-influencer-feacture-section {
  padding: 80px 0;
}
.single-influencer-feacture-section .et-col-sm-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.single-influencer-feacture {
  padding-left: 150px;
  min-height: 100px;
  padding-top: 20px;
  position: relative;
  margin-bottom: 40px;
}
.single-influencer-feacture-button {
  margin-left: 150px;
  margin-top: 30px;
}
.single-influencer-feacture img {
  position: absolute;
  left: 0;
  height: 100px;
  top: 0;
}
.single-influencer-feacture h2 {
  margin-bottom: 10px;
  color: #e73c62;
  font-weight: 600;
  font-size: 36px;
}
.single-influencer-feacture p {
  font-size: 22px;
  margin-bottom: 1.5rem;
      line-height: 1.5;
}
.single-influencer-feacture-button a {
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  padding: 20px 160px;
  display: inline-block;
  text-align: center;
  border-radius: 40px;
}
.influencer-single-bottom {
  padding: 20px 0;
}
.influencer-single-bottom .et-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.influencer-single-bottom .et-col-sm-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.influencer-single-bottom .et-col-sm-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.influencer-single-bottom-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  padding: 26px 0;
  margin: 0;
  line-height: 1;
  letter-spacing: 0.25px;
}
.influencer-single-bottom-list {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.influencer-single-bottom-list li {
  margin-left: 10px;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
}
.influencer-single-bottom-list li img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.crew-single-back {
  padding: 50px 0;
}
.crew-single-back .et-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.crew-single-back .et-row .et-col-sm-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.crew-single-back-link a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 24px;
}
.crew-single-back-link svg {
  transform: rotate(90deg);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.crew-content h2 a:hover {
  color: #e73c62;
}
.crew-single-back-link a:hover svg {
  fill: #ff756a;
}
.crew-single-back-link a:hover {
  color: #ff756a;
}
.crews-want-to-be-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}
.crews-want-to-be-section .et-col-sm-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.apply-crew-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
}
.apply-crew-title {
  margin-bottom: 30px;
}
.apply-crew-title p {
  margin-bottom: 0;
  font-size: 20px;
}
.apply-crew form .et-col-sm-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.apply-crew form .et-col-sm-12,
.apply-crew form .clm.field {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.apply-crew input,
.apply-crew textarea {
  width: 100%;
  height: 55px;
  margin-bottom: 15px;
  border: 2px solid #000;
  border-radius: 0;
  padding: 10px;
}
.apply-crew button {
  width: 100%;
  background: #042a0a;
  color: #fff;
  height: 60px;
  font-size: 20px;
  border: 0;
  font-weight: 700;
}
.apply-crew textarea {
  height: 120px;
  resize: none;
}
.apply-crew input::placeholder,
.apply-crew textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #bfbfbf;
}
.products.js-product-grid.tab-content {
  display: flex;
      justify-content: center;
}
.template-collection .main-collection-product.section.section-alone .ctnr {
    padding: 0;
}
.index-tab-sec h1 {
  margin: 0 0 3rem;
  text-align: center;
  line-height: 1;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.25px;
}
.index-tab-sec .tearms-condition p {
  margin-bottom: 1.5rem;
}
.index-tab-sec .tearms-condition p em {
  font-style: normal;
}
.page-shipping-returns .page-width,
.page-terms-and-conditions .page-width {
  max-width: 80%;
  padding: 0 15px;
  margin: 0 auto;
}
.tearms-condition p {
  margin-bottom: 1.5rem;
  font-size: 16px;
}
.tearms-condition h2 {
  padding-top: 30px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  margin-top: 0;
}
.tearms-condition ol {
  margin-left: 1.15rem;
  list-style-position: outside;
  margin-bottom: 1.5rem;
}
.et-login-layout {
  display: flex;
}
.customers-login .et-login-layout-left {
  background: rgba(238, 103, 108, 0.7);
  height: 100vh;
  width: 50%;
  padding: 50px 140px;
}
.et-login-logo {
  text-align: center;
}
.et-login-logo img {
  height: 100px;
  width: auto;
  filter: invert(1);
  margin-bottom: 15px;
}
.template-article.article header .container,
.template-article.article .footer-newsletter .container {
  max-width: 80% !important;
}
body.customers-login .container {
  height: 100%;
  max-width: 100%;
}
.et-login-logo h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
}
#mainContent div#login .container {
  padding: 0;
}
.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center;
}
.et-login-layout-left .form-field {
  margin-bottom: 10px;
}
.button--primary,
.button {
  background: #d93250;
  background: linear-gradient(270deg, #d93250 0, #f594a6 100%);
  box-shadow: 5px 5px 16px rgba(217, 50, 80, 0.4);
  border: 1px solid transparent;
  border-radius: 50px;
  color: #fff;
}
.form-field input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #bcbcbc;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 42px;
  margin: 0;
  padding: 11px 14px;
  transition: border-color 0.1s ease-out;
  width: 100%;
  border-radius: 0;
  background-color: #fff;
  border: none;
  height: 45px;
  margin-bottom: 0;
  font-size: 14px;
}
.et-login-layout-left .form-field {
  margin-bottom: 10px;
}
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none;
}
.form-field input::placeholder {
  font-size: 16px;
  color: #666;
  text-transform: capitalize;
}
a.waves-effect.facebook,
a.social.google {
  background-color: #3b5998;
  width: 100%;
  justify-content: flex-start;
  border-radius: 10px;
  color: #fff;
  letter-spacing: 0.375pt;
  font-weight: 300;
  height: 27pt;
  line-height: 2.25pc;
  font-size: 0.875pc;
  padding-left: 0;
  box-shadow: 0 0.125pc 0.125pc 0 rgba(0, 0, 0, 0.14),
    0 0.0625pc 0.052083333in 0 rgba(0, 0, 0, 0.12),
    0 0.1875pc 0.010416667in -1.5pt rgba(0, 0, 0, 0.2);
}
a.social.google {
  background-color: #dd4b39;
}
a.waves-effect.facebook i,
a.social.google i {
  border-image: none;
  border-right-color: rgba(0, 0, 0, 0.2);
  margin-right: 14px;
  padding-top: 0;
  padding-right: 14px;
  padding-bottom: 0;
  padding-left: 14px;
  color: #fff;
  font-size: 18px;
  line-height: inherit;
  text-align: left;
  letter-spacing: 0.375pt;
  border-right-style: solid;
  border-right-width: 0.0625pc;
}
.shepple_social_login_wrapper_top .widget_container .row {
  margin-bottom: 0.125in;
}
.form-actions input.button.button--primary {
  padding: 10px 32px;
}
.et-login-footer {
  text-align: center;
  margin-top: 20px;
  color: #fff;
}
.et-login-layout-right {
  font-size: 65px;
  font-weight: 700;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.et-login-footer a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
}
.et-login-right-content {
  line-height: 70px;
}
.shepple_social_login_wrapper_top {
  margin-bottom: 25px;
}
.customers-login .container {
  max-width: 80%;
}
.account--fixedSmall {
  margin: 0 auto;
  width: 50%;
}
.customers-login h2.page-heading {
  margin: 0 0 3rem;
  text-align: center;
  line-height: 1;
  font-size: 25px;
  letter-spacing: 0.25px;
  font-weight: 400;
}
.account--fixedSmall p {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
}
.customers-login .form-label {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.et-login-layout {
  display: flex;
  flex-direction: row-reverse;
}
.account-login.register .container {
  height: 100%;
  max-width: 100%;
  padding: 0;
}
.create-account-here .et-login-layout-left {
  background: rgba(137, 137, 137, 0.1);
  height: 100%;
  width: 50%;
  padding: 50px 140px;
}
.et-login-layout-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.et-login-logo {
  text-align: center;
}
.shepple_social_login_wrapper_top {
  margin-bottom: 15px;
}
.customers-register form#create_customer .form-field {
  width: 50% !important;
}
.customers-register form#create_customer > .form-field:nth-child(odd) {
  clear: left !important;
}
.customers-register form#create_customer .form-field {
  margin-bottom: 10px !important;
}
.customers-register form#create_customer .form-field {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  max-width: none !important;
}
.customers-register form#create_customer .form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none;
}
.et-reg-right-content h2 {
  font-size: 90px;
  font-weight: 700;
  margin: 5px 0;
  line-height: 1;
}
.et-reg-right-content p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.customers-register form#create_customer .form-field select#country-select,
.customers-register form#create_customer select#state-select {
  border-radius: 0;
  background-color: #fff;
  border: none;
  height: 45px;
  margin-bottom: 0;
  font-size: 14px;
  color:#7d7d7d;
  padding: 0.75rem 3rem 0.75rem 1rem;
  width: 100%;
}
.customers-login .et-login-layout {
  flex-direction: row !important;
}
.customers-register .et-login-logo img {
  filter: unset !important;
}
.customers-register form#create_customer .form-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.57143rem top 0.71429rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem;
  background-repeat: no-repeat;
}
.et-login-layout-left form#create_customer {
  display: flex;
  flex-direction: column;
}
.form-prefixPostfix.wrap.form-field--error {
  display: flex;
}
button.btn.btn-main-prime.btn-primary.form-field--error.form-prefixPostfix.wrap {
  margin: 0 0 0 0.78571rem;
  -ms-flex-order: 0;
  order: 0;
}
body.customers-login .account-log-in  button.primary-recover-main.btn-main-prime.btn.btn-primary {
  margin: 0 0 0 0.78571rem;
  -ms-flex-order: 0;
  order: 0;
  width:35%;
      padding: 0.85714rem 1.98571rem;
}
a.btn.btn-link.btn-large.mt-12.m-zero-sm {
  text-decoration: none;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 400;
}
a.btn.btn-link.btn-large.mt-12.m-zero-sm svg {
  transform: rotate(90deg);
  width: 18px;
  height: 24px;
  margin-right: 4px;
  fill: #e46d82;
}
.et-login-logo h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.et-login-logo p {
  margin-bottom: 10px;
}
.account-login.register.create-account-here {
  background-size: cover;
}
/* .customers-login .index-newsletter ,.customers-login .shopify-section-group-footer-group{
    display: none;
} */
a.btn.btn-large.btn-link.hide-no-link {
    text-decoration: none;
}
.customers-register  .et-login-layout-left .d-flex.middle-sm.between-sm{
    justify-content: center;
}
.customers-register  .et-login-layout-left .d-flex.middle-sm.between-sm button.btn.btn-large.btn-primary {
    line-height: 1rem;
    transition: all .15s ease;
    background: linear-gradient(270deg,#d93250 0,#f594a6 100%);
    box-shadow: 5px 5px 16px rgba(217,50,80,.4);
    border: 1px solid transparent;
    font-size: 14px;
    padding: 15px 25px;
    text-transform: capitalize;
      min-height: unset !important;
}
.social-lets a.btn.btn-icon.btn-large.btn-primary.js-social-btn:hover{box-shadow:none !important;}
.htu-step-wrap {
    display: none;
}
.htu-step-wrap.active {
    display: block;
}
.dialog__content button.js-dialog-close-btn {
    right: 0;
}
.dialog__content sht-qty-inp.field_quantity button.js-quantity-btn ,.dialog__content .quickview-form__buttons button{
    position: unset !important;
}
/* .template-product sht-prd-slideshow.product-slideshow.d-block.p-relative .product-slideshow__thumbnail .product-slideshow__thumbs.js-carousel-items {
    flex-direction: row !important;
} */
.product-slideshow__thumbs sht-vert-carousel-itm.product-slideshow__thumb.is-active-item {
    border: 1px solid #634e42;
    border-radius: 10px;
}
.product-slideshow__thumbs sht-vert-carousel-itm.product-slideshow__thumb{
  width: 100px;
  height: 100px;
  transform: rotate(90deg);
  margin: 0 20px;
}
.product-slideshow__thumbs sht-vert-carousel-itm.product-slideshow__thumb button.js-slideshow-btn-thumb {
    width: 90px;
    height: 90px;
}
.product-form__buttons .product__quantity .field_quantity button svg {
    width: 10px;
}
.product-form__buttons .product__quantity .field_quantity button {
    width: 32px;
}
.product-form__buttons .product__quantity .field_quantity{
    padding: 0 12px;
}
.product-v2-feactured-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-v2-feactured-list ul li {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-left: 50px;
}
.product-v2-feactured-list ul li img {
    position: absolute;
    left: 0;
    top: -5px;
    height: 35px;
}
.et-home-client-logo-testmonial-section {
    padding: 50px 0;
}
.et-home-client-logo-testmonial-section {
    background: rgba(145, 3, 105, 0.1);
    background: -webkit-linear-gradient(top, rgba(104, 3, 75, 0.4), rgba(145, 3, 105, 0.1));
    background: -moz-linear-gradient(top, rgba(145, 3, 105, 0.1), rgba(145, 3, 105, 0.1));
    background: linear-gradient(to bottom, rgba(145, 3, 105, 0.1), rgba(145, 3, 105, 0.1));
}
.et-home-client-logo-testmonial-section .et-container {
    max-width: 1140px;
  width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.et-home-client-logo-testmonial-section .et-containe .et-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.et-home-client-logo-testmonial-section .et-containe .et-row .et-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.client-slider-title2 {
    border-bottom: 1px solid #8c5b3f;
    text-align: center;
}
.et-product-page-client-logo {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
      margin: 0;
    padding: 0;
}
.client-slider-title2 h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 30px;
    color:#842646;
      line-height: 1;
      letter-spacing: .25px;
    font-weight: 700;
}
.et-product-page-client-logo .slide {
    text-align: center;
}
.et-product-page-client-logo .slide img {
    height: 100px;
    width: auto;
}
.htu-step-section {
    padding: 40px 0;
    position: relative;
}
.htu-step-section::before {
    content: "";
    background-image: url("https://poseidn.com/content/product-page-v2/shaman/how-to-use-bg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    position: absolute;
    bottom: 0;
    display: block;
    z-index: -1;
}
.htu-step-section::before {
    z-index: 1;
}
.et-container {
    max-width: 1140px;
      width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.section-title {
    text-align: center;
    padding-bottom: 60px;
}
.section-title h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 28px;
    color:#842646;
    font-weight: 700;
}
.htu-step-wrap.active {
    display: -ms-grid;
    /* display: grid; */
}
.htu-step-wrap .step-item .step-no, .htu-step-wrap .step-item {
    box-shadow: 5px 5px 16px rgba(186, 151, 128, .4);
}
.htu-step-wrap .step-item {
    padding-top: 50px !important;
}
.htu-step-wrap .step-item {
    text-align: center;
    padding: 20px;
    background: rgba(255,255,255,.6);
    box-shadow: 0 0 10px rgba(218,218,218,.3);
    border-radius: 20px;
    position: relative;
}
.htu-step-wrap .step-item .step-no {
    background-color: #e83e53 !important;
      color: #fff !important;
}
.htu-step-wrap .step-item .step-no, .htu-step-wrap .step-item {
    box-shadow: 5px 5px 16px rgba(186, 151, 128, .4);
}
.htu-step-wrap .step-item .step-no {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(218,218,218,.3);
    position: absolute;
    top: -30px;
    left: 50%;
    font-size: 22px;
    transform: translateX(-50%);
    color: #82617b;
    font-weight: 400;
}
.htu-step-wrap .step-item img {
    height: 200px;
      width: auto;
    margin: 0 auto;
}
.htu-step-wrap .step-item .step-title {
    margin: 30px;
}
.htu-step-wrap .step-item .step-title p {
    margin: 0;
    color: #842646;
    font-size: 14px;
    font-weight: 500;
}
.htu-step-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    grid-gap: 40px;
    /* margin: 0 10%; */
}
.htu-step-wrap, .htu-step-action-style-2 {
    position: relative;
    z-index: 1;
}
.htu-step-wrap {
  display: none;
}
.htu-step-action-style-2 {
  background: #845940;
  background:linear-gradient(90deg, rgba(211, 51, 49, .2), rgba(132, 39, 70, .2));
  width: 50%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 50px;
  -ms-flex-align: center;
  align-items: center;
}
.htu-step-action-style-2 {
  background: rgba(211, 51, 49, .2);
  background: linear-gradient(90deg, rgba(211, 51, 49, .2), rgba(132, 39, 70, .2));
}
.htu-step-action-style-2 .npv2-step-link.active {
  background: #301b0d;
  background: linear-gradient(0deg,#301b0d 0,#653800 100%);
  color: #fff;
  box-shadow: 5px 5px 16px #301b0d;
}
.htu-step-action-style-2 .npv2-step-link.active {
  background: rgba(211, 51, 49, 1.0);
  background: linear-gradient(180deg, rgba(211, 51, 49, 1.0), rgba(132, 39, 70, 1.0));
}
.htu-step-action-style-2 .npv2-step-link {
  text-decoration: none;
  padding: 14px 30px;
  color: #663800;
  margin: 5px;
  border-radius: 50px;
  display: block;
  width: 46%;
  text-align: center;
}
.htu-step-action-style-2 .npv2-step-link p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.htu-step-action-style-2 .npv2-step-link p span {
  font-size: 14px;
  font-weight: 400;
}
.npv2-step-middle-icon i {
  font-size: 26px;
}
.htu-step-action-style-2 .npv2-step-link {
  text-decoration: none;
  padding: 14px 30px;
  color: #663800;
  margin: 5px;
  border-radius: 50px;
  display: block;
  width: 46%;
  text-align: center;
}
.htu-step-action-style-2 .npv2-step-link p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.ingredient-section {
  padding: 40px 0;
  margin-bottom: 0px;
  background-color: #f8eaeb;
}
.ingredient-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3,1fr);
  grid-gap: 40px;
}
.ingredient-action {
  text-align: center;
  padding-top: 40px;
}
.ingredient-center-img {
  background: #ffd4db;
  position: relative;
  border-radius: 30px;
  text-align: center;
}
.ingredient-center-img {
  background-color: rgba(255, 255, 255, .9);
}
.ingredient-cont-item {
  padding-bottom: 20px;
}
.ingredient-cont-item .ing-img-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
}
.ingredient-cont-item p.des {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #842646;
  line-height: 1.5;
}
.ingredient-cont-item .mobile-toggle-open-cont {
  display: none;
}
.ingredient-cont-item .ing-img-title img {
  width: auto;
  height: 60px;
}
.ingredient-cont-item .ing-img-title h2 {
  margin: 0;
  padding-left: 10px;
  text-transform: uppercase;
  color: #d33231;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.ingredient-center-img .prod-img-wrap img {
  width: 100%;
  height: auto;
}
.ingredient-center-img .prod-img-wrap {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
}
.ingredient-right-cont .ingredient-cont-item {
  text-align: right;
}
.ingredient-right-cont .ingredient-cont-item .ing-img-title {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ingredient-right-cont .ingredient-cont-item .ing-img-title h2 {
  padding-right: 10px;
  padding-left: inherit;
}
.ingredient-action a.button.product-modal-toggle {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 40px;
  background: #D33331;
  background: linear-gradient(180deg, #D33331, #842746);
  border: none;
  box-shadow: 5px 5px 16px #301b0d;
  border-radius: 50px;
  line-height: 1rem;
  margin-top:0;
  font-weight: 400;
}
.template-product .faq-section  p {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 60px;
  color: #d33231;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.template-product .faq-section .faq-title {
  font-size: 28px;
  text-align: center;
  color:#842646;
  margin-bottom: 0;
  font-weight: 700;
}
.template-product .course-accordion {
  color: #d33231;
}
.template-product .faq-section {
  padding: 40px 0 0 0;
}
.template-product .product-faq-item {
  box-shadow: rgba(255,123,172,.2) 4px 8px 21px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px 30px;
  position: relative;
}
.template-product .product-faq-item, .corpo-prod-item, .et-home-google-reviews-wrap, .et-home-google-reviews-wrap, .et-main-image-wrap, .et-product-tab-contents, .et-product-v2-qty-wrap [data-quantity-change], .slick-next, .slick-prev, .slick-next:hover, .slick-prev:hover, .slick-next:focus, .slick-prev:focus {
  box-shadow: 5px 5px 16px rgba(186, 151, 128, .4);
}
.template-product .product-faq-item button.course-accordion {
  font-weight: 700;
  color:#d33231;
}
.template-product .product-faq-item .course-panel p {
  margin-bottom: 0 !important;
  padding-bottom:0 !important;
  padding-top: 10px;
  color:#d33231;
  text-align:left !important;
}
.et-home-google-reviews-section.prodv2 {
  background-color: hsla(0,64%,60%,.1);
  background-image: radial-gradient(at 88% 81%, hsla(341,32%,47%,.1) 0px, transparent 50%),
  radial-gradient(at 8% 13%, hsla(341,32%,47%,.1) 0px, transparent 50%);
  padding: 90px 0;
}
.et-home-google-reviews-section.prodv2 .et-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.et-home-google-reviews-section.prodv2 .et-row  .et-col-sm-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.et-home-google-reviews-section.prodv2 .course-accordion:after {
  content: "\002B" !important;
}
.product-faq-item, .corpo-prod-item, .et-home-google-reviews-wrap, .et-home-google-reviews-wrap, .et-main-image-wrap, .et-product-tab-contents, .et-product-v2-qty-wrap [data-quantity-change], .slick-next, .slick-prev, .slick-next:hover, .slick-prev:hover, .slick-next:focus, .slick-prev:focus {
  box-shadow: 5px 5px 16px rgba(186, 151, 128, .4);
}
.et-home-google-reviews-wrap {
  box-shadow: 4px 8px 21px rgba(255,123,172,.2);
  padding: 30px 15px;
  border-radius: 20px;
  border: 5px solid #fff;
  background-color: #fff;
  position: relative;
  padding-bottom: 50px;
}
.review-google-logo {
  position: absolute;
  height: 20px;
  bottom: 20px;
  right: 20px;
}
.et-home-google-reviews-title {
  text-align: center;
  margin-bottom: 40px;
  color: #8b617b;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  margin-top: 0;
}
.et-single-google-review.slick-initialized.slick-slider {
  padding: 0 120px;
}

.et-single-google-review-star i {
  color: #d93250;
  color: linear-gradient(270deg,#d93250 0%,#f594a6 100%);
  font-size: 20px;
}
.et-single-google-review-star {
  text-align: center;
}
.et-home-google-reviews-wrap p {
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  color: #8b617b;
  margin: 0 15px;
  font-size: 14px;
  margin-bottom: 10px;
}
.et-single-google-review-name {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #8b617b;
  margin: 0 15px;
}
.et-home-google-reviews-wrap button.slick-prev {
  left: -50px;
}
.et-home-google-reviews-wrap button.slick-next,.et-home-google-reviews-wrap button.slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 0;
  background-color: #fff;
  box-shadow: 5px 5px 16px #d9325066;
  cursor: pointer;
}
.et-home-google-reviews-wrap button.slick-next {
  right: -50px;
}
.et-home-google-reviews-wrap button.slick-next:before,.et-home-google-reviews-wrap button.slick-prev:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  margin: 0 auto;
  left: -8px;
  right: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.et-home-google-reviews-wrap button.slick-prev:before {
  transform: translateY(-50%) rotate(225deg) !important;
  left: 8px !important;
}
.corpo-prod-landing-section {
  padding:0 0 60px 0;
}
.productCarousel {
  width: 1px;
  min-width: 100%;
  margin: 0 -.75rem;
  max-width: none;
  width: auto;
}
.et-related-product .corpo-prod-item {
  margin: 15px 10px;
}
.et-prv2-product-card-bottom {
  text-align: center;
  padding: 0 20px;
}
.et-prv2-product-card-bottom .prod-info {
  margin-bottom: 10px;
}
.et-prv2-product-card-bottom h2 {
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #d33231;
}
.et-brand-name-style {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 400;
}
.prod-action form {
  border-color: #634e42;
  background: #D33331;
  background: linear-gradient(180deg, #D33331, #842746);
  border: none;
  box-shadow: 5px 5px 16px #301b0d;
  border-radius: 50px;
  line-height: 1rem;
  color: #fff;
  padding: 12px 0;
}
.prod-action form input {
  border: none;
  background: transparent;
  font-size: 14px;
  width: 90px;
  color: #fff;
}
.clm.js-carousel-item {
  padding: 15px 10px;
}
.corpo-prod-landing-section sht-prd-recom.product-recommendations .clm.js-carousel-item {
  padding:0;
}
.corpo-prod-landing-section h2 {
  padding-bottom: 0;
}
.category-item-list.slick-initialized.slick-slider {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.et-login-layout-left h1 {
  display:none ;}
body.customers-login header.header-mobile .container {
  padding: 0 15px !important;
}
body.customers-login .form-prefixPostfix input.field__text{
  height: 42px;
  padding: 12px 14px;
}
body.customers-login .account-log-in .container form .d-flex.middle-sm.between-sm.fd-column-reverse.fd-row-sm.mt-32 {
  margin-top: 10px;
}
.template-index .featured-products.people-buy button.slick-prev.active {
  display: block !important;
}
.template-product main#mainContent .product__sticky-info.product__sticky--left {
  display: none;
}
.index-accordions-faq .faq-accordion:before {
  display:none;
}
button.slick-next.slick-disabled {
  display: none !important;
}
.header__icon.header__icon--cart span.header__cart-count {
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  top: 8px;
  right: -7px;
}

.template-product .product__info>.d-flex.middle-xs.between-xs {
    flex-direction: column;
    align-items: flex-start;
}
.template-product .product__info-wrapper p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
}
.register-template .header-wrap.fixed {
  position: relative;
}
.et-login-layout-left input[type='text'],
.et-login-layout-left input[type='email'],
.et-login-layout-left input[type='password'],
.et-login-layout-left select{
  border-radius: 0;
  background-color: #fff;
  border: none;
  height: 45px;
  margin-bottom: 0;
  font-size: 14px;
}
sht-dialog-quickshop.sht-dialog dialog__quickshop span.price.price--large span {
  color: #000 !important;
}
.social-lets a.btn.btn-icon.btn-large.btn-primary.js-social-btn svg {
    fill: #ff7d7d;
}
.sticky-top-product.fixed.header-wrap.animated{
    top: 0;
    visibility: visible;
    opacity: 1;
}
.sticky-top-product {
    transition: all .3s ease;
    padding: 10px 0;
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
    -webkit-backdrop-filter: blur(10px);
    visibility: hidden;
    opacity: 0;
    backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.4);
}
.sticky-top-product .container {
    max-width: 94% !important;
}
.sticky-top-product .container .et-row.align-items-center{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center!important;
}
.sticky-top-product .container .et-row.align-items-center .et-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.sticky-top-product .productView-title {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    padding-top: 6px;
      line-height: 1;
}
.sticky-top-product .productView-title a {
    text-decoration: none;
}
.sticky-top-product-mobile-hide p {
    margin: 0;
      text-align: center;
}
.sticky-top-product-button {
    text-align: right;
}
.sticky-top-product-button button {
    color: #fff;
    background: #ff756a;
    border-color: #ff756a;
    text-decoration: none;
    padding: 7px 10px;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
      background: linear-gradient(to bottom, rgba(194, 38, 71, 1.0), rgba(125, 16, 45, 1.0));
    border: none;
    box-shadow: 5px 5px 16px rgba(194, 37, 70, .4);
}
.more_product_button.sticky {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: #ff756a;
    border-color: #ff756a;
    display: inline-block;
    text-decoration: none;
    padding: 12px 47px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 30px;
    font-size: 18px;
}
.more_product_button, .more_product_button.sticky, .out-of-stock-sticky, .product-view-out-of-stock {
    display: none;
}
.et-header-wrap.et-fixed.et-fixed-product-page {
    top: -100%;
}
.header-wrap.et-fixed-product-page {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.header-wrap.et-fixed-product-page.fixed.animated.slideInUp{
    top: -100%;
}
.product-template-v1 .header-wrap.fixed.animated.slideInUp:not(.sticky-top-product),
.template-product .header-wrap.fixed.animated.slideInUp:not(.sticky-top-product){
  top: -100%;
  animation: none !important;
}
.product-modal-overlay.product-modal-toggle {
    position: fixed;
    background: rgba(255,255,255,.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.product-modal-wrapper.product-modal-transition {
    position: absolute;
    max-width: 700px;
  width:100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 30px;
    background-color: #fff;
}
body.js-main-body.template-customers\/login.customers-login .shepple_social_login_wrapper_top ,body.js-main-body.template-customers\/register .shepple_social_login_wrapper_top{
    display: none;
}
.template-product.product span.price-item.price-item--regular.price-item--last.mt-4.mb-4.d-inline-block {
    color: #fff;
}
.template-product .product__info legend.product-option__name {
    color: #fff;
}
.template-product .product__info legend.product-option__name span {
    color: #fff;
    font-weight: bold;
}
.template-product .product__info fieldset.form__fields.product-option {
    margin-top: 10px;
}
.products .clm.js-seq-animate.anm.anm-fadeInUp.product.animated .card__media.card-figure img {
    border-radius: 30px;
}
.step-item.raspberry-velvet {
    background: #e55d67;
}
.step-item.raspberry-velvet p {
    color: #fff !important;
}
.featured-products.people-buy .home-page-product-title h2 {
    margin-bottom: 0 !important;
}
.htu-step-action-style-2.more-two-items {
    width: 100%;
}
.htu-step-action-style-2.more-two-items .npv2-step-link {
    padding: 10px ;
}
.htu-step-action-style-2.more-two-items .npv2-step-link p {
    font-size: 14px;
}
.page-how-its-made .section-row .heroCarousel-content p {
    text-align: left !important;
}
ul.how-made-list {
    overflow: hidden;
      position: relative;
    z-index: 0;
}
.et-fixed-product-page .header-wrap .drawer__wrapper {
    height: 100vh  !important;
}
.page-contact-us .half-images img {
    height: 100%  !important;
    object-fit: cover  !important;
}
.footer-newsletter .contact-form .d-flex.fd-column.fd-row-sm.gap-16 input::placeholder {
    color: #fff;
}
.see_more a:hover {
    color: #ff756a;
}
.see_more a:hover svg {
    fill: #ff756a;
}
section.lets-social-section.social-channel-media .footer__socials {
    max-width: 100%;
      margin-top: 20px;
}
.db-prod-option-wrap.alt .prod-optn {
    -ms-flex-order: 2;
    order: 2;
}
.db-prod-option-wrap.alt .prod-img {
    text-align: left;
    text-align: -webkit-left;
    -ms-flex-order: 1;
    order: 1;
}
.corpo-featured-prod-section.gift-products form {
    background: transparent;
    border: none;
    box-shadow: unset;
}
.corpo-featured-prod-section.gift-products form button svg{
 color:#000 !important; 
      padding: 0 4px;
}
.shopify-section-group-header-group .drawer__wrapper.oy-scroll.js-menu-drawer-wrapper.js-drawer-wrapper {
  height: 100dvh !important;
  z-index: 9;
}
section.db-contact-section.here-to-help .contact-cont {
    padding-left: 0 !important;
}
.card-inner.product.product-card p {
    font-size: 16px;
    line-height: normal;
    color: #333333;
    font-weight: 500;
}
.card-inner.product.product-card span.price__regular.d-block span:last-child {
    font-size: 12px;
    bottom: -2px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 0;
}
.linktree-wrap {
    height: 100vh;
    width: 100%;
}
.linktree-wrap {
    height: 100vh;
    width: 100%;
    position: fixed;
}
.linktree_slide_dasktop {
    display: block;
}
.linktree_slide {
    display: none !important;
}
.linktree-inner {
    padding: 30px 20px;
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    width: 100%;
}
.linktree-logo {
    text-align: center;
    margin-bottom: 20px;
}
.linktree-logo img {
    height: 160px;
    width: auto;
}
.linktree-social {
    margin-top: 430px;
    width: 27%;
    margin-left: 70px;
    margin-right: auto;
}
.linktree-social li {
    margin-bottom: 10px;
      list-style: none;
}
.linktree-social li a {
    display: flex;
    background-color: rgba(255, 255, 255, .5);
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 20px;
    text-decoration: none;
    color: #000;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    text-transform: capitalize;
    font-weight: 500;
}
.linktree-social li svg{
    height: 30px;
    margin-right: 25px;
    width: auto;
      fill: #000;
}
.page-linktree .header-wrap.poseidn-header-wrap ,.page-linktree .index-newsletter,.page-linktree .shopify-section-group-footer-group{
    display:none;
}
.page-linktree .linktree-wrap button{
    display:none !important;
}
.page-info h1.page-heading {
    margin: 0 0 3rem;
    text-align: center;
    line-height: 1;
    font-size: 28px;
    font-weight: 400;
}
.page-info .navBar--sub {
    margin-bottom: 4.5rem;
    text-align: center;
}
.navBar--sub .navBar-section {
    float: none;
}
.navBar--sub .navBar-item {
    display: inline-block;
      float: none;
    margin: 0 0.78571rem;
}
.navBar--sub .navBar-action {
    color: #757575;
    font-size:14px;
    padding: 0;
}
.page-title-cocktail-variety-pack .prodtab2-sub ul li span p {
    color:#842646 !important;
}
.template-cart.cart h1.h2.ta-center {
    font-size: 30px;
    font-weight: 400;
}
.pose-tabs.taste-of-home button.slick-next.slick-disabled {
    display: block !important;
}
.template-collection .shopify-section-group-header-group button {
    position: unset;
}
.get-touch-section .s-content.rw.center-xs.r-gap-48.r-gap-sm-36 .clm.m-zero-md.js-animate.anm.animated .rw.gap-equal .form-row.form-row--half .clm.field.form-field input::placeholder,.get-touch-section .s-content.rw.center-xs.r-gap-48.r-gap-sm-36 .clm.m-zero-md.js-animate.anm.animated form .rw.gap-equal input::placeholder{
      color: #b5b5b5;
      padding:11px 14px;
}
.get-touch-section.form-contact form.form-contact .rw.gap-equal .clm.field.d-flex.fd-column.fd-row-sm.center-xs {
    padding-left:0.75rem;
}
.drawer.active{
    height: 100dvh !important;
}
nav.header__nav ul.main__menu li.menu__item a.menu__link ,nav.header__nav ul.main__menu li.menu__item summary.menu__link{
    font-size: 16px;
      font-weight: 600 !important;
      text-transform: uppercase;
}
.header-extra-info .contact__wrapper.header__contact span {
    font-size: 16px;
    font-weight: 600;
}
section.crews-section .see_more a {
    cursor: pointer;
}
.template-product.product .et-home-google-reviews-wrap button.slick-next:before,.template-product.product .et-home-google-reviews-wrap button.slick-prev:before{border-color:#999 !important;}
.product__info.product__prices span.price__sale.d-flex.middle-xs.fw-wrap {
    flex-direction: row-reverse;
}
.product__info.product__prices span.price__sale.d-flex.middle-xs.fw-wrap  .d-inline-block s.price-item.price-item--regular {
    font-size: 24px !important;
    color: #999 !important;
    font-weight: 600 !important;
	letter-spacing: .25px !important;
    line-height: 1 !important;
}
.product__info.product__prices span.price__sale.d-flex.middle-xs.fw-wrap span.price-item.price-item--last.mt-4.mb-4.d-inline-block.h4.mr-16 {
	    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
	    line-height: 1;
    letter-spacing: .25px;
}
.product__media__dialog.dialog .dialog__header.dialog--no-title {
    top: 50px;
}
#mainCollectionProductContainer .products,
#mainCollectionProductContainer .products .product,
#mainCollectionProductContainer .products .media{
    animation: none !important;
    transition: none !important;
    transform: none !important;
  opacity: 1;
  --duration: none !important;
}
#mainCollectionProductContainer .products .media{
  border-radius: 30px !important; 
}
#mainCollectionProductContainer .products .clm.product {
    max-width: 32% !important;
    padding: 15px;
    border-radius: 30px;
    width: 100%;
}
.pose-nav-tab .slick-track {
  display: flex;
  gap: 70px;
  align-items: center;
}
.pose-nav-tab .slick-track:before,
.pose-nav-tab .slick-track:after{
  display: none;
}
ul.pose-tab-nav li img{
  object-fit: contain;
}
.pumpkin-spice-wrap {
  min-height: 570px;
  display: block;
  overflow: hidden;
  background: #ffd686;
  text-decoration: none;
}
.pumpkin-spice__content {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  min-height: 570px;
}
.pumpkin-spice__content-left {
    background-size: 100%;
    padding: 50px 100px;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.pumpkin-spice__content-left h2{
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
  line-height: 1;
}
.pumpkin-spice__content-left h3{
  font-size: 55px;
  margin: 0;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 1;
  word-break: inherit;
}
.pumpkin-spice__content-right{
  background-size: cover;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
.pumpkin-spice__content button.button.button--primary {
  background: rgba(246, 139, 57, 1.0);
  background: linear-gradient(315deg, rgba(246, 139, 57, 1.0), rgba(234, 192, 46, 1.0));
  border: none;
  padding: 20px 37px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 1rem;
  line-height: 1rem;
}
.cocktail-variety-pack-wrap {
  background-size: cover;
  background-position: center center;
  min-height: 570px !important;
  display: block;
  text-decoration: none;
}
.cocktail-variety-pack-content {
  display: grid;
  justify-content: space-between;
  align-items: center;
  padding-top: 120px;
  gap: 100px;
  grid-template-columns: 1.7fr 1fr;
}
.desktop_hide-button {
  display: none;
}
.cocktail-variety-pack-content .button.button--primary.button--large {
  background: linear-gradient(180deg, #FFA378, #8B2790);
  border: none !important;
  padding: 20px 30px;
  font-weight: 600;
  font-size: 18px;
  box-shadow: 4px 7px 16px rgba(141,40,141);
  line-height: 1rem;
}
.cocktail-variety-pack-wrap .page-width {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.cocktail-variety-pack-content-inner h2 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1;
}
.cocktail-variety-pack-content-inner h3 {
  font-size: 60px;
  margin: 0;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 1;
}
.template-index .home-page-slider button.slick-next{
  right: 30px !important;
}
.template-index .home-page-slider button.slick-prev{
  left: 30px !important;
}
ul.cs-menu.dropdown-child {
  display: none;
}
ul.cs-menu.dropdown-child.cs-active-main {
  display: block;
}
.home-page-slider ul.slick-dots {
  display: flex !important;
  justify-content: center;
  bottom: -40px;
  position: absolute;
  left: 0;
  right: 0;
  list-style: none;
  gap: 10px;
}
.home-page-slider ul.slick-dots li button {
  background: transparent;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 0;
  padding: 0;
  border: 1px solid #333;
  cursor: pointer;
}
.home-page-slider ul.slick-dots li.slick-active button{
  background: #757575;
  border-color: #757575;
}
.js-section-header.header-wrapper{
  transform: translateY(0) !important;
}
#mainCollectionProductContainer .products {
    column-gap: 20px;
    justify-content: flex-start;
    margin: 0;
    grid-template-columns: repeat(3,1fr);
    display: grid;
}
#mainCollectionProductContainer .products .clm.product {
  max-width: 100% !important;
  padding: 15px;
  border-radius: 30px;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-wrap.fixed header.header{
  background: transparent !important;
}
div#show-less {
  display: none;
}
#popular-products-container {
  display: block;
}
.is-result-show #popular-products-container {
  display: none;
}
.search-main-sec {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-column-gap: 30px;
  grid-row-gap: 60px;
}
.search-product-img a img {
  display: block;
  width: 100%;
}
.header-wrap .header-search .predictive-search-form{
  background: #fff;
  padding-top: 50px;
}
.header-wrap .header--predictive-search-open .header{
  opacity: 1 !important;
}
.header-wrap .header-search .search__result {
  height: calc(100vh - 5vh - 235px) !important;
  overflow: auto;
  max-width: 1080px;
}
.header-wrap .search__field-input:focus-visible{
  outline: 0 !important;
}
.header-wrap .header-search .search__field {
  max-width: 960px;
}
.header--sticky .poseidn-collection-list {
  display: none;
}
/* .template-product .poseidn-collection-list {
  display: none;
} */
.poseidn-collection-list.cs-top-collection-menu .container{
  max-width: 80% !important;
}
.poseidn-collection-list.cs-top-collection-menu button{
  box-shadow: none !important;
}
#predictive-search-results-list {
  padding: 0 30px;
}
#predictive-search-results-list .anm {
  opacity: 1;
  z-index: 9;
}
#predictive-search-results-list .search__result-type.search__result--product{
  overflow: auto;
}
#predictive-search-results-list .search__result-type.search__result--product .search__result--list{
  margin: 0 !important;
}
#mainCollectionProductContainer .products .clm.product .card-inner.product {
    height: 100%;
}
.header-wrap .poseidn-collection-list{
  opacity: 1;
  visibility: visible;
  transition: .3s ease all;
}
.header-wrap.fixed .poseidn-collection-list {
  visibility: hidden;
  opacity: 0;
}
#mainCollectionProductContainer .products .clm.product img {
  aspect-ratio: 1/ 1;
  object-fit: contain !important;
}
.poseidn-collection-list.cs-top-collection-menu .category-item-list li{
  margin: 7px 20px;
}
.poseidn-collection-list.cs-top-collection-menu .category-item-list li a {
  background: transparent !important;
  padding: 0 3px;
  border-radius: 0;
  position: relative;
}
.poseidn-collection-list.cs-top-collection-menu .category-item-list li a.active {
  background: transparent !important;
  color: #000;
}
.poseidn-collection-list.cs-top-collection-menu .category-item-list li a:after{
  content: '';
  width: 100%;
  height: 3px;
  background: #d93250;
  position: absolute;
  bottom: 4px;
  left: 0;
  display: block;
  opacity: 0;
}
.poseidn-collection-list.cs-top-collection-menu .category-item-list li a.active:after{
  opacity: .3;
}
.cs-right-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-area: icon-right;
}
.poseidn-collection-list .shop-search-wrap .product-views.view-toggle {
  position: initial;
  justify-content: flex-end;
  width: 100%;
}
.poseidn-collection-list.cs-top-collection-menu {
  padding: 0;
  background: #fff;
}
.poseidn-collection-list.cs-top-collection-menu .category-item-list {
  margin: 0 !important;
}
.poseidn-collection-list.cs-collection-product {
    padding-top: 50px;
}
.poseidn-collection-list .shop-search-wrap {
  right: 0;
}
.header-wrap .header-search {
  top: 68px !important;
}
.header-wrap .search__result{
  transition: none !important;
}
.cs-template-pages{
  padding-top: 50px;
}
.cs-product-sec,
.cs-predictive{
  max-width: 100%;
  width: 100%;
}
.cs-product-sec ul.search__result--list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-column-gap: 20px;
  grid-row-gap: 50px;
}
.cs-product-sec .search__result--product li{
  max-width: 100%;
  width: 100%;
}
.cs-product-sec .search__result--product li,
.cs-product-sec .search__result--product li .card-inner{
  padding: 0;
}
.cs-predictive{
  margin-top: 30px;
}
h2.cs-collection-title{
  font-weight: 500;
  font-size: 41px;
}
.inner-banner-section{
  padding-bottom: 80px;
}
.inner-banner-section img{
  width: 100%;
}
.template-index .featured-products.people-buy button.slick-prev.active.slick-disabled {
  display: none !important;
}
.search__result-empty.d-block {
  display: none;
}
.dialog__quickshop .dialog {
  max-width: 450px;
  width: 95%;
}
.dialog__quickshop .dialog .product__quickview .d-grid-md{
  grid-template-columns: 1fr;
}
.js-seq-animate {
    display: none;
}
.template-product .product__media-wrapper.product__media-wrapper--full button.js-product-media-open-gallery-btn{
  background: rgba(255, 255, 255, .4) !important;
}
.template-product .product__media-wrapper.product__media-wrapper--full .product-slideshow__item{
  background: transparent !important;
}
a#loadMore {
  pointer-events: unset;
  opacity: 1;
  margin: 50px auto;
  display: table;
}
.list-product-item {
  display: none;
}
a.npv2-step-link.active {
  color: #fff !important;
}
.cs-collection-product .cs-list-card {
  position: relative;
  padding-bottom: 30px;
}
.pose-nav-tab {
  padding-bottom: 30px;
  padding-top: 30px;
}
ul.pose-tab-nav.tab-img-3,
ul.pose-tab-nav.tab-img-4 {
  width: auto !important;
}
ul.pose-tab-nav li img{
  height: 40px;
  width: auto;
}
ul.pose-tab-nav.tab-img-3 li img{
  height: 40px;
}
ul.pose-tab-nav.tab-img-4 li img{
  height: 50px;
}
.sticky-top-product-button button{
  height: 35px;
}
.prod-action form{
  padding: 0 !important;
}
.sticky-top-product-button .sht-product__form form.form {
  max-width: unset !important;
  width: max-content;
  margin: 0 0 0 auto;
}
.prod-action form .btn {
  height: 40px !important;
  font-size: 16px;
}
span.cs-divider {
  margin: 0 3px;
}
.cs-work-category {
  margin-top: 120px;
  margin-bottom: 60px;
}
.main-category-sec {
    border-radius: 56px;
    overflow: hidden;
    cursor: pointer;
}
.cs-collection-category {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
.cs-category-title {
  height: 260px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  display: flex;
  align-items: center;
  padding: 40px;
}
.cs-category-title h3 {
  margin: 0 !important;
  max-width: 300px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.cs-collection-category .main-category-sec:nth-child(3) h3 {
  color: #8A6B54;
}
.work-image-sec .cs-work-image-sec {
  padding-bottom: 120px;
}
.cs-work-service-sec{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.resps-tabs-inner {
    padding: 30px;
    border-radius: 60px;
    box-shadow: 0px 25px 60px -10px rgba(213,58,113,.2);
    background: #fff;
    margin-bottom: 60px;
}
.cs-work-image {
  border-radius: 40px;
  overflow: hidden;
}
.cs-work-service-sec .cs-work-image {
  max-width: 45%;
  width: 100%;
}
.cs-work-service-sec .cs-work-image img{
  width: 100%;
}
.cs-work-service-sec .cs-work-content{
  max-width: 55%;
  width: 100%;
}
.cs-work-service-sec.left-side-image {
  flex-direction: row-reverse;
}
.cs-work-service-sec  .cs-work-content {
  padding: 0 90px 0 50px;
}
.cs-work-service-sec.left-side-image .cs-work-content {
  padding: 0 50px 0 90px;
}
.cs-work-service-sec .cs-work-image {
  max-width: 45%;
  width: 100%;
}
.cs-work-service-sec *{
  color: #83617B;
}
span.cs-work-content-label {
  font-size: 84px;
  font-weight: 500;
}
.cs-logo-title h3 {
  font-size: 50px;
  font-weight: 900;
}
.cs-work-content p {
  font-size: 26px;
  line-height: 2;
}
span.cs-work-content-label {
  font-size: 84px;
  font-weight: 500;
  margin-bottom: 60px !important;
  display: block;
  line-height: 1;
}
.cs-logo-title {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.cs-logo-title img {
  position: relative;
  top: -20px !important;
}
.cs-problem-statement {
  height: 600px;
  display: flex;
  align-items: center;
}
.cs-statement-inner.scroll-active .cs-scroller-image-sec  {
  position: fixed;
  right: calc(3% + 15px);
  width: calc((50% - 3%) - 35px);
  top: 120px;
}
.cs-statement-inner .cs-scroller-image-sec img {
  width: 100%;
  height: 500px;
  border-radius: 30px;
  object-fit: cover;
}
.cs-mobile-scroller-image{
  display: none;
}
.cs-scroller-image-sec {
  padding: 30px;
  border-radius: 50px;
  box-shadow: 0 20px 30px 15px rgba(213,58,113,0.1);
  margin-top: 50px;
}
.full-scroll-section {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 150px;
}
.cs-inner-scroller,
.cs-statement-inner{
  max-width: calc(50% - 20px);
  width: 100%;
}
.cs-statement-body {
  display: flex;
  align-items: center;
}
.work-image-sec,
.left-spirit .resps-tabs-inner{
  position: relative;
}
#mainContent{
  overflow: hidden;
}
.left-spirit .resps-tabs-inner:after,
.cs-work-image-sec:after,
.index-work-banner + .work-image-sec:after{
  content: '';
  width: 1100px;
  height: 1100px;
  border-radius: 50%;
  filter: blur(50px);
  display: block;
  position: absolute;
  z-index: -1;
  opacity: .6;
}
.index-work-banner + .work-image-sec:after {
  top: -500px;
  left: -500px;
  background: #EAF7E3;
}
.cs-work-image-sec {
  position: relative;
}
.alcohol-main:after {
  top: 0;
  right: -100px;
  background: #EFE5DC;
}
.add-drink:after {
  background: #FFFFCC;
  top: 0;
  left: -240px;
}
.recommend-stirring:after {
  background: #E3F7F4;
  top: -600px;
  right: -500px;
}
.left-spirit .resps-tabs-inner:after {
  background: #FFE8E8;
  top: -400px;
  left: -60px;
}
.cs-work-image-sec.cs-work-sec.enjoy-moment:after {
  width: 1500px;
  height: 1500px;
  background: #FFF1E6;
  top: -20px;
  right: -80px;
}
.template-product button.js-product-form-submit-btn {
  color: #fff;
}
.work-image-sec + .index-accordions-faq {
  background: #fff !important;
  padding-top: 120px;
}
.work-image-sec + .index-accordions-faq .faq-accordion {
  background: #fff;
  margin: 0;
  padding-bottom: 100px;
}
.template-index .featured-products.people-buy button.slick-prev.slick-disabled {
  display: none !important;
}
.cs-work-image-sec.cs-work-sec.alcohol-main {
  margin-top: 120px;
}

.heroCarousel-content a.btn-main-prime.btn.btn-primary{
  margin-bottom: 20px;
}
.template-product sht-prd-slideshow.product-slideshow.d-block.p-relative .product-slideshow__thumbnail{
  position: absolute;
  transform: rotate(-90deg) translateX(-110%)!important;
  left: inherit !important;
  right: inherit;
  bottom: -120px;
  top: inherit;
}
.account-login {
  text-align: center;
}
.account-login a img {
  height: 100px;
  width: auto;
  filter: invert(1);
  margin-bottom: 15px;
}
.account-login h3 {
  font-size: 16px;
  color: #fff;
}
#login.account-login{
  background-size: cover;
  background-position: center;
}
body .zifyapps-sociallogin-wrapper-v2 img {
  visibility: hidden;
}
.account-login .zifyapps-sociallogin-wrapper-v2 div#zify-sticky-social a {
  width: 100%;
  box-shadow: 0 0.125pc 0.125pc 0 rgba(0,0,0,.14), 0 0.0625pc 0.052083333in 0 rgba(0,0,0,.12), 0 0.1875pc 0.010416667in -1.5pt rgba(0,0,0,.2);
  border-radius: 10px;
  height: 36px;
  font-size: 14px;
  position: relative;
  line-height: 36px;
  min-width: unset !important;
}
.account-login .zifyapps-sociallogin-wrapper-v2 div#zify-sticky-social a:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(0,0,0,.2);
  top: 0;
  left: 45px;
}
.account-login .zifyapps-sociallogin-wrapper-v2 div#zify-sticky-social a span {
  font-size: 14px;
  margin: 0 !important;
  padding-left: 30px;
}
.customers-login #recover {
  margin-top: 60px;
  margin-bottom: 50px;
}
.cs-our-beginning .page-header-cutsom-content {
  text-align: left;
  max-width: 94%;
  padding: 0 15px;
  left: 0;
  right: 0;
  width: 100%;
}
.cs-our-beginning .page-header-cutsom-content h2,
.cs-our-beginning .page-header-cutsom-content p {
  max-width: 640px;
  width: 100%;
}
.cs-our-beginning .page-header-cutsom-content h2{
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
.cs-content-img-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cs-story-image {
  max-width: 50%;
  width: 100%;
}
.cs-story-content {
  max-width: 50%;
  width: 100%;
}
.cs-story-content h3 {
  color: #83617B;
  margin-bottom: 35px;
  text-transform: uppercase;
}
section.content-image-section.cs-story-sec {
  padding-top: 120px;
  padding-bottom: 120px;
}
section.content-image-section.cs-story-sec .cs-story-content{
  padding: 40px 90px;
}
.cs-content-img-wrap.cs-about-us-story .cs-story-image {
  padding: 30px;
  border-radius: 50px;
  box-shadow: 0 20px 30px 15px rgba(213,58,113,0.1);
}
.cs-content-img-wrap.cs-about-us-story .cs-story-image img {
  width: 100%;
  border-radius: 30px;
}
section.content-image-section.cs-story-sec.solution-sec {
  background: -moz-radial-gradient(14.36% 70.61%, circle farthest-corner, rgba(209, 48, 79, 1) 41.3%, rgba(237, 141, 159, 1) 70.34%, rgba(209, 48, 79, 1) 100%);
  background: -webkit-radial-gradient(14.36% 70.61%, circle farthest-corner, rgba(209, 48, 79, 1) 41.3%, rgba(237, 141, 159, 1) 70.34%, rgba(209, 48, 79, 1) 100%);
  background: -webkit-gradient(radial,14.36% 70.61% ,505.78 , 14.36% 70.61%, 1224.77 ,color-stop(0.413,rgba(209, 48, 79, 1) ),color-stop(0.7034,rgba(237, 141, 159, 1) ),color-stop(1,rgba(209, 48, 79, 1) ));
  background: -o-radial-gradient(14.36% 70.61%, circle farthest-corner, rgba(209, 48, 79, 1) 41.3%, rgba(237, 141, 159, 1) 70.34%, rgba(209, 48, 79, 1) 100%);
  background: -ms-radial-gradient(14.36% 70.61%, circle farthest-corner, rgba(209, 48, 79, 1) 41.3%, rgba(237, 141, 159, 1) 70.34%, rgba(209, 48, 79, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Stlye=2);"
  background : radial-gradient(14.36% 70.61%, circle farthest-corner, rgba(209, 48, 79, 1) 41.3%, rgba(237, 141, 159, 1) 70.34%, rgba(209, 48, 79, 1) 100%);
}
.solution-sec .cs-content-img-wrap{
  align-items: center;
}
.solution-sec .cs-story-content,
.solution-sec .cs-story-content *{
  padding: 0 !important;
  color: #fff;
}
.solution-sec .cs-story-image{
  text-align: center;
}
.innovate-content-inner {
  display: flex;
  flex-wrap: wrap;
}
.right-side-innovated {
  max-width: 400px;
  width: 100%;
}
.left-side-innovated {
  max-width: calc(100% - 400px);
  width: 100%;
}
.right-side-innovated h2{
  font-size: 36px;
  letter-spacing: 1.8px;
  color: #D1304F;
  text-transform: uppercase;
}
.cs-innovate.cs-innovate-main-section {
  padding: 120px 0;
}
.left-side-innovated .btn-group {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 80px;
}
.left-side-innovated .btn-group .primary-button a {
  color: #83617B;
  font-weight: 500;
}
.cs-category-icon-sec {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  gap: 70px;
}
.cs-category-icon-sec .cs-feature-icon-main {
  background: #FBDACB;
  border-radius: 27px;
  box-shadow: 0px 9.08px 9.08px rgba(251, 218, 203, 1);
  padding: 0 30px 30px;
}
.cs-category-icon-sec .btn-main-prime.btn.btn-primary.classic-button {
  background: -moz-linear-gradient(50% 100% 90deg,rgba(44, 25, 14, 1) 0%,rgba(102, 56, 0, 1) 99.89%,rgba(102, 56, 0, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(44, 25, 14, 1) 0%, rgba(102, 56, 0, 1) 99.89%, rgba(102, 56, 0, 1) 100%);
  background: -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(44, 25, 14, 1) ),color-stop(0.9989,rgba(102, 56, 0, 1) ),color-stop(1,rgba(102, 56, 0, 1) ));
  background: -o-linear-gradient(90deg, rgba(44, 25, 14, 1) 0%, rgba(102, 56, 0, 1) 99.89%, rgba(102, 56, 0, 1) 100%);
  background: -ms-linear-gradient(90deg, rgba(44, 25, 14, 1) 0%, rgba(102, 56, 0, 1) 99.89%, rgba(102, 56, 0, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2C190E', endColorstr='#663800' ,GradientType=0)";
  background: linear-gradient(0deg, rgba(44, 25, 14, 1) 0%, rgba(102, 56, 0, 1) 99.89%, rgba(102, 56, 0, 1) 100%);
}
.cs-main-category-inner img {
  margin-bottom: 20px;
  margin-top: -50px;
}
.cs-main-category-inner p{
  margin-bottom: 20px;
}
.cs-template-pages .rich-text.our-certificate-sec {
  text-align: center;
  margin-top: 90px;
}
.cs-template-pages .rich-text.our-certificate-sec h2{
  font-size: 31px;
  font-weight: 700;
  text-transform: uppercase;
  color: #D1304F;
}
.cs-printed-vaunted.cs-about-icon-sec .cs-icon-sec {
  display: flex;
  justify-content: center;
  gap: 70px;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 120px;
  flex-wrap: wrap;
}
.cs-printed-vaunted.cs-about-icon-sec .cs-icon-sec p {
  font-size: 15px;
  text-transform: uppercase;
  color: #83617B;
  font-weight: 700;
  margin-top: 15px;
}
.cs-value-sec .cs-content-img-inner-wrap {
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px 0;
  margin-bottom: 120px;
  flex-wrap: wrap;
}
.cs-value-sec .cs-content-img-inner-wrap:after{
  content: '';
  background: #83617B;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  z-index: -1;
}
.cs-value-sec .cs-content-img-inner-wrap .cs-story-image{
  max-width: 35%;
}
.cs-value-sec .cs-content-img-inner-wrap .cs-story-content{
  max-width: 65%;
  padding-left: 100px;
  padding-right: 30px;
}
.cs-value-sec .cs-content-img-inner-wrap .cs-story-image img {
  width: 100%;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
.main-story-values {
  max-width: 680px;
  width: 100%;
  color: #fff;
}
.main-story-values h2{
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 30px;
}
.main-story-values p{
  font-size: 18px;
  line-height: 1.7;
}
.prod-actions button.btn {
  width: 100%;
}
.prod-actions button.btn svg {
  width: 20px;
  height: 21px;
  fill: #fff;
  margin-left: 10px;
  margin-top: -3px;
}
.cs-story-image-sec{
  background: #fff;
}
.cs-story-image-sec,
.main-about-solution{
  z-index: 4;
  position: relative;
}
.category-item-list .slick-track{
  display: flex;
  flex-wrap: nowrap;
  width: auto !important;
}
.better-statement.cs-problem-statements-sec h3.statement-title {
  font-size: 31px;
  text-transform: uppercase;
  color: #D1304F;
  font-weight: 700;
}
.cs-statement-text h3 {
  font-size: 31px;
  text-transform: uppercase;
  color: #83617B;
  font-weight: 700;
  margin-bottom: 35px;
}
.cs-custom-packing-image img {
  filter: brightness(1.3);
}
.our-certificate-sec .container{
  max-width: 100% !important;
  width: 100% !important;
}
.cs-wholesale.cs-wholesale-title{
  padding: 60px 0;
  position: relative;
}
.cs-wholesale.cs-wholesale-title:after,
.cs-wholesale.cs-wholesale-title:before{
  content:'';
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.cs-wholesale.cs-wholesale-title:after {
  top: -60vw;
  width: 100vw;
  height: 100vw;
  background: -moz-linear-gradient(0% 50% 0deg,rgba(252, 240, 232, 1) 0%,rgba(245, 225, 211, 1) 99.89%);
  background: -webkit-linear-gradient(0deg, rgba(252, 240, 232, 1) 0%, rgba(245, 225, 211, 1) 99.89%);
  background: -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(252, 240, 232, 1) ),color-stop(0.9989,rgba(245, 225, 211, 1) ));
  background: -o-linear-gradient(0deg, rgba(252, 240, 232, 1) 0%, rgba(245, 225, 211, 1) 99.89%);
  background: -ms-linear-gradient(0deg, rgba(252, 240, 232, 1) 0%, rgba(245, 225, 211, 1) 99.89%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCF0E8', endColorstr='#F5E1D3' ,GradientType=0)";
  background: linear-gradient(90deg, rgba(252, 240, 232, 1) 0%, rgba(245, 225, 211, 1) 99.89%);
  opacity: 0.65;
  right: -24vw;
}
.cs-wholesale.cs-wholesale-title:before {
  background: -moz-linear-gradient(0% 50% 0deg,rgba(232, 252, 252, 1) 0%,rgba(211, 245, 245, 1) 99.89%);
  background: -webkit-linear-gradient(0deg, rgba(232, 252, 252, 1) 0%, rgba(211, 245, 245, 1) 99.89%);
  background: -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(232, 252, 252, 1) ),color-stop(0.9989,rgba(211, 245, 245, 1) ));
  background: -o-linear-gradient(0deg, rgba(232, 252, 252, 1) 0%, rgba(211, 245, 245, 1) 99.89%);
  background: -ms-linear-gradient(0deg, rgba(232, 252, 252, 1) 0%, rgba(211, 245, 245, 1) 99.89%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8FCFC', endColorstr='#D3F5F5' ,GradientType=0)";
  background: linear-gradient(90deg, rgba(232, 252, 252, 1) 0%, rgba(211, 245, 245, 1) 99.89%);
  opacity: 0.65;
  width: 30vw;
  height: 30vw;
  bottom: 0;
  left: -12vw;
}
.sale-main-sec {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
}
.sale-main-sec .cs-right-inner {
  max-width: 40%;
  width: 100%;
}
.sale-main-sec .cs-left-inner{
  max-width: 60%;
}
.differences-cs-section h1,
.sale-main-sec .cs-sale-title h1{
  font-size: 59px;
  letter-spacing: 2.95px;
  text-transform: uppercase;
  color: #83617B;
  font-weight: 700;
}
.cs-template-pages .rw.gap-unequal.dib-post-wrap {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin: 30px 0 0 0 !important;
  gap: 30px;
}
.cs-template-pages .rw.gap-unequal.dib-post-wrap .clm {
  margin: 0;
  max-width: 100%;
  width: 100% !important;
  height: 100%;
  transition: .3s ease all;
}
.cs-template-pages .rw.gap-unequal.dib-post-wrap .clm:hover{
  filter: contrast(.8);
}
body[class] .inner-main-sale{
  max-width: calc(((100% - 94%) / 2 ) + 94%);
  margin: 0 0 0 auto;
  padding: 0 0 0 15px;
}
.sale-main-sec .cs-left-inner img {
  width: 100%;
  position: relative;
  right: -17%;
}
.dib-post-wrap .dib-post img {
  aspect-ratio: 128 / 89;
}
.dib-post-text .dib-meta-text.dib-no-author{
  left: 0;
  justify-content: center;
  width: 100%;
}
.dib-post-text .dib-meta-text.dib-no-author .estimated-read-time{
  display: none;
}
.dib-meta-text span {
  opacity: 0.6;
  font-size: 14px !important;
  font-weight: 500;
}
.sale-main-sec .cs-right-inner p{
  font-size: 18px;
  line-height: 1.8;
  margin: 15px 0 30px;
}
.highlighted-advantage ul {
  padding: 0;
  list-style: none;
}
.highlighted-advantage ul li{
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.highlighted-advantage ul li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #83617B;
}
.sale-advantage {
  margin-top: 70px;
}
.dib-posts{
  max-width: 1100px !important;
  width: 100% !important;
}
.differences-cs-section .tearms-condition p {
  text-align: center;
}
.download-cataloge.cs-download-section {
  background-image: linear-gradient(90deg, #D3C4B6 65%, #EBDDCF);
  padding: 80px 0 60px;
}
.download-cataloge.cs-download-section .cs-consectetuer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 30px;
}
.download-cataloge.cs-download-section .cs-consectetuer-image-content,
.download-cataloge.cs-download-section .cs-consectetuer-inner-content{
  max-width: calc(50% - 20px);
  width: 100%;
}
.download-cataloge.cs-download-section .catalaoge-content h3,
.cs-get-in-touch-content .cs-get-tuch-inner h2{
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #83617B;
  text-align: center;
  margin-bottom: 20px;
}
.download-cataloge.cs-download-section .catalaoge-content p{
  text-align: center;
  margin-bottom: 30px
}
.download-cataloge.cs-download-section .cs-consectetuer .cs-button.btn-group {
  display: flex;
  gap: 70px;
  justify-content: center;
  text-align: center;
  position: relative;
}
.download-cataloge.cs-download-section .cs-consectetuer .cs-button.btn-group:after{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #83617B;
}
.download-cataloge.cs-download-section .cs-consectetuer .cs-button.btn-group .translator {
  margin-top: 25px;
}
.cs-vontaciner-touch {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 50px;
  flex-wrap: wrap;
  row-gap: 50px;
}
.cs-get-in-touch-content .cs-get-tuch-inner,
.cs-get-in-touch-content .cs-get-tuch-inner h2{
  color: #fff;
  text-align: left;
}
.cs-get-in-touch-content,
.cs-get-form{
  max-width: calc(50% - 20px);
  width: 100%;
}
.cs-get-in-touch-content .cs-get-tuch-inner h2 {
  margin-bottom: 40px;
}
.cs-get-in-touch-content .cs-get-tuch-inner p {
  font-size: 18px;
  margin-top: 40px;
}
.cs-animated-form-about form.form-contact {
  background: rgba(255,255,255,.9);
  padding: 60px;
  border-radius: 30px;
}
.cs-animated-form-about form.form-contact .cs-field-form-about {
  border: 1px solid #A8A8A8;
  width: 100%;
  background: transparent;
  height: 70px;
  border-radius: 35px;
  padding: 20px 35px;
  display: block;
  font-size: 18px;
}
.cs-animated-form-about form.form-contact textarea.cs-field-form-about{
  height:180px;
  resize: none;
}
.cs-animated-form-about form.form-contact .clm.field {
  padding: 0;
}
.cs-animated-form-about form.form-contact .cs-about-fireld-sec{
  margin-bottom: 35px;
}
.cs-animated-form-about form.form-contact .clm.field button {
  min-width: 200px;
  width: 70%;
  margin: 0 auto;
  font-size: 24px;
  height: 70px;
}
.cs-template-pages .differences-cs-section {
  padding-top: 70px;
}
.main-highlighted-sec.cs-main-highlighted-section .advanced-light {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 50px;
}
.main-highlighted-sec.cs-main-highlighted-section .advanced-light .advantage-inner-main {
  text-align: center;
}
.main-highlighted-sec.cs-main-highlighted-section .advanced-light .advantage-inner-main h4 {
  font-size: 24px;
  color: #83617B;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
.main-highlighted-sec.cs-main-highlighted-section .advanced-light .advantage-inner-main .inner-icons-sec {
  background: -moz-linear-gradient(0% 50% 0deg,rgba(252, 240, 232, 1) 0%,rgba(245, 225, 211, 1) 99.89%);
  background: -webkit-linear-gradient(0deg, rgba(252, 240, 232, 1) 0%, rgba(245, 225, 211, 1) 99.89%);
  background: -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(252, 240, 232, 1) ),color-stop(0.9989,rgba(245, 225, 211, 1) ));
  background: -o-linear-gradient(0deg, rgba(252, 240, 232, 1) 0%, rgba(245, 225, 211, 1) 99.89%);
  background: -ms-linear-gradient(0deg, rgba(252, 240, 232, 1) 0%, rgba(245, 225, 211, 1) 99.89%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCF0E8', endColorstr='#F5E1D3' ,GradientType=0)";
  background: linear-gradient(90deg, rgba(252, 240, 232, 1) 0%, rgba(245, 225, 211, 1) 99.89%);
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  max-width: 180px;
  aspect-ratio: 1 / 1;
  width: calc(100% - 40px);
}
.main-highlighted-sec.cs-main-highlighted-section .advanced-light .advantage-inner-main .inner-icons-sec:before {
  content: '';
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  box-shadow: 0px 25px 60px -10px rgba(213,58,113,.2);
  left: -20px;
  top: -20px;
}
.main-highlighted-sec.cs-main-highlighted-section {
  padding: 80px 0 120px;
}
.main-highlighted-sec.cs-main-highlighted-section .advanced-light .advantage-inner-main .cs-inner-content {
  margin-top: 80px;
}
ul.menu-dropdown.site-nav-shop-main {
  left: 0 !important;
  right: inherit;
}
.cs-vontaciner-touch .cs-get-in-touch-content {
  padding-top: 50px;
}
.card-inner.product .card__badge.product__badge {
  top: 5px;
  right: 8px;
}
.template-product section.footer-newsletter.hear-first-letter {
  display: none;
}
.product-steps-section .how-to-use-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0;
  align-items: center;
}
.product-steps-section .how-to-use-cont, .product-steps-section .how-to-use-video {
  max-width: calc(50% - 10px);
  width: 100%;
}
.product-steps-section .how-to-use-cont h2 {
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 25px;
  font-weight: 700;
  font-size: 38px;
}
.product-steps-section .how-to-use-cont .product-form__buttons .gap-16{
  width: 70%;
}
.product-steps-section .how-to-use-cont button{
  height: 60px;
  width: 100%;
  font-size: 18px;
}
.product-steps-section .how-to-use-video {
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
  padding: 10px;
}
.product-steps-section .how-to-use-video iframe {
  border-radius: 20px;
}
.product-steps-section .how-to-use-cont p{
  margin-bottom: 20px;
}
.prod-gallery-section .gallery-wrap .slick-list {
  padding: 0 180px;
}
.prod-gallery-section .gallery-wrap .slick-next,
.prod-gallery-section .gallery-wrap .slick-prev{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.prod-gallery-section .gallery-wrap .slick-next{
  right: 30px;
}
.prod-gallery-section .gallery-wrap .slick-prev{
  left: 30px;
}
.prod-gallery-section .gallery-wrap .slick-next,
.prod-gallery-section .gallery-wrap .slick-next:focus,
.prod-gallery-section .gallery-wrap .slick-next:hover,
.prod-gallery-section .gallery-wrap .slick-prev,
.prod-gallery-section .gallery-wrap .slick-prev:focus,
.prod-gallery-section .gallery-wrap .slick-prev:hover {
  background-color: #fff;
  box-shadow: 5px 5px 16px rgba(186, 151, 128, .4);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-gallery-section .gallery-wrap .slick-prev::before,
.prod-gallery-section .gallery-wrap .slick-next::before {
  content: '';
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  left: 2px;
  background-position: 50%;
}
.prod-gallery-section .gallery-wrap .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
}
.prod-gallery-section .gallery-wrap .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
}
.et-prod-half-title-mobile_show {
    display: none;
}

/* .cs-statement-inner {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  opacity: 0;
} */

.scroll-active {
  opacity: 1;
}
div#shopify-section-popup {
  display: none;
}

/* 30/09/2023 */
.et-featured-product-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  border-top: 2px solid #296f30;
  padding-top: 30px;
  gap: 0 50px;
}
.corpo-featured-prod-section .et-col-sm-9 {
  max-width: 75%;
  margin: 0 auto;
  width: 100%;
}
.et-featured-product-2__content h2 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.et-featured-product-2__content .cs-bundle-value {
  color: #296f30!important;
}
.corpo-featured-prod-section .product-form__buttons {
  margin-top: 30px;
}
.product-form__buttons .product__quantity .field_quantity button {
  width: 37px;
  height: 52px;
  min-height: 52px;
}
.product-form__buttons .product__quantity .field_quantity {
  box-shadow: none;
}
.template-product .corpo-featured-prod-section button.js-product-form-submit-btn {
  width: initial;
  box-shadow: 5px 5px 16px rgba(167, 204, 123, .4);
  min-width: 273px;
  font-size: 16px;
  text-transform: uppercase;
  height: 52px;
  min-height: 52px;
}
.corpo-featured-prod-section .qty-element {
  height: 52px;
}
.et-featured-product-2__content .atc-product-price {
  margin-top: 30px;
  font-size: 28px;
  font-weight: 400;
  color: #296f30;
}
.et-featured-product-2__content .atc-product-price {
  text-align: center;
}
.et-lets-get-social-section .et-col-sm-5 {
  width: 41%;
  padding: 0 15px;
}
.et-lets-get-social-content h2 {
  font-size: 52px;
  font-weight: 700;
  color: #296f30;
  line-height: 1;
}
.et-lets-get-social-content p, .et-lets-get-social-section .social-lets a.btn.btn-icon.btn-large.btn-primary.js-social-btn {
  color: #296f30;
}
.et-lets-get-social-section .social-lets a.btn.btn-icon.btn-large.btn-primary.js-social-btn svg {
  fill: #296f30;
}
.et-lets-get-social-link {
  margin-top: 30px;
}
.et-lets-get-social-mobile {
  background-color: #a6cc7b;
  box-shadow: 5px 5px 16px rgba(167, 204, 123, .4);
  padding: 50px;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  height: 500px;
}
.et-lets-get-social-section {
    background-color: #fafafa;
    padding: 80px 0;
}
.half-section-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}
.half-section-wrap.alt .half-section-cont {
  -ms-flex-order: 2;
  order: 2;
  padding-right: 150px;
  padding-left: 50px
}
.half-section-wrap.alt .half-section-img {
  -ms-flex-order: 1;
  order: 1;
  text-align: left
}
.half-section-wrap.alt .half-section-img img {
  border-radius: 0 40px 40px 0
}
.half-section-cont {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-left: 150px;
  padding-right: 50px
}
.half-section-cont h2 {
  color: #82617b;
  font-weight: 700;
  font-size: 43px;
  line-height: 51px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.half-section-cont h3 {
  color: #82617b;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase
}
.half-section-cont-item p {
  margin: 0;
  color: #82617b
}
.half-section-img {
  text-align: right
}
.half-section-img img {
  border-radius: 40px 0 0 40px;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.prod-half-section ul {
  margin: 0;
  padding: 0;
}
.prod-half-section ul li {
  list-style: none;
  margin-bottom: 30px;
}
.prod-half-section {
  padding-bottom: 40px;
}
.ingredient-section {
  margin-bottom: 40px;
}
.product-tab-contents .product-tab-content {
  padding: 0;
}
.template-article .article__wrapper img {
  max-width: 700px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: table;
}
/* .template-article .article__wrapper .cs-article-image img {
  max-width: 100% !important;
} */
.et-product-page-client-logo{
  grid-template-columns: auto auto auto auto;
  margin-top: 15px;
  gap: 15px;
}
.et-product-page-client-logo .slide img {
  height: 70px;
  width: auto;
  object-fit: contain;
}
.search__result-type ul li a{
  aspect-ratio: 1 / 1
}
.search__result-type ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rte ol, .rte ul {
  list-style-position: unset;
}
.et-prv2-product-card-bottom p {
  font-size: 12px;
}
.product-modal-wrapper.product-modal-transition{
  position: fixed;
  top: 50%;
  height: calc(100vh - 60px);
}
.product-modal.is-visible .product-modal-transition{
  transform: translateY(-50%);
}
.category-item-list:not(.slick-slider){
  justify-content: center;
}
.how-to-use-video .video-overlay {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.js-cart-notification-panel-close-btn svg {
  fill: #fff;
}
.drawer__footer  a.btn.btn-large.btn-secondary.w-100, .cart-notification__links a.btn.btn-large.btn-secondary {
  color: #fff;
}
a.sezzle-checkout-button.sezzle-button-light {
  margin-top: 35px;
}
.template-product.product .search__result-item  span.price-item.price-item--regular.price-item--last.mt-4.mb-4.d-inline-block {
  color: #000 !important;
}
.product__info.ord-3.product__prices {
  background: none!important;
  padding-left: 0px !important;
}
.product-template-v1 .product-tab {
  margin-top: 0px;
  margin-bottom: 35px;
}
.et-what-set-usappart-section {
  padding: 50px 0;
}
.et-varienty-howit-work__title {
  text-align: center;
  margin-bottom: 20px;
}
.et-apart-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  margin: 0 20%;
}
.et-single-apart-card span {
  display: block;
  text-align: center;
  background: #f5e7eb;
  padding: 40px 15px;
  border-radius: 30px;
}
.et-single-apart-card span img {
  height: 180px;
  width: auto;
}
.et-single-apart-card__content {
  text-align: center;
  margin-top: 15px;
}
.et-single-apart-card__content h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
  color: #712e7d;
}
.et-single-apart-card__content p {
  margin-bottom: 0;
  color: #8b617b;
}
.et-your-kit-section {
  padding: 50px 0;
}
.et-section-title-kit {
  text-align: center;
  margin-bottom: 50px;
}
.et-section-title-kit h2 {
  font-size: 32px;
  color: #f0537c;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.et-section-title-kit p {
  color: #8b617b;
  font-size: 16px;
  margin-bottom: 0;
}
.et-your-kit-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 50px;
}
.et-kit-item {
  position: relative;
  text-align: center;
  text-decoration: none;
}
.et-kit-item__img {
  margin-bottom: 40px;
  position: relative;
}
.et-kit-item img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.et-kit-item__img span {
  background-color: #f0537c;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 121px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 0;
  margin: 0 auto;
}
.et-kit-item h3 {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #712e7d;
  font-weight: 700;
}
.et-kit-item p {
  margin-bottom: 0;
  font-size: 16px;
}
.et-varienty-howit-work__title h2 {
  color: #61304e;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.template-product .et-your-kit-section .container,
.template-product .et-what-set-usappart-section .container{
  max-width: 94%;
}
.product-modal.ingredients .product-modal-body,
.product-modal.ingredients .product-modal-body .product-modal-content{
  height: 100% !important;
}
.product-modal.ingredients .product-modal-body .product-modal-content img{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
.main-product + .sht-dialog {
  z-index: 9999;
}
.main-product .product-details .carousel__counter,
.main-product .open-gallery-icon svg,
.product__media__dialog .js-dialog-close-btn svg,
.product__media__dialog .slide__counter,
.product__media__dialog .btn-secondary.btn-icon svg{
  color: #fff;
}
.template-search .product__quickbuy {
  display: none;
}
.main-search-drawer .drawer__footer a.btn.btn-large.btn-secondary.w-100,
.cart-notification__links a.btn.btn-large.btn-secondary {
  color: #000;
}
#shtCartDrawer{
  z-index: 99;
}
.nav-login-footer a.btn-main-prime.btn.btn-primary.btn-large {
  box-shadow: none !important;
  border: none;
}
.shopify-section.index-accordions-faq + div .et-related-product {
  margin-top: 80px;
}
.error-page h2.s-header__title {
  padding: 0;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.error-page .s-header__desc{
  margin-top: 0;
}
.error-page .s-header__sub{
  background: #d93250;
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(270deg, #d93250 0, #f594a6 100%);
  clip-path: polygon(6% 0%,100% 0%,94% 100%,0% 100%);
}
.error-page .field__text:focus {
  box-shadow: 0 0 0 3px #d93250;
}
.error-page .s-header{
  padding-bottom: 30px;  
}
.sht-dialog.dialog__quickshop {
  z-index: 9999;
}
.drawer__footer a.btn.btn-large.btn-secondary.w-100{color:#000;}
.index-flash-sale-banner .cocktail-variety-pack-content{
  padding-top: 50px;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
.index-flash-sale-banner .cocktail-variety-pack-content h2{
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
  color: #fff;
  text-transform: uppercase;
  font-weight:400;
  font-size: 95px;
 font-family: "Paytone";
  margin: 0;
  line-height: .8;
}
.index-flash-sale-banner .cocktail-variety-pack-content  h6{
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
  color: #fff;
  text-transform: uppercase;
  font-weight:400;
  font-size: 123px;
  font-family: "Paytone";
  margin: 0;
  line-height: .8;
  margin-bottom: 20px;
}
.index-flash-sale-banner .cocktail-variety-pack-content h3 {
  margin: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  font-family: "Paytone";
  color:#000;
}
.index-flash-sale-banner .cocktail-variety-pack-content h3 span {
  font-size: 26px;
  text-transform: uppercase;
}
.drawer__footer  a.sezzle-checkout-button.sezzle-button-light {
  display: none;
}
.index-flash-sale-banner .cocktail-variety-pack-content h4 {
  font-family: "Paytone";
  margin: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
}
.index-flash-sale-banner .cocktail-variety-pack-content h5.mobile_hide-button{
  font-family: "Paytone";
  margin: 0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 35px;
  margin-bottom: 30px;
}
.index-flash-sale-banner .cocktail-variety-pack-content .button{
  background: linear-gradient(180deg, #FFA378, #8B2790);
  border: none !important;
  padding: 20px 30px;
  font-weight: 600;
  font-size: 18px;
  box-shadow: 4px 7px 16px rgba(141,40,141);
}
.cs-product-ingredients.product-modal.ingredients .product-modal-body .product-modal-content img {
  height: auto !important;
}
.cs-product-ingredients .product-modal-wrapper {
  max-height: calc(100% - 30px);
  max-width: 350px;
  overflow: auto;
  height: auto;
}
.cs-product-ingredients .cs-ingredients-content p{
  font-size: 12px;
  margin-top: 15px;
  line-height: 1.5;
}
.cs-product-ingredients .cs-ingredients-content p span{
  color: #ff7d7d;
}
.product-template-v2 .main-product.product-main-section.productView.raspberry-green-tea.section {
  background: transparent;
  padding-top: 80px;
}
.product-template-v2 .main-product .product__quantity{
  border: 1px solid var(--color-divider);
  border-radius: 30px;
}
.product-template-v2 #mainContent .main-product .product__info .price *{
  color: #842746 !important;
}
.et-inside-the-bundle-section {
    padding: 50px 0;
}
.et-inside-the-bundle_pv2, .et-inside-the-bundle_pv2-right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.et-inside-the-bundle_pv2-left h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 25px;
}
.et-inside-the-bundle_pv2-left h2::before {
  content: "";
  width: 60%;
  background-color: #301b0d;
  height: 1px;
  display: block;
  bottom: 0;
  position: absolute;
}
.product-inside-bundle-section ul{
  margin: 0 0 8px 20px;
}
.et-inside-bundle-product-bottom {
  padding-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.et-login-layout-left h2 {
  font-size: 20px;
  color: white;
}
.localization-list .link--active {
  color: #000;
}
body.o-hidden .wg-drop.country-selector {
  display: none;
}
body[class] #mainContent .cs-compare-price {
  color: #999 !important;
}
body[class] #mainContent .cs-main-price{
  color: #000 !important;
  font-size: 18px;
  font-weight: 700;
}
.et-drink-bomb {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.et-drink-bomb__content h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 15px;
}
.et-drink-bomb__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.et-drink-bomb__content ul li {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.et-drink-bomb__content ul li:before {
  /* border: 2px solid #f49d39; */
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: 1px;
  margin-right: 6px;
}
.et-drink-bomb__img span {
  border-radius: 50%;
  overflow: hidden;
  display: block;
  height: 450px;
  width: 450px;
  border-width: 10px;
  border-style: solid;
  margin: 0 auto;
}
.et-drink-bomb__img span img {
  width: 100%;
  height: auto;
}
.et-drink-bomb__img {
  text-align: center;
}
.et-drink-bomb-section {
  padding: 50px 0;
}
.page-title-watermelon-box .et-inside-bundle-product-bottom,
.page-title-shaman-box .et-inside-bundle-product-bottom{
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}
#currency_form select {
  height: 40px;
  padding: 5px 30px;
  -webkit-appearance: auto;
  appearance: auto;
  outline: 0;
}
.et-bundle-wrap-pv2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.9fr 1fr;
  grid-template-columns: 1.9fr 1fr;
  gap: 0 50px;
  -ms-flex-align: end;
  align-items: flex-end;
}
.et-bundle-title {
  font-size: 46px;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.et-bundle__taste {
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  margin-bottom: 30px;
}
.et-bundle__taste div::before {
  content: "";
  width: 2px;
  height: 120px;
  background-color: #eb5d91;
  position: absolute;
  right: -24px;
}
.et-bundle__taste img {
  height: 100px;
}
.et-bundle__taste div {
  text-align: center;
  position: relative;
}
.et-bundle-step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
  display: none;
}
.et-bundle-step.active {
  display: -ms-grid;
  display: grid;
}
.et-bundle-step div img {
  height: 150px;
  width: auto;
  margin-bottom: 10px;
}
.et-bundle-product-wrap-pv2 {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 120px;
}
.et-bundle-step > div {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  position: relative;
  text-align: center;
  padding-top: 50px;
  box-shadow: 5px 5px 16px rgba(235,93,145,.1);
}
.et-bundle-step span {
  background-color: #eb5d91;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  top: -24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 5px 5px 16px rgba(235,93,145,.8);
}
.et-bundle-easy-step h3 {
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
}
.mobile-show {
  display: none;
}
.htu-step-action-style-2.bundle-section-instruction {
  width: auto;
  display: inline-flex;
  margin-top: 0;
}
.htu-step-action-style-2.bundle-section-instruction a{
  min-width: 220px;
  width: auto;
}
.et-bundle-section-pv2{
  padding: 50px 0;
}
[data-ingredients-btn] {
  display: none;
}
.npv2-step-link.npv2-step-link-bundle.active span {
  color: white !important;
}
.page-title-pumpkin-spice .htu-step-section::before{
  display: none;
}
.cs-left-menu .main__menu {
  justify-content: center;
}
.page-about-us p{
  font-size: 19px;
  line-height: 38px;
  color: #83617B;
  font-weight: 500;
}
.page-about-us .newsletter-cont p,
.page-about-us .cs-about-value-sec p{
  color: #fff;
}
.page-about-us .cs-get-social .footer__socials {
  margin: 0 !important;
}
.page-about-us .btn-group a{
  font-size: 19px;
}
.cs-value-sec .cs-content-img-inner-wrap .cs-story-image img{
  display: block;
}
.page-about-us .product-faq-item{
  font-size: 19px;
  line-height: 38px;
}
.our-certificate-sec h2{
  margin-bottom: 65px;
}
.cs-main-category-inner p {
  color: #663800;
}
.page-about-us .cs-social-title p {
    color: #ff7d7d;
}

body.page-title-raspberry-velvet .step-item.raspberry-velvet p.cs-color-code {
    color: #71523a !important;
}
body.page-title-raspberry-velvet .step-item.raspberry-velvet {
background: #ffffff70;
}
.cs-comman-sec {
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    grid-gap: 40px;
}
.ingredient-cont-item .mobile-toggle-open-cont {
    display: none;
}
.mobile-toggle-close-cont {
    display: none;
}
.half-section-img img {
    width: 100%;
}
.half-section-img {
    text-align: right;
    max-height: 600px;
}
section.prod-half-section .half-section-cont {
    padding-right: 260px !important;
}
.page-title-raspberry-velvet .corpo-featured-prod-section {
    background-image: linear-gradient(174deg, rgb(216 33 18) 0%, rgba(241,120,41,0.2) 100%);
}
.page-title-raspberry-velvet .client-slider-title2 h2 {
    color: #d11b2a;
}
.page-title-raspberry-velvet section.et-home-client-logo-testmonial-section {
    background: white;
}

.product-espresso-martini .product-main-section.productView{
  padding: 70px 0 80px 0;
}
.recommendations-performed-section{
  padding-top: 50px;
}
.recommendations-performed__title{
  margin-bottom: 30px;
  padding-bottom: 0;
}
.poseidn-collection-list.cs-collection-product {
    padding-top: 10px;
}