@charset "UTF-8";
#acf-form .acf-fields > .acf-field{
  border-style: none;
  padding: 0px;
}
#acf-form .acf-input{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#acf-form .acf-input-prepend{
  height: auto;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-width: 1px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-ring-color: rgb(106 145 115 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.9;
}
#acf-form .acf-input-prepend:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#acf-form .acf-input-wrap{
  flex-grow: 1;
  overflow: visible;
}
#acf-form .acf-notice{
  width: 100%;
}
#acf-form .acf-switch{
  display: flex;
  height: 46px;
  align-items: center;
}
#acf-form .acf-switch span{
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
#acf-form .acf-switch:hover{
  --tw-border-opacity: 1;
  border-color: rgb(106 145 115 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(106 145 115 / var(--tw-text-opacity, 1));
}
#acf-form .acf-switch:hover .acf-switch-slider{
  --tw-border-opacity: 1;
  border-color: rgb(106 145 115 / var(--tw-border-opacity, 1));
}
#acf-form .acf-switch.-on{
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(106 145 115 / var(--tw-bg-opacity, 1));
}
#acf-form .acf-switch.-on .acf-switch-on {
  text-shadow: none;
}
#acf-form .acf-switch.-on .acf-switch-slider{
  border-style: none;
}

.price del {
  opacity: 0.5;
}
.price .wholesale_price_title {
  display: none;
}
.price ins {
  text-decoration: none;
  margin-left: 0.5rem;
}

.woocommerce-terms-and-conditions-wrapper {
  text-align: left;
  margin-bottom: 1rem;
}
.woocommerce-terms-and-conditions-wrapper a {
  text-decoration: underline;
  color: #6b7280;
}

.place-order {
  padding-top: 1rem;
}
.place-order .button {
  width: 100%;
  text-align: center;
  padding: 1rem;
}

.wc_payment_method {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  background-color: #e5e7eb;
  margin-bottom: 1rem;
}
.wc_payment_method label {
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 0.5rem;
}
.wc_payment_method .payment_box {
  width: 100%;
}

.stock {
  display: none;
}
.stock.out-of-stock {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  color: #ef4444;
  background-color: #fef2f2;
  border-radius: 9999px;
}

.woocommerce-columns.woocommerce-columns--2 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
.woocommerce-columns.woocommerce-columns--2 .woocommerce-column__title {
  margin-bottom: 0.5rem;
}
.woocommerce-columns.woocommerce-columns--2 address {
  font-style: normal;
}

.woocommerce-table,
.woocommerce-orders-table {
  text-align: left;
  width: 100%;
  margin-bottom: 1rem;
}
.woocommerce-table th,
.woocommerce-table td,
.woocommerce-orders-table th,
.woocommerce-orders-table td {
  padding: 0.25rem 0.75rem;
}
.woocommerce-table thead tr,
.woocommerce-orders-table thead tr {
  border-bottom: 1px solid #e5e7eb;
}
.woocommerce-table tbody tr,
.woocommerce-orders-table tbody tr {
  border-bottom: 1px solid #e5e7eb;
}
.woocommerce-table tbody tr td,
.woocommerce-orders-table tbody tr td {
  padding: 0.75rem 0;
}
.woocommerce-table tfoot,
.woocommerce-orders-table tfoot {
  padding-top: 1.5rem;
  font-size: 1.25rem;
}

.single-product .woocommerce-tabs .tabs {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
}
@media (max-width: 768px) {
  .single-product .woocommerce-tabs .tabs-item-link {
    padding: 10px;
  }
  .single-product .woocommerce-tabs .panel {
    padding: 0.5rem;
    overflow: hidden;
  }
  .single-product .woocommerce-tabs #tab-nutrients {
    padding: 0;
  }
  .single-product .woocommerce-tabs #tab-nutrients .rounded-md {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .single-product .woocommerce-tabs #tab-nutrients table {
    width: 100%;
    table-layout: fixed;
  }
  .single-product .woocommerce-tabs #tab-nutrients th, .single-product .woocommerce-tabs #tab-nutrients td {
    padding: 0.5rem;
    font-size: 14px;
    word-break: break-word;
  }
  .single-product .woocommerce-tabs #tab-nutrients th:first-child, .single-product .woocommerce-tabs #tab-nutrients td:first-child {
    width: 60%;
  }
  .single-product .woocommerce-tabs #tab-nutrients th:last-child, .single-product .woocommerce-tabs #tab-nutrients td:last-child {
    width: 40%;
  }
}

.woocommerce-product-gallery__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.single-product pre {
  font-family: "Bilo", sans-serif;
  font-weight: 600;
  white-space: pre-wrap;
}

.woocommerce-cart-form {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .woocommerce-cart-form {
    margin-bottom: 0 !important;
  }
}
.woocommerce-cart-form .cart-essentials {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .woocommerce-cart-form .cart-essentials {
    margin-bottom: 0 !important;
  }
}

.cross-sells {
  margin-bottom: 2.5rem;
  padding-top: 0;
}
.cross-sells h2{
  font-family: Titling, UI-system;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(20 51 42 / var(--tw-text-opacity, 1));
  margin-bottom: 1rem;
}
.cross-sells ul.products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem !important;
  padding: 0;
  list-style: none;
  margin: 0;
}
@media (min-width: 640px) {
  .cross-sells ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem !important;
  }
}
.cross-sells li.product {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #f9fafb;
  transition: transform 0.2s, box-shadow 0.2s;
  margin-bottom: 0.5rem !important;
}
.cross-sells li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cross-sells li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.cross-sells li.product img {
  width: 100px !important;
  height: auto !important;
  align-self: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .cross-sells li.product img {
    width: 120px !important;
  }
}
.cross-sells li.product h2.woocommerce-loop-product__title{
  font-family: Titling, UI-system;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(20 51 42 / var(--tw-text-opacity, 1));
  margin-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .cross-sells li.product h2.woocommerce-loop-product__title{
    font-size: 12px;
  }
}
.cross-sells li.product .price{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(20 51 42 / var(--tw-text-opacity, 1));
  margin-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .cross-sells li.product .price{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.cross-sells li.product .button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(20 51 42 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-family: Titling, UI-system;
  font-size: 8px;
  text-transform: uppercase;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  margin-top: auto;
}
.cross-sells li.product .button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(106 145 115 / var(--tw-bg-opacity, 1));
}
@media (min-width: 640px) {
  .cross-sells li.product .button{
    font-size: 10px;
  }
}

body .woocommerce .container div.grid.grid-cols-1.lg\:grid-cols-12.gap-24 {
  gap: 0.5rem !important;
  margin-bottom: 2rem !important;
}
@media (min-width: 1024px) {
  body .woocommerce .container div.grid.grid-cols-1.lg\:grid-cols-12.gap-24 {
    gap: 3rem !important;
  }
}

.cart-collaterals {
  margin-bottom: 2rem;
}
.cart-collaterals > * {
  margin-bottom: 0.5rem !important;
}

.woocommerce-cart-form__contents {
  margin-bottom: 1rem !important;
}

.cross-sells h2 {
  margin-top: 1rem !important;
  margin-bottom: 0.5rem !important;
}

.woocommerce-cart .container [class*=gap-] {
  gap: 0.5rem !important;
}

@media (max-width: 767px) {
  .cross-sells ul.products li.product.type-product,
  .up-sells ul.products li.product.type-product {
    padding: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    min-height: 0 !important;
    position: relative !important;
  }
  .cross-sells ul.products li.product.type-product a.woocommerce-LoopProduct-link,
  .up-sells ul.products li.product.type-product a.woocommerce-LoopProduct-link {
    display: grid !important;
    grid-template-columns: 70px 1fr !important;
    grid-gap: 0.5rem !important;
    align-items: center !important;
    text-decoration: none !important;
    padding: 0 !important;
  }
  .cross-sells ul.products li.product.type-product img.attachment-woocommerce_thumbnail,
  .up-sells ul.products li.product.type-product img.attachment-woocommerce_thumbnail {
    grid-column: 1 !important;
    width: 70px !important;
    height: auto !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    align-self: center !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .cross-sells ul.products li.product.type-product h2.woocommerce-loop-product__title,
  .up-sells ul.products li.product.type-product h2.woocommerce-loop-product__title {
    grid-column: 2 !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
    text-align: left !important;
    padding: 0 !important;
  }
  .cross-sells ul.products li.product.type-product .price,
  .up-sells ul.products li.product.type-product .price {
    grid-column: 2 !important;
    position: absolute !important;
    top: 65px !important;
    left: 5.5rem !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
  }
  .cross-sells ul.products li.product.type-product .button.add_to_cart_button,
  .up-sells ul.products li.product.type-product .button.add_to_cart_button {
    grid-column: 1/-1 !important;
    margin-top: 1rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 9999px !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(20, 51, 42, var(--tw-bg-opacity, 1)) !important;
    padding: 0.5rem 1.5rem !important;
    text-align: center !important;
    font-family: Titling, UI-system !important;
    font-size: 8px !important;
    text-transform: uppercase !important;
    line-height: 24px !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255, 255, 255, var(--tw-text-opacity, 1)) !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  .cross-sells ul.products li.product.type-product .button.add_to_cart_button:hover,
  .up-sells ul.products li.product.type-product .button.add_to_cart_button:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(106, 145, 115, var(--tw-bg-opacity, 1)) !important;
  }
}
.up-sells ul.products li.product .button.add_to_cart_button,
.cross-sells ul.products li.product .button.add_to_cart_button,
.related ul.products li.product .button.add_to_cart_button,
li.product .button.add_to_cart_button {
  max-width: 200px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

.cross-sells span.price,
.cross-sells span.price span,
.cross-sells span.price span.woocommerce-Price-amount,
.cross-sells span.price span.woocommerce-Price-amount bdi,
.cross-sells span.price .woocommerce-Price-currencySymbol,
.up-sells span.price,
.up-sells span.price span,
.up-sells span.price span.woocommerce-Price-amount,
.up-sells span.price span.woocommerce-Price-amount bdi,
.up-sells span.price .woocommerce-Price-currencySymbol {
  font-weight: 400 !important;
  color: rgb(20, 51, 42) !important;
}

.woocommerce-orders-table__cell-order-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2em;
}

.woocommerce-orders-table__cell-order-actions a {
  padding: 0.25em 1em !important;
  font-size: 13px !important;
  min-width: 64px;
  text-align: center;
  border-radius: 999px;
  line-height: 1.4;
  margin: 0;
}

.woocommerce-orders-table__cell-order-actions a:last-child {
  margin-right: 0;
  display: block;
}

@media (max-width: 600px) {
  .woocommerce-orders-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .woocommerce-orders-table thead,
  .woocommerce-orders-table tbody,
  .woocommerce-orders-table tr {
    display: block;
    width: 100%;
  }
  .woocommerce-orders-table tr {
    margin-bottom: 1.5em;
    border-bottom: 2px solid #eee;
  }
  .woocommerce-orders-table td,
  .woocommerce-orders-table th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 0.5em 0.75em;
  }
  .woocommerce-orders-table__cell-order-actions {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.5em;
    margin-top: 0.5em;
  }
  .woocommerce-orders-table__cell-order-actions a {
    font-size: 12px !important;
    min-width: 48px;
    padding: 0.2em 0.7em !important;
  }
  .woocommerce-orders-table thead {
    display: none;
  }
  .woocommerce-orders-table td[data-title]::before {
    content: attr(data-title) ": ";
    font-weight: bold;
    display: block;
    margin-bottom: 0.2em;
    color: #222;
  }
  .woocommerce-orders-table__row {
    padding: 1em 0.75em;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
    margin-bottom: 1.5em;
    border: 1px solid #e5e7eb;
  }
}
.wp-block-image{
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .wp-block-image{
    margin-left: -10rem;
    margin-right: -10rem;
    margin-bottom: 0px;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
}
.wp-block-image img{
  width: 100%;
}

.wp-block-embed{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.wp-block-embed .wp-block-embed__wrapper{
  display: flex;
  justify-content: center;
}
.wp-block-embed.wp-embed-aspect-16-9.wp-has-aspect-ratio .wp-block-embed__wrapper{
  aspect-ratio: 16 / 9;
}
.wp-block-embed.wp-embed-aspect-16-9.wp-has-aspect-ratio .wp-block-embed__wrapper iframe{
  height: 100%;
  width: 100%;
}

.wwof-form-title {
  display: none !important;
}

span[data-v-22283b10][role=img].anticon.anticon-smile {
  display: none !important;
}

span[data-v-22283b10][role=img].anticon.anticon-frown.outofstock {
  display: none !important;
}

.form-header .wwof-section {
  margin: 0 !important;
}

td[data-label="Product Name"].ant-table-cell > div {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 3px !important;
  width: 100% !important;
  text-align: left !important;
  font-size: 0 !important;
}
td[data-label="Product Name"].ant-table-cell > div a.wwof-tw-text-black {
  margin-right: auto !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #000 !important;
}
td[data-label="Product Name"].ant-table-cell > div a.wwof-tw-text-black:hover, td[data-label="Product Name"].ant-table-cell > div a.wwof-tw-text-black:active, td[data-label="Product Name"].ant-table-cell > div a.wwof-tw-text-black.active {
  color: #000 !important;
}
td[data-label="Product Name"].ant-table-cell > div a.wwof-favourite {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 27px !important;
  height: 27px !important;
}
td[data-label="Product Name"].ant-table-cell > div a.wwof-favourite .anticon-heart svg {
  height: 27px !important;
  width: 27px !important;
  display: block !important;
}

@media screen and (max-width: 1024px) {
  .order-form-app .ant-layout-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .order-form-app .form-header[data-v-7cfd386d] .ant-col.wwof-column.css-19iuou,
  .order-form-app .form-header[data-v-7cfd386d] .ant-col.wwof-column {
    margin-bottom: 0 !important;
  }
  .order-form-app .ant-table-content {
    width: 100% !important;
    display: block !important;
  }
  .order-form-app .ant-table-content table {
    width: 100% !important;
    display: block !important;
  }
  .order-form-app .ant-table-tbody {
    width: 100% !important;
    display: block !important;
  }
  .order-form-app .ant-table-tbody tr.ant-table-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    padding: 12px 0px !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    border-top: 1px solid #f0f0f0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    border-left: none !important;
    border-right: none !important;
    align-items: center !important;
    position: relative !important;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .order-form-app .ant-table-tbody tr.ant-table-row {
    padding-bottom: 24px !important;
  }
}
@media screen and (max-width: 1024px) {
  .order-form-app .ant-table-tbody tr.ant-table-row td.ant-table-cell:has(+ div.ant-space) {
    display: none !important;
  }
  .order-form-app .ant-table-tbody tr.ant-table-row > div.ant-space {
    width: 100% !important;
    margin-top: 0 !important;
    justify-content: flex-end !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }
  .order-form-app .ant-table-tbody tr.ant-table-row > div.ant-space a[href="#"] {
    font-size: 13px !important;
  }
  .order-form-app .ant-table-tbody tr.ant-table-row > div.ant-space span[role=img].anticon-check {
    display: block !important;
    color: #6A9173 !important;
    font-size: 16px !important;
  }
  .order-form-app .ant-table-tbody tr.ant-table-row td.ant-table-cell {
    border: none !important;
    padding: 0 !important;
    word-break: break-word;
    box-sizing: border-box !important;
    line-height: 1.2 !important;
    width: 100% !important;
  }
  .order-form-app .ant-table-tbody tr.ant-table-row td.ant-table-cell[data-label=Image] {
    display: none !important;
  }
  .order-form-app .ant-table-tbody tr.ant-table-row td.ant-table-cell[data-label="Product Name"] {
    flex: 1 !important;
    width: auto !important;
    margin-right: 8px !important;
  }
  .order-form-app .ant-table-tbody tr.ant-table-row td.ant-table-cell[data-label="Product Name"] > div {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: left !important;
  }
  .order-form-app .ant-table-tbody tr.ant-table-row td.ant-table-cell[data-label="In Stock"] {
    font-size: 16px !important;
    text-align: left !important;
    color: #666 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    min-width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 24px 0 8px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) and (max-width: 1024px) {
  .order-form-app .ant-table-tbody tr.ant-table-row td.ant-table-cell[data-label="In Stock"] {
    margin: 0 16px 0 8px !important;
    min-width: 80px !important;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .order-form-app .ant-table-tbody tr.ant-table-row td.ant-table-cell[data-label="In Stock"] {
    position: absolute !important;
    bottom: 8px !important;
    left: calc(100% - 143px) !important;
    font-size: 11px !important;
    margin: 0 !important;
    min-width: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .order-form-app .ant-table-tbody tr.ant-table-row td.ant-table-cell[data-label="In Stock"] p.instock {
    font-size: 16px !important;
    padding: 0 !important;
    white-space: normal !important;
    line-height: 1.2 !important;
    display: block !important;
    text-align: left !important;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .order-form-app .ant-table-tbody tr.ant-table-row td.ant-table-cell[data-label="In Stock"] p.instock {
    font-size: 11px !important;
  }
}
@media screen and (max-width: 1024px) {
  .order-form-app .ant-table-tbody tr.ant-table-row td.ant-table-cell[data-label="In Stock"] p.instock span {
    display: none !important;
  }
  .order-form-app .ant-table-tbody tr.ant-table-row td.ant-table-cell[data-label=Quantity] {
    flex: 0 0 auto !important;
    width: auto !important;
    margin-right: 4px !important;
    display: inline-flex !important;
    height: 32px !important;
  }
  .order-form-app .ant-table-tbody tr.ant-table-row td.ant-table-cell[data-label=Quantity] .ant-input-number {
    width: 48px !important;
    height: 32px !important;
  }
  .order-form-app .ant-table-tbody tr.ant-table-row td.ant-table-cell[data-label=Quantity] .ant-input-number .ant-input-number-input-wrap {
    width: 48px !important;
    height: 32px !important;
  }
  .order-form-app .ant-table-tbody tr.ant-table-row td.ant-table-cell[data-label=Quantity] .ant-input-number .ant-input-number-input-wrap input {
    width: 48px !important;
    height: 32px !important;
    padding: 2px !important;
    font-size: 13px !important;
    text-align: center !important;
  }
  .order-form-app .ant-table-tbody tr.ant-table-row td.ant-table-cell:last-child {
    flex: 0 0 auto !important;
    width: auto !important;
    display: inline-flex !important;
    height: 32px !important;
  }
  .order-form-app .ant-table-tbody tr.ant-table-row td.ant-table-cell:last-child button {
    width: 100% !important;
    padding: 2px 8px !important;
    font-size: 13px !important;
    white-space: nowrap;
    height: 32px !important;
    min-height: 32px !important;
    border-radius: 9999px !important;
  }
  .order-form-app .ant-table-tbody tr.ant-table-row td.ant-table-cell .wwp-login-to-see-wholesale-prices {
    display: block !important;
    width: 80px !important;
    font-size: 13px !important;
  }
  .order-form-app .ant-table-tbody tr.ant-table-row td.ant-table-cell:before {
    display: none !important;
  }
}
.order-form-app .ant-table-cell {
  font-size: 16px !important;
}
.order-form-app .ant-table-cell p.instock {
  font-size: 16px !important;
  margin: 0 !important;
}
.order-form-app .ant-table-cell button {
  font-size: 16px !important;
}
.order-form-app .ant-table-cell .ant-input-number-input {
  font-size: 16px !important;
}
.order-form-app .ant-table-thead {
  display: none !important;
}
.order-form-app div[data-v-7cfd386d].ant-col.wwof-column.css-19iuou {
  margin-bottom: 0 !important;
}
.order-form-app .ant-row.wwof-row.css-19iuou {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .product-image-box {
    display: none;
  }
}

.wwof-order-form .ant-spin-dot-item {
  background-color: #6A9173 !important;
}
.wwof-order-form .ant-spin {
  color: #6A9173 !important;
}

.ant-btn.ant-btn-primary {
  color: #fff !important;
  background-color: #14332a !important;
  border-color: #14332a !important;
  height: 38px !important;
  border-radius: 9999px !important;
  transition: all 0.2s ease-in-out !important;
  padding: 4px 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
}
.ant-btn.ant-btn-primary:hover {
  background-color: #6A9173 !important;
  border-color: #6A9173 !important;
}
.ant-btn.ant-btn-primary span {
  color: #fff !important;
}

.ant-input-number.ant-input-number-lg.css-19iuou,
.ant-input-number,
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
textarea,
select,
.ant-select-selector,
.ant-select {
  outline: none !important;
}
.ant-input-number.ant-input-number-lg.css-19iuou:not(:visited):hover, .ant-input-number.ant-input-number-lg.css-19iuou:focus-visible, .ant-input-number.ant-input-number-lg.css-19iuou:focus, .ant-input-number.ant-input-number-lg.css-19iuou.ant-input-number-focused:not(.ant-input-number-disabled), .ant-input-number.ant-input-number-lg.css-19iuou.active:not(:disabled), .ant-input-number.ant-input-number-lg.css-19iuou.selected:not(:disabled), .ant-input-number.ant-input-number-lg.css-19iuou:not(:disabled).ant-select-focused:not(.ant-select-disabled),
.ant-input-number:not(:visited):hover,
.ant-input-number:focus-visible,
.ant-input-number:focus,
.ant-input-number.ant-input-number-focused:not(.ant-input-number-disabled),
.ant-input-number.active:not(:disabled),
.ant-input-number.selected:not(:disabled),
.ant-input-number:not(:disabled).ant-select-focused:not(.ant-select-disabled),
input[type=text]:not(:visited):hover,
input[type=text]:focus-visible,
input[type=text]:focus,
input[type=text].ant-input-number-focused:not(.ant-input-number-disabled),
input[type=text].active:not(:disabled),
input[type=text].selected:not(:disabled),
input[type=text]:not(:disabled).ant-select-focused:not(.ant-select-disabled),
input[type=email]:not(:visited):hover,
input[type=email]:focus-visible,
input[type=email]:focus,
input[type=email].ant-input-number-focused:not(.ant-input-number-disabled),
input[type=email].active:not(:disabled),
input[type=email].selected:not(:disabled),
input[type=email]:not(:disabled).ant-select-focused:not(.ant-select-disabled),
input[type=password]:not(:visited):hover,
input[type=password]:focus-visible,
input[type=password]:focus,
input[type=password].ant-input-number-focused:not(.ant-input-number-disabled),
input[type=password].active:not(:disabled),
input[type=password].selected:not(:disabled),
input[type=password]:not(:disabled).ant-select-focused:not(.ant-select-disabled),
input[type=search]:not(:visited):hover,
input[type=search]:focus-visible,
input[type=search]:focus,
input[type=search].ant-input-number-focused:not(.ant-input-number-disabled),
input[type=search].active:not(:disabled),
input[type=search].selected:not(:disabled),
input[type=search]:not(:disabled).ant-select-focused:not(.ant-select-disabled),
input[type=tel]:not(:visited):hover,
input[type=tel]:focus-visible,
input[type=tel]:focus,
input[type=tel].ant-input-number-focused:not(.ant-input-number-disabled),
input[type=tel].active:not(:disabled),
input[type=tel].selected:not(:disabled),
input[type=tel]:not(:disabled).ant-select-focused:not(.ant-select-disabled),
input[type=url]:not(:visited):hover,
input[type=url]:focus-visible,
input[type=url]:focus,
input[type=url].ant-input-number-focused:not(.ant-input-number-disabled),
input[type=url].active:not(:disabled),
input[type=url].selected:not(:disabled),
input[type=url]:not(:disabled).ant-select-focused:not(.ant-select-disabled),
input[type=number]:not(:visited):hover,
input[type=number]:focus-visible,
input[type=number]:focus,
input[type=number].ant-input-number-focused:not(.ant-input-number-disabled),
input[type=number].active:not(:disabled),
input[type=number].selected:not(:disabled),
input[type=number]:not(:disabled).ant-select-focused:not(.ant-select-disabled),
textarea:not(:visited):hover,
textarea:focus-visible,
textarea:focus,
textarea.ant-input-number-focused:not(.ant-input-number-disabled),
textarea.active:not(:disabled),
textarea.selected:not(:disabled),
textarea:not(:disabled).ant-select-focused:not(.ant-select-disabled),
select:not(:visited):hover,
select:focus-visible,
select:focus,
select.ant-input-number-focused:not(.ant-input-number-disabled),
select.active:not(:disabled),
select.selected:not(:disabled),
select:not(:disabled).ant-select-focused:not(.ant-select-disabled),
.ant-select-selector:not(:visited):hover,
.ant-select-selector:focus-visible,
.ant-select-selector:focus,
.ant-select-selector.ant-input-number-focused:not(.ant-input-number-disabled),
.ant-select-selector.active:not(:disabled),
.ant-select-selector.selected:not(:disabled),
.ant-select-selector:not(:disabled).ant-select-focused:not(.ant-select-disabled),
.ant-select:not(:visited):hover,
.ant-select:focus-visible,
.ant-select:focus,
.ant-select.ant-input-number-focused:not(.ant-input-number-disabled),
.ant-select.active:not(:disabled),
.ant-select.selected:not(:disabled),
.ant-select:not(:disabled).ant-select-focused:not(.ant-select-disabled) {
  border-color: #6A9173 !important;
  box-shadow: 0 0 0 2px rgba(106, 145, 115, 0.2) !important;
  outline: none !important;
}
.ant-input-number.ant-input-number-lg.css-19iuou:not(:focus):not(:hover),
.ant-input-number:not(:focus):not(:hover),
input[type=text]:not(:focus):not(:hover),
input[type=email]:not(:focus):not(:hover),
input[type=password]:not(:focus):not(:hover),
input[type=search]:not(:focus):not(:hover),
input[type=tel]:not(:focus):not(:hover),
input[type=url]:not(:focus):not(:hover),
input[type=number]:not(:focus):not(:hover),
textarea:not(:focus):not(:hover),
select:not(:focus):not(:hover),
.ant-select-selector:not(:focus):not(:hover),
.ant-select:not(:focus):not(:hover) {
  box-shadow: none !important;
  border-color: #d9d9d9 !important;
}

.add-to-cart-btn-box .ant-space.css-19iuou {
  flex-direction: column !important;
  align-items: flex-start !important;
}
.add-to-cart-btn-box .ant-space.css-19iuou .ant-space-item:nth-child(2) .ant-space.css-19iuou {
  flex-direction: row !important;
  gap: 8px !important;
  margin-top: 8px !important;
}
.add-to-cart-btn-box .ant-space.css-19iuou .ant-space-item:nth-child(2) .ant-space.css-19iuou .ant-btn-default {
  height: 32px !important;
}
.add-to-cart-btn-box .ant-space.css-19iuou .ant-space-item:nth-child(2) .ant-space.css-19iuou .anticon-check-circle {
  display: flex !important;
  align-items: center !important;
}

.ant-space.css-19iuou.ant-space-horizontal.ant-space-align-center {
  flex-direction: column !important;
  align-items: flex-start !important;
}
.ant-space.css-19iuou.ant-space-horizontal.ant-space-align-center .ant-space-item {
  margin-top: 8px !important;
  margin-left: 0 !important;
}
.ant-space.css-19iuou.ant-space-horizontal.ant-space-align-center .ant-space-item:first-child {
  margin-top: 0 !important;
}

div[data-v-5c9387d0].ant-space.ant-space-horizontal.ant-space-align-center {
  padding: 10px !important;
  background-color: #ffffff !important;
  border-radius: 9px !important;
  border: 1px solid !important;
  position: absolute !important;
  z-index: 9999 !important;
  left: -55px !important;
  top: 32px !important;
}
div[data-v-5c9387d0].ant-space.ant-space-horizontal.ant-space-align-center span[role=img].anticon-check-circle {
  color: #6A9173 !important;
  font-size: 16px !important;
}
div[data-v-5c9387d0].ant-space.ant-space-horizontal.ant-space-align-center a.css-19iuou.ant-btn.ant-btn-default {
  color: #fff !important;
  background-color: #14332a !important;
  border-color: #14332a !important;
  height: 32px !important;
  border-radius: 9999px !important;
  transition: all 0.2s ease-in-out !important;
  padding: 4px 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
}
div[data-v-5c9387d0].ant-space.ant-space-horizontal.ant-space-align-center a.css-19iuou.ant-btn.ant-btn-default:hover {
  background-color: #6A9173 !important;
  border-color: #6A9173 !important;
}
div[data-v-5c9387d0].ant-space.ant-space-horizontal.ant-space-align-center a.css-19iuou.ant-btn.ant-btn-default span {
  color: #fff !important;
}

.ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: #6A9173 !important;
}

.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #6A9173 !important;
  border-color: #6A9173 !important;
}
.ant-checkbox:hover .ant-checkbox-inner, .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #6A9173 !important;
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #6A9173 !important;
}
.ant-checkbox-checked::after {
  border-color: #6A9173 !important;
}

p.outofstock {
  font-size: 16px !important;
  padding: 0 !important;
  white-space: normal !important;
  line-height: 1.2 !important;
  display: block !important;
  text-align: left !important;
  color: #ff4d4f !important;
}
@media screen and (max-width: 768px) {
  p.outofstock {
    font-size: 11px !important;
    position: relative !important;
    right: -60px !important;
  }
}

.quantity-box.wwof-table-field.quantity-input:not(:has(input)) {
  display: none !important;
}

.product-name-box.wwof-table-field.product-name {
  background-color: #fff !important;
}
.product-name-box.wwof-table-field.product-name > * {
  background-color: #fff !important;
}

.ant-modal-body .product-name {
  margin-bottom: 1rem !important;
  text-align: left !important;
}
.ant-modal-body .product-description p {
  margin-bottom: 1rem !important;
}
.ant-modal-body .in-stock-amount-box {
  display: none !important;
}
.ant-modal-body .in-stock-amount-outofstock {
  display: none !important;
}
.ant-modal-body .product-categories {
  margin-top: 1rem !important;
}
.ant-modal-body .wwp-login-to-see-wholesale-prices {
  text-decoration: underline !important;
}

.header-switch-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  color: #212529;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.header-switch-btn:hover {
  background-color: #e9ecef;
  border-color: #ced4da;
  color: #000;
  text-decoration: none;
}
.header-switch-btn:before {
  content: "←";
  margin-right: 8px;
  font-size: 16px;
}

[data-title-reveal]{
  overflow: hidden;
  opacity: 0;
}
[data-title-reveal] .split-parent{
  overflow: hidden;
}
[data-title-reveal] .split-child{
  display: inline-block;
}

.button,
.wpcf7-submit{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(20 51 42 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-family: Titling, UI-system;
  font-size: 8px;
  text-transform: uppercase;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button:hover,
.wpcf7-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(106 145 115 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .button,
.wpcf7-submit{
    font-size: 10px;
  }
}
.button-secondary,
.wpcf7-submit-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(106 145 115 / var(--tw-bg-opacity, 1));
}
.button-secondary:hover,
.wpcf7-submit-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(20 51 42 / var(--tw-bg-opacity, 1));
}
.button-cta,
.wpcf7-submit-cta{
  --tw-bg-opacity: 1;
  background-color: rgb(228 94 51 / var(--tw-bg-opacity, 1));
}
.button-cta:hover,
.wpcf7-submit-cta:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(182 75 40 / var(--tw-bg-opacity, 1));
}
.button-white,
.wpcf7-submit-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(20 51 42 / var(--tw-text-opacity, 1));
}
.button-heavy-metal,
.wpcf7-submit-heavy-metal{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-big,
.wpcf7-submit-big{
  display: inline-flex;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.button-outline,
.wpcf7-submit-outline{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(20 51 42 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-family: Titling, UI-system;
  font-size: 8px;
  text-transform: uppercase;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(20 51 42 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button-outline:hover,
.wpcf7-submit-outline:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(20 51 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .button-outline,
.wpcf7-submit-outline{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 10px;
  }
}
.button-outline-secondary,
.wpcf7-submit-outline-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(106 145 115 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(106 145 115 / var(--tw-text-opacity, 1));
}
.button-outline-secondary:hover,
.wpcf7-submit-outline-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(106 145 115 / var(--tw-bg-opacity, 1));
}
.button-outline-white,
.wpcf7-submit-outline-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-outline-heavy-metal,
.wpcf7-submit-outline-heavy-metal{
  --tw-border-opacity: 1;
  border-color: rgb(29 29 27 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity, 1));
}
.button-outline-heavy-metal:hover,
.wpcf7-submit-outline-heavy-metal:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity, 1));
}
.button-white,
.wpcf7-submit-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(20 51 42 / var(--tw-text-opacity, 1));
}
.button-white:hover,
.wpcf7-submit-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(106 145 115 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(20 51 42 / var(--tw-text-opacity, 1));
}
.form-row:not(:last-of-type),
#acf-form .acf-field:not(:last-of-type),
.woocommerce-form-row:not(:last-of-type){
  margin-bottom: 1rem;
}
.form-row label,
#acf-form .acf-field label,
.woocommerce-form-row label{
  margin-bottom: 0.25rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.form-input,
.input-text,
.select2-container--default .select2-selection--single,
#acf-form .acf-fields .acf-field .acf-input input,
#acf-form .acf-fields .acf-field .acf-input select,
.wpcf7-text,
.wpcf7-select,
.wpcf7-textarea,
.wpcf7-number,
.wpcf7-date,
.wpcf7-quiz{
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity, 1));
  --tw-ring-color: rgb(106 145 115 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.9;
}

.form-input:focus,
.input-text:focus,
.select2-container--default .select2-selection--single:focus,
#acf-form .acf-fields .acf-field .acf-input input:focus,
#acf-form .acf-fields .acf-field .acf-input select:focus,
.wpcf7-text:focus,
.wpcf7-select:focus,
.wpcf7-textarea:focus,
.wpcf7-number:focus,
.wpcf7-date:focus,
.wpcf7-quiz:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.select2-dropdown{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 46px;
  width: 46px;
}

#acf-form .acf-fields{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

body .woocommerce .container div#acf-form .acf-fields.grid-cols-1.lg\:grid-cols-12.gap-24 {
  gap: 0.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  body .woocommerce .container div#acf-form .acf-fields.grid-cols-1.lg\:grid-cols-12.gap-24 {
    gap: 3rem;
  }
}
#acf-form .acf-fields .acf-field{
  grid-column: span 6 / span 6;
}
#acf-form .acf-fields .acf-field.half{
  grid-column: span 6 / span 6;
}
@media (min-width: 768px){
  #acf-form .acf-fields .acf-field.half{
    grid-column: span 3 / span 3;
  }
}
#acf-form .acf-fields .acf-field.one-third{
  grid-column: span 6 / span 6;
}
@media (min-width: 768px){
  #acf-form .acf-fields .acf-field.one-third{
    grid-column: span 2 / span 2;
  }
}
#acf-form .acf-fields .acf-field-message .acf-label{
  margin-top: 1rem;
  margin-bottom: 0px;
  font-family: Titling, UI-system;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
}
@media (min-width: 768px){
  #acf-form .acf-fields .acf-field-message .acf-label{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
#acf-form .acf-fields .acf-field-message .acf-label label{
  margin-bottom: 0px;
}
#acf-form .acf-fields .acf-field-message .acf-input{
  display: none;
}

body.menu-is-open {
  overflow: hidden;
}

[v-cloak]{
  display: none;
}

body{
  --tw-text-opacity: 1;
  color: rgb(20 51 42 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-family: Titling, UI-system;
  text-transform: uppercase;
}

.entry-content p{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  .entry-content p{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.entry-content p:not(:last-child){
  margin-bottom: 1.5rem;
}
.entry-content ul{
  list-style-type: disc;
  padding-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px){
  .entry-content ul{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.entry-content ul:not(:last-child){
  margin-bottom: 1.5rem;
}
.entry-content ul li{
  margin-bottom: 0.5rem;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
  margin-bottom: 1rem;
}
.entry-content h2{
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px){
  .entry-content h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.entry-content h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.entry-content h4{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.entry-content h5{
  font-size: 1rem;
  line-height: 1.5rem;
}
.entry-content h6{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.entry-content blockquote{
  position: relative;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(106 145 115 / var(--tw-border-opacity, 1));
  padding: 1rem;
}
@media (min-width: 768px){
  .entry-content blockquote{
    padding: 1.5rem;
  }
}
.entry-content blockquote:not(:last-child){
  margin-bottom: 1.5rem;
}
.entry-content blockquote p{
  position: relative;
  font-family: Titling, UI-system;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(106 145 115 / var(--tw-text-opacity, 1));
}

[data-filter-type=tax][data-multiple=yes][data-relation=and] .filter-item.label:not(.with-image):not(.disabled) {
  box-shadow: none !important;
  padding: 0rem 1.5rem !important;
  border-radius: 9999px !important;
}
[data-filter-type=tax][data-multiple=yes][data-relation=and] .filter-item.label:not(.with-image):not(.disabled):hover, [data-filter-type=tax][data-multiple=yes][data-relation=and] .filter-item.label:not(.with-image):not(.disabled).active {
  color: white !important;
  box-shadow: none !important;
}

.yith-wcan-filters {
  background-color: transparent;
  margin-bottom: 0;
}
.yith-wcan-filters form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
.yith-wcan-filters .yith-wcan-filter {
  margin-bottom: 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-title {
  font-size: 0.6rem;
  font-family: sans-serif;
  text-transform: capitalize;
  margin-bottom: 1rem;
  text-align: center;
}
.yith-wcan-filters .yith-wcan-filter .filter-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
.yith-wcan-filters .yith-wcan-filter .filter-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled) {
  box-shadow: none !important;
  padding: 0.2rem 1.5rem !important;
  border-radius: 9999px !important;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active {
  color: white !important;
  box-shadow: none !important;
}

body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0rem 1.5rem !important;
  border-radius: 9999px !important;
  font-weight: 500 !important;
  transition: all 0.2s !important;
  box-shadow: none !important;
  margin: 0.25rem 0.5rem !important;
  text-decoration: none !important;
}
body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.disabled):hover, body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active {
  box-shadow: none !important;
}
body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label a {
  display: flex !important;
  align-items: center !important;
  font-size: 1rem !important;
  height: auto !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  color: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
}
body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label a span.term-label {
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
}
body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label a span.term-count {
  margin-left: 0.5rem !important;
  font-size: 0.875rem !important;
  opacity: 0.75 !important;
  color: inherit !important;
}
body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  border: 2px solid white;
}

.yith-wcan-reset-filters {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  background-color: #475569;
  border-radius: 9999px;
  transition: background-color 0.2s;
  margin-top: 1rem;
}
.yith-wcan-reset-filters:hover {
  background-color: #334155;
}
.yith-wcan-reset-filters:before {
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .yith-wcan-filters form {
    gap: 2rem;
  }
}
.bg-carousel-pink {
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.navbar{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: none;
  height: 100vh;
  width: 100%;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(20 51 42 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
}

@media (min-width: 768px){
  .navbar{
    position: relative;
    display: block;
    height: auto;
    background-color: transparent;
  }
}
.navbar.open{
  display: block;
}

.main-navigation{
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  text-align: center;
}

@media (min-width: 768px){
  .main-navigation{
    flex-direction: row;
    gap: 0.75rem;
  }
}

@media (min-width: 1024px){
  .main-navigation{
    gap: 2rem;
  }
}
.main-navigation .menu-item.current-menu-item a{
  --tw-text-opacity: 1;
  color: rgb(106 145 115 / var(--tw-text-opacity, 1));
}
.main-navigation .menu-item.current-menu-item.button a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.main-navigation .menu-item a{
  text-align: center;
  font-family: Titling, UI-system;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.main-navigation .menu-item a:hover{
  --tw-text-opacity: 1;
  color: rgb(106 145 115 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .main-navigation .menu-item a{
    --tw-text-opacity: 1;
    color: rgb(20 51 42 / var(--tw-text-opacity, 1));
  }
}
.main-navigation .menu-item.button a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .main-navigation .menu-item.button a{
    font-size: 10px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.woocommerce-notices-wrapper ul,
.woocommerce-notices-wrapper div,
.woocommerce-NoticeGroup ul,
.woocommerce-NoticeGroup div{
  margin-bottom: 2.5rem;
  border-radius: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.woocommerce-notices-wrapper ul.woocommerce-error,
.woocommerce-notices-wrapper div.woocommerce-error,
.woocommerce-NoticeGroup ul.woocommerce-error,
.woocommerce-NoticeGroup div.woocommerce-error{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.woocommerce-notices-wrapper ul.woocommerce-success, .woocommerce-notices-wrapper ul.woocommerce-message,
.woocommerce-notices-wrapper div.woocommerce-success,
.woocommerce-notices-wrapper div.woocommerce-message,
.woocommerce-NoticeGroup ul.woocommerce-success,
.woocommerce-NoticeGroup ul.woocommerce-message,
.woocommerce-NoticeGroup div.woocommerce-success,
.woocommerce-NoticeGroup div.woocommerce-message{
  --tw-bg-opacity: 1;
  background-color: rgb(106 145 115 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.woocommerce-notices-wrapper ul.woocommerce-success .button, .woocommerce-notices-wrapper ul.woocommerce-message .button,
.woocommerce-notices-wrapper div.woocommerce-success .button,
.woocommerce-notices-wrapper div.woocommerce-message .button,
.woocommerce-NoticeGroup ul.woocommerce-success .button,
.woocommerce-NoticeGroup ul.woocommerce-message .button,
.woocommerce-NoticeGroup div.woocommerce-success .button,
.woocommerce-NoticeGroup div.woocommerce-message .button{
  display: none;
}
.woocommerce-notices-wrapper ul,
.woocommerce-NoticeGroup ul{
  display: flex;
  list-style-type: disc;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 2.5rem;
}

.woocommerce-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2.5rem;
}
.woocommerce-pagination ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.woocommerce-pagination ul li > span,
.woocommerce-pagination ul li > a{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(20 51 42 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.woocommerce-pagination ul li > span.current, .woocommerce-pagination ul li > span:hover,
.woocommerce-pagination ul li > a.current,
.woocommerce-pagination ul li > a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(106 145 115 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce-tabs{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 920px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.woocommerce-tabs .tabs{
  display: flex;
  align-items: center;
  overflow: scroll;
}
.woocommerce-tabs .tabs-item.active{
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(152 92 94 / var(--tw-text-opacity, 1));
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.woocommerce-tabs .tabs-item-link{
  display: block;
  white-space: nowrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px){
  .woocommerce-tabs .tabs-item-link{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.woocommerce-tabs .panel{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 245 / var(--tw-bg-opacity, 1));
  padding: 2.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.footer{
  --tw-bg-opacity: 1;
  background-color: rgb(20 51 42 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .widget h2{
  margin-bottom: 2.5rem;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(106 145 115 / var(--tw-text-opacity, 1));
}
.footer .widget ul{
  padding-left: 1em;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px){
  .footer .widget ul{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.footer .widget ul li{
  --tw-text-opacity: 1;
  color: rgb(106 145 115 / var(--tw-text-opacity, 1));
}
.footer .widget ul li::before{
  margin-left: -1em;
  display: inline-block;
  width: 1em;
  --tw-content: url('/app/themes/supper-saves/dist/images/nuts.svg');
  content: var(--tw-content);
}
.footer .widget ul li a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.footer .widget ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(106 145 115 / var(--tw-text-opacity, 1));
}
.footer .social-icon{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(106 145 115 / var(--tw-bg-opacity, 1));
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(20 51 42 / var(--tw-text-opacity, 1));
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Bilo, UI-system; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

@font-face {
    font-family: "Titling";
    src: url("../fonts/TitlingGothicFBExtended-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

@font-face {
    font-family: "Bilo";
    src: url("../fonts/Bilo-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-left-\[57px\]{
  left: -57px;
}
.-right-1{
  right: -0.25rem;
}
.-right-12{
  right: -3rem;
}
.-right-\[57px\]{
  right: -57px;
}
.-top-\[100px\]{
  top: -100px;
}
.-top-\[50px\]{
  top: -50px;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-10{
  left: 2.5rem;
}
.right-0{
  right: 0px;
}
.right-10{
  right: 2.5rem;
}
.right-11{
  right: 2.75rem;
}
.right-auto{
  right: auto;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-11{
  top: 2.75rem;
}
.top-\[-50px\]{
  top: -50px;
}
.top-\[14px\]{
  top: 14px;
}
.top-\[7px\]{
  top: 7px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[52\]{
  z-index: 52;
}
.z-\[60\]{
  z-index: 60;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-7{
  grid-column: span 7 / span 7;
}
.col-span-full{
  grid-column: 1 / -1;
}
.m-0{
  margin: 0px;
}
.-mx-\[50px\]{
  margin-left: -50px;
  margin-right: -50px;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.\!mb-5{
  margin-bottom: 1.25rem !important;
}
.-mb-\[50px\]{
  margin-bottom: -50px;
}
.-mt-20{
  margin-top: -5rem;
}
.-mt-\[160px\]{
  margin-top: -160px;
}
.-mt-\[70px\]{
  margin-top: -70px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-11{
  margin-bottom: 2.75rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[25px\]{
  margin-top: 25px;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[14\/5\]{
  aspect-ratio: 14/5;
}
.aspect-\[16\/6\]{
  aspect-ratio: 16/6;
}
.aspect-\[16\/8\]{
  aspect-ratio: 16/8;
}
.aspect-\[3\/2\]{
  aspect-ratio: 3/2;
}
.aspect-auto{
  aspect-ratio: auto;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.\!h-auto{
  height: auto !important;
}
.h-0\.5{
  height: 0.125rem;
}
.h-10{
  height: 2.5rem;
}
.h-16{
  height: 4rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-8{
  height: 2rem;
}
.h-\[140\%\]{
  height: 140%;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[70\%\]{
  height: 70%;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-32{
  max-height: 8rem;
}
.min-h-\[280px\]{
  min-height: 280px;
}
.w-0\.5{
  width: 0.125rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-3\/4{
  width: 75%;
}
.w-4{
  width: 1rem;
}
.w-8{
  width: 2rem;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[70\%\]{
  width: 70%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-\[224px\]{
  min-width: 224px;
}
.min-w-\[600px\]{
  min-width: 600px;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[115px\]{
  max-width: 115px;
}
.max-w-\[160px\]{
  max-width: 160px;
}
.max-w-\[232px\]{
  max-width: 232px;
}
.max-w-\[42rem\]{
  max-width: 42rem;
}
.max-w-\[50\%\]{
  max-width: 50%;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[80\%\]{
  max-width: 80%;
}
.max-w-\[80px\]{
  max-width: 80px;
}
.max-w-\[920px\]{
  max-width: 920px;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.origin-top-right{
  transform-origin: top right;
}
.-translate-x-0\.5{
  --tw-translate-x: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-20{
  --tw-translate-y: -5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-24{
  --tw-translate-y: -6rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-40{
  --tw-translate-y: -10rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[1px\]{
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-3\/4{
  --tw-translate-x: 75%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-5{
  --tw-translate-y: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-180{
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-rows-\[auto_1fr\]{
  grid-template-rows: auto 1fr;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-20{
  gap: 5rem;
}
.gap-24{
  gap: 6rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-none{
  border-style: none;
}
.border-cinnabar{
  --tw-border-opacity: 1;
  border-color: rgb(228 94 51 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-neutral-400{
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.border-petite-orchid{
  --tw-border-opacity: 1;
  border-color: rgb(218 139 142 / var(--tw-border-opacity, 1));
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(106 145 115 / var(--tw-border-opacity, 1));
}
.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}
.bg-\[\#0D231D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(13 35 29 / var(--tw-bg-opacity, 1));
}
.bg-carousel-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 245 / var(--tw-bg-opacity, 1));
}
.bg-cinnabar{
  --tw-bg-opacity: 1;
  background-color: rgb(228 94 51 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-neutral-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-petite-orchid{
  --tw-bg-opacity: 1;
  background-color: rgb(218 139 142 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(20 51 42 / var(--tw-bg-opacity, 1));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(106 145 115 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-whisper{
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 245 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-left{
  -o-object-position: left;
     object-position: left;
}
.p-10{
  padding: 2.5rem;
}
.p-12{
  padding: 3rem;
}
.p-14{
  padding: 3.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-20{
  padding: 5rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[50px\]{
  padding: 50px;
}
.\!py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[50px\]{
  padding-left: 50px;
  padding-right: 50px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[200px\]{
  padding-bottom: 200px;
}
.pb-\[85px\]{
  padding-bottom: 85px;
}
.pl-0{
  padding-left: 0px;
}
.pl-3\.5{
  padding-left: 0.875rem;
}
.pr-20{
  padding-right: 5rem;
}
.pr-3\.5{
  padding-right: 0.875rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-sans{
  font-family: Bilo, UI-system;
}
.font-title{
  font-family: Titling, UI-system;
}
.\!text-\[9px\]{
  font-size: 9px !important;
}
.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!text-xs{
  font-size: 12px !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 12px;
}
.text-xxs{
  font-size: 10px;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.not-italic{
  font-style: normal;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-4{
  line-height: 1rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-cinnabar{
  --tw-text-opacity: 1;
  color: rgb(228 94 51 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-heavy-metal{
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity, 1));
}
.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(106 145 115 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-75{
  opacity: 0.75;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-150{
  transition-delay: 150ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-75{
  transition-duration: 75ms;
}
.duration-\[50ms\]{
  transition-duration: 50ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hover\:z-30:hover{
  z-index: 30;
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-secondary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(106 145 115 / var(--tw-border-opacity, 1));
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(20 51 42 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(106 145 115 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(20 51 42 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(106 145 115 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:opacity-90:hover{
  opacity: 0.9;
}
.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}
.disabled\:opacity-25:disabled{
  opacity: 0.25;
}
.disabled\:opacity-30:disabled{
  opacity: 0.3;
}
.disabled\:opacity-40:disabled{
  opacity: 0.4;
}
.group:hover .group-hover\:rotate-12{
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:relative{
    position: relative;
  }
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:-mt-\[210px\]{
    margin-top: -210px;
  }
  .md\:mb-\[100px\]{
    margin-bottom: 100px;
  }
  .md\:ml-0{
    margin-left: 0px;
  }
  .md\:ml-auto{
    margin-left: auto;
  }
  .md\:mr-auto{
    margin-right: auto;
  }
  .md\:mt-4{
    margin-top: 1rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:aspect-\[3\/2\]{
    aspect-ratio: 3/2;
  }
  .md\:aspect-\[5\/6\]{
    aspect-ratio: 5/6;
  }
  .md\:h-1\/2{
    height: 50%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:max-w-4xl{
    max-width: 56rem;
  }
  .md\:max-w-\[30\%\]{
    max-width: 30%;
  }
  .md\:max-w-\[50\%\]{
    max-width: 50%;
  }
  .md\:max-w-\[75\%\]{
    max-width: 75%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-12{
    gap: 3rem;
  }
  .md\:gap-2{
    gap: 0.5rem;
  }
  .md\:gap-32{
    gap: 8rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:p-14{
    padding: 3.5rem;
  }
  .md\:p-20{
    padding: 5rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md\:pb-14{
    padding-bottom: 3.5rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .md\:pb-\[130px\]{
    padding-bottom: 130px;
  }
  .md\:pb-\[150px\]{
    padding-bottom: 150px;
  }
  .md\:pl-20{
    padding-left: 5rem;
  }
  .md\:pl-24{
    padding-left: 6rem;
  }
  .md\:pl-32{
    padding-left: 8rem;
  }
  .md\:pr-20{
    padding-right: 5rem;
  }
  .md\:pr-32{
    padding-right: 8rem;
  }
  .md\:pr-8{
    padding-right: 2rem;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:pt-\[100px\]{
    padding-top: 100px;
  }
  .md\:pt-\[150px\]{
    padding-top: 150px;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px){
  .lg\:invisible{
    visibility: hidden;
  }
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:-bottom-\[40px\]{
    bottom: -40px;
  }
  .lg\:-bottom-\[50px\]{
    bottom: -50px;
  }
  .lg\:-top-\[100px\]{
    top: -100px;
  }
  .lg\:left-auto{
    left: auto;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:top-auto{
    top: auto;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .lg\:\!mb-10{
    margin-bottom: 2.5rem !important;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:aspect-\[2\/1\]{
    aspect-ratio: 2/1;
  }
  .lg\:aspect-\[3\/4\]{
    aspect-ratio: 3/4;
  }
  .lg\:h-\[calc\(100\%\+100px\)\]{
    height: calc(100% + 100px);
  }
  .lg\:h-\[calc\(100\%\+170px\)\]{
    height: calc(100% + 170px);
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:min-h-full{
    min-height: 100%;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-\[386px\]{
    width: 386px;
  }
  .lg\:max-w-\[50\%\]{
    max-width: 50%;
  }
  .lg\:max-w-\[80\%\]{
    max-width: 80%;
  }
  .lg\:shrink-0{
    flex-shrink: 0;
  }
  .lg\:basis-\[386px\]{
    flex-basis: 386px;
  }
  .lg\:-translate-x-5{
    --tw-translate-x: -1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:-translate-y-20{
    --tw-translate-y: -5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-24{
    gap: 6rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-y-10{
    row-gap: 2.5rem;
  }
  .lg\:overflow-visible{
    overflow: visible;
  }
  .lg\:\!bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  }
  .lg\:p-10{
    padding: 2.5rem;
  }
  .lg\:p-12{
    padding: 3rem;
  }
  .lg\:p-6{
    padding: 1.5rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-\[150px\]{
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .lg\:pb-40{
    padding-bottom: 10rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-\[calc\(100\%\+100px\)\]{
    padding-top: calc(100% + 100px);
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-\[44px\]{
    font-size: 44px;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:\!text-primary{
    --tw-text-opacity: 1 !important;
    color: rgb(20 51 42 / var(--tw-text-opacity, 1)) !important;
  }
  .lg\:even\:translate-y-\[50\%\]:nth-child(even){
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:last-of-type\:mb-\[50\%\]:last-of-type{
    margin-bottom: 50%;
  }
  .lg\:hover\:\!bg-secondary:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(106 145 115 / var(--tw-bg-opacity, 1)) !important;
  }
  .lg\:hover\:\!text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }
  .group:hover .lg\:group-hover\:visible{
    visibility: visible;
  }
  .group:hover .lg\:group-hover\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(20 51 42 / var(--tw-bg-opacity, 1));
  }
  .group:hover .lg\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 1280px){
  .xl\:w-1\/2{
    width: 50%;
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:p-24{
    padding: 6rem;
  }
  .xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:-ml-\[336px\]{
    margin-left: -336px;
  }
  .\32xl\:-mr-\[336px\]{
    margin-right: -336px;
  }
  .\32xl\:pb-20{
    padding-bottom: 5rem;
  }
}
