@charset "UTF-8";
/*
Theme Name: Design Dojo

WooCommerce styles override
*/
/**
 * 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 {
  content: attr(data-title) ": ";
  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 {
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 48.1%;
  }
  ul.products.columns-3 li.product {
    width: 30.7966666667%;
  }
  ul.products.columns-4 li.product {
    width: 22.15%;
  }
  ul.products.columns-5 li.product {
    width: 16.96%;
  }
  ul.products.columns-6 li.product {
    width: 13.4933333333%;
  }
}
/**
 * Single product
 */
.pdp {
  padding: 0;
  color: #000;
}
.pdp .cart-interested-in {
  margin: 80px 0 0;
  background-color: #f3f3f3;
}
.pdp .single-product-content {
  position: relative;
  z-index: 50;
  margin-top: -200px;
}
.pdp .product-details--inner {
  background-color: #fff;
  padding: 32px;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
}
.pdp .product-details--wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 992px) {
  .pdp .product-details--wrapper {
    gap: 80px;
  }
}
.pdp .single-product-back-btn {
  font-size: 16px;
  padding: 10px 22px;
  background-color: #ce6700;
  color: #fff;
  border-radius: 16px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.pdp .single-product-back-btn svg {
  width: 20px;
}
.pdp .woocommerce-product-gallery__trigger {
  display: none;
}
.pdp__media {
  margin-right: 0;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .pdp__media {
    flex: 0 0 300px;
  }
}
.pdp__media .woocommerce-product-gallery__wrapper img {
  width: 100%;
}
.pdp__media .woocommerce-product-gallery {
  margin: 0;
}
.pdp__summary {
  flex: 1;
}
.pdp__title {
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 6px;
  font-weight: 400;
}
.pdp__subtitle {
  margin-left: 6px;
  font-style: italic;
  color: #1D1D1D;
  font-size: 16px;
}
.pdp__price {
  font-size: 25px;
  font-weight: 700;
  margin: 6px 0 12px;
}
.pdp__price .price {
  color: #000;
  margin: 24px 0;
}
.pdp .quantity {
  display: none !important;
}
.pdp__excerpt {
  color: #1D1D1D;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 32px;
}
.pdp__excerpt p {
  margin: 0;
}
.pdp__excerpt ul {
  padding-left: 20px;
  margin: 0;
}
.pdp__cta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 8px 0 14px;
}
.pdp__cta .single_add_to_cart_button {
  background: #5a43f5;
  color: #fff;
  border-radius: 999px;
  padding: 10px 18px;
  border: 0;
  cursor: pointer;
}
.pdp__cta .btn--ghost,
.pdp__cta .yith-wcwl-add-to-wishlist a,
.pdp__cta .yith-wcwl-add-to-wishlist .add_to_wishlist {
  display: inline-block;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid #d9d9e0;
  background: #fff;
  color: #000;
  text-decoration: none;
  line-height: 1;
}
.pdp__meta {
  font-size: 16px;
  color: #1D1D1D;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pdp__meta-label {
  font-weight: 600;
  margin-right: 6px;
}
.pdp__meta a {
  color: #1D1D1D;
}
.pdp .hero .breadcrumb {
  margin-bottom: 16px;
}
.pdp .hero .breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
.pdp .hero .breadcrumb__item {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
.pdp .hero .breadcrumb__item a {
  color: #fff;
}
.pdp .hero .breadcrumb__item--current {
  font-weight: 600;
}
.pdp .hero .breadcrumb__separator {
  color: #fff;
}
.pdp .hero--single-product h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 32px;
  width: 100%;
  max-width: 380px;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.pdp .hero--single-product h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.pdp .hero--single-product h1::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .pdp .hero--single-product h1 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .pdp .hero--single-product h1 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
.pdp .hero--single-product p {
  font-weight: 400;
  font-size: 20px;
  max-width: 600px;
}
.pdp .hero--single-product__inner-container {
  position: relative;
  z-index: 20;
  text-align: left;
}

/* Tabs block */
.tabs--pdp {
  margin-top: 28px;
  background: #f6f6f7;
  border: 1px solid #ececec;
  border-radius: 8px;
  overflow: hidden;
}
.tabs__nav {
  display: flex;
  gap: 24px;
  padding: 14px 18px;
  list-style: none;
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #ececec;
}
.tabs__nav-item {
  position: relative;
}
.tabs__nav-item.is-active .tabs__link {
  color: #5a43f5;
  font-weight: 700;
}
.tabs__nav-item.is-active .tabs__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 36px;
  height: 3px;
  background: #5a43f5;
  border-radius: 2px;
}
.tabs__link {
  display: inline-block;
  padding: 6px 0;
  color: #1D1D1D;
  text-decoration: none;
}
.tabs__panels {
  padding: 18px;
}
.tabs__panel {
  display: none;
}
.tabs__panel.is-active {
  display: block;
}
.tabs__panel {
  background: #fff;
  border-radius: 6px;
  padding: 16px;
}

.product--items {
  padding: 80px 0;
  overflow: hidden;
}
.product--items h2 {
  font-size: 48px;
  font-weight: 700;
  color: #191919;
  margin: 0 0 66px;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.product--items h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.product--items h2::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .product--items h2 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .product--items h2 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
.product--item .splide__track {
  overflow: visible !important;
}
.product--item .splide-product--item {
  position: relative;
}
.product--item .splide-product--item::before {
  content: "";
  background-color: #f3f3f3;
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}
.product--item.add-ons {
  background-color: #E9E9E9;
  position: relative;
}
.product--item.add-ons::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/08/image-21.png");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
  mix-blend-mode: overlay;
}
.product--item.add-ons h2::before,
.product--item.add-ons h2::after {
  content: unset !important;
}
.product--item.add-ons h3,
.product--item.add-ons p {
  color: #2A2A2A;
}
.product--item.add-ons img {
  height: auto !important;
  width: auto !important;
  margin-bottom: 24px;
}
.product--item.add-ons .product-card__content {
  padding: 0 !important;
  height: calc(100% - 48px);
}
.product--item.add-ons .product-card {
  padding: 24px;
  background-color: #fff;
}
.product--item.add-ons .product-card:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.product--item.add-ons .splide-product--item::before {
  content: unset;
}
.product--item.add-ons .splide__track {
  overflow: hidden !important;
}
.product--item.add-ons .add-on--item li {
  padding-bottom: 8px;
}
.product--item.add-ons .container {
  position: relative;
  z-index: 50;
}
.product-card {
  border: 1px solid #B4B4B4;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.product-card img {
  height: 160px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.product-card__content {
  padding: 16px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 160px);
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
.product-card__content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 48px;
}
.product-card__content h3 a {
  color: #2A2A2A;
}
.product-card__content p {
  margin: 0 0 16px;
}
.product-card__content .amount {
  font-size: 16px;
  font-weight: 700;
  color: #2A2A2A;
  margin: 0;
}
.product-card__content .button {
  font-size: 16px;
  background-color: #594AC8;
  padding: 4px 16px;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
}

.pdp-tabs {
  margin-top: 60px;
}
.pdp-tabs .woocommerce-tabs .wc-tabs {
  display: flex;
  align-items: flex-end;
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0 0 0;
  border-bottom: 1px solid #e6e6e6;
}
.pdp-tabs .woocommerce-tabs .wc-tabs li {
  margin: 0;
  padding: 0;
}
.pdp-tabs .woocommerce-tabs .wc-tabs li a {
  display: block;
  padding: 7px 50px !important;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
  border: 1px solid transparent;
  border-bottom: 0;
  position: relative;
  top: 1px;
  font-size: 16px;
  color: #9C9A99;
  text-transform: uppercase;
}
.pdp-tabs .woocommerce-tabs .wc-tabs li.active a, .pdp-tabs .woocommerce-tabs .wc-tabs li.is-active a {
  background: #f3f3f3;
  border-color: #e6e6e6;
  color: #CE6700;
}
.pdp-tabs .woocommerce-tabs .woocommerce-Tabs-panel {
  border: 1px solid #e6e6e6;
  border-radius: 0 8px 8px 8px;
  margin-top: -1px;
  padding: 20px;
  background: #f3f3f3;
}
.pdp-tabs {
  /* optional: hide the auto “Description” H2 Woo prints inside the first panel */
}
.pdp-tabs .woocommerce-Tabs-panel > h2:first-child {
  display: none;
}

/**
 * Checkout
 */
.woocommerce-checkout .hero--checkout {
  padding: 100px 0 77px;
  margin-bottom: 80px;
}
.woocommerce-checkout .hero--checkout h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 32px;
  width: 100%;
  max-width: 380px;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.woocommerce-checkout .hero--checkout h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.woocommerce-checkout .hero--checkout h1::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .woocommerce-checkout .hero--checkout h1 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .woocommerce-checkout .hero--checkout h1 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
.woocommerce-checkout .hero--checkout p {
  font-weight: 400;
  font-size: 20px;
  max-width: 400px;
}
.woocommerce-checkout .hero--checkout__inner-container {
  position: relative;
  z-index: 20;
  text-align: left;
}
.woocommerce-checkout form.woocommerce-checkout {
  width: 96%;
}
.woocommerce-checkout {
  /* Checkout page only */
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-checkout .c-checkout__title {
  margin: 0 0 1.5rem;
}
.woocommerce-checkout .c-checkout__form .form-row,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row {
  float: none;
  width: 100%;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  column-gap: 16px;
  flex-wrap: wrap;
}
.woocommerce-checkout .c-checkout__form .form-row label,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row label {
  margin: 0;
  font-weight: 500;
  color: #000;
  flex: 0 0 185px;
}
.woocommerce-checkout .c-checkout__form .form-row label small,
.woocommerce-checkout .c-checkout__form .form-row label .optional,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row label small,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row label .optional {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.woocommerce-checkout .c-checkout__form .form-row p,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row p {
  margin: 8px 0 10px;
  width: 100%;
}
.woocommerce-checkout .c-checkout__form .form-row .input-text,
.woocommerce-checkout .c-checkout__form .form-row select,
.woocommerce-checkout .c-checkout__form .form-row textarea,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row .input-text,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row select,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row textarea {
  width: 100%;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  background: #EBEBEB;
  padding: 10px 12px;
  line-height: 1.4;
}
.woocommerce-checkout .c-checkout__form .form-row .input-text:focus,
.woocommerce-checkout .c-checkout__form .form-row select:focus,
.woocommerce-checkout .c-checkout__form .form-row textarea:focus,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row .input-text:focus,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row select:focus,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row textarea:focus {
  outline: 0;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(91, 72, 232, 0.12);
  border-color: rgba(91, 72, 232, 0.6);
}
.woocommerce-checkout .c-checkout__form .form-row .select2-container--default .select2-selection--single,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #EBEBEB;
}
.woocommerce-checkout .c-checkout__form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  padding: 8px 12px;
}
.woocommerce-checkout .c-checkout__form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.woocommerce-checkout .c-checkout__form .form-row .woocommerce-input-wrapper,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .woocommerce-checkout .c-checkout__form .form-row .woocommerce-input-wrapper,
  .woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
    flex: 1;
  }
}
.woocommerce-checkout .c-checkout__form .form-row .clear,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row .clear {
  display: none;
}
@media (min-width: 992px) {
  .woocommerce-checkout .c-checkout__form .c-checkout__customer {
    padding-right: 150px;
  }
}
.woocommerce-checkout .c-checkout__summary .shop_table {
  border: 0;
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-checkout .c-checkout__summary .shop_table th, .woocommerce-checkout .c-checkout__summary .shop_table td {
  border: 0;
  padding: 10px 0;
  vertical-align: top;
}
.woocommerce-checkout .c-checkout__summary .shop_table thead th {
  font-weight: 600;
  padding-bottom: 12px;
  text-align: left !important;
}
.woocommerce-checkout .c-checkout__summary .shop_table tfoot th {
  font-weight: 600;
  text-align: left;
}
.woocommerce-checkout .c-checkout__summary .shop_table tfoot td {
  text-align: left;
}
.woocommerce-checkout .c-checkout__summary .place-order .button {
  width: 100%;
  border-radius: 999px;
  padding: 12px 18px;
  background: #5b48e8;
  border-color: #5b48e8;
  color: #fff;
  transition: filter 0.15s ease;
}
.woocommerce-checkout .c-checkout__summary .place-order .button:hover, .woocommerce-checkout .c-checkout__summary .place-order .button:active, .woocommerce-checkout .c-checkout__summary .place-order .button:focus {
  filter: brightness(0.92);
  color: #fff;
}
.woocommerce-checkout .c-checkout__summary .place-order .button {
  display: block;
}
.woocommerce-checkout .c-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 24px;
}
.woocommerce-checkout .c-card--elevated {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.woocommerce-checkout .c-card__title {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .woocommerce-checkout .c-checkout__form .form-row {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
  .woocommerce-checkout .c-checkout__form .form-row label {
    order: -1;
  }
}
.woocommerce-checkout .woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-payment ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-checkout-payment ul .woocommerce-info {
  padding: 12px;
  color: #fff;
  border-radius: 4px;
  background-color: #ff4545 !important;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > .form-row {
  margin-bottom: 14px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field {
  order: 10;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
  order: 20;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_company_field {
  order: 30;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field {
  order: 40;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field {
  order: 50;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field {
  order: 60;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field {
  order: 70;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field {
  order: 80;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field {
  order: 90;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field {
  order: 100;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field {
  order: 110;
}
.woocommerce-checkout .screen-reader-text {
  position: relative !important;
  width: unset !important;
}
.woocommerce-checkout .woocommerce {
  margin-bottom: 80px;
}
.woocommerce-checkout .woocommerce-error {
  max-width: 1320px !important;
}

/**
 * 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: #0f834d;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

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

.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
.woocommerce-error,
p.no-comments {
  background-color: #FFEA74 !important;
  padding: 16px 24px;
  font-size: 16px;
  color: #2B2B2B;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .woocommerce-info,
  .woocommerce-message,
  .woocommerce-noreviews,
  .woocommerce-error,
  p.no-comments {
    align-items: center;
    flex-direction: row;
  }
}
.woocommerce-info .wc-forward,
.woocommerce-message .wc-forward,
.woocommerce-noreviews .wc-forward,
.woocommerce-error .wc-forward,
p.no-comments .wc-forward {
  font-size: 16px;
  padding: 12px 16px;
  background-color: #ce6700;
  color: #fff;
  border-radius: 16px;
  width: 120px;
  height: 35px;
  line-height: 70%;
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .woocommerce-info .wc-forward,
  .woocommerce-message .wc-forward,
  .woocommerce-noreviews .wc-forward,
  .woocommerce-error .wc-forward,
  p.no-comments .wc-forward {
    width: 100px;
    margin-left: 30px;
    margin-top: 0;
  }
}

.woocommerce-error {
  background-color: #e2401c !important;
  margin: 0 auto 20px;
  padding: 12px 30px;
  list-style: none;
  border-radius: 8px;
  max-width: 1120px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.woocommerce-error a,
.woocommerce-error li {
  color: #fff;
}

.woocommerce-cart-form .button {
  cursor: pointer;
}

.woocommerce-billing-fields h3 {
  display: none;
}

@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%;
}

/**
 * Cart
 */
.page-id-55 .hero--cart,
.page-id-127 .hero--cart {
  padding: 100px 0 77px;
  margin-bottom: 80px;
}
.page-id-55 .hero--cart h1,
.page-id-127 .hero--cart h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 32px;
  width: 100%;
  max-width: 380px;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.page-id-55 .hero--cart h1::after,
.page-id-127 .hero--cart h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.page-id-55 .hero--cart h1::before,
.page-id-127 .hero--cart h1::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .page-id-55 .hero--cart h1,
  .page-id-127 .hero--cart h1 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .page-id-55 .hero--cart h1,
  .page-id-127 .hero--cart h1 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
.page-id-55 .hero--cart p,
.page-id-127 .hero--cart p {
  font-weight: 400;
  font-size: 20px;
  max-width: 400px;
}
.page-id-55 .hero--cart__inner-container,
.page-id-127 .hero--cart__inner-container {
  position: relative;
  z-index: 20;
  text-align: left;
}
.page-id-55 table,
.page-id-127 table {
  color: #2C2C2C !important;
  font-size: 20px;
}
.page-id-55 table td a,
.page-id-127 table td a {
  color: #2C2C2C !important;
}
.page-id-55 table .product-thumbnail,
.page-id-127 table .product-thumbnail {
  text-align: center !important;
}
.page-id-55 table .product-thumbnail::before,
.page-id-127 table .product-thumbnail::before {
  content: unset !important;
}
.page-id-55 tbody .product-name,
.page-id-127 tbody .product-name {
  padding: 48px 24px !important;
}
.page-id-55 tbody .product-price,
.page-id-127 tbody .product-price {
  padding: 48px 24px !important;
}
@media (min-width: 768px) {
  .page-id-55 tbody .product-price,
  .page-id-127 tbody .product-price {
    padding: 48px 57px !important;
  }
}
@media (min-width: 768px) {
  .page-id-55 tbody .product-subtotal,
  .page-id-127 tbody .product-subtotal {
    width: 200px;
  }
}
.page-id-55 tbody .product-quantity,
.page-id-55 tbody .product-subtotal,
.page-id-127 tbody .product-quantity,
.page-id-127 tbody .product-subtotal {
  text-align: center !important;
}
.page-id-55 tbody .product-quantity label,
.page-id-55 tbody .product-subtotal label,
.page-id-127 tbody .product-quantity label,
.page-id-127 tbody .product-subtotal label {
  display: none;
}
.page-id-55 tbody,
.page-id-127 tbody {
  /* Quantity input styling */
}
.page-id-55 tbody .input-text.qty,
.page-id-127 tbody .input-text.qty {
  width: 70px; /* enough for 3–4 digits */
  height: 40px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  appearance: textfield; /* removes default arrows in Chrome/Safari */
  -moz-appearance: textfield; /* removes arrows in Firefox */
  transition: all 0.2s ease-in-out;
}
.page-id-55 tbody .input-text.qty:focus,
.page-id-127 tbody .input-text.qty:focus {
  outline: none;
  border-color: #c56400; /* accent color */
  box-shadow: 0 0 0 2px rgba(197, 100, 0, 0.15);
}
.page-id-55 tbody,
.page-id-127 tbody {
  /* Remove number field arrows on hover/focus in Webkit browsers */
}
.page-id-55 tbody .input-text.qty::-webkit-outer-spin-button,
.page-id-55 tbody .input-text.qty::-webkit-inner-spin-button,
.page-id-127 tbody .input-text.qty::-webkit-outer-spin-button,
.page-id-127 tbody .input-text.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-id-55 tbody,
.page-id-127 tbody {
  /* Optional: adjust disabled state */
}
.page-id-55 tbody .input-text.qty:disabled,
.page-id-127 tbody .input-text.qty:disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}
.page-id-55 .cart-totals-wrap,
.page-id-127 .cart-totals-wrap {
  color: #222;
  margin-bottom: 80px;
}
.page-id-55 .cart-totals-wrap .cart-totals-table,
.page-id-127 .cart-totals-wrap .cart-totals-table {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  max-width: 950px;
  margin: 0 auto;
}
.page-id-55 .cart-totals-wrap .cart-totals-table .cart-subtotal th,
.page-id-55 .cart-totals-wrap .cart-totals-table .cart-subtotal td,
.page-id-127 .cart-totals-wrap .cart-totals-table .cart-subtotal th,
.page-id-127 .cart-totals-wrap .cart-totals-table .cart-subtotal td {
  background: #f4f4f4 !important;
}
.page-id-55 .cart-totals-wrap .cart-totals-table th,
.page-id-55 .cart-totals-wrap .cart-totals-table td,
.page-id-127 .cart-totals-wrap .cart-totals-table th,
.page-id-127 .cart-totals-wrap .cart-totals-table td {
  padding: 22px !important;
  border-top: 1px solid #e6e6e6 !important;
  vertical-align: middle;
}
.page-id-55 .cart-totals-wrap .cart-totals-table th:first-child,
.page-id-55 .cart-totals-wrap .cart-totals-table td:first-child,
.page-id-127 .cart-totals-wrap .cart-totals-table th:first-child,
.page-id-127 .cart-totals-wrap .cart-totals-table td:first-child {
  border-top: 0;
}
.page-id-55 .cart-totals-wrap .cart-totals-table th,
.page-id-127 .cart-totals-wrap .cart-totals-table th {
  width: 32%;
  background: #fff;
  font-weight: 700;
  text-align: left;
  border-right: 1px solid #e6e6e6 !important;
}
.page-id-55 .cart-totals-wrap .cart-totals-table .shipping td p,
.page-id-127 .cart-totals-wrap .cart-totals-table .shipping td p {
  margin: 0 0 6px;
}
.page-id-55 .cart-totals-wrap .cart-totals-table .shipping td a,
.page-id-55 .cart-totals-wrap .cart-totals-table .shipping td .shipping-calculator-button,
.page-id-127 .cart-totals-wrap .cart-totals-table .shipping td a,
.page-id-127 .cart-totals-wrap .cart-totals-table .shipping td .shipping-calculator-button {
  display: inline-block;
  margin-top: 4px;
  font-weight: 700;
}
.page-id-55 .cart-totals-wrap .cart-totals-table .order-total th,
.page-id-55 .cart-totals-wrap .cart-totals-table .order-total td bdi,
.page-id-127 .cart-totals-wrap .cart-totals-table .order-total th,
.page-id-127 .cart-totals-wrap .cart-totals-table .order-total td bdi {
  font-weight: 700;
  font-size: 18px;
}
.page-id-55 .cart-totals-wrap .cart-totals-table .totals-footer td,
.page-id-127 .cart-totals-wrap .cart-totals-table .totals-footer td {
  background: #fafafa;
  text-align: center;
  padding: 26px;
}
.page-id-55 .cart-totals-wrap .checkout-button,
.page-id-127 .cart-totals-wrap .checkout-button {
  border-radius: 999px;
  padding: 12px 24px;
  background: #cf6b00;
  color: #fff !important;
  border: 0;
  text-decoration: none;
  display: inline-block;
}
.page-id-55 .cart-totals-wrap .checkout-button:hover, .page-id-55 .cart-totals-wrap .checkout-button:active,
.page-id-127 .cart-totals-wrap .checkout-button:hover,
.page-id-127 .cart-totals-wrap .checkout-button:active {
  filter: brightness(0.95);
}
@media (max-width: 768px) {
  .page-id-55 .cart-totals-wrap .cart-totals-title,
  .page-id-127 .cart-totals-wrap .cart-totals-title {
    font-size: 32px;
  }
  .page-id-55 .cart-totals-wrap .cart-totals-table th,
  .page-id-127 .cart-totals-wrap .cart-totals-table th {
    width: 40%;
  }
  .page-id-55 .cart-totals-wrap .cart-totals-table th,
  .page-id-55 .cart-totals-wrap .cart-totals-table td,
  .page-id-127 .cart-totals-wrap .cart-totals-table th,
  .page-id-127 .cart-totals-wrap .cart-totals-table td {
    padding: 16px;
  }
}
.page-id-55 .product--item .splide-product--item::before,
.page-id-127 .product--item .splide-product--item::before {
  background-color: #F3F3F3;
}
.page-id-55,
.page-id-127 {
  /* table wrapper */
}
.page-id-55 .cart-table--simple,
.page-id-127 .cart-table--simple {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  overflow: hidden;
}
.page-id-55 .cart-table--simple thead th,
.page-id-127 .cart-table--simple thead th {
  background: #f4f4f4;
  text-align: left;
  padding: 16px 20px;
  font-weight: 600;
}
.page-id-55 .cart-table--simple td,
.page-id-127 .cart-table--simple td {
  padding: 20px;
  border-top: 1px solid #eee;
  vertical-align: middle;
}
.page-id-55 .cart-table--simple .product-thumbnail img,
.page-id-127 .cart-table--simple .product-thumbnail img {
  width: 100px;
  height: auto;
  border-radius: 4px;
}
.page-id-55 .cart-table--simple .coupon,
.page-id-127 .cart-table--simple .coupon {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.page-id-55 .cart-table--simple .coupon-input,
.page-id-127 .cart-table--simple .coupon-input {
  width: 260px;
  height: 42px;
  border: 1px solid #e2e2e2;
  border-radius: 22px;
  padding: 0 16px;
}
.page-id-55 .cart-table--simple .button--coupon,
.page-id-127 .cart-table--simple .button--coupon {
  border-radius: 22px;
  padding: 10px 16px;
}
.page-id-55 .cart-table--simple .button--update,
.page-id-127 .cart-table--simple .button--update {
  float: unset;
  border-radius: 22px;
  padding: 10px 18px;
  background: #c56400;
  color: #fff;
}
.page-id-55 .cart-table--simple .button--update:hover,
.page-id-55 .cart-table--simple .button--update:active,
.page-id-127 .cart-table--simple .button--update:hover,
.page-id-127 .cart-table--simple .button--update:active {
  filter: brightness(0.95);
}
.page-id-55,
.page-id-127 {
  /* space columns like your mock */
}
.page-id-55 .cart-table--simple .col-blank-1,
.page-id-55 .cart-table--simple .col-blank-2,
.page-id-127 .cart-table--simple .col-blank-1,
.page-id-127 .cart-table--simple .col-blank-2 {
  text-align: center !important;
}
.page-id-55 .cart-table--simple .col-blank-1::before,
.page-id-55 .cart-table--simple .col-blank-2::before,
.page-id-127 .cart-table--simple .col-blank-1::before,
.page-id-127 .cart-table--simple .col-blank-2::before {
  content: unset !important;
}
@media (min-width: 768px) {
  .page-id-55 .cart-table--simple .col-blank-1,
  .page-id-55 .cart-table--simple .col-blank-2,
  .page-id-127 .cart-table--simple .col-blank-1,
  .page-id-127 .cart-table--simple .col-blank-2 {
    width: 200px;
  }
}
.page-id-55 .cart-totals-table,
.page-id-127 .cart-totals-table {
  width: 100%;
  border: 1px solid #e7e7e7;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}
.page-id-55 .cart-totals-table th,
.page-id-55 .cart-totals-table td,
.page-id-127 .cart-totals-table th,
.page-id-127 .cart-totals-table td {
  padding: 20px;
  border-top: 1px solid #eee;
  vertical-align: middle;
}
.page-id-55 .cart-totals-table tr:first-child th,
.page-id-55 .cart-totals-table tr:first-child td,
.page-id-127 .cart-totals-table tr:first-child th,
.page-id-127 .cart-totals-table tr:first-child td {
  border-top: 0;
}
.page-id-55 .cart-totals-table th,
.page-id-127 .cart-totals-table th {
  width: 34%;
  background: #f4f4f4;
  font-weight: 700;
  text-align: left;
}
.page-id-55 .cart-totals-table .order-total th,
.page-id-127 .cart-totals-table .order-total th {
  font-weight: 700;
}
.page-id-55 .cart-totals-table .totals-footer td,
.page-id-127 .cart-totals-table .totals-footer td {
  padding: 24px;
  text-align: center;
  background: #fafafa;
}
.page-id-55 .button--pill,
.page-id-127 .button--pill {
  border-radius: 22px;
}
.page-id-55 .button--lg,
.page-id-127 .button--lg {
  padding: 12px 22px;
  font-size: 16px;
}
.page-id-55 .button--primary,
.page-id-127 .button--primary {
  background: #c56400;
  color: #fff;
}
.page-id-55 .button--primary:hover,
.page-id-55 .button--primary:active,
.page-id-127 .button--primary:hover,
.page-id-127 .button--primary:active {
  filter: brightness(0.95);
}
.page-id-55,
.page-id-127 {
  /* Add borders to each cell in cart table */
}
.page-id-55 .cart-table--simple,
.page-id-127 .cart-table--simple {
  width: 100%;
}
.page-id-55 .cart-table--simple th,
.page-id-55 .cart-table--simple td,
.page-id-127 .cart-table--simple th,
.page-id-127 .cart-table--simple td {
  border: 1px solid #ddd; /* Light grey border */
  padding: 12px;
  vertical-align: middle;
}
.page-id-55,
.page-id-127 {
  /* Optional: style header row differently */
}
.page-id-55 .cart-table--simple thead th,
.page-id-127 .cart-table--simple thead th {
  background-color: #f9f9f9;
  font-weight: 600;
}
.page-id-55,
.page-id-127 {
  /* Optional: remove double border on table edges */
}
.page-id-55 .cart-table--simple,
.page-id-127 .cart-table--simple {
  border: 1px solid #DEDEDE;
}
.page-id-55 .cart-totals-sec h2,
.page-id-127 .cart-totals-sec h2 {
  font-size: 48px;
  font-weight: 700;
  color: #191919;
  margin: 0 0 66px;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.page-id-55 .cart-totals-sec h2::after,
.page-id-127 .cart-totals-sec h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.page-id-55 .cart-totals-sec h2::before,
.page-id-127 .cart-totals-sec h2::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .page-id-55 .cart-totals-sec h2,
  .page-id-127 .cart-totals-sec h2 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .page-id-55 .cart-totals-sec h2,
  .page-id-127 .cart-totals-sec h2 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
.page-id-55 .cart-interested-in,
.page-id-127 .cart-interested-in {
  background-color: #F3F3F3;
  padding: 80px 0;
  margin: 80px 0;
}
.page-id-55 .button--coupon,
.page-id-127 .button--coupon {
  background-color: #594AC8;
  color: #fff;
}
.page-id-55 .screen-reader-text,
.page-id-127 .screen-reader-text {
  display: none !important;
}

/**
 * Thank you page
 */
.woocommerce-order-received {
  margin: 0;
}
.woocommerce-order-received .skip-link {
  display: none;
}
.woocommerce-order-received .c-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 48px 32px;
}
.woocommerce-order-received .c-card--elevated {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.woocommerce-order-received .c-card__title {
  margin: 0 0 40px;
  font-size: 25px;
  font-weight: 700;
  color: #2A2A2A;
}
.woocommerce-order-received .woocommerce {
  margin-bottom: 0;
  overflow: hidden;
}
.woocommerce-order-received .shop_table.order_details {
  border: 0;
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-order-received .shop_table.order_details th, .woocommerce-order-received .shop_table.order_details td {
  border: 0;
  padding: 10px 0;
}
.woocommerce-order-received .shop_table.order_details thead th {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 12px;
  text-align: left;
}
.woocommerce-order-received .shop_table.order_details tfoot th {
  font-weight: 600;
}
.woocommerce-order-received .shop_table.order_details tfoot td {
  text-align: left;
}
.woocommerce-order-received .shop_table.order_details .order-total th {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
.woocommerce-order-received .shop_table.order_details .order_item .product-name {
  padding-left: 16px;
}
.woocommerce-order-received .order-confirmation {
  margin-bottom: 80px;
}
.woocommerce-order-received .order-confirmation--wrapper {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .woocommerce-order-received .order-confirmation--wrapper {
    gap: 200px;
    flex-direction: row;
  }
}
.woocommerce-order-received .order-confirmation--wrapper .c-card--elevated {
  flex: 0 0 calc(55% - 100px);
}
.woocommerce-order-received .order-confirmation--wrapper .affiliate-cta-inner {
  flex: 0 0 calc(45% - 100px);
}
.woocommerce-order-received .order-confirmation .join-affiliate-cta {
  background-color: #656891;
  padding: 30px 60px;
  border-radius: 8px;
  position: relative;
}
@media (min-width: 768px) {
  .woocommerce-order-received .order-confirmation .join-affiliate-cta {
    padding: 40px 60px;
  }
}
@media (min-width: 992px) {
  .woocommerce-order-received .order-confirmation .join-affiliate-cta {
    padding: 60px 80px;
  }
}
.woocommerce-order-received .order-confirmation .join-affiliate-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/08/image-19.png");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: 1;
  mix-blend-mode: overlay;
}
.woocommerce-order-received .order-confirmation .join-affiliate-cta h2 {
  font-weight: 700;
  font-size: 38px;
  color: #fff;
  line-height: 100%;
  position: relative;
  z-index: 20;
}
@media (min-width: 992px) {
  .woocommerce-order-received .order-confirmation .join-affiliate-cta h2 {
    font-size: 48px;
  }
}
.woocommerce-order-received .order-confirmation .join-affiliate-cta a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  background-color: #CE6700;
  padding: 16px 30px;
  border-radius: 16px;
  position: relative;
  z-index: 20;
}

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