  transform: rotate(-135deg);
  transition: transform 0.2s ease;
}

body.woocommerce-cart
  .wrb-woo-page
  .cart_totals
  .wrb-cart-coupon:not([open])
  .wrb-cart-coupon__chevron {
  transform: rotate(45deg);
}

body.woocommerce-cart .wrb-woo-page .cart_totals .wrb-cart-coupon__form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border: 1px solid #1e1b18;
  min-height: 74px;
}

body.woocommerce-cart
  .wrb-woo-page
  .cart_totals
  .wrb-cart-coupon__form
  .input-text {
  border: 0;
  background: transparent;
  box-shadow: none;
  height: 100%;
  width: 100%;
  padding: 14px 16px;
  color: #6f7a86;
  font-size: clamp(1rem, 1.5vw, 1.45rem);
}

body.woocommerce-cart
  .wrb-woo-page
  .cart_totals
  .wrb-cart-coupon__form
  .input-text:focus {
  outline: none;
  box-shadow: none;
}

body.woocommerce-cart
  .wrb-woo-page
  .cart_totals
  .wrb-cart-coupon__form
  button[name="apply_coupon"] {
  border: 0;
  background: transparent;
  min-height: 0;
  padding: 0 16px;
  color: #9da6af;
  font-size: clamp(1rem, 1.45vw, 1.4rem);
  line-height: 1;
}

body.woocommerce-cart .wrb-woo-page .cart_totals .wrb-cart-totals-panel__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #d9d3c0;
  color: #1e1b18;
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  line-height: 1.15;
}

body.woocommerce-cart
  .wrb-woo-page
  .cart_totals
  .wrb-cart-totals-panel__row--shipping {
  margin-top: 12px;
}

body.woocommerce-cart
  .wrb-woo-page
  .cart_totals
  .wrb-cart-totals-panel__row--total {
  padding-top: 16px;
  font-size: clamp(1.05rem, 1.55vw, 1.45rem);
}

body.woocommerce-cart
  .wrb-woo-page
  .cart_totals
  .wrb-cart-totals-panel__row--total
  span:first-child {
  text-decoration: underline;
}

body.woocommerce-cart .wrb-woo-page .wrb-cart-empty {
  width: 100%;
  padding: 4vh 0 0;
}

body.woocommerce-cart .wrb-woo-page .wrb-cart-empty__message {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

body.woocommerce-cart .wrb-woo-page .wrb-cart-empty .cart-empty {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1e1b18;
  font-family: Knockout, sans-serif;
  font-size: clamp(34px, 4.8vw, 76px);
  line-height: 0.95;
  text-transform: uppercase;
}

body.woocommerce-cart .wrb-woo-page .wrb-cart-empty .cart-empty::before {
  display: none;
}

body.woocommerce-cart .wrb-woo-page .wrb-cart-empty .return-to-shop {
  margin: 30px auto 0 !important;
}

body.woocommerce-cart
  .wrb-woo-page
  .wrb-cart-empty
  .return-to-shop
  .wc-backward {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1e1b18;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition:
    color 0.22s ease,
    border-color 0.22s ease;
}

body.woocommerce-cart
  .wrb-woo-page
  .wrb-cart-empty
  .return-to-shop
  .wc-backward::before {
  display: none;
}

body.woocommerce-cart
  .wrb-woo-page
  .wrb-cart-empty
  .return-to-shop
  .wc-backward:hover,
body.woocommerce-cart
  .wrb-woo-page
  .wrb-cart-empty
  .return-to-shop
  .wc-backward:focus {
  color: #5c3428;
  border-color: currentColor;
}

body.woocommerce-cart .wrb-woo-page .wrb-cart-empty-products {
  margin-top: 64px;
  width: 100%;
}

body.woocommerce-cart .wrb-woo-page .wrb-cart-empty-products > h2 {
  margin: 0 0 28px;
  color: #1e1b18;
  font-family: Knockout, sans-serif;
  font-size: clamp(30px, 3.9vw, 56px);
  line-height: 0.96;
  text-transform: uppercase;
  text-align: center;
}

body.woocommerce-cart .wrb-woo-page .wrb-cart-empty-products ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 32px;
}

body.woocommerce-cart .wrb-woo-page .wrb-cart-empty-products li.product {
  width: 100%;
}

body.woocommerce-cart
  .wrb-woo-page
  .wrb-cart-empty-products
  .woocommerce-loop-product__description,
body.woocommerce-cart .wrb-woo-page .wrb-cart-empty-products .wrb-subscribe,
body.woocommerce-cart
  .wrb-woo-page
  .wrb-cart-empty-products
  .wrb-subscribe-button {
  display: none !important;
}

body.woocommerce-cart .wrb-woo-page .wrb-cart-empty-products .button,
body.woocommerce-cart
  .wrb-woo-page
  .wrb-cart-empty-products
  .add_to_cart_button,
body.woocommerce-cart
  .wrb-woo-page
  .wrb-cart-empty-products
  .wp-block-button__link {
  width: 100%;
  max-width: 182px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  color: #5c3428 !important;
  background: transparent !important;
  border: 1px solid #8d6a58;
  text-decoration: none;
}

body.woocommerce-cart .wrb-woo-page .wrb-cart-empty-products .price {
  justify-content: flex-start;
}

@media (max-width: 700px) {
  body.woocommerce-cart .wrb-woo-page .woocommerce {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body.woocommerce-cart .wrb-woo-page .woocommerce-cart-form,
  body.woocommerce-cart .wrb-woo-page .cart-collaterals {
    grid-column: auto;
  }

  body.woocommerce-cart .wrb-woo-page .cart-collaterals {
    max-width: none;
    justify-self: stretch;
    margin: 0;
  }

  body.woocommerce-cart .wrb-woo-page .cart_totals .wrb-cart-coupon summary {
    font-size: 28px;
  }

  body.woocommerce-cart
    .wrb-woo-page
    .cart_totals
    .wrb-cart-coupon__form
    .input-text {
    font-size: 24px;
  }

  body.woocommerce-cart
    .wrb-woo-page
    .cart_totals
    .wrb-cart-coupon__form
    button[name="apply_coupon"] {
    font-size: 26px;
  }

  body.woocommerce-cart .wrb-woo-page .cart_totals .wrb-cart-totals-panel__row {
    font-size: 26px;
  }

  body.woocommerce-cart
    .wrb-woo-page
    .cart_totals
    .wrb-cart-totals-panel__row--total {
    font-size: 28px;
  }

  body.woocommerce-cart
    .wrb-woo-page
    .cart_totals
    .wc-proceed-to-checkout
    .checkout-button {
    font-size: 28px;
    padding: 16px 20px;
  }

  body.woocommerce-cart .wrb-woo-page .wrb-cart-empty {
    padding-top: 2vh;
  }

  body.woocommerce-cart .wrb-woo-page .wrb-cart-empty-products {
    margin-top: 48px;
  }

  body.woocommerce-cart .wrb-woo-page .wrb-cart-empty-products ul.products {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.woocommerce-cart
    .wrb-woo-page
    .shop_table.shop_table_responsive.cart
    tbody
    tr.cart_item {
    grid-template-columns: 120px minmax(0, 1fr);
    grid-template-areas:
      "thumb name"
      "thumb price"
      "thumb quantity"
      "thumb remove";
    padding: 18px 0;
    gap: 8px 14px;
  }

  body.woocommerce-cart
    .wrb-woo-page
    .shop_table.shop_table_responsive.cart
    td.product-subtotal {
    display: none;
  }

  body.woocommerce-cart
    .wrb-woo-page
    .shop_table.shop_table_responsive.cart
    td.product-thumbnail
    img {
    width: 120px;
    max-width: 120px;
    height: 120px;
  }

  body.woocommerce-cart
    .wrb-woo-page
    .shop_table.shop_table_responsive.cart
    td.product-name
    a {
    font-size: 24px;
  }

  body.woocommerce-cart
    .wrb-woo-page
    .shop_table.shop_table_responsive.cart
    td.product-price {
    font-size: 22px;
  }
}

.header--shop-light .header__shop-link,
.header--shop-light .header__shop-meta-link {
  color: #5c3428 !important;
  font-size: 18px;
  line-height: 1.3;
}

.header--shop-light .header__shop-link:hover,
.header--shop-light .header__shop-meta-link:hover {
  color: #8d6a58;
}

.header--shop-light .header__logo .custom-logo-link {
  filter: none;
}

.wrb-shop-single__content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 190px 24px 96px;
}

.wrb-shop-single .gff-breadcrumb {
  display: block;
  margin: 0 0 34px;
}

.wrb-shop-single .gff-breadcrumb nav.woocommerce-breadcrumb,
.wrb-shop-single .gff-breadcrumb nav.woocommerce-breadcrumb a {
  color: #1e1b18;
  font-size: 20px;
  line-height: 1.35;
}

.wrb-shop-single .gff-breadcrumb nav.woocommerce-breadcrumb {
  display: block;
}

.wrb-shop-single .woocommerce-notices-wrapper:empty {
  display: none;
}

.wrb-shop-single .woocommerce-notices-wrapper {
  margin: 0 0 24px;
}

.wrb-shop-single
  .woocommerce-notices-wrapper
  .wc-block-components-notice-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #7dc18b;
  background: #e8f5ea;
  color: #314936;
  border-radius: 2px;
}

.wrb-shop-single
  .woocommerce-notices-wrapper
  .wc-block-components-notice-banner
  > svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  padding: 2px;
  border-radius: 999px;
  background: #4db36a;
  box-sizing: border-box;
}

.wrb-shop-single
  .woocommerce-notices-wrapper
  .wc-block-components-notice-banner
  > svg
  path {
  fill: #ffffff;
}

.wrb-shop-single
  .woocommerce-notices-wrapper
  .wc-block-components-notice-banner__content {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #314936;
  font-size: 20px;
  line-height: 1.35;
}

.wrb-shop-single
  .woocommerce-notices-wrapper
  .wc-block-components-notice-banner__content
  .wc-forward {
  margin-left: auto;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #6f806f !important;
  font-size: 18px;
  line-height: 1.2;
  min-height: 0;
  text-decoration: none;
  float: none !important;
}

.wrb-shop-single
  .woocommerce-notices-wrapper
  .wc-block-components-notice-banner__content
  .wc-forward::before {
  display: none !important;
}

.wrb-shop-single
  .woocommerce-notices-wrapper
  .wc-block-components-notice-banner__content
  .wc-forward:hover {
  text-decoration: underline;
}

.wrb-shop-single .site-main > .product {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-top: 4vh;
}

.wrb-shop-single .site-main > .product .entry-summary {
  margin-top: 4vh;
}

.wrb-shop-single .site-main > .product .woocommerce-tabs,
.wrb-shop-single .site-main > .product .products {
  width: 100%;
}

.wrb-shop-single
  .slider-for:not(.slick-initialized)
  .slider_items:not(:first-child),
.wrb-shop-single
  .slider-nav:not(.slick-initialized)
  .slider_items:not(:first-child) {
  display: none;
}

.wrb-shop-single .site-main > .product .woocommerce-tabs {
  margin-top: 88px;
  padding-top: 54px;
  border-top: 1px solid #d1b5a5;
}

.wrb-shop-single .woocommerce-tabs .tabs {
  display: none;
}

.wrb-shop-single .woocommerce-tabs .panel {
  margin: 0;
  padding: 0;
  display: block !important;
}

.wrb-shop-single .woocommerce-Tabs-panel--description .wp-block-spacer {
  height: auto !important;
  margin: 0;
}

.wrb-shop-single .woocommerce-Tabs-panel--description ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 34px;
}

.wrb-shop-single .woocommerce-Tabs-panel--description ul li {
  margin: 0;
  color: #1e1b18;
}

.wrb-shop-single .woocommerce-Tabs-panel--description > p:has(br) {
  margin: 0;
  column-count: 4;
  column-gap: 34px;
}

.wrb-shop-single .woocommerce-Tabs-panel--description p:empty {
  display: none;
}

.wrb-shop-single .related.products {
  margin-top: 86px;
}

.wrb-shop-single .related.products > h2 {
  margin: 0 0 34px;
  color: #1e1b18;
  font-family: Knockout, sans-serif;
  font-size: clamp(3rem, 4vw, 3.5rem);
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.wrb-shop-single .related.products ul.products {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 34px;
}

.wrb-shop-single .related.products ul.products > li {
  width: 100%;
  margin: 0;
}

.wrb-shop-single .related.products .woocommerce-loop-product__title {
  margin: 22px 0 -10px !important;
  color: #1e1b18 !important;
  font-size: 24px !important;
  line-height: 1.08 !important;
}

.wrb-shop-single .related.products .woocommerce-loop-product__description,
.wrb-shop-single .related.products .wrb-subscribe,
.wrb-shop-single .related.products .wrb-subscribe-button {
  display: none;
}

.wrb-shop-single .related.products .two-purchase-options {
  display: block !important;
}

.wrb-shop-single
  .related.products
  .two-purchase-options
  > a:not(.add_to_cart_button) {
  display: none !important;
}

.wrb-shop-single .related.products ul.products li.product .price {
  display: block;
  margin: 0 0 0px;
  color: #2f2925;
  font-size: 19px;
  line-height: 1.35;
}

.wrb-shop-single
  .related.products
  ul.products
  li.product
  .price
  .wcsatt-sub-options,
.wrb-shop-single
  .related.products
  ul.products
  li.product
  .price
  .subscription-details {
  display: inline !important;
}

.wrb-shop-single
  .related.products
  ul.products
  li.product
  .price
  .wcsatt-sub-discount {
  display: inline;
  margin-left: 3px;
}

.wrb-shop-single
  .related.products
  ul.products
  li.product
  .button.wp-element-button {
  min-width: 164px;
  min-height: 58px;
  padding: 12px 22px;
  font-size: 18px;
  line-height: 1.35;
  border-color: #5c3428 !important;
  color: #5c3428 !important;
  background: transparent !important;
  margin-top: 0;
}

.wrb-shop-single
  .related.products
  ul.products
  li.product
  .button.wp-element-button:hover {
  border-color: #5c3428 !important;
  color: #fff !important;
  background: #ffffff !important;
}

.wrb-shop-single .related.products .products .product_type_simple::before,
.wrb-shop-single .related.products .products .product_type_variable::before,
.wrb-shop-single .related.products .products .product_type_subscription::before,
.wrb-shop-single
  .related.products
  .products
  .product_type_variable-subscription::before {
  background: #5c3428 !important;
}

@media (min-width: 782px) {
  .wrb-shop-single .site-main > .product {
    margin-top: 8vh;
  }

  .wrb-shop-single .site-main > .product .woocommerce-product-gallery,
  .wrb-shop-single .site-main > .product .entry-summary {
    margin-left: 0;
    margin-right: 0;
  }

  .wrb-shop-single .site-main > .product .woocommerce-product-gallery {
    width: calc(100% - (400px + 16%));
    flex-direction: row;
    flex: 1;
    gap: 20px;
    align-self: flex-start;
  }

  .wrb-shop-single .site-main > .product .entry-summary {
    position: relative;
    width: 400px;
    padding-left: 7%;
    padding-right: 9%;
    box-sizing: content-box;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .wrb-header-offset {
    height: 97px;
  }
}

/* OCTOBER ADJUSTMENTS */

.map__tab-content.active {
  display: block;
}

.map__tab-content.active .map__content {
  display: flex;
  justify-content: center;
}

.map__tab-content .location__maps {
  height: 800px !important;
}

@media (max-width: 992px) {
  .map__tab-content .location__maps {
    height: auto !important;
  }

  .wrb-shop-hero {
    min-height: 560px;
    padding-top: 120px;
    padding-bottom: 72px;
  }

  .header--shop .header__container,
  .header--shop-light .header__container {
    height: 118px;
  }

  .header--shop-light .header__container {
    height: 128px;
  }

  .header--shop .header__content,
  .header--shop-light .header__content {
    padding-top: 24px;
  }

  .header--shop-light .header__content {
    padding-bottom: 12px;
  }

  .header--shop .header__logo,
  .header--shop-light .header__logo {
    width: 120px;
  }

  .wrb-shop-single__content {
    padding-top: 152px;
    padding-bottom: 72px;
  }

  .wrb-woo-page__content {
    padding-top: 152px;
    padding-bottom: 72px;
  }

  .wrb-shop-single .woocommerce-Tabs-panel--description ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wrb-shop-single .woocommerce-Tabs-panel--description > p:has(br) {
    column-count: 2;
  }

  .wrb-shop-single .related.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .custom-wrb-pages ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 22px;
  }

  .custom-wrb-pages .woocommerce-loop-product__description {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .wrb-shop-archive__content {
    padding-top: 38px;
    padding-bottom: 54px;
  }

  .wrb-shop-hero {
    min-height: 430px;
    padding-top: 110px;
    padding-bottom: 48px;
  }

  .header--shop .header__container,
  .header--shop-light .header__container {
    height: 100px;
  }

  .header--shop-light .header__container {
    height: 108px;
  }

  .header--shop .header__content,
  .header--shop-light .header__content {
    align-items: center;
    padding-top: 18px;
  }

  .header--shop-light .header__content {
    padding-bottom: 8px;
  }

  .header--shop .header__shop-link,
  .header--shop .header__shop-meta-link,
  .header--shop-light .header__shop-link,
  .header--shop-light .header__shop-meta-link {
    font-size: 13px;
  }

  .header--shop .header__shop-meta,
  .header--shop-light .header__shop-meta {
    gap: 12px;
  }

  .header--shop .header__logo,
  .header--shop-light .header__logo {
    width: 94px;
    top: 18px;
  }

  .wrb-shop-single__content {
    padding: 116px 16px 52px;
  }

  .wrb-woo-page__content {
    padding: 116px 16px 52px;
  }

  .wrb-shop-single .gff-breadcrumb {
    margin-bottom: 24px;
  }

  .wrb-shop-single
    .woocommerce-notices-wrapper
    .wc-block-components-notice-banner__content {
    flex-wrap: wrap;
    font-size: 16px;
  }

  .wrb-shop-single
    .woocommerce-notices-wrapper
    .wc-block-components-notice-banner__content
    .wc-forward {
    margin-left: 0;
    width: 100%;
    font-size: 15px;
  }

  .wrb-shop-single .gff-breadcrumb nav.woocommerce-breadcrumb,
  .wrb-shop-single .gff-breadcrumb nav.woocommerce-breadcrumb a {
    font-size: 16px;
  }

  .wrb-shop-single .site-main > .product .woocommerce-tabs {
    margin-top: 58px;
    padding-top: 40px;
  }

  .wrb-shop-single .woocommerce-Tabs-panel--description ul {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .wrb-shop-single .woocommerce-Tabs-panel--description > p:has(br) {
    column-count: 1;
  }

  .wrb-shop-single .related.products {
    margin-top: 62px;
  }

  .wrb-shop-single .related.products ul.products {
    grid-template-columns: 1fr;
  }

  .wrb-shop-single .related.products .woocommerce-loop-product__title {
    font-size: 21px !important;
  }

  .wrb-shop-single .related.products ul.products li.product .price {
    font-size: 17px;
  }

  .wrb-shop-single
    .related.products
    ul.products
    li.product
    .button.wp-element-button {
    font-size: 17px;
  }

  .wrb-shop-hero__title {
    font-size: 52px;
    line-height: 0.98;
  }

  .wrb-shop-hero__inner h2.wrb-shop-hero__title--subtitle {
    font-size: 31.2px;
  }

  .wrb-shop-hero__image--desktop {
    display: none;
  }

  .wrb-shop-hero__image--mobile {
    display: block;
  }

  .custom-wrb-pages ul.products {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .custom-wrb-pages .wrb-purchase-options {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .custom-wrb-pages .wrb-purchase-options a:not(.wc-forward) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .custom-wrb-pages .woocommerce-loop-product__title {
    min-height: 0;
  }

  .custom-wrb-pages .woocommerce-loop-product__description {
    font-size: 16px;
    line-height: 1.55;
    min-height: 0;
  }
}

.map__tab-content .location__maps img {
  height: 100%;
  object-fit: cover;
}

.map__tab-content .location__description h4 {
  color: #c5562b;
  font-family: Knockout, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.map__tab-content .location__description p {
  font-family: "EB Garamond", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.map__tab-content .location__description {
  border-bottom: 1px solid #565656;
  padding: min(2%, 13px) 0 min(4%, 30px);
}

.vegan__body {
  padding-bottom: 100px !important;
}

/* Shop page */
.woocommerce-page .products-block-post-template h2.wp-block-post-title {
  font-size: initial !important;
}

.woocommerce-page .products-block-post-template h2.wp-block-post-title a {
  font-size: clamp(1.125rem, 3vw, 1.25rem);
}

body.woocommerce-shop .wc-block-components-product-price .wcsatt-sub-options {
  display: none;
}

body.woocommerce-shop a.wrb-subscribe {
  display: block;
  border: 1px solid;
  padding: 17px;
  color: #5c3428;
  transition: ease-in 0.3s all;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}

body.woocommerce-shop a.wrb-subscribe:hover {
  color: #fff;
  border-color: #5c3428;
}

body.woocommerce-shop a.wrb-subscribe:hover:before {
  top: 0;
  color: #fff;
}

body.woocommerce-shop a.wrb-subscribe:before {
  display: block;
  content: "";
  background: #5c3428;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  transition: ease-in all 0.2s;
  z-index: -1;
}

body.woocommerce-shop .wc-block-components-product-image:hover a img {
  transform: scale(1.1);
}

body.woocommerce-shop .wc-block-grid__product-image a {
  overflow: hidden;
}

body.woocommerce-shop .wc-block-grid__product-image a img {
  transition: ease-in 0.3s all;
}

.map__tab-content.active {
  background-repeat: no-repeat;
  background-size: cover;
}

.title.homepage-hiw {
  margin-bottom: 30px;
  font-size: 70px;
}

@media (max-width: 767px) {
  .vegan__body {
    padding-bottom: 54px !important;
  }
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview {
  display: block;
  width: 100%;
}

table.shop_table.subscription_details td a.button {
  display: inline-block;
  margin-right: 5px;
}

table.shop_table.subscription_details td a.button + br {
  display: none;
}

/* Blog */
body.blog .wrapper {
  background: #eeeeee;
}

body.home.blog,
body.home.blog .wrapper,
body.home.blog .wp-site-blocks,
body.blog,
body.blog .wp-site-blocks {
  background: #eeeeee !important;
}

body.blog header.header--shop-light {
  background-color: #ffffff !important;
}

.wrb-blog-page {
  background: #eeeeee;
  padding-bottom: 24px;
}

.wrb-blog-page .wrb-classic-container {
  width: min(100%, 1200px);
  padding-left: clamp(1rem, 2.2vw, 28px);
  padding-right: clamp(1rem, 2.2vw, 28px);
}

.wrb-classic-posts.wrb-blog-page .wrb-header-offset {
  height: 0;
}

.wrb-blog-hero {
  min-height: 720px;
  padding: 132px 20px 72px;
  margin-bottom: 42px;
}

.wrb-blog-hero__title {
  margin: 0;
  font-size: clamp(48px, 6.2vw, 90px);
  line-height: 0.98;
}

.wrb-blog-hero__description {
  text-transform: none !important;
  margin: 36px auto 0;
  max-width: 860px;
  font-size: 25px !important;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #f3f3f3 !important;
  font-family: "EB Garamond", serif !important;
}

.wrb-blog-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wrb-blog-featured {
  display: block;
  margin: 0;
  background: #ffffff;
  border: 1px solid #d8d1be;
  border-radius: 8px;
  overflow: hidden;
}

.wrb-blog-featured__media {
  display: block;
}

.wrb-blog-featured__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
}

.wrb-blog-featured__content {
  padding: 22px 24px 24px;
}

.wrb-blog-card__date {
  display: block;
  margin-bottom: 10px;
  color: #3b312d;
  font-family: "EB Garamond", serif;
  font-size: clamp(16px, 1.15vw, 21px);
  line-height: 1.2;
}

.wrb-blog-featured__title {
  margin: 0 0 12px;
}

.wrb-blog-featured__title a {
  color: #1e1b18;
  font-family: Knockout, sans-serif;
  font-size: clamp(40px, 3.3vw, 58px);
  line-height: 0.98;
  text-decoration: none;
}

.wrb-blog-featured__excerpt {
  margin-bottom: 18px;
  color: #2f2f2f;
  font-family: "EB Garamond", serif;
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.42;
}

.wrb-blog-featured__excerpt p {
  margin: 0;
}

.wrb-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 16px;
}

.wrb-blog-grid-card {
  margin: 0;
  background: #ffffff;
  border: 1px solid #d8d1be;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.wrb-blog-grid-card__media {
  display: block;
}

.single_add_to_cart_button.button.alt.wp-element-button.disabled.wc-variation-selection-needed {
  background: #5c3428;
  opacity: 1;
}

.wrb-blog-grid-card__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9.5;
  object-fit: cover;
}

.wrb-blog-grid-card__content {
  padding: 14px 14px 16px;
}

.wrb-blog-grid-card__title {
  margin: 0 0 12px;
}

.wrb-blog-grid-card__title {
  line-height: 1;
}

.wrb-blog-grid-card__title a {
  color: #1e1b18;
  font-family: Knockout, sans-serif;
  font-size: clamp(26px, 2vw, 34px);
  line-height: 1.02;
  text-decoration: none;
}

.wrb-blog-card__read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 136px;
  justify-content: center;
  padding: 9px 14px;
  border: 1px solid #b13e11;
  border-radius: 4px;
  background: #ffffff;
  color: #222222;
  font-family: Knockout, sans-serif;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.35s ease;
}

.wrb-blog-card__read-more:hover {
  background: #b13e11;
  color: #ffffff;
}

.wrb-blog-card__read-more-arrow {
  font-size: 16px;
  line-height: 1;
}

.blog figure.wp-block-post-featured-image img {
  height: 400px;
}

.blog .wp-block-post-title a {
  font-family: Knockout, sans-serif;
  font-size: 54px;
  line-height: 56px;
}

.blog .wp-block-post-excerpt {
  font-size: 18px;
  line-height: 24px;
}

.blog .wp-block-read-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  font-family: Knockout, sans-serif;
  border-radius: 5px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s ease;
  border: 1px solid #b13e11;
  background: #fff;
  color: #222;
}

.blog .wp-block-read-more:hover {
  background: #b13e11;
  color: #fff;
}

.wrb-classic-posts figure.wp-block-post-featured-image img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.wrb-classic-posts .wp-block-cover,
.wrb-classic-entry .wp-block-cover {
  display: flex;
  align-items: center;
}

.wrb-classic-posts .wp-block-cover__inner-container,
.wrb-classic-entry .wp-block-cover__inner-container {
  width: min(100%, 1320px) !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.25rem, 4vw, 40px);
  padding-right: clamp(1.25rem, 4vw, 40px);
}

.wrb-classic-posts .wp-block-cover__inner-container > .has-large-font-size,
.wrb-classic-entry .wp-block-post-title,
.wrb-classic-entry .wp-block-cover__inner-container > .has-large-font-size {
  font-family: Knockout, sans-serif;
  font-size: clamp(2.875rem, 5vw, 5.625rem);
  line-height: 1;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 1rem;
}

.wrb-classic-entry .wp-block-post-title {
  font-size: clamp(2.5rem, 4vw, 3.375rem);
  line-height: 1.05;
}

.wrb-classic-posts .wp-block-post-date,
.wrb-classic-entry .wp-block-post-date,
.wrb-classic-entry .wp-block-post-author,
.wrb-classic-entry .wp-block-post-author a {
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #5c3428;
  text-decoration: none;
}

.wrb-classic-posts .wp-block-post-title a {
  font-family: Knockout, sans-serif;
  font-size: 54px;
  line-height: 56px;
  text-decoration: none;
  color: #222;
}

.wrb-classic-posts .wp-block-post-excerpt {
  font-size: 18px;
  line-height: 24px;
  color: #222;
}

.wrb-classic-entry .wp-block-post-excerpt {
  max-width: 48rem;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #565656;
}

body.home #thank-form {
  padding-bottom: 50px;
}

#wrb-blog-hero-title {
  max-width: 760px;
}

.wrb-classic-posts .wp-block-read-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  font-family: Knockout, sans-serif;
  border-radius: 5px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s ease;
  border: 1px solid #b13e11;
  background: #fff;
  color: #222;
}

.wrb-classic-posts .wp-block-read-more:hover {
  background: #b13e11;
  color: #fff;
}

.wrb-classic-posts .wp-block-columns.wp-block-columns-is-layout-flex {
  gap: 40px;
}

.wrb-classic-container {
  width: min(100%, 1320px);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.25rem, 4vw, 40px);
  padding-right: clamp(1.25rem, 4vw, 40px);
}

.wrb-classic-entry .wp-block-post-content {
  max-width: min(100%, 960px);
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #222;
}

.wrb-classic-entry .wp-block-post-content > * + * {
  margin-top: 1.25rem;
}

.wrb-classic-entry .wp-block-post-content h2,
.wrb-classic-entry .wp-block-post-content h3,
.wrb-classic-entry .wp-block-post-content h4 {
  font-family: Knockout, sans-serif;
  text-transform: uppercase;
  line-height: 1.05;
  color: #222;
}

.wrb-classic-entry .wp-block-post-content h2 {
  font-size: clamp(2rem, 3vw, 2.75rem);
}

.wrb-classic-entry .wp-block-post-content h3 {
  font-size: clamp(1.625rem, 2.5vw, 2.25rem);
}

.wrb-classic-entry .wp-block-post-content a {
  color: #b13e11;
}

.wrb-classic-entry-back-link {
  display: inline-flex;
  margin-top: 60px;
  color: #b13e11;
  font-family: Knockout, sans-serif;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.wrb-classic-entry-back-link:hover {
  text-decoration: underline;
}

.wrb-classic-entry .wp-block-post-featured-image img {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
}

.wrb-classic-entry-navigation {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(92, 52, 40, 0.35);
}

.wrb-classic-entry-navigation__item--prev {
  text-align: left;
}

.wrb-classic-entry-navigation__item--blog {
  text-align: center;
}

.wrb-classic-entry-navigation__item--next {
  text-align: right;
}

.wrb-classic-entry-navigation a {
  color: #b13e11;
  font-family: Knockout, sans-serif;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.wrb-classic-entry-navigation a:hover {
  text-decoration: underline;
}

.wrb-classic-entry-navigation__muted {
  color: rgba(177, 62, 17, 0.4);
  font-family: Knockout, sans-serif;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.wrb-classic-pagination {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.wrb-classic-pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.wrb-classic-pagination .page-numbers {
  text-decoration: none;
}

.wrb-classic-pagination .page-numbers.current {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5c3428;
  border-radius: 50%;
}

body.woocommerce-checkout
  .wrb-woo-page
  form.checkout.woocommerce-checkout
  .select2-selection.select2-selection--single {
  padding: 0 !important;
}

body.woocommerce-checkout
  .wrb-woo-page
  form.checkout.woocommerce-checkout
  .woocommerce-privacy-policy-text {
  margin-bottom: 15px;
}

body.woocommerce-checkout .wrb-woo-page #wc-authnet-cc-form {
  padding: 0;
}

@media (max-width: 900px) {
  .wrb-classic-posts.wrb-blog-page .wrb-header-offset {
    height: 0;
  }

  .wrb-blog-hero {
    min-height: 430px;
    padding-top: 106px;
    padding-bottom: 56px;
    margin-bottom: 28px;
  }

  .wrb-blog-featured__content {
    padding: 18px 18px 20px;
  }

  .wrb-blog-featured__title a {
    font-size: clamp(36px, 5.5vw, 48px);
  }

  .wrb-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }

  .wrb-blog-grid-card__title a {
    font-size: clamp(24px, 3.4vw, 30px);
  }

  .wrb-blog-card__read-more {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .wrb-classic-posts.wrb-blog-page .wrb-header-offset {
    height: 0;
  }

  .wrb-blog-hero {
    min-height: 360px;
    padding-top: 94px;
    padding-bottom: 42px;
    margin-bottom: 18px;
  }

  .wrb-blog-hero__title {
    font-size: clamp(34px, 9.6vw, 46px);
  }

  .wrb-blog-hero__description {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.35;
  }

  .wrb-blog-featured__media img {
    aspect-ratio: 16 / 10;
  }

  .wrb-blog-featured__content {
    padding: 14px 14px 16px;
  }

  .wrb-blog-featured__excerpt {
    margin-bottom: 14px;
    font-size: 15px;
  }

  .wrb-blog-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wrb-blog-grid-card__content {
    padding: 12px 12px 14px;
  }

  .wrb-blog-grid-card__title {
    margin-bottom: 10px;
  }

  .wrb-blog-grid-card__title a {
    font-size: clamp(22px, 7.3vw, 30px);
  }

  .wrb-blog-card__read-more {
    width: 100%;
  }

  .wrb-classic-entry .wp-block-post-content {
    font-size: 1rem;
  }

  .wrb-classic-entry-navigation {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    text-align: left;
  }

  .wrb-classic-entry-navigation__item--prev,
  .wrb-classic-entry-navigation__item--blog,
  .wrb-classic-entry-navigation__item--next {
    text-align: left;
  }
}

.single-post h1 {
  font-family: Knockout, sans-serif;
  font-size: 54px;
  line-height: 56px;
}

.woocommerce-checkout-review-order-table .product-name {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.woocommerce-checkout main .woocommerce {
  max-width: none;
}
