@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&family=REM:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&family=REM:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&family=REM:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&family=REM:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&family=REM:ital,wght@0,100..900;1,100..900&display=swap");
@media (max-width: 600px) {
  .container.small-flex-class {
    display: flex;
    flex-direction: column; } }

.container .address-column {
  display: flex;
  flex-direction: column;
  margin-right: 100px; }
  .container .address-column .address {
    min-height: 55px; }
  @media (max-width: 600px) {
    .container .address-column {
      margin-right: 0 !important; } }
  @media (max-width: 600px) {
    .container .address-column:first-of-type {
      margin-bottom: 50px; } }
  .container .address-column span {
    font-weight: 500;
    margin-bottom: 20px;
    color: #262626; }
  .container .address-column a {
    display: inline-block;
    margin-top: 30px;
    font-weight: 500 !important;
    font-size: 16px;
    color: #ED1C24;
    transition: all 300ms; }
    @media (max-width: 500px) {
      .container .address-column a {
        margin-top: 15px; } }
    .container .address-column a:hover {
      color: #c61017; }
      .container .address-column a:hover svg {
        left: 5px;
        stroke: #c61017; }
    .container .address-column a svg {
      height: 20px;
      position: relative;
      top: 4px;
      left: 0;
      transition: all 300ms; }

.container .address-image {
  max-width: 260px;
  width: 100%;
  display: flex;
  bottom: -70px;
  position: relative;
  right: -190px; }
  @media (max-width: 1350px) {
    .container .address-image {
      right: -140px; } }
  @media (max-width: 1260px) {
    .container .address-image {
      display: none; } }
  .container .address-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }

.address-single .address-single-flex-div {
  display: flex;
  flex-direction: row;
  margin-top: 20px; }
  .address-single .address-single-flex-div .woocommerce-button {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 10px; }

.address-single .whitespace {
  width: 250px;
  height: 50px;
  display: flex;
  min-height: 50px;
  min-width: 250px; }

.address-single #billing_address_2_field, .address-single #billing_address_2,
.address-single #shipping_address_2_field, .address-single #shipping_address_2 {
  display: none; }

.address-single .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 4px;
  height: 48px;
  line-height: 48px; }

.address-single .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 48px;
  height: 48px;
  padding-left: 15px; }

.address-single .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 11px;
  right: 11px;
  width: 20px; }

.address-single form {
  width: 100%; }

.address-single .form-row {
  width: 100%;
  display: flex; }
  .address-single .form-row label {
    min-width: 250px;
    position: relative;
    top: 10px;
    font-size: 16px;
    color: #262626; }
  .address-single .form-row .required {
    display: none; }
  .address-single .form-row .woocommerce-input-wrapper {
    width: 100%; }
  .address-single .form-row input {
    height: 48px;
    width: 100%;
    min-width: 100%;
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    padding: 0px 15px;
    font-family: "Maven Pro", sans-serif;
    font-size: 16px;
    color: #262626; }
    @media screen and (max-width: 1200px) {
      .address-single .form-row input {
        width: auto; } }
    @media screen and (max-width: 980px) {
      .address-single .form-row input {
        width: 100%; } }
    .address-single .form-row input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #B5B5B5;
      opacity: 1;
      /* Firefox */ }
    .address-single .form-row input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #B5B5B5; }
    .address-single .form-row input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #B5B5B5; }

.select2-container--default .select2-search--dropdown .select2-search__field, .select2-search select2-search--dropdown {
  display: none; }

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #efefef !important; }

.select2-search--dropdown {
  padding: 0 !important; }

.select2-results {
  padding: 10px;
  padding-top: 0; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #ED1C24;
  color: #fff;
  padding: 10px;
  border-radius: 5px; }

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
  padding: 10px;
  border-radius: 5px;
  background-color: white;
  margin: 10px 0; }

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

body {
  padding: 270px 0 0 0;
  margin: 0;
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  max-width: 100vw;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (max-width: 1024px) {
    body {
      padding: 220px 0 0 0; } }
  @media only screen and (max-width: 768px) {
    body {
      padding: 205px 0 0 0; } }
  body.overflow-hidden {
    overflow: hidden !important; }

img {
  max-width: 100%; }

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24; }

.dgwt-wcas-search-input:placeholder-shown {
  text-overflow: ellipsis !important; }

[placeholder] {
  text-overflow: ellipsis; }

::placeholder {
  text-overflow: ellipsis; }

.primary-button {
  height: 50px;
  border-radius: 100px;
  background: #ED1C24;
  color: white;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500; }
  .primary-button:hover {
    background: #c61017;
    font-weight: 500; }

.secondary-button {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #262626;
  transition: all 300ms; }
  .secondary-button:hover {
    color: #ED1C24; }
  .secondary-button:before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='%23ED1C24'/%3E%3Cpath d='M16.3999 15L13.3333 11.9333L14.2666 11L18.2666 15L14.2666 19L13.3333 18.0667L16.3999 15Z' fill='white'/%3E%3C/svg%3E%0A"); }

.block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  z-index: 0; }
  @media only screen and (max-width: 1024px) {
    .block {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 768px) {
    .block {
      margin-bottom: 50px; } }
  .block.no-mb {
    margin-bottom: 0; }
  .block.no-mt {
    margin-top: 0; }
  .block .container {
    width: 100%;
    max-width: 1460px;
    display: flex;
    align-self: center;
    margin: 0 50px;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .block .container {
        margin: 0 20px; } }

h2 {
  font-size: 36px;
  color: #262626;
  line-height: 44px;
  padding: 0;
  margin: 0;
  font-weight: 600;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 22px !important;
      line-height: 30px;
      margin-bottom: 20px; } }

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  padding: 0;
  margin: 0; }

h3 {
  font-size: 18px;
  color: #262626;
  line-height: 26px;
  padding: 0;
  margin: 0;
  font-weight: 600;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 18px !important;
      line-height: 26px;
      margin-bottom: 15px; } }

.woocommerce-error {
  width: -webkit-fill-available; }

.woocommerce-notices-wrapper {
  width: -webkit-fill-available;
  justify-content: center;
  max-width: 1460px;
  display: flex;
  align-self: center;
  margin: 0 50px;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .woocommerce-notices-wrapper {
      margin: 20px 20px 0 20px; } }

.woocommerce-message {
  outline: none !important;
  border-top-color: #ED1C24;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0; }
  .woocommerce-message:before {
    display: none !important; }
  @media screen and (max-width: 768px) {
    .woocommerce-message {
      flex-direction: column !important;
      box-sizing: border-box;
      width: 90vw; } }
  .woocommerce-message a {
    border-radius: 100px !important;
    border: none;
    color: white !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #262626 !important;
    cursor: pointer;
    height: 50px !important;
    padding: 0 30px !important;
    transition: all 300ms !important;
    width: fit-content !important;
    margin-left: 30px !important; }
    @media screen and (max-width: 768px) {
      .woocommerce-message a {
        margin-left: 0 !important;
        margin-top: 20px !important; } }

.empty-cart-centered {
  width: 100%;
  margin-top: 150px;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .empty-cart-centered {
      margin-top: 50px; } }
  @media screen and (max-width: 768px) {
    .empty-cart-centered h2 {
      font-size: 16px !important; } }

header + .block-content {
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    header + .block-content {
      margin-top: 50px; } }
  header + .block-content h3 {
    margin-top: 30px;
    color: #ED1C24; }

.woocommerce {
  width: 100%; }

.dgwt-wcas-st {
  display: flex !important;
  flex-direction: column !important; }

.woocommerce ul.products li.product .price del {
  text-decoration: none;
  position: relative; }
  .woocommerce ul.products li.product .price del:before {
    border-top: 1px solid #000;
    opacity: 0.5;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    left: 0; }

.category-header {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  align-items: center;
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .category-header {
      margin-bottom: 0; } }
  .category-header .image {
    width: 35%; }
  .category-header .text {
    width: 65%; }
  .category-header h1 {
    font-size: 30px;
    font-weight: 600; }

.red-dot {
  background: #ED1C24;
  border-radius: 40px;
  height: 30px;
  width: 30px;
  top: -2px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  text-align: center;
  padding-top: 12px;
  box-sizing: border-box; }

.more-info {
  display: block;
  font-weight: 600;
  margin-top: 35px; }

.category-content {
  display: flex;
  width: 100%;
  gap: 50px;
  flex-direction: row; }
  @media only screen and (max-width: 1024px) {
    .category-content {
      flex-direction: column; } }

.upper-content {
  margin-bottom: 0 !important; }
  .upper-content .container {
    display: flex;
    flex-direction: row;
    gap: 50px; }
    @media only screen and (max-width: 1024px) {
      .upper-content .container {
        flex-direction: column; } }
    @media only screen and (max-width: 768px) {
      .upper-content .container {
        width: calc(100% - 40px) !important; } }
  .upper-content .left-side {
    max-width: 300px;
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      .upper-content .left-side {
        max-width: 100%; } }
  .upper-content .right-side {
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      .upper-content .right-side {
        width: calc(100% + 70px) !important; } }
    @media only screen and (max-width: 768px) {
      .upper-content .right-side {
        width: calc(100% + 20px) !important; } }
  .upper-content .splide-categories {
    width: 100%; }
  .upper-content .newsletter-block {
    background: #ED1C24;
    color: #ffff;
    padding: 25px;
    border-radius: 15px;
    min-width: 298px;
    box-sizing: border-box;
    margin-bottom: 70px;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .upper-content .newsletter-block {
        margin-bottom: 0; } }
    .upper-content .newsletter-block p {
      font-weight: 500;
      margin-bottom: 20px; }
    .upper-content .newsletter-block .gform_validation_errors {
      display: none !important; }
    .upper-content .newsletter-block .gfield_description {
      color: white; }
    .upper-content .newsletter-block input[type="email"] {
      height: 50px;
      width: 100%;
      border-radius: 100px;
      border: none;
      outline: none;
      box-sizing: border-box;
      padding: 0 20px;
      font-size: 16px; }
      .upper-content .newsletter-block input[type="email"]::placeholder {
        color: #888888; }
    .upper-content .newsletter-block .gform_custom_button {
      width: 30px !important;
      background: transparent !important;
      margin-right: 34px !important;
      border: none !important;
      outline: none !important; }
    .upper-content .newsletter-block .arrow-icon {
      content: url("data:image/svg+xml,%3Csvg width='31' height='30' viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.647949' width='30' height='30' rx='15' fill='%23ED1C24'/%3E%3Cpath d='M17.0475 15L13.9808 11.9333L14.9142 11L18.9142 15L14.9142 19L13.9808 18.0667L17.0475 15Z' fill='white'/%3E%3C/svg%3E%0A"); }
    .upper-content .newsletter-block .gform_title {
      display: none; }
  .upper-content .gform_footer {
    position: absolute;
    right: 0;
    margin-top: -30px;
    bottom: 50px; }
  .upper-content .splide-categories {
    height: 190px; }
    .upper-content .splide-categories .splide__slide {
      height: 190px;
      border: 1px solid #DCDCDC;
      box-sizing: border-box;
      border-radius: 10px;
      cursor: pointer;
      transition: border 300ms;
      position: relative; }
      .upper-content .splide-categories .splide__slide:hover {
        border: 1px solid #ED1C24; }
      .upper-content .splide-categories .splide__slide .slide-inner {
        position: absolute;
        top: 20px;
        left: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 40px); }
  .upper-content .splide__arrow--prev {
    display: none !important; }
  .upper-content .splide__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    color: white;
    background: #262626;
    cursor: pointer;
    transition: all 300ms;
    opacity: 1; }
    .upper-content .splide__arrow svg {
      display: none; }
    .upper-content .splide__arrow:hover {
      background: #0d0d0d; }
    .upper-content .splide__arrow:after {
      content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8709 11.1667H0.666687V8.83341H14.8709L8.33752 2.30008L10 0.666748L19.3334 10.0001L10 19.3334L8.33752 17.7001L14.8709 11.1667Z' fill='white'/%3E%3C/svg%3E%0A"); }
    .upper-content .splide__arrow.previous {
      display: none !important; }
      .upper-content .splide__arrow.previous:after {
        transform: rotate(180deg); }
    @media only screen and (max-width: 1024px) {
      .upper-content .splide__arrow {
        display: none; } }
  .upper-content .splide--loop:before {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(-90deg, white, rgba(255, 255, 255, 0.2));
    width: 100px; }
    @media screen and (max-width: 1024px) {
      .upper-content .splide--loop:before {
        display: none; } }

.sidebar {
  max-width: 300px;
  width: 100%; }
  @media only screen and (max-width: 1024px) {
    .sidebar {
      display: none; } }

.gform_validation_error .gform_footer {
  bottom: 114px; }

.product-item {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  transition: box-shadow 0.3s; }

.product-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }

.product-image {
  max-height: 220px;
  overflow: hidden; }

.product-image img {
  max-width: 80%;
  max-height: 80%;
  margin-bottom: 10px; }

.product-title {
  font-size: 1.5rem;
  margin: 10px 0; }

.product-sku {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 10px; }

.product-price {
  font-size: 1.2rem;
  color: #333;
  margin: 15px 0; }

.product-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px; }

.quantity {
  display: flex;
  align-items: center;
  gap: 5px; }

.quantity input {
  width: 50px;
  text-align: center; }

.qty-minus,
.qty-plus {
  background-color: #ddd;
  border: none;
  padding: 5px 10px;
  cursor: pointer; }

.add-to-cart-button {
  background-color: #0071a1;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 4px; }

.add-to-cart-button:hover {
  background-color: #005d82; }

.stock-status {
  font-size: 0.9rem;
  margin-top: 10px;
  font-weight: bold; }

.stock-status.green {
  color: #28a745; }

.stock-status.orange {
  color: #ffc107; }

.stock-status.red {
  color: #dc3545; }

.block-product-archive .product-cell {
  width: 100%;
  min-width: 100%;
  position: relative;
  z-index: 1; }
  .block-product-archive .product-cell .product-image {
    width: 100%;
    border-radius: 5px;
    background: #F6F6F6;
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .block-product-archive .product-cell .product-image img {
      max-width: 60%;
      max-height: 80%;
      mix-blend-mode: darken; }
  .block-product-archive .product-cell h3 {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 44px;
    color: #262626; }
  .block-product-archive .product-cell .details-list {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 5px; }
    .block-product-archive .product-cell .details-list .details-line {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .block-product-archive .product-cell .details-list .details-line .subject {
        font-weight: 500;
        color: #262626;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
      .block-product-archive .product-cell .details-list .details-line .property {
        color: #979797;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-align: right;
        max-width: 140px; }
  .block-product-archive .product-cell .price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .block-product-archive .product-cell .price .regular-price {
      font-weight: 500;
      font-size: 20px; }
    .block-product-archive .product-cell .price .sale-price {
      text-decoration: line-through;
      font-size: 16px; }
  .block-product-archive .product-cell .tax-info {
    font-size: 14px;
    color: #979797;
    margin-bottom: 10px; }
    .block-product-archive .product-cell .tax-info span {
      display: none; }
      .block-product-archive .product-cell .tax-info span.is-visible {
        display: flex; }
  .block-product-archive .product-cell .stock-info {
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .block-product-archive .product-cell .stock-info .in-stock {
      display: flex;
      flex-direction: row;
      align-items: center;
      color: #16A14B !important; }
      .block-product-archive .product-cell .stock-info .in-stock:before {
        display: flex;
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #16A14B;
        margin-right: 5px; }
    .block-product-archive .product-cell .stock-info .out-of-stock {
      display: flex;
      flex-direction: row;
      align-items: center;
      color: #EB7D00 !important; }
      .block-product-archive .product-cell .stock-info .out-of-stock:before {
        display: flex;
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #EB7D00;
        margin-right: 5px; }
  .block-product-archive .product-cell .custom-add-to-cart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    margin-top: 15px; }
    .block-product-archive .product-cell .custom-add-to-cart .quantity-btn {
      position: absolute;
      width: 44px;
      height: 34px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 100px;
      border: none;
      transition: all 300ms;
      cursor: pointer;
      top: 10px;
      left: 10px;
      z-index: 3; }
      .block-product-archive .product-cell .custom-add-to-cart .quantity-btn.plus {
        left: 145px;
        background: #262626;
        color: white; }
    .block-product-archive .product-cell .custom-add-to-cart .custom-quantity-input {
      height: 54px;
      border-radius: 200px;
      border: 1px solid #DDDDDD;
      text-align: center;
      font-size: 16px;
      font-weight: 300;
      width: 200px;
      font-family: "Maven Pro", sans-serif;
      outline: none;
      -webkit-appearance: none;
      margin: 0;
      -moz-appearance: textfield;
      padding-left: 20px;
      padding-right: 10px;
      box-sizing: border-box; }
    .block-product-archive .product-cell .custom-add-to-cart .custom-add-to-cart-button {
      width: 50px;
      height: 50px;
      border-radius: 100px;
      border: none;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #ED1C24;
      transition: all 300ms;
      cursor: pointer; }
      .block-product-archive .product-cell .custom-add-to-cart .custom-add-to-cart-button:hover {
        background: #c61017; }
      .block-product-archive .product-cell .custom-add-to-cart .custom-add-to-cart-button.added-to-cart {
        background: #16A14B; }
        .block-product-archive .product-cell .custom-add-to-cart .custom-add-to-cart-button.added-to-cart:hover {
          background: #107436; }

.block-product-archive .products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px; }
  .block-product-archive .products:before {
    display: none !important; }
  @media only screen and (min-width: 1800px) {
    .block-product-archive .products {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 20px; } }
  @media only screen and (max-width: 1250px) {
    .block-product-archive .products {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px; } }
  @media only screen and (max-width: 768px) {
    .block-product-archive .products {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 20px; } }

.block-product-archive .price {
  text-decoration: none !important; }

.block-product-archive ins {
  text-decoration: none !important; }

.block-product-archive .wts-price-container {
  color: #262626; }
  .block-product-archive .wts-price-container del {
    text-decoration: line-through;
    color: #262626; }
    .block-product-archive .wts-price-container del bdi {
      position: absolute;
      right: 0;
      font-size: 16px;
      font-weight: 400;
      text-decoration: line-through;
      margin-top: -15px;
      color: #262626; }

.block-product-archive .wts-price-wrapper {
  display: flex;
  flex-direction: column;
  text-transform: lowercase;
  width: 100%;
  text-decoration: none; }
  .block-product-archive .wts-price-wrapper bdi {
    font-size: 20px;
    font-weight: 500;
    text-decoration: none; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 100% !important; }

.block-breadcrumbs {
  margin-bottom: 10px !important; }

.rank-math-breadcrumb {
  color: #888888; }
  .rank-math-breadcrumb a:first-of-type:after {
    content: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2 11.8812H3.877V7.53133H8.123V11.8812H10.8V5.293L6 1.98481L1.2 5.293V11.8812ZM0 12.9792V4.74398L6 0.612274L12 4.74398V12.9792H6.923V8.62936H5.077V12.9792H0Z' fill='%23ED1C24'/%3E%3C/svg%3E%0A"); }
  .rank-math-breadcrumb .separator {
    font-size: 0;
    padding: 0 10px; }
    .rank-math-breadcrumb .separator:after {
      content: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.00002 4L0.93335 0.933333L1.86668 0L5.86668 4L1.86668 8L0.93335 7.06667L4.00002 4Z' fill='%23262626'/%3E%3C/svg%3E%0A"); }

@media only screen and (max-width: 1024px) {
  .category-header {
    flex-direction: column; }
    .category-header .text {
      width: 100%; } }

.category-header .image {
  max-width: 500px;
  border-radius: 15px;
  overflow: hidden;
  max-height: 400px;
  display: flex;
  justify-content: flex-end; }
  .category-header .image img {
    object-fit: contain;
    max-height: 300px; }
  @media only screen and (max-width: 1024px) {
    .category-header .image {
      display: none;
      justify-content: center; } }

.category-header .more-info {
  margin-top: 30px; }
  .category-header .more-info:before {
    transform: rotate(90deg); }

.subcategory-list .splide__arrow--prev {
  display: none !important; }

.subcategory-list .splide__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  color: white;
  background: #262626;
  cursor: pointer;
  transition: all 300ms;
  opacity: 1; }
  .subcategory-list .splide__arrow svg {
    display: none; }
  .subcategory-list .splide__arrow:hover {
    background: #0d0d0d; }
  .subcategory-list .splide__arrow:after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8709 11.1667H0.666687V8.83341H14.8709L8.33752 2.30008L10 0.666748L19.3334 10.0001L10 19.3334L8.33752 17.7001L14.8709 11.1667Z' fill='white'/%3E%3C/svg%3E%0A"); }
  .subcategory-list .splide__arrow.previous {
    display: none !important; }
    .subcategory-list .splide__arrow.previous:after {
      transform: rotate(180deg); }
  @media only screen and (max-width: 1024px) {
    .subcategory-list .splide__arrow {
      display: none; } }

.subcategory-list .splide--loop:before {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 1;
  height: 100%;
  background: linear-gradient(-90deg, white, rgba(255, 255, 255, 0.2));
  width: 100px; }
  @media screen and (max-width: 1024px) {
    .subcategory-list .splide--loop:before {
      display: none; } }

.subcategories-slider {
  max-height: 192px;
  margin-bottom: 70px; }

.subcategory-list2 {
  margin-bottom: 70px; }

.block-archive {
  margin-bottom: 50px !important; }

.splide__slide {
  position: relative;
  height: fit-content;
  transition: all 300ms;
  cursor: pointer; }
  .splide__slide .absolute-arrow {
    right: 20px;
    top: 20px;
    position: absolute; }
  .splide__slide h4 {
    color: #ED1C24;
    font-weight: 500;
    margin: 0;
    padding: 0; }
  .splide__slide p {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .splide__slide .image-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EFEFEF;
    margin-bottom: 20px; }
    .splide__slide .image-wrapper img {
      max-width: 60%;
      max-height: 60%;
      mix-blend-mode: darken; }

.sort-results {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 30px; }
  @media only screen and (max-width: 1024px) {
    .sort-results {
      flex-direction: column;
      gap: 15px;
      margin-top: 30px;
      margin-bottom: 30px; } }
  .sort-results .sort-results-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    position: relative; }
    .sort-results .sort-results-wrapper:after {
      position: absolute;
      right: 15px;
      content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8.39998L11.0667 5.33331L12 6.26665L8 10.2666L4 6.26665L4.93333 5.33331L8 8.39998Z' fill='%23ED1C24'/%3E%3C/svg%3E%0A"); }
    @media only screen and (max-width: 1024px) {
      .sort-results .sort-results-wrapper {
        width: 100%; } }
  .sort-results select {
    height: 50px;
    padding: 0 20px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    min-width: 300px;
    font-family: "Maven Pro", sans-serif;
    font-size: 16px;
    -webkit-appearance: none !important;
    position: relative;
    outline: none; }
    @media only screen and (max-width: 1024px) {
      .sort-results select {
        min-width: 100%; } }

@media only screen and (max-width: 1024px) {
  .facetwp-facet-sorteer_standaard_op {
    width: 100% !important; } }

.facetwp-facet {
  margin-bottom: 0 !important; }

@media only screen and (max-width: 1024px) {
  .additional-label {
    display: none !important; } }

.wts-price-container bdi {
  color: #262626;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none; }

.facetwp-facet-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px !important; }
  .facetwp-facet-pagination .facetwp-pager {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px; }
  .facetwp-facet-pagination .facetwp-page {
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    padding: 0;
    margin: 0;
    transition: all 300ms; }
    @media screen and (max-width: 1024px) {
      .facetwp-facet-pagination .facetwp-page {
        width: 40px;
        height: 40px;
        max-width: 40px;
        max-height: 40px; } }
    .facetwp-facet-pagination .facetwp-page:hover {
      border: 1px solid #ED1C24; }
    .facetwp-facet-pagination .facetwp-page.active {
      font-weight: 400;
      border: 1px solid #ED1C24;
      color: #ED1C24; }
    .facetwp-facet-pagination .facetwp-page.prev, .facetwp-facet-pagination .facetwp-page.next {
      min-width: 70px;
      background: #262626;
      border: none;
      color: white;
      font-size: 0 !important;
      transition: all 300ms; }
      .facetwp-facet-pagination .facetwp-page.prev:hover, .facetwp-facet-pagination .facetwp-page.next:hover {
        background: #0d0d0d; }
    .facetwp-facet-pagination .facetwp-page.next:after {
      content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4791 10.8333H3.33325V9.16658H13.4791L8.81242 4.49992L9.99992 3.33325L16.6666 9.99992L9.99992 16.6666L8.81242 15.4999L13.4791 10.8333Z' fill='white'/%3E%3C/svg%3E%0A"); }
    .facetwp-facet-pagination .facetwp-page.prev:after {
      transform: rotate(180deg);
      content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4791 10.8333H3.33325V9.16658H13.4791L8.81242 4.49992L9.99992 3.33325L16.6666 9.99992L9.99992 16.6666L8.81242 15.4999L13.4791 10.8333Z' fill='white'/%3E%3C/svg%3E%0A"); }

.category-content h3 {
  color: #ED1C24;
  margin: 0;
  padding: 0;
  margin-bottom: 10px !important; }

.category-content p {
  margin-bottom: 15px; }

.facetwp-search {
  height: 60px;
  border-radius: 10px;
  border: 1px solid #ED1C24;
  padding: 20px;
  font-size: 16px;
  width: 100%;
  font-family: 'Maven Pro', sans-serif;
  outline: none;
  margin-bottom: 30px; }

.facetwp-facet-zoeken {
  width: 100%;
  margin-bottom: 30px !important; }

.facetwp-input-wrap {
  width: 100%; }

.facetwp-icon {
  line-height: 1;
  position: absolute;
  cursor: pointer;
  opacity: 1 !important;
  background: #ED1C24 !important;
  width: 50px;
  top: 10px !important;
  right: 10px !important;
  height: 40px !important;
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center; }
  .facetwp-icon:before {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 16px 16px !important;
    content: "" !important;
    display: block !important;
    height: 16px !important;
    width: 16px !important;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9138 15.8622L9.1564 10.1046C8.69807 10.4831 8.17099 10.7792 7.57515 10.9931C6.97932 11.207 6.36294 11.314 5.72601 11.314C4.15927 11.314 2.83331 10.7715 1.74813 9.68664C0.662952 8.60177 0.120361 7.27611 0.120361 5.70968C0.120361 4.1434 0.662799 2.81729 1.74767 1.73135C2.83255 0.645557 4.1582 0.102661 5.72463 0.102661C7.29091 0.102661 8.61702 0.645251 9.70297 1.73043C10.7888 2.81561 11.3317 4.14157 11.3317 5.70831C11.3317 6.36296 11.2218 6.9882 11.0021 7.58404C10.7823 8.17987 10.489 8.69809 10.1223 9.1387L15.8797 14.8961L14.9138 15.8622ZM5.72601 9.93918C6.90713 9.93918 7.90752 9.52928 8.72717 8.70947C9.54698 7.88982 9.95688 6.88943 9.95688 5.70831C9.95688 4.52718 9.54698 3.52679 8.72717 2.70714C7.90752 1.88733 6.90713 1.47743 5.72601 1.47743C4.54488 1.47743 3.54449 1.88733 2.72484 2.70714C1.90503 3.52679 1.49513 4.52718 1.49513 5.70831C1.49513 6.88943 1.90503 7.88982 2.72484 8.70947C3.54449 9.52928 4.54488 9.93918 5.72601 9.93918Z' fill='white'/%3E%3C/svg%3E%0A") !important; }
  .facetwp-icon.f-loading:before {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9138 15.8622L9.1564 10.1046C8.69807 10.4831 8.17099 10.7792 7.57515 10.9931C6.97932 11.207 6.36294 11.314 5.72601 11.314C4.15927 11.314 2.83331 10.7715 1.74813 9.68664C0.662952 8.60177 0.120361 7.27611 0.120361 5.70968C0.120361 4.1434 0.662799 2.81729 1.74767 1.73135C2.83255 0.645557 4.1582 0.102661 5.72463 0.102661C7.29091 0.102661 8.61702 0.645251 9.70297 1.73043C10.7888 2.81561 11.3317 4.14157 11.3317 5.70831C11.3317 6.36296 11.2218 6.9882 11.0021 7.58404C10.7823 8.17987 10.489 8.69809 10.1223 9.1387L15.8797 14.8961L14.9138 15.8622ZM5.72601 9.93918C6.90713 9.93918 7.90752 9.52928 8.72717 8.70947C9.54698 7.88982 9.95688 6.88943 9.95688 5.70831C9.95688 4.52718 9.54698 3.52679 8.72717 2.70714C7.90752 1.88733 6.90713 1.47743 5.72601 1.47743C4.54488 1.47743 3.54449 1.88733 2.72484 2.70714C1.90503 3.52679 1.49513 4.52718 1.49513 5.70831C1.49513 6.88943 1.90503 7.88982 2.72484 8.70947C3.54449 9.52928 4.54488 9.93918 5.72601 9.93918Z' fill='white'/%3E%3C/svg%3E%0A") !important; }

.facetwp-type-checkboxes .facetwp-checkbox {
  height: 24px;
  background: url(../images/checkbox-default.svg) 0 50% no-repeat;
  background-size: 24px 24px;
  margin-bottom: 10px;
  padding-left: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row; }

.facetwp-type-checkboxes .facetwp-checkbox.checked {
  background-image: url(../images/checkbox-filled.svg); }

.facetwp-icon.f-loading:before {
  animation: none !important; }

.facetwp-display-value {
  padding-left: 15px; }

.facetwp-counter {
  color: #9F9F9F; }

.facetwp-toggle {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #262626;
  transition: all 300ms; }
  .facetwp-toggle:hover {
    color: #ED1C24; }
  .facetwp-toggle:before {
    transform: rotate(90deg);
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='%23ED1C24'/%3E%3Cpath d='M16.3999 15L13.3333 11.9333L14.2666 11L18.2666 15L14.2666 19L13.3333 18.0667L16.3999 15Z' fill='white'/%3E%3C/svg%3E%0A"); }

.facetwp-toggle + .facetwp-toggle:before {
  transform: rotate(270deg); }

h3.facet-label {
  color: #262626;
  margin-bottom: 10px !important;
  display: flex; }

.facet-wrap {
  border-top: 1px solid #E5E5E5;
  padding-top: 20px;
  margin-bottom: 30px; }
  .facet-wrap:first-of-type {
    border-top: 0; }

.support-block {
  background: #ED1C24;
  border-radius: 15px;
  padding: 50px 30px 100px 30px;
  margin-top: 100px;
  color: white;
  min-height: 450px;
  position: relative; }
  .support-block:before {
    z-index: 0;
    bottom: 0;
    left: 0;
    content: url("data:image/svg+xml,%3Csvg width='298' height='327' viewBox='0 0 298 327' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_303_44' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='298' height='327'%3E%3Cpath d='M0 10C0 4.47716 4.47715 0 10 0H288C293.523 0 298 4.47715 298 10V317C298 322.523 293.523 327 288 327H10C4.47716 327 0 322.523 0 317V10Z' fill='%23F6F6F6'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_303_44)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M93.0825 325.767C183.882 240.335 210.517 131.989 152.571 83.7732C96.0509 36.7428 -20.0587 64.3002 -110 144.967C-106.682 141.571 -103.271 138.207 -99.7443 134.888C-7.08311 47.7042 122.089 22.0085 188.771 77.4941C255.453 132.98 234.392 248.637 141.731 335.821C66.5957 406.516 -32.5453 436.775 -102.911 416.113C-42.9318 415.859 31.8467 383.384 93.0825 325.767Z' fill='black' fill-opacity='0.05'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M103.227 234.991C94.9227 230.677 82.3763 234.897 74.8537 244.475C67.1789 254.248 67.3088 266.281 75.508 271.303C83.9609 276.481 97.4417 272.113 105.224 261.604C112.843 251.317 111.781 239.434 103.227 234.991Z' fill='black' fill-opacity='0.05'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M126.194 132.933C116.709 136.362 109.643 144.817 110.385 152.027C111.149 159.461 119.877 162.796 129.91 159.25C140.002 155.682 147.121 146.676 145.798 139.363C144.513 132.271 135.731 129.486 126.194 132.933Z' fill='black' fill-opacity='0.05'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M72.7291 90.2004C67.1056 96.1968 67.199 102.574 73.1308 104.397C79.1955 106.262 88.8851 102.636 94.5694 96.3485C100.166 90.1564 99.5821 83.9033 93.4606 82.3297C87.4689 80.7893 78.2713 84.292 72.7291 90.2004Z' fill='black' fill-opacity='0.05'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-10.512 105.729C-11.3774 111.009 -5.98529 113.051 1.58193 110.161C9.18365 107.259 15.8226 100.591 16.3664 95.3955C16.898 90.3236 11.3912 88.5938 4.10908 91.4134C-3.14162 94.2204 -9.66795 100.576 -10.512 105.729Z' fill='black' fill-opacity='0.05'/%3E%3C/g%3E%3C/svg%3E%0A");
    position: absolute; }
  .support-block .image-wrapper {
    width: 70px;
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 5px solid white;
    border-radius: 100px;
    margin-top: -90px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center; }
  .support-block h4 {
    margin: 20px 0 10px 0;
    font-weight: 500; }
  .support-block p {
    margin-bottom: 30px !important;
    display: flex; }
  .support-block .secondary-button {
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    color: white; }
    .support-block .secondary-button:before {
      content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='white'/%3E%3Cpath d='M16.4 15L13.3334 11.9333L14.2667 11L18.2667 15L14.2667 19L13.3334 18.0667L16.4 15Z' fill='%23ED1C24'/%3E%3C/svg%3E%0A"); }
    .support-block .secondary-button:hover {
      color: white !important; }

.mobile-only-search {
  display: none; }
  .mobile-only-search .facet-label {
    display: none; }
  @media screen and (max-width: 1024px) {
    .mobile-only-search {
      display: flex;
      width: 100%;
      margin-top: -30px; }
      .mobile-only-search .facet-wrap {
        width: 100%; } }

.mobile-overlay {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 20;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out; }
  .mobile-overlay.is-active {
    opacity: 1;
    visibility: visible; }

.mobile-filter {
  position: fixed;
  overflow: auto;
  top: 0;
  left: -100vw;
  z-index: 99999999;
  width: calc(100% - 50px);
  background: white;
  height: 100dvh;
  box-sizing: border-box;
  padding: 30px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: all 0.5s ease-in-out; }
  .mobile-filter.is-active {
    left: 0; }
  .mobile-filter .facet-wrap:first-of-type {
    display: none; }
  .mobile-filter h3 {
    margin-bottom: 30px !important;
    display: flex; }
  .mobile-filter .close-button {
    position: absolute;
    right: 20px;
    top: 20px; }

.mobile-filter-button {
  height: 60px;
  background: #ED1C24;
  color: white;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  z-index: 1;
  width: 180px;
  max-width: 180px;
  gap: 30px;
  left: calc(50% - 90px);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  display: none; }
  @media only screen and (max-width: 1024px) {
    .mobile-filter-button {
      display: flex; } }

.show-results-button {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: #ED1C24;
  color: white;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  left: 0;
  justify-content: space-between;
  border-bottom-right-radius: 15px;
  font-weight: 500;
  display: flex; }

.facetwp-selection-label {
  display: none !important; }

@media only screen and (max-width: 1024px) {
  .user-selections {
    margin-top: 30px;
    margin-bottom: -10px;
    overflow-x: scroll;
    max-width: calc(100vw - 40px);
    position: relative; } }

.facetwp-selections ul {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 30px;
  display: flex;
  gap: 10px !important;
  flex-wrap: wrap;
  max-width: 100%; }
  @media only screen and (max-width: 1024px) {
    .facetwp-selections ul {
      flex-wrap: nowrap !important; } }
  .facetwp-selections ul li {
    display: flex;
    flex-direction: row; }
    .facetwp-selections ul li span {
      max-width: 230px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      text-decoration: none;
      font-weight: 400;
      border-radius: 50px;
      padding: 1px 10px 2px;
      outline: 0;
      position: relative;
      background: #ED1C24;
      height: 32px;
      font-size: 14px;
      color: white;
      display: inline-flex;
      align-items: center;
      transition: all 300ms;
      min-width: fit-content !important; }
    .facetwp-selections ul li:hover {
      opacity: 0.9; }

.facetwp-selections .facetwp-selection-value {
  display: inline-block;
  cursor: pointer;
  padding-right: 16px;
  background-image: none !important; }
  .facetwp-selections .facetwp-selection-value:after {
    content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.170898' y='8.80664' width='12.4545' height='1.3423' rx='0.671148' transform='rotate(-45 0.170898 8.80664)' fill='white'/%3E%3Crect x='0.949219' y='0.244263' width='12.4545' height='1.3423' rx='0.671148' transform='rotate(45 0.949219 0.244263)' fill='white'/%3E%3C/svg%3E%0A");
    margin-left: 10px;
    border-left: 1px solid white;
    display: inline-flex;
    height: 32px;
    padding-left: 10px;
    align-items: center; }

.facetwp-selection-value + .facetwp-selection-value {
  border-left: 1px solid white;
  padding-left: 10px;
  margin-left: 6px; }

.chipslist {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0px 20px;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1024px) {
    .chipslist {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 0px 20px;
      flex-wrap: revert;
      overflow: auto;
      width: 100vw;
      position: relative;
      left: -24px;
      box-sizing: border-box;
      padding: 0 24px;
      scrollbar-width: none;
      /* Firefox */
      -ms-overflow-style: none;
      /* Internet Explorer 10+ */
      scroll-snap-type: x mandatory;
      /* Optional: show position indicator in red */ }
      .chipslist ::-webkit-scrollbar {
        width: 0;
        /* Remove scrollbar space */
        background: transparent;
        /* Optional: just make scrollbar invisible */
        height: 0; }
      .chipslist ::-webkit-scrollbar-thumb {
        background: transparent; } }

.facetwp-facet-reset a {
  text-decoration: underline;
  font-size: 14px; }

@media only screen and (max-width: 1024px) {
  .facetwp-selections + .facetwp-facet-reset {
    display: none !important; } }

.facetwp-selections .facetwp-selection-value {
  display: flex !important;
  align-items: center !important; }

.block-category-selected .container {
  display: flex;
  flex-direction: column; }
  .block-category-selected .container h2 {
    font-size: 30px; }
  .block-category-selected .container .category-tiles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px; }
    @media only screen and (max-width: 950px) {
      .block-category-selected .container .category-tiles {
        grid-template-columns: repeat(1, 1fr); } }
    .block-category-selected .container .category-tiles .tile {
      border: 1px solid #DCDCDC;
      min-height: 150px;
      box-sizing: border-box;
      padding: 25px;
      position: relative;
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: -1px;
      gap: 20px; }
      @media only screen and (max-width: 950px) {
        .block-category-selected .container .category-tiles .tile {
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; } }
      .block-category-selected .container .category-tiles .tile:nth-child(2n) {
        top: 70px;
        left: -1px;
        position: relative; }
        @media only screen and (max-width: 950px) {
          .block-category-selected .container .category-tiles .tile:nth-child(2n) {
            top: 0;
            left: 0; } }
      .block-category-selected .container .category-tiles .tile:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
      .block-category-selected .container .category-tiles .tile:nth-child(2) {
        border-top-right-radius: 10px; }
        @media only screen and (max-width: 950px) {
          .block-category-selected .container .category-tiles .tile:nth-child(2) {
            border-radius: 0 !important; } }
      .block-category-selected .container .category-tiles .tile:nth-child(5) {
        border-bottom-left-radius: 10px; }
        @media only screen and (max-width: 950px) {
          .block-category-selected .container .category-tiles .tile:nth-child(5) {
            border-radius: 0 !important; } }
      .block-category-selected .container .category-tiles .tile:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; }
      .block-category-selected .container .category-tiles .tile .image-wrapper {
        width: 100px;
        min-width: 100px;
        height: 100px;
        border-radius: 200px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #EFEFEF; }
        @media only screen and (max-width: 950px) {
          .block-category-selected .container .category-tiles .tile .image-wrapper {
            height: 50px;
            min-width: 50px;
            width: 50px; } }
        .block-category-selected .container .category-tiles .tile .image-wrapper img {
          mix-blend-mode: darken;
          max-width: 70%;
          max-height: 70%; }
          @media only screen and (max-width: 950px) {
            .block-category-selected .container .category-tiles .tile .image-wrapper img {
              max-width: 70%;
              max-height: 70%; } }
      .block-category-selected .container .category-tiles .tile .details-wrapper {
        display: flex;
        flex-direction: column;
        gap: 5px; }
        .block-category-selected .container .category-tiles .tile .details-wrapper h3 {
          margin: 0;
          padding: 0;
          color: #ED1C24;
          font-weight: 600; }
        .block-category-selected .container .category-tiles .tile .details-wrapper p {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          padding-right: 50px; }
          @media only screen and (max-width: 950px) {
            .block-category-selected .container .category-tiles .tile .details-wrapper p {
              padding-right: 0; } }
      .block-category-selected .container .category-tiles .tile:after {
        content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='%23ED1C24'/%3E%3Cpath d='M16.3999 15L13.3333 11.9333L14.2666 11L18.2666 15L14.2666 19L13.3333 18.0667L16.3999 15Z' fill='white'/%3E%3C/svg%3E%0A");
        position: absolute;
        right: 20px;
        bottom: 20px; }
        @media only screen and (max-width: 950px) {
          .block-category-selected .container .category-tiles .tile:after {
            bottom: auto;
            top: 20px; } }

/* Loader styling */
.loader {
  border: 4px solid #f3f3f3;
  /* Light gray */
  border-top: 4px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: 10px auto; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Positioning suggestions and loader */
.sku-suggestions {
  position: relative;
  margin-top: 5px; }

.cart-wrapper {
  display: flex; }

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
  display: none; }

.block-upper-cart {
  margin-bottom: 30px !important; }
  .block-upper-cart .upper-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      .block-upper-cart .upper-row a.secondary-button {
        display: none; } }
    .block-upper-cart .upper-row a:before {
      transform: rotate(180deg); }

.checkout-button {
  display: inline-flex !important;
  height: 60px !important;
  padding: 0 15px 0 30px !important;
  background: #ED1C24;
  color: white;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px !important;
  cursor: pointer;
  z-index: 1;
  transition: all 300ms;
  gap: 20px !important;
  margin: 0 !important; }
  .checkout-button:hover {
    background: #c61017; }
  .checkout-button:after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='white'/%3E%3Cpath d='M10.9331 10L8.88867 7.95557L9.51089 7.33334L12.1776 10L9.51089 12.6667L8.88867 12.0445L10.9331 10Z' fill='%23ED1C24'/%3E%3C/svg%3E%0A"); }

.right-side-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px; }
  .right-side-buttons a {
    cursor: pointer; }

.cart_totals {
  position: sticky;
  top: 250px; }
  .cart_totals table.shop_table {
    border: none !important; }

.right-side-container {
  border-radius: 15px;
  border: 1px solid #DCDCDC;
  padding: 30px !important;
  box-sizing: border-box;
  min-width: 350px !important; }

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none !important;
  width: auto !important;
  max-width: 350px !important; }
  @media only screen and (max-width: 1024px) {
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
      max-width: 100% !important; } }

.block-cart .container {
  justify-content: space-between;
  gap: 50px; }
  @media only screen and (max-width: 1024px) {
    .block-cart .container {
      flex-direction: column; } }
  .block-cart .container h2 {
    font-size: 30px; }

.block-cart .support-block-detail {
  position: relative; }
  .block-cart .support-block-detail h4 {
    margin: 30px 0 10px 0;
    font-weight: 500;
    color: #ED1C24;
    font-size: 20px; }
  .block-cart .support-block-detail p {
    margin-bottom: 30px !important;
    display: flex; }
  .block-cart .support-block-detail .secondary-button {
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    color: #262626; }
    .block-cart .support-block-detail .secondary-button:hover {
      color: #ED1C24 !important; }

.block-cart .payment_methods {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  justify-content: space-between; }
  @media only screen and (max-width: 1024px) {
    .block-cart .payment_methods {
      justify-content: flex-start; } }
  @media only screen and (max-width: 1024px) {
    .block-cart .payment_methods {
      margin-bottom: 20px;
      margin-top: 10px; } }
  .block-cart .payment_methods .method-container {
    border: 1px solid #EDEDED;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px; }
    .block-cart .payment_methods .method-container img {
      max-width: 100%;
      max-height: 80%; }

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  width: auto !important; }

.wc-proceed-to-checkout {
  padding: 0 !important;
  margin: 30px 0 0 0 !important; }

.right-side-container th, .right-side-container td {
  padding: 0 !important; }

.right-side-container tr {
  border: none !important; }

.shop_table {
  display: flex;
  flex-direction: column;
  gap: 15px; }
  .shop_table .value {
    font-weight: 300 !important; }

.cart-row {
  display: flex;
  font-size: 16px;
  justify-content: space-between; }
  .cart-row strong {
    font-weight: 500; }
  .cart-row.order-total {
    margin-top: 20px !important; }
    .cart-row.order-total .value {
      font-size: 20px !important;
      font-weight: 500 !important; }
    .cart-row.order-total .total-wrapper {
      display: flex;
      flex-direction: column;
      gap: 5px; }
      .cart-row.order-total .total-wrapper .btw {
        font-size: 14px;
        color: #979797; }

.shipping {
  margin-top: 20px; }

.free-shipping {
  color: #16A14B; }

.tax-rate {
  display: flex;
  justify-content: space-between;
  flex-direction: row; }

.block-cart .cross-sells {
  display: none; }

.add-to-cart-by-sku {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .add-to-cart-by-sku {
      flex-direction: column; } }
  @media only screen and (max-width: 1024px) {
    .add-to-cart-by-sku .custom-quantity-wrapper {
      width: 100% !important; }
      .add-to-cart-by-sku .custom-quantity-wrapper .sku-button {
        width: 100% !important; } }
  .add-to-cart-by-sku h3 {
    width: 100%; }
  .add-to-cart-by-sku #add-to-cart-by-sku-form {
    display: flex;
    flex-direction: row;
    gap: 20px; }
    @media only screen and (max-width: 768px) {
      .add-to-cart-by-sku #add-to-cart-by-sku-form {
        flex-direction: column; } }
  .add-to-cart-by-sku .sku-suggestion {
    padding: 20px;
    background: #EFEFEF;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    box-sizing: border-box; }
  .add-to-cart-by-sku .custom-quantity-wrapper {
    position: relative;
    min-width: 150px; }
    .add-to-cart-by-sku .custom-quantity-wrapper input {
      margin-right: 20px; }
  .add-to-cart-by-sku .quantity-btn {
    position: absolute;
    width: 44px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: none;
    transition: all 300ms;
    cursor: pointer;
    top: 10px;
    left: 10px;
    z-index: 3; }
    .add-to-cart-by-sku .quantity-btn.plus, .add-to-cart-by-sku .quantity-btn.plus-cart {
      left: auto;
      right: 10px;
      background: #262626;
      color: white; }
  .add-to-cart-by-sku .custom-quantity-input {
    height: 54px;
    border-radius: 200px;
    border: 1px solid #DDDDDD;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    font-family: "Maven Pro", sans-serif;
    outline: none;
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
    padding-left: 20px;
    padding-right: 10px;
    box-sizing: border-box; }

#sku-input {
  border-radius: 10px;
  border: 1px solid #DDDDDD;
  padding: 0 20px;
  font-family: 'Maven Pro', sans-serif;
  font-size: 16px;
  height: 50px;
  width: 100%;
  outline: none;
  transition: all 300ms;
  max-width: 430px; }
  #sku-input:hover {
    border: 1px solid #ED1C24; }

.sku-button {
  min-width: fit-content;
  display: inline-flex !important;
  height: 50px !important;
  padding: 0 15px 0 30px !important;
  background: #262626;
  color: white;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px !important;
  cursor: pointer;
  z-index: 1;
  transition: all 300ms;
  gap: 20px !important;
  margin: 0 !important;
  border: none !important; }
  @media only screen and (max-width: 1024px) {
    .sku-button {
      min-width: 100% !important;
      width: 100% !important; } }
  .sku-button:hover {
    background: #0d0d0d; }
  .sku-button:after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='white'/%3E%3Cpath d='M10.9336 10L8.88916 7.9556L9.51138 7.33337L12.178 10L9.51138 12.6667L8.88916 12.0445L10.9336 10Z' fill='%23262626'/%3E%3C/svg%3E%0A"); }

.coupon-wrapper {
  margin-top: 50px; }
  .coupon-wrapper input {
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    padding: 0 20px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    width: 100%;
    height: 50px;
    outline: none;
    transition: all 300ms; }
    .coupon-wrapper input:hover {
      border: 1px solid #ED1C24; }
  .coupon-wrapper .coupon {
    display: flex;
    flex-direction: row;
    gap: 20px;
    position: relative; }
    .coupon-wrapper .coupon button {
      position: absolute;
      background: transparent;
      border: none;
      right: 5px;
      top: 8px;
      outline: none; }

.cart_item {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 0; }
  @media only screen and (max-width: 1375px) {
    .cart_item {
      flex-wrap: wrap;
      gap: 20px; } }
  .cart_item:last-of-type {
    border-bottom: none !important; }

.woocommerce-cart-form__cart-item:last-of-type {
  border-bottom: none !important;
  border: none !important; }

.shop_table_responsive {
  margin-bottom: 50px; }

.product-thumbnail {
  width: 100px;
  overflow: hidden;
  min-width: 100px;
  height: 100px;
  border-radius: 10px;
  border: 1px solid #DDDDDD;
  display: flex;
  justify-content: center;
  align-items: center; }
  .product-thumbnail a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
  .product-thumbnail img {
    max-width: 80%;
    max-height: 80%; }

.woocommerce-cart .product-cell h3 {
  margin-top: 20px; }

@media only screen and (max-width: 1024px) {
  .product-remove {
    position: absolute;
    right: 0;
    top: 20px; } }

.product-remove .remove {
  width: 50px !important;
  height: 50px !important; }
  .product-remove .remove:hover {
    background: transparent !important; }

.block-cart .shop_table .cart-row {
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  gap: 20px; }

.block-cart .shop_table .cart-subtotal {
  margin-top: 20px; }
  .block-cart .shop_table .cart-subtotal .amount bdi {
    font-size: 20px !important;
    font-weight: 500; }

.block-cart .shop_table .total-wrapper {
  display: flex;
  flex-direction: column; }
  .block-cart .shop_table .total-wrapper .btw {
    color: #979797;
    font-size: 14px; }

.block-cart .shop_table .stock-info {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 200px;
  margin-top: 15px; }
  .block-cart .shop_table .stock-info .in-stock {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #16A14B !important; }
    .block-cart .shop_table .stock-info .in-stock:before {
      display: flex;
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #16A14B;
      margin-right: 5px; }
  .block-cart .shop_table .stock-info .out-of-stock {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #EB7D00 !important; }
    .block-cart .shop_table .stock-info .out-of-stock:before {
      display: flex;
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #EB7D00;
      margin-right: 5px; }

.block-cart .product-price {
  min-width: fit-content !important; }
  @media only screen and (max-width: 1024px) {
    .block-cart .product-price {
      min-width: 100% !important; } }

.block-cart .product-name {
  display: flex;
  flex-direction: column; }
  .block-cart .product-name a {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
    @media only screen and (max-width: 768px) {
      .block-cart .product-name a {
        max-width: 90%; } }

.block-cart .left-side-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  max-width: 500px;
  width: 100%; }
  @media only screen and (max-width: 1024px) {
    .block-cart .left-side-item {
      flex-wrap: wrap; } }
  .block-cart .left-side-item .property-row {
    margin-bottom: 5px;
    gap: 20px;
    justify-content: space-between;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .block-cart .left-side-item .property-row strong {
      font-weight: 500; }
    .block-cart .left-side-item .property-row span {
      color: #979797; }

.block-cart .cart_item {
  position: relative; }
  .block-cart .cart_item .product-quantity {
    display: flex;
    flex-direction: row;
    position: relative; }
  .block-cart .cart_item input[type="number"] {
    height: 54px;
    border-radius: 200px;
    border: 1px solid #DDDDDD;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    font-family: "Maven Pro", sans-serif;
    outline: none;
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
    padding-left: 20px;
    padding-right: 10px;
    box-sizing: border-box; }
  .block-cart .cart_item .quantity-btn {
    position: absolute;
    width: 44px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: none;
    transition: all 300ms;
    cursor: pointer;
    top: 10px;
    left: 10px;
    z-index: 3;
    cursor: pointer; }
    .block-cart .cart_item .quantity-btn.plus, .block-cart .cart_item .quantity-btn.plus-cart {
      left: auto;
      right: 10px;
      background: #262626;
      color: white; }

.woocommerce-checkout {
  display: flex;
  justify-content: space-between;
  /* Verberg de standaard radio button */
  /* Stijl de label om als custom radio button te fungeren */
  /* Verander de stijl als de radio button geselecteerd is */
  /* Hover-effect voor de labels */ }
  @media only screen and (max-width: 768px) {
    .woocommerce-checkout .fields-wrapper {
      flex-direction: column !important; } }
  .woocommerce-checkout input[type="radio"].input-radio {
    display: none; }
  .woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout .woocommerce-cart #payment, .woocommerce-checkout .woocommerce-checkout #payment {
    background: #F0F0F0;
    border-radius: 10px; }
  .woocommerce-checkout input[type="radio"].input-radio + label {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    transition: color 0.3s ease; }
  .woocommerce-checkout #add_payment_method #payment ul.payment_methods, .woocommerce-checkout .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none !important; }
  .woocommerce-checkout #add_payment_method #payment div.payment_box, .woocommerce-checkout .woocommerce-cart #payment div.payment_box, .woocommerce-checkout .woocommerce-checkout #payment div.payment_box {
    border-radius: 10px;
    background-color: #e3e3e3; }
  .woocommerce-checkout .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #e3e3e3;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em; }
  .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 12px;
    right: 16px;
    width: 20px; }
  .woocommerce-checkout .select2-dropdown {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border: 1px solid #DDDDDD !important; }
  .woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected], .woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #ED1C24 !important; }
  .woocommerce-checkout input[type="radio"].input-radio + label:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ED1C24;
    border-radius: 50%;
    background: transparent;
    transition: background 0.3s ease, border-color 0.3s ease; }
  .woocommerce-checkout input[type="radio"].input-radio + label:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ED1C24;
    opacity: 0;
    transform: scale(0);
    transition: transform 0.3s ease, opacity 0.3s ease; }
  .woocommerce-checkout input[type="radio"].input-radio:checked + label:before {
    border-color: #ED1C24; }
  .woocommerce-checkout input[type="radio"].input-radio:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  .woocommerce-checkout input[type="radio"].input-radio + label:hover {
    color: #ED1C24; }
  .woocommerce-checkout .checkout-button {
    display: inline-flex !important;
    height: 60px !important;
    padding: 0 15px 0 30px !important;
    background: #ED1C24;
    color: white;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px !important;
    cursor: pointer;
    z-index: 1;
    transition: all 300ms;
    gap: 20px !important;
    margin: 0 !important;
    border: none !important; }
    .woocommerce-checkout .checkout-button:hover {
      background: #c61017; }
  .woocommerce-checkout .checkout-button {
    width: 100% !important;
    box-sizing: border-box; }
  .woocommerce-checkout .wc-proceed-to-checkout {
    margin-top: 10px !important; }
  .woocommerce-checkout .shop_table_responsive {
    margin-bottom: 20px !important; }
  .woocommerce-checkout .woocommerce-checkout-review-order {
    position: sticky;
    top: 260px; }
  .woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 30px; }
  .woocommerce-checkout .fields-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px; }
  .woocommerce-checkout form {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    flex-direction: column; }
    @media only screen and (max-width: 1024px) {
      .woocommerce-checkout form {
        flex-direction: column; } }
  .woocommerce-checkout .right-side-container, .woocommerce-checkout .checkout-review-wrapper {
    max-width: 350px; }
    @media only screen and (max-width: 1024px) {
      .woocommerce-checkout .right-side-container, .woocommerce-checkout .checkout-review-wrapper {
        max-width: 100%; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-checkout .woocommerce form .form-row-first, .woocommerce-checkout .woocommerce form .form-row-last, .woocommerce-checkout .woocommerce-page form .form-row-first, .woocommerce-checkout .woocommerce-page form .form-row-last {
      width: 100% !important;
      overflow: visible;
      box-sizing: border-box; } }
  .woocommerce-checkout .woocommerce {
    width: 100%; }
    .woocommerce-checkout .woocommerce .payment_methods {
      margin-top: 15px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 10px;
      justify-content: space-between; }
      @media only screen and (max-width: 1024px) {
        .woocommerce-checkout .woocommerce .payment_methods {
          justify-content: flex-start; } }
      @media only screen and (max-width: 1024px) {
        .woocommerce-checkout .woocommerce .payment_methods {
          margin-bottom: 20px;
          margin-top: 10px; } }
      .woocommerce-checkout .woocommerce .payment_methods .method-container {
        border: 1px solid #EDEDED;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 5px; }
        .woocommerce-checkout .woocommerce .payment_methods .method-container img {
          max-width: 100%;
          max-height: 80%; }
  .woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none !important; }
  .woocommerce-checkout .block-breadcrumbs {
    width: 100%;
    justify-content: flex-start; }
  .woocommerce-checkout .input-text {
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    padding: 0 20px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    height: 50px;
    width: 100%;
    outline: none;
    transition: all 300ms; }

.postcode-eu-autofill-address {
  border-radius: 10px !important;
  background: #F0F0F0 !important;
  margin-top: 10px;
  font-size: 16px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #dddddd;
  height: 50px;
  border-radius: 10px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #262626;
  line-height: 47px;
  padding-left: 20px; }

.checkout-payment-methods .payment_methods {
  display: flex;
  flex-direction: column !important; }

.form-row.place-order {
  display: none !important;
  visibility: hidden !important; }

.woocommerce form .form-row textarea {
  padding: 20px; }

@media only screen and (max-width: 768px) {
  body.woocommerce-checkout {
    padding: 120px 0 0 0; } }

.header-checkout {
  border-bottom: 1px solid #DDDDDD;
  padding: 50px 0 !important; }
  @media only screen and (max-width: 768px) {
    .header-checkout {
      padding: 20px 0 !important; } }
  .header-checkout .secondary-button:before {
    transform: rotate(180deg); }
  .header-checkout .secondary-button span {
    margin-left: -5px;
    padding: 0;
    display: inline; }
    @media only screen and (max-width: 768px) {
      .header-checkout .secondary-button span {
        display: none; } }
  .header-checkout .left-side {
    justify-content: flex-start !important; }

.select2-selection__clear {
  display: none !important; }

.checkout-field-wrapper {
  width: 100%; }

#order_comments {
  resize: vertical !important;
  max-width: 100% !important; }

.terms-agreement {
  margin-top: 50px; }
  .terms-agreement a {
    text-decoration: underline; }

.checkout-payment-methods {
  margin-top: 50px; }

.thankyou-column iframe {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden; }

.block-content .container .image-position-image_left {
  display: flex;
  flex-direction: row;
  gap: 50px; }
  @media screen and (max-width: 1150px) {
    .block-content .container .image-position-image_left {
      flex-direction: column; } }
  .block-content .container .image-position-image_left .content__image {
    display: flex;
    width: 100%;
    align-self: flex-start;
    max-width: 650px;
    min-width: 650px;
    border-radius: 10px;
    overflow: hidden; }
    @media screen and (max-width: 1350px) {
      .block-content .container .image-position-image_left .content__image {
        max-width: 550px;
        min-width: 550px; } }
    @media screen and (max-width: 1150px) {
      .block-content .container .image-position-image_left .content__image {
        max-width: 450px;
        min-width: 450px; } }
    @media screen and (max-width: 1024px) {
      .block-content .container .image-position-image_left .content__image {
        max-width: 100%;
        min-width: 100%; } }
    .block-content .container .image-position-image_left .content__image img {
      width: 100%; }
  .block-content .container .image-position-image_left .content__text {
    display: flex;
    flex-direction: column;
    margin-top: 150px; }
    @media screen and (max-width: 1024px) {
      .block-content .container .image-position-image_left .content__text {
        margin-top: 0; } }
    .block-content .container .image-position-image_left .content__text a {
      margin-bottom: 20px; }

.block-content .container .image-position-image_right {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px; }
  @media screen and (max-width: 1150px) {
    .block-content .container .image-position-image_right {
      flex-direction: column; } }
  .block-content .container .image-position-image_right .content__image {
    display: flex;
    width: 100%;
    align-self: flex-start;
    max-width: 650px;
    min-width: 650px; }
    @media screen and (max-width: 1350px) {
      .block-content .container .image-position-image_right .content__image {
        max-width: 550px;
        min-width: 550px; } }
    @media screen and (max-width: 1150px) {
      .block-content .container .image-position-image_right .content__image {
        max-width: 450px;
        min-width: 450px; } }
    @media screen and (max-width: 1024px) {
      .block-content .container .image-position-image_right .content__image {
        max-width: 100%;
        min-width: 100%; } }
    .block-content .container .image-position-image_right .content__image img {
      width: 100%; }
  .block-content .container .image-position-image_right .content__text {
    display: flex;
    flex-direction: column;
    margin-top: 150px; }
    @media screen and (max-width: 1024px) {
      .block-content .container .image-position-image_right .content__text {
        margin-top: 0; } }
    .block-content .container .image-position-image_right .content__text a {
      margin-bottom: 20px; }

.block-klantenservice {
  margin-top: 50px; }
  @media screen and (max-width: 1024px) {
    .block-klantenservice {
      margin-top: 0; } }
  .block-klantenservice .container {
    display: flex;
    flex-direction: column; }
    .block-klantenservice .container h2 {
      font-size: 30px; }
      @media screen and (max-width: 1024px) {
        .block-klantenservice .container h2 {
          font-size: 20px !important; } }
    .block-klantenservice .container .subjects {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px; }
      @media screen and (max-width: 1024px) {
        .block-klantenservice .container .subjects {
          grid-template-columns: repeat(2, 1fr); } }
      @media screen and (max-width: 768px) {
        .block-klantenservice .container .subjects {
          grid-template-columns: repeat(1, 1fr); } }
      .block-klantenservice .container .subjects .subject {
        border: 2px solid #EDEDED;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 20px 30px;
        min-height: 80px;
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
        font-weight: 500;
        transition: all 300ms;
        cursor: pointer; }
        .block-klantenservice .container .subjects .subject:hover {
          border: 2px solid #ED1C24; }
        .block-klantenservice .container .subjects .subject .icon {
          width: 20px;
          height: 20px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 24px; }
  .block-klantenservice .most-asked {
    margin-top: 50px; }
    .block-klantenservice .most-asked .questions {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px; }
      @media screen and (max-width: 1024px) {
        .block-klantenservice .most-asked .questions {
          grid-template-columns: repeat(1, 1fr); } }
      .block-klantenservice .most-asked .questions .question {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #EDEDED;
        padding-bottom: 20px;
        overflow: hidden;
        max-height: 40px;
        transition: all 1s ease-in-out; }
        .block-klantenservice .most-asked .questions .question svg {
          transition: all 0.3s ease-in-out; }
        .block-klantenservice .most-asked .questions .question.is-open {
          max-height: 1000px; }
          .block-klantenservice .most-asked .questions .question.is-open svg {
            transform: rotate(180deg); }
        .block-klantenservice .most-asked .questions .question h4 {
          font-weight: 400; }
        .block-klantenservice .most-asked .questions .question .title-wrapper {
          display: flex;
          flex-direction: row;
          gap: 15px;
          align-items: center; }

.questions {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px; }
  @media screen and (max-width: 1024px) {
    .questions {
      grid-template-columns: repeat(1, 1fr); } }
  .questions .question {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 20px;
    overflow: hidden;
    max-height: 40px;
    transition: all 1s ease-in-out; }
    .questions .question svg {
      transition: all 0.3s ease-in-out; }
    .questions .question.is-open {
      max-height: 1000px; }
      .questions .question.is-open svg {
        transform: rotate(180deg); }
    .questions .question h4 {
      font-weight: 400; }
    .questions .question .title-wrapper {
      display: flex;
      flex-direction: row;
      gap: 15px;
      align-items: center; }

.block-klantenservice-content h2 {
  font-size: 30px;
  margin-bottom: 10px; }

.block-klantenservice-content .button-wrapper {
  margin-top: 30px; }

.block-taxonomy-onderwerpen {
  display: flex;
  flex-direction: column; }
  .block-taxonomy-onderwerpen .container {
    display: flex;
    flex-direction: column; }

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important; }

.woocommerce-message {
  padding: 20px !important; }
  .woocommerce-message a {
    color: white;
    font-weight: 500;
    text-decoration: underline; }

.account-wrapper {
  display: flex;
  justify-content: space-between; }

.hide-on-mobile {
  display: block; }
  @media (max-width: 875px) {
    .hide-on-mobile {
      display: none; } }

.hide-on-mobile-inline {
  display: inline-block; }
  @media (max-width: 875px) {
    .hide-on-mobile-inline {
      display: none; } }

.hide-on-desktop {
  display: none; }
  @media (max-width: 875px) {
    .hide-on-desktop {
      display: block; } }

.main,
.sidebar {
  margin: 50px 0 100px 0; }
  .main h2,
  .sidebar h2 {
    font-size: 28px;
    color: #ED1C24;
    font-weight: 500; }
    @media (max-width: 550px) {
      .main h2,
      .sidebar h2 {
        font-size: 18px; } }
  .main h3,
  .sidebar h3 {
    font-size: 20px;
    color: #262626;
    font-weight: 500; }

.main {
  width: 100%;
  margin-left: 80px;
  max-width: 100%;
  overflow: hidden; }
  @media (max-width: 1110px) {
    .main {
      margin: 0 !important;
      margin-bottom: 50px !important; } }

.sidebar {
  width: 270px;
  min-width: 270px;
  position: -webkit-sticky;
  position: sticky;
  top: 230px; }
  @media (max-width: 875px) {
    .sidebar {
      display: none; } }
  .sidebar .sidebar-menu {
    display: flex;
    flex-direction: column; }
    .sidebar .sidebar-menu a {
      color: #262626;
      font-size: 16px;
      margin: 7px 0; }
      .sidebar .sidebar-menu a:hover {
        text-decoration: underline; }
      .sidebar .sidebar-menu a.active {
        font-weight: 500; }
      .sidebar .sidebar-menu a span {
        color: white;
        border-radius: 3px;
        background: #ED1C24;
        font-size: 10px;
        width: 16px;
        height: 16px;
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: stretch;
        box-sizing: border-box;
        font-weight: 500;
        position: relative;
        top: -1px;
        margin-left: 5px; }

.main .short-links {
  display: flex;
  flex-direction: row;
  margin-top: 20px; }
  @media (max-width: 550px) {
    .main .short-links {
      flex-direction: column; } }
  .main .short-links a {
    border: 1px solid #EFEFEF;
    padding: 15px;
    border-radius: 100px;
    margin-right: 15px;
    font-size: 16px;
    color: #262626;
    font-weight: 400;
    transition: all 300ms;
    display: flex;
    gap: 15px;
    flex-direction: row; }
    @media (max-width: 768px) {
      .main .short-links a {
        justify-content: space-between; } }
    @media (max-width: 768px) {
      .main .short-links a {
        margin-bottom: 15px;
        text-align: center;
        margin-right: 0; }
        .main .short-links a:last-of-type {
          margin-bottom: 0; } }
    .main .short-links a:hover {
      color: #ED1C24;
      border: 1px solid #ED1C24; }
    .main .short-links a:after {
      content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='%23ED1C24'/%3E%3Cpath d='M10.9331 10L8.88867 7.95556L9.51089 7.33333L12.1776 10L9.51089 12.6667L8.88867 12.0444L10.9331 10Z' fill='white'/%3E%3C/svg%3E%0A"); }

.main .last-order-summary {
  margin-top: 50px;
  display: flex;
  flex-direction: column; }
  .main .last-order-summary .order-item {
    margin-top: 5px;
    display: flex;
    flex-direction: row; }
    .main .last-order-summary .order-item .product-image {
      min-width: 100px;
      min-height: 100px;
      width: 120px;
      height: 120px;
      border-radius: 10px;
      border: 1px solid #F2F2F2;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      align-content: stretch;
      margin-right: 30px; }
      @media (max-width: 550px) {
        .main .last-order-summary .order-item .product-image {
          width: 115px;
          height: 115px;
          min-width: 115px;
          min-height: 115px;
          margin-right: 15px; } }
      .main .last-order-summary .order-item .product-image img {
        object-fit: contain;
        max-width: 100px;
        max-height: 100px; }
    .main .last-order-summary .order-item .product-details {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: flex-start;
      align-content: stretch; }
      .main .last-order-summary .order-item .product-details .product-title {
        font-size: 16px;
        max-width: 500px;
        color: #262626;
        margin-bottom: 10px; }
      .main .last-order-summary .order-item .product-details span {
        color: #ED1C24;
        font-size: 12px;
        font-weight: 500; }
      .main .last-order-summary .order-item .product-details .price-details {
        margin-top: 15px;
        color: #262626;
        font-weight: 500;
        font-size: 18px; }

.main a.view-orders {
  font-size: 16px;
  color: #262626;
  margin-top: 20px;
  display: inline-block; }
  .main a.view-orders:hover {
    text-decoration: underline; }
  .main a.view-orders .chevron-icon {
    color: #ED1C24;
    height: 16px;
    vertical-align: -2px;
    margin-left: -5px; }

.main .dashboard-suggestions {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  flex-direction: column; }
  .main .dashboard-suggestions .swiper-slide p {
    font-size: 16px; }
  .main .dashboard-suggestions h3 {
    margin-bottom: -5px; }

.main .dashboard-faq a {
  display: inline-block;
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  color: #ED1C24;
  transition: all 300ms; }
  .main .dashboard-faq a:hover {
    color: #c61017; }
    .main .dashboard-faq a:hover svg {
      left: 5px;
      stroke: #c61017; }
  .main .dashboard-faq a svg {
    height: 20px;
    position: relative;
    top: 4px;
    left: 0;
    transition: all 300ms; }

.main .dashboard-faq .qa-block {
  margin-top: 25px;
  padding: 20px 15px;
  border: 1px solid #efefef;
  border-radius: 10px; }
  .main .dashboard-faq .qa-block:first-child {
    margin-top: 35px; }
  .main .dashboard-faq .qa-block .title-wrapper {
    position: relative; }
  .main .dashboard-faq .qa-block h4 {
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    max-width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 550px) {
      .main .dashboard-faq .qa-block h4 {
        gap: 20px; } }
    .main .dashboard-faq .qa-block h4 .chevron-up, .main .dashboard-faq .qa-block h4 .chevron-down {
      right: 0;
      position: absolute;
      color: #ED1C24;
      height: 24px;
      top: 0; }
  .main .dashboard-faq .qa-block p {
    font-size: 16px;
    color: #262626;
    margin-top: 30px; }
  .main .dashboard-faq .qa-block .answer-open .chevron-up {
    display: block;
    position: absolute;
    top: 0; }
  .main .dashboard-faq .qa-block .answer-open .chevron-down {
    display: none; }
  .main .dashboard-faq .qa-block .chevron-up {
    display: none; }
  .main .dashboard-faq .qa-block .answer {
    transition: all 0.5s ease-in-out;
    display: none; }
    .main .dashboard-faq .qa-block .answer.answer-open {
      display: flex; }

.main .mobile-my-account-menu {
  position: fixed;
  bottom: -360px;
  background: white;
  width: 100%;
  min-height: 100px;
  padding: 20px;
  left: 0;
  box-sizing: border-box;
  z-index: 99;
  transition: all 500ms; }
  .main .mobile-my-account-menu:before {
    visibility: hidden;
    transition: all 500ms;
    content: '';
    left: 0;
    top: 0;
    position: fixed;
    display: block;
    z-index: -5;
    width: 100vw;
    height: 0;
    overflow: hidden;
    background: black;
    opacity: 0; }
  .main .mobile-my-account-menu.menu-open {
    transition: all 500ms;
    bottom: 0; }
    .main .mobile-my-account-menu.menu-open:before {
      visibility: visible;
      transition: all 500ms;
      content: '';
      left: 0;
      top: 0;
      position: fixed;
      display: block;
      z-index: -5;
      width: 100vw;
      height: calc(100vh - 250px);
      background: black;
      opacity: 0.25; }
  .main .mobile-my-account-menu .heading {
    height: 60px;
    background: #ED1C24;
    display: flex;
    align-items: center;
    position: relative;
    left: -20px;
    top: -20px;
    width: calc(100% + 40px); }
    .main .mobile-my-account-menu .heading svg {
      top: 17px;
      right: 20px;
      position: absolute; }
    .main .mobile-my-account-menu .heading h2 {
      color: white;
      font-size: 16px;
      margin-left: 20px;
      margin-top: 11px; }
  .main .mobile-my-account-menu .sidebar-menu {
    display: flex;
    flex-direction: column; }
    .main .mobile-my-account-menu .sidebar-menu a {
      color: #262626;
      font-size: 16px;
      margin: 7px 0; }
      .main .mobile-my-account-menu .sidebar-menu a:hover {
        text-decoration: underline; }
      .main .mobile-my-account-menu .sidebar-menu a.active {
        font-weight: 500; }
      .main .mobile-my-account-menu .sidebar-menu a span {
        color: white;
        border-radius: 3px;
        background: #ED1C24;
        font-size: 10px;
        width: 16px;
        height: 16px;
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: stretch;
        box-sizing: border-box;
        font-weight: 500;
        position: relative;
        top: -1px;
        margin-left: 5px; }

.view-orders {
  display: flex !important;
  align-items: center !important;
  color: #262626 !important;
  text-decoration: none !important; }
  .view-orders:hover {
    color: #ED1C24 !important; }

.heading-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid white;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='white'/%3E%3Crect x='10' y='19' width='13.3517' height='1.5' rx='0.75' transform='rotate(-45 10 19)' fill='%23ED1C24'/%3E%3Crect x='11' y='10' width='13.3517' height='1.5' rx='0.75' transform='rotate(45 11 10)' fill='%23ED1C24'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center; }

#open-mobile-account-menu {
  display: inline-flex !important;
  height: 60px !important;
  padding: 0 15px 0 15px !important;
  width: -webkit-fill-available;
  background: #ED1C24;
  color: white;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px !important;
  cursor: pointer;
  z-index: 1;
  transition: all 300ms;
  gap: 20px !important;
  margin: 0 !important; }
  #open-mobile-account-menu:hover {
    background: #c61017; }
  #open-mobile-account-menu:after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='white'/%3E%3Cpath d='M10.9331 10L8.88867 7.95557L9.51089 7.33334L12.1776 10L9.51089 12.6667L8.88867 12.0445L10.9331 10Z' fill='%23ED1C24'/%3E%3C/svg%3E%0A");
    transform: rotate(90deg); }

.mobile-my-account-menu.menu-open h2 {
  margin-top: 19px !important;
  font-size: 16px !important; }

.woocommerce-MyAccount-content .container.small-flex-class {
  border-radius: 10px !important; }

.woocommerce-MyAccount-content .container {
  margin: 0 !important; }

.woocommerce-MyAccount-content form .form-row-last, .woocommerce-MyAccount-content form .form-row-first {
  width: 100% !important;
  overflow: visible !important;
  float: left !important; }
  @media screen and (max-width: 768px) {
    .woocommerce-MyAccount-content form .form-row-last, .woocommerce-MyAccount-content form .form-row-first {
      display: flex !important;
      flex-direction: column !important; } }

@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-content form .form-row {
    display: flex !important;
    flex-direction: column !important; }
    .woocommerce-MyAccount-content form .form-row label {
      margin-bottom: 15px !important; } }

.woocommerce-MyAccount-content .postcode-eu-autofill-address {
  width: 100% !important;
  margin-bottom: 10px;
  box-sizing: border-box !important; }

.woocommerce-MyAccount-content .address-single .whitespace {
  display: none !important; }

.woocommerce-MyAccount-content #billing_eu_vat_number_field {
  display: flex !important;
  flex-direction: row !important; }
  @media screen and (max-width: 768px) {
    .woocommerce-MyAccount-content #billing_eu_vat_number_field {
      display: flex !important;
      flex-direction: column !important; }
      .woocommerce-MyAccount-content #billing_eu_vat_number_field label {
        margin-bottom: 15px !important; } }

.woocommerce-MyAccount-content form .form-row .select2-container {
  width: 100% !important; }

.order-summary {
  border-radius: 10px !important; }
  @media screen and (max-width: 768px) {
    .order-summary .container {
      padding: 30px !important; } }

.container .address-column a {
  display: flex !important;
  color: #262626 !important; }
  .container .address-column a:hover {
    color: #ED1C24 !important; }

.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  margin: 0 !important; }

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

body {
  padding: 270px 0 0 0;
  margin: 0;
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  max-width: 100vw;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (max-width: 1024px) {
    body {
      padding: 220px 0 0 0; } }
  @media only screen and (max-width: 768px) {
    body {
      padding: 205px 0 0 0; } }
  body.overflow-hidden {
    overflow: hidden !important; }

img {
  max-width: 100%; }

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24; }

.dgwt-wcas-search-input:placeholder-shown {
  text-overflow: ellipsis !important; }

[placeholder] {
  text-overflow: ellipsis; }

::placeholder {
  text-overflow: ellipsis; }

.primary-button {
  height: 50px;
  border-radius: 100px;
  background: #ED1C24;
  color: white;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500; }
  .primary-button:hover {
    background: #c61017;
    font-weight: 500; }

.secondary-button {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #262626;
  transition: all 300ms; }
  .secondary-button:hover {
    color: #ED1C24; }
  .secondary-button:before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='%23ED1C24'/%3E%3Cpath d='M16.3999 15L13.3333 11.9333L14.2666 11L18.2666 15L14.2666 19L13.3333 18.0667L16.3999 15Z' fill='white'/%3E%3C/svg%3E%0A"); }

.block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  z-index: 0; }
  @media only screen and (max-width: 1024px) {
    .block {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 768px) {
    .block {
      margin-bottom: 50px; } }
  .block.no-mb {
    margin-bottom: 0; }
  .block.no-mt {
    margin-top: 0; }
  .block .container {
    width: 100%;
    max-width: 1460px;
    display: flex;
    align-self: center;
    margin: 0 50px;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .block .container {
        margin: 0 20px; } }

h2 {
  font-size: 36px;
  color: #262626;
  line-height: 44px;
  padding: 0;
  margin: 0;
  font-weight: 600;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 22px !important;
      line-height: 30px;
      margin-bottom: 20px; } }

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  padding: 0;
  margin: 0; }

h3 {
  font-size: 18px;
  color: #262626;
  line-height: 26px;
  padding: 0;
  margin: 0;
  font-weight: 600;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 18px !important;
      line-height: 26px;
      margin-bottom: 15px; } }

.woocommerce-error {
  width: -webkit-fill-available; }

.woocommerce-notices-wrapper {
  width: -webkit-fill-available;
  justify-content: center;
  max-width: 1460px;
  display: flex;
  align-self: center;
  margin: 0 50px;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .woocommerce-notices-wrapper {
      margin: 20px 20px 0 20px; } }

.woocommerce-message {
  outline: none !important;
  border-top-color: #ED1C24;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0; }
  .woocommerce-message:before {
    display: none !important; }
  @media screen and (max-width: 768px) {
    .woocommerce-message {
      flex-direction: column !important;
      box-sizing: border-box;
      width: 90vw; } }
  .woocommerce-message a {
    border-radius: 100px !important;
    border: none;
    color: white !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #262626 !important;
    cursor: pointer;
    height: 50px !important;
    padding: 0 30px !important;
    transition: all 300ms !important;
    width: fit-content !important;
    margin-left: 30px !important; }
    @media screen and (max-width: 768px) {
      .woocommerce-message a {
        margin-left: 0 !important;
        margin-top: 20px !important; } }

.empty-cart-centered {
  width: 100%;
  margin-top: 150px;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .empty-cart-centered {
      margin-top: 50px; } }
  @media screen and (max-width: 768px) {
    .empty-cart-centered h2 {
      font-size: 16px !important; } }

header + .block-content {
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    header + .block-content {
      margin-top: 50px; } }
  header + .block-content h3 {
    margin-top: 30px;
    color: #ED1C24; }

.woocommerce {
  width: 100%; }

.dgwt-wcas-st {
  display: flex !important;
  flex-direction: column !important; }

.woocommerce ul.products li.product .price del {
  text-decoration: none;
  position: relative; }
  .woocommerce ul.products li.product .price del:before {
    border-top: 1px solid #000;
    opacity: 0.5;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    left: 0; }

.upper-footer .container {
  display: flex;
  justify-content: center; }

.footer-bar {
  justify-content: center;
  display: flex;
  flex-direction: row;
  background-color: #EDEDED;
  color: #262626;
  border-radius: 10px 10px 0 0;
  height: 60px;
  align-items: center;
  font-size: 14px;
  width: calc(100% - 100px);
  margin: 0px 50px 0 50px; }
  @media only screen and (max-width: 768px) {
    .footer-bar {
      margin: 0px 40px 0 40px; } }
  .footer-bar .container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 0 !important; }
    .footer-bar .container .splide-footerbar {
      width: 100%;
      justify-content: center;
      display: none; }
      @media only screen and (max-width: 1200px) {
        .footer-bar .container .splide-footerbar {
          display: flex; } }
    .footer-bar .container .slider-usp {
      height: 50px;
      display: flex;
      align-items: center;
      gap: 10px;
      justify-content: center;
      width: 100%;
      text-align: center; }
    .footer-bar .container .footer-bar__usps {
      display: flex;
      align-items: center;
      flex-direction: row;
      gap: 30px; }
      @media only screen and (max-width: 1230px) {
        .footer-bar .container .footer-bar__usps {
          gap: 15px; } }
      @media only screen and (max-width: 1200px) {
        .footer-bar .container .footer-bar__usps {
          display: none; } }
      .footer-bar .container .footer-bar__usps .footer-bar__usp {
        display: flex;
        align-items: center;
        gap: 10px; }

footer {
  background: #262626;
  color: white;
  display: flex;
  flex-direction: row;
  margin: 0 20px;
  box-sizing: border-box;
  padding: 50px;
  border-radius: 10px;
  gap: 50px;
  font-weight: 300; }
  @media only screen and (max-width: 1250px) {
    footer {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 768px) {
    footer {
      padding: 30px;
      gap: 30px; } }
  footer strong {
    font-weight: 600; }
  footer .logo-full {
    display: flex;
    max-height: 60px; }
    @media only screen and (max-width: 1300px) {
      footer .logo-full {
        display: none; } }
  footer .logo-short {
    display: none; }
    @media only screen and (max-width: 1300px) {
      footer .logo-short {
        display: flex; } }
    @media only screen and (max-width: 768px) {
      footer .logo-short {
        margin-right: 0;
        max-height: 60px; } }
  footer .column-contact {
    min-width: 250px;
    margin-right: 50px; }
    footer .column-contact .details-wrapper {
      margin: 20px 0;
      display: flex;
      flex-direction: row;
      gap: 20px; }
      footer .column-contact .details-wrapper .column {
        gap: 5px;
        min-width: fit-content;
        display: flex;
        flex-direction: column; }
    footer .column-contact .icons {
      margin-top: 30px;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 15px; }
      footer .column-contact .icons a:not(.bb-logo) {
        width: 50px;
        height: 50px;
        min-width: 50px;
        border-radius: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        background: #3F3F3F;
        transition: all 300ms; }
        footer .column-contact .icons a:not(.bb-logo):hover {
          transform: scale(1.05);
          background: #ED1C24; }
        footer .column-contact .icons a:not(.bb-logo) svg {
          max-width: 24px; }
      footer .column-contact .icons .bb-logo {
        background: transparent;
        width: 70px;
        min-width: 70px;
        height: 70px;
        transition: all 300ms; }
        footer .column-contact .icons .bb-logo:hover {
          transform: rotate(15deg); }
    footer .column-contact a {
      transition: all 300ms; }
      footer .column-contact a:hover {
        color: #ED1C24; }
    footer .column-contact .legal-numbers {
      display: flex;
      flex-direction: column;
      gap: 5px; }
  footer .column-1 {
    max-width: 270px !important;
    min-width: unset;
    line-height: 26px; }
    footer .column-1 p {
      padding: 0;
      margin: 0; }
  footer .last-column {
    min-width: fit-content;
    margin-right: 20px; }
  footer .column-links a {
    display: flex;
    padding: 0;
    margin: 12px 0; }
  footer .column-links br {
    display: none;
    height: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    font-size: 0; }
  footer .column h3 {
    font-size: 16px;
    display: flex;
    margin-bottom: 10px;
    color: white; }
  footer .column a {
    transition: all 300ms; }
    footer .column a:hover {
      color: #ED1C24; }
  footer .footer__logo {
    margin-bottom: 30px;
    display: flex; }

.under-footer .container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 15px 50px;
  box-sizing: border-box; }
  @media only screen and (max-width: 1250px) {
    .under-footer .container {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 1024px) {
    .under-footer .container {
      flex-direction: column; } }
  .under-footer .container .copyright-column {
    font-size: 14px; }
    @media only screen and (max-width: 768px) {
      .under-footer .container .copyright-column {
        text-align: center; } }
  .under-footer .container .column-legal-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; }
    @media only screen and (max-width: 1024px) {
      .under-footer .container .column-legal-links {
        margin-bottom: 10px; } }
    .under-footer .container .column-legal-links a {
      transition: all 300ms; }
      .under-footer .container .column-legal-links a:hover {
        text-decoration: underline;
        color: #ED1C24; }
  .under-footer .container a {
    font-size: 14px; }
  .under-footer .container .payment_methods {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; }
    @media only screen and (max-width: 1024px) {
      .under-footer .container .payment_methods {
        margin-bottom: 20px;
        margin-top: 10px; } }
    .under-footer .container .payment_methods .method-container {
      height: 40px;
      border: 1px solid #EDEDED;
      border-radius: 6px;
      width: 60px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .under-footer .container .payment_methods .method-container img {
        max-width: 100%;
        max-height: 80%; }

.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 1; }

.hamburger.is-active:hover {
  opacity: 1; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: black; }

.hamburger-box {
  width: 20px;
  height: 24px;
  top: 1px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 16px;
  height: 1px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -5px; }

.hamburger-inner::after {
  bottom: -5px; }

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

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

body {
  padding: 270px 0 0 0;
  margin: 0;
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  max-width: 100vw;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (max-width: 1024px) {
    body {
      padding: 220px 0 0 0; } }
  @media only screen and (max-width: 768px) {
    body {
      padding: 205px 0 0 0; } }
  body.overflow-hidden {
    overflow: hidden !important; }

img {
  max-width: 100%; }

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24; }

.dgwt-wcas-search-input:placeholder-shown {
  text-overflow: ellipsis !important; }

[placeholder] {
  text-overflow: ellipsis; }

::placeholder {
  text-overflow: ellipsis; }

.primary-button {
  height: 50px;
  border-radius: 100px;
  background: #ED1C24;
  color: white;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500; }
  .primary-button:hover {
    background: #c61017;
    font-weight: 500; }

.secondary-button {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #262626;
  transition: all 300ms; }
  .secondary-button:hover {
    color: #ED1C24; }
  .secondary-button:before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='%23ED1C24'/%3E%3Cpath d='M16.3999 15L13.3333 11.9333L14.2666 11L18.2666 15L14.2666 19L13.3333 18.0667L16.3999 15Z' fill='white'/%3E%3C/svg%3E%0A"); }

.block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  z-index: 0; }
  @media only screen and (max-width: 1024px) {
    .block {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 768px) {
    .block {
      margin-bottom: 50px; } }
  .block.no-mb {
    margin-bottom: 0; }
  .block.no-mt {
    margin-top: 0; }
  .block .container {
    width: 100%;
    max-width: 1460px;
    display: flex;
    align-self: center;
    margin: 0 50px;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .block .container {
        margin: 0 20px; } }

h2 {
  font-size: 36px;
  color: #262626;
  line-height: 44px;
  padding: 0;
  margin: 0;
  font-weight: 600;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 22px !important;
      line-height: 30px;
      margin-bottom: 20px; } }

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  padding: 0;
  margin: 0; }

h3 {
  font-size: 18px;
  color: #262626;
  line-height: 26px;
  padding: 0;
  margin: 0;
  font-weight: 600;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 18px !important;
      line-height: 26px;
      margin-bottom: 15px; } }

.woocommerce-error {
  width: -webkit-fill-available; }

.woocommerce-notices-wrapper {
  width: -webkit-fill-available;
  justify-content: center;
  max-width: 1460px;
  display: flex;
  align-self: center;
  margin: 0 50px;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .woocommerce-notices-wrapper {
      margin: 20px 20px 0 20px; } }

.woocommerce-message {
  outline: none !important;
  border-top-color: #ED1C24;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0; }
  .woocommerce-message:before {
    display: none !important; }
  @media screen and (max-width: 768px) {
    .woocommerce-message {
      flex-direction: column !important;
      box-sizing: border-box;
      width: 90vw; } }
  .woocommerce-message a {
    border-radius: 100px !important;
    border: none;
    color: white !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #262626 !important;
    cursor: pointer;
    height: 50px !important;
    padding: 0 30px !important;
    transition: all 300ms !important;
    width: fit-content !important;
    margin-left: 30px !important; }
    @media screen and (max-width: 768px) {
      .woocommerce-message a {
        margin-left: 0 !important;
        margin-top: 20px !important; } }

.empty-cart-centered {
  width: 100%;
  margin-top: 150px;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .empty-cart-centered {
      margin-top: 50px; } }
  @media screen and (max-width: 768px) {
    .empty-cart-centered h2 {
      font-size: 16px !important; } }

header + .block-content {
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    header + .block-content {
      margin-top: 50px; } }
  header + .block-content h3 {
    margin-top: 30px;
    color: #ED1C24; }

.woocommerce {
  width: 100%; }

.dgwt-wcas-st {
  display: flex !important;
  flex-direction: column !important; }

.woocommerce ul.products li.product .price del {
  text-decoration: none;
  position: relative; }
  .woocommerce ul.products li.product .price del:before {
    border-top: 1px solid #000;
    opacity: 0.5;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    left: 0; }

.header {
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  background: white;
  padding-top: 0 !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 5;
  top: -1px; }
  .header .top-bar {
    transition: all 300ms; }
  @media only screen and (min-width: 1025px) {
    .header.is-scrolled .top-bar {
      margin-bottom: 15px !important; }
    .header.is-scrolled .container {
      margin-bottom: -30px !important; } }
  @media only screen and (max-width: 1024px) {
    .header {
      border: 1px solid #DDDDDD;
      left: -1px; } }
  @media only screen and (max-width: 768px) {
    .header {
      padding: 15px 0; } }
  .header .logo-full {
    display: flex; }
    @media only screen and (max-width: 1300px) {
      .header .logo-full {
        display: none; } }
  .header .logo-short {
    display: none; }
    @media only screen and (max-width: 1300px) {
      .header .logo-short {
        display: flex; } }
    @media only screen and (max-width: 768px) {
      .header .logo-short {
        margin-right: 0;
        max-height: 30px; } }
  .header .search-desktop {
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      .header .search-desktop {
        display: none; } }
  .header .container {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    max-width: 1500px;
    margin-bottom: -20px;
    transition: all 300ms; }
    @media only screen and (max-width: 1024px) {
      .header .container {
        margin-bottom: 0; } }
    @media only screen and (max-width: 768px) {
      .header .container {
        gap: 10px; } }
    .header .container .left-side, .header .container .right-side {
      flex-direction: row;
      display: flex;
      align-items: center; }
    .header .container .dgwt-wcas-search-wrapp {
      width: 100%;
      max-width: 100%; }
    .header .container .left-side {
      width: 100%; }
      @media only screen and (max-width: 1024px) {
        .header .container .left-side {
          justify-content: center; } }
    .header .container .right-side {
      gap: 15px; }
      @media only screen and (max-width: 768px) {
        .header .container .right-side {
          gap: 10px; } }
    .header .container .header__logo {
      width: 100%;
      max-height: 60px;
      margin-right: 30px;
      max-width: fit-content; }
      @media only screen and (max-width: 768px) {
        .header .container .header__logo {
          margin-right: 0;
          max-height: 30px; } }
    .header .container .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
      display: none; }
    .header .container .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input {
      height: 60px;
      background: none;
      border: none;
      max-width: 480px;
      width: 100%;
      min-width: 100%;
      font-family: 'Maven Pro';
      box-sizing: border-box;
      padding-right: 70px; }
    .header .container .dgwt-wcas-preloader {
      right: 60px !important; }
    .header .container .dgwt-wcas-search-submit {
      background: #ED1C24 !important;
      padding: 0 !important;
      margin: 0 !important;
      min-height: auto !important;
      top: 10px !important;
      height: 38px !important;
      right: 10px !important;
      border-radius: 5px !important;
      width: 50px !important;
      max-width: 50px !important; }
    .header .container .dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp {
      border-bottom-left-radius: 0 !important;
      border-bottom-right-radius: 0 !important; }
    .header .container .dgwt-wcas-sf-wrapp {
      max-width: 100%;
      height: 60px;
      border-radius: 10px;
      border: 1px solid #ED1C24;
      overflow: hidden; }
      .header .container .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input {
        height: 60px;
        background: none;
        border: none;
        font-family: "Maven Pro", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal !important;
        font-size: 16px; }
    .header .container .mobile-hamburger {
      -webkit-tap-highlight-color: transparent;
      height: 60px;
      padding: 0 25px;
      cursor: pointer;
      border: 1px solid #DDDDDD;
      display: none;
      flex-direction: row;
      align-items: center;
      border-radius: 100px;
      transition: all 300ms ease-in-out;
      color: #262626;
      position: relative;
      text-decoration: none;
      gap: 5px;
      font-size: 16px; }
      .header .container .mobile-hamburger:hover {
        border: 1px solid #ED1C24; }
      .header .container .mobile-hamburger span.text {
        position: relative;
        top: -1px; }
        @media only screen and (max-width: 768px) {
          .header .container .mobile-hamburger span.text {
            top: -2px; } }
      @media only screen and (max-width: 1024px) {
        .header .container .mobile-hamburger {
          display: flex; } }
      @media only screen and (max-width: 768px) {
        .header .container .mobile-hamburger {
          height: 50px;
          padding: 0 15px;
          font-size: 14px; } }
    .header .container .preference-wrapper {
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .header .container .preference-wrapper {
          display: none; } }
    .header .container .yay-currency-custom-arrow::before {
      display: none; }
    .header .container .yay-currency-custom-arrow::after {
      display: none; }
    .header .container .preference-dropdown {
      position: absolute;
      top: 60px;
      left: 0;
      background: #EFEFEF;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      width: 100%;
      display: none;
      overflow: hidden; }
      .header .container .preference-dropdown .inner-dropdown {
        padding: 20px;
        box-sizing: border-box; }
        .header .container .preference-dropdown .inner-dropdown .switcher-wrapper-inner {
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 20px; }
          .header .container .preference-dropdown .inner-dropdown .switcher-wrapper-inner .vat-pricing-status {
            position: relative;
            top: 5px; }
        .header .container .preference-dropdown .inner-dropdown .wp-block-wdevs-tax-switch .wdevs-tax-switch .wdevs-tax-switch-checkbox:checked + .wdevs-tax-switch-slider {
          background-color: #ED1C24 !important; }
        .header .container .preference-dropdown .inner-dropdown .wp-block-wdevs-tax-switch, .header .container .preference-dropdown .inner-dropdown .wp-block-wdevs-tax-switch .wdevs-tax-switch {
          margin-top: 10px; }
        .header .container .preference-dropdown .inner-dropdown .wdevs-tax-switch-checkbox:after {
          content: 'test'; }
        .header .container .preference-dropdown .inner-dropdown .yay-currency-custom-option-row.selected {
          display: none !important; }
        .header .container .preference-dropdown .inner-dropdown .yay-currency-custom-option-row {
          color: #262626;
          font-family: 'Maven Pro', sans-serif;
          padding: 10px 10px !important;
          transition: all 300ms; }
          .header .container .preference-dropdown .inner-dropdown .yay-currency-custom-option-row:hover {
            background: white !important;
            color: #ED1C24 !important; }
        .header .container .preference-dropdown .inner-dropdown .yay-currency-custom-option {
          font-size: 16px !important;
          padding-left: 10px !important;
          font-family: 'Maven Pro', sans-serif !important; }
        .header .container .preference-dropdown .inner-dropdown .yay-currency-custom-select .yay-currency-custom-options {
          margin-top: -6px !important;
          border: 1px solid #ed1c24;
          width: calc(100% + 2px) !important;
          margin-left: -1px !important;
          border-top: none !important;
          padding-bottom: 10px !important; }
        .header .container .preference-dropdown .inner-dropdown .yay-currency-custom-select {
          position: relative;
          border: 1px solid #DDDDDD;
          transition: all 300ms;
          border-radius: 10px; }
          .header .container .preference-dropdown .inner-dropdown .yay-currency-custom-select:hover:after {
            transform: rotate(180deg); }
          .header .container .preference-dropdown .inner-dropdown .yay-currency-custom-select:after {
            position: absolute;
            top: 20px;
            right: 15px;
            z-index: 3;
            transition: all 500ms;
            transform-origin: center center;
            content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8.06667L11.0667 5L12 5.93333L8 9.93333L4 5.93333L4.93333 5L8 8.06667Z' fill='%23ED1C24'/%3E%3C/svg%3E%0A"); }
          .header .container .preference-dropdown .inner-dropdown .yay-currency-custom-select:hover {
            border: 1px solid #ED1C24; }
          .header .container .preference-dropdown .inner-dropdown .yay-currency-custom-select.open {
            border: 1px solid #ED1C24; }
            .header .container .preference-dropdown .inner-dropdown .yay-currency-custom-select.open:after {
              transform: rotate(180deg); }
        .header .container .preference-dropdown .inner-dropdown .trp-ls-shortcode-language.trp-ls-clicked {
          border: 1px solid #ED1C24; }
        .header .container .preference-dropdown .inner-dropdown .trp-language-switcher > div > a:hover:not(:first-of-type) {
          background: white !important;
          color: #ED1C24 !important; }
        .header .container .preference-dropdown .inner-dropdown .trp-language-switcher, .header .container .preference-dropdown .inner-dropdown .trp-ls-shortcode-language {
          width: 100%; }
        .header .container .preference-dropdown .inner-dropdown .trp-ls-shortcode-language {
          width: 100% !important; }
        .header .container .preference-dropdown .inner-dropdown .language-switcher, .header .container .preference-dropdown .inner-dropdown .valuta-switcher {
          margin-bottom: 20px;
          cursor: pointer; }
        .header .container .preference-dropdown .inner-dropdown .yay-currency-custom-select__trigger {
          height: 54px;
          border-radius: 10px;
          padding-left: 10px;
          font-size: 16px;
          transition: all 300ms;
          border: none !important; }
        .header .container .preference-dropdown .inner-dropdown .language-switcher {
          margin-bottom: 30px; }
        .header .container .preference-dropdown .inner-dropdown .trp_language_switcher_shortcode {
          height: 50px;
          cursor: pointer; }
        .header .container .preference-dropdown .inner-dropdown .trp-ls-shortcode-current-language {
          position: relative;
          cursor: pointer !important; }
          .header .container .preference-dropdown .inner-dropdown .trp-ls-shortcode-current-language.trp-ls-clicked:after {
            transform: rotate(180deg); }
          .header .container .preference-dropdown .inner-dropdown .trp-ls-shortcode-current-language:hover:after {
            transform: rotate(180deg); }
          .header .container .preference-dropdown .inner-dropdown .trp-ls-shortcode-current-language:after {
            position: absolute;
            top: 22px;
            right: 15px;
            z-index: 3;
            transition: all 500ms;
            transform-origin: center center;
            content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8.06667L11.0667 5L12 5.93333L8 9.93333L4 5.93333L4.93333 5L8 8.06667Z' fill='%23ED1C24'/%3E%3C/svg%3E%0A"); }
        .header .container .preference-dropdown .inner-dropdown .trp-language-switcher > div {
          box-sizing: border-box;
          padding: 4px 20px 3px 13px;
          border: 1px solid #DDDDDD;
          background-image: none;
          background-repeat: no-repeat;
          background-color: #fff;
          border-radius: 10px;
          transition: all 300ms;
          cursor: pointer; }
          .header .container .preference-dropdown .inner-dropdown .trp-language-switcher > div:hover {
            border: 1px solid #ED1C24; }
        .header .container .preference-dropdown .inner-dropdown .trp-language-switcher > div > a {
          padding: 14px 10px 18px 5px; }
        .header .container .preference-dropdown .inner-dropdown .trp-language-switcher .trp-ls-shortcode-current-language {
          width: 100% !important; }
        .header .container .preference-dropdown .inner-dropdown label {
          margin-bottom: 10px;
          display: flex; }
        .header .container .preference-dropdown .inner-dropdown .yay-currency-custom-select-wrapper {
          width: 100% !important; }
    .header .container .preference-switcher {
      height: 60px;
      min-width: 182px;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 15px;
      padding: 0 20px;
      background: #EFEFEF;
      border-radius: 100px;
      cursor: pointer;
      transition: all 300ms ease-in-out; }
      .header .container .preference-switcher.is-open {
        border-radius: 10px;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important; }
      .header .container .preference-switcher .subtext {
        font-size: 12px;
        color: #888888; }
      .header .container .preference-switcher .material-symbols-outlined {
        color: #262626; }
      .header .container .preference-switcher .preferences-toggler {
        margin-right: -5px;
        cursor: pointer;
        transition: all 300ms; }
        .header .container .preference-switcher .preferences-toggler.is-open {
          transform: rotate(180deg); }
    .header .container .account-wrapper {
      position: relative; }
      @media only screen and (max-width: 1150px) {
        .header .container .account-wrapper {
          display: none; } }
    .header .container .account-dropdown {
      position: absolute;
      top: 60px;
      left: 0;
      background: #262626;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      width: 100%;
      display: none;
      overflow: hidden;
      color: white; }
      .header .container .account-dropdown .inner-dropdown {
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 15px;
        color: white; }
        .header .container .account-dropdown .inner-dropdown .logout-button {
          margin-top: 20px; }
        .header .container .account-dropdown .inner-dropdown a {
          color: white;
          text-decoration: none;
          transition: all 300ms;
          display: flex;
          align-items: center;
          flex-direction: row;
          gap: 10px; }
          .header .container .account-dropdown .inner-dropdown a:hover {
            font-weight: 500; }
          .header .container .account-dropdown .inner-dropdown a .counter {
            width: 20px;
            height: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            background: #ED1C24;
            color: white;
            font-size: 12px;
            font-weight: 600;
            line-height: 10px; }
        .header .container .account-dropdown .inner-dropdown .switcher-wrapper-inner {
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 20px; }
          .header .container .account-dropdown .inner-dropdown .switcher-wrapper-inner .vat-pricing-status {
            position: relative;
            top: 5px; }
        .header .container .account-dropdown .inner-dropdown .wp-block-wdevs-tax-switch .wdevs-tax-switch .wdevs-tax-switch-checkbox:checked + .wdevs-tax-switch-slider {
          background-color: #ED1C24 !important; }
        .header .container .account-dropdown .inner-dropdown .wp-block-wdevs-tax-switch, .header .container .account-dropdown .inner-dropdown .wp-block-wdevs-tax-switch .wdevs-tax-switch {
          margin-top: 10px; }
        .header .container .account-dropdown .inner-dropdown .wdevs-tax-switch-checkbox:after {
          content: 'test'; }
        .header .container .account-dropdown .inner-dropdown .yay-currency-custom-option-row.selected {
          display: none !important; }
        .header .container .account-dropdown .inner-dropdown .yay-currency-custom-option-row {
          color: #262626;
          font-family: 'Maven Pro', sans-serif;
          padding: 10px 10px !important;
          transition: all 300ms; }
          .header .container .account-dropdown .inner-dropdown .yay-currency-custom-option-row:hover {
            background: white !important;
            color: #ED1C24 !important; }
        .header .container .account-dropdown .inner-dropdown .yay-currency-custom-option {
          font-size: 16px !important;
          padding-left: 10px !important;
          font-family: 'Maven Pro', sans-serif !important; }
        .header .container .account-dropdown .inner-dropdown .yay-currency-custom-select .yay-currency-custom-options {
          margin-top: -6px !important;
          border: 1px solid #ed1c24;
          width: calc(100% + 2px) !important;
          margin-left: -1px !important;
          border-top: none !important;
          padding-bottom: 10px !important; }
        .header .container .account-dropdown .inner-dropdown .yay-currency-custom-select {
          position: relative;
          border: 1px solid #DDDDDD;
          transition: all 300ms;
          border-radius: 10px; }
          .header .container .account-dropdown .inner-dropdown .yay-currency-custom-select:hover:after {
            transform: rotate(180deg); }
          .header .container .account-dropdown .inner-dropdown .yay-currency-custom-select:after {
            position: absolute;
            top: 20px;
            right: 15px;
            z-index: 3;
            transition: all 500ms;
            transform-origin: center center;
            content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8.06667L11.0667 5L12 5.93333L8 9.93333L4 5.93333L4.93333 5L8 8.06667Z' fill='%23ED1C24'/%3E%3C/svg%3E%0A"); }
          .header .container .account-dropdown .inner-dropdown .yay-currency-custom-select:hover {
            border: 1px solid #ED1C24; }
          .header .container .account-dropdown .inner-dropdown .yay-currency-custom-select.open {
            border: 1px solid #ED1C24; }
            .header .container .account-dropdown .inner-dropdown .yay-currency-custom-select.open:after {
              transform: rotate(180deg); }
        .header .container .account-dropdown .inner-dropdown .trp-ls-shortcode-language.trp-ls-clicked {
          border: 1px solid #ED1C24; }
        .header .container .account-dropdown .inner-dropdown .trp-language-switcher > div > a:hover:not(:first-of-type) {
          background: white !important;
          color: #ED1C24 !important; }
        .header .container .account-dropdown .inner-dropdown .trp-language-switcher, .header .container .account-dropdown .inner-dropdown .trp-ls-shortcode-language {
          width: 100%; }
        .header .container .account-dropdown .inner-dropdown .trp-ls-shortcode-language {
          width: 100% !important; }
        .header .container .account-dropdown .inner-dropdown .language-switcher, .header .container .account-dropdown .inner-dropdown .valuta-switcher {
          margin-bottom: 20px;
          cursor: pointer; }
        .header .container .account-dropdown .inner-dropdown .yay-currency-custom-select__trigger {
          height: 54px;
          border-radius: 10px;
          padding-left: 10px;
          font-size: 16px;
          transition: all 300ms;
          border: none !important; }
        .header .container .account-dropdown .inner-dropdown .language-switcher {
          margin-bottom: 30px; }
        .header .container .account-dropdown .inner-dropdown .trp_language_switcher_shortcode {
          height: 50px;
          cursor: pointer; }
        .header .container .account-dropdown .inner-dropdown .trp-ls-shortcode-current-language {
          position: relative;
          cursor: pointer !important; }
          .header .container .account-dropdown .inner-dropdown .trp-ls-shortcode-current-language.trp-ls-clicked:after {
            transform: rotate(180deg); }
          .header .container .account-dropdown .inner-dropdown .trp-ls-shortcode-current-language:hover:after {
            transform: rotate(180deg); }
          .header .container .account-dropdown .inner-dropdown .trp-ls-shortcode-current-language:after {
            position: absolute;
            top: 22px;
            right: 15px;
            z-index: 3;
            transition: all 500ms;
            transform-origin: center center;
            content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8.06667L11.0667 5L12 5.93333L8 9.93333L4 5.93333L4.93333 5L8 8.06667Z' fill='%23ED1C24'/%3E%3C/svg%3E%0A"); }
        .header .container .account-dropdown .inner-dropdown .trp-language-switcher > div {
          box-sizing: border-box;
          padding: 4px 20px 3px 13px;
          border: 1px solid #DDDDDD;
          background-image: none;
          background-repeat: no-repeat;
          background-color: #fff;
          border-radius: 10px;
          transition: all 300ms;
          cursor: pointer; }
          .header .container .account-dropdown .inner-dropdown .trp-language-switcher > div:hover {
            border: 1px solid #ED1C24; }
        .header .container .account-dropdown .inner-dropdown .trp-language-switcher > div > a {
          padding: 14px 10px 18px 5px; }
        .header .container .account-dropdown .inner-dropdown .trp-language-switcher .trp-ls-shortcode-current-language {
          width: 100% !important; }
        .header .container .account-dropdown .inner-dropdown label {
          margin-bottom: 10px;
          display: flex; }
        .header .container .account-dropdown .inner-dropdown .yay-currency-custom-select-wrapper {
          width: 100% !important; }
    .header .container .account-switcher-mobile {
      height: 60px;
      display: none;
      flex-direction: row;
      justify-content: center;
      font-size: 30px;
      align-items: center;
      background: #262626;
      color: white;
      border-radius: 100px;
      cursor: pointer;
      transition: all 300ms ease-in-out;
      width: 80px; }
      .header .container .account-switcher-mobile:hover {
        background: #404040; }
      .header .container .account-switcher-mobile .material-symbols-outlined {
        font-size: 30px; }
      @media only screen and (max-width: 1150px) {
        .header .container .account-switcher-mobile {
          display: flex; } }
      @media only screen and (max-width: 768px) {
        .header .container .account-switcher-mobile {
          height: 50px;
          width: 50px; } }
    .header .container .account-switcher {
      height: 60px;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 15px;
      padding: 0 20px;
      background: #262626;
      color: white;
      border-radius: 100px;
      cursor: pointer;
      transition: all 300ms ease-in-out;
      min-width: 160px;
      justify-content: space-between; }
      .header .container .account-switcher.is-open {
        border-radius: 10px;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important; }
      .header .container .account-switcher .primary-settings {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .header .container .account-switcher .subtext {
        font-size: 12px;
        color: #B3B3B3; }
      .header .container .account-switcher .material-symbols-outlined {
        color: white; }
      .header .container .account-switcher .account-toggler {
        margin-right: -5px;
        cursor: pointer;
        color: white;
        transition: all 300ms; }
        .header .container .account-switcher .account-toggler.is-open {
          transform: rotate(180deg); }
    .header .container .cart-button {
      height: 60px;
      border: 1px solid #DDDDDD;
      display: flex;
      flex-direction: row;
      align-items: center;
      border-radius: 100px;
      padding: 0 15px 0 25px;
      cursor: pointer;
      transition: all 300ms ease-in-out;
      color: #262626;
      position: relative;
      text-decoration: none; }
      @media only screen and (max-width: 1200px) {
        .header .container .cart-button {
          width: 60px;
          padding: 0 10px; } }
      .header .container .cart-button:hover {
        border: 1px solid #ED1C24; }
      .header .container .cart-button #cart-header {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px; }
        @media only screen and (max-width: 1200px) {
          .header .container .cart-button #cart-header .amount {
            font-size: 0 !important;
            visibility: hidden;
            display: none;
            color: white; } }
        .header .container .cart-button #cart-header .amount bdi {
          font-weight: 500;
          margin-right: -5px; }
        .header .container .cart-button #cart-header .vat-pricing-status {
          color: #989898; }
          @media only screen and (max-width: 1200px) {
            .header .container .cart-button #cart-header .vat-pricing-status {
              display: none !important; } }
        .header .container .cart-button #cart-header #cart-count {
          margin-left: 10px;
          background: #ed1c24;
          color: white;
          border-radius: 100px;
          font-size: 14px;
          line-height: 10px;
          height: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0 15px;
          font-weight: 600; }
          @media only screen and (max-width: 1200px) {
            .header .container .cart-button #cart-header #cart-count {
              position: absolute;
              right: 0;
              top: -10px;
              padding: 0;
              width: 30px;
              height: 30px; } }
      @media only screen and (max-width: 768px) {
        .header .container .cart-button {
          height: 50px;
          width: 60px;
          padding: 0; } }
    @media only screen and (max-width: 1200px) {
      .header .container #cart-total {
        max-width: 0 !important;
        overflow: hidden !important;
        display: none; }
      .header .container .cart-button .material-symbols-outlined {
        margin-left: 15px;
        font-size: 30px; } }

.search-mobile {
  position: fixed;
  display: none;
  top: 166px;
  width: 100vw;
  background: #EFEFEF;
  z-index: 3;
  height: 70px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid #EDEDED;
  transition: all 0.5s ease-in-out; }
  @media only screen and (max-width: 1024px) {
    .search-mobile {
      display: flex; } }
  @media only screen and (max-width: 768px) {
    .search-mobile {
      top: 124px; } }
  @media only screen and (max-width: 768px) {
    .search-mobile.hide-search {
      top: 50px; } }
  .search-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border: none;
    background: none;
    height: 77px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    padding-left: 20px; }
    @media only screen and (max-width: 768px) {
      .search-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        padding-right: 60px; } }
  .search-mobile .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    background: none !important;
    margin-right: 10px; }
    .search-mobile .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before {
      display: none !important; }
  .search-mobile .dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
    fill: #262626; }
  .search-mobile .dgwt-wcas-search-wrapp {
    max-width: 100vw;
    left: 0;
    position: absolute; }

.dgwt-wcas-suggestions-wrapp-fixed {
  position: fixed !important;
  margin-top: -9px;
  padding-top: 7px;
  border: 1px solid #ED1C24 !important;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  background: white;
  box-sizing: border-box;
  border-top: none !important; }
  @media only screen and (max-width: 1024px) {
    .dgwt-wcas-suggestions-wrapp-fixed {
      border: none !important;
      margin-top: -11px; } }

.dgwt-wcas-suggestions-wrapp:before {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: auto;
  left: 0;
  z-index: -4;
  content: '';
  display: none; }
  @media only screen and (max-width: 1024px) {
    .dgwt-wcas-suggestions-wrapp:before {
      display: block; } }

@media only screen and (max-width: 1024px) {
  dgwt-wcas-preloader.dgwt-wcas-close {
    right: 50px; } }

.dgwt-wcas-si img {
  max-width: 100px !important;
  max-height: 100px !important;
  border: none; }

.dgwt-wcas-si {
  width: 100px; }

.dgwt-wcas-sku {
  font-size: 14px;
  color: #979797;
  margin-top: 5px; }

.dgwt-wcas-has-sku .dgwt-wcas-st-title {
  margin-right: 6px;
  padding-right: 35px; }

.dgwt-wcas-content-wrapp {
  position: relative; }
  .dgwt-wcas-content-wrapp:after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='%23ED1C24'/%3E%3Cpath d='M10.9334 9.99998L8.88892 7.95554L9.51114 7.33331L12.1778 9.99998L9.51114 12.6666L8.88892 12.0444L10.9334 9.99998Z' fill='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    right: 10px; }

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more {
  font-size: 14px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  text-transform: none;
  color: black;
  font-weight: 600;
  background: #F2F2F2; }
  .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more:before {
    margin-right: 10px;
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='%23ED1C24'/%3E%3Cpath d='M10.9334 9.99998L8.88892 7.95554L9.51114 7.33331L12.1778 9.99998L9.51114 12.6666L8.88892 12.0444L10.9334 9.99998Z' fill='white'/%3E%3C/svg%3E%0A"); }

body:not(.dgwt-wcas-is-details) .dgwt-wcas-suggestion:last-child {
  background: #F2F2F2;
  text-decoration: none !important; }

.dgwt-wcas-st-more-total {
  display: none !important; }

.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
  background: white;
  transition: all 300ms; }
  .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product:hover {
    background: #F2F2F2; }

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
  box-shadow: none !important; }

.dgwt-wcas-suggestion-nores {
  position: relative;
  z-index: 3;
  background: white; }

.mega-menu {
  z-index: -1;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  top: 50px; }
  @media only screen and (max-width: 1024px) {
    .mega-menu {
      display: none; } }
  .mega-menu .container {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    max-width: 1500px;
    position: relative; }
    .mega-menu .container .primary-bar {
      height: 70px;
      background: #ED1C24;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 30px;
      color: white;
      border-radius: 10px;
      position: relative; }
      .mega-menu .container .primary-bar.active {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
      .mega-menu .container .primary-bar .menu-items {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 100%;
        justify-content: space-between; }
        @media only screen and (max-width: 1200px) {
          .mega-menu .container .primary-bar .menu-items {
            gap: 5px; } }
        .mega-menu .container .primary-bar .menu-items .menu-item {
          font-size: 16px;
          display: flex;
          align-items: center;
          gap: 10px;
          color: white;
          font-weight: 500;
          text-decoration: none; }
          @media only screen and (max-width: 1200px) {
            .mega-menu .container .primary-bar .menu-items .menu-item {
              font-size: 14px; } }
          .mega-menu .container .primary-bar .menu-items .menu-item span {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100%; }
            @media only screen and (max-width: 1400px) {
              .mega-menu .container .primary-bar .menu-items .menu-item span {
                max-width: 150px; } }
            @media only screen and (max-width: 1200px) {
              .mega-menu .container .primary-bar .menu-items .menu-item span {
                max-width: 125px; } }
          .mega-menu .container .primary-bar .menu-items .menu-item span.label {
            color: black;
            background: white;
            border-radius: 100px;
            font-size: 12px;
            padding: 5px 10px;
            margin-left: 5px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            font-weight: 400; }
            @media only screen and (max-width: 1200px) {
              .mega-menu .container .primary-bar .menu-items .menu-item span.label {
                display: none; } }
  .mega-menu .mega-dropdown {
    position: absolute;
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    top: 70px;
    color: #262626;
    min-height: 100px;
    padding: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    flex-direction: row;
    gap: 100px;
    justify-content: space-between; }
    .mega-menu .mega-dropdown.active {
      display: flex;
      opacity: 1;
      transform: translateY(0); }
    .mega-menu .mega-dropdown h4 {
      margin: 0;
      padding: 0;
      font-size: 18px;
      font-weight: 600;
      color: #262626; }
    .mega-menu .mega-dropdown .left-side {
      display: flex;
      flex-direction: column;
      width: 100%;
      align-items: flex-start;
      gap: 30px; }
    .mega-menu .mega-dropdown .right-side {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 600px;
      border-radius: 10px;
      background-size: cover;
      background-position: center;
      align-items: center;
      justify-content: center; }
    .mega-menu .mega-dropdown .subcategory-list {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px 50px; }
      .mega-menu .mega-dropdown .subcategory-list .list-item {
        position: relative;
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
        text-decoration: none;
        color: inherit;
        transition: all 300ms ease-in-out;
        min-width: 300px; }
        .mega-menu .mega-dropdown .subcategory-list .list-item svg {
          position: absolute;
          right: 0; }
        .mega-menu .mega-dropdown .subcategory-list .list-item:hover .list-title {
          color: #ED1C24 !important; }
        .mega-menu .mega-dropdown .subcategory-list .list-item .list-image {
          width: 60px;
          height: 60px;
          border-radius: 100px;
          background: #EFEFEF;
          display: flex;
          align-items: center;
          justify-content: center; }
          .mega-menu .mega-dropdown .subcategory-list .list-item .list-image img {
            max-width: 40px;
            mix-blend-mode: multiply;
            max-height: 40px; }
        .mega-menu .mega-dropdown .subcategory-list .list-item .list-details {
          min-width: 50%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .mega-menu .mega-dropdown .subcategory-list .list-item .list-details .list-title {
            color: #262626;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
            transition: all 300ms;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .mega-menu .mega-dropdown .subcategory-list .list-item .list-details .list-products-count {
            font-size: 15px; }

.menu-overlay {
  display: flex;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  transition: all 300ms;
  z-index: 1;
  visibility: hidden;
  opacity: 0; }
  .menu-overlay.is-active {
    visibility: visible;
    opacity: 1; }

.mobile-menu {
  position: fixed;
  background: white;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
  box-sizing: border-box;
  padding-top: 200px;
  padding-bottom: 100px;
  overflow: auto; }
  .mobile-menu a {
    text-decoration: none;
    color: inherit; }
  .mobile-menu.is-active {
    visibility: visible;
    opacity: 1; }
  .mobile-menu.search-hidden {
    padding-top: 150px; }
  .mobile-menu ::-webkit-scrollbar-thumb {
    background: transparent;
    height: 0;
    width: 0;
    visibility: hidden; }
  .mobile-menu ::-webkit-scrollbar {
    background: transparent;
    height: 0;
    width: 0;
    visibility: hidden; }
  .mobile-menu .subcategory-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px; }
    .mobile-menu .subcategory-list .list-item {
      position: relative;
      display: flex;
      flex-direction: row;
      gap: 20px;
      align-items: center;
      text-decoration: none;
      color: inherit;
      transition: all 300ms ease-in-out;
      min-width: 300px; }
      .mobile-menu .subcategory-list .list-item svg {
        position: absolute;
        right: 0; }
      .mobile-menu .subcategory-list .list-item:hover .list-title {
        color: #ED1C24 !important; }
      .mobile-menu .subcategory-list .list-item .list-image {
        width: 60px;
        height: 60px;
        border-radius: 100px;
        background: #EFEFEF;
        display: flex;
        align-items: center;
        justify-content: center; }
        .mobile-menu .subcategory-list .list-item .list-image img {
          max-width: 40px;
          mix-blend-mode: multiply;
          max-height: 40px; }
      .mobile-menu .subcategory-list .list-item .list-details {
        min-width: 50%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .mobile-menu .subcategory-list .list-item .list-details .list-title {
          color: #262626;
          font-size: 16px;
          font-weight: 600;
          margin-bottom: 5px;
          transition: all 300ms;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .mobile-menu .subcategory-list .list-item .list-details .list-products-count {
          font-size: 15px; }
  .mobile-menu .primary-item-direct {
    text-decoration: none;
    color: inherit; }
  .mobile-menu .primary-item {
    box-sizing: border-box;
    width: calc(100% - 40px);
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 70px;
    overflow: hidden;
    flex-direction: column;
    border-bottom: 1px solid #E5E5E5;
    transition: all 1s ease-in-out;
    text-decoration: none;
    color: inherit; }
    .mobile-menu .primary-item.is-active {
      max-height: 1000px !important; }
      .mobile-menu .primary-item.is-active .primary-title svg {
        transform: rotate(180deg); }
        .mobile-menu .primary-item.is-active .primary-title svg rect {
          fill: #ED1C24;
          stroke: none; }
        .mobile-menu .primary-item.is-active .primary-title svg path {
          fill: white; }
    .mobile-menu .primary-item .primary-title {
      font-weight: 600;
      color: #262626;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 20px 0; }
      .mobile-menu .primary-item .primary-title svg {
        transition: all 300ms; }
  .mobile-menu .preference-wrapper {
    position: relative;
    -webkit-tap-highlight-color: transparent; }
  .mobile-menu .yay-currency-custom-arrow::before {
    display: none; }
  .mobile-menu .yay-currency-custom-arrow::after {
    display: none; }
  .mobile-menu .preference-wrapper {
    position: fixed;
    bottom: -348px;
    transition: all 500ms;
    left: 20px; }
    .mobile-menu .preference-wrapper.is-open {
      bottom: 0; }
      .mobile-menu .preference-wrapper.is-open .preferences-toggler {
        transform: rotate(0deg); }
  .mobile-menu .preference-dropdown {
    position: relative;
    max-width: 240px;
    width: 100%;
    background: #EFEFEF;
    overflow: hidden; }
    .mobile-menu .preference-dropdown .inner-dropdown {
      padding: 20px;
      box-sizing: border-box; }
      .mobile-menu .preference-dropdown .inner-dropdown .switcher-wrapper-inner {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px; }
        .mobile-menu .preference-dropdown .inner-dropdown .switcher-wrapper-inner .vat-pricing-status {
          position: relative;
          top: 5px; }
      .mobile-menu .preference-dropdown .inner-dropdown .wp-block-wdevs-tax-switch .wdevs-tax-switch .wdevs-tax-switch-checkbox:checked + .wdevs-tax-switch-slider {
        background-color: #ED1C24 !important; }
      .mobile-menu .preference-dropdown .inner-dropdown .wp-block-wdevs-tax-switch, .mobile-menu .preference-dropdown .inner-dropdown .wp-block-wdevs-tax-switch .wdevs-tax-switch {
        margin-top: 10px; }
      .mobile-menu .preference-dropdown .inner-dropdown .wdevs-tax-switch-checkbox:after {
        content: 'test'; }
      .mobile-menu .preference-dropdown .inner-dropdown .yay-currency-custom-option-row.selected {
        display: none !important; }
      .mobile-menu .preference-dropdown .inner-dropdown .yay-currency-custom-option-row {
        color: #262626;
        font-family: 'Maven Pro', sans-serif;
        padding: 10px 10px !important;
        transition: all 300ms; }
        .mobile-menu .preference-dropdown .inner-dropdown .yay-currency-custom-option-row:hover {
          background: white !important;
          color: #ED1C24 !important; }
      .mobile-menu .preference-dropdown .inner-dropdown .yay-currency-custom-option {
        font-size: 16px !important;
        padding-left: 10px !important;
        font-family: 'Maven Pro', sans-serif !important; }
      .mobile-menu .preference-dropdown .inner-dropdown .yay-currency-custom-select .yay-currency-custom-options {
        margin-top: -6px !important;
        border: 1px solid #ed1c24;
        width: calc(100% + 2px) !important;
        margin-left: -1px !important;
        border-top: none !important;
        padding-bottom: 10px !important; }
      .mobile-menu .preference-dropdown .inner-dropdown .yay-currency-custom-select {
        position: relative;
        border: 1px solid #DDDDDD;
        transition: all 300ms;
        border-radius: 10px; }
        .mobile-menu .preference-dropdown .inner-dropdown .yay-currency-custom-select:hover:after {
          transform: rotate(180deg); }
        .mobile-menu .preference-dropdown .inner-dropdown .yay-currency-custom-select:after {
          position: absolute;
          top: 20px;
          right: 15px;
          z-index: 3;
          transition: all 500ms;
          transform-origin: center center;
          content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8.06667L11.0667 5L12 5.93333L8 9.93333L4 5.93333L4.93333 5L8 8.06667Z' fill='%23ED1C24'/%3E%3C/svg%3E%0A"); }
        .mobile-menu .preference-dropdown .inner-dropdown .yay-currency-custom-select:hover {
          border: 1px solid #ED1C24; }
        .mobile-menu .preference-dropdown .inner-dropdown .yay-currency-custom-select.open {
          border: 1px solid #ED1C24; }
          .mobile-menu .preference-dropdown .inner-dropdown .yay-currency-custom-select.open:after {
            transform: rotate(180deg); }
      .mobile-menu .preference-dropdown .inner-dropdown .trp-ls-shortcode-language.trp-ls-clicked {
        border: 1px solid #ED1C24; }
      .mobile-menu .preference-dropdown .inner-dropdown .trp-language-switcher > div > a:hover:not(:first-of-type) {
        background: white !important;
        color: #ED1C24 !important; }
      .mobile-menu .preference-dropdown .inner-dropdown .trp-language-switcher, .mobile-menu .preference-dropdown .inner-dropdown .trp-ls-shortcode-language {
        width: 100%; }
      .mobile-menu .preference-dropdown .inner-dropdown .trp-ls-shortcode-language {
        width: 100% !important; }
      .mobile-menu .preference-dropdown .inner-dropdown .language-switcher, .mobile-menu .preference-dropdown .inner-dropdown .valuta-switcher {
        margin-bottom: 20px;
        cursor: pointer; }
      .mobile-menu .preference-dropdown .inner-dropdown .yay-currency-custom-select__trigger {
        height: 54px;
        border-radius: 10px;
        padding-left: 10px;
        font-size: 16px;
        transition: all 300ms;
        border: none !important; }
      .mobile-menu .preference-dropdown .inner-dropdown .language-switcher {
        margin-bottom: 30px; }
      .mobile-menu .preference-dropdown .inner-dropdown .trp_language_switcher_shortcode {
        height: 50px;
        cursor: pointer; }
      .mobile-menu .preference-dropdown .inner-dropdown .trp-ls-shortcode-current-language {
        position: relative;
        cursor: pointer !important; }
        .mobile-menu .preference-dropdown .inner-dropdown .trp-ls-shortcode-current-language.trp-ls-clicked:after {
          transform: rotate(180deg); }
        .mobile-menu .preference-dropdown .inner-dropdown .trp-ls-shortcode-current-language:hover:after {
          transform: rotate(180deg); }
        .mobile-menu .preference-dropdown .inner-dropdown .trp-ls-shortcode-current-language:after {
          position: absolute;
          top: 22px;
          right: 15px;
          z-index: 3;
          transition: all 500ms;
          transform-origin: center center;
          content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8.06667L11.0667 5L12 5.93333L8 9.93333L4 5.93333L4.93333 5L8 8.06667Z' fill='%23ED1C24'/%3E%3C/svg%3E%0A"); }
      .mobile-menu .preference-dropdown .inner-dropdown .trp-language-switcher > div {
        box-sizing: border-box;
        padding: 4px 20px 3px 13px;
        border: 1px solid #DDDDDD;
        background-image: none;
        background-repeat: no-repeat;
        background-color: #fff;
        border-radius: 10px;
        transition: all 300ms;
        cursor: pointer; }
        .mobile-menu .preference-dropdown .inner-dropdown .trp-language-switcher > div:hover {
          border: 1px solid #ED1C24; }
      .mobile-menu .preference-dropdown .inner-dropdown .trp-language-switcher > div > a {
        padding: 14px 10px 18px 5px; }
      .mobile-menu .preference-dropdown .inner-dropdown .trp-language-switcher .trp-ls-shortcode-current-language {
        width: 100% !important; }
      .mobile-menu .preference-dropdown .inner-dropdown label {
        margin-bottom: 10px;
        display: flex; }
      .mobile-menu .preference-dropdown .inner-dropdown .yay-currency-custom-select-wrapper {
        width: 100% !important; }
  .mobile-menu .preference-switcher {
    height: 60px;
    -webkit-tap-highlight-color: transparent;
    max-width: 240px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    padding: 0 20px;
    box-sizing: border-box;
    background: #EFEFEF;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-radius: 0;
    cursor: pointer;
    transition: all 300ms ease-in-out; }
    .mobile-menu .preference-switcher.is-open {
      border-radius: 10px;
      border-bottom-left-radius: 0 !important;
      border-bottom-right-radius: 0 !important; }
    .mobile-menu .preference-switcher.mobile {
      margin-top: 0; }
      .mobile-menu .preference-switcher.mobile.is-open {
        margin-top: -200px; }
    .mobile-menu .preference-switcher .subtext {
      font-size: 12px;
      color: #888888; }
    .mobile-menu .preference-switcher .material-symbols-outlined {
      color: #262626; }
    .mobile-menu .preference-switcher .preferences-toggler {
      margin-right: -5px;
      cursor: pointer;
      transition: all 300ms;
      transform: rotate(180deg); }
      .mobile-menu .preference-switcher .preferences-toggler.is-open {
        transform: rotate(0) !important; }
  .mobile-menu span.label {
    color: white;
    background: #ED1C24;
    border-radius: 100px;
    font-size: 12px;
    padding: 7px 10px;
    position: absolute;
    right: 60px;
    margin-left: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 400; }

.block-hero {
  margin-top: -10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 100px !important; }
  @media only screen and (max-width: 1024px) {
    .block-hero {
      margin-top: 10px;
      margin-bottom: 50px !important; } }
  .block-hero .container {
    border-radius: 10px;
    max-width: 1460px !important; }
    .block-hero .container .splide-hero {
      width: 100%;
      min-height: 600px;
      position: relative;
      color: white; }
      @media only screen and (max-width: 768px) {
        .block-hero .container .splide-hero {
          min-height: 500px; } }
      @media only screen and (max-width: 550px) {
        .block-hero .container .splide-hero {
          min-height: 250px; } }
      .block-hero .container .splide-hero .splide__slide {
        background-size: cover;
        background-position: center;
        box-sizing: border-box;
        border-radius: 10px;
        position: relative;
        color: white;
        height: -webkit-fill-available; }
        .block-hero .container .splide-hero .splide__slide:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: black;
          background: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
          background: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
          background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
          border-radius: 10px; }
        .block-hero .container .splide-hero .splide__slide .slide-inner {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          position: relative;
          top: 50px;
          left: 50px;
          border-radius: 10px;
          max-width: calc(100% - 100px); }
          @media only screen and (max-width: 768px) {
            .block-hero .container .splide-hero .splide__slide .slide-inner {
              top: 20px;
              left: 20px;
              max-width: calc(100% - 40px); } }
          .block-hero .container .splide-hero .splide__slide .slide-inner h1, .block-hero .container .splide-hero .splide__slide .slide-inner h2, .block-hero .container .splide-hero .splide__slide .slide-inner h3 {
            font-size: 50px;
            line-height: 58px;
            margin: 0;
            padding: 0;
            max-width: 1050px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            font-weight: 500; }
            @media only screen and (max-width: 768px) {
              .block-hero .container .splide-hero .splide__slide .slide-inner h1, .block-hero .container .splide-hero .splide__slide .slide-inner h2, .block-hero .container .splide-hero .splide__slide .slide-inner h3 {
                font-size: 30px; } }
            @media only screen and (max-width: 550px) {
              .block-hero .container .splide-hero .splide__slide .slide-inner h1, .block-hero .container .splide-hero .splide__slide .slide-inner h2, .block-hero .container .splide-hero .splide__slide .slide-inner h3 {
                font-size: 24px; } }
          .block-hero .container .splide-hero .splide__slide .slide-inner p {
            max-width: 600px !important;
            margin-top: 30px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden; }
            @media only screen and (max-width: 550px) {
              .block-hero .container .splide-hero .splide__slide .slide-inner p {
                display: none; } }
          .block-hero .container .splide-hero .splide__slide .slide-inner .secondary-button {
            margin-top: 30px;
            color: white; }
            @media only screen and (max-width: 550px) {
              .block-hero .container .splide-hero .splide__slide .slide-inner .secondary-button {
                margin-top: 15px; } }
  .block-hero .splide__arrows {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 160px;
    z-index: 10;
    float: left;
    height: 60px; }
    @media only screen and (max-width: 550px) {
      .block-hero .splide__arrows {
        width: 55px; } }
    @media only screen and (max-width: 768px) {
      .block-hero .splide__arrows {
        left: 20px;
        bottom: 20px; } }
    .block-hero .splide__arrows .splide__arrow {
      height: 60px;
      width: 60px;
      background: transparent;
      border: 1px solid white;
      transition: all 300ms;
      color: white; }
      @media only screen and (max-width: 550px) {
        .block-hero .splide__arrows .splide__arrow {
          height: 40px;
          width: 40px; } }
      .block-hero .splide__arrows .splide__arrow .material-symbols-outlined {
        font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; }
        @media only screen and (max-width: 550px) {
          .block-hero .splide__arrows .splide__arrow .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 14; } }
    .block-hero .splide__arrows .splide__arrow--prev {
      transform: rotate(180deg);
      top: 0;
      left: 0; }
      @media only screen and (max-width: 550px) {
        .block-hero .splide__arrows .splide__arrow--prev {
          display: none; } }

.upper-hero {
  width: 100%;
  display: flex;
  justify-content: center; }
  .upper-hero .container {
    display: flex;
    justify-content: center; }

.hero-bar {
  max-width: 1350px;
  justify-content: center;
  display: flex;
  flex-direction: row;
  background-color: #262626;
  color: white;
  border-radius: 0 0 10px 10px;
  height: 60px;
  align-items: center;
  font-size: 14px;
  width: calc(100% - 100px);
  margin: 0px 50px 0 50px; }
  @media only screen and (max-width: 768px) {
    .hero-bar {
      margin: 0px 20px 0 20px;
      width: calc(100% - 40px);
      height: 50px; } }
  .hero-bar .container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 0 !important; }
    @media only screen and (max-width: 768px) {
      .hero-bar .container {
        padding: 0; } }
    .hero-bar .container .splide-herobar {
      width: 100%;
      justify-content: center;
      display: none; }
      @media only screen and (max-width: 1200px) {
        .hero-bar .container .splide-herobar {
          display: flex; } }
    .hero-bar .container .slider-usp {
      height: 50px;
      display: flex;
      align-items: center;
      gap: 10px;
      justify-content: center;
      width: 100%;
      text-align: center; }
    .hero-bar .container .hero-bar__usps {
      display: flex;
      align-items: center;
      flex-direction: row;
      gap: 30px; }
      @media only screen and (max-width: 1230px) {
        .hero-bar .container .hero-bar__usps {
          gap: 15px; } }
      @media only screen and (max-width: 1200px) {
        .hero-bar .container .hero-bar__usps {
          display: none; } }
      .hero-bar .container .hero-bar__usps .hero-bar__usp {
        display: flex;
        align-items: center;
        gap: 10px; }

.my-account-breadcrumb {
  margin: 30px 0;
  font-size: 16px; }
  .my-account-breadcrumb span {
    position: relative; }
    @media screen and (max-width: 520px) {
      .my-account-breadcrumb span {
        display: none; } }
  .my-account-breadcrumb a.breadcrumb-item {
    color: #262626 !important; }
    .my-account-breadcrumb a.breadcrumb-item:hover {
      text-decoration: underline; }
    @media screen and (max-width: 520px) {
      .my-account-breadcrumb a.breadcrumb-item {
        display: none; } }
  .my-account-breadcrumb svg {
    height: 16px;
    position: relative; }
  .my-account-breadcrumb .chevron-icon {
    top: 2px; }
    @media screen and (max-width: 520px) {
      .my-account-breadcrumb .chevron-icon {
        display: none; } }
  .my-account-breadcrumb .back-button {
    color: #ED1C24;
    font-family: "Maven Pro", sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-right: 30px; }
    .my-account-breadcrumb .back-button svg {
      height: 20px;
      vertical-align: -5px;
      margin-right: 10px;
      transition: all 300ms;
      position: relative;
      left: 0; }
    .my-account-breadcrumb .back-button:hover svg {
      left: -5px; }

.my-account-login-title {
  margin-top: 100px;
  font-size: 28px;
  color: #ED1C24; }
  @media screen and (max-width: 520px) {
    .my-account-login-title {
      margin-top: 50px;
      font-size: 20px; } }

#customer_login {
  margin: 30px 0 100px 0;
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 980px) {
    #customer_login {
      flex-direction: column; } }

.login-box {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #EFEFEF;
  width: 560px;
  box-sizing: border-box; }
  @media screen and (max-width: 1200px) {
    .login-box {
      width: 450px; } }
  @media screen and (max-width: 980px) {
    .login-box {
      width: 100%; } }
  .login-box .woocommerce-privacy-policy-text p {
    display: none !important; }
  .login-box h2 {
    font-size: 18px;
    font-weight: 500;
    color: #262626;
    margin-bottom: 20px;
    display: inline-block; }

.woocommerce-form-login .woocommerce-form-row {
  display: flex;
  margin: 20px 0; }
  @media screen and (max-width: 520px) {
    .woocommerce-form-login .woocommerce-form-row {
      flex-direction: column; } }
  .woocommerce-form-login .woocommerce-form-row label {
    width: 175px;
    position: relative;
    top: 10px;
    font-size: 16px;
    color: #262626;
    min-width: 133px; }
    @media screen and (max-width: 980px) {
      .woocommerce-form-login .woocommerce-form-row label {
        min-width: 175px; } }
    @media screen and (max-width: 520px) {
      .woocommerce-form-login .woocommerce-form-row label {
        top: 0;
        margin-bottom: 10px; } }
  @media screen and (max-width: 980px) {
    .woocommerce-form-login .woocommerce-form-row .password-input {
      width: 100%; } }
  .woocommerce-form-login .woocommerce-form-row input {
    height: 48px;
    width: 322px;
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    padding: 0px 15px;
    font-family: "Maven Pro", sans-serif;
    font-size: 16px;
    color: #262626; }
    @media screen and (max-width: 1200px) {
      .woocommerce-form-login .woocommerce-form-row input {
        width: auto; } }
    @media screen and (max-width: 980px) {
      .woocommerce-form-login .woocommerce-form-row input {
        width: 100%; } }
    .woocommerce-form-login .woocommerce-form-row input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #B5B5B5;
      opacity: 1;
      /* Firefox */ }
    .woocommerce-form-login .woocommerce-form-row input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #B5B5B5; }
    .woocommerce-form-login .woocommerce-form-row input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #B5B5B5; }

.woocommerce-form-login .login-password-row {
  position: relative; }

.woocommerce-form-login .password-toggle-icon {
  position: absolute;
  right: 15px;
  top: 14px;
  height: 20px;
  color: #B5B5B5;
  cursor: pointer; }
  @media screen and (max-width: 520px) {
    .woocommerce-form-login .password-toggle-icon {
      top: 53px; } }

.woocommerce-form-login .password-toggle-icon-off {
  position: absolute;
  right: 15px;
  top: 14px;
  height: 20px;
  color: #B5B5B5;
  cursor: pointer; }
  @media screen and (max-width: 520px) {
    .woocommerce-form-login .password-toggle-icon-off {
      top: 53px; } }

.woocommerce-form-login .display-none {
  display: none; }

.woocommerce-form-login .woocommerce-LostPassword a {
  color: #262626;
  font-size: 16px; }
  .woocommerce-form-login .woocommerce-LostPassword a:hover {
    text-decoration: underline; }

.login-right-side {
  margin-left: 100px;
  padding-top: 30px; }
  @media screen and (max-width: 1200px) {
    .login-right-side {
      margin-left: 50px; } }
  @media screen and (max-width: 980px) {
    .login-right-side {
      margin-left: 0; } }
  .login-right-side h2 {
    font-size: 18px;
    font-weight: 500;
    color: #262626;
    margin-bottom: 0px; }
  .login-right-side .span-usps {
    margin-bottom: 38px; }
    .login-right-side .span-usps span {
      margin: 15px 0;
      display: block;
      margin-left: 10px;
      font-size: 16px;
      color: #262626; }
      @media screen and (max-width: 520px) {
        .login-right-side .span-usps span {
          font-size: 11px; } }
      .login-right-side .span-usps span:before {
        content: url("/wp-content/uploads/2021/10/pawprint.svg");
        width: 23px;
        height: 20px;
        position: relative;
        top: -2px;
        left: -10px;
        float: left; }

.single-product #brevo-conversations {
  display: none !important; }

.single-product .woocommerce-notices-wrapper {
  display: flex;
  position: fixed !important;
  bottom: -10px;
  width: auto;
  left: 20px;
  border-radius: 10px !important; }
  @media screen and (max-width: 1024px) {
    .single-product .woocommerce-notices-wrapper {
      position: relative !important;
      left: 0 !important; } }
  .single-product .woocommerce-notices-wrapper .woocommerce-message {
    border-radius: 10px !important; }

.woocommerce-notices-wrapper {
  margin: 0 !important; }

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  position: relative;
  left: auto !important;
  top: auto !important; }

.woocommerce-error {
  min-height: 60px;
  width: 100%;
  background: #ed1c24;
  border-radius: 10px;
  display: flex;
  border-top: 0;
  flex-direction: row;
  font-size: 16px;
  box-sizing: border-box;
  color: white;
  padding-left: 20px !important;
  padding: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 15px; }
  .woocommerce-error a {
    color: white !important;
    text-decoration: underline; }
  @media screen and (max-width: 520px) {
    .woocommerce-error {
      height: auto;
      padding: 20px !important; } }
  .woocommerce-error strong {
    display: none; }
  .woocommerce-error li {
    list-style-type: none; }

.password-reset-box {
  padding: 30px;
  border-radius: 5px;
  border: 2px solid #EFEFEF;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 100px;
  margin-top: 10px;
  position: relative;
  top: 10px; }
  .password-reset-box h2 {
    font-size: 18px;
    font-weight: 500;
    color: #262626;
    margin-bottom: 10px;
    display: inline-block; }
  .password-reset-box p {
    font-size: 16px; }
  .password-reset-box .woocommerce-form-row {
    display: flex;
    margin: 20px 0; }
    @media screen and (max-width: 520px) {
      .password-reset-box .woocommerce-form-row {
        flex-direction: column; } }
    .password-reset-box .woocommerce-form-row label {
      width: 175px;
      position: relative;
      top: 10px;
      font-size: 16px;
      color: #262626;
      min-width: 133px; }
      @media screen and (max-width: 980px) {
        .password-reset-box .woocommerce-form-row label {
          min-width: 175px; } }
      @media screen and (max-width: 520px) {
        .password-reset-box .woocommerce-form-row label {
          top: 0;
          margin-bottom: 10px; } }
    @media screen and (max-width: 980px) {
      .password-reset-box .woocommerce-form-row .password-input {
        width: 100%; } }
    .password-reset-box .woocommerce-form-row input {
      height: 48px;
      width: 100%;
      border-radius: 5px;
      border: 1px solid #EFEFEF;
      box-sizing: border-box;
      padding: 0px 15px;
      font-family: "Maven Pro", sans-serif;
      font-size: 16px;
      color: #262626; }
      .password-reset-box .woocommerce-form-row input::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #B5B5B5;
        opacity: 1;
        /* Firefox */ }
      .password-reset-box .woocommerce-form-row input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #B5B5B5; }
      .password-reset-box .woocommerce-form-row input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #B5B5B5; }

.woocommerce-message {
  margin-top: 40px !important;
  background: #ED1C24 !important;
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px !important;
  color: #fff !important;
  border-radius: 4px; }

.password-reset-box span.password-input {
  width: 100%; }

.woocommerce-password-strength {
  margin-top: 20px; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none !important;
  padding: 0 !important; }

.login-box h2 {
  margin-bottom: 0 !important;
  color: #ED1C24; }

.woocommerce form .password-input, .woocommerce-page form .password-input {
  width: 100% !important; }

.login-box input {
  border-radius: 10px !important; }

.woocommerce-form-login .woocommerce-form-row label {
  font-size: 16px !important; }

span.show-password-input {
  display: none !important; }

.my-account-login-title {
  color: #262626; }

.woocommerce-button {
  border: none !important;
  display: inline-flex !important;
  height: 60px !important;
  padding: 0 15px 0 30px !important;
  background: #ED1C24;
  color: white;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px !important;
  cursor: pointer;
  z-index: 1;
  transition: all 300ms;
  gap: 20px !important;
  margin: 0 !important; }
  .woocommerce-button:hover {
    background: #c61017; }
  .woocommerce-button:after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='white'/%3E%3Cpath d='M10.9331 10L8.88867 7.95557L9.51089 7.33334L12.1776 10L9.51089 12.6667L8.88867 12.0445L10.9331 10Z' fill='%23ED1C24'/%3E%3C/svg%3E%0A"); }

.woocommerce-form.woocommerce-form-login.login {
  margin: 10px 0 !important; }

.woocommerce-LostPassword a {
  font-size: 16px !important; }

.form-row-submit {
  display: flex;
  width: 100% !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 !important;
  margin-top: 20px !important;
  padding: 0 !important; }
  @media screen and (max-width: 768px) {
    .form-row-submit {
      flex-direction: column-reverse;
      gap: 15px; }
      .form-row-submit button[type="submit"] {
        width: 100% !important; } }
  .form-row-submit:before, .form-row-submit:after {
    display: none !important; }

.login-right-side .span-usps span {
  font-size: 16px; }
  .login-right-side .span-usps span:before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 20.9615C9.991 20.3653 8.32208 19.1483 6.99325 17.3105C5.66442 15.4727 5 13.4025 5 11.1V5.69225L12 3.077L19 5.69225V11.1C19 13.4025 18.3356 15.4727 17.0068 17.3105C15.6779 19.1483 14.009 20.3653 12 20.9615ZM12 19.9C13.7333 19.35 15.1667 18.25 16.3 16.6C17.4333 14.95 18 13.1167 18 11.1V6.375L12 4.14425L6 6.375V11.1C6 13.1167 6.56667 14.95 7.7 16.6C8.83333 18.25 10.2667 19.35 12 19.9Z' fill='%23262626'/%3E%3C/svg%3E%0A"); }

.woocommerce-form-register__submit {
  margin-top: 20px !important; }

@media screen and (max-width: 768px) {
  #customer_login {
    margin: 30px 0 0 0 !important; } }

@media screen and (max-width: 768px) {
  .woocommerce-form-register__submit {
    width: 100% !important; } }

.block-logo-slider .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  overflow: visible; }
  .block-logo-slider .splide__slide:before {
    position: absolute;
    bottom: 30px;
    transition: all 300ms;
    opacity: 0;
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='%23ED1C24'/%3E%3Cpath d='M16.3999 15L13.3333 11.9333L14.2666 11L18.2666 15L14.2666 19L13.3333 18.0667L16.3999 15Z' fill='white'/%3E%3C/svg%3E%0A");
    cursor: pointer; }
  .block-logo-slider .splide__slide:hover:before {
    bottom: 0;
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='%23ED1C24'/%3E%3Cpath d='M16.3999 15L13.3333 11.9333L14.2666 11L18.2666 15L14.2666 19L13.3333 18.0667L16.3999 15Z' fill='white'/%3E%3C/svg%3E%0A");
    opacity: 1; }

.block-newsletter {
  margin-bottom: 220px !important;
  margin-top: 150px; }
  @media only screen and (max-width: 1024px) {
    .block-newsletter {
      margin-bottom: 100px !important;
      margin-top: 50px; } }
  @media only screen and (max-width: 768px) {
    .block-newsletter {
      margin-bottom: 50px !important;
      margin-top: 50px; } }
  .block-newsletter .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .block-newsletter .container .inner-container {
      display: flex;
      flex-direction: row;
      gap: 70px;
      width: 100%;
      max-width: 1000px;
      background: #EFEFEF;
      border-radius: 10px;
      position: relative;
      left: -70px; }
      @media only screen and (max-width: 978px) {
        .block-newsletter .container .inner-container {
          left: 0; } }
      @media only screen and (max-width: 1200px) {
        .block-newsletter .container .inner-container {
          max-width: 900px; } }
      @media only screen and (max-width: 1100px) {
        .block-newsletter .container .inner-container {
          gap: 0;
          max-width: 800px; } }
      .block-newsletter .container .inner-container .left-side {
        width: 100%;
        padding: 0 50px 30px 50px;
        box-sizing: border-box; }
        @media only screen and (max-width: 978px) {
          .block-newsletter .container .inner-container .left-side {
            padding: 0 30px 30px 30px; } }
        .block-newsletter .container .inner-container .left-side .social-wrapper {
          margin-top: -24px;
          margin-bottom: 20px;
          display: flex;
          flex-direction: row;
          gap: 15px; }
          .block-newsletter .container .inner-container .left-side .social-wrapper a {
            transition: all 300ms; }
            .block-newsletter .container .inner-container .left-side .social-wrapper a:hover {
              transform: scale(1.05); }
        .block-newsletter .container .inner-container .left-side h3 {
          margin: 0;
          padding: 0; }
        .block-newsletter .container .inner-container .left-side p {
          margin-top: 10px; }
    .block-newsletter .container .right-side {
      width: 100%;
      background: #ED1C24;
      border-radius: 10px;
      top: 100px;
      position: relative;
      right: -140px;
      box-sizing: border-box;
      padding: 30px;
      color: white; }
      @media only screen and (max-width: 978px) {
        .block-newsletter .container .right-side {
          display: none; } }
      .block-newsletter .container .right-side.mobile-only {
        display: none; }
        @media only screen and (max-width: 978px) {
          .block-newsletter .container .right-side.mobile-only {
            padding: 30px;
            display: flex !important;
            right: 0 !important;
            top: 0 !important;
            margin-top: 30px !important;
            max-width: 800px !important; }
            .block-newsletter .container .right-side.mobile-only .newsletter-block {
              margin-top: 0 !important; } }
      .block-newsletter .container .right-side:before {
        position: absolute;
        top: -250px;
        right: 30px;
        z-index: 0;
        content: url("data:image/svg+xml,%3Csvg width='364' height='458' viewBox='0 0 364 458' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M218.483 339.071C316.168 234.704 344.822 102.345 282.482 43.4424C221.676 -14.0117 96.7617 19.6534 0 118.199C3.5701 114.05 7.23953 109.94 11.0334 105.886C110.721 -0.620889 249.689 -32.0116 321.427 35.7715C393.166 103.555 370.508 244.846 270.82 351.353C189.987 437.717 83.3282 474.683 7.62698 449.441C72.1541 449.13 152.603 409.458 218.483 339.071Z' fill='%23ED1C24'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M105.709 348.495C107.15 333.551 98.5605 325.397 86.6441 329.761C74.8063 334.097 63.5165 349.396 61.2834 364.45C58.9662 380.071 67.2023 389.597 79.8412 385.156C92.5706 380.683 104.213 364.011 105.709 348.495Z' fill='%23ED1C24'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M254.105 103.498C243.901 107.687 236.299 118.016 237.097 126.824C237.919 135.905 247.308 139.98 258.103 135.647C268.959 131.288 276.619 120.287 275.195 111.353C273.813 102.69 264.364 99.2868 254.105 103.498Z' fill='%23ED1C24'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M196.586 51.2943C190.536 58.6197 190.636 66.4101 197.018 68.6373C203.543 70.9161 213.967 66.4857 220.082 58.805C226.104 51.2405 225.475 43.6015 218.889 41.6791C212.443 39.7973 202.548 44.0763 196.586 51.2943Z' fill='%23ED1C24'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M107.033 70.2648C106.102 76.714 111.903 79.2088 120.044 75.6788C128.222 72.1334 135.364 63.9877 135.949 57.6405C136.521 51.4446 130.597 49.3314 122.762 52.7759C114.962 56.205 107.941 63.9691 107.033 70.2648Z' fill='%23ED1C24'/%3E%3C/svg%3E%0A"); }
        @media only screen and (max-width: 978px) {
          .block-newsletter .container .right-side:before {
            display: none; } }
      .block-newsletter .container .right-side .gform_footer {
        position: absolute;
        right: -22px;
        margin-top: -30px;
        bottom: 6px; }
      .block-newsletter .container .right-side .newsletter-block {
        position: relative;
        margin-top: 12px;
        z-index: 2; }
        @media only screen and (max-width: 1024px) {
          .block-newsletter .container .right-side .newsletter-block {
            margin-bottom: 0; } }
        .block-newsletter .container .right-side .newsletter-block .gform_validation_error .gform_footer {
          bottom: 33px !important; }
        .block-newsletter .container .right-side .newsletter-block p {
          font-weight: 500;
          margin-bottom: 20px; }
        .block-newsletter .container .right-side .newsletter-block .gform_validation_errors {
          display: none !important; }
        .block-newsletter .container .right-side .newsletter-block .gfield_description {
          color: white; }
        .block-newsletter .container .right-side .newsletter-block h3 {
          color: white; }
        .block-newsletter .container .right-side .newsletter-block input[type="email"] {
          height: 50px;
          width: 100%;
          border-radius: 100px;
          border: none;
          outline: none;
          box-sizing: border-box;
          padding: 0 20px;
          font-size: 16px; }
          .block-newsletter .container .right-side .newsletter-block input[type="email"]::placeholder {
            color: #888888; }
        .block-newsletter .container .right-side .newsletter-block .gform_custom_button {
          width: 30px !important;
          background: transparent !important;
          margin-right: 34px !important;
          border: none !important;
          outline: none !important; }
        .block-newsletter .container .right-side .newsletter-block .arrow-icon {
          content: url("data:image/svg+xml,%3Csvg width='31' height='30' viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.647949' width='30' height='30' rx='15' fill='%23ED1C24'/%3E%3Cpath d='M17.0475 15L13.9808 11.9333L14.9142 11L18.9142 15L14.9142 19L13.9808 18.0667L17.0475 15Z' fill='white'/%3E%3C/svg%3E%0A"); }
        .block-newsletter .container .right-side .newsletter-block .gform_title {
          display: none; }
    .block-newsletter .container .usps {
      width: 100%;
      max-width: 1140px;
      padding: 0 500px 0 50px;
      box-sizing: border-box; }
      @media only screen and (max-width: 978px) {
        .block-newsletter .container .usps {
          padding: 0; } }
      .block-newsletter .container .usps li {
        margin: 5px 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        list-style-type: none; }
        .block-newsletter .container .usps li:before {
          content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.6 14.6L15.65 7.55L14.25 6.15L8.6 11.8L5.75 8.95L4.35 10.35L8.6 14.6ZM10 20C8.61667 20 7.31667 19.7375 6.1 19.2125C4.88333 18.6875 3.825 17.975 2.925 17.075C2.025 16.175 1.3125 15.1167 0.7875 13.9C0.2625 12.6833 0 11.3833 0 10C0 8.61667 0.2625 7.31667 0.7875 6.1C1.3125 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.3125 6.1 0.7875C7.31667 0.2625 8.61667 0 10 0C11.3833 0 12.6833 0.2625 13.9 0.7875C15.1167 1.3125 16.175 2.025 17.075 2.925C17.975 3.825 18.6875 4.88333 19.2125 6.1C19.7375 7.31667 20 8.61667 20 10C20 11.3833 19.7375 12.6833 19.2125 13.9C18.6875 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6875 13.9 19.2125C12.6833 19.7375 11.3833 20 10 20ZM10 18C12.2333 18 14.125 17.225 15.675 15.675C17.225 14.125 18 12.2333 18 10C18 7.76667 17.225 5.875 15.675 4.325C14.125 2.775 12.2333 2 10 2C7.76667 2 5.875 2.775 4.325 4.325C2.775 5.875 2 7.76667 2 10C2 12.2333 2.775 14.125 4.325 15.675C5.875 17.225 7.76667 18 10 18Z' fill='%2316A14B'/%3E%3C/svg%3E%0A"); }

.main .woocommerce-pagination .page-numbers {
  margin-top: 30px !important;
  margin-bottom: 0 !important; }

.order-summary {
  margin-top: 50px; }
  .order-summary:first-of-type {
    margin-top: 0; }
  .order-summary .summary-details {
    margin-bottom: 20px;
    font-size: 16px;
    color: #262626;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start; }
    .order-summary .summary-details .back-button {
      color: #ED1C24;
      font-family: "Maven Pro", sans-serif;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      margin-right: 30px;
      transition: all 300ms; }
      .order-summary .summary-details .back-button svg {
        height: 20px;
        vertical-align: -5px;
        margin-right: 10px;
        transition: all 300ms;
        position: relative;
        left: 0; }
      .order-summary .summary-details .back-button:hover {
        color: #c61017; }
        .order-summary .summary-details .back-button:hover svg {
          stroke: #c61017; }
    .order-summary .summary-details span {
      margin-top: 8px;
      font-size: 16px; }
    .order-summary .summary-details span.order-status {
      font-weight: 500; }
      .order-summary .summary-details span.order-status.color-on-hold {
        color: #B5B5B5; }
      .order-summary .summary-details span.order-status.color-pending {
        color: #B5B5B5; }
      .order-summary .summary-details span.order-status.color-cancelled {
        color: #ED1C24; }
      .order-summary .summary-details span.order-status.color-failed {
        color: #ED1C24; }
      .order-summary .summary-details span.order-status.color-refunded {
        color: #ED1C24; }
      .order-summary .summary-details span.order-status.color-processing {
        color: #DF8F00; }
      .order-summary .summary-details span.order-status.color-completed {
        color: #ED1C24; }
      .order-summary .summary-details span.order-status.color-black {
        color: #262626; }
  .order-summary .paid-text {
    color: #B5B5B5 !important; }
    @media (max-width: 877px) {
      .order-summary .paid-text {
        display: none !important; } }
  @media (max-width: 877px) {
    .order-summary .hide-containerisht-on-mobile {
      border: 0 !important;
      padding: 0 !important; } }
  .order-summary .postnl-href-mobile {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (min-width: 877px) {
      .order-summary .postnl-href-mobile {
        display: none; } }
    .order-summary .postnl-href-mobile .mobile-tracking-code {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      padding: 50px 0;
      padding-top: 20px !important;
      color: #262626;
      font-size: 16px; }
  .order-summary .container {
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    padding: 30px;
    box-sizing: border-box; }
    .order-summary .container .shipment-details {
      color: #262626; }
      .order-summary .container .shipment-details .expected-delivery {
        margin-bottom: 5px; }
        @media (max-width: 1240px) {
          .order-summary .container .shipment-details .expected-delivery.flex-when-needed {
            display: flex;
            flex-direction: column; } }
        .order-summary .container .shipment-details .expected-delivery span {
          font-weight: 500; }
          @media (max-width: 1240px) {
            .order-summary .container .shipment-details .expected-delivery span {
              margin-bottom: 5px; } }
        .order-summary .container .shipment-details .expected-delivery .shipping-text {
          color: #ED1C24 !important;
          font-weight: 500; }
        .order-summary .container .shipment-details .expected-delivery .paid-text {
          color: #B5B5B5 !important; }
          @media (max-width: 877px) {
            .order-summary .container .shipment-details .expected-delivery .paid-text {
              display: none !important; } }
    .order-summary .container.padding-15 {
      padding: 15px !important; }
    .order-summary .container.mb-30 {
      margin-bottom: 30px; }
    .order-summary .container.mb-50 {
      margin-bottom: 50px; }
    .order-summary .container.display-flex {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
    @media (max-width: 500px) {
      .order-summary .container {
        padding: 15px; } }
    .order-summary .container .postnl-href {
      width: 100%;
      max-width: 340px; }
      @media (max-width: 1320px) {
        .order-summary .container .postnl-href {
          max-width: 270px; } }
      @media (max-width: 875px) {
        .order-summary .container .postnl-href {
          display: none; } }
    @media (max-width: 1240px) {
      .order-summary .container .hide-on-smaller-desktop {
        display: none; } }
    .order-summary .container .left-side-wrapper {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center; }
    .order-summary .container .courier-logo {
      height: 70px;
      width: 70px;
      border: 1px solid #EDEDED;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px; }
      .order-summary .container .courier-logo img {
        object-fit: contain;
        max-width: 30px; }
    .order-summary .container .payment-logo {
      height: 70px;
      width: 70px;
      border: 1px solid #EDEDED;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px; }
      @media (max-width: 877px) {
        .order-summary .container .payment-logo {
          width: 60px;
          height: 60px;
          border: none; } }
      .order-summary .container .payment-logo img {
        object-fit: contain;
        max-width: 60px; }
  .order-summary .order-details-extended {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
    color: #262626; }
    @media (max-width: 1230px) {
      .order-summary .order-details-extended {
        flex-wrap: wrap; } }
    .order-summary .order-details-extended .column {
      display: flex;
      flex-direction: column;
      font-size: 16px; }
      .order-summary .order-details-extended .column:first-of-type {
        justify-content: space-between; }
        @media (max-width: 1230px) {
          .order-summary .order-details-extended .column:first-of-type {
            width: 100%;
            margin-bottom: 30px; } }
      @media (max-width: 1230px) {
        .order-summary .order-details-extended .column:last-of-type {
          width: 100%;
          margin-top: 30px; } }
      .order-summary .order-details-extended .column span {
        font-weight: 500;
        display: block; }
      .order-summary .order-details-extended .column .expenses {
        display: flex;
        flex-direction: column;
        min-width: 230px;
        margin-top: 12px; }
        .order-summary .order-details-extended .column .expenses p {
          display: flex !important;
          margin: 0;
          padding: 0;
          flex-direction: row;
          justify-content: space-between; }
          .order-summary .order-details-extended .column .expenses p span {
            flex-direction: row;
            justify-content: space-between;
            display: inline-flex !important;
            font-weight: 400; }
  .order-summary .order-summary-details {
    display: flex;
    flex-direction: column; }
    .order-summary .order-summary-details a {
      display: inline-block;
      margin-top: 30px;
      font-weight: 500;
      font-size: 16px;
      color: #ED1C24;
      transition: all 300ms; }
      @media (max-width: 500px) {
        .order-summary .order-summary-details a {
          margin-top: 15px; } }
      .order-summary .order-summary-details a:hover {
        color: #c61017; }
        .order-summary .order-summary-details a:hover svg {
          left: 5px;
          stroke: #c61017; }
      .order-summary .order-summary-details a svg {
        height: 20px;
        position: relative;
        top: 4px;
        left: 0;
        transition: all 300ms; }
    .order-summary .order-summary-details .order-item {
      margin-top: 30px;
      display: flex;
      flex-direction: row; }
      .order-summary .order-summary-details .order-item:first-of-type {
        margin-top: 0 !important; }
      @media (max-width: 550px) {
        .order-summary .order-summary-details .order-item {
          margin-top: 20px; } }
      .order-summary .order-summary-details .order-item .product-image {
        min-width: 150px;
        min-height: 150px;
        width: 150px;
        height: 150px;
        border-radius: 5px;
        border: 1px solid #F2F2F2;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: stretch;
        margin-right: 30px; }
        @media (max-width: 550px) {
          .order-summary .order-summary-details .order-item .product-image {
            width: 115px;
            height: 115px;
            min-width: 115px;
            min-height: 115px;
            margin-right: 15px; } }
        .order-summary .order-summary-details .order-item .product-image img {
          object-fit: contain;
          max-width: 100px;
          max-height: 100px; }
      .order-summary .order-summary-details .order-item .product-details {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        align-content: stretch; }
        .order-summary .order-summary-details .order-item .product-details .woocommerce-Price-currencySymbol {
          display: none !important; }
        .order-summary .order-summary-details .order-item .product-details .product-title {
          font-size: 16px;
          color: #262626;
          margin-bottom: 10px;
          font-weight: 500; }
          @media (max-width: 550px) {
            .order-summary .order-summary-details .order-item .product-details .product-title {
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              text-overflow: ellipsis;
              overflow: hidden; } }
        .order-summary .order-summary-details .order-item .product-details span.product-desc {
          line-height: 24px;
          font-size: 16px;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          text-overflow: ellipsis;
          overflow: hidden;
          color: #262626; }
        .order-summary .order-summary-details .order-item .product-details .price-details {
          margin-top: 15px;
          color: #262626;
          font-weight: 500;
          font-size: 18px; }
    .order-summary .order-summary-details .postnl-href-mobile {
      width: 100%;
      max-width: 100%;
      margin-top: 30px;
      margin-bottom: 30px; }
      .order-summary .order-summary-details .postnl-href-mobile button {
        border: 1px solid red; }

.order-summary .order-summary-details a {
  display: flex !important;
  align-items: center !important;
  color: #262626 !important; }
  .order-summary .order-summary-details a:hover {
    color: #ED1C24 !important; }

.order-summary .container {
  padding: 0 !important;
  border: none !important; }

span.order-status {
  font-weight: 400;
  background: red;
  border-radius: 100px;
  color: white !important;
  font-size: 14px !important;
  padding: 5px 10px; }

.back-to-all-orders {
  margin-bottom: 15px; }
  .back-to-all-orders:before {
    transform: rotate(-180deg); }

.upper-content-orders {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .upper-content-orders {
      flex-direction: column;
      gap: 15px;
      align-items: flex-start;
      margin-bottom: -30px; } }
  .upper-content-orders h2 {
    margin: 0 !important; }
  .upper-content-orders .right-side {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px; }

.upper-content-orders + .order-summary {
  margin-top: 20px; }

.order-summary {
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .order-summary:first-of-type {
      margin-top: 0 !important; } }
  .order-summary .checkout-button {
    width: fit-content !important; }
  .order-summary .shop_table {
    margin-top: 30px; }
    .order-summary .shop_table .cart-row {
      margin-bottom: 5px;
      display: flex;
      flex-direction: row;
      gap: 20px; }
    .order-summary .shop_table .cart-subtotal {
      margin-top: 20px; }
      .order-summary .shop_table .cart-subtotal .amount bdi {
        font-size: 20px !important;
        font-weight: 500; }
    .order-summary .shop_table .total-wrapper {
      display: flex;
      flex-direction: column; }
      .order-summary .shop_table .total-wrapper .btw {
        color: #979797;
        font-size: 14px; }
    .order-summary .shop_table .stock-info {
      font-weight: 500;
      display: flex;
      flex-direction: row;
      align-items: center;
      min-width: 200px;
      margin-top: 15px; }
      .order-summary .shop_table .stock-info .in-stock {
        display: flex;
        flex-direction: row;
        align-items: center;
        color: #16A14B !important; }
        .order-summary .shop_table .stock-info .in-stock:before {
          display: flex;
          content: '';
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: #16A14B;
          margin-right: 5px; }
      .order-summary .shop_table .stock-info .out-of-stock {
        display: flex;
        flex-direction: row;
        align-items: center;
        color: #EB7D00 !important; }
        .order-summary .shop_table .stock-info .out-of-stock:before {
          display: flex;
          content: '';
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: #EB7D00;
          margin-right: 5px; }
  .order-summary .product-price {
    min-width: fit-content !important; }
    @media only screen and (max-width: 1024px) {
      .order-summary .product-price {
        min-width: 100% !important; } }
  .order-summary .product-name {
    display: flex;
    flex-direction: column; }
    .order-summary .product-name a {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
  .order-summary .left-side-item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    width: 100%; }
    @media only screen and (max-width: 1300px) {
      .order-summary .left-side-item {
        max-width: 100% !important; } }
    @media only screen and (max-width: 1024px) {
      .order-summary .left-side-item {
        flex-wrap: wrap;
        max-width: 100% !important; } }
    .order-summary .left-side-item .property-row {
      margin-bottom: 5px;
      gap: 20px;
      justify-content: space-between;
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .order-summary .left-side-item .property-row strong {
        font-weight: 500; }
      .order-summary .left-side-item .property-row span {
        color: #979797; }
  .order-summary .property-row:first-of-type {
    margin-top: 10px; }
  .order-summary .woocommerce-cart-form__cart-item {
    position: relative;
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #EDEDED;
    padding: 20px 0; }
    @media screen and (max-width: 768px) {
      .order-summary .woocommerce-cart-form__cart-item {
        flex-direction: column; } }
    .order-summary .woocommerce-cart-form__cart-item .product-quantity {
      display: flex;
      flex-direction: row;
      position: relative; }
    .order-summary .woocommerce-cart-form__cart-item input[type="number"] {
      height: 54px;
      border-radius: 200px;
      border: 1px solid #DDDDDD;
      text-align: center;
      font-size: 16px;
      font-weight: 300;
      width: 100%;
      font-family: "Maven Pro", sans-serif;
      outline: none;
      -webkit-appearance: none;
      margin: 0;
      -moz-appearance: textfield;
      padding-left: 20px;
      padding-right: 10px;
      box-sizing: border-box; }
    .order-summary .woocommerce-cart-form__cart-item .quantity-btn {
      position: absolute;
      width: 44px;
      height: 34px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 100px;
      border: none;
      transition: all 300ms;
      cursor: pointer;
      top: 10px;
      left: 10px;
      z-index: 3;
      cursor: pointer; }
      .order-summary .woocommerce-cart-form__cart-item .quantity-btn.plus {
        left: auto;
        right: 10px;
        background: #262626;
        color: white; }

.product-thumbnail {
  position: relative; }

.quantity-image {
  background: #ED1C24;
  color: white;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 40px;
  position: absolute;
  bottom: 10px;
  right: 10px; }

.order-details {
  display: flex;
  flex-direction: row;
  gap: 70px;
  width: 100%;
  margin-top: -50px; }
  @media (max-width: 768px) {
    .order-details {
      flex-direction: column; } }
  .order-details .left-side {
    width: 100%; }
  .order-details .right-side {
    min-width: 300px; }
    .order-details .right-side .cart-subtotal {
      margin-top: 30px !important;
      display: flex !important; }
    .order-details .right-side .cart-row {
      margin-top: 10px; }
    .order-details .right-side .btw {
      font-size: 14px;
      font-weight: 400;
      color: #979797; }
  .order-details h4 {
    font-weight: 600 !important;
    font-size: 18px;
    margin-bottom: 20px; }
  .order-details .property-row {
    margin-bottom: 5px;
    gap: 20px;
    justify-content: space-between;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .order-details .property-row strong {
      font-weight: 500; }
    .order-details .property-row span {
      color: #979797; }

.files-order {
  margin-top: 70px;
  float: left;
  display: flex !important;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%; }
  .files-order a {
    width: auto !important; }

.notification-popup {
  bottom: 0;
  left: 0;
  position: fixed;
  margin: 30px;
  width: 100%;
  max-width: 400px;
  padding: 50px;
  box-sizing: border-box;
  background: white;
  border-radius: 10px;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.03);
  transition: all 500ms;
  visibility: hidden;
  opacity: 0; }
  @media only screen and (max-width: 768px) {
    .notification-popup {
      margin: 20px;
      max-width: calc(100vw - 40px); } }
  .notification-popup.is-active {
    visibility: visible;
    opacity: 1;
    transition: all 500ms; }
  .notification-popup .secondary-button {
    margin-top: 30px; }
  .notification-popup .close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }

.notification-popup-overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms; }
  .notification-popup-overlay.is-active {
    visibility: visible;
    opacity: 1; }

.product-header {
  width: 100%; }
  .product-header h1 {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 26px; }
  .product-header p {
    margin-top: 5px !important;
    display: flex; }

.block-product-header {
  margin-bottom: 30px !important; }

.block-product-info .container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 50px; }
  @media only screen and (max-width: 1024px) {
    .block-product-info .container {
      flex-direction: column; } }

.block-product-info .left-side-wrapper {
  display: flex;
  flex-direction: row;
  gap: 40px; }
  @media only screen and (max-width: 768px) {
    .block-product-info .left-side-wrapper {
      gap: 30px;
      flex-direction: column; } }
  .block-product-info .left-side-wrapper .left {
    display: flex;
    flex-direction: column;
    max-width: 400px; }
    @media only screen and (max-width: 1200px) {
      .block-product-info .left-side-wrapper .left {
        max-width: 300px; } }
    @media only screen and (max-width: 768px) {
      .block-product-info .left-side-wrapper .left {
        max-width: 90vw; } }
    @media only screen and (max-width: 1024px) {
      .block-product-info .left-side-wrapper .left {
        display: flex;
        flex-direction: column; }
        .block-product-info .left-side-wrapper .left .position-sticky {
          position: sticky;
          top: 270px; } }
    .block-product-info .left-side-wrapper .left .wcgs-woocommerce-product-gallery {
      max-width: 100% !important;
      width: 100% !important; }
  .block-product-info .left-side-wrapper h3 {
    margin-bottom: 10px !important; }

.block-product-info .specs {
  margin-bottom: 70px; }
  .block-product-info .specs.is-open ul {
    max-height: 2000px !important; }
    .block-product-info .specs.is-open ul:after {
      opacity: 0; }
  .block-product-info .specs.is-open .secondary-button:before {
    transform: rotate(270deg) !important; }
  @media only screen and (max-width: 768px) {
    .block-product-info .specs {
      margin-bottom: 50px; } }
  .block-product-info .specs ul {
    transition: all 1s ease-in-out;
    position: relative;
    color: #979797;
    display: flex;
    gap: 10px;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
    max-height: 300px;
    overflow: hidden;
    opacity: 1;
    padding-bottom: 30px;
    border-bottom: 1px solid #EDEDED; }
    .block-product-info .specs ul li {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      font-weight: 300; }
    .block-product-info .specs ul:after {
      transition: all 1s ease-in-out;
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 150px;
      background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
  .block-product-info .specs strong {
    font-weight: 500;
    width: 50%;
    display: inline-flex;
    color: #262626; }
  .block-product-info .specs .secondary-button {
    margin-top: 20px; }
    .block-product-info .specs .secondary-button:before {
      transform: rotate(90deg); }

.add-to-cart-wrapper {
  min-width: 350px;
  max-width: 350px;
  width: 100%;
  border: 1px solid #DCDCDC !important;
  border-radius: 15px !important;
  box-sizing: border-box;
  padding: 30px !important;
  padding-top: 70px !important; }
  @media only screen and (max-width: 1200px) {
    .add-to-cart-wrapper {
      max-width: 300px !important;
      min-width: 300px !important; } }
  @media only screen and (max-width: 1024px) {
    .add-to-cart-wrapper {
      max-width: 100% !important;
      min-width: 100% !important; } }

@media only screen and (max-width: 768px) {
  .right {
    display: none; } }

.right .is-sale bdi {
  position: absolute;
  top: 37px;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 300; }

.right .is-sale ins {
  text-decoration: none !important; }
  .right .is-sale ins bdi {
    position: relative !important;
    top: 0 !important;
    text-decoration: none !important;
    font-size: 24px;
    font-weight: 500; }

#wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel {
  border: 1px solid #DCDCDC;
  border-radius: 15px; }

#wpgs-gallery .wcgs-carousel .wcgs-swiper-arrow, #wpgs-gallery .wcgs-carousel .wcgs-swiper-arrow {
  background-color: #ED1C24 !important;
  border-radius: 100px !important; }

.wcgs-swiper-button-next {
  right: 15px !important; }

.wcgs-swiper-button-prev {
  left: 15px !important; }

.gallery-navigation-carousel .wcgs-thumb {
  position: relative;
  cursor: pointer;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
  transition: all 300ms;
  aspect-ratio: 1/1; }
  .gallery-navigation-carousel .wcgs-thumb:hover {
    border: 1px solid #ED1C24; }

#wpgs-gallery .wcgs-thumb.swiper-slide img {
  border: none !important;
  object-fit: cover;
  min-width: 100% !important;
  min-height: 100% !important; }

.swiper-slide-thumb-active {
  border: 1px solid #ED1C24 !important; }

#wpgs-gallery .gallery-navigation-carousel-wrapper {
  margin-top: 20px !important; }

.custom-add-to-cart form {
  display: flex;
  width: 100%;
  justify-content: space-between; }

.extra-files {
  margin-top: 70px; }
  @media only screen and (max-width: 768px) {
    .extra-files {
      display: none; } }
  .extra-files a {
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    background: #F6F6F6;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    float: left;
    margin-top: 20px;
    height: auto;
    min-height: 110px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    transition: all 300ms; }
    .extra-files a:hover {
      transform: scale(1.02); }
    .extra-files a .title {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      font-weight: 500; }
    .extra-files a .description {
      margin-top: 5px;
      display: flex;
      font-size: 14px;
      word-break: break-word; }
    .extra-files a:before {
      content: url("data:image/svg+xml,%3Csvg width='202' height='110' viewBox='0 0 202 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M121.481 197.225C175.786 135.595 191.715 57.4357 157.06 22.6531C123.257 -11.274 53.8153 8.60552 0.024353 66.7975C2.00902 64.3478 4.04889 61.9207 6.15794 59.5267C61.5756 -3.36664 138.829 -21.9031 178.71 18.1234C218.59 58.1499 205.994 141.584 150.577 204.477C105.64 255.475 46.3475 277.304 4.26428 262.399C40.1357 262.215 84.8582 238.788 121.481 197.225Z' fill='black' fill-opacity='0.03'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M141.285 58.1163C135.612 60.59 131.386 66.6894 131.83 71.8906C132.287 77.2531 137.506 79.6594 143.507 77.1009C149.542 74.5268 153.801 68.0305 153.009 62.7548C152.241 57.639 146.988 55.6296 141.285 58.1163Z' fill='black' fill-opacity='0.03'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M109.309 27.2897C105.946 31.6154 106.002 36.2157 109.55 37.5309C113.177 38.8765 118.972 36.2603 122.371 31.7248C125.719 27.2579 125.369 22.747 121.708 21.6118C118.125 20.5006 112.624 23.0274 109.309 27.2897Z' fill='black' fill-opacity='0.03'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M59.5248 38.4919C59.0072 42.3002 62.2321 43.7735 66.7578 41.689C71.3041 39.5954 75.2747 34.7853 75.5999 31.0372C75.9178 27.3784 72.6244 26.1306 68.2692 28.1646C63.9328 30.1895 60.0296 34.7743 59.5248 38.4919Z' fill='black' fill-opacity='0.03'/%3E%3C/svg%3E%0A");
      position: absolute;
      right: 20px; }

#wpgs-gallery {
  margin-bottom: 50px !important; }

.bundle {
  margin-top: 70px; }
  @media only screen and (max-width: 768px) {
    .bundle {
      margin-top: 50px; } }
  .bundle table {
    border-collapse: separate !important;
    border-spacing: 0; }

.image-td {
  border: 1px solid #DCDCDC !important;
  border-radius: 10px !important; }
  .image-td:first-of-type {
    border: 1px solid #ED1C24 !important; }

.image_plus {
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0 !important;
  max-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #ED1C24;
  color: white;
  margin: 0 30px !important;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  cursor: pointer; }

.yith-wfbt-images {
  width: 100% !important; }

.yith-wfbt-images tr {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }

.yith-wfbt-submit-button {
  height: 60px;
  background: #ED1C24 !important;
  color: white !important;
  outline: none;
  border: none;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px !important;
  padding: 0 20px;
  width: 100% !important;
  transition: all 300ms; }
  .yith-wfbt-submit-button:hover {
    background: #c61017 !important; }

.yith-wfbt-items {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 20px 0 0 0 !important; }
  .yith-wfbt-items li {
    padding: 0 !important;
    margin: 20px 0 0 0 !important; }
  .yith-wfbt-items .price {
    display: flex;
    width: 100%;
    margin-top: 10px; }

.price_text {
  display: none !important; }

.right.mobile-only {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    .right.mobile-only {
      display: flex !important; } }
  .right.mobile-only .position-sticky {
    width: 90vw; }

.right .payment_methods {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  justify-content: space-between; }
  @media only screen and (max-width: 1024px) {
    .right .payment_methods {
      justify-content: flex-start; } }
  @media only screen and (max-width: 1024px) {
    .right .payment_methods {
      margin-bottom: 20px;
      margin-top: 10px; } }
  .right .payment_methods .method-container {
    border: 1px solid #EDEDED;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px; }
    .right .payment_methods .method-container img {
      max-width: 100%;
      max-height: 80%; }

.right .support-block-detail {
  position: relative; }
  .right .support-block-detail h4 {
    margin: 30px 0 10px 0;
    font-weight: 500;
    color: #ED1C24;
    font-size: 20px; }
  .right .support-block-detail p {
    margin-bottom: 30px !important;
    display: flex; }
  .right .support-block-detail .secondary-button {
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    color: #262626; }
    .right .support-block-detail .secondary-button:hover {
      color: #ED1C24 !important; }

.right .add-to-cart-button-wrapper {
  width: 100%; }

.right .stock-info {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .right .stock-info .in-stock {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #16A14B !important; }
    .right .stock-info .in-stock:before {
      display: flex;
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #16A14B;
      margin-right: 5px; }
  .right .stock-info .out-of-stock {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #EB7D00 !important; }
    .right .stock-info .out-of-stock:before {
      display: flex;
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #EB7D00;
      margin-right: 5px; }

.right .custom-add-to-cart {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
  margin-top: 15px; }
  .right .custom-add-to-cart .quantity-btn {
    position: absolute;
    width: 44px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: none;
    transition: all 300ms;
    cursor: pointer;
    top: 10px;
    left: 10px;
    z-index: 3; }
    .right .custom-add-to-cart .quantity-btn.plus {
      left: auto;
      right: 10px;
      background: #262626;
      color: white; }
  .right .custom-add-to-cart .custom-quantity-input {
    height: 54px;
    border-radius: 200px;
    border: 1px solid #DDDDDD;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    font-family: "Maven Pro", sans-serif;
    outline: none;
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
    padding-left: 20px;
    padding-right: 10px;
    box-sizing: border-box; }
  .right .custom-add-to-cart .custom-add-to-cart-button {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: none;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ED1C24;
    transition: all 300ms;
    cursor: pointer; }
    .right .custom-add-to-cart .custom-add-to-cart-button:hover {
      background: #c61017; }
    .right .custom-add-to-cart .custom-add-to-cart-button.added-to-cart {
      background: #16A14B; }
      .right .custom-add-to-cart .custom-add-to-cart-button.added-to-cart:hover {
        background: #107436; }

.usps {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .usps .slider-usp {
    display: flex;
    align-items: center;
    gap: 10px; }

.add-to-cart-button {
  margin-top: 20px; }
  .add-to-cart-button button {
    border-radius: 100px !important;
    border: none;
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ED1C24 !important;
    cursor: pointer;
    width: 100% !important;
    height: 50px;
    transition: all 300ms !important; }
    .add-to-cart-button button:hover {
      background: #c61017 !important; }
    .add-to-cart-button button .material-symbols-outlined {
      position: absolute;
      left: 20px;
      top: 12px; }

.add-to-cart-button {
  padding: 0 !important;
  background: none !important; }

.right .position-sticky {
  position: sticky !important;
  top: 260px; }

.right .switcher-wrapper-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 30px;
  top: 30px; }

@media only screen and (max-width: 768px) {
  #wpgs-gallery {
    margin-bottom: 0 !important; } }

.custom-add-to-cart-mobile {
  width: 100%;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 15px;
  background: white;
  padding: 20px;
  box-sizing: border-box;
  position: fixed;
  bottom: -130px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-top: 1px solid #DCDCDC;
  transition: all 0.5s ease-in-out;
  z-index: 1; }
  .custom-add-to-cart-mobile.is-visible {
    bottom: -30px !important; }
  @media only screen and (max-width: 768px) {
    .custom-add-to-cart-mobile {
      display: flex; } }
  .custom-add-to-cart-mobile form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-direction: row;
    width: 100%;
    margin: 0 !important; }
  .custom-add-to-cart-mobile .custom-quantity-wrapper {
    position: relative;
    width: 100%; }
  .custom-add-to-cart-mobile .quantity-btn {
    position: absolute;
    width: 44px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: none;
    transition: all 300ms;
    cursor: pointer;
    top: 10px;
    left: 10px;
    z-index: 3; }
    .custom-add-to-cart-mobile .quantity-btn.plus {
      left: auto;
      right: 10px;
      background: #262626;
      color: white; }
  .custom-add-to-cart-mobile .custom-quantity-input {
    height: 54px;
    border-radius: 200px;
    border: 1px solid #DDDDDD;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    font-family: "Maven Pro", sans-serif;
    outline: none;
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box; }
  .custom-add-to-cart-mobile .custom-add-to-cart-button-mobile {
    height: 50px;
    min-width: 180px;
    border-radius: 100px;
    gap: 10px;
    border: none;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ED1C24;
    transition: all 300ms;
    cursor: pointer;
    font-weight: 500;
    font-family: 'Maven Pro', sans-serif;
    font-size: 15px !important; }
    .custom-add-to-cart-mobile .custom-add-to-cart-button-mobile:hover {
      background: #c61017; }
    .custom-add-to-cart-mobile .custom-add-to-cart-button-mobile.added-to-cart {
      background: #16A14B; }
      .custom-add-to-cart-mobile .custom-add-to-cart-button-mobile.added-to-cart:hover {
        background: #107436; }

@media only screen and (max-width: 768px) {
  .single-product .under-footer {
    padding-bottom: 100px !important; } }

.block-products-selected .price {
  text-decoration: none !important; }

.block-products-selected ins {
  text-decoration: none !important; }

.block-products-selected .wts-price-container del {
  text-decoration: line-through; }
  .block-products-selected .wts-price-container del bdi {
    position: absolute;
    right: 0;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through; }

.block-products-selected .wts-price-wrapper {
  display: flex;
  flex-direction: column;
  text-transform: lowercase;
  width: 100%;
  text-decoration: none; }
  .block-products-selected .wts-price-wrapper bdi {
    font-size: 20px;
    font-weight: 500;
    text-decoration: none; }

.block-products-selected .splide__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  color: white;
  background: #262626;
  cursor: pointer;
  transition: all 300ms;
  opacity: 1; }
  .block-products-selected .splide__arrow svg {
    display: none; }
  .block-products-selected .splide__arrow:hover {
    background: #0d0d0d; }
  .block-products-selected .splide__arrow:after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8709 11.1667H0.666687V8.83341H14.8709L8.33752 2.30008L10 0.666748L19.3334 10.0001L10 19.3334L8.33752 17.7001L14.8709 11.1667Z' fill='white'/%3E%3C/svg%3E%0A"); }
  .block-products-selected .splide__arrow.previous:after {
    transform: rotate(180deg); }
  @media only screen and (max-width: 1024px) {
    .block-products-selected .splide__arrow {
      display: none; } }

.block-products-selected .splide--loop:before {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 1;
  height: 100%;
  background: linear-gradient(-90deg, white, rgba(255, 255, 255, 0.2));
  width: 210px; }
  @media screen and (max-width: 1024px) {
    .block-products-selected .splide--loop:before {
      display: none; } }

.block-products-selected .splide__arrow--prev {
  display: none; }

.block-products-selected .container {
  display: flex;
  flex-direction: column;
  width: -webkit-fill-available !important; }
  .block-products-selected .container h2 {
    font-size: 30px; }
  .block-products-selected .container .product-carousel {
    scroll-behavior: smooth;
    width: calc(100% + 50px); }
    @media only screen and (max-width: 1024px) {
      .block-products-selected .container .product-carousel {
        width: calc(100% + 50px); } }
    @media only screen and (max-width: 768px) {
      .block-products-selected .container .product-carousel {
        width: calc(100% + 20px); } }

.block-products-selected .flickity-button:disabled {
  display: none; }

.block-products-selected .title-wrapper {
  z-index: 3;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 1024px) {
    .block-products-selected .title-wrapper h2 {
      font-size: 20px; }
    .block-products-selected .title-wrapper .secondary-button {
      display: none; } }

.product-cell {
  width: 328px;
  position: relative;
  z-index: 1; }
  .product-cell .product-image {
    width: 100%;
    border-radius: 5px;
    background: #F6F6F6;
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px; }
    .product-cell .product-image img {
      max-width: 60%;
      max-height: 80%;
      mix-blend-mode: multiply;
      object-fit: contain; }
  .product-cell h3 {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 44px; }
  .product-cell .details-list {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 5px; }
    .product-cell .details-list .details-line {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .product-cell .details-list .details-line .subject {
        font-weight: 500;
        color: #262626;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
      .product-cell .details-list .details-line .property {
        color: #979797;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-align: right;
        max-width: 140px; }
  .product-cell .price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .product-cell .price .regular-price {
      font-weight: 500;
      font-size: 20px; }
    .product-cell .price .sale-price {
      text-decoration: line-through;
      font-size: 16px; }
  .product-cell .tax-info {
    font-size: 14px;
    color: #979797;
    margin-bottom: 10px; }
    .product-cell .tax-info span {
      display: none; }
      .product-cell .tax-info span.is-visible {
        display: flex; }
  .product-cell .stock-info {
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .product-cell .stock-info .in-stock {
      display: flex;
      flex-direction: row;
      align-items: center;
      color: #16A14B !important; }
      .product-cell .stock-info .in-stock:before {
        display: flex;
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #16A14B;
        margin-right: 5px; }
    .product-cell .stock-info .out-of-stock {
      display: flex;
      flex-direction: row;
      align-items: center;
      color: #EB7D00 !important; }
      .product-cell .stock-info .out-of-stock:before {
        display: flex;
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #EB7D00;
        margin-right: 5px; }
  .product-cell .custom-add-to-cart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    margin-top: 15px; }
    .product-cell .custom-add-to-cart .quantity-btn {
      position: absolute;
      width: 44px;
      height: 34px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 100px;
      border: none;
      transition: all 300ms;
      cursor: pointer;
      top: 10px;
      left: 10px;
      z-index: 3; }
      .product-cell .custom-add-to-cart .quantity-btn.plus {
        left: 145px;
        background: #262626;
        color: white; }
    .product-cell .custom-add-to-cart .custom-quantity-input {
      height: 54px;
      border-radius: 200px;
      border: 1px solid #DDDDDD;
      text-align: center;
      font-size: 16px;
      font-weight: 300;
      width: 200px;
      font-family: "Maven Pro", sans-serif;
      outline: none;
      -webkit-appearance: none;
      margin: 0;
      -moz-appearance: textfield;
      padding-left: 20px;
      padding-right: 10px;
      box-sizing: border-box; }
    .product-cell .custom-add-to-cart .custom-add-to-cart-button {
      width: 50px;
      height: 50px;
      border-radius: 100px;
      border: none;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #ED1C24;
      transition: all 300ms;
      cursor: pointer; }
      .product-cell .custom-add-to-cart .custom-add-to-cart-button:hover {
        background: #c61017; }
      .product-cell .custom-add-to-cart .custom-add-to-cart-button.added-to-cart {
        background: #16A14B; }
        .product-cell .custom-add-to-cart .custom-add-to-cart-button.added-to-cart:hover {
          background: #107436; }

.product-header {
  margin: 20px 0 5px 0; }
  .product-header p {
    margin: 0; }

.product-info {
  margin-top: 100px;
  gap: 25px; }
  .product-info .container {
    align-items: flex-start; }
  .product-info .product-image {
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center; }
  .product-info .center {
    width: 40%; }
  .product-info .left {
    width: 30%; }
  .product-info .right {
    width: 30%; }

.add-to-cart-wrapper {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px; }

@media screen and (max-width: 768px) {
  .woocommerce-order-received {
    padding: 180px 0 0 0 !important; } }

.thankyou-container iframe {
  max-width: 100% !important; }

@media screen and (max-width: 1350px) {
  .thankyou-container {
    display: flex;
    flex-direction: column; } }

.thankyou-container h1 {
  padding: 0 !important;
  margin: 0 0 30px 0 !important; }
  @media screen and (max-width: 768px) {
    .thankyou-container h1 {
      font-size: 24px !important;
      margin: 0 0 20px 0 !important; } }

.thankyou-container h2 {
  margin-bottom: 20px !important; }

.thankyou-container .thankyou-column {
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .thankyou-container .thankyou-column:first-of-type {
      margin-top: 0 !important; } }
  .thankyou-container .thankyou-column .checkout-button {
    width: fit-content !important; }
  .thankyou-container .thankyou-column .shop_table {
    margin-top: 30px; }
    .thankyou-container .thankyou-column .shop_table .cart-row {
      margin-bottom: 5px;
      display: flex;
      flex-direction: row;
      gap: 20px; }
    .thankyou-container .thankyou-column .shop_table .cart-subtotal {
      margin-top: 20px; }
      .thankyou-container .thankyou-column .shop_table .cart-subtotal .amount bdi {
        font-size: 20px !important;
        font-weight: 500; }
    .thankyou-container .thankyou-column .shop_table .total-wrapper {
      display: flex;
      flex-direction: column; }
      .thankyou-container .thankyou-column .shop_table .total-wrapper .btw {
        color: #979797;
        font-size: 14px; }
    .thankyou-container .thankyou-column .shop_table .stock-info {
      font-weight: 500;
      display: flex;
      flex-direction: row;
      align-items: center;
      min-width: 200px;
      margin-top: 15px; }
      .thankyou-container .thankyou-column .shop_table .stock-info .in-stock {
        display: flex;
        flex-direction: row;
        align-items: center;
        color: #16A14B !important; }
        .thankyou-container .thankyou-column .shop_table .stock-info .in-stock:before {
          display: flex;
          content: '';
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: #16A14B;
          margin-right: 5px; }
      .thankyou-container .thankyou-column .shop_table .stock-info .out-of-stock {
        display: flex;
        flex-direction: row;
        align-items: center;
        color: #EB7D00 !important; }
        .thankyou-container .thankyou-column .shop_table .stock-info .out-of-stock:before {
          display: flex;
          content: '';
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: #EB7D00;
          margin-right: 5px; }
  .thankyou-container .thankyou-column .product-price {
    min-width: fit-content !important; }
    @media only screen and (max-width: 1024px) {
      .thankyou-container .thankyou-column .product-price {
        min-width: 100% !important; } }
  .thankyou-container .thankyou-column .product-name {
    display: flex;
    flex-direction: column; }
    .thankyou-container .thankyou-column .product-name a {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
  .thankyou-container .thankyou-column .left-side-item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    max-width: 500px;
    width: 100%; }
    @media only screen and (max-width: 1300px) {
      .thankyou-container .thankyou-column .left-side-item {
        max-width: 100% !important; } }
    @media only screen and (max-width: 1024px) {
      .thankyou-container .thankyou-column .left-side-item {
        flex-wrap: wrap;
        max-width: 100% !important; } }
    .thankyou-container .thankyou-column .left-side-item .property-row {
      margin-bottom: 5px;
      gap: 20px;
      justify-content: space-between;
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .thankyou-container .thankyou-column .left-side-item .property-row strong {
        font-weight: 500; }
      .thankyou-container .thankyou-column .left-side-item .property-row span {
        color: #979797; }
  .thankyou-container .thankyou-column .property-row:first-of-type {
    margin-top: 10px; }
  .thankyou-container .thankyou-column .woocommerce-cart-form__cart-item {
    position: relative;
    display: flex;
    gap: 30px; }
    @media screen and (max-width: 768px) {
      .thankyou-container .thankyou-column .woocommerce-cart-form__cart-item {
        flex-direction: column; } }
    .thankyou-container .thankyou-column .woocommerce-cart-form__cart-item .product-quantity {
      display: flex;
      flex-direction: row;
      position: relative; }
    .thankyou-container .thankyou-column .woocommerce-cart-form__cart-item input[type="number"] {
      height: 54px;
      border-radius: 200px;
      border: 1px solid #DDDDDD;
      text-align: center;
      font-size: 16px;
      font-weight: 300;
      width: 100%;
      font-family: "Maven Pro", sans-serif;
      outline: none;
      -webkit-appearance: none;
      margin: 0;
      -moz-appearance: textfield;
      padding-left: 20px;
      padding-right: 10px;
      box-sizing: border-box; }
    .thankyou-container .thankyou-column .woocommerce-cart-form__cart-item .quantity-btn {
      position: absolute;
      width: 44px;
      height: 34px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 100px;
      border: none;
      transition: all 300ms;
      cursor: pointer;
      top: 10px;
      left: 10px;
      z-index: 3;
      cursor: pointer; }
      .thankyou-container .thankyou-column .woocommerce-cart-form__cart-item .quantity-btn.plus {
        left: auto;
        right: 10px;
        background: #262626;
        color: white; }

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

body {
  padding: 270px 0 0 0;
  margin: 0;
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  max-width: 100vw;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (max-width: 1024px) {
    body {
      padding: 220px 0 0 0; } }
  @media only screen and (max-width: 768px) {
    body {
      padding: 205px 0 0 0; } }
  body.overflow-hidden {
    overflow: hidden !important; }

img {
  max-width: 100%; }

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24; }

.dgwt-wcas-search-input:placeholder-shown {
  text-overflow: ellipsis !important; }

[placeholder] {
  text-overflow: ellipsis; }

::placeholder {
  text-overflow: ellipsis; }

.primary-button {
  height: 50px;
  border-radius: 100px;
  background: #ED1C24;
  color: white;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500; }
  .primary-button:hover {
    background: #c61017;
    font-weight: 500; }

.secondary-button {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #262626;
  transition: all 300ms; }
  .secondary-button:hover {
    color: #ED1C24; }
  .secondary-button:before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='%23ED1C24'/%3E%3Cpath d='M16.3999 15L13.3333 11.9333L14.2666 11L18.2666 15L14.2666 19L13.3333 18.0667L16.3999 15Z' fill='white'/%3E%3C/svg%3E%0A"); }

.block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  z-index: 0; }
  @media only screen and (max-width: 1024px) {
    .block {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 768px) {
    .block {
      margin-bottom: 50px; } }
  .block.no-mb {
    margin-bottom: 0; }
  .block.no-mt {
    margin-top: 0; }
  .block .container {
    width: 100%;
    max-width: 1460px;
    display: flex;
    align-self: center;
    margin: 0 50px;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .block .container {
        margin: 0 20px; } }

h2 {
  font-size: 36px;
  color: #262626;
  line-height: 44px;
  padding: 0;
  margin: 0;
  font-weight: 600;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 22px !important;
      line-height: 30px;
      margin-bottom: 20px; } }

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  padding: 0;
  margin: 0; }

h3 {
  font-size: 18px;
  color: #262626;
  line-height: 26px;
  padding: 0;
  margin: 0;
  font-weight: 600;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 18px !important;
      line-height: 26px;
      margin-bottom: 15px; } }

.woocommerce-error {
  width: -webkit-fill-available; }

.woocommerce-notices-wrapper {
  width: -webkit-fill-available;
  justify-content: center;
  max-width: 1460px;
  display: flex;
  align-self: center;
  margin: 0 50px;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .woocommerce-notices-wrapper {
      margin: 20px 20px 0 20px; } }

.woocommerce-message {
  outline: none !important;
  border-top-color: #ED1C24;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0; }
  .woocommerce-message:before {
    display: none !important; }
  @media screen and (max-width: 768px) {
    .woocommerce-message {
      flex-direction: column !important;
      box-sizing: border-box;
      width: 90vw; } }
  .woocommerce-message a {
    border-radius: 100px !important;
    border: none;
    color: white !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #262626 !important;
    cursor: pointer;
    height: 50px !important;
    padding: 0 30px !important;
    transition: all 300ms !important;
    width: fit-content !important;
    margin-left: 30px !important; }
    @media screen and (max-width: 768px) {
      .woocommerce-message a {
        margin-left: 0 !important;
        margin-top: 20px !important; } }

.empty-cart-centered {
  width: 100%;
  margin-top: 150px;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .empty-cart-centered {
      margin-top: 50px; } }
  @media screen and (max-width: 768px) {
    .empty-cart-centered h2 {
      font-size: 16px !important; } }

header + .block-content {
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    header + .block-content {
      margin-top: 50px; } }
  header + .block-content h3 {
    margin-top: 30px;
    color: #ED1C24; }

.woocommerce {
  width: 100%; }

.dgwt-wcas-st {
  display: flex !important;
  flex-direction: column !important; }

.woocommerce ul.products li.product .price del {
  text-decoration: none;
  position: relative; }
  .woocommerce ul.products li.product .price del:before {
    border-top: 1px solid #000;
    opacity: 0.5;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    left: 0; }

.header.is-scrolled .top-bar {
  justify-content: center; }
  .header.is-scrolled .top-bar .container {
    margin-bottom: 0 !important; }

.top-bar {
  justify-content: center;
  display: flex;
  flex-direction: row;
  background-color: #262626;
  color: white;
  border-radius: 0 0 10px 10px;
  height: 50px;
  align-items: center;
  font-size: 14px;
  margin-bottom: 30px;
  width: 100vw; }
  @media only screen and (max-width: 768px) {
    .top-bar {
      margin-bottom: 15px; } }
  .top-bar .container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 0 !important; }
    .top-bar .container .splide-topbar {
      width: 100%;
      justify-content: center;
      display: none; }
      @media only screen and (max-width: 1200px) {
        .top-bar .container .splide-topbar {
          display: flex; } }
    .top-bar .container .slider-usp {
      height: 50px;
      display: flex;
      align-items: center;
      gap: 10px;
      justify-content: center;
      width: 100%;
      text-align: center; }
    .top-bar .container .top-bar__usps {
      display: flex;
      align-items: center;
      flex-direction: row;
      gap: 30px; }
      @media only screen and (max-width: 1230px) {
        .top-bar .container .top-bar__usps {
          gap: 15px; } }
      @media only screen and (max-width: 1200px) {
        .top-bar .container .top-bar__usps {
          display: none; } }
      .top-bar .container .top-bar__usps .top-bar__usp {
        display: flex;
        align-items: center;
        gap: 10px; }
    .top-bar .container .top-bar__urls {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 20px; }
      @media only screen and (max-width: 1230px) {
        .top-bar .container .top-bar__urls {
          gap: 15px; } }
      @media only screen and (max-width: 1200px) {
        .top-bar .container .top-bar__urls {
          display: none; } }
      .top-bar .container .top-bar__urls a {
        color: white;
        text-decoration: none; }
        .top-bar .container .top-bar__urls a:hover {
          text-decoration: underline; }

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

body {
  padding: 270px 0 0 0;
  margin: 0;
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  max-width: 100vw;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (max-width: 1024px) {
    body {
      padding: 220px 0 0 0; } }
  @media only screen and (max-width: 768px) {
    body {
      padding: 205px 0 0 0; } }
  body.overflow-hidden {
    overflow: hidden !important; }

img {
  max-width: 100%; }

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24; }

.dgwt-wcas-search-input:placeholder-shown {
  text-overflow: ellipsis !important; }

[placeholder] {
  text-overflow: ellipsis; }

::placeholder {
  text-overflow: ellipsis; }

.primary-button {
  height: 50px;
  border-radius: 100px;
  background: #ED1C24;
  color: white;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500; }
  .primary-button:hover {
    background: #c61017;
    font-weight: 500; }

.secondary-button {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #262626;
  transition: all 300ms; }
  .secondary-button:hover {
    color: #ED1C24; }
  .secondary-button:before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='%23ED1C24'/%3E%3Cpath d='M16.3999 15L13.3333 11.9333L14.2666 11L18.2666 15L14.2666 19L13.3333 18.0667L16.3999 15Z' fill='white'/%3E%3C/svg%3E%0A"); }

.block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  z-index: 0; }
  @media only screen and (max-width: 1024px) {
    .block {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 768px) {
    .block {
      margin-bottom: 50px; } }
  .block.no-mb {
    margin-bottom: 0; }
  .block.no-mt {
    margin-top: 0; }
  .block .container {
    width: 100%;
    max-width: 1460px;
    display: flex;
    align-self: center;
    margin: 0 50px;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .block .container {
        margin: 0 20px; } }

h2 {
  font-size: 36px;
  color: #262626;
  line-height: 44px;
  padding: 0;
  margin: 0;
  font-weight: 600;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 22px !important;
      line-height: 30px;
      margin-bottom: 20px; } }

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  padding: 0;
  margin: 0; }

h3 {
  font-size: 18px;
  color: #262626;
  line-height: 26px;
  padding: 0;
  margin: 0;
  font-weight: 600;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 18px !important;
      line-height: 26px;
      margin-bottom: 15px; } }

.woocommerce-error {
  width: -webkit-fill-available; }

.woocommerce-notices-wrapper {
  width: -webkit-fill-available;
  justify-content: center;
  max-width: 1460px;
  display: flex;
  align-self: center;
  margin: 0 50px;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .woocommerce-notices-wrapper {
      margin: 20px 20px 0 20px; } }

.woocommerce-message {
  outline: none !important;
  border-top-color: #ED1C24;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0; }
  .woocommerce-message:before {
    display: none !important; }
  @media screen and (max-width: 768px) {
    .woocommerce-message {
      flex-direction: column !important;
      box-sizing: border-box;
      width: 90vw; } }
  .woocommerce-message a {
    border-radius: 100px !important;
    border: none;
    color: white !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #262626 !important;
    cursor: pointer;
    height: 50px !important;
    padding: 0 30px !important;
    transition: all 300ms !important;
    width: fit-content !important;
    margin-left: 30px !important; }
    @media screen and (max-width: 768px) {
      .woocommerce-message a {
        margin-left: 0 !important;
        margin-top: 20px !important; } }

.empty-cart-centered {
  width: 100%;
  margin-top: 150px;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .empty-cart-centered {
      margin-top: 50px; } }
  @media screen and (max-width: 768px) {
    .empty-cart-centered h2 {
      font-size: 16px !important; } }

header + .block-content {
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    header + .block-content {
      margin-top: 50px; } }
  header + .block-content h3 {
    margin-top: 30px;
    color: #ED1C24; }

.woocommerce {
  width: 100%; }

.dgwt-wcas-st {
  display: flex !important;
  flex-direction: column !important; }

.woocommerce ul.products li.product .price del {
  text-decoration: none;
  position: relative; }
  .woocommerce ul.products li.product .price del:before {
    border-top: 1px solid #000;
    opacity: 0.5;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    left: 0; }
