/* ---------------------------------------
Setup and Variables
------------------------------------------ */
/* ---------------------------------------
Core Styles
------------------------------------------ */
.screen-reader-text, .cart-collaterals .cart_totals h2 {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.container {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-y-gutters);
}
.container.container--wide {
  max-width: 1280px;
}
.container.container--full {
  max-width: 100%;
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before {
  display: none !important;
}

.site-main .arm-form-container {
  margin-top: var(--spacing-8);
  margin-bottom: var(--spacing-8);
}
.site-main .arm_popup_member_form_102 .arm-df__heading .arm-df__heading-text,
.site-main .arm_form_102 .arm_update_card_form_heading_container .arm-df__heading-text,
.site-main .arm_form_102 .arm-df__heading:not(.popup_header_text) .arm-df__heading-text {
  font-weight: 900;
}
.site-main .arm_template_wrapper a {
  color: var(--brand-1);
}
.site-main .arm_setup_submit_btn {
  --btn-bg-colour: var(--brand-1);
  --btn-text-colour: var(--white);
  --btn-bg-colour-interactive: var(--brand-2);
  --btn-text-colour-interactive: var(--black);
  --btn-font-size: var(--fs-cat);
  text-decoration: none !important;
  border: 0 !important;
  padding: var(--spacing-2) var(--spacing-4) !important;
  margin-top: var(--spacing-4) !important;
  background-color: var(--btn-bg-colour) !important;
  color: var(--btn-text-colour) !important;
  border-radius: var(--border-size-2) !important;
  transition: all 300ms var(--ease-5) !important;
  display: inline-block !important;
  font-size: var(--btn-font-size) !important;
}
.site-main .arm_setup_submit_btn:hover:not(:disabled), .site-main .arm_setup_submit_btn:active:not(:disabled), .site-main .arm_setup_submit_btn:focus:not(:disabled) {
  background-color: var(--btn-bg-colour-interactive) !important;
  color: var(--btn-text-colour-interactive) !important;
}
.site-main .arm_current_membership_container .arm_current_membership_list_item button.arm_cancel_subscription_button,
.site-main .arm_current_membership_container .arm_current_membership_list_item button.arm_renew_subscription_button,
.site-main .arm_current_membership_container .arm_current_membership_list_item button.arm_update_card_button_style,
.site-main .arm_paid_post_current_membership_container .arm_current_membership_list_item button.arm_cancel_subscription_button,
.site-main .arm_paid_post_current_membership_container .arm_current_membership_list_item button.arm_renew_subscription_button,
.site-main .arm_paid_post_current_membership_container .arm_current_membership_list_item button.arm_update_card_button_style {
  margin-top: 0 !important;
}
.site-main .arm_current_membership_heading_main {
  color: inherit;
  font-family: var(--font-heading);
  margin-top: var(--spacing-4);
  margin-bottom: var(--spacing-4);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: var(--font-letterspacing-32);
  text-transform: uppercase;
  font-size: var(--fs-bear) !important;
}
.site-main .cb-login-section {
  margin-block: var(--spacing-10);
}

/* ---------------------------------------
Core Styles
------------------------------------------ */
.post-type-archive-product {
  display: flex;
  flex-direction: column;
  position: relative;
}

.filter-button,
.shop-sidebar__inner {
  display: none;
}

ul.products {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: var(--spacing-8);
  margin-bottom: var(--spacing-20);
}
@media screen and (min-width: 480px) {
  ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  }
}
ul.products li.product.type-product {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
ul.products li.product.type-product .button {
  margin-top: auto;
}
ul.products li.product.type-product .woocommerce-loop-product__title {
  font-family: var(--font-body);
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin-bottom: var(--spacing-4);
}
ul.products .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  color: var(--black);
  text-decoration: none;
  margin-top: 12px;
  margin-bottom: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
ul.products .woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
  aspect-ratio: 1;
  object-fit: cover;
}
ul.products .woocommerce-loop-product__title {
  font-size: var(--fs-dog);
}
ul.products .price {
  font-size: var(--fs-cat);
  display: block;
  font-weight: 700;
  margin-top: auto;
}
ul.products span.onsale {
  --radius-size: 50px;
  display: inline-block;
  width: var(--radius-size);
  height: var(--radius-size);
  font-size: var(--fs-mouse);
  background-color: var(--brand-1);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 5px;
  top: 5px;
}
ul.products a.added_to_cart.wc-forward {
  margin-left: var(--spacing-3);
}

.shop-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--spacing-1) var(--spacing-2);
  margin-bottom: var(--spacing-5);
}
.shop-categories a {
  color: var(--black);
  text-transform: uppercase;
  font-size: var(--fs-fox);
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
.shop-categories a:hover {
  color: var(--brand-1);
}

#shop-sidebar-wrapper {
  padding-left: var(--spacing-5);
  padding-right: var(--spacing-5);
  padding-top: var(--spacing-3);
  padding-bottom: var(--spacing-8);
  background-color: var(--white);
  color: var(--black);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: var(--layer-important);
  transform: translateX(100%);
  transition: transform 240ms var(--ease-out-1);
}
#shop-sidebar-wrapper .shop-sidebar__inner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: var(--spacing-4);
}
#shop-sidebar-wrapper .shop-sidebar__inner .off-canvas__close {
  font-size: var(--fs-wolf);
  color: var(--black);
}
#shop-sidebar-wrapper.off-canvas-open {
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  #shop-sidebar-wrapper {
    width: 300px;
  }
}

.woocommerce-products-header {
  margin-bottom: var(--spacing-5);
}
.woocommerce-products-header .products-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce-products-header .products-meta .filter-button {
  --colour: var(--white);
  display: inline-flex;
  align-items: center;
  color: var(--colour);
  margin-top: 0;
}
.woocommerce-products-header .products-meta .filter-button svg {
  --size: 20px;
  fill: var(--colour);
  width: var(--size);
  height: var(--size);
  margin-right: var(--spacing-2);
}
.woocommerce-products-header .products-meta .woocommerce-notices-wrapper {
  display: block;
  width: 100%;
}
.woocommerce-products-header .products-meta .woocommerce-result-count {
  margin-right: auto;
}
.woocommerce-products-header .products-meta .woocommerce-ordering {
  width: 100%;
}
.woocommerce-products-header .products-meta .woocommerce-ordering select {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .woocommerce-products-header .products-meta .woocommerce-ordering {
    width: auto;
    margin-left: var(--spacing-3);
  }
}

.woocommerce-pagination {
  margin-top: var(--spacing-8);
}

.woocommerce-pagination ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
}
.woocommerce-pagination ul li {
  padding: var(--spacing-1);
}
.woocommerce-pagination ul .page-numbers {
  --size: 32px;
  display: inline-flex;
  background-color: var(--brand-1);
  width: var(--size);
  height: var(--size);
  color: var(--white);
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.woocommerce-breadcrumb {
  margin-top: var(--spacing-4);
  margin-bottom: var(--spacing-4);
}

.woocommerce-message {
  background: var(--grey-200);
  border-radius: var(--border-size-2);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: var(--spacing-4);
  align-items: center;
  margin: var(--spacing-2) 0;
}
.woocommerce-message .button {
  margin-top: 0;
}

.single-product div.product.type-product {
  display: flex;
  flex-direction: column;
}
.single-product div.product.type-product .woocommerce-product-gallery,
.single-product div.product.type-product .summary.entry-summary,
.single-product div.product.type-product .woocommerce-tabs,
.single-product div.product.type-product .related.products {
  margin: 0 0 var(--spacing-5);
}
@media screen and (min-width: 768px) {
  .single-product div.product.type-product {
    display: grid;
    gap: var(--spacing-5);
    grid-template-columns: 40% 60%;
  }
  .single-product div.product.type-product .woocommerce-product-gallery {
    grid-column: 1/2;
  }
  .single-product div.product.type-product .summary.entry-summary {
    grid-column: 2/3;
  }
  .single-product div.product.type-product .woocommerce-tabs,
  .single-product div.product.type-product .related.products {
    grid-column: span 2;
  }
  .single-product div.product.type-product.hospitality-booking {
    grid-template-columns: calc(70% - 40px) 30%;
    position: relative;
  }
  .single-product div.product.type-product.hospitality-booking .hospitality-booking__column2 {
    align-self: start;
    top: 0;
    left: 0;
    position: -webkit-sticky;
    position: sticky;
  }
}
@media screen and (min-width: 1024px) {
  .single-product div.product.type-product {
    gap: var(--spacing-10);
  }
}

.woocommerce-product-gallery {
  position: relative;
}
.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper {
  margin: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: var(--spacing-4);
  right: var(--spacing-4);
  z-index: var(--layer-5);
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  list-style: none;
  display: grid;
  gap: var(--spacing-3);
  grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
  margin: 0;
  padding: var(--spacing-8) 0;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
  width: 100% !important;
  clear: none !important;
}

table.variations {
  border: none;
}
table.variations tr,
table.variations td,
table.variations th {
  border: none;
  background: transparent;
  padding: 0;
  text-align: left;
  color: var(--black);
}
table.variations .value select {
  margin-bottom: 12px;
  background-color: var(--white);
  color: var(--black);
  font-weight: 500;
}

.reset_variations {
  margin-left: var(--spacing-2);
}

.woocommerce-variation-add-to-cart {
  margin-top: var(--spacing-3);
}

.wrap-validation.elex-set-min-price {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.woocommerce-tabs .tabs.wc-tabs {
  display: flex;
  list-style: none;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.woocommerce-tabs .tabs.wc-tabs li {
  width: 100%;
  padding-right: var(--spacing-1);
}
.woocommerce-tabs .tabs.wc-tabs li a {
  color: var(--white);
  text-decoration: none;
  background-color: var(--brand-1);
  padding: var(--spacing-2) var(--spacing-4);
  border-top-left-radius: var(--radius-5);
  border-top-right-radius: var(--radius-5);
}
@media screen and (min-width: 480px) {
  .woocommerce-tabs .tabs.wc-tabs {
    flex-direction: row;
  }
  .woocommerce-tabs .tabs.wc-tabs li {
    width: auto;
  }
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td::before {
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
  display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
.woocommerce-cart .site-main .woocommerce,
.woocommerce-checkout .site-main .woocommerce .checkout.woocommerce-checkout {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .woocommerce-cart .site-main .woocommerce,
  .woocommerce-checkout .site-main .woocommerce .checkout.woocommerce-checkout {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: var(--spacing-8);
    align-items: start;
  }
  .woocommerce-cart .site-main .woocommerce .woocommerce-notices-wrapper,
  .woocommerce-checkout .site-main .woocommerce .checkout.woocommerce-checkout .woocommerce-notices-wrapper {
    grid-column: span 2;
  }
}

.woocommerce-cart-form,
.cart-collaterals {
  background-color: var(--brand-2);
  color: var(--white);
  border-radius: var(--radius-16);
  padding: var(--spacing-4);
  padding-left: var(--spacing-6);
  margin-bottom: var(--spacing-8);
}

.woocommerce-cart-form .coupon {
  display: none;
}

.shop_table.shop_table_responsive.cart {
  display: block;
  width: 100%;
}
.shop_table.shop_table_responsive.cart tbody,
.shop_table.shop_table_responsive.cart tr,
.shop_table.shop_table_responsive.cart th,
.shop_table.shop_table_responsive.cart td {
  display: block;
}
.shop_table.shop_table_responsive.cart .thead,
.shop_table.shop_table_responsive.cart tfoot {
  display: none;
}
.shop_table.shop_table_responsive.cart tr {
  position: relative;
  margin-top: 16px;
}
.shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item.cart_item {
  display: grid;
  grid-template-columns: minmax(60px, 90px) 1fr;
  gap: var(--spacing-2);
  border-top: 1px solid var(--grey-600);
  padding: var(--spacing-5) var(--spacing-1) var(--spacing-1);
}
.shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item.cart_item:nth-of-type(1) {
  border-top: 0;
}
@media screen and (min-width: 768px) {
  .shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item.cart_item {
    gap: var(--spacing-5);
    grid-template-columns: minmax(60px, 90px) 1fr 120px 120px;
  }
}
.shop_table.shop_table_responsive.cart .product-thumbnail {
  max-width: 90px;
  min-width: 60px;
  order: 1;
  position: relative;
}
.shop_table.shop_table_responsive.cart .product-name {
  order: 2;
  text-align: left;
}
.shop_table.shop_table_responsive.cart .product-name a {
  font-size: var(--fs-fox);
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}
.shop_table.shop_table_responsive.cart .product-name a:hover, .shop_table.shop_table_responsive.cart .product-name a:focus {
  text-decoration: underline;
}
.shop_table.shop_table_responsive.cart .product-name .variation {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.shop_table.shop_table_responsive.cart .product-name .variation dd {
  margin-left: var(--spacing-1);
  margin-bottom: var(--spacing-1);
}
.shop_table.shop_table_responsive.cart .product-name .variation dd p {
  margin: 0;
}
.shop_table.shop_table_responsive.cart .product-quantity {
  order: 4;
  justify-self: end;
}
@media screen and (min-width: 768px) {
  .shop_table.shop_table_responsive.cart .product-quantity {
    order: 3;
    justify-self: unset;
  }
}
.shop_table.shop_table_responsive.cart .product-quantity .quantity {
  display: flex;
  height: 100%;
}
.shop_table.shop_table_responsive.cart .product-quantity .quantity input {
  --size: 35px;
  border-radius: 0;
  padding: var(--spacing-1);
  text-align: center;
  margin: 0;
  width: var(--size);
  height: var(--size);
  color: var(--black);
  border: 1px solid var(--black);
}
.shop_table.shop_table_responsive.cart .product-quantity .quantity button {
  --btn-size: 35px;
  width: var(--btn-size);
  height: var(--btn-size);
  padding: var(--spacing-1);
  border-radius: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--brand-1);
  color: var(--white);
  border: 1px solid var(--brand-1);
}
.shop_table.shop_table_responsive.cart .product-quantity input[type=number]::-webkit-outer-spin-button,
.shop_table.shop_table_responsive.cart .product-quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shop_table.shop_table_responsive.cart .product-quantity input[type=number] {
  -moz-appearance: textfield;
}
.shop_table.shop_table_responsive.cart .product-subtotal {
  order: 3;
  display: inline-block;
  font-size: var(--fs-fox);
  color: var(--white);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .shop_table.shop_table_responsive.cart .product-subtotal {
    order: 4;
    text-align: right;
  }
}
.shop_table.shop_table_responsive.cart .product-price {
  display: none;
}
.shop_table.shop_table_responsive.cart .product-remove {
  position: absolute;
  border: none;
  left: -12px;
  top: -12px;
}
.shop_table.shop_table_responsive.cart .product-remove .remove {
  --size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size);
  height: var(--size);
  background-color: var(--alert);
  color: var(--white);
  border-radius: 50%;
  text-decoration: none;
  font-weight: 700;
}

.cart-collaterals .shop_table.shop_table_responsive tr {
  font-size: var(--fs-fox);
}
.cart-collaterals .shop_table.shop_table_responsive tr th,
.cart-collaterals .shop_table.shop_table_responsive tr td {
  border-bottom: 1px solid var(--brand-2);
  padding: var(--spacing-2);
}
.cart-collaterals .shop_table.shop_table_responsive tr td {
  text-align: right;
}
.cart-collaterals .shop_table.shop_table_responsive .woocommerce-shipping-methods {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cart-collaterals .shop_table.shop_table_responsive .woocommerce-shipping-methods input {
  margin-right: var(--spacing-2);
}

/* Shop Archive */
.woocommerce-loop-product__title {
  font-size: var(--fs-fox);
  font-family: var(--font-heading);
  text-align: center;
  text-decoration: none;
  padding-bottom: 20px;
}

.woocommerce-loop-product__title a {
  color: black;
  text-decoration: none;
}

.product_type_simple,
.product_type_variable {
  margin: 0 auto;
}

.archive-shop-categories {
  margin-bottom: 40px;
  background-color: var(--brand-1);
  text-align: center;
  padding: 20px 0px;
  display: flex;
  color: var(--white);
}

.category-title {
  text-align: center;
}

.shop-categories-container {
  max-width: 1024px;
  margin: 0 auto;
}

.category-seperator {
  padding: 0px 20px;
}

.archive-shop-categories a {
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 2;
}

/* Single Product */
.single-product-page {
  margin: 40px 0px;
}
@media only screen and (min-width: 1024px) {
  .single-product-page {
    margin: 80px 0px;
  }
}

.product_title {
  font-size: var(--fs-wolf);
  font-family: var(--font-heading);
}

.product-price {
  font-size: var(--fs-dog);
  text-align: left;
  color: var(--brand-1);
}

.price {
  font-size: var(--fs-dog);
  text-align: center;
}

.product-more {
  padding-bottom: 20px;
}

table.variations .value select {
  margin-bottom: 0px;
  border: 1px solid black;
  padding: 7px 20px 7px 7px;
  background-position: 96%;
}

.woocommerce {
  display: flex !important;
  flex-direction: column !important;
}

.cart-collaterals,
.woocommerce-cart-form {
  width: 100%;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.wc-block-components-notice-banner.is-success {
  background-color: transparent !important;
  border-color: transparent !important;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  cursor: pointer;
}

/* Cart */
.woocommerce-cart-form__cart-item td,
.actions {
  border: none !important;
}

.shop_table th {
  background-color: var(--brand-1);
  color: var(--white);
}

.minus-btn,
.plus-btn {
  background-color: red;
  border-radius: 0px !important;
  color: var(--white) !important;
  cursor: pointer;
}

/* Checkout */
.woocommerce .breadcrumb {
  display: none;
}

.checkout.woocommerce-checkout {
  display: flex !important;
  flex-direction: column !important;
}

#customer_details {
  background-color: var(--grey-200);
  border-radius: var(--radius-16);
  padding: var(--spacing-4);
  padding-left: var(--spacing-6);
  margin-bottom: var(--spacing-8);
  width: 100%;
}

.woocommerce-checkout-review-order {
  color: var(--white);
  background-color: var(--brand-2);
  border-radius: var(--radius-16);
  padding: var(--spacing-4);
  padding-left: var(--spacing-6);
  margin-bottom: var(--spacing-8);
}

.woocommerce-checkout-payment {
  color: var(--white);
  background-color: var(--brand-2);
  border-radius: var(--radius-16);
  padding: var(--spacing-4);
  padding-left: var(--spacing-6);
  margin-bottom: var(--spacing-8);
}

.woocommerce-checkout-review-order {
  text-align: left;
  width: 100%;
}

.woocommerce-checkout-review-order th,
.woocommerce-checkout-review-order td {
  padding: 16px;
  border: 1px solid black;
}

.woocommerce-checkout-review-order th {
  background-color: var(--brand-1);
  color: var(--white);
}

.wc-block-components-notice-banner.is-info {
  background-color: transparent !important;
  border: none;
}

.wc-block-components-notice-banner.is-info a {
  color: black;
}

.wc-block-components-notice-banner.is-info > svg {
  background-color: var(--brand-1) !important;
}

#shipping_method {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.alg-product-input-fields-table tbody tr {
  display: flex;
  flex-direction: column;
}
.alg-product-input-fields-table tbody tr td {
  padding: var(--spacing-2) 0;
}
.alg-product-input-fields-table tbody tr td label {
  font-weight: 700;
}

/*
Theme Name: Nuska

WooCommerce styles override
*/
/**
 * Shop tables
 */
.ishtar-shop-page .site-main {
  overflow-x: visible;
}

table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td::before {
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
  display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
ul.products {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}

ul.products li.product {
  display: block;
  list-style-type: none;
  position: relative;
  margin-top: var(--spacing-8);
  margin-bottom: var(--spacing-8);
}

ul.products li.product .button {
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  ul.products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: var(--spacing-4);
  }
}
@media screen and (min-width: 768px) {
  ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
}
/**
 * Single product
 */
.single-product div.product {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
.woocommerce-checkout-review-order-table {
  border-collapse: collapse;
}

.wc_payment_methods {
  list-style: none;
  padding: 0;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}

.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: var(--brand-2);
  color: var(--white);
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: var(--white);
  color: var(--black);
  padding: var(--spacing-3);
}

.woocommerce-error {
  background-color: var(--brand-1);
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
  * Header cart
  */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart,
  .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/* Shop Archive */
.woocommerce-loop-product__title {
  font-size: var(--fs-fox);
  font-family: var(--font-heading);
  text-align: center;
  text-decoration: none;
  padding-bottom: 20px;
}

.woocommerce-loop-product__title a {
  color: black;
  text-decoration: none;
}

.product_type_simple,
.product_type_variable {
  margin: 0 auto;
}

.archive-shop-categories {
  margin-bottom: 40px;
  background-color: var(--brand-1);
  text-align: center;
  padding: 20px 0px;
  display: flex;
  color: var(--white);
}

.category-title {
  text-align: center;
}

.shop-categories-container {
  max-width: 1024px;
  margin: 0 auto;
}

.category-seperator {
  padding: 0px 20px;
}

.archive-shop-categories a {
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 2;
}

/* Single Product */
.single-product-page {
  margin: 40px 0px;
}
@media only screen and (min-width: 1024px) {
  .single-product-page {
    margin: 80px 0px;
  }
}
.single-product-page.single-product-page--hospitality {
  margin-top: 0;
}
.single-product-page.single-product-page--hospitality .site-main {
  overflow: initial;
}

.product_title {
  font-size: var(--fs-bear);
  font-family: var(--font-heading);
}

.merchrcust-title-personlise {
  font-size: var(--fs-dog);
}

.product-price {
  font-size: var(--fs-dog);
  text-align: left;
  color: var(--brand-1);
  font-weight: 700;
}

.price {
  font-size: var(--fs-cat);
  text-align: center;
  font-weight: 600;
}

.product-more {
  padding-bottom: 20px;
}

table.variations .value select {
  margin-bottom: 0px;
  border: 1px solid black;
  padding: 7px 20px 7px 7px;
  background-position: 96%;
}

.woocommerce {
  display: flex !important;
  flex-direction: column !important;
}

.cart-collaterals,
.woocommerce-cart-form {
  width: 100%;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.wc-block-components-notice-banner.is-success {
  background-color: transparent !important;
  border-color: transparent !important;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  cursor: pointer;
}

/* Cart */
.cart-collaterals {
  background-color: transparent;
  padding: 0;
}

.shop_table.shop_table_responsive {
  background-color: var(--brand-2);
  color: var(--white);
}

.shop_table th {
  background-color: var(--brand-4);
  color: var(--black);
}

/* Checkout */
.woocommerce .breadcrumb {
  display: none;
}

.checkout.woocommerce-checkout {
  display: flex !important;
  flex-direction: column !important;
}

#customer_details,
.extra-fields {
  color: var(--white);
  background-color: var(--brand-2);
  border-radius: var(--radius-16);
  padding: var(--spacing-4);
  padding-left: var(--spacing-6);
  margin-bottom: var(--spacing-8);
  width: 100%;
}

.woocommerce-checkout-review-order {
  border-radius: var(--radius-16);
  margin-bottom: var(--spacing-8);
}

.woocommerce-checkout-payment {
  background-color: var(--brand-2);
  color: var(--white);
  border-radius: var(--radius-16);
  padding: var(--spacing-4);
  padding-left: var(--spacing-6);
  margin-bottom: var(--spacing-8);
}

.woocommerce-checkout-review-order {
  text-align: left;
  width: 100%;
}

.woocommerce-checkout-review-order th,
.woocommerce-checkout-review-order td {
  padding: 16px;
  border: 1px solid black;
}

.woocommerce-checkout-review-order th {
  background-color: var(--brand-4);
  color: var(--black);
}

.wc-block-components-notice-banner.is-info {
  background-color: transparent !important;
  border: none;
}

.wc-block-components-notice-banner.is-info a {
  color: black;
}

.wc-block-components-notice-banner.is-info > svg {
  background-color: var(--brand-1) !important;
}

#shipping_method {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.splide--hospitality-banner img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.platinum-dining-block {
  background: #fff;
  transition: all 200ms ease;
  padding: 25px 30px 8px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid var(--brand-1);
}

.platinum-dining-block > a {
  display: block;
  color: #000;
  text-decoration: none;
}

.platinum-dining-block .platinum-dining-block__date p {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgb(153, 153, 153) !important;
  border-bottom: 1px solid rgb(153, 153, 153);
  padding-bottom: 16px;
}

.platinum-dining-block .platinum-dining-block__date p span.day {
  color: #000;
  font-size: 32px;
}

.platinum-dining-block .platinum-dining-block__actions {
  display: block;
}

.platinum-dining-block .platinum-dining-block__actions .button {
  display: none;
}

.platinum-dining-block .platinum-dining-block__actions .chevron {
  display: none;
}

.platinum-dining-block .platinum-dining-block__actions .button:hover {
  background-color: var(--brand-2);
  transition: all 200ms ease;
}

@media screen and (min-width: 700px) {
  .platinum-dining-block {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 30px;
    align-content: center;
    align-items: center;
    padding-left: 0;
  }
  .platinum-dining-block .platinum-dining-block__date p {
    border-right: 1px solid rgb(153, 153, 153);
    border-bottom: none;
  }
  .platinum-dining-block .platinum-dining-block__actions .chevron {
    display: block;
    color: #000;
  }
}
@media screen and (min-width: 1440px) {
  .platinum-dining-block {
    display: grid;
    grid-template-columns: 90px 1fr;
  }
  .platinum-dining-block .platinum-dining-block__actions .button {
    display: block;
    color: #fff;
    text-align: center;
    background-color: var(--brand-1);
    padding: 12px 20px;
    border-radius: 5px;
    font-family: var(--font-sans);
  }
  .platinum-dining-block .platinum-dining-block__actions .chevron {
    display: none;
  }
}
.cart.grouped_form {
  background-color: var(--grey-200);
  padding: var(--spacing-4);
  margin-top: 30px;
}

.woocommerce-grouped-product-list.group_table .tbody .woocommerce-grouped-product-list-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 var(--spacing-3);
  align-items: center;
  margin-bottom: var(--spacing-5);
}
.woocommerce-grouped-product-list.group_table .tbody .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__label {
  grid-column: 1/-1;
  margin-bottom: var(--spacing-2);
}
.woocommerce-grouped-product-list.group_table .tbody .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__label label {
  font-weight: 700;
  font-size: var(--fs-wolf);
  font-family: var(--font-heading);
}
.woocommerce-grouped-product-list.group_table .tbody .woocommerce-grouped-product-list-item .woocommerce-Price-amount.amount {
  font-weight: 700;
}

/* ---------------------------------------
Component Styles
------------------------------------------ */
.footer-main {
  padding: 40px 0px;
  background-color: var(--grey-900);
  color: var(--white);
}
.footer-main p {
  margin: 0;
}
.footer-main .footer-alt-logo {
  text-align: center;
  display: flex;
  justify-content: center;
}
.footer-main .social-media-menu {
  padding-top: 40px;
  justify-content: center;
}
.footer-main .footer-featured-sponsors {
  display: flex;
  justify-content: space-between;
  align-items: center;
  filter: brightness(0) invert(1);
}
.footer-main .footer-featured-sponsors img {
  max-width: 96px;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .footer-main .footer-featured-sponsors {
    margin-top: 46px;
  }
  .footer-main .footer-featured-sponsors img {
    max-width: 166px;
    height: 100%;
  }
}
.footer-main .footer-sponsors {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  filter: brightness(0) invert(1);
  flex-wrap: wrap;
  gap: 20px;
}
.footer-main .footer-sponsors img {
  max-width: 60px;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .footer-main .footer-sponsors img {
    max-width: 70px;
    height: 100%;
  }
}

.footer-image {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 40px;
}
.footer-image a {
  display: block;
  max-width: 300px;
}
@media screen and (min-width: 1024px) {
  .footer-image {
    padding-bottom: 0px;
  }
}

.footer-bottom {
  padding: 16px 0px;
  background-color: var(--brand-1);
  color: var(--white);
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom ul,
.footer-bottom ol {
  margin: 0px;
}
.footer-bottom ul li:not(.splide__slide) {
  padding-left: 0px;
}
.footer-bottom .footer-bottom-logo {
  display: flex;
  justify-content: center;
  text-align: center;
}
.footer-bottom .footer-bottom-logo img {
  max-width: 60px;
}
@media screen and (min-width: 1024px) {
  .footer-bottom .footer-bottom-logo img {
    max-width: 100px;
  }
}
.footer-bottom .footer-bottom-content {
  display: flex;
  align-items: center;
}
.footer-bottom .footer-bottom-content .footer-menu-column-one ul,
.footer-bottom .footer-bottom-content .footer-menu-column-two ul {
  list-style: none;
  padding: 0;
}
.footer-bottom .footer-bottom-content .footer-menu-column-one ul a,
.footer-bottom .footer-bottom-content .footer-menu-column-two ul a {
  color: var(--white);
  text-decoration: none;
  font-size: var(--fs-body-mouse);
}
@media screen and (min-width: 1024px) {
  .footer-bottom .footer-bottom-content .footer-menu-column-one ul a,
  .footer-bottom .footer-bottom-content .footer-menu-column-two ul a {
    font-size: var(--fs-body-fox);
  }
}
.footer-bottom .footer-bottom-content .footer-menu-column-two ul {
  text-align: right;
}
.footer-bottom .footer-menu-column-one,
.footer-bottom .footer-bottom-logo,
.footer-bottom .footer-menu-column-two {
  flex: 1;
}
.footer-bottom .footer-credit {
  justify-content: center;
  text-align: center;
  padding-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.footer-bottom .footer-credit a {
  color: var(--white);
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .footer-bottom .footer-credit {
    flex-direction: row;
    gap: 20px;
  }
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  outline: none;
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide--draggable > .splide__slider > .splide__track,
.splide--draggable > .splide__track {
  -webkit-user-select: none;
  user-select: none;
}

.splide--fade > .splide__slider > .splide__track > .splide__list,
.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide,
.splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active,
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list,
.splide--ttb.is-active > .splide__track > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover {
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide,
.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active,
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide:focus,
.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination,
.splide--ttb > .splide__slider > .splide__pagination {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__slide--has-video {
  cursor: pointer;
}

.splide__slide--has-video:hover .splide__video__play {
  opacity: 1;
}

.splide__slide__container--has-video {
  cursor: pointer;
  position: relative;
}

.splide__slide__container--has-video:hover .splide__video__play {
  opacity: 1;
}

.splide__video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.splide__video__wrapper {
  background: #000;
  height: inherit;
  width: inherit;
}

.splide__video__wrapper div,
.splide__video__wrapper iframe,
.splide__video__wrapper video {
  height: 100%;
  width: 100%;
}

.splide__video__play {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  left: 50%;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.1s linear;
  width: 40px;
}

.splide__video__play:after {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 9px 0 9px 17px;
  content: "";
  display: inline-block;
  margin-left: 4px;
}

.video-container {
  margin-block: var(--spacing-10);
  padding-left: var(--spacing-10);
  padding-right: var(--spacing-10);
}
@media screen and (min-width: 1024px) {
  .video-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.video-container video {
  max-width: 100%;
  height: auto;
}
.video-container .runtime {
  display: inline-block;
  padding: var(--spacing-1) var(--spacing-2);
  background-color: var(--grey-200);
}

.members-poster {
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .members-poster {
    aspect-ratio: 16/9;
  }
}
.members-poster .members-poster__overlay {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: var(--spacing-5);
  background-color: rgba(0, 0, 0, 0.5);
}
.members-poster .overlay {
  background-color: var(--brand-2);
  padding: var(--spacing-10) var(--spacing-5);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.members-poster .overlay-message {
  color: var(--white);
}
.members-poster .overlay-message p {
  font-size: var(--fs-dog);
  margin-top: 0;
  font-weight: 700;
}
.members-poster .overlay-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .members-poster .overlay-actions {
    flex-direction: row;
  }
}

.salford-video-player {
  position: relative;
  font-size: 0;
  overflow: hidden;
  width: 100%;
}
.salford-video-player .salford-video-player__play-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--fs-elephant);
  color: var(--white);
  text-align: center;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.49);
  transition: all 250ms var(--ease-1);
  cursor: pointer;
}
.salford-video-player .salford-video-player__play-button svg {
  fill: var(--white);
  width: var(--fs-elephant);
  height: var(--fs-elephant);
}
.salford-video-player .salford-video-player__play-button i {
  cursor: pointer;
}
.salford-video-player .salford-video-player__play-button.playing {
  display: none;
}
.salford-video-player:hover .salford-video-player__play-button {
  scale: 1.05;
}
.salford-video-player .salford-video-player__video {
  width: 100%;
}
.salford-video-player .salford-video-player__button,
.salford-video-player .salford-video-fullscreen__button {
  background: none;
  border: 0;
  line-height: 1;
  color: var(--white);
  font-size: var(--fs-cat);
  text-align: center;
  outline: 0;
  padding: 0;
  cursor: pointer;
  max-width: 50px;
  transition: all 250ms var(--ease-1);
}
.salford-video-player .salford-video-player__button svg,
.salford-video-player .salford-video-fullscreen__button svg {
  fill: var(--white);
  width: 16px;
  height: 16px;
}
.salford-video-player .salford-video-player__button:hover,
.salford-video-player .salford-video-fullscreen__button:hover {
  scale: 1.1;
}
.salford-video-player .salford-video-player__slider {
  width: 10px;
  height: 30px;
}
.salford-video-player .salford-video-player__controls {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(100%) translateY(-5px);
  transition: all 0.3s;
  flex-wrap: wrap;
  background: var(--black);
}
.salford-video-player:hover .salford-video-player__controls {
  transform: translateY(0);
}
.salford-video-player .salford-video-player__controls > * {
  flex: 1;
}
.salford-video-player .salford-video-player__time {
  display: flex;
}
.salford-video-player .salford-video-player__time p {
  color: var(--white);
  font-size: var(--fs-cat);
  margin: 0;
}
.salford-video-player .progress {
  flex: 1 0 100%;
  position: relative;
  display: flex;
  height: 5px;
  transition: height 0.3s;
  background: var(--grey-300);
  cursor: ew-resize;
  margin: 0;
}
.salford-video-player .progress__filled {
  width: 0;
  background: var(--brand-1);
  flex: 0;
  flex-basis: 0;
}
.salford-video-player .salford-video-player__volume {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
}
.salford-video-player .salford-video-player__volume .fas.fa-volume-up {
  color: var(--white);
  font-size: var(--fs-cat);
  margin-right: var(--spacing-4);
}
.salford-video-player input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
  margin: 0 5px;
  max-width: 100px;
  border: none;
}
.salford-video-player input[type=range]:focus {
  outline: none;
}
.salford-video-player input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1.3px;
  border: 0.2px solid rgba(1, 1, 1, 0);
}
.salford-video-player input[type=range]::-webkit-slider-thumb {
  height: 6px;
  width: 6px;
  border-radius: 50px;
  background: var(--brand-1);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.salford-video-player input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: #ffffff;
  border-radius: 1.3px;
  border: 0.2px solid rgba(1, 1, 1, 0);
}
.salford-video-player input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  height: 5px;
  width: 5px;
  border-radius: 50px;
  background: var(--brand-1);
  cursor: pointer;
}

/* This css is only applied when fullscreen is active. */
.salford-video-player:fullscreen {
  max-width: none;
  width: 100%;
}

.salford-video-player:-webkit-full-screen {
  max-width: none;
  width: 100%;
}

.related-videos {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-5);
}
@media screen and (min-width: 480px) {
  .related-videos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  }
}

.rdtv-items {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-5);
  margin-block: var(--spacing-10);
}
@media screen and (min-width: 768px) {
  .rdtv-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}
.rdtv-items article {
  display: flex;
}

.rdtv-item a {
  transition: all 250ms var(--ease-1);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rdtv-item a:hover {
  scale: 1.05;
}

.rdtv-thumbnail img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.rdtv-video video {
  width: 100%;
}

.rdtv-item {
  position: relative;
}

.rdtv-info {
  margin-top: -7px;
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  padding: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.rdtv-title {
  font-family: var(--font-heading);
  font-size: var(--fs-cat);
  font-weight: 700;
}
@media screen and (min-width: 480px) {
  .rdtv-title {
    font-size: var(--fs-dog);
  }
}

.rdtv-buttons {
  display: flex;
  gap: 12px;
  font-size: var(--fs-mouse);
  padding-top: 10px;
  margin-top: auto;
}

.rdtv-watch,
.rdtv-time {
  display: flex;
  align-items: center;
}

.rdtv-small {
  padding-left: 4px;
}

.red-tv-button {
  padding-top: 10px;
  text-align: center;
}

.video-slide {
  display: flex;
  height: 100%;
}

.video-slide a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.video-slider__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slider-progress {
  background: transparent;
  padding-top: var(--spacing-8);
}

.slider-progress-bar {
  background: var(--black);
  height: 2px;
  transition: width 400ms ease;
  width: 0;
}

.videos-container {
  --gutter-width: calc((100% - 1024px) / 2);
  padding-inline: var(--spacing-10);
}
@media screen and (min-width: 1024px) {
  .videos-container {
    padding-right: 0;
    margin-left: auto;
    max-width: calc(100% - var(--gutter-width));
  }
}

.video-slider .splide {
  position: static;
}

.video-slider .splide__track {
  overflow: visible;
}

.video-slider .splide__arrows .splide__arrow {
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 250ms var(--ease-1);
  border-radius: 0;
  padding: var(--spacing-3) var(--spacing-1);
  opacity: 0;
  height: 3.5em;
  width: 3.5em;
}
.video-slider .splide__arrows .splide__arrow:disabled {
  display: none !important;
}
.video-slider .splide__arrows .splide__arrow svg {
  height: 3.5em;
  width: 3.5em;
  fill: var(--white);
}

.video-slider:hover .splide__arrows {
  display: block;
}
.video-slider:hover .splide__arrows .splide__arrow {
  opacity: 1;
}

.video-quick-nav {
  background-color: var(--brand-1);
}
.video-quick-nav .quick-nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: var(--spacing-8);
  overflow: hidden;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--white) var(--brand-1);
  overflow-x: auto;
  overscroll-behavior: contain;
  scroll-snap-type: x mandatory;
}
.video-quick-nav .quick-nav__menu li {
  margin: 0;
  padding: 0;
}
.video-quick-nav .quick-nav__menu li a {
  display: block;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: var(--fs-dog);
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding-block: var(--spacing-2);
}
.video-quick-nav .quick-nav__menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white);
  height: 0;
  transition: height 250ms var(--ease-1);
}
.video-quick-nav .quick-nav__menu li a:hover::after {
  height: 3px;
}

.video-archive-page-header {
  background-size: cover;
}
.video-archive-page-header .video-archive-page-header__overlay {
  padding-block: var(--spacing-20);
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--white);
}

.related-videos-container {
  margin-bottom: var(--spacing-10);
  padding-left: var(--spacing-10);
  padding-right: var(--spacing-10);
}
@media screen and (min-width: 1024px) {
  .related-videos-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.youtube-embed {
  aspect-ratio: 16/9;
  width: 100% !important;
}

.video-title {
  font-size: var(--fs-wolf);
}
@media screen and (min-width: 768px) {
  .video-title {
    font-size: var(--fs-lion);
  }
}

.video-description > div {
  font-size: var(--fs-body-fox);
  margin-bottom: var(--spacing-6);
  line-height: 1.2;
}
.video-description > div a {
  color: var(--brand-1);
  text-decoration: underline;
}
.video-description > div a:hover, .video-description > div a:focus {
  color: var(--brand-2);
}
.video-description > div a:hover, .video-description > div a:active {
  outline: none;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-2);
  background-color: var(--grey-100);
  width: -webkit-fit-content;
  width: fit-content;
  margin: var(--spacing-10) auto;
  padding: var(--spacing-2) var(--spacing-4);
  border-radius: var(--radius-5);
  box-shadow: 0px 3px 8px rgba(163, 163, 163, 0.3);
}
.nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  border: 3px solid transparent;
  transition: all 350ms var(--ease-1);
  border-radius: var(--radius-5);
  padding: var(--spacing-1) var(--spacing-2);
  text-decoration: none;
  color: var(--black);
}
.nav-links .page-numbers:not(.current):hover {
  background-color: var(--white);
}
.nav-links .page-numbers.current {
  background-color: var(--brand-1);
  color: var(--white);
}
.nav-links .next.page-numbers,
.nav-links .prev.page-numbers {
  margin: 0;
}
.nav-links svg {
  height: 1em;
}
.nav-links .dots,
.nav-links .page-numbers:not(.first):not(.last):not(.prev):not(.next):not(.page-numbers--current) {
  display: none;
}
@media screen and (min-width: 768px) {
  .nav-links .dots,
  .nav-links .page-numbers:not(.first):not(.last):not(.prev):not(.next):not(.page-numbers--current) {
    display: inline-flex;
  }
}
/*# sourceMappingURL=main-style.1772463197216.css.map */