@media (min-width: 768px) {
  .site-content {
    background-image: url('$urlTool.getVersionedUrl("/images/shop/shop-bg.jpg")');
  }
}
.shop-page {
  max-width: 1210px;
}
@media (min-width: 768px) {
  .shop-page {
    margin-top: 25px;
  }
}
.shop-nav {
  background: rgba(157, 153, 153, 0.15);
}
.shop-nav .shop-nav-list {
  font-size: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .shop-nav .shop-nav-list {
    display: flex;
  }
}
.shop-nav .shop-nav-item {
  color: #e0e0da;
  display: inline-block;
  font: bold 12px/2.5 'Lato', sans-serif;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  width: 50%;
}
@media (min-width: 350px) {
  .shop-nav .shop-nav-item {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .shop-nav .shop-nav-item {
    flex: auto;
    font-size: 16px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    width: auto;
  }
}
@media (min-width: 992px) {
  .shop-nav .shop-nav-item {
    font-size: 20px;
  }
}
.shop-nav .shop-nav-item:hover {
  color: #deca83;
}
.shop-nav .shop-nav-item.current {
  background: #b4a15b;
  color: #161515;
  position: relative;
}
@media (min-width: 768px) {
  .shop-nav .shop-nav-item.current:after {
    border-color: #b4a15b transparent transparent;
    border-style: solid solid none;
    border-width: 12px 12px 0;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    top: 100%;
    width: 0;
  }
}
.shop-nav .shop-nav-link {
  display: block;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .shop-nav .shop-nav-link {
    padding: 0;
  }
}
.shop-nav .shop-nav-link:link,
.shop-nav .shop-nav-link:visited,
.shop-nav .shop-nav-link:hover,
.shop-nav .shop-nav-link:focus,
.shop-nav .shop-nav-link:active {
  color: inherit;
  text-decoration: none;
}
.currency.dropdown {
  margin-top: 30px;
  text-align: right;
}
@media (min-width: 768px) {
  .currency.dropdown {
    margin-top: 0;
  }
}
.currency.dropdown .dropdown-toggle {
  background: rgba(157, 153, 153, 0.15);
  border: none;
  color: #e0e0da;
  font-size: 13px;
  font-weight: 300;
  line-height: 27px;
  outline: none;
  padding: 0 15px;
}
.currency.dropdown .dropdown-toggle:hover {
  color: #deca83;
}
.currency.dropdown .dropdown-toggle[aria-expanded=true] .caret {
  border-style: none solid solid;
  border-width: 0 5px 8px;
}
.currency.dropdown .dropdown-toggle .currency-text {
  vertical-align: middle;
}
.currency.dropdown .dropdown-toggle .caret {
  border-width: 8px 5px 0;
  margin-left: 10px;
  margin-top: -1px;
}
.currency.dropdown .dropdown-menu {
  background: rgba(32, 32, 32, 0.95);
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 13px;
  padding: 0;
  text-align: right;
}
.currency.dropdown .dropdown-menu > li > a {
  color: #e0e0da;
  padding-right: 43px;
}
.currency.dropdown .dropdown-menu > li > a:hover {
  background: #978b5e;
  color: #0a0e12;
}
.product-boxes {
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .product-boxes {
    margin-top: 54px;
  }
}
.product-boxes.products-desktop {
  border-collapse: separate;
  table-layout: fixed;
  width: 100%;
}
.product-box {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .product-box.highlight,
  .product-box.sale {
    margin-top: 54px;
  }
}
.product-amount,
.product-price {
  background: rgba(157, 153, 153, 0.1);
  color: #e0e0da;
}
@media (min-width: 768px) {
  .product-amount:first-child,
  .product-price:first-child {
    border-left-style: none;
  }
}
.product-amount del,
.product-price del,
.product-amount span,
.product-price span {
  white-space: nowrap;
}
.product-amount del,
.product-price del {
  color: #a3a5a6;
  font-size: 0.8em;
}
.product-amount {
  border-left: 2px solid #0c0c0c;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  padding: 12px 15px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-amount {
    font-size: 18px;
  }
}
.product-amount .units {
  vertical-align: middle;
}
.product-highlight,
.product-sale {
  background: #9f2927;
  border-radius: 8px 8px 0 0;
  bottom: 100%;
  color: white;
  font-size: 16px;
  font-weight: 600;
  left: 50%;
  line-height: 30px;
  max-width: 175px;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 20px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-highlight,
  .product-sale {
    font-size: 14px;
  }
}
.product-price {
  border-left: 2px solid #0c0c0c;
  border-top: 2px solid #0c0c0c;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 15px;
}
@media (min-width: 768px) {
  .product-price {
    padding-bottom: 32px;
    padding-top: 32px;
  }
}
.product-recurrence,
.product-promo-end-date {
  font-size: 14px;
  font-weight: 200;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .product-buy {
    border-left: 2px solid #0c0c0c;
  }
  .product-buy:first-child {
    border-left-style: none;
  }
}
.product-buy-button {
  background: rgba(26, 105, 30, 0.7);
  display: block;
  font: bold 16px/38px 'Lato', sans-serif;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
}
.product-buy-button:link,
.product-buy-button:visited,
.product-buy-button:hover,
.product-buy-button:focus,
.product-buy-button:active {
  color: #e0e0da;
  text-decoration: none;
}
.product-buy-button.disabled,
.product-buy-button[disabled] {
  cursor: default;
  opacity: 0.5;
}
.product-buy-button:not(.disabled):not([disabled]):hover,
.product-buy-button:not(.disabled):not([disabled]):focus,
.product-buy-button:not(.disabled):not([disabled]):active {
  background: rgba(41, 148, 47, 0.85);
}
.product-buy-button.sale {
  background: #9f2927;
}
.shop-faq {
  color: #e0e0da;
  margin: 60px auto 0;
}
.shop-faq h2 {
  border-bottom: 1px solid rgba(157, 153, 153, 0.15);
  font: bold 22px/40px 'Muli', sans-serif;
  height: 64px;
  margin: 0;
  position: relative;
}
@media (min-width: 768px) {
  .shop-faq h2 {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
  }
}
.shop-faq h2 .faq-last-updated {
  color: #91918d;
  font-size: 0.6em;
  font-style: italic;
  font-weight: normal;
  margin-left: 1em;
}
.shop-faq .faq-toggle-all {
  bottom: 8px;
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  left: 0;
  padding: 0;
  position: absolute;
  text-decoration: none;
}
@media (min-width: 768px) {
  .shop-faq .faq-toggle-all {
    bottom: auto;
    left: auto;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.shop-faq .faq-toggle-all:before {
  background-position: center top;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 14px;
  margin-right: 10px;
  vertical-align: middle;
  width: 14px;
}
.shop-faq .faq-toggle-all.collapse-all:before {
  background-image: url('$urlTool.getVersionedUrl("/images/shop/faq/faq-item-collapse-sprite.png")');
}
.shop-faq .faq-toggle-all.expand-all:before {
  background-image: url('$urlTool.getVersionedUrl("/images/shop/faq/faq-item-expand-sprite.png")');
}
@media (min-width: 768px) {
  .shop-faq .faq-toggle-all:hover:before {
    background-position: center bottom;
  }
}
.shop-faq .faq-toggle-all .expand-label,
.shop-faq .faq-toggle-all .collapse-label {
  vertical-align: middle;
}
.shop-faq .faq-toggle-all.expand-all .collapse-label,
.shop-faq .faq-toggle-all.collapse-all .expand-label {
  display: none;
}
.shop-faq dl {
  font-size: 18px;
  margin: 0;
  padding-left: 29px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .shop-faq dl {
    padding-left: 49px;
    padding-right: 20px;
  }
}
.shop-faq dt {
  font-weight: 300;
  margin-top: 20px;
}
.shop-faq dt a {
  display: block;
  position: relative;
}
.shop-faq dt a:link,
.shop-faq dt a:visited,
.shop-faq dt a:hover,
.shop-faq dt a:focus,
.shop-faq dt a:active {
  color: inherit;
  text-decoration: none;
}
.shop-faq dt a:before {
  background-position: center top;
  background-repeat: no-repeat;
  content: '';
  height: 14px;
  position: absolute;
  right: 100%;
  top: 11px;
  transform: translate(-15px, -7px);
  width: 14px;
}
.shop-faq dt a.collapsed:before {
  background-image: url('$urlTool.getVersionedUrl("/images/shop/faq/faq-item-expand-sprite.png")');
}
.shop-faq dt a:not(.collapsed):before {
  background-image: url('$urlTool.getVersionedUrl("/images/shop/faq/faq-item-collapse-sprite.png")');
}
@media (min-width: 768px) {
  .shop-faq dt a:hover:before {
    background-position: center bottom;
  }
}
.shop-faq dd p {
  color: #91918d;
  font-size: 18px;
  font-weight: 300;
  margin: 0.35em 0 0;
}
.shop-faq dd p a:link,
.shop-faq dd p a:visited {
  color: #b4a15b;
  text-decoration: none;
}
.shop-faq dd p a:hover,
.shop-faq dd p a:focus,
.shop-faq dd p a:active {
  color: #deca83;
  text-decoration: none;
}
.membership-banner {
  background: #efceab;
  height: 280px;
  margin: 40px 0 0;
  overflow: hidden;
  position: relative;
  display: block;
}
.membership-banner .membership-banner-bg {
  background: url('$urlTool.getVersionedUrl("/images/shop/membership/header-bg.jpg")') center / cover no-repeat;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .membership-banner .membership-banner-bg {
    bottom: auto;
    height: 0;
    padding-bottom: 559px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    will-change: transform;
  }
}
@media (min-width: 2200px) {
  .membership-banner .membership-banner-bg {
    padding-bottom: 25.40909091%;
  }
}
.membership-banner .membership-banner-bg-shadow {
  background: url('$urlTool.getVersionedUrl("/images/home/cta/shadow-top.png")') center top repeat-x, url('$urlTool.getVersionedUrl("/images/home/cta/shadow-bottom.png")') center bottom repeat-x;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateZ(0);
}
.membership-banner .membership-banner-wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  max-width: 976px;
  position: relative;
}
.membership-banner .membership-banner-contents {
  background: rgba(235, 235, 235, 0.9);
  max-width: 100%;
  padding: 25px 45px;
  text-align: right;
}
@media (min-width: 768px) {
  .membership-banner .membership-banner-contents {
    max-width: 976px;
  }
}
.membership-banner .membership-banner-contents {
  text-align: center;
}
@media (max-width: 767px) {
  .membership-banner .membership-banner-contents {
    padding: 30px;
  }
}
.membership-banner .membership-banner-contents .allaccess-banner {
  max-width: 100%;
}
@media (min-width: 768px) {
  .membership-banner .membership-banner-contents .allaccess-banner {
    float: left;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .membership-banner .membership-banner-contents .allaccess-banner {
    margin-right: 45px;
    margin-top: 5px;
  }
}
.membership-banner .membership-banner-contents h2 {
  color: #9f2927;
  font: 900 16px/1.1 'Muli', sans-serif;
  margin: 15px 0 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .membership-banner .membership-banner-contents h2 {
    font-size: 20px;
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .membership-banner .membership-banner-contents h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .membership-banner .membership-banner-contents h2 {
    font-size: 34px;
  }
}
.membership-banner .membership-banner-contents p {
  color: #171028;
  font-size: 13px;
  line-height: normal;
  margin: 15px auto 0;
  max-width: 760px;
}
@media (min-width: 768px) {
  .membership-banner .membership-banner-contents p {
    clear: both;
    font-size: 15px;
  }
}
.membership-banner .membership-banner-contents p strong {
  color: #c68223;
  font-weight: bold;
}
