@import url(//fonts.googleapis.com/css?family=Josefin+Sans);

@font-face {
  font-family: "Warpaint";
  src: url("https://store.moananursery.com/assets/fonts/Warpaint.eot"); /* IE9 Compat Modes */
  src: url("https://store.moananursery.com/assets/fonts/Warpaint.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://store.moananursery.com/assets/fonts/Warpaint.woff")
      format("woff"),
    /* Pretty Modern Browsers */
      url("https://store.moananursery.com/assets/fonts/Warpaint.ttf")
      format("truetype"); /* Safari, Android, iOS */
}

html {
  height: 100%;
}

body {
  font-family: "Josefin Sans", sans-serif;
}

/* color: #404042;
} */
@media (max-width: 767.98px) {
  body.has-menu-open {
    overflow: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Warpaint", "Bebas Neue" !important;
  font-weight: 400;
  text-transform: uppercase;
}

.main-wrapper {
  transition: transform 300ms ease;
}
@media (max-width: 767.98px) {
  .has-menu-open .main-wrapper {
    transform: translateX(280px);
    position: relative;
  }
  .has-menu-open .main-wrapper .main-wrapper__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }
}

.store-body {
  margin: 80px 0;
  min-height: 600px;
}
@media (max-width: 767.98px) {
  .store-body {
    margin: 50px 0;
    min-height: 0;
  }
}
.store-body .category_header_description {
  max-width: 780px;
}
.store-body .category_header_description h1 {
  text-transform: uppercase;
}
.store-body .gift_card_list_container_page h1 {
  text-transform: uppercase;
}
.store-body .store_results_pagination {
  margin-top: 30px;
}
.store-body .product_images {
  max-width: 450px;
  padding-bottom: 40px;
}
.store-body .store_product_description,
.store-body .product_data {
  padding: 15px 0 35px;
  margin: 0;
  line-height: 1.5;
  max-width: 850px;
}
.store-body .product_detail_solo_page,
.store-body .product_detail_multiitems_page {
  font-size: 18px;
}
.store-body .product_detail_solo_page h1,
.store-body .product_detail_multiitems_page h1 {
  margin-bottom: 20px;
}
.store-body .recently_viewed_products_wrapper,
.store-body .store_cross_sell_products_wrapper,
.store-body .store_up_sell_products_wrapper {
  margin: 50px 0 0;
}
.store-body .recently_viewed_products_wrapper h2,
.store-body .store_cross_sell_products_wrapper h2,
.store-body .store_up_sell_products_wrapper h2 {
  margin: 0 0 25px;
  color: #555558;
}

.store_cross_sell_products_wrapper
  .store_product_list_normal_multi_column.card {
  border: none;
}

.store_cross_sell_products_wrapper .card-body {
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.store_cross_sell_products_wrapper .product_name,
.store_cross_sell_products_wrapper .product_price {
  margin-bottom: 8px;
  font-size: 14px;
}

.store_cross_sell_products_wrapper .product_description {
  display: none;
}

.store_cross_sell_products_wrapper .product_thumbnail {
  margin-bottom: 15px;
}

.store_cross_sell_products_wrapper .product_form_buttons {
  padding: 0;
}

.store_cross_sell_products_wrapper
  button.btn.btn-primary.btn-block.add_to_cart_button {
  font-size: 13px;
  padding: 0.5rem;
}

/* .store_cross_sell_products_wrapper > .inet_grid.related_table >.row.row-eq-height {
    flex-wrap: nowrap !important;
    overflow: auto !important;
} */

#group_\{STORE_CATEGORY_ID\} .sidebar-section--menu {
  display: none;
}

body:not(#group_\{STORE_CATEGORY_ID\}):not(#group_23) .store-body__sidebar,
body:not([data-product="{STORE_PRODUCT_SKU}"]) .store-body__sidebar {
  display: none !important;
}
body:not(#group_\{STORE_CATEGORY_ID\}):not(#group_23) .store-body__content,
body:not([data-product="{STORE_PRODUCT_SKU}"]) .store-body__content {
  max-width: 100% !important;
  flex: 1 1 100% !important;
}
body:not(#group_\{STORE_CATEGORY_ID\}):not(#group_23)
  .store-body__content-inner,
body:not([data-product="{STORE_PRODUCT_SKU}"]) .store-body__content-inner {
  margin-left: 0 !important;
}

body:not(#group_\{STORE_CATEGORY_ID\}) .sidebar-section--account,
body:not(#group_23) #featured-item,
body:not(#group_23) #intro-text,
body:not(#group_23) .social-feed,
body:not(#group_23) .icon-links,
#group_23 #category-header,
#group_23 .store-body__sidebar,
#group_23 .breadcrumbs,
#group_23 .breadcrumb {
  display: none !important;
}

.product-price {
  font-weight: 600;
  font-size: 26px;
}

.pot-sizes-link {
  justify-content: center;
}

.pot-sizes-link button {
  background-color: white;
  color: #547427;
  padding: 0;
  font-size: 18px;
}

.pot-sizes-link button:focus {
  outline: none;
  box-shadow: none;
}

.pot-sizes-link button:hover {
  color: #2b3b14;
  text-decoration: underline;
}

.moana-pot-sizes {
  padding: 10px;
}

.pot-sizes-learn-more {
  text-align: center;
  padding: 10px;
  font-size: 20px;
}

.product-price__retail {
  font-size: 18px;
  color: #929292;
  text-decoration: line-through;
  font-weight: normal;
  margin-bottom: 8px;
}

.product-price__label {
  display: inline-block;
  text-transform: uppercase;
  background: #ed3342;
  color: #fff;
  padding: 5px 8px;
  line-height: 1;
  border-radius: 0px;
  margin-left: 6px;
  position: relative;
  top: -4px;
  font-size: 16px;
  letter-spacing: 0.0625em;
  font-weight: bold;
}

.additional_product_images a {
  display: inline-block;
  margin: 15px 0 0;
}

.carousel-inner {
  margin: auto;
  width: 92%;
}

.carousel-indicators {
  bottom: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

.carousel-indicators li {
  width: 20px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #555558;
}

.carousel-indicators .active {
  background-color: #547427;
}

/* .additional_product_images a::before {
  content: "+ "; 
}*/

.inet_zoom_image_wrapper:before {
  top: 10px;
  left: 10px;
}

.shipping_rule_messages {
  border: 1px solid #fbc535;
  padding: 0 15px;
  background: rgba(251, 197, 53, 0.45);
  margin: 10px 0 15px;
  display: flex;
  border-radius: 3px;
}

.shipping_rule_messages_icon {
  padding: 15px 0;
}

.shipping_rule_messages_content {
  flex: 1;
  padding-left: 20px;
}

.custom_cart_message {
  margin: 15px 0 45px;
}

.store_cart_comment a {
  color: #fff;
  background-color: #547427;
  border-color: #547427;
  padding: 0.5rem 0.75rem;
  border-radius: 2px;
  font-size: 1.2rem;
}

.store_cart_comment a::after {
  content: "Add Personal Message";
  margin-left: 4px;
}

.cart-form .cart_totals {
  margin-bottom: 0;
}
.cart-form .col-form-label {
  width: 100%;
  font-weight: bold;
}
.cart-form .cart-delivery-date-description {
  font-size: 15px;
  margin: 6px 0 0;
  opacity: 0.6;
  max-width: 510px;
}
.cart-form .cart-form-field {
  max-width: 260px;
}
.cart-form .table {
  font-weight: bold;
  font-size: 18px;
}
.cart-form .table td {
  background: #efefef !important;
  padding: 5px 8px;
}
.cart-form .cart-checkout-message {
  font-size: 15px;
  padding: 20px 15px;
  margin: 0 0 15px;
  border: 1px solid #ccc;
  border-top: none;
  color: rgba(0, 0, 0, 0.6);
}
.cart-form .cart-checkout-message span {
  color: var(--primary);
  display: block;
  margin: 15px 0 0;
  font-weight: 600;
}
.cart-form .cart-store-message {
  padding: 15px;
  background: #555558;
  margin-bottom: 20px;
  color: #fff;
  border-radius: 2px;
  font-size: 15px;
}
.cart-form .form-group {
  margin-bottom: 10px;
}
.cart-form .stacked-form-group .col-form-label {
  padding: 0 0 5px;
}

.checkout_position_labels {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  line-height: 16px;
}

.bulk-material-solo-page #volume-calculator-button {
  display: block !important;
}

.category-images .category_list {
  margin: 0 0 50px;
}
@media (min-width: 576px) {
  .category-images .category_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 40px;
  }
}
body:not(#group_23) .category-images .category_list {
  margin-top: 30px;
}

.category-images__item {
  padding: 8px 0;
}
@media (min-width: 576px) {
  .category-images__item {
    width: 50%;
    padding: 8px;
  }
}
@media (min-width: 992px) {
  .category-images__item {
    width: 33.3333%;
    padding: 8px;
  }
}

.category-image__container {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.category-image__container img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.category-image__name {
  position: absolute;
  bottom: 16px;
  left: 0;
  color: #fff;
  background: url("../images/color-bar-green.png") right center/698px 66px
    no-repeat;
  height: 66px;
  padding: 12px 38px 8px 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0.02em;
  transition: transform 275ms ease;
  transform: translateX(-8px);
  white-space: nowrap;
}
.category-image:nth-child(5n + 2) .category-image__name {
  background-image: url("../images/color-bar-teal.png");
}
.category-image:nth-child(5n + 3) .category-image__name {
  background-image: url("../images/color-bar-purple.png");
}
.category-image:nth-child(5n + 4) .category-image__name {
  background-image: url("../images/color-bar-pink.png");
}
.category-image:nth-child(5n + 5) .category-image__name {
  background-image: url("../images/color-bar-yellow.png");
}
.category-image:hover .category-image__name {
  transform: translateX(0);
}
@media (max-width: 767.98px) {
  .category-image__name {
    font-size: 22px;
    height: 50px;
    background-size: auto 50px;
    padding: 12px 25px 8px 32px;
  }
}

.has-change-store-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
}

.change-store-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 100;
  max-width: 600px;
  width: calc(100% - 50px);
  max-height: 100vh;
  overflow: auto;
  background: #fff;
  padding: 30px 25px 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
}
.has-change-store-open .change-store-modal {
  opacity: 1;
  pointer-events: auto;
}

.featured-item {
  padding: 0 30px 50px;
  max-width: 929px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .featured-item {
    padding: 0 0 15px;
  }
}

.featured-item__slides .slick-arrow {
  display: none !important;
}
@media (min-width: 576px) {
  .featured-item__slides {
    padding: 0 30px;
  }
  .featured-item__slides .slick-arrow {
    display: block !important;
  }
}
.featured-item__slides img {
  max-width: 100%;
  height: auto;
}
.featured-item__slides:not(.slick-slider) {
  padding: 0;
}

.footer {
  background: #404042;
  padding: 25px 0 35px;
  color: #fff;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  height: 13px;
  bottom: 100%;
  left: 0;
  width: 100%;
  margin-bottom: -1px;
  background: url("../images/footer-pattern-top.png") bottom left/317px 13px
    repeat-x;
}
@media (max-width: 767.98px) {
  .footer {
    text-align: center;
    padding-bottom: 25px;
  }
}

.footer__logo {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .footer__logo {
    max-width: 100px;
    margin: 10px 0 30px;
  }
}

.footer__social {
  max-width: 175px;
  text-align: center;
  margin: 0 auto 30px;
}
.footer__social a {
  color: inherit;
  transition: all 250ms ease;
  margin: 0 2px;
}
.footer__social a:hover {
  color: #fbc535;
}
.footer__social a .fab {
  font-size: 24px !important;
}
@media (min-width: 768px) {
  .footer__social {
    margin: 30px 0 0;
  }
}

.footer__menu ul {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  font-family: "Warpaint", "Bebas Neue" !important;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.footer__menu ul li {
  padding: 0 0 10px;
}
.footer__menu ul a {
  color: inherit;
  transition: all 175ms ease;
  display: inline;
}
.footer__menu ul a:hover {
  color: #fbc535;
  text-decoration: none;
}
.footer__menu ul .nav-link {
  padding: 0 !important;
}

.footer-location {
  padding: 15px 25px;
  font-size: 16px;
  line-height: 1.5;
}
.footer-location strong {
  font-family: "Warpaint", "Bebas Neue" !important;
  font-size: 20px;
  letter-spacing: 0.028em;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .footer-location strong {
    font-size: 16px;
  }
}
.footer-location a {
  color: inherit;
  transition: all 175ms ease;
}
.footer-location a:hover {
  color: #fbc535;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .footer-location {
    padding: 10px;
    font-size: 14px;
  }
}

.footer-location__content {
  padding: 0;
  margin: 0;
}

.header-navbar {
  padding: 0;
  background: #555558;
  position: relative;
  font-family: "Warpaint", "Bebas Neue" !important;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.032em;
  display: none;
}
.header-navbar::before {
  content: "";
  position: absolute;
  height: 19px;
  bottom: 100%;
  left: 0;
  width: 100%;
  margin-bottom: -1px;
  background: url("../images/navbar-pattern-top.svg") bottom left repeat-x;
}
.header-navbar ul {
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.header-navbar ul li {
  padding: 0 25px 0 0;
}
.header-navbar ul li:last-child {
  padding-right: 0;
}
.header-navbar ul a {
  display: block;
  color: inherit;
  padding: 2px 3px 10px;
  transition: all 250ms ease;
  position: relative;
}
.header-navbar ul a:hover {
  text-decoration: none;
}
.header-navbar ul a:hover::before {
  opacity: 1;
}
.header-navbar ul a::before {
  content: "";
  transition: all 250ms ease;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #7faf00;
  opacity: 0;
}
@media (min-width: 576px) {
  .header-navbar {
    display: block;
  }
}
@media (min-width: 768px) {
  .header-navbar {
    font-size: 25px;
  }
  .header-navbar ul li {
    padding: 0 35px 0 0;
  }
}

.header {
  background: #404042;
  padding: 45px 0 35px;
  position: relative;
  color: #fff;
}
@media (min-width: 576px) {
  .header {
    padding: 15px 0 25px;
  }
}

.header__switcher {
  position: absolute;
  top: -45px;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: inherit;
  appearance: none;
  border: none;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: none;
  padding: 5px 10px 6px;
  border-radius: 0 0 2px 2px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  width: 100%;
}
@media (min-width: 576px) {
  .header__switcher {
    width: auto;
    top: -15px;
    left: auto;
    transform: none;
  }
}
.header__switcher .icon {
  fill: #fff;
  position: relative;
}
.header__switcher .icon--pin {
  top: -2px;
  margin-right: 2px;
}
.header__switcher .icon--chevron {
  top: -1px;
}
.header__switcher:hover {
  color: #fbc535;
  text-decoration: none;
}
.header__switcher:hover .icon {
  fill: #fbc535;
}

.header__container {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media (min-width: 576px) {
  .header__container {
    flex-direction: row;
  }
}

.header__mobile-menu-toggle {
  background: none;
  border: none;
  padding: 0;
  appearance: none;
  position: absolute;
  top: 12px;
  left: 0;
  padding: 2px 3px;
  border-radius: 2px;
}
@media (min-width: 576px) {
  .header__mobile-menu-toggle {
    display: none;
  }
}
.has-menu-open .header__mobile-menu-toggle {
  background: rgba(0, 0, 0, 0.2);
}
.header__mobile-menu-toggle:focus {
  outline: none;
}

.header__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 576px) {
  .header__content {
    align-items: flex-end;
    padding-top: 35px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .header__content {
    padding-top: 35px;
  }
}
@media (min-width: 992px) {
  .header__content {
    flex-direction: row;
    align-items: center;
  }
}

.header__logo {
  max-width: 100px;
}
@media (min-width: 576px) {
  .header__logo {
    max-width: 118px;
  }
}
@media (min-width: 768px) {
  .header__logo {
    max-width: 138px;
  }
}

.header__search {
  flex: 1;
  padding: 5px 0 0;
}
.header__search form {
  max-width: 680px;
  display: flex;
  width: 100%;
}
.header__search input,
.header__search button {
  border: none;
}
.header__search input {
  width: 100%;
  flex: 1 1 auto;
  border-radius: 2px 0 0 2px;
  padding: 8px 10px;
  font-size: 16px;
}
.header__search input::placeholder {
  font-style: italic;
  color: #808080;
}
@media (min-width: 576px) {
  .header__search input {
    padding-left: calc(4% + 15px);
    padding: 12px 15px;
  }
}
.header__search button {
  border-radius: 0 2px 2px 0;
  background: #7faf00;
  color: #fff;
  font-size: 20px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  transition: all 175ms ease;
  cursor: pointer;
  margin: 0;
}
.header__search button:hover {
  background: #6c9600;
}
.header__search img {
  width: 20px;
  height: auto;
}
@media (min-width: 576px) {
  .header__search {
    padding: 0 25px 0 40px;
  }
}
@media (max-width: 991.98px) {
  .header__search {
    order: 1;
    margin-top: 15px;
    padding-right: 0;
    width: 100%;
    max-width: 500px;
  }
  .header__search button {
    padding: 0 12px;
  }
  .header__search img {
    width: 18px;
  }
}

.header__links {
  display: flex;
  align-items: center;
  position: absolute;
  top: 18px;
  right: 0;
}
.header__links a:hover {
  text-decoration: none;
  color: #fbc535;
}
@media (min-width: 576px) {
  .header__links {
    position: static;
  }
}

.header__cart {
  text-transform: uppercase;
  font-size: 12px;
  color: inherit;
  letter-spacing: 0.071em;
  font-weight: bold;
  margin-left: 10px;
}
.header__cart .header__cart-text {
  display: none;
}
.header__cart svg {
  margin-right: 6px;
  position: relative;
  top: -1px;
  width: 18px;
  height: 18px;
}
.header__cart:hover svg path {
  fill: #fbc535;
}
@media (min-width: 576px) {
  .header__cart {
    font-size: 14px;
    margin-left: 20px;
  }
  .header__cart .header__cart-text {
    display: inline;
  }
  .header__cart svg {
    width: 20px;
    height: 20px;
  }
}

.header__menu {
  list-style: none;
  margin: 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #fff;
  font-family: "Warpaint", "Bebas Neue" !important;
  font-size: 14px;
  letter-spacing: 0.071em;
  text-transform: uppercase;
  line-height: 1.3;
  display: flex;
}
.header__menu li {
  padding: 0 0 0 20px;
  position: relative;
  top: 1px;
}
.header__menu li:first-child {
  padding-left: 0;
}
.header__menu a {
  color: inherit;
}
@media (min-width: 576px) {
  .header__menu {
    padding: 0 20px 0 0;
  }
}

.icon-link {
  text-align: center;
  color: #779e29;
  transition: color 200ms ease;
}
.icon-link:hover {
  color: #537427;
  text-decoration: none;
}

.icon-link__heading {
  margin: 0;
  font-size: 25px;
}
@media (max-width: 767.98px) {
  .icon-link__heading {
    font-size: 18px;
  }
}

.icon-link__icon {
  margin: 0 0 14px;
  min-height: 58px;
}
.icon-link__icon img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 767.98px) {
  .icon-link__icon img {
    max-width: 50%;
    height: auto;
    min-width: 30px;
  }
}

.icon-links {
  display: flex;
  justify-content: center;
  margin: 80px -15px;
}
@media (max-width: 767.98px) {
  .icon-links {
    margin: 40px -10px;
  }
}

.icon-links__item {
  width: 33.3333333333%;
  max-width: 292px;
  padding: 15px;
  position: relative;
}
.icon-links__item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 20px;
  width: 1px;
  background: #d8d8d8;
}
.icon-links__item:last-child::before {
  display: none;
}
@media (max-width: 767.98px) {
  .icon-links__item {
    padding: 10px;
  }
  .icon-links__item::before {
    top: 10px;
    bottom: 15px;
  }
}

.intro-text {
  text-align: center;
  max-width: 875px;
  margin: 0 auto 40px;
}

.intro-text__heading {
  color: #7faf00;
  letter-spacing: 0.05em;
  font-size: 32px;
}
@media (min-width: 576px) {
  .intro-text__heading {
    font-size: 40px;
  }
}

.intro-text__text {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .intro-text__text {
    font-size: 20px;
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin: 0 0 20px;
  padding: 15px 0;
  font-size: 14px;
}
.product-card--third {
  width: 33.333%;
  padding: 0 15px;
  flex-grow: 0;
}

.product-card__image {
  margin: 0 0 15px;
}
.product-card[data-quantity="Currently out of stock"] .product-card__image,
.product-card[data-quantity="At Moana Rock Only"] .product-card__image,
.product-card[data-quantity="We're replenishing"] .product-card__image {
  opacity: 0.5;
}

.product-card__content {
  color: #537427;
  text-decoration: none;
}
.product-card__content:hover {
  text-decoration: none;
}

.product-card__name {
  margin: 0 0 8px;
}

.product-card__price {
  font-weight: bold;
  color: #404042;
}

.product-card__retail {
  color: #929292;
  text-decoration: line-through;
  font-weight: normal;
  margin-right: 6px;
}

.product-card__label {
  display: inline-block;
  text-transform: uppercase;
  background: #ed3342;
  color: #fff;
  padding: 4px 6px;
  line-height: 1;
  border-radius: 0px;
  margin-left: 6px;
  position: relative;
  top: -2px;
  font-size: 14px;
  letter-spacing: 0.0625em;
  font-weight: bold;
}

.product-card__status {
  display: none;
}
.product-card[data-quantity="Currently out of stock"] .product-card__status,
.product-card[data-quantity="At Moana Rock Only"] .product-card__status,
.product-card[data-quantity="We're replenishing"] .product-card__status {
  display: block !important;
  color: #ed3342;
  font-style: italic;
  margin: 5px 0 0;
}

.push-nav {
  background: #272728;
  transform: translateX(-280px);
  transition: transform 300ms ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
}
.has-menu-open .push-nav {
  transform: translateX(0);
}
@media (min-width: 576px) {
  .push-nav {
    display: none;
  }
}
.push-nav ul {
  list-style: none;
  margin: 0;
  padding: 2px 0 0;
}
.push-nav ul li {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.push-nav ul a {
  display: block;
  padding: 12px 25px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Warpaint", "Bebas Neue" !important;
  color: #fff;
  line-height: 1.3;
}
.push-nav ul a:hover {
  text-decoration: none;
}
.push-nav::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1));
  pointer-events: none;
}

.sidebar-section {
  margin: 0 0 50px;
}

.sidebar-section--account {
  margin-top: 50px;
}
@media (min-width: 576px) {
  .sidebar-section--account {
    margin-top: 0;
  }
}

.sidebar-section__heading {
  margin: 0 0 18px;
  padding: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #404042;
  letter-spacing: 0.0625em;
  font-weight: bold;
}
.sidebar-section__heading:not(.sidebar-section__heading--clean) {
  padding: 2px 5px 0;
  margin: 3px 3px 18px;
  border: 6px solid #fbc535;
  border-image-source: url("../images/pattern-box-yellow.svg");
  border-image-slice: 5 4;
  border-image-repeat: repeat;
  border-image-outset: 3px;
  background: #fbc535;
}

.sidebar-section__text {
  font-size: 18px;
  color: #555558;
  letter-spacing: 0;
  line-height: 1.5;
}
.sidebar-section__text p {
  margin: 15px 0 25px;
}
.sidebar-section__text a {
  font-weight: bold;
  color: #7faf00;
  transition: all 175ms ease;
}
.sidebar-section__text a:hover {
  color: #537427;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .sidebar-section__text {
    font-size: 16px;
  }
}

.sidebar-section__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-section__menu ul li {
  padding: 0 0 12px;
  line-height: 1.3;
}
.sidebar-section__menu ul a {
  color: #7faf00;
  font-weight: bold;
  transition: all 175ms ease;
}
.sidebar-section__menu ul a:hover {
  color: #537427;
  text-decoration: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  text-indent: -999px;
  overflow: hidden;
  background: none;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  background: url("../images/chevron-left.svg") left center/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -20px;
  opacity: 0.2;
  appearance: none;
  cursor: pointer;
}
.slick-arrow:hover {
  opacity: 0.8;
}

.slick-prev {
  left: calc(-2.5vw - 18px);
}

.slick-next {
  right: calc(-2.5vw - 18px);
  background: url("../images/chevron-right.svg") right center/contain no-repeat;
}

.slick-dots {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.slick-dots li {
  padding: 0 5px;
  cursor: pointer;
}
.slick-dots button {
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-radius: 50%;
  background: #cccccc;
  text-indent: -999px;
  border: none;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.slick-dots button[aria-selected="true"] {
  background: #555558;
}
.slick-dots button:focus {
  outline: none;
}

h1.specials-slider__heading {
  text-align: center;
  margin-bottom: 35px;
  color: #555558;
}
@media (min-width: 768px) {
  h1.specials-slider__heading {
    margin-bottom: 60px;
    font-size: 58px;
  }
}

.specials-slider__slider {
  padding-bottom: 40px;
}
.specials-slider__slider #carousel_loading_status {
  font-size: 30px;
  text-align: center;
}
.specials-slider__slider .jcarousel-container,
.specials-slider__slider .jcarousel-prev,
.specials-slider__slider .jcarousel-next,
.specials-slider__slider .jcarousel-item {
  border: none !important;
}
.specials-slider__slider .carousel_title {
  text-align: left;
  font-size: 18px;
  color: #779e29;
  line-height: 1.33;
  margin: 20px 0 12px;
}
@media (max-width: 767.98px) {
  .specials-slider__slider .carousel_title {
    padding: 0;
  }
}
.specials-slider__slider a {
  transition: all 175ms ease;
}
.specials-slider__slider a:hover {
  text-decoration: none;
}
.specials-slider__slider a:hover .carousel_title {
  color: #537427;
  text-decoration: none;
}
.specials-slider__slider .jcarousel-item,
.specials-slider__slider .jcarousel-container-horizontal,
.specials-slider__slider .jcarousel-clip-horizontal {
  height: auto !important;
}
@media (max-width: 767.98px) {
  .specials-slider__slider .jcarousel-clip-horizontal {
    margin-right: 40px;
  }
}
.specials-slider__slider .carousel_item img {
  width: 100%;
  max-width: 300px;
  margin: 0 20px;
}
@supports (object-fit: cover) {
  .specials-slider__slider .carousel_item img {
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  .specials-slider__slider .carousel_item img {
    margin: 0;
  }
}
.specials-slider__slider .carousel_item p.carousel_text {
  text-align: left;
}
@media (max-width: 767.98px) {
  .specials-slider__slider .carousel_item p.carousel_text {
    padding: 0;
  }
}
.specials-slider__slider .jcarousel-prev,
.specials-slider__slider .jcarousel-next {
  text-indent: -999px;
  overflow: hidden;
  background: none;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  background: url("../images/chevron-left-green.svg") left center/contain
    no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -20px;
  opacity: 0.6;
  appearance: none;
  cursor: pointer;
}
@media (min-width: 576px) {
  .specials-slider__slider .jcarousel-prev,
  .specials-slider__slider .jcarousel-next {
    width: 40px;
    height: 40px;
  }
}
.specials-slider__slider .jcarousel-prev:hover,
.specials-slider__slider .jcarousel-next:hover {
  opacity: 1;
}
.specials-slider__slider .jcarousel-prev::before,
.specials-slider__slider .jcarousel-next::before {
  display: none;
}
.specials-slider__slider .jcarousel-prev {
  left: 0;
}
.specials-slider__slider .jcarousel-next {
  right: -35px;
  background: url("../images/chevron-right-green.svg") right center/contain
    no-repeat;
}

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