/*
 * VARS
 */
:root {
  --color-white: #fff;
  --color-red: #F94125;
  --color-gold: #FCB32F;
  --color-light-gray: #e1e1e1;
  --color-superlight-gray: #ededed;
}

/*
 * SELECTION
 */
::selection {
  background: rgba(0, 0, 0, 0.3);
}

/*
 * HEADER
 */
@media (max-width: 1024px) {
  .elementor-nav-menu--dropdown {
    box-shadow: 0 -2px #fff;
    margin-top: 14px !important;
    padding-bottom: 10px;
  }
  .elementor-nav-menu--dropdown .elementor-item {
    justify-content: right;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    padding: 12px 25px !important;
    background-color: #fff !important;
  }
  .elementor-nav-menu--dropdown .elementor-item > .sub-arrow {
    display: none;
  }
}
@media (min-width: 1025px) {
  .elementor-nav-menu--main .elementor-item {
    font-size: 18px !important;
  }
  .elementor-nav-menu--main .elementor-item > .sub-arrow {
    display: none;
  }
  .elementor-nav-menu--main .elementor-item.has-submenu {
    transition: none;
  }
  .elementor-nav-menu--main .elementor-item.has-submenu.highlighted {
    background-color: transparent;
  }
  .elementor-nav-menu--main .sub-menu {
    opacity: 0 !important;
    transition: opacity 150ms ease;
    border-radius: 15px;
    border: 1px solid #000 !important;
    padding: 10px 0 !important;
  }
  .elementor-nav-menu--main .sub-menu .elementor-sub-item {
    padding: 10px 16px !important;
    color: #000 !important;
    border: none !important;
    text-transform: none !important;
  }
  .elementor-nav-menu--main .sub-menu .elementor-sub-item:hover {
    background-color: transparent !important;
  }
  .elementor-nav-menu--main .elementor-item.has-submenu.highlighted + .sub-menu {
    opacity: 1 !important;
    display: block;
  }
  .elementor-nav-menu--main .menu-item-8452 .elementor-item.has-submenu + .sub-menu {
    column-count: 2;
  }
}
@media (min-width: 1280px) {
  .elementor-nav-menu--main .elementor-item {
    font-size: 20px !important;
  }
}
/* Special links */
.x-menu-tac-link a {
  color: var(--color-red) !important;
}
@media (min-width: 1025px) {
  .x-menu-tac-link a {
    display: block;
    font-family: "DM Sans", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6 !important;
    letter-spacing: -0.3px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--color-red);
    border-radius: 22px 22px 22px 22px;
    padding: 6px 23px 6px 23px !important;
  }
}

.x-menu-samples-link a {
  color: var(--color-red) !important;
}
@media (min-width: 1025px) {
  .x-menu-samples-link a {
    display: block;
    font-family: "DM Sans", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6 !important;
    letter-spacing: -0.3px;
    background-color: var(--color-red);
    color: var(--color-white) !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--color-red);
    border-radius: 22px 22px 22px 22px;
    padding: 6px 23px 6px 23px !important;
  }
}

/* Search */
.x-menu-search {
  display: flex !important;
  align-items: center;
  justify-content: end;
  padding: 0 25px !important;
}
@media (min-width: 1025px) {
  .x-menu-search {
    padding: 0 !important;
  }
}
.x-menu-search a {
  width: 48px;
  height: 48px;
  padding: 0 !important;
  overflow: hidden;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z" /></svg>') center right/auto 28px no-repeat;
  color: transparent !important;
  user-select: none;
}
@media (min-width: 1025px) {
  .x-menu-search a {
    background-position: center;
  }
}

.x-menu-search.is-open a {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12" /></svg>');
}

.x-search-bar {
  flex: 1 0 auto;
  display: none;
}
.x-search-bar input:focus {
  outline: none;
}
@media (min-width: 1025px) {
  .x-search-bar {
    display: block;
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 100%;
    width: 0;
    overflow: hidden;
    transition: width 200ms ease;
  }
}

.x-menu-search.is-open .x-search-bar {
  display: block;
}
@media (min-width: 1025px) {
  .x-menu-search.is-open .x-search-bar {
    width: 35vw;
  }
}

/*
 * CONTACT US FORM
 */
#gform_wrapper_1 {
  --gf-ctrl-outline-color-focus: transparent;
}
#gform_wrapper_1 #gform_1 {
  position: relative;
}
#gform_wrapper_1 .gform_heading {
  display: none;
}
#gform_wrapper_1 input[type=text],
#gform_wrapper_1 input[type=email],
#gform_wrapper_1 select,
#gform_wrapper_1 textarea {
  border: 1px solid var(--color-red);
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
#gform_wrapper_1 input[type=checkbox] {
  border: none;
  background-color: var(--color-red);
}
#gform_wrapper_1 input[type=checkbox]::before {
  color: #fff;
}
#gform_wrapper_1 input[type=checkbox] + .gform-field-label--type-inline {
  cursor: pointer;
  user-select: none;
}
#gform_wrapper_1 .gform-field-label:not(.gform-field-label--type-inline) {
  color: var(--color-red);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  gap: 0;
  align-items: flex-start;
}
#gform_wrapper_1 .gfield_required gfield_required_asterisk {
  font-size: 18px;
  color: var(--color-red);
}
#gform_wrapper_1 .gform-footer {
  justify-content: end;
}
#gform_wrapper_1 #field_submit input {
  display: block;
  background-color: var(--e-global-color-740f2d3);
  font-family: "DM Sans", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.3px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-740f2d3);
  border-radius: 22px 22px 22px 22px;
  padding: 6px 23px 6px 23px;
}
@media (min-width: 1025px) {
  #gform_wrapper_1 #field_1_10 {
    position: absolute;
    top: 0;
    right: 0;
  }
  #gform_wrapper_1 #field_1_1,
  #gform_wrapper_1 #field_1_3,
  #gform_wrapper_1 #field_1_4,
  #gform_wrapper_1 #field_1_7,
  #gform_wrapper_1 #field_1_6 {
    grid-column: 1/8;
  }
  #gform_wrapper_1 #field_1_8,
  #gform_wrapper_1 #field_1_9 {
    grid-column: 1/10;
  }
  #gform_wrapper_1 #field_submit {
    grid-column: span 3;
    justify-content: flex-end;
    align-items: flex-start;
  }
  #gform_wrapper_1 #field_submit input {
    display: block;
    background-color: var(--e-global-color-740f2d3);
    font-family: "DM Sans", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.3px;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-740f2d3);
    border-radius: 22px 22px 22px 22px;
    padding: 6px 23px 6px 23px;
  }
}

/*
 * SAMPLES FORM
 */
#gform_wrapper_2 {
  --gf-ctrl-outline-color-focus: transparent;
}
#gform_wrapper_2 .gform_heading {
  display: none;
}
#gform_wrapper_2 input[type=text],
#gform_wrapper_2 input[type=email],
#gform_wrapper_2 select,
#gform_wrapper_2 textarea {
  border: 1px solid var(--color-red);
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
#gform_wrapper_2 textarea {
  border-radius: 0;
}
#gform_wrapper_2 input[type=checkbox] {
  border: none;
  background-color: var(--color-red);
}
#gform_wrapper_2 input[type=checkbox]::before {
  color: #fff;
}
#gform_wrapper_2 input[type=checkbox] + .gform-field-label--type-inline {
  cursor: pointer;
  user-select: none;
}
#gform_wrapper_2 .gform-field-label:not(.gform-field-label--type-inline) {
  color: var(--color-red);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  gap: 0;
  align-items: flex-start;
}
#gform_wrapper_2 .gfield_required gfield_required_asterisk {
  font-size: 18px;
  color: var(--color-red);
}
#gform_wrapper_2 .gform-footer {
  justify-content: end;
}
#gform_wrapper_2 #field_2_26 {
  display: none;
}
#gform_wrapper_2 #field_2_34 .gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  #gform_wrapper_2 #field_2_34 .gfield_checkbox {
    grid-template-columns: repeat(3, 1fr);
  }
}
#gform_wrapper_2 h2 {
  margin: 0 0 15px 0;
  color: var(--color-gold);
}
#gform_wrapper_2 p:last-child {
  margin: 0;
}
#gform_wrapper_2 #field_submit input {
  display: block;
  background-color: var(--e-global-color-740f2d3);
  font-family: "DM Sans", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.3px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-740f2d3);
  border-radius: 22px 22px 22px 22px;
  padding: 6px 23px 6px 23px;
}
@media (min-width: 1025px) {
  #gform_wrapper_2 #field_submit {
    justify-content: flex-end;
    align-items: flex-start;
  }
}

/* Materials component */
.x-samples-form-materials-title {
  color: var(--color-red);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}

.x-samples-form-materials-description {
  font-size: 16px;
  margin-bottom: 16px;
}

.x-samples-form-materials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 981px) {
  .x-samples-form-materials {
    grid-template-columns: repeat(5, 1fr);
  }
}

.x-samples-form-material {
  cursor: pointer;
  padding: 10px;
  border-radius: 15px;
  background-color: #f8f8f8;
  border: 1px solid transparent;
  user-select: none;
}
.x-samples-form-material.is-selected {
  border-color: var(--color-red);
}

.x-samples-form-material__image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border-radius: 15px !important;
  overflow: hidden;
  display: block;
  margin-bottom: 12px;
  pointer-events: none;
}

.x-samples-form-material__name {
  font-size: 14px;
}

/*
 * FOOTER NEWSLETTER FORM
 */
#gform_wrapper_3 {
  --gf-ctrl-outline-color-focus: transparent;
}
#gform_wrapper_3 #gform_3 {
  position: relative;
}
#gform_wrapper_3 .gform_heading {
  display: none;
}
#gform_wrapper_3 .gform_fields {
  gap: 20px;
  max-width: 300px;
}
#gform_wrapper_3 input[type=text],
#gform_wrapper_3 input[type=email],
#gform_wrapper_3 select {
  padding: 12px 15px !important;
  border: 1px solid var(--color-red);
  border-radius: 30px;
  line-height: 1.5 !important;
  font-size: 16px;
  height: auto;
}
#gform_wrapper_3 .gform-field-label {
  display: none;
}
#gform_wrapper_3 .gform-footer {
  display: none;
}
#gform_wrapper_3 #field_submit input {
  display: block;
  background-color: var(--e-global-color-740f2d3);
  font-family: "DM Sans", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.3px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-740f2d3);
  border-radius: 22px 22px 22px 22px;
  padding: 6px 23px 6px 23px;
}

/*
 * TAC BUY FORM
 */
.x-mini-cart {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.x-mini-cart__header {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  color: var(--color-gold);
  margin: 0 0 15px 0;
}

.x-mini-cart__items {
  flex: 0 0 auto;
  border-collapse: separate;
  border: none;
  border-radius: 30px;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .x-mini-cart__items {
    display: block;
  }
}
@media (max-width: 767px) {
  .x-mini-cart__items tr {
    display: flex;
  }
}
.x-mini-cart__items td, .x-mini-cart__items th {
  padding: 5px 10px;
  line-height: 1.3;
  text-align: left;
  font-size: 16px;
  background-color: transparent !important;
  border: 1px solid var(--color-gold) !important;
  border-left-width: 0 !important;
  border-bottom-width: 0 !important;
}
.x-mini-cart__items td:first-child, .x-mini-cart__items th:first-child {
  border-left: none;
}
@media (max-width: 767px) {
  .x-mini-cart__items td, .x-mini-cart__items th {
    padding: 5px;
    font-size: 14px;
  }
  .x-mini-cart__items td:first-child, .x-mini-cart__items th:first-child {
    width: 85px;
    flex: 0 0 auto;
  }
  .x-mini-cart__items td:nth-child(2), .x-mini-cart__items th:nth-child(2) {
    flex: 1 0 0;
  }
  .x-mini-cart__items td:nth-child(3), .x-mini-cart__items th:nth-child(3) {
    width: 92px;
    flex: 0 0 auto;
  }
  .x-mini-cart__items td:nth-child(4), .x-mini-cart__items th:nth-child(4) {
    display: none;
  }
}
.x-mini-cart__items td:first-child {
  border-left-width: 1px !important;
}
.x-mini-cart__items th {
  text-transform: uppercase;
  color: var(--color-gold);
  border-top: none;
  font-weight: bold;
}
.x-mini-cart__items th:first-child {
  border-left-width: 1px !important;
  border-top-left-radius: 22px;
}
.x-mini-cart__items th:last-child {
  width: 120px;
  border-top-right-radius: 22px;
}
@media (max-width: 767px) {
  .x-mini-cart__items th:nth-child(3) {
    border-top-right-radius: 22px;
  }
}
@media (max-width: 767px) {
  .x-mini-cart__items thead,
  .x-mini-cart__items tbody,
  .x-mini-cart__items tfoot {
    display: block;
  }
}
.x-mini-cart__items tfoot td {
  border-bottom-width: 1px !important;
}
.x-mini-cart__items tfoot td:first-child {
  border-bottom-left-radius: 22px;
  text-transform: uppercase;
  color: var(--color-gold);
  font-weight: bold;
}
.x-mini-cart__items tfoot td:last-child {
  border-bottom-right-radius: 22px;
}

.x-mini-cart-item__action {
  display: inline-block !important;
  background-color: transparent !important;
  color: inherit !important;
  padding: 0 !important;
  border: none !important;
  line-height: 1 !important;
  width: 24px !important;
  height: 24px !important;
  background: transparent center/contain no-repeat;
}

.x-mini-cart-item__action--decrease {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M15 12H9m12 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" /></svg>');
}

.x-mini-cart-item__action--increase {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M12 9v6m3-3H9m12 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" /></svg>');
}

.x-mini-cart-item__quantity > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}

.x-mini-cart__footer {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.x-mini-cart__buy-info {
  color: var(--color-red);
}

.x-mini-cart__buy-spacer {
  flex: 1 1 0;
}

.x-mini-cart__buy-btn {
  align-self: flex-start;
  background-color: var(--color-red) !important;
  border-color: var(--color-red) !important;
  margin: 10px 0 0 0;
  width: 100%;
}
.x-mini-cart__buy-btn.is-disabled {
  opacity: 0.4 !important;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .x-mini-cart__buy-btn {
    width: auto;
  }
}

/*
 * WOOCOMMERCE MESSAGES
 */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  color: inherit !important;
  background-color: var(--color-light-gray) !important;
  font-size: 14px;
  width: 100%;
  max-width: 1225px !important;
  margin: 0 auto 25px auto !important;
}
@media (min-width: 768px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    font-size: 16px;
  }
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: inherit !important;
}

/*
 * WOOCOMMERCE CHECKOUT
 */
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce {
  /* Billing */
  /* Shipping */
  /* Additional fields */
  /* Order review */
  /* Payment */
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .col-1 {
  float: none !important;
  width: 100% !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .col-2 {
  float: none !important;
  width: 100% !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce #order_review_heading {
  padding: 0 25px;
  width: 100%;
  max-width: 1275px;
  margin: 0 auto 15px auto;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce #order_review {
  padding: 0 25px 25px 25px;
  width: 100%;
  max-width: 1275px;
  margin: 0 auto;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce h3 {
  margin: 0 0 15px 0;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .form-row {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 0 10px 0 !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce input[type=text],
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce input[type=email],
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce input[type=tel],
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce textarea {
  border: 1px solid var(--color-red);
  border-radius: 6px;
  padding: 8px 6px;
  line-height: 1 !important;
  font-size: 16px;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .select2-selection {
  border: 1px solid var(--color-red) !important;
  border-radius: 6px !important;
  padding: 8px 6px;
  height: auto !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .select2-selection__rendered {
  font-size: 16px !important;
  line-height: 1 !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce label.checkbox {
  line-height: 1;
  font-size: 16px !important;
  user-select: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce label.checkbox span {
  font-size: inherit !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce label.checkbox a {
  font-size: inherit !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce label.checkbox input[type=checkbox] {
  margin: -2px 6px 0 0;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce label.checkbox .optional {
  display: none;
}
@media (min-width: 768px) {
  .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce label.checkbox {
    font-size: 18px !important;
  }
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .woocommerce-billing-fields {
  padding: 25px 25px 0 25px;
  max-width: 1275px;
  margin: 0 auto;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1025px) {
  .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 0 60px;
  }
}
@media (min-width: 1025px) {
  .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce #billing_company_field {
    grid-column: 1/span 2;
  }
}
@media (min-width: 1025px) {
  .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce #x_billing_project_field {
    grid-column: 1/span 2;
  }
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce #ship-to-different-address span {
  font-size: 16px;
  font-weight: normal;
  user-select: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .shipping_address {
  position: relative;
  background: var(--color-superlight-gray);
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .shipping_address h3 {
  padding: 25px 25px 0 25px;
  max-width: 1275px;
  margin: 0 auto 15px auto;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .woocommerce-shipping-fields__field-wrapper {
  padding: 0 25px 25px 25px;
  max-width: 1275px;
  margin: 0 auto 50px auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1025px) {
  .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 0 60px;
  }
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .woocommerce-additional-fields__field-wrapper {
  padding: 0 25px 50px 25px;
  max-width: 1275px;
  margin: 0 auto;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce #order_comments_field {
  margin-bottom: 18px;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .shop_table {
  border: 1px solid var(--color-light-gray) !important;
  border-collapse: collapse !important;
  margin: 0 0 50px 0 !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .shop_table td, .woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .shop_table th {
  border: 1px solid var(--color-light-gray) !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .woocommerce-terms-and-conditions-wrapper {
  margin: 18px 0 0 0;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce #payment {
  background-color: transparent !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .payment_methods {
  padding: 0 !important;
  border: none !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .payment_box {
  background-color: var(--color-superlight-gray) !important;
  color: inherit !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .payment_box::before {
  border-bottom-color: var(--color-superlight-gray) !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .payment_box.payment_method_ppcp-gateway {
  display: none !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .payment_box .wc-payment-form {
  border: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce button[type=submit] {
  float: none !important;
  background-color: var(--e-global-color-740f2d3) !important;
  font-family: "DM Sans", Sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  letter-spacing: -0.3px !important;
  color: #FFFFFF !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: var(--e-global-color-740f2d3) !important;
  border-radius: 22px 22px 22px 22px !important;
  padding: 6px 23px 6px 23px !important;
}

#hs-eu-cookie-confirmation {
  display: none;
}

/*
 * WOOCOMMERCE ORDER RECEIVED
 */
.woocommerce-order-received .woocommerce-order {
  padding: 25px 25px 50px 25px;
  float: none !important;
  width: 100% !important;
  max-width: 1275px;
  margin: 0 auto;
}
.woocommerce-order-received .shop_table {
  border: 1px solid var(--color-light-gray) !important;
  border-collapse: collapse !important;
  margin: 0 0 50px 0 !important;
}
.woocommerce-order-received .shop_table td,
.woocommerce-order-received .shop_table th {
  border: 1px solid var(--color-light-gray) !important;
}
.woocommerce-order-received h2 {
  margin: 0 0 15px 0;
  font-size: 22px !important;
}

/*
 * MATERIALS
 */
@media (max-width: 1024px) {
  .single-materials .page-content > .elementor > .e-con {
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-bottom: 50px !important;
  }
  .single-materials .page-content > .elementor > .e-con h2 {
    font-size: 30px !important;
  }
  .single-materials .page-content > .elementor > .e-con > .e-con-inner > .e-con {
    padding: 25px !important;
  }
  .single-materials .page-content > .elementor > .e-con:first-child {
    padding-top: 25px !important;
  }
  .single-materials .page-content > .elementor > .e-con:first-child > .e-con-inner {
    padding: 0 !important;
    gap: 25px;
  }
  .single-materials .page-content > .elementor > .e-con:first-child > .e-con-inner > .e-con:first-child {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .single-materials .page-content > .elementor > .e-con:first-child > .e-con-inner > .e-con:first-child .elementor-widget-heading .elementor-widget-container {
    margin: 0;
  }
  .single-materials .page-content > .elementor > .e-con:first-child > .e-con-inner > .e-con:last-child {
    padding: 0 !important;
  }
}
/*
 * POSTS
 */
@media (max-width: 1024px) {
  body.single-post .page-content > .elementor > .e-con {
    padding-left: 25px !important;
    padding-right: 25px !important;
    /* Heading widgets */
    /* Text widgets */
    /* Blockquotes */
    /* Galleries */
  }
  body.single-post .page-content > .elementor > .e-con > .e-con-inner > .elementor-widget-heading > .elementor-widget-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.single-post .page-content > .elementor > .e-con > .e-con-inner > .elementor-widget-heading > .elementor-widget-container h2 {
    font-size: 28px !important;
  }
  body.single-post .page-content > .elementor > .e-con > .e-con-inner > .elementor-widget-text-editor > .elementor-widget-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.single-post .page-content > .elementor > .e-con > .e-con-inner > .elementor-widget-blockquote > .elementor-widget-container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  body.single-post .page-content > .elementor > .e-con > .e-con-inner > .elementor-widget-blockquote > .elementor-widget-container .elementor-blockquote__content {
    font-size: 20px;
  }
  body.single-post .page-content > .elementor > .e-con > .e-con-inner > .elementor-widget-gallery > .elementor-widget-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/*
 * BREADCRUMBS
 */
.x-post-breadcrumbs {
  padding-top: 20px;
}

/*
 * PRIVACY BANNER
 */
.cmplz-cookiebanner {
  background-color: #242424 !important;
  color: #fff !important;
  display: flex !important;
  flex-direction: column;
  gap: 0 !important;
  padding: 25px 25px 12px 25px !important;
}
.cmplz-cookiebanner.cmplz-dismissed {
  display: none !important;
}

.cmplz-header,
.cmplz-divider {
  display: none !important;
}

.cmplz-message {
  color: inherit !important;
  margin: 0 0 12px 0 !important;
}
.cmplz-message p:last-child {
  margin-bottom: 0 !important;
}

.cmplz-buttons {
  margin-bottom: 12px !important;
}
.cmplz-buttons .cmplz-accept {
  background-color: var(--e-global-color-740f2d3) !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  letter-spacing: -0.3px !important;
  color: #FFFFFF !important;
  border: 1px solid var(--e-global-color-740f2d3) !important;
  border-radius: 22px !important;
  padding: 6px 23px 6px 23px !important;
}

.cmplz-link {
  color: #fff !important;
}
.cmplz-link.cookie-statement {
  display: none;
}