/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

:root {
  --main: #463F20;
  --accent-green: #90C446;
  --accent-green-hover: #82B13E;
  --accent-pink: #FF4C84;
  --background: #FFF5DD;
  --swiper-scrollbar-size: 8px;
  --swiper-scrollbar-drag-bg-color: var(--accent-green);
  --swiper-scrollbar-bg-color: rgba(129, 177, 62, 0.2);
  
  --swiper-pagination-color: var(--accent-green);
}

progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} figcaption, menu,article,aside,details,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0} [hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  background: #FFFFFF;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #463F20;
  font-size: 16px;
}
body.loading * {
  transition: none !important;
}
body.has_welcome {
  padding-top: 0;
}
body.has_welcome header {
  background: transparent;
  transition: background 0.2s linear;
}
body#cart .footer_cart {
  display: none;
}
body#home {
  padding-top: 0;
}
body.standalone .maintenance_icons {
  display: block;
}
body.standalone .maintenance_icons li {
  display: inline-block;
}
body.standalone .maintenance_icons li a {
  color: #463F20;
  display: block;
  padding: 0 10px;
}
body.standalone .maintenance_icons li a:hover {
  color: #116e56;
}
@media screen and (max-width: 668px) {
  body.standalone .maintenance_icons li a {
    padding: 0 6px;
  }
}
body.standalone .maintenance_icons li a svg {
  transition: fill 0.2s linear;
  fill: currentColor;
  height: 30px;
  width: 30px;
}
@media screen and (max-width: 668px) {
  body.standalone .maintenance_icons li a svg {
    height: 26px;
    width: 26px;
  }
}

header {
  background: #FFF5DD;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  height: 90px;
  left: 0;
  margin: 0;
  padding: 20px 40px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
    width: 100%;
}
@media screen and (max-width: 800px) {
  header {
    padding: 20px;
  }
}
@media screen and (max-width: 668px) {
  header {
    position: absolute;
  }
}
header.background_overlay {
  background: #FFF5DD !important;
}
header .store_name {
  color: #463F20;
  font-size: 24px;
  max-width: 60%;
}
@media screen and (max-width: 668px) {
  header .store_name {
    font-size: 20px;
  }
}
header .store_name a {
  color: #463F20;
  display: flex;
  align-items: center;
  line-height: 1.2em;
  transition: color 0.2s ease;
}
header .store_name a:hover {
  color: #1A1709;
}
header .store_name.image {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
header .store_name.image a {
  height: 50px;
}
header .store_name.image a img {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
header .header_icons {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
header .header_icons li button {
  appearance: none;
  background: none;
  border: none;
  color: #463F20;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  position: relative;
  padding: 0;
  transition: color 0.2s linear;
}
header .header_icons li button > * {
  pointer-events: none;
}
header .header_icons li button:hover {
  color: #1A1709;
}
header .header_icons li button svg {
  fill: currentColor;
  height: 30px;
  width: 30px;
}
header .header_icons li.open_search svg {
  height: 28px;
  width: 28px;
  position: relative;
  top: 2px;
}
header .header_icons li.open_cart:hover .cart_value {
  background: #1A1709;
}
@media screen and (max-width: 668px) {
  header .header_icons li.open_cart {
    display: none;
  }
}
header .header_icons li.open_menu button:hover span {
  background: #1A1709;
}
header .header_icons li.open_menu button span {
  border-radius: 2px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  background: #463F20;
  width: 100%;
  height: 2px;
  position: absolute;
  opacity: 1;
  width: 24px;
  transition: background 0.2s ease;
}
header .header_icons li.open_menu button span:nth-child(1) {
  top: 12px;
}
header .header_icons li.open_menu button span:nth-child(2), header .header_icons li.open_menu button span:nth-child(3) {
  top: 50%;
}
header .header_icons li.open_menu button span:nth-child(4) {
  bottom: 10px;
}

.cart_count {
  position: absolute;
  right: -5px;
  top: 2px;
}

.cart_value {
  border-radius: 3em;
  background-color: #463F20;
  color: #FFF5DD;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  padding: 2px 8px;
  transition: background-color 0.2s ease;
}

a {
  color: #463F20;
  text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.button {
  transition: background-color 0.2s linear;
  background-color: #90C446;
  border: none;
  color: #463F20;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 60px;
  max-width: 360px;
  padding: 0;
  text-align: center;
  width: 100%;
  font-family: 'Urbanist', sans-serif !important;
  font-weight: 700 !important;
}
.button.minimal-button {
  background: none;
  color: #463F20;
  border: none;
  font-size: 15px;
  padding: 0;
  height: 50px;
}
.button.minimal-button:not(:disabled):hover, .button.minimal-button:not(:disabled):active, .button.minimal-button:not(:disabled):focus {
  background: none;
  color: #116e56;
  opacity: 1;
}
.button.minimal-button:not(:disabled):hover {
  text-decoration: underline;
}
.button:disabled, .button.disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.button:not(:disabled):hover, .button:not(:disabled):active, .button:not(:disabled):focus {
  background-color: #82B13E;
  border: none;
}

.errors {
  background: #b11a2a;
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.errors li {
  line-height: 1.5em;
}

.select {
  position: relative;
  border: 2px solid #463F20;
  color: #463F20;
  font-family: "Inter", sans-serif;
  height: 60px;
  margin-bottom: 20px;
  max-width: 360px;
  padding: 0;
  position: relative;
  transition: border 0.2s linear;
  width: 100%;
}
.select select {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  color: #463F20;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 2em;
  padding: 0 50px 0 20px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.select select option {
  background-color: #FFF;
  color: #000;
}
.select select:focus {
  box-shadow: none;
}
.select select::-ms-expand {
  display: none;
}
.select svg {
  transition: fill 0.2s linear;
  fill: #463F20;
  height: 8px;
  margin-top: -2px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 13px;
  z-index: 1;
}

.overlay {
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 5;
}

.overlay.open {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 1;
  visibility: visible;
  
}
.overlay .overlay_background {
  background: #FFF5DD;
  bottom: 0;
  left: 0;
  opacity: 0.99;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.overlay .overlay_content {
  height: 100%;
  overflow-y: scroll;
  padding: 90px 0;
  position: relative;
}

.overlay .overlay_content::before {
  content: '';
  position: absolute;
  display: block;
  height: 100px;
  width: 300px;
  background: url("https://images2.imgbox.com/c3/08/Qksjkwjz_o.png") center/contain no-repeat;
  top: -20px;
  left: -100px;
  z-index: 8;
  opacity: .5;
  rotate: -32deg;
  filter: grayscale(100%);
}

.overlay .close_overlay {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #463F20;
  height: 40px;
  padding: 8px;
  position: absolute;
  right: 40px;
  top: 26px;
  width: 40px;
  z-index: 6;
}
.overlay .close_overlay:hover {
  color: #1A1709;
}
.overlay .close_overlay svg {
  fill: currentColor;
  display: block;
}
@media screen and (max-width: 668px) {
  .overlay .close_overlay {
    right: 20px;
  }
}
.overlay .page_list {
  display: none;
  margin: 40px auto;
  max-width: 80%;
  opacity: 0;
  position: relative;
  z-index: 6;
  visibility: hidden;
}
.overlay .page_list li {
  display: block;
  margin: 30px 0;
}
.overlay .page_list li a {
  color: #463F20;
  display: inline-block;
  font-size: 26px;
  padding: 0px 0px 0px 38px;
  background: url("https://images2.imgbox.com/68/cb/uV7HvxCe_o.png") no-repeat left center;
}


.overlay .page_list li a:hover {
  color: #1A1709;
  text-decoration: underline;
  background-image: url("https://images2.imgbox.com/7c/c9/4V0LuEcN_o.png");
}

@media screen and (max-width: 668px) {
  .overlay .page_list li a {
    font-size: 20px;
  }
}

.overlay .search_form {
  display: none;
  z-index: 6;
}
.overlay.navigation .page_list {
  display: block;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
  opacity: 1;
  visibility: visible;
}
.overlay.search .search_form {
  display: block;
  position: relative;
}
.overlay.search .search_form input {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-size: 1.5em;
  color: #463F20;
  display: block;
  margin: 0 auto;
  padding: 15px;
  width: 60%;
}
@media screen and (max-width: 668px) {
  .overlay.search .search_form input {
    width: 80%;
  }
}
.overlay.search .search_form input:focus {
  border: none;
  color: #463F20;
}
.overlay.search .search_form input::-moz-placeholder {
  color: #463F20;
}
.overlay.search .search_form input::-webkit-input-placeholder {
  color: #463F20;
}
.overlay.search .search_form input:-ms-input-placeholder {
  color: #463F20;
}

.footer_cart {
  bottom: 0;
  display: none;
  height: 60px;
  left: 0;
  padding: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 4;
}
@media screen and (max-width: 668px) {
  .footer_cart {
    display: block;
  }
  .footer_cart,
  .overlay {
    width: 100%;
    left: 0;
  }
}
.footer_cart .background {
  background: #FFF5DD;
  height: 100%;
  left: 0;
  opacity: 0.98;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
}
.footer_cart .open_cart {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  display: inline-block;
  position: relative;
}
.footer_cart .open_cart svg {
  fill: #463F20;
  height: 32px;
  width: 32px;
}
.footer_cart .open_cart .cart_count {
  top: -4px;
  right: -13px;
}

section.content {
  margin: 0px auto 275px auto;
  padding: 0px;
  width: 100%;
}
@media screen and (max-width: 668px) {
  section.content {
    padding: 0px;
     margin: 0px auto 320px auto;
  }
}
section.content .custom_page {
  color: #463F20;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 640px;
  overflow-y: auto;
  padding: 0 1px;
  width: 100%;
}
section.content .custom_page a[href] {
  color: #463F20;
  transition: color 0.2s linear;
  text-decoration: underline;
}
section.content .custom_page a[href]:hover {
  color: #116e56;
}
section.content .custom_page img, section.content .custom_page iframe {
  display: block;
  max-width: 100%;
}
section.content .custom_page p {
  margin: 0 auto 20px;
}
section.content .custom_page ol, section.content .custom_page ul {
  margin: 1em 0;
}
section.content .custom_page ul {
  list-style: disc;
  list-style-position: inside;
}
section.content .custom_page ol {
  list-style: decimal;
  list-style-position: inside;
}
section.content.page-contact {
  max-width: 500px;
}
section.content.page-product {
  zoom: 1;
  max-width: 1200px;
  padding-top: 60px;
}
section.content.page-product:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
@media screen and (max-width: 668px) {
  section.content.page-product {
    overflow: hidden;
    padding-left: 16;
    padding-right: 16;
    padding-top: 30px;
    margin-bottom: 120px;
  }
}
section.content.page-product h1 {
  font-size: 26px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 15px;
  font-family: 'Urbanist', sans-serif !important;
  text-align: left;
}
section.content.page-product h2 {
  color: #463F20;
  font-size: 18px;
}

section.content.page-products {
    padding: 128px 64px;
  }

@media screen and (max-width: 668px) {
  section.content.page-products {
    padding: 96px 16px;
  }
}
section.content.page-product {
  padding-bottom: 128px !important;
}

footer.footer {
  background: #FFF5DD;
  color: #463F20;
  font-family: "Inter", sans-serif;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  min-height: 120px;
  padding: 80px 20px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
}
footer.footer a {
  color: #463F20;
  transition: color 0.2s linear;
}
footer.footer a:hover {
  color: #116e56;
}
@media screen and (max-width: 668px) {
  footer.footer {
    height: auto;
    margin: 20px 0 0;
    padding: 55px 30px 75px 30px;
  }
}
footer.footer .footer_icons {
  display: flex;
  gap: 20px;
}
footer.footer .footer_icons a {
  display: block;
}
footer.footer .footer_icons a svg {
  fill: currentColor;
  display: block;
  height: 32px;
  width: 32px;
}
footer.footer .footer_pages {
  display: flex;
  gap: 30px;
  max-width: 640px;
  flex-wrap: wrap;
  justify-content: center;
}
footer.footer .footer_pages a {
  display: block;
  font-size: 16px;
  padding: 2px;
}
footer.footer .footer_pages a:hover {
  text-decoration: underline;
}

.mini_cart {
  box-shadow: 0 2px 10px 0 #463F20;
  background: #FFFFFF;
  height: 430px;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  margin: 0;
  max-width: 380px;
  right: 40px;
  top: 90px;
  width: 380px;
  z-index: 4;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}
.mini_cart.visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 668px) {
  .mini_cart {
    display: none !important;
  }
}
.mini_cart .triangle {
  height: 0;
  border-style: solid;
  border-width: 2px 15px 14px 15px;
  border-color: transparent transparent #FFFFFF transparent;
  position: absolute;
  right: 65px;
  top: -12px;
  width: 0;
}
@media screen and (max-width: 800px) {
  .mini_cart .triangle {
    right: 37px;
  }
}
.mini_cart .cart_holder .item_holder {
  height: 277px;
  position: absolute;
  overflow-y: scroll;
  padding: 0 30px;
  padding-top: 30px;
}
.mini_cart .cart_holder .item_holder .cart_item {
  zoom: 1;
  display: block;
  margin-bottom: 20px;
}
.mini_cart .cart_holder .item_holder .cart_item:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.mini_cart .cart_holder .item_holder .cart_item .item_image {
  float: left;
  width: 30%;
}
.mini_cart .cart_holder .item_holder .cart_item .item_info {
  color: #463F20;
  float: left;
  font: 800 18px 'Urbanist', sans-serif;
  line-height: 22px;
  padding-left: 20px;
  width: 70%;
text-align: left !important;
}
.mini_cart .cart_holder .item_holder .cart_item .item_info > span {
  color: #463F20;
  display: block;
  font: 700 14px 'Urbanist', sans-serif;
  line-height: 18px;
  margin-top: 4px;
text-align: left !important;
}
.mini_cart .cart_holder .item_holder .cart_item .item_price {
  color: #463F20;
  font: 700 14px 'Urbanist', sans-serif;
  margin-top: 2px;
  text-align: left !important;
}
.mini_cart .cart_holder .cart_footer {
  bottom: 0;
  height: 178px;
  left: 0;
  padding: 30px;
  position: absolute;
  right: 0;
}
.mini_cart .cart_holder .cart_footer .item_subtotal {
  zoom: 1;
  padding: 20px 0;
  font: 800 18px 'Urbanist', sans-serif;
}
.mini_cart .cart_holder .cart_footer .item_subtotal:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.mini_cart .cart_holder .cart_footer .item_subtotal > span {
  float: right;
  font: 700 18px 'Urbanist', sans-serif;
}
.mini_cart .cart_holder .cart_footer .button {
  max-width: none;
  width: 100%;
}
.mini_cart.empty {
  font-size: 18px;
  height: auto;
  padding: 30px;
  text-align: center;
}
.mini_cart.empty .button {
  margin-top: 40px;
  max-width: none;
}

.start_shopping_message {
  line-height: 1.5em;
  text-align: center;
}
.start_shopping_message p {
  margin: 80px 40px;
}
@media screen and (max-width: 668px) {
  .start_shopping_message .button {
    max-width: 100%;
  }
}
.category_list {
  margin: 0 auto 60px;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .category_list {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.category_list ul li {
  display: inline-block;
  font-size: 0;
}
.category_list ul li a {
  transition: color 0.2s ease;
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding: 10px;
}
.category_list ul li a:hover {
  color: #116e56;
  text-decoration: underline;
}
@media screen and (max-width: 668px) {
  .category_list ul {
    display: none;
  }
}
.category_list .select {
  display: none;
  max-width: 100%;
}
@media screen and (max-width: 668px) {
  .category_list .select {
    display: block;
  }
}

.product-list-container {
  position: relative;
}

.product-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px;
  padding: 0 10px;
}
.product-list.justify-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.prod-thumb {
  -ms-flex-preferred-size: calc(100% / 3);
  flex-basis: calc(100% / 3);
  color: #463F20;
  display: block;
  font-size: 0;
  padding: 10px;
  padding-bottom: 20px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  width: calc(100% / 3);
}
.prod-thumb:hover {
  color: #116e56;
}
.prod-thumb:hover .prod-thumb-name {
  text-decoration: underline;
}
.prod-thumb:hover .product-list-image {
  transform: translate3d(0, 0, 0) scale(1.04);
}
.prod-thumb.sold img {
  opacity: 0.6;
}
.prod-thumb.product-image-small {
  -ms-flex-preferred-size: calc(100% / 4);
  flex-basis: calc(100% / 4);
  width: calc(100% / 4);
}
@media screen and (max-width: 800px) {
  .prod-thumb.product-image-small {
    -ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 3);
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 668px) {
  .prod-thumb.product-image-small {
    -ms-flex-preferred-size: calc(100% / 2);
    flex-basis: calc(100% / 2);
    width: calc(100% / 2);
  }
}
.prod-thumb.product-image-medium {
  -ms-flex-preferred-size: calc(100% / 3);
  flex-basis: calc(100% / 3);
  width: calc(100% / 3);
}
@media screen and (max-width: 800px) {
  .prod-thumb.product-image-medium {
    -ms-flex-preferred-size: calc(100% / 2);
    flex-basis: calc(100% / 2);
    width: calc(100% / 2);
  }
}
.prod-thumb.product-image-large {
  -ms-flex-preferred-size: calc(100% / 2);
  flex-basis: calc(100% / 2);
  width: calc(100% / 2);
}

.prod-thumb-container {
  position: relative;
  width: 100%;
}

.product-list-image-container {
  overflow: hidden;
  position: relative;
}
.product-list-image-container.product-list-image-container-default:before {
  display: none;
}
.product-list-image-container:before {
  display: block;
  width: 100%;
  content: "";
  padding-bottom: 100%;
  height: 0;
}

.product-list-image {
  transform: translate3d(0, 0, 0);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.product-list-image.grid-default {
  position: relative;
}
.product-list-image.grid-cover {
  object-fit: cover;
}
.product-list-image.grid-contain {
  object-fit: contain;
}

.prod-thumb-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.25em;
  font-size: 18px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.prod-thumb-name {
  margin-top: 20px;
  position: relative;
  overflow-wrap: break-word;
}

.prod-thumb-price {
  font-size: 0.875em;
  font-weight: normal;
  margin-top: 5px;
  opacity: 0.9;
}

.prod-thumb-status {
  font-size: 0.725em;
  line-height: 1em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  width: 100%;
  opacity: 0.9;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  line-height: 60px;
  margin: 0 auto;
  max-width: 800px;
  padding-top: 40px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 668px) {
  .pagination {
    line-height: 40px;
    max-width: 100%;
  }
}
.pagination span, .pagination a {
  display: inline-block;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
}
@media screen and (max-width: 800px) {
  .pagination span, .pagination a {
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    width: 44px;
  }
}
@media screen and (max-width: 668px) {
  .pagination span, .pagination a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
.pagination span i, .pagination a i {
  font-size: 12px;
  position: relative;
}
.pagination .current {
  background: #FFF5DD;
  color: #463F20;
}
.pagination .previous svg, .pagination .next svg {
  fill: #463F20;
  height: 24px;
  position: relative;
  top: 6px;
  width: 22px;
}
.pagination .previous svg {
  transform: rotate(90deg);
}
.pagination .next svg {
  transform: rotate(-90deg);
}
.pagination .disabled {
  display: none;
}

.no_products {
  text-align: center;
}
.previous_next {
  display: flex;
  font-size: 14px;
  margin-bottom: 60px;
}
@media screen and (max-width: 668px) {
  .previous_next {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.previous_next .previous_product svg {
  rotate: 90deg;
}
.previous_next .next_product {
  margin-left: auto;
}
.previous_next .next_product svg {
  rotate: -90deg;
}
.previous_next a {
  display: block;
  position: relative;
  padding: 4px 0;
  outline-offset: 4px;
}
.previous_next a:hover {
  color: #116e56;
}
.previous_next a svg {
  display: inline-block;
  fill: currentColor;
  height: 10px;
  position: relative;
  top: 1px;
  width: 10px;
}

.product_images {
  float: left;
  max-width: 50%;
  width: 100%;
  position: relative;
}
.product_images::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 49px;
  background: url("https://images2.imgbox.com/c3/08/Qksjkwjz_o.png") center/contain no-repeat;
  top: -16px;
  right: -24px;
  rotate: 32deg;
}

@media screen and (max-width: 668px) {
  .product_images {
    float: none;
    max-width: 100%;
  }
}
.product_images a {
  display: block;
}
.product_images .primary_image {
  display: block;
  width: 100%;
}
.product_images .product_thumbnails {
  zoom: 1;
  font-size: 0;
  margin: 2px -1px 0 -1px;
  padding: 0;
  text-align: center;
}
.product_images .product_thumbnails:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
@media screen and (max-width: 668px) {
  .product_images .product_thumbnails {
    margin: 2px 1px;
  }
}
.product_images .product_thumbnails li {
  display: inline-block;
  padding: 0 1px;
  vertical-align: top;
  width: 20%;
}
.product_images .product_thumbnails li img {
  transition: opacity 0.2s linear;
  display: block;
  width: 100%;
}
.product_images .product_thumbnails li.active img {
  opacity: 0.6;
}

.reset-selection-button-container {
  max-width: 360px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 668px) {
  .reset-selection-button-container {
    max-width: 100%;
  }
}

button.reset-selection-button {
  display: none;
  line-height: normal;
  margin-top: 10px;
}

.product_detail {
  float: left;
  max-width: 50%;
  padding-left: 8%;
  width: 100%;
}
.product_detail h2 {
text-align: left !important; 
 font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1200px) {
  .product_detail {
    padding-left: 5%;
  }
}
@media screen and (max-width: 668px) {
  .product_detail {
    float: none;
    margin-top: 40px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product_detail .product_description {
  color: #463F20;
  font-size: 16px;
font-family: 'Gotu', sans-serif;
  line-height: 1.5em;
  margin-top: 40px;
}
.product_detail .product_description img, .product_detail .product_description iframe {
  display: block;
  max-width: 100%;
}
.product_detail .product_description ol, .product_detail .product_description ul {
  margin: 1em 0;
}
.product_detail .product_description ul {
  list-style: disc;
  list-style-position: inside;
}
.product_detail .product_description ol {
  list-style: decimal;
  list-style-position: inside;
}
.product_detail .product_description a[href] {
  color: #463F20;
  text-decoration: underline;
}
.product_detail .product_description a[href]:hover {
  color: #116e56;
}
.product_detail .product-form {
  margin-top: 40px;
}
.product_detail .product-form .errors {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .product_detail .product-form .select, .product_detail .product-form button {
    max-width: 100%;
  }
}
.product_detail .product-form #quantity {
  display: none;
}
.product_detail .product-form.show-sold-out option[disabled-type="sold-out"] {
  display: block;
}
.product_detail .product-form.hide-sold-out option[disabled-type="sold-out"] {
  display: none;
}

.share_buttons {
  margin-top: 40px;
}
@media screen and (max-width: 668px) {
  .share_buttons {
    text-align: center;
  }
}
.share_buttons li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 668px) {
  .share_buttons li {
    margin: 0 10px;
  }
}
.share_buttons li a {
  color: #463F20;
  cursor: pointer;
  display: block;
}
.share_buttons li a:hover {
  color: #116e56;
}
.share_buttons li a svg {
  transition: fill 0.2s linear;
  fill: var(--main);
  height: 24px;
  width: 24px;
}
.share_buttons li.social_pinterest a {
  display: inline-block;
  position: relative;
}
.share_buttons li.social_pinterest a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#instant-checkout-button {
  margin-top: 12px;
  max-width: 360px;
}
@media screen and (max-width: 668px) {
  #instant-checkout-button {
    max-width: 100%;
  }
}
.mini-cart {
  position: absolute;
  top: 0;
  right: 50px;
  display: block;
}

#cart .cart_holder {
  display: none;
}

#cart footer {
  padding-bottom: 60px;
}

.cart_form {
  zoom: 1;
  margin: 0 auto;
  max-width: 1200px;
}
.cart_form:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.cart_form .errors {
  margin: 0 auto 40px auto;
  max-width: 540px;
  width: 100%;
}

.cart_items {
  float: left;
  max-width: 60%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .cart_items {
    max-width: 65%;
  }
}
@media screen and (max-width: 945px) {
  .cart_items {
    max-width: 60%;
  }
}
@media screen and (max-width: 668px) {
  .cart_items {
    float: none;
    max-width: 100%;
  }
}
.cart_items li {
  display: flex;
  gap: 20px;
  font-size: 14px;
  padding-bottom: 40px;
}
.cart_items li a.item_image {
  height: 100%;
  max-width: 40%;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .cart_items li a.item_image {
    max-width: 35%;
  }
}
.cart_items li a.item_image img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
.cart_items li .item_details {
  font-family: "Inter", sans-serif;
  max-width: 500px;
  text-align: left !important;
  width: auto;
}
.cart_items li .item_details a {
  color: #463F20;
  display: block;
  font-size: 26px;
  line-height: 36px;
text-align: left !important;
}
@media screen and (max-width: 945px) {
  .cart_items li .item_details a {
    font-size: 18px;
    line-height: 26px;
  }
}
.cart_items li .item_details a > span {
  color: #463F20;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 6px;
text-align: left !important;
}
@media screen and (max-width: 945px) {
  .cart_items li .item_details a > span {
    font-size: 14px;
  }
}
.cart_items li .qty_holder {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.cart_items li .qty_holder button {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
  background: none;
  border: 1px solid var(--main);
  color: var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 36px;
  line-height: normal;
  padding: 0;
  width: 36px;
  outline: 2px solid transparent;
  transition: outline 0.2s linear;
}
.cart_items li .qty_holder button:hover, .cart_items li .qty_holder button:focus {
  outline: 2px solid #FFF5DD;
}
.cart_items li .qty_holder button svg {
  display: block;
  fill: currentColor;
  height: 20px;
  position: relative;
  width: 20px;
}
.cart_items li .qty_holder input {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: #463F20;
  font-size: 16px;
  height: 40px;
  text-align: center;
  width: 60px;
}
@media screen and (max-width: 668px) {
  .cart_items li .qty_holder input {
    height: 36px;
    width: 56px;
  }
}
.cart_items li .qty_holder input:focus {
  box-shadow: none;
  outline: none;
}

.cart_info {
  border: 2px solid #463F20;
  color: #463F20;
  float: right;
  max-width: 30%;
  padding: 45px 40px 20px 40px;
  position: -webkit-sticky;
  position: sticky;
  text-align: center;
  top: 110px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .cart_info {
    max-width: 35%;
  }
}
@media screen and (max-width: 945px) {
  .cart_info {
    max-width: 40%;
    padding: 40px 35px 25px 35px;
  }
}
@media screen and (max-width: 668px) {
  .cart_info {
    border: none;
    float: none;
    max-width: 100%;
    padding: 40px 0 0;
  }
}
.cart_info h3, .cart_info h4 {
  margin-bottom: 20px;
  text-align: left;
}
.cart_info h3 > span, .cart_info h4 > span {
  float: right;
}
.cart_info h3 {
  color: #463F20;
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .cart_info h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 668px) {
  .cart_info h3 {
    font-size: 26px;
  }
}
.cart_info .button {
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .cart_info .button {
    font-size: 16px;
  }
}
@media screen and (max-width: 668px) {
  .cart_info .button {
    font-size: 18px;
  }
}
.cart_info .continue-shopping {
  margin-top: 10px;
}

.cart_empty_message {
  text-align: center;
}
.cart_empty_message p {
  margin: 80px 0;
}
.cart_empty_message svg {
  fill: #463F20;
  height: 40px;
  width: 40px;
}
.contact_form > div {
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 668px) {
  .contact_form > div {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 668px) {
  .contact_form .contact_send {
    text-align: center;
  }
  .contact_form .contact_send button {
    margin-left: 0;
  }
}
.contact_form input {
  height: 56px;
}
.contact_form input, .contact_form textarea {
  transition: border 0.2s linear;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 2px solid #463F20;
  font-size: 16px;
  padding: 14px;
  width: 100%;
}
.contact_form textarea {
  height: 260px;
}
.contact_form label {
  display: block;
  font: 700 16px 'Urbanist', sans-serif;
  margin-bottom: 10px;
}
.contact_form .contact_name, .contact_form .contact_recaptcha, .contact_form .contact_send, .contact_form .contact_email {
  display: block;
  position: relative;
  width: 100%;
}
.contact_form .recaptcha-note {
  font: 500 14px 'Gotu', sans-serif !important;
  line-height: 1.5em;
}
.contact_form .recaptcha-note a {
  text-decoration: underline !important;
  font: 500 14px 'Gotu', sans-serif !important;
}
.contact_form .contact_send {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 668px) {
  .contact_form .contact_send {
    text-align: center;
  }
}
.contact_form .contact_send button {
  margin: 30px auto;
  width: 300px;
}
@media screen and (max-width: 668px) {
  .contact_form .contact_send button {
    max-width: 100%;
    width: 100%;
  }
}

.message_sent {
  line-height: 1.3em;
  text-align: center;
}
#maintenance {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  padding: 100px 20px;
  text-align: center;
}
#maintenance .maintenance-container {
  display: grid;
  gap: 32px;
}
#maintenance .maintenance-store-name {
  font-size: 1.5em;
}
#maintenance .social-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}
#maintenance .social-links a {
  color: #463F20;
}
#maintenance .social-links a:hover {
  color: #116e56;
}
#maintenance .social-links svg {
  fill: currentColor;
  display: block;
  height: 32px;
  width: 32px;
}
/*







*/

/*============================================================
  Custom Styles - add and override styles below.
============================================================*/


body { 
  overflow-x: hidden !important;
  margin-bottom: 0px !important;
}

h1 {
    font-family: 'Satisfy', sans-serif !important;
    color: var(--accent-green) !important;
}
h2 { font-weight: 800 !important; }
h3, a { 
    font-weight: 700 !important; 
    color: var(--main) !important; 
}
h2, h3, a {
    font-family: 'Urbanist', sans-serif !important;
    font-style: normal !important;
    text-decoration: none !important;
    text-align: center !important;
}

p {
    color: var(--main) !important;
    font-family: 'Gotu', sans-serif !important;
}

.button-solid-large, .button-solid-medium {
    color: var(--main);
    background: var(--accent-green);
    border-width: 0;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}
.button-solid-large:hover, .button-solid-medium:hover { background-color: var(--accent-green-hover); }



@media only screen and (min-width: 0px) {
  
    .button-solid-large {
        font-size: 22px;
        padding: 16px 24px;
    }
    .button-solid-medium {
        font-size: 18px;
        padding: 12px 18px;
    }
    
    /* HERO SECTION START HERE */

    #hero { background-color: var(--background); position: relative; }
    #hero-container { padding: 96px 24px 0px 24px; }
    #hero h1 {
        font-size: 56px;
        margin: 0px 0px 16px 0px;
        z-index: 10;
        text-align: left;
    }
    #hero-paragraph {
        font-size: 18px;
        margin-bottom: 32px;
    }
    #hero-button-info {
        max-width: fit-content;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    #hero-button-info p {
        font-size: 12px;
        color: var(--accent-green);
        text-transform: uppercase;
        margin-top: 18px;
    }
   #hero-image img {
     width: 100%;
     margin: 64px auto -8px auto;
   }


    /* REVIEWS SECTION START HERE */

    #reviews {
        border-top: 1px solid #E4E4E6;
        border-bottom: 1px solid #E4E4E6;
        background-color: white;
        z-index: 10;
        transform-style: preserve-3d;
    }
    #reviews-container { padding: 16px 24px; }
    #reviews-container h2 {
        color: var(--main);
        font-size: 22px;
        text-align: left !important;
        margin: 0 0 16px 0;
    }
    .swiper-slide i {
        font-size: 14px;
        color: white;
        background-color: var(--accent-green);
        padding: 6px;
    }
    .reviews-text {
        font-size: 14px;
        white-space: normal;
    }
    .reviews-person {
        font-size: 12px;
        color: #CCCCCF;
        margin: 0px;
    }



    /* REASONS SECTION START HERE */

    #reasons { text-align: center; }
    #reasons h2 { 
        color: var(--accent-pink); 
        font-size: 28px; 
    }
    #reasons-container { 
        padding: 16px; 
        max-width: 320px;
        margin: auto;
    }
    #reasons-grid { 
        padding: 16px; 
        max-width: 1000px; 
        margin: auto; 
    }
    #reasons img { display: none; }
    .reasons-double i { 
        color: var(--accent-pink); 
        font-size: 32px; 
    }
    .reasons-double h3 { margin: 8px 0px -10px 0px; }
    .reasons-double p { margin-bottom: 24px; }


    /* PRODUCTS SECTION START HERE */
    #products-grid-big { padding: 16px; }
    .products-container {
        background-size: cover;
        background-repeat: no-repeat;
        padding: 32px 32px 48px 32px;
        margin-bottom: 16px;
    }
    .products-container h2 {
        font-size: 24px;
        text-align: left !important;
        color: white;
        margin-top: 0px;
    }
    #products-balms h2 { font-size: 32px; }
    #products-balms { 
        background-image: url("https://assets.bigcartel.com/product_images/363374815/lavender-vanilla.webp");
        padding-bottom: 128px; 
    }
    #products-creams { 
      background-image: url("https://assets.bigcartel.com/product_images/368162386/cuticle-cream-grid.webp");
      background-size: 150%;
      background-position: 30% 30%;
    }
    #products-favors { background-image: url("https://images2.imgbox.com/d3/7c/IJFaOecD_o.png"); }
    #products-holders { background-image: url("https://images2.imgbox.com/87/0a/pjWpvbYy_o.png"); }

    /* POINTS SECTION START HERE */

    #points-container { 
        padding: 64px 8px;
        max-width: 260px;
        margin: auto;
    }
    #points h2 { 
        font-size: 28px; 
        margin: 0px -16px;
        color: var(--accent-green); 
    }
    #points p { 
        font-size: 16px; 
        text-align: center; 
    }
    #points-grid {
        display: grid;
        grid-template-columns: auto auto;
    }
    #points-grid div { text-align: center; }
    #points-grid i {
        width: 52px !important;
        height: 52px !important;
        font-size: 28px !important;
        line-height: 53px !important;
        color: var(--accent-green) !important;
        background-color: var(--main) !important;
        border-radius: 50% !important;
    }
    #points-grid p {
        text-transform: uppercase;
        font-size: 12px;
    }
    #points div:nth-child(1) { position: relative; }
    #points-divider {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        transform: rotate(180deg);
    }
    #points-divider svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 128px;
    }
    #fill { fill: var(--background); }



    /* ABOUT SECTION START HERE */

    #about { background-color: var(--background); }
    #about-grid { 
        padding: 48px 16px; 
    }
    #about h2 { 
        color: var(--accent-pink);
        text-align: left !important; 
        font-size: 36px;
        margin-bottom: 0px;
    }
    #about-image {
        position: relative;
        height: 500px;
    }
    #about-image::before {
        content: '';
        position: absolute;
        width: 80px;
        height: 49px;
        background: url("https://images2.imgbox.com/c3/08/Qksjkwjz_o.png") center/contain no-repeat;
        top: -16px;
        left: -24px;
        rotate: -32deg;
    }
    #about-image img { width: 250px; }
    #about-image img:last-child {
          width: 200px;
          position: absolute;
          bottom: 0;
          right: 0;
    }

  
    /* BESTSELLERS SECTION START HERE */

    #bestsellers { background-color: var(--background); }
    #bestsellers-carousel {
        max-width: 1700px;
        margin: 0px auto 64px auto;
      padding-top: 64px;
    }
    #bestsellers-carousel h2 {
        color: var(--accent-green);
        text-align: left !important;
        margin: 0px 16px 16px 16px;
        font-size: 36px;
    }
    #bestsellers-carousel .swiper-wrapper { 
        margin-bottom: 48px;
        padding: 0px 0px 16px 16px; 
    }
    #bestsellers-carousel .swiper-slide { 
        box-shadow: 0 3px 12px rgba(0,0,0,.2) !important;
        border-radius: 16px !important;
    }
    .bestsellers-product-wrapper { position: relative; }
    .bestsellers-product-image {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 200px;
        border-radius: 16px 16px 0px 0px;
        margin: 8px auto 0px auto;
        z-index: 5;
    }
  
    #natural-lip-balm { background-image: url("https://images2.imgbox.com/55/8e/3st75Etu_o.png"); }
    #wedding-favor { background-image: url("https://assets.bigcartel.com/product_images/363441808/tuxedo.webp"); }
    #lip-balm-multipack { background-image: url("https://assets.bigcartel.com/product_images/363403363/organza-no-background.webp"); }
    #organza-purse { background-image: url("https://assets.bigcartel.com/product_images/363443344/purse.webp"); }
    #prom-favor { background-image: url("https://assets.bigcartel.com/product_images/363442957/prom-dress-all.webp"); }
    .bestsellers-product::before {
        content: '';
        position: absolute;
        width: 160px;
        height: 98px;
        background: url("https://images2.imgbox.com/c3/08/Qksjkwjz_o.png") center/contain no-repeat;
        filter: grayscale(100%);
        transform: translateY(-162px);
        left: 0px;
        right: 0px;
        opacity: .1;
        z-index: -1;
        margin: auto;
    }
    .bestsellers-product {
        padding: 8px;
        display: flex;
        justify-content: space-between;
    }
    .bestsellers-product p { 
        white-space: normal;
        margin: auto 0px;
    }
    .bestsellers-product-name { 
        font: 700 18px 'Urbanist', sans-serif;
        margin-right: 16px;
    }
    .bestsellers-product-button {
        background-color: var(--accent-green);
        font-size: 16px;
        padding: 16px 0px;
        display: block;
        margin: 0px -1px;
        border-radius: 0px 0px 16px 16px;
    }
    .bestsellers-product-button i {
        color: var(--main);
    }



    /* OTHER CSS STYLES HERE */
    .flavors-div {
      display: flex;
      justify-content: space-between;
      align-items: top;
    }
    .flavors-div p {
      font-size: 12px;
      margin: -6px 0 0 16px;
    }
    .flavors-div p span { font: 700 14px 'Urbanist', sans-serif; }
    .flavors-caution {
      width: 96px;
      background-image: url("https://images2.imgbox.com/44/7b/fMQeqRXd_o.png");
      background-size: contain;
      background-repeat: no-repeat;
    }
    .flavors-link {
      font-size: 10px;
      color: var(--main) !important;
      text-decoration: underline !important;
      text-align: left !important;
    }
  .product_detail h1 {
    font-size: 36px !important;
    color: var(--main) !important;
    line-height: 1.2 !important;
  }
    .product_divider {
      border-top: 2px solid lightgray;
      margin: 8px 0px -16px;
      width: 75px;
      height: 2px;
    }
  .product-meta { 
    padding: 0;
    margin-top: -12px;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .product_stars { margin-left: 12px; }

  .product_stars i {
    font-size: 14px;
    color: white;
    background-color: var(--accent-green);
    padding: 6px;
  }
 .product_rating { 
   font: 500 16px 'Gotu', sans-serif; 
   margin-left: 6px;
 }
  
  .product_rating:hover { text-decoration: underline !important; }
  .reviews { 
    clear: both;
    width: 100%;
  }
  .reviews-container { 
    padding: 128px 16px;
    margin: auto !important;
    max-width: 800px !important;
  }
  #oh-wow-reviews {
    text-align: left !important;
    font: 800 36px 'Urbanist', sans-serif !important;
  }
  .product-review {
    padding-top: 24px;
    border-bottom: 2px solid lightgray;
  }
  .review-meta { align-items: center; }
  .reviews-container a { margin-bottom: 64px !important; }
  .product-review:first-child { padding-top: 64px; }
  .review-meta i {
    font-size: 14px;
    color: white;
    background-color: var(--accent-green);
    padding: 6px;
  }
  .reviewer {
    font: 700 18px 'Urbanist', sans-serif !important;
    margin-left: 4px !important;
  }
  .reviewer-location {
    font: 500 12px 'Gotu', sans-serif !important;
    color: gray;
  }
  section.content.page-cart {
    padding: 96px 16px 64px;
  }
  section.content.page-contact {
    padding: 96px 16px 64px;
  }
  mini_cart {
    font-family: 'Gotu', sans-serif !important;
  }
  .cart_info h3 {
    text-align: left !important;
  }

}


@media only screen and (min-width: 420px) {

    #hero-content { max-width: 400px; }

    #reasons h2 {
        font-size: 40px;
        margin: 32px 0 32px 0;
    }
    #reasons-container { max-width: 560px; }
    #reasons-grid {
        display: grid;
        grid-template-columns: auto auto auto;
        padding: 0px;
        gap: 10px;
    }
    .reasons-double div { 
      height: 180px;
      margin-bottom: 32px;
    }

    .products-container { padding-bottom: 64px; }
    .products-container h2 { font-size: 28px; }
    #products-balms h2 { font-size: 36px; }

    #points-container { max-width: 380px; }
    #points-grid { grid-template-columns: auto auto auto; }
    #points h2 { font-size: 38px; }

    #about-image { max-width: 450px; }
    #about-image img { width: 300px; }
  #about-image img:last-child { width: 200px; }
    
}



@media only screen and (min-width: 560px) {

  #hero-container {
    display: flex;
    padding-bottom: 0px;
    align-items: end;
    justify-content: space-between;
  }
  #hero-image {
    margin-bottom: 0;
    align-items: end;
    vertical-align: bottom;
  }
#hero-image img {
  margin: 0;
  display: inline-block;
    vertical-align: bottom;
}
#hero-content {
  padding-bottom: 64px;
}


    #reviews h2 { font-size: 22px; }

    #reasons h2 {
        font-size: 48px;
        margin-bottom: 48px;
    }
    #reasons-container { padding: 64px 48px; }
    #reasons-grid { gap: 16px; }
    .reasons-double div { height: 170px; }

    .products-container { padding-bottom: 96px; }
    .products-container h2 { font-size: 32px; }
    #products-balms { padding-bottom: 180px; }
    #products-balms h2 { font-size: 42px; }

    #points-container { max-width: 580px; }
    #points-grid { grid-template-columns: auto auto auto auto auto auto; }
    #points h2 { 
        font-size: 36px;
        margin: 0px;
    }

    #about-grid {
        display: grid;
        grid-template-columns: 40% 60%;
        gap: 3vw;
        padding: 48px 32px 48px 16px;
        max-width: 600px;
        margin: auto;
    }
    #about-image { height: 400px; }
    #about-grid img { width: 200px; }
    #about-grid img:last-child { width: 175px; }

  section.content.page-contact {
    padding: 128px 16px 96px 16px;
  }
}

@media only screen and (min-width: 668px) {
  section.content.page-cart {
    padding: 128px 32px 200px;
    max-width: 1000px;
  }
}

@media only screen and (min-width: 700px) {

    #reviews h2 { font-size: 24px; }

    #reasons-container { padding: 64px 48px; }

    #products-grid-big {
        display: grid;
        grid-template-columns: auto auto;
        gap: 16px;
    }
    .products-container { padding-bottom: 48px; }
    .products-container h2 { font-size: 28px; }
    #products-balms h2 { font-size: 36px; }

    #points p { font-size: 18px; }
    #points-grid p { font-size: 12px; }

}



@media only screen and (min-width: 800px) {

    #reasons h2 { 
        font-size: 40px;
        margin-bottom: 64px;
    }
    #reasons-grid { gap: 0px; }
    #reasons-container { 
        max-width: 800px;
        padding: 64px 32px;
    }
    #reasons img {
        display: inline;
        margin-top: 64px;
        width: 232px;
    }

    #points-container {
        padding: 32px;
        box-shadow: -4px 4px 14px 0 rgba(0,0,0, .2);
        z-index: 2;
        background-color: #fff;
        border-radius: 8px;
        margin: 96px auto -48px auto;
    }
    #points h2 { font-size: 34px; }

    #about-grid { 
        max-width: 800px;
        padding: 64px 64px;
        gap: 0px;
    }
    #about-image { margin-right: 32px; }
 
}



@media only screen and (min-width: 900px) {

  #hero-image img {
    max-width: 500px;
  }
    
    #reviews h2 { font-size: 26px; }

    #reasons img {
        width: 264px;
        margin-top: 32px;
    }

}



@media only screen and (min-width: 1024px) {

    .button-solid-large {
        font-size: 22px;
        padding: 16px 24px;
    }
    .button-solid-medium {
        font-size: 18px;
        padding: 12px 20px;
    }

    #hero h1 { font-size: 72px; }
  #hero-image img {
    max-width: 600px;
  }
  #hero-content {
    padding-top: 50px;
    padding-bottom: 96px;
  }

    #reasons-container { 
        max-width: 1000px;
        padding: 96px 64px; 
    }
    #reasons h2 { 
        font-size: 48px;
        margin-bottom: 80px;
    }
    #reasons-grid { grid-template-columns: 30% 40% 30%; }
    #reasons img {
        width: 300px;
        margin-top: 8px;
    }

    #products-balms { height: 548px; }
    #products-creams { height: 300px; }
    #products-favors, #products-holders { height: 232px; }
    #products-grid-small {
        display: grid;
        grid-template-columns: auto auto;
        gap: 16px;
    }

    #points-container { max-width: 700px; }
    #points h2 { font-size: 42px; }
    #points p { font-size: 20px; }
    #points-grid i {
        width: 64px !important;
        height: 64px !important;
        font-size: 34px !important;
        line-height: 64px !important;
    }
    #points-grid p { font-size: 14px; }

    #about-grid { 
        max-width: 1200px;
        padding: 64px 64px;
        gap: 0px;
        grid-template-columns: 55% 45%;
    }
    #about-grid p { font-size: 18px; }
    #about-grid div:nth-child(2) { margin-top: 32px; }
    #about-image { 
        height: 525px;
        margin-right: 128px;
    }
    #about-image img { width: 300px; }
  #about-image img:last-child { width: 225px; }

  


}

@media only screen and (min-width: 1240px) {

    #hero h1 { font-size: 96px; }
    #hero-image img {
      max-width: 650px;
    }

    #reviews-container {
        display: grid;
        grid-template-columns: 20% 80%;
        max-width: 1700px;
        margin: auto;
    }
    #reviews-container div:first-child { margin-right: 16px; }

    #products-balms { height: 600px; }
    #products-creams { height: 352px; }
    .reasons-double h3 { font-size: 20px; }

    .flavors-div p { font-size: 14px !important; }

 
  
}

@media only screen and (min-width: 1400px) {

    #hero-container { 
        max-width: 1700px;
        margin: auto;
        padding: 96px 24px 0px 24px;
    }
  #hero-content {
    padding-bottom: 160px;
  }
  #hero-image img {
    max-width: 850px;
  }

    #reviews-container { grid-template-columns: 15% 85%; }
    #reviews-container div:first-child { margin-right: 16px; }
    #reviews h2 { font-size: 24px; }

    #reasons-container { padding: 128px 64px; }
    .reasons-double h3 { font-size: 20px; }
    .reasons-double div:first-child { margin-bottom: 32px; }
    #reasons img { margin-top: 24px; }

  #products-grid-big {
        grid-template-columns: 50% 50%;
        padding-right: 32px;
        max-width: 1700px;
        margin: auto;
    }
  #products-grid-small { grid-template-columns: 50% 50%; }
    #products-balms { height: 652px; }
    #products-creams { height: 360px; }
    #products-favors, #products-holders { height: 276px; }
    .products-container h2 { font-size: 32px; }
    #products-balms h2 { font-size: 48px; }


    #about-grid { grid-template-columns: 60% 40%; }
    #about-image { 
        margin-right: 0px;
        height: 700px;
        max-width: 600px;
    }
    #about-grid div:nth-child(2) { margin-top: 64px; }
    #about-image img { width: 400px; }
  #about-image img:last-child { width: 325px; }

  section.content.page-cart {
    padding: 256px 32px 280px 32px;
  }
}