@charset "UTF-8";
/* Reset css */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

button {
  transition: all 0.3s ease-in-out;
}

@font-face {
  font-family: "AbrilFatface";
  src: url("../fonts/AbrilFatface-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background: #FFFFFF;
  color: #ffffff;
}

.container {
  max-width: 1232px;
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row > * {
  padding-left: 16px;
  padding-right: 16px;
}

header {
  padding: 19px 0;
  background: #16241F;
}
header .container {
  gap: 40px;
}
header #site-navigation .menu-toggle {
  display: none;
}
header #site-navigation .nav-menu {
  display: flex;
  gap: 40px;
}
header #site-navigation .nav-menu li.current-menu-item a,
header #site-navigation .nav-menu li.focus a {
  border-bottom: 1px dashed #DECD90;
  color: #F7FCF4;
}
header #site-navigation .nav-menu a {
  padding: 20px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #797979;
}
header #site-navigation .nav-menu a.focus, header #site-navigation .nav-menu a:hover {
  border-bottom: 1px dashed #DECD90;
  color: #F7FCF4;
}
header .site-branding img {
  height: 80px;
  width: auto;
}
header .header-icons {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-left: auto;
}
header .header-icons .cart {
  border: 1px solid #DECD90;
  padding: 11px 17px;
  border-radius: 40px;
}
header .header-icons .cart .xoo-wsc-sc-bkcont {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
header .header-icons .cart span.xoo-wsc-sc-count {
  font-family: "Montserrat", sans-serif;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  height: 17px;
  width: 17px;
  background: #DECD90;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  color: #16241F;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-icons .cart .xoo-wsc-icon-basket1 {
  background: url("../img/icon-cart.svg") no-repeat center/contain;
  width: 18px;
  height: 20px;
}
header .header-icons .cart .xoo-wsc-icon-basket1:before {
  content: "";
}

body.product-template-default .shop-page {
  padding-top: 70px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.xoo-wsc-items-count {
  font-family: "Montserrat", sans-serif;
}

.xoo-wsc-icon-basket1 {
  background: url("../img/icon-cart.svg") no-repeat center/contain;
  width: 24px;
  height: 26px;
}
.xoo-wsc-icon-basket1:before {
  content: "";
}

.home-banner {
  background: #16241F;
}
.home-banner .container {
  position: relative;
}
.home-banner .container:after {
  content: "";
  position: absolute;
  z-index: 0;
  background: #1F322B;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, #1F322B 0%, rgba(34, 41, 38, 0.8) 40%, rgba(34, 41, 38, 0.2) 80%, rgba(34, 41, 38, 0) 100%);
  filter: blur(30px);
  opacity: 0.9;
  width: 50%;
  height: 50%;
  border-radius: 50%;
}
.home-banner .row {
  position: relative;
  z-index: 1;
}
.home-banner .left .top {
  display: flex;
  align-items: center;
  gap: 18px;
}
.home-banner .left .top p {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}
.home-banner .left .top p span {
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  letter-spacing: 0;
}
.home-banner .left .top p strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}
.home-banner .left .middle .title {
  margin-top: 35px;
}
.home-banner .left .middle .title h1 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.home-banner .left .middle .title h1 strong {
  font-family: "AbrilFatface", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 90px;
  letter-spacing: 0;
  background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-banner .left .middle .title h1 span {
  font-weight: 500;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0;
  color: #F7FCF4;
  border: 1.5px solid #F7FCF4;
  border-radius: 999px;
  width: fit-content;
  padding: 14px 25px;
}
.home-banner .left .middle .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  margin-top: 35px;
  max-width: 605px;
}
.home-banner .left .middle .text strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}
.home-banner .left .middle .link {
  margin-top: 50px;
}
.home-banner .left .add-text {
  margin-top: 80px;
}
.home-banner .left .add-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  padding: 14px 23px;
  background: #36443e;
}
.home-banner .left .add-text span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
}
.home-banner .small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
  line-height: 14px;
}
.home-banner .right {
  position: relative;
  padding-bottom: 30px;
}
.home-banner .right .image {
  position: relative;
  background: #DECD90;
  border-bottom-right-radius: 120px;
  border-top-left-radius: 141px;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  max-width: 445px;
  margin-left: auto;
}
.home-banner .right .image img {
  width: 100%;
  height: auto;
  background: #16241F;
  border-bottom-right-radius: 120px;
  border-top-left-radius: 120px;
}
.home-banner .right .image p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #000000;
  padding: 10px 26px;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}
.home-banner .right .image p img {
  background: none;
  max-width: 133px;
  width: 100%;
  height: auto;
  border-radius: 0;
  object-fit: unset;
}
.home-banner .right .add-image {
  position: absolute;
  bottom: 50px;
  right: 80px;
}

.button-gold {
  padding: 14px 37px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  width: fit-content;
  background: linear-gradient(170.7deg, #C0984B 7.03%, #E9E1AB 109.52%, #C0984B 157.75%);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #16241F;
}
.button-gold:hover {
  opacity: 0.7;
  color: #16241F;
}

footer {
  background: #16241F;
  padding-bottom: 90px;
}
footer .social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
}
footer .social .buttons {
  display: flex;
  align-items: center;
  gap: 27px;
}
footer .social .buttons a {
  border: 1px solid #DECD90;
  border-radius: 70px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: #DECD90;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  padding: 18px 30px;
}
footer .social h3 strong {
  font-family: "AbrilFatface", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0;
  background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer .social h3 span {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0;
  color: #fff;
}
footer .content {
  background: #DECD90;
  border-radius: 60px;
  border-radius: 60px;
  margin-top: 65px;
}
footer .content .newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 100px;
}
footer .content .newsletter h3 strong {
  font-family: "AbrilFatface", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0;
  color: #16241F;
}
footer .content .newsletter h3 span {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0;
  color: #16241F;
}
footer .content .newsletter form .mc4wp-form-fields > div {
  display: flex;
  gap: 14px;
  align-items: center;
  background: #ffffff;
  border-radius: 70px;
  padding: 6px 16px;
}
footer .content .newsletter form .mc4wp-form-fields > div input[type=email] {
  color: #797979;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0;
  border: none !important;
  outline: none !important;
  min-width: 150px;
}
footer .content .newsletter form .mc4wp-form-fields > div input[type=submit] {
  background: #DECD90;
  border-radius: 70px;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  text-align: center;
  color: #16241F;
  border: none;
  transition: all 0.3s ease-in-out;
}
footer .content .newsletter form .mc4wp-form-fields > div input[type=submit]:hover {
  opacity: 0.8;
}
footer .content .copyright {
  background: #2C3833;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 19px 109px 25px 109px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .content .copyright .center {
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #797979;
}
footer .content .bottom {
  background: #2C3833;
  border-radius: 60px;
  border-radius: 60px;
}
footer .content .bottom .menu {
  padding: 54px 109px 45px 109px;
  background-image: url("../img/footer-bg-g.png");
  background-repeat: no-repeat;
  background-size: 19%;
  background-position: 26% 103%;
  border-bottom: 1px dashed rgba(247, 252, 244, 0.8);
  margin-left: 0;
  margin-right: 0;
}
footer .content .bottom .menu .col {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
footer .content .bottom .menu .col p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  color: #F7FCF4;
}
footer .content .bottom .menu .col ul li a {
  padding: 5px 0;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  opacity: 0.5;
  color: #FFFFFF;
}
footer .content .bottom .menu .col ul li:nth-last-child(1) a {
  padding-bottom: 0;
}
footer .content .bottom .menu .col ul li:nth-child(1) a {
  padding-top: 0;
}

.title strong {
  font-family: "AbrilFatface", sans-serif;
  background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-products {
  padding-top: 55px;
  background: linear-gradient(to bottom, #16241F 50%, #DECD90 50%);
}
.home-products .content {
  background: #2C3833;
  border-radius: 60px;
  padding-top: 75px;
  padding-bottom: 100px;
}
.home-products .content .title {
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0;
}
.home-products .content .title strong {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0;
}
.home-products .content .products {
  padding-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.home-products .content .products li {
  padding-bottom: 20px;
}
.home-products .content .products .product {
  flex: 1 1 280px;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home-products .content .products .product a.prod-link {
  color: #FFFFFF !important;
  margin-bottom: auto;
}
.home-products .content .products .product .img {
  background: #36443E;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  width: 100%;
  height: 280px;
  padding-left: 25px;
  padding-right: 25px;
}
.home-products .content .products .product .img img {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.home-products .content .products .product h3 {
  margin-top: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
}
.home-products .content .products .product h3 span {
  display: block;
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0;
  text-align: center;
}
.home-products .content .products .product h3 strong {
  font-weight: 500;
}
.home-products .content .products .product .description {
  margin-top: 11px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.home-products .content .products .product .description p {
  display: inline;
}
.home-products .content .products .product .description p + p {
  opacity: 0.8;
}
.home-products .content .products .product .description strong {
  font-weight: 700;
  opacity: 1 !important;
}
.home-products .content .products .product .price {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  padding-top: 14px;
  margin-top: auto;
}
.home-products .content .products .product .addtocart {
  margin-top: 25px;
}
.home-products .content .products .product .addtocart a {
  width: 100%;
  justify-content: center;
}
.home-products .content .products .product .addtocart button {
  width: 100%;
  justify-content: center;
  border: none !important;
  box-shadow: none;
  position: relative;
}
.home-products .content .products .product .addtocart button.loading, .home-products .content .products .product .addtocart button.added.loading {
  opacity: 1;
  color: rgba(22, 36, 31, 0.4392156863);
}
.home-products .content .products .product .addtocart button.loading svg, .home-products .content .products .product .addtocart button.added.loading svg {
  opacity: 0.5;
}
.home-products .content .products .product .addtocart button.loading:after, .home-products .content .products .product .addtocart button.added.loading:after {
  content: "";
  width: 26px;
  height: 26px;
  border: 3px solid #16241F;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  z-index: 3;
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
  position: absolute;
}
.home-products .content .products .product .addtocart button.added:after {
  display: none;
}
.home-products .content .products .product .more {
  margin-top: 25px;
}
.home-products .content .products .product .more a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  display: block;
  position: relative;
  color: #FFFFFF;
}
.home-products .content .products .product .more a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  border-bottom: 1px dashed #DECD90;
  width: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.home-video {
  padding-top: 60px;
  background: #DECD90;
}
.home-video .video {
  border-radius: 60px;
}
.home-video .video video {
  width: 100%;
  height: auto;
  border-radius: 60px;
}
.home-video .video .video-button {
  border-radius: 60px;
}

.video {
  position: relative;
  font-size: 0;
  line-height: 0;
}
.video .video-button {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.video .video-button.hidden {
  opacity: 0;
  pointer-events: none;
}

.home-products-details-banner {
  background: #DECD90;
  padding-top: 60px;
  border-bottom-right-radius: 120px;
  border-bottom-left-radius: 120px;
}
.home-products-details-banner .banner {
  position: relative;
  font-size: 0;
  line-height: 0;
}
.home-products-details-banner .banner img {
  width: 100%;
  height: 490px;
  object-fit: cover;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
.home-products-details-banner .banner svg {
  position: absolute;
  bottom: 35px;
  right: 40px;
}
.home-products-details-banner .banner .content {
  position: absolute;
  left: 98px;
  top: 77px;
  max-width: 374px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.home-products-details-banner .banner .content h3 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.home-products-details-banner .banner .content h3 strong {
  font-family: "AbrilFatface", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 45px;
  letter-spacing: 0;
  background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-products-details-banner .banner .content h3 span {
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0;
  opacity: 1;
  color: #FFFFFF;
}
.home-products-details-banner .banner .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.home-products-details-banner .banner .content span {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: rgba(247, 252, 244, 0.8);
  opacity: 0.5;
}

.home-products-details {
  background: #FFFFFF;
}
.home-products-details .details .top,
.home-products-details .details .bottom {
  background: #2C3833;
  display: flex;
  gap: 60px;
}
.home-products-details .details .top > *,
.home-products-details .details .bottom > * {
  flex: 1 1 38%;
  max-width: 38%;
}
.home-products-details .details .bottom {
  justify-content: center;
  padding-top: 38px;
}
.home-products-details .details .bottom .elem {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 17px;
}
.home-products-details .details .bottom .elem .icon {
  border: 1px solid #DECD90;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}
.home-products-details .details .bottom .elem p {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0;
  color: #F7FCF4;
  line-height: 27px;
}
.home-products-details .details .bottom .elem p strong {
  font-weight: 700;
  line-height: 27px;
}
.home-products-details .details .bottom .elem.text p {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0;
  color: #F7FCF4;
  opacity: 0.5;
}
.home-products-details .details .top {
  padding-top: 60px;
  justify-content: center;
  align-items: center;
}
.home-products-details .details .top .left img {
  width: 100%;
  height: auto;
}
.home-products-details .details .top .right h3 strong {
  font-family: "AbrilFatface", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0;
  background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-products-details .details .top .right h3 span {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0;
}
.home-products-details .details .top .right h3 p {
  display: block;
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0;
  color: #F7FCF4;
  opacity: 0.5;
  margin-top: 5px;
}
.home-products-details .details .top .right p {
  margin-top: 23px;
  max-width: 385px;
}
.home-products-details .details .top .right p span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(247, 252, 244, 0.8);
}
.home-products-details .details .top .right p strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.home-products-details .details.details-general .top {
  padding-top: 120px;
  padding-bottom: 112px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.home-products-details .details.details-general .top .right .top {
  padding: 0;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
}
.home-products-details .details.details-general .top .right .top .elem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.home-products-details .details.details-general .top .right .top .elem .icon {
  background: #36443E;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 89px;
  height: 89px;
  flex: 0 0 89px;
}
.home-products-details .details.details-general .top .right .top .elem p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  margin-top: 0;
  color: #F7FCF4;
}
.home-products-details .details.details-general .top .right .top .elem p span {
  color: #DECD90;
}
.home-products-details .details.details-general .top .right .top > * {
  flex: 1;
  max-width: 100%;
}
.home-products-details .details.details-general .top .right .bottom {
  padding-top: 28px;
}
.home-products-details .details.details-general .top .right .bottom p {
  max-width: 100%;
  margin-top: 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0;
  color: rgba(247, 252, 244, 0.8);
  opacity: 0.5;
}
.home-products-details .details.details-general h3 strong {
  font-family: "AbrilFatface", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0;
  background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-products-details .details.details-general h3 span {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0;
  color: #FFFFFF;
}

.home-articles {
  padding-top: 70px;
}
.home-articles .container {
  max-width: 1020px;
}
.home-articles h3 {
  text-align: center;
}
.home-articles h3 strong {
  font-family: "AbrilFatface", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0;
  background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-articles h3 span {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0;
  color: #2C3833;
}
.home-articles .content {
  background: #DECD90;
  border-radius: 60px;
  padding: 62px 76px 54px 76px;
  margin-top: 56px;
  position: relative;
}
.home-articles .content img {
  position: absolute;
  max-width: 230px;
  bottom: 0;
  left: 5%;
}
.home-articles .content .text {
  max-width: 70%;
  margin-left: auto;
}
.home-articles .content .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #2C3833;
}
.home-articles .content .text span {
  display: block;
  margin-top: 26px;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #16241F;
}
.home-articles .blog-posts {
  margin-top: 47px;
}
.home-articles .blog-posts .splide__slide {
  padding-bottom: 20px;
}
.home-articles .blog-posts .blog-box .blog-thumb img {
  border-radius: 60px;
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.home-articles .blog-posts .blog-box .blog-date {
  margin-top: 22px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: rgba(44, 56, 51, 0.5019607843);
}
.home-articles .blog-posts .blog-box .blog-title {
  margin-top: 4px;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0;
  color: #2C3833;
}
.home-articles .blog-posts .blog-box .blog-read-more {
  display: block;
  margin-top: 22px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  color: #16241F;
  width: fit-content;
}
.home-articles .blog-posts .blog-box .blog-read-more:after {
  content: "";
  position: absolute;
  width: 90%;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border-bottom: 1px dashed #DECD90;
}

.home-pluses {
  background: #DECD90;
  border-top-right-radius: 120px;
  border-top-left-radius: 120px;
  margin-top: 125px;
}
.home-pluses .content .left {
  position: relative;
  height: 630px;
}
.home-pluses .content .left img {
  position: absolute;
  max-width: 690px;
  bottom: 0;
}
.home-pluses .content .right {
  background: #2C3833;
  height: 440px;
  width: 100%;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding-left: 80px;
  background-image: url("../img/backgroubd-G.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
.home-pluses .content .right:after {
  content: "";
  position: absolute;
  background: #2C3833;
  height: 100%;
  width: 100vw;
  right: -100vw;
}
.home-pluses .content .right .text h3 strong {
  font-family: "AbrilFatface", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0;
  background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-pluses .content .right .text h3 span {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0;
  color: #fff;
}
.home-pluses .content .right .plus {
  display: flex;
  justify-content: space-between;
}
.home-pluses .content .right .plus > * {
  flex: 1 1 100px;
  max-width: 100px;
}
.home-pluses .content .right .plus .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.home-pluses .content .right .plus .item p {
  text-align: center;
  color: #F7FCF4;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
}

.home-faq {
  background: #16241F;
}
.home-faq .reviews {
  padding-top: 73px;
  padding-bottom: 73px;
}
.home-faq .reviews .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.home-faq .reviews .title h3 strong {
  font-family: "AbrilFatface", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0;
  background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-faq .reviews .title h3 span {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0;
  color: #fff;
}
.home-faq .reviews .content .home-reviews__track {
  padding-left: calc(100% - (100% + 1200px) / 2) !important;
}
.home-faq .reviews .content .home-reviews__track .home-reviews__slide .review {
  background: #2C3833;
  border-radius: 60px;
  padding: 60px 60px 65px 60px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.home-faq .reviews .content .home-reviews__track .home-reviews__slide .review .review-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.home-faq .reviews .content .home-reviews__track .home-reviews__slide .review .review-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-faq .reviews .content .home-reviews__track .home-reviews__slide .review .review-content .review-meta .name {
  font-weight: 500;
  font-size: 20px;
  line-height: 27.36px;
  letter-spacing: 0;
  color: #FFFFFF;
}
.home-faq .reviews .content .home-reviews__track .home-reviews__slide .review .review-content .review-meta .age {
  font-weight: 500;
  font-size: 20px;
  line-height: 27.36px;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 0.8;
}
.home-faq .reviews .content .home-reviews__track .home-reviews__slide .review .review-content .stars {
  font-size: 20px;
}
.home-faq .reviews .content .home-reviews__track .home-reviews__slide .review .review-content .stars .star {
  color: #555;
}
.home-faq .reviews .content .home-reviews__track .home-reviews__slide .review .review-content .stars .star.filled {
  background: linear-gradient(164.78deg, #C0984B 10.69%, #E9E1AB 79.12%, #C0984B 111.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-faq .reviews .content .splide__pagination {
  position: relative;
  bottom: 0;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  background: #2C3833;
  padding: 14px 22px;
  border-radius: 22px;
  gap: 10px;
}
.home-faq .reviews .content .splide__pagination li button {
  margin: 0;
  background: #4C5B55;
  width: 8px !important;
  height: 8px !important;
}
.home-faq .reviews .content .splide__pagination li button.is-active {
  background: #DECD90 !important;
  width: 8px !important;
  height: 8px !important;
  transform: scale(1) !important;
}
.home-faq .faq {
  padding-bottom: 85px;
}
.home-faq .faq .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.home-faq .faq .title h3 strong {
  font-family: "AbrilFatface", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0;
  background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-faq .faq .title h3 span {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0;
  color: #fff;
}
.home-faq .faq .left .image {
  position: relative;
  background: #DECD90;
  border-bottom-left-radius: 120px;
  border-top-right-radius: 141px;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  max-width: 445px;
  margin-left: auto;
}
.home-faq .faq .left .image img {
  width: 100%;
  height: auto;
  background: #16241F;
  border-bottom-left-radius: 120px;
  border-top-right-radius: 120px;
  max-height: 620px;
  object-fit: cover;
}
.home-faq .faq .left .image p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #000000;
  padding: 10px 26px;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.home-faq .faq .left .image p img {
  background: none;
  max-width: 133px;
  width: 100%;
  height: auto;
  border-radius: 0;
  object-fit: unset;
}
.home-faq .faq .right .content {
  border: 0.5px solid rgba(215, 215, 215, 0.1450980392);
  border-radius: 35px;
}
.home-faq .faq .right .content .item {
  border-bottom: 0.5px solid rgba(215, 215, 215, 0.1450980392);
  padding: 13px 34px 13px 42px;
}
.home-faq .faq .right .content .item .title {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.home-faq .faq .right .content .item .title .open {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #DECD90;
  flex: 0 0 30px;
  position: relative;
}
.home-faq .faq .right .content .item .title .open.active .vertical {
  transform: translate(-50%, -50%) rotate(0deg) !important;
}
.home-faq .faq .right .content .item .title .open .bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background-color: #e2c97d;
  transition: all 0.3s ease;
}
.home-faq .faq .right .content .item .title .open .bar.vertical {
  transform: translate(-50%, -50%) rotate(90deg);
}
.home-faq .faq .right .content .item .title .open .bar.horizontal {
  transform: translate(-50%, -50%) rotate(0deg);
}
.home-faq .faq .right .content .item .text {
  display: none;
  max-width: calc(100% - 40px);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  padding-top: 20px;
}
.home-faq .faq .right .content .item:nth-last-child(1) {
  border: none;
}

.page-template-template-colagen {
  background: #16241F;
}
.page-template-template-colagen .page .content {
  background: #2C3833;
  border-radius: 60px;
  margin-top: 20px;
  margin-bottom: 100px;
  padding: 70px 95px 105px 95px;
}
.page-template-template-colagen .page .content h1 {
  text-align: center;
  margin-bottom: 40px;
}
.page-template-template-colagen .page .content h1 strong {
  font-family: "AbrilFatface", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0;
  background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-template-colagen .page .content .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  max-width: 688px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(247, 252, 244, 0.8);
}
.page-template-template-colagen .page .content .text p strong {
  color: #FFFFFF;
}
.page-template-template-colagen .page .content .text.full p {
  text-align: left;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-colagen .page .content .imgs {
  margin-top: 50px;
  margin-bottom: 70px;
}
.page-template-template-colagen .page .content .imgs .item {
  border-radius: 60px;
  position: relative;
}
.page-template-template-colagen .page .content .imgs .item p {
  position: absolute;
  top: 30px;
  left: 54px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #16241F;
  max-width: 210px;
}
.page-template-template-colagen .page .content .imgs .item img {
  width: 100%;
  height: 312px;
  object-fit: cover;
  border-radius: 60px;
}
.page-template-template-colagen .page .content .text-with-img {
  margin-top: 42px;
  margin-bottom: 90px;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-colagen .page .content .text-with-img .left img {
  float: right;
  max-width: 400px;
  width: 100%;
  margin-left: 20px;
}
.page-template-template-colagen .page .content .text-with-img .left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(247, 252, 244, 0.8);
}
.page-template-template-colagen .page .content .text-with-img .right img {
  width: 100%;
  border-radius: 60px;
}

.archive-posts {
  background: #16241F;
}
.archive-posts .archive-title {
  margin-top: 50px;
  margin-bottom: 55px;
}
.archive-posts .archive-title h1 {
  text-align: center;
  margin-bottom: 0;
}
.archive-posts .archive-title h1 strong {
  font-family: "AbrilFatface", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0;
  background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.archive-posts .archive-posts {
  padding-bottom: 70px;
}
.archive-posts .archive-posts .item {
  border-radius: 60px;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.archive-posts .archive-posts .item.highlighted-center {
  background: #2C3833;
}
.archive-posts .archive-posts .item.highlighted-center article {
  margin-left: auto;
  margin-right: auto;
}
.archive-posts .archive-posts .item:nth-child(3n) article {
  margin-left: auto;
}
.archive-posts .archive-posts .item article {
  max-width: 290px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
}
.archive-posts .archive-posts .item article .img img {
  border-radius: 60px;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.archive-posts .archive-posts .item article .posted-on {
  margin-top: 22px;
}
.archive-posts .archive-posts .item article .posted-on span {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: rgba(247, 252, 244, 0.8);
}
.archive-posts .archive-posts .item article .title {
  margin-top: 4px;
}
.archive-posts .archive-posts .item article .title h2 {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0;
  color: #FFFFFF;
}
.archive-posts .archive-posts .item article .title h2 a {
  color: #FFFFFF;
}
.archive-posts .archive-posts .item article .read-more {
  margin-top: 22px;
}
.archive-posts .archive-posts .item article .read-more a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  display: block;
  color: #FFFFFF;
  position: relative;
  width: fit-content;
}
.archive-posts .archive-posts .item article .read-more a:after {
  position: absolute;
  content: "";
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  border-bottom: 1px dashed #DECD90;
}
.archive-posts .archive-posts .pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.archive-posts .archive-posts .pagination .nav-links .prev.page-numbers {
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #DECD90;
  margin-right: 25px;
}
.archive-posts .archive-posts .pagination .nav-links .prev.page-numbers:after {
  content: url("../img/arrow-left.png");
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.archive-posts .archive-posts .pagination .nav-links .next.page-numbers {
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #DECD90;
  margin-left: 25px;
}
.archive-posts .archive-posts .pagination .nav-links .next.page-numbers:after {
  content: url("../img/arrow-left.png");
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
}
.archive-posts .archive-posts .pagination .nav-links a:not(.next):not(.prev) {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.3137254902);
  padding: 11px 20px;
  border-radius: 16px;
}
.archive-posts .archive-posts .pagination .nav-links span.current {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 11px 20px;
  border-radius: 16px;
  background: #2C3833;
}
.archive-posts .archive-posts .pagination .nav-links span.dots {
  padding: 11px 0;
  color: rgba(247, 252, 244, 0.8);
}

.single-post {
  background: #16241F;
}
.single-post .post-content {
  background: #2C3833;
  padding: 80px 105px 90px 105px;
  margin-bottom: 70px;
  margin-top: 20px;
  border-radius: 60px;
}
.single-post .post-content article .posted-on {
  margin-top: 60px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.3137254902);
}
.single-post .post-content article .content h1 {
  margin-bottom: 20px;
  margin-top: 5px;
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0;
  color: #F7FCF4;
}
.single-post .post-content article .content h1 strong {
  font-family: "AbrilFatface", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0;
  background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-post .post-content article .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.8);
}
.single-post .post-content article .content p strong,
.single-post .post-content article .content p b {
  color: #FFFFFF;
}
.single-post .post-content article .content h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0;
  margin-top: 35px;
  margin-bottom: 20px;
}
.single-post .post-content article .content ul * {
  color: rgba(255, 255, 255, 0.8);
}
.single-post .navigation {
  margin-top: 60px;
}
.single-post .navigation .nav-links {
  display: flex;
  justify-content: flex-end !important;
  align-items: center;
}
.single-post .navigation .nav-links .nav-previous,
.single-post .navigation .nav-links .nav-next {
  max-width: 400px;
}
.single-post .navigation .nav-links .nav-previous a,
.single-post .navigation .nav-links .nav-next a {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-post .navigation .nav-links .nav-previous a .nav-subtitle,
.single-post .navigation .nav-links .nav-next a .nav-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #DECD90;
  position: relative;
}
.single-post .navigation .nav-links .nav-previous a .nav-title,
.single-post .navigation .nav-links .nav-next a .nav-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.8);
}
.single-post .navigation .nav-links .nav-next a {
  align-items: flex-end;
}
.single-post .navigation .nav-links .nav-next a .nav-title {
  text-align: right;
}
.single-post .navigation .nav-links:has(.nav-previous) {
  justify-content: space-between !important;
}

.shop-page {
  background: #16241F;
  padding-bottom: 80px;
  padding-top: 30px;
}
.shop-page .title {
  padding-bottom: 70px;
  text-align: center;
}
.shop-page .title h1 {
  margin-bottom: 20px;
  margin-top: 5px;
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0;
  color: #F7FCF4;
}
.shop-page .title h1 strong {
  font-family: "AbrilFatface", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0;
  background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shop-page .title h1 span {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0;
  color: #fff;
}
.shop-page .products .splide-products__slide {
  background: #2C3833;
  border-radius: 60px;
  padding: 62px 58px;
}
.shop-page .products .splide-products__slide.active {
  position: relative;
  overflow: hidden;
}
.shop-page .products .splide-products__slide.active:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 5px;
  border-radius: 60px;
  background: linear-gradient(164.78deg, #C0984B 10.69%, #E9E1AB 79.12%, #C0984B 111.32%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.shop-page .products .splide-products__slide a {
  color: #FFFFFF;
}
.shop-page .products .splide-products__slide h3 {
  margin-top: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
}
.shop-page .products .splide-products__slide h3 span {
  display: block;
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0;
  text-align: center;
}
.shop-page .products .splide-products__slide h3 strong {
  font-weight: 500;
}
.shop-page .products .splide-products__slide .description {
  margin-top: 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.shop-page .products .splide-products__slide .description p {
  display: inline;
}
.shop-page .products .splide-products__slide .description p strong {
  font-weight: 700;
  opacity: 1 !important;
}
.shop-page .products .splide-products__slide .description p + p {
  opacity: 0.8;
}
.shop-page .products .splide-products__slide .img {
  height: 170px;
  display: flex;
  align-items: center;
}

body.product-template-default {
  background: #16241F;
}
body.product-template-default .product {
  background: linear-gradient(to bottom, #DECD90 60%, #16241F 40%);
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  padding-top: 65px;
  padding-bottom: 84px;
  transition: all 0.2s ease-in-out;
}
body.product-template-default .product .content-product {
  background: #2C3833;
  border-radius: 60px;
  padding: 140px 107px 60px 107px;
  transition: all 0.2s ease-in-out;
}
body.product-template-default .product .content-product .top {
  display: flex;
  gap: 35px;
}
body.product-template-default .product .content-product .product-gallery-wrapper {
  display: flex;
  gap: 25px;
  flex: 1 1 60%;
}
body.product-template-default .product .content-product .product-gallery-wrapper .splide-main-gallery {
  flex: 1;
}
body.product-template-default .product .content-product .product-gallery-wrapper .splide-main-gallery .splide__list {
  background: #36443E;
  border-radius: 60px;
  height: 390px;
  padding: 0 35px !important;
  align-items: center;
}
body.product-template-default .product .content-product .product-gallery-wrapper .splide-main-gallery .splide__list .splide__slide {
  display: flex;
  align-items: center;
}
body.product-template-default .product .content-product .product-gallery-wrapper .splide-main-gallery .splide__list .splide__slide img {
  width: 100%;
  height: auto;
}
body.product-template-default .product .content-product .product-gallery-wrapper .splide-main-gallery .splide__list .splide__slide video {
  width: 100%;
  height: 60%;
  object-fit: cover;
}
body.product-template-default .product .content-product .product-gallery-wrapper .splide-main-gallery .splide__list .splide__slide.video {
  position: relative;
  cursor: pointer;
}
body.product-template-default .product .content-product .product-gallery-wrapper .splide-main-gallery .splide__list .splide__slide.video video {
  border-radius: 45px;
}
body.product-template-default .product .content-product .product-gallery-wrapper .splide-main-gallery .splide__list .splide__slide.video svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.product-template-default .product .content-product .product-gallery-wrapper .splide-thumbnails {
  width: 100px;
}
body.product-template-default .product .content-product .product-gallery-wrapper .splide-thumbnails .splide__slide {
  background: #36443E;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #36443E;
}
body.product-template-default .product .content-product .product-gallery-wrapper .splide-thumbnails .splide__slide.is-active {
  border-color: #DECD90;
}
body.product-template-default .product .content-product .product-gallery-wrapper .splide-thumbnails .splide__slide img {
  width: 100%;
  height: auto;
  max-width: 70px;
  width: 100%;
}
body.product-template-default .product .content-product .product-gallery-wrapper .splide-thumbnails .splide__slide video {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}
body.product-template-default .product .content-product .product-gallery-wrapper .splide-thumbnails .splide__slide.video {
  position: relative;
}
body.product-template-default .product .content-product .product-gallery-wrapper .splide-thumbnails .splide__slide.video svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.product-template-default .product .content-product .summary {
  flex: 1 1 50%;
  margin-bottom: 0;
}
body.product-template-default .product .content-product .summary .product_title {
  margin-bottom: 20px;
  margin-top: 5px;
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0;
  color: rgba(247, 252, 244, 0.3137254902);
  margin: 0;
}
body.product-template-default .product .content-product .summary .product_title strong {
  font-family: "AbrilFatface", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0;
  background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.product-template-default .product .content-product .summary .product_title span {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0;
  color: #fff;
}
body.product-template-default .product .content-product .summary .woocommerce-product-rating {
  margin-top: 15px;
  margin-bottom: 0;
}
body.product-template-default .product .content-product .summary .woocommerce-product-rating .stars {
  font-size: 18px;
}
body.product-template-default .product .content-product .summary .woocommerce-product-rating .stars .star {
  color: #555;
  margin-right: 2px;
}
body.product-template-default .product .content-product .summary .woocommerce-product-rating .stars .star.filled {
  background: linear-gradient(164.78deg, #C0984B 10.69%, #E9E1AB 79.12%, #C0984B 111.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.product-template-default .product .content-product .summary .woocommerce-product-rating .woocommerce-review-link {
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
  font-size: 18px;
  display: block;
  display: flex;
  align-items: center;
  gap: 5px;
}
body.product-template-default .product .content-product .summary .woocommerce-product-details__short-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 25px;
  max-width: 270px;
}
body.product-template-default .product .content-product .summary .woocommerce-product-details__short-description strong {
  font-weight: 400;
}
body.product-template-default .product .content-product .summary .woocommerce-product-details__short-description p {
  display: inline;
}
body.product-template-default .product .content-product .summary .price {
  margin-top: 25px;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  color: #FFFFFF;
}
body.product-template-default .product .content-product .summary form.cart {
  margin-top: 28px;
  margin-bottom: 13px;
}
body.product-template-default .product .content-product .summary form.cart button {
  padding: 14px 37px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  width: fit-content;
  background: linear-gradient(170.7deg, #C0984B 7.03%, #E9E1AB 109.52%, #C0984B 157.75%);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #16241F;
  position: relative;
}
body.product-template-default .product .content-product .summary form.cart button:hover {
  opacity: 0.7;
  color: #16241F;
}
body.product-template-default .product .content-product .summary form.cart button svg {
  transition: all 0.3s ease-in-out;
}
body.product-template-default .product .content-product .summary form.cart button.added:after {
  content: "";
}
body.product-template-default .product .content-product .summary form.cart button:after {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
body.product-template-default .product .content-product .summary form.cart button.loading, body.product-template-default .product .content-product .summary form.cart button.added.loading {
  opacity: 1;
  color: rgba(22, 36, 31, 0.4392156863);
}
body.product-template-default .product .content-product .summary form.cart button.loading svg, body.product-template-default .product .content-product .summary form.cart button.added.loading svg {
  opacity: 0.5;
}
body.product-template-default .product .content-product .summary form.cart button.loading:after, body.product-template-default .product .content-product .summary form.cart button.added.loading:after {
  content: "";
  width: 26px;
  height: 26px;
  border: 3px solid #16241F;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  z-index: 3;
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
  position: absolute;
}
body.product-template-default .product .content-product .summary form.cart button.added:after {
  display: none;
}
body.product-template-default .product .content-product .summary .product_meta .sku_wrapper {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.3137254902);
}
body.product-template-default .product .content-product .woocommerce-tabs {
  margin-top: 80px;
}
body.product-template-default .product .content-product .woocommerce-tabs ul.tabs {
  padding: 0;
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
body.product-template-default .product .content-product .woocommerce-tabs ul.tabs:before, body.product-template-default .product .content-product .woocommerce-tabs ul.tabs:after {
  display: none;
}
body.product-template-default .product .content-product .woocommerce-tabs ul.tabs li {
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.8);
  padding: 11px 13px;
  border: none;
  border-radius: 500px;
}
body.product-template-default .product .content-product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.8);
  padding: 0;
}
body.product-template-default .product .content-product .woocommerce-tabs ul.tabs li.active {
  background: #36453F;
}
body.product-template-default .product .content-product .woocommerce-tabs ul.tabs li.active a {
  color: #F7FCF4;
  text-shadow: 0 0 1px white;
}
body.product-template-default .product .content-product .woocommerce-tabs ul.tabs li:before, body.product-template-default .product .content-product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel {
  margin-bottom: 0;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--general_info_tab {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--general_info_tab .top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--general_info_tab .top .left {
  flex: 1 1 32%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.8);
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--general_info_tab .top .right {
  flex: 1 1 40%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--general_info_tab .top .right .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 11px;
  flex: 0 0 105px;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--general_info_tab .top .right .item .img {
  background: #36443E;
  border-radius: 17px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--general_info_tab .top .right .item .img img {
  width: auto;
  max-height: 60px;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--general_info_tab .top .right .item .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  color: #F7FCF4;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--general_info_tab .top .right .item .text span {
  color: #DECD90;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--general_info_tab .top p + p {
  color: rgba(255, 255, 255, 0.8) !important;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--general_info_tab .top + p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.8) !important;
  margin-bottom: 30px;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--general_info_tab .top + p + p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.8) !important;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--general_info_tab .top + p + p a {
  color: #FFFFFF;
  text-decoration: underline;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--general_info_tab strong {
  color: #FFFFFF !important;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--usage_method_tab,
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--storage_tab,
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--daily_portion_tab {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.8);
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--usage_method_tab strong,
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--storage_tab strong,
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--daily_portion_tab strong {
  color: #F7FCF4;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--faq_tab .content {
  border: 0.5px solid rgba(215, 215, 215, 0.1450980392);
  border-radius: 35px;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--faq_tab .content .item {
  border-bottom: 0.5px solid rgba(215, 215, 215, 0.1450980392);
  padding: 13px 34px 13px 42px;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--faq_tab .content .item .title {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--faq_tab .content .item .title .open {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #DECD90;
  flex: 0 0 30px;
  position: relative;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--faq_tab .content .item .title .open.active .vertical {
  transform: translate(-50%, -50%) rotate(0deg) !important;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--faq_tab .content .item .title .open .bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background-color: #e2c97d;
  transition: all 0.3s ease;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--faq_tab .content .item .title .open .bar.vertical {
  transform: translate(-50%, -50%) rotate(90deg);
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--faq_tab .content .item .title .open .bar.horizontal {
  transform: translate(-50%, -50%) rotate(0deg);
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--faq_tab .content .item .text {
  display: none;
  max-width: calc(100% - 40px);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  padding-top: 20px;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--faq_tab .content .item:nth-last-child(1) {
  border: none;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--ingredients_tab .ingredients-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #2C3833;
  border-radius: 50px;
  overflow: hidden;
  font-family: sans-serif;
  color: #fff;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--ingredients_tab .ingredients-table thead th {
  background-color: #36443E;
  padding: 20px 55px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #F7FCF4;
  width: 50%;
  vertical-align: middle;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--ingredients_tab .ingredients-table thead th strong {
  font-weight: 400;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--ingredients_tab .ingredients-table tbody td {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.062745098);
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.5647058824);
  text-align: center;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--ingredients_tab .ingredients-table tbody tr:last-child td {
  border-bottom: none;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review {
  margin-bottom: 50px;
  background: #36443E;
  border-radius: 65px;
  padding: 40px 54px 60px 54px;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review.no-reviews {
  text-align: center;
  padding: 40px 54px;
  border-radius: 30px;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond .comment-reply-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  color: #F7FCF4;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form {
  position: relative;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .comment-form-rating {
  max-width: 74%;
  margin-bottom: 30px;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .comment-form-rating .stars {
  margin: 0 !important;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .comment-form-rating .stars span {
  direction: rtl;
  unicode-bidi: bidi-override;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .comment-form-rating .stars a {
  margin-right: 1px;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .comment-form-rating .stars a::before {
  content: "★";
  background: #555;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 18px;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .comment-form-rating .stars a:hover ~ a::before,
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .comment-form-rating .stars a:hover::before, body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .comment-form-rating .stars.selected a.active ~ a::before, body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .comment-form-rating .stars.selected a.active::before {
  background: linear-gradient(170.7deg, #C0984B 7.03%, #E9E1AB 109.52%, #C0984B 157.75%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .comment-form-rating .stars a:hover,
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .comment-form-rating .stars a:hover ~ a {
  background: linear-gradient(170.7deg, #C0984B 7.03%, #E9E1AB 109.52%, #C0984B 157.75%);
  -webkit-background-clip: text;
  color: transparent;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .comment-form-comment {
  max-width: 74%;
  margin: 0;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .comment-form-comment textarea {
  background: #4D5E57;
  border-radius: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.3137254902);
  padding: 26px 30px;
  outline: none;
  height: auto !important;
  border: none;
  resize: none;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .comment-form-comment textarea::placeholder {
  color: rgba(255, 255, 255, 0.3137254902);
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .form-submit {
  width: 205px;
  position: absolute;
  right: 0;
  top: 45px;
  margin: 0;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .form-submit .submit {
  width: 100%;
  background: linear-gradient(170.7deg, #C0984B 7.03%, #E9E1AB 109.52%, #C0984B 157.75%) !important;
  border-radius: 50px !important;
  padding: 14px !important;
  text-align: center;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0;
  color: #16241F !important;
  transition: all 0.3s ease-in-out;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .form-submit .submit:hover {
  opacity: 0.8;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .commentlist {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .commentlist .comment {
  padding-left: 20px;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .commentlist .comment_container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 25px;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .commentlist .comment_container:nth-last-child(1) {
  margin-bottom: 0;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .commentlist .comment_container .custom-review-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .commentlist .comment_container .custom-review-content .custom-review-meta .custom-review-author {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  color: #F7FCF4;
  margin-bottom: 5px;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .commentlist .comment_container .custom-review-content .custom-review-meta .woocommerce-review-rating {
  font-size: 16px;
  margin-bottom: 5px;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .commentlist .comment_container .custom-review-content .custom-review-meta .woocommerce-review-rating .star {
  color: #555;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .commentlist .comment_container .custom-review-content .custom-review-meta .woocommerce-review-rating .star.filled {
  background: linear-gradient(164.78deg, #C0984B 10.69%, #E9E1AB 79.12%, #C0984B 111.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .commentlist .comment_container .custom-review-content .custom-review-meta .custom-review-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.8);
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .commentlist .comment_container .custom-review-text {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.8);
}
body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .commentlist .comment_container .custom-review-avatar img {
  border-radius: 50%;
  opacity: 0.2;
}
body.product-template-default .product #videoModal .modal-dialog {
  max-width: 1000px;
}
body.product-template-default .product #videoModal video {
  width: 100%;
  height: auto;
  border-radius: 50px;
  cursor: pointer;
}
body.product-template-default .product #videoModal .modal-content {
  border-radius: 50px;
}
body.product-template-default .product #videoModal .modal-body {
  position: relative;
  border-radius: 50px;
}
body.product-template-default .product #videoModal .modal-body svg {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body.woocommerce-account .site-main {
  background: #16241F;
}
body.woocommerce-account .site-main article {
  max-width: 1232px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
body.woocommerce-account .site-main article .entry-header {
  margin: 0;
  text-align: center;
  padding: 50px 0;
}
body.woocommerce-account .site-main article .entry-header h1 {
  font-family: "AbrilFatface", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0;
  background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  width: fit-content;
  margin: auto;
}
body.woocommerce-account .site-main article .entry-content {
  padding-bottom: 100px;
}
body.woocommerce-account .site-main article .entry-content h2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0;
  color: #F7FCF4;
  text-align: center;
  margin-bottom: 30px;
}
body.woocommerce-account .site-main article .entry-content .woocommerce .col2-set {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 25px;
}
body.woocommerce-account .site-main article .entry-content .woocommerce .col2-set > * {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form {
  border: none;
  background: #2C3833;
  border-radius: 50px;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form .remember {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form .remember:before, body.woocommerce-account .site-main article .entry-content .woocommerce form .remember:after {
  display: none;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row {
  margin: 0 0 15px 0;
  padding: 0;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row.button {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row.button button {
  padding: 10px 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  width: fit-content;
  background: linear-gradient(170.7deg, #C0984B 7.03%, #E9E1AB 109.52%, #C0984B 157.75%);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #16241F;
  margin: 20px 0 0 0;
  color: #16241F;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #F7FCF4;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row input {
  background: #3D4743;
  border-radius: 30px;
  border: none;
  margin-top: 5px;
  padding: 10px 20px;
  color: #F7FCF4;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row input:focus, body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row input:active {
  outline: none;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row .show-password-input {
  color: #F7FCF4;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row a {
  color: #DECD90;
  text-decoration: underline;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row.remember label, body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row.privacy label {
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #F7FCF4;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row.remember label input, body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row.privacy label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 3px 0 0 0;
  background: #FFFFFF;
  border-radius: 7px;
  width: 18px;
  height: 18px;
  padding: 0;
  position: relative;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row.remember label input:after, body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row.privacy label input:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row.remember label input:checked:after, body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row.privacy label input:checked:after {
  opacity: 1;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row .woocommerce-password-hint {
  display: none !important;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row .woocommerce-password-strength {
  background: none;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row .woocommerce-password-strength.short {
  color: #e35b5b;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row .woocommerce-password-strength.bad {
  color: #f78b53;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row .woocommerce-password-strength.good {
  color: #ffc733;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form .form-row .woocommerce-password-strength.strong {
  color: #83c373;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form.woocommerce-ResetPassword {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form.woocommerce-ResetPassword p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #F7FCF4;
}
body.woocommerce-account .site-main article .entry-content .woocommerce form.woocommerce-ResetPassword .woocommerce-form-row--first {
  width: 100%;
  margin-top: 20px;
}
body.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content p {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 30px;
}
body.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content p strong {
  font-weight: 500;
}
body.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content p a {
  text-decoration: none;
  position: relative;
}
body.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content p a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #DECD90;
  left: 0;
}
body.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content p + p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
body.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content p + p a:after {
  display: none;
}
body.woocommerce-account.woocommerce-edit-account .woocommerce-EditAccountForm {
  padding: 0 !important;
}
body.woocommerce-account.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row {
  width: 100%;
}
body.woocommerce-account.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row em {
  font-size: 14px;
  line-height: 16px;
  margin-top: 5px;
  display: block;
}
body.woocommerce-account.woocommerce-edit-account .woocommerce-EditAccountForm fieldset {
  margin-top: 40px;
}
body.woocommerce-account.woocommerce-edit-account .woocommerce-EditAccountForm fieldset legend {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}
body.woocommerce-account.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-Button {
  padding: 10px 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  width: fit-content;
  background: linear-gradient(170.7deg, #C0984B 7.03%, #E9E1AB 109.52%, #C0984B 157.75%);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #16241F;
  margin: 20px auto 0 auto;
  color: #16241F;
}
body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content form #shipping_country_field,
body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content form #billing_country_field {
  display: none !important;
}
body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content form .button {
  padding: 10px 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  width: fit-content;
  background: linear-gradient(170.7deg, #C0984B 7.03%, #E9E1AB 109.52%, #C0984B 157.75%);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #16241F;
  margin: 20px auto 0 auto;
  color: #16241F;
}
body.woocommerce-account.woocommerce-edit-address .woocommerce-Addresses:before, body.woocommerce-account.woocommerce-edit-address .woocommerce-Addresses:after {
  display: none;
}
body.woocommerce-account.woocommerce-edit-address .woocommerce-Addresses header {
  background: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
body.woocommerce-account.woocommerce-edit-address .woocommerce-Addresses header h2 {
  margin: 0 0 5px 0;
  text-align: left;
}
body.woocommerce-account.woocommerce-edit-address .woocommerce-Addresses header a {
  float: left !important;
}
body.woocommerce-account.logged-in .entry-content {
  max-width: 998px;
  margin-left: auto;
  margin-right: auto;
}
body.woocommerce-account.logged-in .entry-content > .woocommerce {
  display: flex;
  gap: 55px;
  align-items: stretch;
}
body.woocommerce-account.logged-in .entry-content > .woocommerce:before, body.woocommerce-account.logged-in .entry-content > .woocommerce:after {
  display: none;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  background: #2C3833;
  border-radius: 60px;
  padding: 45px 60px;
  width: 80%;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content a {
  color: #DECD90;
  text-decoration: underline;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-button {
  padding: 2px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 50px;
  background: linear-gradient(170.7deg, #C0984B 7.03%, #E9E1AB 109.52%, #C0984B 157.75%);
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0;
  text-align: center;
  color: #16241F;
  margin: 0;
  text-decoration: none;
  width: 100%;
  color: #16241F;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-error {
  background: #3D4743;
  color: #F7FCF4;
  display: flex;
  outline: none !important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info a,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-error a {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 50px;
  background: linear-gradient(170.7deg, #C0984B 7.03%, #E9E1AB 109.52%, #C0984B 157.75%);
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0;
  text-align: center;
  color: #16241F;
  margin: 0;
  text-decoration: none;
  width: fit-content;
  margin-left: auto;
  color: #16241F;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-order-details__title {
  margin-top: 30px;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  width: 17%;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #F7FCF4;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 25px 0 20px 2px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0823529412);
  color: #797979;
}
body.woocommerce-account .entry-footer {
  display: none;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.xoo-wsc-pname strong {
  font-weight: 700 !important;
}

.xoo-wsc-ft-buttons-cont a {
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 50px;
  background: linear-gradient(170.7deg, #C0984B 7.03%, #E9E1AB 109.52%, #C0984B 157.75%);
  color: #16241F !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  color: #16241F;
  text-decoration: none;
  width: 100%;
  border: none !important;
}
.xoo-wsc-ft-buttons-cont a:hover {
  border: none !important;
  color: #16241F !important;
  opacity: 0.7;
}

body.woocommerce-cart .entry-footer {
  display: none;
}
body.woocommerce-cart .site-main {
  background: #16241F;
  padding-bottom: 70px;
}
body.woocommerce-cart .site-main article {
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
}
body.woocommerce-cart .site-main .entry-header {
  margin: 0;
  text-align: center;
  padding: 50px 0;
}
body.woocommerce-cart .site-main .entry-header h1 {
  font-family: "AbrilFatface", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0;
  background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  width: fit-content;
  margin: auto;
}
body.woocommerce-cart .site-main .cart-content {
  background: #2C3833;
  border-radius: 60px;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products {
  display: flex;
  flex-direction: column;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .head {
  display: flex;
  justify-content: flex-start;
  padding: 35px 63px 30px 63px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #F7FCF4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .head .remove {
  max-width: 60px;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .head .price {
  text-align: center;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .head .quantity {
  text-align: center;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .head .sum {
  text-align: right;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product {
  display: flex;
  justify-content: flex-start;
  padding: 37px 63px 43px 63px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
  align-items: center;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .remove {
  max-width: 60px;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .remove .remove:hover {
  background: none !important;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .image img {
  max-width: 190px;
  height: auto;
  width: 100%;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .name {
  padding-right: 0;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .name a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #FFFFFF;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .name a span {
  display: block;
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: left;
  color: #FFFFFF;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .name a span strong {
  font-weight: 400;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .price {
  text-align: center;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .price bdi {
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  color: #FFFFFF;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .quantity {
  text-align: center;
  display: flex;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .quantity .qib-button-wrapper {
  margin: 0 auto 0 auto;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .quantity .qib-button-wrapper .quantity input.input-text.qty.text {
  background: transparent;
  width: 35px;
  padding: 0;
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  border: none;
  color: #FFFFFF;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .quantity .qib-button-wrapper .plus.qib-button {
  background: url("../img/plus.svg");
  width: 50px;
  height: 50px;
  text-indent: -999999999px;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .quantity .qib-button-wrapper .minus.qib-button {
  background: url("../img/minus.svg");
  width: 50px;
  height: 50px;
  text-indent: -999999999px;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .sum {
  text-align: right;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .sum bdi {
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  color: #FFFFFF;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals {
  display: flex;
  justify-content: space-between;
  padding: 37px 76px 30px 76px;
  position: relative;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals:after {
  content: "";
  position: absolute;
  left: 37%;
  bottom: 0;
  height: 270px;
  background-image: url("../img/cart-bg-letter.png");
  opacity: 0.02;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals button[name=update_cart] {
  display: none !important;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .left {
  max-width: 350px;
  width: 100%;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .left .coupon {
  background: #3D4743;
  border-radius: 26px;
  padding: 9px 10px;
  display: flex;
  position: relative;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .left .coupon .coupon-error-notice {
  position: absolute;
  width: 100%;
  left: 20px;
  bottom: -18px;
  color: red;
  font-size: 12px;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .left .coupon input {
  background: #3D4743;
  outline: none !important;
  box-shadow: none;
  border: none;
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #FFFFFF;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .left .coupon input::placeholder {
  color: #FFFFFF;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .left .coupon button {
  max-width: 100px;
  width: 100%;
  background: #DECD90;
  border-radius: 30px;
  padding: 9px 10px;
  color: #16241F;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .left .coupon button:hover {
  opacity: 0.7;
  color: #16241F;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .right {
  max-width: 310px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .right table {
  margin: 0;
  max-width: 90%;
  margin-left: auto;
  border: none;
  margin-bottom: 20px;
  border: none;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .right table td, body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .right table th {
  border: none;
  padding: 0;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .right table tr th {
  text-align: left;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .right table tr td {
  text-align: right;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .right table tr th, body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .right table tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #FFFFFF;
  padding: 6px 0;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .right .wc-proceed-to-checkout {
  border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
  padding-top: 30px;
  display: flex;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .right .wc-proceed-to-checkout a {
  width: fit-content;
  margin-left: auto;
  padding: 14px 37px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  width: fit-content;
  background: linear-gradient(170.7deg, #C0984B 7.03%, #E9E1AB 109.52%, #C0984B 157.75%);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #16241F;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .right .wc-proceed-to-checkout a:hover {
  opacity: 0.7;
  color: #16241F;
}
body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .row {
  margin: 0;
}
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error {
  background: #3D4743;
  color: #F7FCF4;
  display: flex;
  outline: none !important;
}
body.woocommerce-cart .woocommerce-message a,
body.woocommerce-cart .woocommerce-info a,
body.woocommerce-cart .woocommerce-error a {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 50px;
  background: linear-gradient(170.7deg, #C0984B 7.03%, #E9E1AB 109.52%, #C0984B 157.75%);
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0;
  text-align: center;
  color: #16241F;
  margin: 0;
  text-decoration: none;
  width: fit-content;
  margin-left: auto;
  color: #16241F;
}

.woocommerce .blockUI.blockOverlay {
  border-radius: 60px;
  background: #2C3833 !important;
}
.woocommerce .blockUI.blockOverlay:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  text-align: center;
  width: 35px;
  height: 35px;
  border: 3px solid #16241F;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  z-index: 3;
  opacity: 1;
  background: none;
}

body.woocommerce-checkout .site-main {
  background: #16241F;
  padding-bottom: 70px;
}
body.woocommerce-checkout .site-main article {
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
}
body.woocommerce-checkout .site-main article .entry-header {
  margin: 0;
  text-align: center;
  padding: 50px 0;
}
body.woocommerce-checkout .site-main article .entry-header h1 {
  font-family: "AbrilFatface", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0;
  background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  width: fit-content;
  margin: auto;
}
body.woocommerce-checkout .site-main article .checkout-block {
  background: #2C3833;
  border-radius: 60px;
  padding: 70px 100px;
}
body.woocommerce-checkout .site-main article .checkout-block .woocommerce-message,
body.woocommerce-checkout .site-main article .checkout-block .woocommerce-error,
body.woocommerce-checkout .site-main article .checkout-block .woocommerce-notice {
  display: none !important;
}
body.woocommerce-checkout .site-main article .checkout-block h2.title {
  font-weight: 500;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0;
  color: #F7FCF4;
  margin-bottom: 44px;
}
body.woocommerce-checkout .site-main article .checkout-block .account {
  margin-bottom: 44px;
}
body.woocommerce-checkout .site-main article .checkout-block .account h3 {
  padding-left: 28px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #F7FCF4;
}
body.woocommerce-checkout .site-main article .checkout-block .account h3 span {
  color: #DECD90;
  position: relative;
  cursor: pointer;
}
body.woocommerce-checkout .site-main article .checkout-block .account h3 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  border-bottom: 1px dashed #DECD90;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsLoginForm {
  max-width: 680px;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsLoginForm form {
  border: none;
  margin: 30px 0 0 0;
  padding: 0;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsLoginForm form p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #F7FCF4;
  margin-bottom: 20px;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsLoginForm form .form-row {
  width: 100%;
  margin-bottom: 10px;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsLoginForm form .form-row input {
  background: #3D4743;
  border-radius: 30px;
  border: none;
  margin-top: 5px;
  padding: 10px 20px;
  color: #F7FCF4;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsLoginForm form .form-row input:focus, body.woocommerce-checkout .site-main article .checkout-block .account .JsLoginForm form .form-row input:active {
  outline: none;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsLoginForm form .form-row .show-password-input {
  color: #F7FCF4;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsLoginForm form .account-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsLoginForm form .account-set:before, body.woocommerce-checkout .site-main article .checkout-block .account .JsLoginForm form .account-set:after {
  display: none;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsLoginForm form .account-set .lost_password {
  margin-bottom: 0;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsLoginForm form .account-set .woocommerce-form-login__rememberme {
  display: flex;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #F7FCF4;
  align-items: flex-start;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsLoginForm form .account-set .woocommerce-form-login__rememberme input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 3px 0 0 0;
  background: #FFFFFF;
  border-radius: 7px;
  width: 18px;
  height: 18px;
  padding: 0;
  position: relative;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsLoginForm form .account-set .woocommerce-form-login__rememberme input:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsLoginForm form .account-set .woocommerce-form-login__rememberme input:checked:after {
  opacity: 1;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsLoginForm form .account-set a {
  color: #DECD90;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsLoginForm form .woocommerce-button {
  padding: 10px 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  width: fit-content;
  background: linear-gradient(170.7deg, #C0984B 7.03%, #E9E1AB 109.52%, #C0984B 157.75%);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #16241F;
  margin: 20px auto 0 auto;
  color: #16241F;
  transition: all 0.3s ease-in-out;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsLoginForm form .woocommerce-button:hover {
  opacity: 0.8;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsRegisterForm {
  max-width: 680px;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsRegisterForm .create-account {
  margin: 30px 0 0 0;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsRegisterForm .create-account .form-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsRegisterForm .create-account .form-row label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #F7FCF4;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsRegisterForm .create-account .form-row input {
  background: #3D4743;
  border-radius: 30px;
  border: none;
  margin-top: 5px;
  padding: 10px 20px;
  color: #F7FCF4;
  width: 100%;
}
body.woocommerce-checkout .site-main article .checkout-block .account .JsRegisterForm .create-account .form-row input:focus, body.woocommerce-checkout .site-main article .checkout-block .account .JsRegisterForm .create-account .form-row input:active {
  outline: none;
}
body.woocommerce-checkout .site-main article .checkout-block .JsRegisterForm,
body.woocommerce-checkout .site-main article .checkout-block .JsLoginForm {
  display: none;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .col-1 {
  width: 100%;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-billing-fields {
  max-width: 680px;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 20px;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  flex: 1 1 44%;
  margin: 0;
  padding: 0;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #F7FCF4;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label .required {
  display: none !important;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input {
  background: #3D4743;
  border-radius: 30px;
  border: none;
  margin-top: 5px;
  color: #F7FCF4;
  width: 100%;
  font-size: 16px;
  padding: 20px 30px;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input:focus, body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input:active {
  outline: none;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-billing-fields .screen-reader-text {
  clip: unset;
  width: 100%;
  height: auto;
  position: relative !important;
  overflow: auto;
  clip-path: border-box;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-additional-fields {
  margin-top: 20px;
  max-width: 680px;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-additional-fields .optional {
  display: none !important;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-additional-fields label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #F7FCF4;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-additional-fields label .required {
  display: none !important;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-additional-fields textarea {
  background: #3D4743;
  border-radius: 30px;
  border: none;
  margin-top: 5px;
  color: #F7FCF4;
  width: 100%;
  font-size: 16px;
  padding: 20px 30px;
  height: 150px;
  resize: none;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-additional-fields textarea:focus, body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-additional-fields textarea:active {
  outline: none;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-shipping-fields {
  margin-top: 20px;
  max-width: 680px;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 20px;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row {
  flex: 1 1 44%;
  margin: 0;
  padding: 0;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #F7FCF4;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label .required {
  display: none !important;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row input {
  background: #3D4743;
  border-radius: 30px;
  border: none;
  margin-top: 5px;
  color: #F7FCF4;
  width: 100%;
  font-size: 16px;
  padding: 20px 30px;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row input:focus, body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row input:active {
  outline: none;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .screen-reader-text {
  clip: unset;
  width: 100%;
  height: auto;
  position: relative !important;
  overflow: auto;
  clip-path: border-box;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-shipping-fields #ship-to-different-address label {
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #F7FCF4;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-shipping-fields #ship-to-different-address label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 3px 0 0 0;
  background: #FFFFFF;
  border-radius: 7px;
  width: 18px;
  height: 18px;
  padding: 0;
  position: relative;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-shipping-fields #ship-to-different-address label input:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-shipping-fields #ship-to-different-address label input:checked:after {
  opacity: 1;
}
body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-shipping-fields .shipping_address {
  margin-top: 15px;
}
body.woocommerce-checkout .site-main article .checkout-block .create-account {
  display: block;
}
body.woocommerce-checkout .site-main article .checkout-block #payment {
  background: none;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order {
  margin-top: 60px;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order #order_review_heading {
  display: none;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order #order_review_title {
  font-weight: 500;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0;
  color: #F7FCF4;
  margin-top: 34px;
  margin-bottom: 40px;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .coupon-form {
  padding: 44px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.0823529412) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0823529412) !important;
  border-left: none;
  border-right: none;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  border: none;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td {
  border: none;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .coupon-form .woocommerce-form-coupon {
  display: flex !important;
  background: #3D4743;
  border-radius: 40px;
  padding: 8px 17px;
  max-width: 340px;
  margin: 0;
  border: none;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .coupon-form .woocommerce-form-coupon .form-row {
  margin: 0;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .coupon-form .woocommerce-form-coupon .form-row-first {
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .coupon-form .woocommerce-form-coupon .form-row-first input {
  background: #3D4743;
  outline: none !important;
  box-shadow: none;
  border: none;
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #FFFFFF;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .coupon-form .woocommerce-form-coupon .form-row-first input::placeholder {
  color: #FFFFFF;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .coupon-form .woocommerce-form-coupon .form-row-last {
  flex: 1;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .coupon-form .woocommerce-form-coupon .form-row-last button {
  width: 83px;
  background: #DECD90;
  padding: 9px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #16241F;
  border-radius: 30px;
  text-transform: uppercase;
  height: 100%;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .coupon-form .woocommerce-form-coupon .form-row-last button:hover {
  opacity: 0.8;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th {
  padding-bottom: 34px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #F7FCF4;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th.product-quantity {
  text-align: center;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th.product-total {
  text-align: right;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item td {
  border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
  padding-top: 36px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .content {
  display: flex;
  align-items: center;
  gap: 30px;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .content .product-thumbnail img {
  max-width: 190px;
  width: 100%;
  height: auto;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-quantity {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #F7FCF4;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-total {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: right;
  padding-right: 15px;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal th,
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal td,
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total th,
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total td,
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-discount th,
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-discount td {
  padding-top: 27px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal th,
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total th,
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-discount th {
  padding-left: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #F7FCF4;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal td,
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total td,
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-discount td {
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #F7FCF4;
  padding-right: 15px;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal td label,
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total td label,
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-discount td label {
  cursor: pointer;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal td a,
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total td a,
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-discount td a {
  color: #DECD90;
  font-weight: 500;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total th, body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total td {
  border: none !important;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .shipping-title th {
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 20px;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .shipping td {
  padding-top: 0px;
  padding-left: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .shipping td label {
  cursor: pointer;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .shipping td input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 3px 0 0 0;
  background: #FFFFFF;
  border-radius: 7px;
  width: 18px;
  height: 18px;
  padding: 0;
  position: relative;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .shipping td input:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border: none;
  background: #2C3833;
  border-radius: 50%;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.1s ease-in-out;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .shipping td input:checked:after {
  opacity: 1;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .payment_methods {
  border-bottom: none !important;
  margin-bottom: 20px !important;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .payment_methods li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 3px 10px 0 0 !important;
  top: 2px;
  background: #FFFFFF;
  border-radius: 7px;
  width: 18px;
  height: 18px;
  padding: 0;
  position: relative;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .payment_methods li input:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border: none;
  background: #2C3833;
  border-radius: 50%;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.1s ease-in-out;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .payment_methods li input:checked:after {
  opacity: 1;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .payment_methods li .payment_box {
  background-color: transparent !important;
  padding: 0 !important;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0;
  color: rgba(247, 252, 244, 0.5019607843) !important;
}
body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .payment_methods li .payment_box:before {
  display: none !important;
}
body.woocommerce-checkout .site-main article .woocommerce-terms-and-conditions-wrapper a {
  color: #DECD90;
  text-decoration: underline;
}
body.woocommerce-checkout .site-main article .woocommerce-terms-and-conditions-wrapper .required {
  display: none !important;
}
body.woocommerce-checkout .site-main article .woocommerce-terms-and-conditions-wrapper input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: -5px 10px 0 0;
  background: #FFFFFF;
  border-radius: 7px;
  width: 18px;
  height: 18px;
  padding: 0;
  position: relative;
}
body.woocommerce-checkout .site-main article .woocommerce-terms-and-conditions-wrapper input:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
body.woocommerce-checkout .site-main article .woocommerce-terms-and-conditions-wrapper input:checked:after {
  opacity: 1;
}
body.woocommerce-checkout .site-main article button#place_order {
  padding: 14px 37px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  width: fit-content;
  background: linear-gradient(170.7deg, #C0984B 7.03%, #E9E1AB 109.52%, #C0984B 157.75%);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #16241F;
}
body.woocommerce-checkout .site-main article button#place_order:hover {
  opacity: 0.7;
  color: #16241F;
}
body.woocommerce-checkout .site-main article .blockUI.blockOverlay {
  background: #2C3833 !important;
}
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-message {
  background: #3D4743;
  color: #F7FCF4;
  display: flex;
  outline: none !important;
}

#add_payment_method .checkout .checkout-inline-error-message, .woocommerce-cart .checkout .checkout-inline-error-message, .woocommerce-checkout .checkout .checkout-inline-error-message {
  margin-top: 4px;
}

:root {
  --wc-red: #FF0000;
}

.woocommerce-order-received .entry-content {
  background: #2C3833;
  border-radius: 60px;
  padding: 60px 100px;
}
.woocommerce-order-received .entry-content a {
  color: #DECD90;
}
.woocommerce-order-received .entry-content .woocommerce-notice {
  font-weight: 500;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.woocommerce-order-received .entry-content h2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.woocommerce-order-received .entry-content address {
  height: 100%;
  padding: 20px 20px;
}
.woocommerce-order-received .entry-content .woocommerce-columns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.woocommerce-order-received .entry-content .woocommerce-columns:before, .woocommerce-order-received .entry-content .woocommerce-columns:after {
  display: none;
}
.woocommerce-order-received .entry-content .woocommerce-columns .woocommerce-column {
  display: flex;
  flex-direction: column;
}

address {
  line-height: 24px;
}

/* MEDIA */
@media (max-width: 1400px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-products-details-banner {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .home-faq .reviews .content .home-reviews__track {
    padding-left: 32px !important;
  }
  .shop-page .products .splide-products__slide {
    padding: 62px 40px;
  }
}
@media (max-width: 1200px) {
  body.product-template-default .product .content-product {
    padding: 60px 23px 40px 23px;
  }
  .home-banner .left .top p {
    font-size: 15px;
    line-height: 22px;
  }
  .home-banner .right .add-image img {
    max-width: 500px;
    height: auto;
  }
  .home-banner {
    padding-top: 20px;
  }
  .home-products .content .products {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-products-details .details.details-general .top .right .top {
    gap: 5px;
  }
  .home-pluses {
    height: 600px;
  }
  .home-pluses .content .left img {
    max-width: 570px;
  }
  .home-pluses .content .left {
    height: 600px;
  }
  .home-faq .reviews .content .home-reviews__track .home-reviews__slide .review .review-content .review-meta {
    display: flex;
    flex-direction: column;
  }
  .home-faq .reviews .content .home-reviews__track .home-reviews__slide .review {
    padding: 60px 50px 65px 50px;
  }
  .home-faq .reviews .content .home-reviews__track .home-reviews__slide .review .review-content {
    align-items: flex-start;
  }
  .home-faq .faq .left .image p {
    padding: 10px 7px;
  }
  .home-pluses .content .right .plus .item svg {
    width: 80px;
    height: 80px;
  }
  .page-template-template-colagen .page .content .imgs .item p {
    top: 30px;
    left: 20px;
  }
}
@media (max-width: 1070px) {
  .home-banner .left .middle .title h1 span {
    font-size: 50px;
  }
  .home-banner .left .middle .title {
    margin-top: 10px;
  }
  .home-banner .left .middle .text {
    margin-top: 20px;
  }
  .home-banner .left .middle .link {
    margin-top: 35px;
  }
  .home-banner .left .add-text {
    margin-top: 50px;
  }
  footer .content .newsletter {
    padding: 37px 30px 25px 30px;
  }
}
body.woocommerce-cart .entry-content {
  padding: 0 16px;
}

body.woocommerce-checkout .site-main article {
  padding: 0 16px;
}

@media (max-width: 992px) {
  body.product-template-default .product .content-product .product-gallery-wrapper .splide-thumbnails {
    width: 100%;
  }
  body.product-template-default .product .content-product .top {
    flex-direction: column;
  }
  body.product-template-default .product .content-product .summary {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
  body.product-template-default .product .content-product .summary .woocommerce-product-details__short-description {
    max-width: 100%;
  }
  body.product-template-default .product .content-product .product-gallery-wrapper .splide-main-gallery .splide__list {
    height: auto;
  }
  body.product-template-default .product .content-product .product-gallery-wrapper {
    flex-direction: column-reverse;
  }
  body.woocommerce-checkout .site-main article .checkout-block h2.title,
  body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order #order_review_title {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-billing-fields,
  body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-additional-fields,
  body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-shipping-fields {
    max-width: 100%;
  }
  body.woocommerce-checkout .site-main article .checkout-block {
    padding: 47px 33px;
  }
  body.woocommerce-cart .site-main .entry-header,
  body.woocommerce-checkout .site-main article .entry-header {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product {
    padding: 20px 50px 20px 10px;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .head {
    padding: 30px 50px 20px 10px;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .name a span {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .name a {
    font-size: 16px;
    line-height: 18px;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .price bdi,
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .sum bdi,
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .quantity .qib-button-wrapper .quantity input.input-text.qty.text {
    font-size: 14px;
    line-height: 16px;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .quantity .qib-button-wrapper .minus.qib-button,
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .quantity .qib-button-wrapper .plus.qib-button {
    width: 35px;
    height: 35px;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .quantity .qib-button-wrapper .quantity input.input-text.qty.text {
    width: 17px;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals {
    padding: 35px 25px;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .left .coupon input {
    font-size: 14px;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .remove {
    display: flex;
    width: 35px;
    height: 35px;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .remove svg {
    height: 35px;
  }
  body.woocommerce-cart .site-main .entry-header h1,
  body.woocommerce-checkout .site-main article .entry-header h1 {
    font-size: 30px;
  }
  header .container {
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
  }
  header .container .site-branding {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  header .container .site-branding img {
    max-width: 140px;
    height: auto;
  }
  header .container #site-navigation.toggled .menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    width: 100%;
  }
  header .container #site-navigation.toggled .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  header .container #site-navigation.toggled .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 13px;
    width: 100%;
  }
  header .container #site-navigation.toggled .menu-header-menu-container {
    left: 50%;
  }
  header .container #site-navigation .menu-toggle {
    display: block;
    width: 38px;
    height: 27px;
    position: relative;
    cursor: pointer;
    background: none;
    padding: 0;
    border: none;
  }
  header .container #site-navigation .menu-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #DECD90;
    border-radius: 1px;
    transition: 0.4s;
  }
  header .container #site-navigation .menu-toggle span:nth-child(1) {
    top: 0;
    width: 19px;
    right: 0;
  }
  header .container #site-navigation .menu-toggle span:nth-child(2) {
    top: 13px;
  }
  header .container #site-navigation .menu-toggle span:nth-child(3) {
    bottom: 0;
    width: 19px;
    right: 0;
  }
  header .container #site-navigation .menu-header-menu-container {
    left: -110vw;
    background: #36443E;
    border-radius: 60px;
    position: absolute;
    top: 140px;
    width: 94%;
    transform: translateX(-50%);
    z-index: 999;
    padding: 32px 45px 45px 45px;
    transition: all 0.3s ease-in-out;
    background-image: url("../img/menu-bg-letter.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  header .container #site-navigation .menu-header-menu-container ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  header .container #site-navigation .menu-header-menu-container ul li.menu-title {
    margin-bottom: 20px;
  }
  header .container #site-navigation .menu-header-menu-container ul li.menu-title a {
    font-family: "AbrilFatface", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 136%;
    letter-spacing: 0;
    text-align: center;
    background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .container #site-navigation .menu-header-menu-container ul li a {
    color: #797979;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    display: block;
    padding: 9px 0;
  }
  header .container #site-navigation .menu-header-menu-container ul li a:hover, header .container #site-navigation .menu-header-menu-container ul li a:focus, header .container #site-navigation .menu-header-menu-container ul li a:active {
    border: none !important;
  }
  header .container #site-navigation .menu-header-menu-container ul li.current-menu-item a {
    font-weight: 700;
    color: #F7FCF4;
    padding-bottom: 16px;
    margin-bottom: 10px;
    position: relative;
    border: none;
  }
  header .container #site-navigation .menu-header-menu-container ul li.current-menu-item a:after {
    content: "";
    position: absolute;
    left: -10px;
    width: 134%;
    bottom: 0;
    border-bottom: 1px dashed #DECD90;
  }
  header .container #site-navigation .menu-header-menu-container ul li:nth-child(1) a {
    padding-top: 0;
  }
  header .container #site-navigation .menu-header-menu-container ul li:nth-last-child(1) a {
    padding-bottom: 0;
  }
  body {
    position: relative;
  }
  body:after {
    content: "";
    position: absolute;
    left: 0;
    top: 140px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #16241F, rgba(0, 0, 0, 0.3));
    z-index: 99;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
  }
  body.menu-open {
    overflow-y: hidden;
  }
  body.menu-open:after {
    visibility: visible;
    opacity: 1;
  }
  html.menu-open {
    overflow-y: hidden;
  }
  .home-banner {
    padding-top: 0;
  }
  .home-banner .left .middle .title {
    margin-top: 0;
  }
  .home-banner .left .middle .title h1 {
    align-items: center;
  }
  .home-banner .left .middle .title h1 strong {
    font-weight: 400;
    font-size: 41.23px;
    line-height: 100%;
    text-align: center;
  }
  .home-banner .left .middle .title h1 span {
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    padding: 8px 19px;
  }
  .home-banner .right .add-image {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 27px;
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-banner .right .add-image img {
    width: 100%;
    height: auto;
  }
  .home-banner .right .image {
    margin-left: auto;
    margin-right: auto;
    margin-top: 37px;
    max-width: 300px;
  }
  .home-banner .right .image p {
    font-weight: 400;
    font-size: 16px;
    line-height: 14.69px;
    padding: 12px 18px 9px 18px;
  }
  .home-banner .left .top {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 17px;
  }
  .home-banner .left .top p {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
  }
  .home-banner .left .top p strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
  }
  .home-banner .left .top p span {
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0;
  }
  .home-banner .left .middle .link {
    margin-top: 25px;
  }
  .home-banner .left .middle .link .button-gold {
    margin-left: auto;
    margin-right: auto;
  }
  .home-banner .left .add-text {
    margin-top: 80px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
  }
  .home-banner .left .add-text strong {
    font-weight: 700;
  }
  .home-products {
    padding-top: 0;
  }
  .home-products .content {
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .home-products .content .title {
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0;
  }
  .home-products .content .title strong {
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
  }
  .home-products .container {
    padding-right: 0;
    padding-left: 0;
    bottom: -60px;
    position: relative;
  }
  .home-products .container .col-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .home-products .content .products {
    padding: 0;
    display: block;
  }
  .home-products .content .type-select {
    margin: 20px auto 30px auto;
    background: #2C3833;
    border-radius: 500px;
    max-width: fit-content;
    display: flex;
  }
  .home-products .content .type-select p {
    padding: 10px 17px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .home-products .content .type-select p span {
    background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "AbrilFatface", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
  }
  .home-products .content .type-select p.active {
    background: #36453F;
    border-radius: 500px;
  }
  .home-products .content .products li {
    background: #2C3833;
    border-radius: 60px;
    padding: 58px 40px 70px 40px;
  }
  .home-products .content .products li[data-type="W proszku"] {
    display: none;
  }
  .home-products .content .products .product {
    max-width: 100%;
  }
  .home-products .content .products .product .img {
    height: 250px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-products .content .products .product .img img {
    width: 100%;
    height: auto;
  }
  .home-products .content .products .product h3 {
    margin-top: 23px;
  }
  .home-products .content .products .product h3 span {
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .home-products .content .products .product .price {
    font-size: 25px;
    line-height: 40px;
  }
  .home-products {
    background: linear-gradient(to bottom, #16241F 28%, #DECD90 24%);
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .home-articles {
    padding-top: 90px;
  }
  .modal.product-details .modal-content {
    border-radius: 60px;
    background: #2C3833;
    position: relative;
  }
  .modal.product-details .modal-content .modal-header {
    padding: 0;
    position: absolute;
    right: 25px;
    top: 22px;
    border: none;
  }
  .modal.product-details .modal-content .modal-header .btn-close {
    background: none;
    z-index: 9;
    display: flex;
    margin: 0;
    padding: 0;
    width: 46px;
    height: 46px;
  }
  .modal.product-details .modal-content .modal-body {
    padding-bottom: 40px;
  }
  .modal.product-details .modal-content .modal-body .home-products-details {
    background: none;
  }
  .modal.product-details .modal-content .modal-body .home-products-details .top {
    padding-top: 0;
    flex-direction: column;
    gap: 11px;
  }
  .modal.product-details .modal-content .modal-body .home-products-details .top > * {
    flex: 1;
    max-width: 100%;
  }
  .modal.product-details .modal-content .modal-body .home-products-details .top .left {
    background-image: url("../img/prod-details-mobile-bg-letter.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    text-align: center;
    padding: 60px 0 20px 0;
  }
  .modal.product-details .modal-content .modal-body .home-products-details .top .left img {
    max-width: 300px;
  }
  .modal.product-details .modal-content .modal-body .home-products-details .top .right h3 {
    text-align: center;
  }
  .modal.product-details .modal-content .modal-body .home-products-details .top .right h3 strong {
    font-weight: 400;
    font-size: 30px;
    background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .modal.product-details .modal-content .modal-body .home-products-details .top .right h3 p {
    font-weight: 500;
    font-size: 20px;
    line-height: 119%;
    letter-spacing: 0;
  }
  .modal.product-details .modal-content .modal-body .home-products-details .top .right p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
  }
  .modal.product-details .modal-content .modal-body .home-products-details .bottom {
    flex-direction: column;
    padding-top: 22px;
    gap: 0;
  }
  .modal.product-details .modal-content .modal-body .home-products-details .bottom .left,
  .modal.product-details .modal-content .modal-body .home-products-details .bottom .right {
    flex: 1;
    max-width: 100%;
  }
  .modal.product-details .modal-content .modal-body .home-products-details .bottom .elem {
    margin-bottom: 11px;
  }
  .modal.product-details .modal-content .modal-body .home-products-details .bottom .elem p {
    font-size: 14px;
    line-height: 24px;
  }
  .modal.product-details .modal-content .modal-body .home-products-details .bottom .elem.text {
    margin-top: 10px;
  }
  .modal.product-details .modal-content .modal-body .home-products-details .bottom .elem.text p {
    font-size: 10px;
    text-align: center;
    line-height: 12px;
    margin: 0;
  }
  .modal.product-details .modal-content .modal-body .home-products-details .container {
    bottom: -20px;
  }
  .home-articles .content {
    margin-top: 28px;
    padding: 51px 36px 0 36px;
    display: flex;
    flex-direction: column;
  }
  .home-articles .content img {
    order: 2;
    position: relative;
    left: 67%;
    transform: translateX(-50%);
    margin-top: -50px;
  }
  .home-articles .content .text {
    order: 1;
    max-width: 100%;
  }
  .home-articles .content .text span {
    max-width: 120px;
    margin-top: 25px;
  }
  .home-articles h3 span {
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0;
  }
  .home-articles h3 strong {
    font-size: 30px;
    line-height: 35px;
  }
  .home-articles .blog-posts {
    width: 100vw;
  }
  .home-articles .blog-posts .blog-box .blog-date {
    margin-top: 13px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
  }
  .home-articles .blog-posts .blog-box .blog-title {
    margin-top: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .home-pluses {
    margin-top: 90px;
  }
  .home-pluses {
    height: auto;
  }
  .home-pluses .content .left {
    height: 400px;
  }
  .home-pluses .content .left img {
    max-width: 404px;
    height: auto;
    width: 100%;
    bottom: -32%;
    left: -36px;
    z-index: 0;
  }
  .home-pluses .content .right {
    border-radius: 0;
    width: 100vw;
    left: -32px;
    padding: 56px 36px;
    height: auto;
    align-items: center;
    background-size: 75%;
    background-position: bottom center;
  }
  .home-pluses .content .right .text h3 {
    text-align: center;
  }
  .home-pluses .content .right .text h3 strong {
    font-size: 30px;
    line-height: 29px;
  }
  .home-pluses .content .right .text h3 span {
    font-size: 26px;
    line-height: 28px;
  }
  .home-pluses .content .right .plus {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
  }
  .home-pluses .content .right .plus .item {
    max-width: 50%;
    gap: 10px;
    flex: 1 1 120px;
  }
  .home-pluses .content .right:after {
    display: none;
  }
  .home-faq .reviews {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .home-faq .reviews .title {
    margin-bottom: 0;
    justify-content: center;
  }
  .home-faq .reviews .title h3 {
    text-align: center;
  }
  .home-faq .reviews .title h3 strong {
    font-size: 30px;
    line-height: 29px;
  }
  .home-faq .reviews .title h3 span {
    font-size: 26px;
    line-height: 28px;
  }
  .home-faq .reviews .button-gold {
    margin: 30px auto 0 auto;
  }
  .home-faq .reviews .content .home-reviews__track .home-reviews__slide .review .review-content {
    flex-direction: column;
    gap: 10px;
  }
  .home-faq .reviews .content .home-reviews__track .home-reviews__slide .review {
    padding: 38px 30px 50px 30px;
    gap: 35px;
  }
  .home-faq .reviews .content .home-reviews__track .home-reviews__slide .review .review-content .review-meta {
    flex-direction: row;
  }
  .home-faq .reviews .content .home-reviews__track {
    padding-right: 32px !important;
  }
  .home-faq .faq .title {
    order: 1;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .home-faq .faq .title h3 {
    text-align: center;
  }
  .home-faq .faq .title h3 strong {
    font-size: 30px;
    line-height: 29px;
  }
  .home-faq .faq .title h3 span {
    font-size: 26px;
    line-height: 28px;
  }
  .home-faq .faq .right {
    order: 2;
    margin-bottom: 20px;
    position: relative;
  }
  .home-faq .faq .right.open .read_more {
    opacity: 0;
    visibility: hidden;
  }
  .home-faq .faq .right.open .content {
    height: fit-content;
  }
  .home-faq .faq .right.open:after {
    opacity: 0;
    visibility: hidden;
  }
  .home-faq .faq .right:after {
    content: "";
    position: absolute;
    bottom: 31px;
    left: -32px;
    width: 103vw;
    height: 200px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #16241f 92%);
    pointer-events: none;
    z-index: 2;
    transition: all 0.3s ease-in-out;
  }
  .home-faq .faq .right .content {
    height: 300px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .home-faq .faq .right .read_more {
    margin: 0 auto;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    padding: 5px 20px;
    border-radius: 21px;
    background: #2C3833;
    width: fit-content;
    position: relative;
    z-index: 3;
    top: -30px;
    transition: all 0.3s ease-in-out;
  }
  .home-faq .faq .left {
    order: 3;
  }
  .home-faq .faq .left .image {
    margin: 0 auto;
    max-width: 300px;
  }
  .home-faq .faq .left .image p {
    font-size: 16px;
    line-height: 20px;
  }
  .home-faq .faq .right .content .item {
    padding: 13px 25px;
  }
  .home-faq .faq .right .content .item .title {
    font-size: 16px;
    line-height: 20px;
  }
  .mob-none {
    display: none !important;
  }
  .home-faq .reviews .content .home-reviews__track .home-reviews__slide .review .review-content .review-meta .name {
    font-size: 18px;
    line-height: 22px;
  }
  footer .social {
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
  }
  .home-faq .faq {
    padding-bottom: 60px;
  }
  footer .social h3 {
    text-align: center;
  }
  footer .social h3 strong {
    font-size: 30px;
    line-height: 29px;
  }
  footer .social h3 span {
    font-size: 26px;
    line-height: 28px;
  }
  footer .social .buttons a {
    font-size: 17px;
    line-height: 20px;
  }
  footer .social .buttons {
    gap: 11px;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .content {
    margin-top: 60px;
  }
  footer .content .newsletter {
    padding: 37px 30px 25px 30px;
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }
  footer .content .newsletter h3 {
    text-align: center;
  }
  footer .content .newsletter h3 strong {
    font-size: 30px;
    line-height: 29px;
  }
  footer .content .newsletter h3 span {
    font-size: 26px;
    line-height: 28px;
  }
  footer .content .bottom .menu {
    padding: 66px 25px 15px 25px;
    background-position: 59% 100%;
    background-size: 220px;
  }
  footer .content .copyright {
    padding: 10px 25px 40px 25px;
  }
  .page-template-template-colagen .page .content {
    display: flex;
    flex-direction: column;
  }
  .page-template-template-colagen .page .content .text-with-img {
    flex-direction: column-reverse;
    gap: 44px;
  }
  .page-template-template-colagen .page .content .text-with-img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
    margin-top: 37px;
    gap: 44px;
  }
  .page-template-template-colagen .page .content .text-with-img .left p {
    max-width: 100%;
    width: 100%;
  }
  .page-template-template-colagen .page .content .imgs {
    flex-direction: column;
    gap: 40px;
    margin-top: 44px;
  }
  .page-template-template-colagen .page .content {
    padding: 34px 22px 56px 22px;
    margin-bottom: 45px;
  }
  .page-template-template-colagen .page .content .text-with-img .right img,
  .page-template-template-colagen .page .content .imgs .item {
    max-width: 500px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-template-colagen .page .content h1 strong {
    font-size: 30px;
    line-height: 40px;
  }
  .page-template-template-colagen .page .content h1 {
    margin-bottom: 25px;
  }
  .page-template-template-colagen .page .content .text p {
    max-width: 100%;
    width: 100%;
  }
  .archive-posts .archive-posts .item {
    display: flex;
    justify-content: center;
  }
  .archive-posts .archive-posts .item:nth-child(3n) article {
    margin-left: 0;
  }
  .archive-posts .archive-posts {
    padding-bottom: 44px;
  }
  .archive-posts .archive-posts .item {
    margin-bottom: 50px;
  }
  .archive-posts .archive-posts .pagination .nav-links a:not(.next):not(.prev) {
    padding: 11px 10px;
  }
  .archive-posts .archive-posts .pagination .nav-links .next.page-numbers {
    margin-left: 15px;
  }
  .archive-posts .archive-posts .pagination .nav-links .prev.page-numbers {
    margin-right: 15px;
  }
  .archive-posts .archive-posts .item.highlighted-center {
    background: none;
  }
  .archive-posts .archive-posts .item.every-second {
    background: #2C3833;
  }
  .archive-posts .archive-title {
    margin-bottom: 40px;
  }
  .archive-posts .archive-title h1 strong {
    font-size: 30px;
    line-height: 35px;
  }
  .single-post .post-content {
    padding: 35px 14px 58px 14px;
    margin-bottom: 40px;
  }
  .single-post .post-content article .posted-on,
  .single-post .post-content article .content {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .single-post .navigation {
    margin-top: 40px;
    padding: 0 16px;
    margin-bottom: 40px;
  }
  .single-post .post-content .image img {
    border-radius: 60px;
  }
  .single-post .post-content article .posted-on {
    margin-top: 20px;
    font-size: 17px;
  }
  .single-post .post-content article .content h1 {
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0;
    color: #F7FCF4;
  }
  .single-post .post-content article .content h1 strong {
    font-family: "AbrilFatface", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .single-post .post-content article .content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.8);
  }
  .single-post .post-content article .content p strong,
  .single-post .post-content article .content p b {
    color: #FFFFFF;
  }
  .single-post .post-content article .content h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .shop-page .title {
    padding-bottom: 20px;
  }
  .shop-page .title h1 {
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0;
    color: #F7FCF4;
  }
  .shop-page .title h1 strong {
    font-family: "AbrilFatface", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .shop-page .title h1 span {
    font-size: 26px;
  }
  .shop-page .products .splide-products__slide .img {
    justify-content: center;
    height: 180px;
  }
  .shop-page .products .splide-products__slide .img img {
    height: 100%;
    width: auto;
  }
  .shop-page {
    padding-bottom: 30px;
    padding-top: 0;
  }
  .shop-page .products .splide-products__slide h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
  }
  .shop-page .products .splide-products__slide h3 span {
    font-weight: 500;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
  }
  .shop-page .products .splide__pagination {
    position: relative;
    bottom: 0;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    background: #2C3833;
    padding: 9px 12px;
    border-radius: 22px;
    gap: 10px;
  }
  .shop-page .products .splide__pagination li button {
    margin: 0;
    background: #4C5B55;
    width: 8px !important;
    height: 8px !important;
  }
  .shop-page .products .splide__pagination li button.is-active {
    background: #DECD90 !important;
    width: 8px !important;
    height: 8px !important;
    transform: scale(1) !important;
  }
  body.product-template-default .product .content-product,
  body.product-template-default .product {
    border-radius: 60px;
  }
  body.product-template-default .product {
    padding-top: 40px;
  }
  body.product-template-default .product .content-product {
    padding: 60px 23px 40px 23px;
  }
  body.product-template-default .product .content-product .woocommerce-tabs {
    margin-top: 25px;
  }
  body.product-template-default .product .content-product .summary .product_title {
    font-size: 20px;
  }
  body.product-template-default .product .content-product .summary .product_title span {
    font-size: 28px;
  }
  body.product-template-default .product .content-product .summary .product_title span strong {
    font-size: 30px;
  }
  body.product-template-default .product .content-product .woocommerce-tabs ul.tabs {
    flex-wrap: wrap;
    padding: 0 10px;
  }
  body.product-template-default .product .content-product .woocommerce-tabs ul.tabs li a {
    font-size: 12px;
  }
  body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--general_info_tab .top {
    flex-direction: column;
  }
  body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--general_info_tab .top .right {
    flex: 1 1 100%;
    width: 100%;
    justify-content: center;
    gap: 45px;
  }
  body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--faq_tab .content .item .title {
    font-size: 16px;
    line-height: 25px;
  }
  body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--faq_tab .content .item {
    padding: 13px 25px;
  }
  body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--ingredients_tab .ingredients-table thead th {
    font-size: 12px;
  }
  body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .form-submit {
    width: 24%;
  }
  body.woocommerce-account.logged-in .entry-content > .woocommerce {
    flex-direction: column;
    gap: 20px;
  }
  body.woocommerce-account.logged-in .entry-content > .woocommerce > * {
    max-width: 100%;
    width: 100%;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li {
    width: fit-content;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a {
    padding: 20px 10px;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
    padding: 30px 40px;
  }
  body.woocommerce-account .site-main article .entry-content .woocommerce .col2-set {
    flex-wrap: wrap;
  }
  .woocommerce-order-received .entry-content {
    padding: 30px 40px;
  }
  .woocommerce-order-received .entry-content .woocommerce-notice {
    font-size: 25px;
  }
  .woocommerce ul.order_details {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .woocommerce ul.order_details li {
    border: none;
  }
  .woocommerce-order-received .entry-content .woocommerce-columns {
    flex-direction: column;
    gap: 20px;
  }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
  body.woocommerce-account .site-main article .entry-header {
    padding-top: 0;
  }
  body.woocommerce-account .site-main article .entry-header h1 {
    font-size: 30px;
  }
  body.woocommerce-account .site-main article .entry-content .woocommerce .col2-set > * {
    flex: 1 1 100%;
  }
}
.screen-reader-text {
  display: none;
}

body.woocommerce-account .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.is-active a {
  border-bottom: 1px dashed #DECD90;
  color: #DECD90;
}

body:not(.woocommerce-cart, .woocommerce-checkout) .screen-reader-text {
  clip: unset;
  height: fit-content;
  clip-path: none;
  overflow: auto;
  width: 100%;
  position: relative !important;
}

body.product-template-default .product .content-product .summary .product_title span {
  display: block;
}

@media (min-width: 992px) {
  .desk-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .page-template-template-colagen .page .content .text-with-img .left img {
    max-width: 100%;
    margin-bottom: 20px;
  }
  body.product-template-default .product .content-product .woocommerce-tabs ul.tabs {
    justify-content: flex-start;
  }
  body.product-template-default .product .content-product .summary {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body.product-template-default .product .content-product .summary .woocommerce-product-details__short-description {
    text-align: center;
  }
  body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--usage_method_tab,
  body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--storage_tab,
  body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--daily_portion_tab,
  body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--general_info_tab {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  body.product-template-default .product .content-product .product-gallery-wrapper .splide-main-gallery .splide__list .splide__slide {
    height: auto !important;
    padding: 20px 0;
  }
  body.product-template-default .product .content-product .product-gallery-wrapper .splide-main-gallery .splide__list .splide__slide video {
    height: 100%;
  }
  body.product-template-default .product .content-product .product-gallery-wrapper .splide-main-gallery .splide__list {
    padding: 0 20px;
    height: auto;
  }
  body.product-template-default .product .content-product .product-gallery-wrapper {
    width: 100%;
  }
  body.product-template-default .product .content-product .summary .woocommerce-product-rating {
    margin-top: 25px;
  }
  body.product-template-default .product .content-product .top {
    flex-direction: column;
    align-items: center;
  }
  body.product-template-default .product .content-product .summary .product_title {
    text-align: center;
    margin-bottom: 25px;
  }
  footer .content .bottom .menu .logo img {
    max-width: 220px;
    height: auto;
  }
  footer .content .bottom .menu .logo {
    margin-bottom: 10px;
  }
  footer .content .bottom .menu .col {
    margin-top: 25px;
    width: 100%;
    flex: 1 1 100%;
  }
  footer .content .copyright {
    flex-direction: column;
    align-items: center;
  }
  footer .content .copyright .left svg {
    width: 280px;
  }
  .archive-posts .archive-posts .item article {
    max-width: 100%;
    width: 100%;
    padding: 43px 30px 50px 30px;
  }
  .archive-posts .archive-posts .item article .posted-on span {
    font-size: 16px;
    line-height: 30px;
  }
  .archive-posts .archive-posts .item article .title h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .archive-posts .archive-posts .item article .read-more {
    margin-top: 20px;
  }
  .archive-posts .archive-posts .item {
    margin-bottom: 0;
  }
  .archive-posts .archive-title {
    margin-bottom: 0;
  }
  body.product-template-default .product {
    background: linear-gradient(to bottom, #DECD90 60%, #16241F 42%);
  }
  body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--general_info_tab .top .right {
    flex-wrap: wrap;
  }
  body.product-template-default .product .content-product .woocommerce-tabs ul.tabs li {
    padding: 5px 10px;
    display: flex;
    align-items: center;
  }
  body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--ingredients_tab .ingredients-table thead th {
    padding: 10px;
  }
  body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--ingredients_tab .ingredients-table tbody td {
    padding: 20px 10px;
  }
  body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .form-submit {
    position: relative;
    width: 100%;
  }
  body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .comment-form-comment {
    max-width: 100%;
  }
  body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond form.comment-form .comment-form-rating {
    margin-bottom: 20px;
  }
  .woocommerce #review_form #respond p {
    top: 0;
    margin-top: 15px;
  }
  body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review {
    margin-bottom: 30px;
    padding: 34px 25px;
  }
  body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond {
    gap: 0;
  }
  body.product-template-default .product .content-product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .add-review .comment-respond .comment-reply-title {
    margin-bottom: 15px;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .head {
    display: none;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .price {
    display: none;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product {
    position: relative;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product div.remove {
    position: absolute;
    right: 15px;
    top: 43px;
    padding: 0;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product div.remove a {
    padding: 0;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .image {
    flex: 0 0 130px;
    padding: 0;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product {
    padding: 50px 10px 30px 10px;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .name {
    padding: 0;
    flex: 0 0 50%;
    padding-left: 10px;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .sum {
    padding: 0;
    flex: 0 0 30%;
    text-align: end;
    margin-left: auto;
    padding-right: 10px;
    margin-top: 20px;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .quantity {
    flex: 0 0 65%;
    margin-top: 20px;
    padding-left: 0;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .quantity .quantity {
    flex: 0;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product .quantity .qib-button-wrapper {
    margin: 0;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals {
    flex-direction: column;
    align-items: center;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals:after {
    display: none;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .left {
    max-width: 100%;
    margin-bottom: 20px;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .right {
    max-width: 100%;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .right table {
    max-width: 100%;
    margin-left: 0;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals .right .wc-proceed-to-checkout a {
    margin: 0 auto;
  }
  body.woocommerce-cart .site-main .cart-content {
    background: none;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products {
    background: #2C3833;
    border-radius: 60px;
    margin-bottom: 40px;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .collaterals {
    background: #2C3833;
    border-radius: 60px;
  }
  body.woocommerce-cart .site-main .cart-content .woocommerce-cart-form .products .product:nth-last-child(1) {
    border-bottom: 0;
  }
  body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row,
  body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row {
    flex: 1 1 100%;
  }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 0;
  }
  body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label,
  body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label,
  body.woocommerce-checkout .site-main article .checkout-block form.checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row label {
    padding-left: 10px;
  }
  body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order {
    margin-top: 35px;
  }
  body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .coupon-form {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order #order_review_title {
    margin-top: 20px;
  }
  body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th {
    display: none;
  }
  body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .coupon-form .woocommerce-form-coupon {
    max-width: 100%;
  }
  body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot th {
    display: block !important;
  }
  body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item {
    position: relative;
  }
  body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name {
    padding-bottom: 50px;
  }
  body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name span {
    display: block;
    margin-bottom: 10px;
  }
  body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-quantity {
    position: absolute;
    left: 0;
    bottom: -10px;
    border: none;
    text-align: left;
  }
  body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-total {
    position: absolute;
    right: 0;
    bottom: -10px;
    border: none;
    text-align: right;
  }
  body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal th, body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total th, body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-discount th {
    padding-left: 0;
  }
  body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .shipping-title th,
  body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .shipping td {
    padding-left: 0;
  }
  #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding-left: 0;
  }
  #add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding-left: 0;
  }
  body.woocommerce-checkout .site-main article .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-discount td {
    white-space: nowrap;
  }
  body.woocommerce-checkout .site-main article .checkout-block .account h3 {
    padding-left: 0;
  }
  body.woocommerce-checkout .site-main article .checkout-block .account h3 {
    font-size: 12px;
    gap: 10px;
  }
}
body.woocommerce-checkout .entry-footer {
  display: none;
}

body.product-template-default .product .content-product .product-gallery-wrapper .splide-main-gallery .splide__list .splide__slide svg {
  background: linear-gradient(170.7deg, #C0984B 7.03%, #E9E1AB 109.52%, #C0984B 157.75%);
  border-radius: 50%;
}

@media (max-width: 400px) {
  footer .social .buttons a {
    padding: 10px 15px;
  }
}
.error-404 {
  background: #16241F;
  padding: 50px 16px 100px 16px;
  text-align: center;
}
.error-404 h1 {
  font-size: 150px;
  width: fit-content;
  font-family: "AbrilFatface", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(104.85deg, #C0984B 12.35%, #E9E1AB 67.98%, #C0984B 94.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: auto;
  margin-right: auto;
}
.error-404 p {
  font-size: 16px;
}
.error-404 .button {
  margin: 30px auto 0 auto;
}

body .return-to-shop {
  display: flex;
  justify-content: center;
}
body .return-to-shop a {
  padding: 14px 37px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  border-radius: 50px !important;
  width: fit-content !important;
  background: linear-gradient(170.7deg, #C0984B 7.03%, #E9E1AB 109.52%, #C0984B 157.75%) !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #16241F !important;
}
body .return-to-shop a:hover {
  opacity: 0.7;
  color: #16241F;
}

/*# sourceMappingURL=custom.css.map */
