/************************************************************
*************************************************************
Theme Name: Klamottenalarm Mastershop Theme
Description: This is the master theme for all upcoming client shops
Author: fourplex
Author URI:   https://fourplex.de
Version: 1.0
*************************************************************
************************************************************/

/******************** RESET ********************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: normal !important;
}

:root {
  --darkGrey: #575656;
  --lightGrey: #eceded;
  --ultraLightGrey: #f5f5f5;
  --white: #ffffff;
  --accent: #d60b0c;
}

/******************** GENERAL  ********************/
@font-face {
  font-family: "Asap Condensed";
  src: url("./assets/fonts/AsapCondensed-Regular.eot");
  src:
    url("./assets/fonts/AsapCondensed-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("./assets/fonts/AsapCondensed-Regular.woff2") format("woff2"),
    url("./assets/fonts/AsapCondensed-Regular.woff") format("woff"),
    url("./assets/fonts/AsapCondensed-Regular.ttf") format("truetype"),
    url("./assets/fonts/AsapCondensed-Regular.svg#AsapCondensed-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Asap Condensed Bold";
  src: url("./assets/fonts/AsapCondensed-Bold.eot");
  src:
    url("./assets/fonts/AsapCondensed-Bold.eot?#iefix") format("embedded-opentype"),
    url("./assets/fonts/AsapCondensed-Bold.woff2") format("woff2"),
    url("./assets/fonts/AsapCondensed-Bold.woff") format("woff"),
    url("./assets/fonts/AsapCondensed-Bold.ttf") format("truetype"),
    url("./assets/fonts/AsapCondensed-Bold.svg#AsapCondensed-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "Asap Condensed";
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: all 0.35s ease !important;
}

::selection {
  background: var(--accent);
  color: var(--white);
}

.container-maxflat {
  padding: 0px 12rem;
}
.container-flat {
  padding: 1.75rem 12rem;
}
.container {
  padding: 3.5rem 12rem;
}

.space-between-centered,
button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.accent-color {
  color: var(--accent) !important;
}

h1,
.headline,
.banner-title {
  font-family: "Asap Condensed Bold" !important;
  font-size: clamp(1.125rem, 6vw, 3rem);
  color: var(--darkGrey);
}
h2 {
  font-family: "Asap Condensed Bold" !important;
  font-size: clamp(1.125rem, 5vw, 2.5rem);
  color: var(--darkGrey);
}
h3 {
  font-family: "Asap Condensed Bold" !important;
  font-size: clamp(1.125rem, 4vw, 1.5rem);
  color: var(--darkGrey);
}
h4,
th {
  font-size: clamp(1.125rem, 4vw, 1.5rem);
  color: var(--darkGrey);
}
h4.weight-400 {
  font-weight: 400;
}
.page-title {
  margin-top: 2rem;
}
p,
label,
td {
  font-size: clamp(1rem, 4vw, 1.375rem);
  color: var(--darkGrey);
}
label {
  font-family: "Asap Condensed Bold" !important;
}
.small-p {
  font-size: 1rem;
  color: var(--darkGrey);
}

a {
  text-decoration: none;
  color: var(--darkGrey);
}

a,
button,
#register-trigger,
#login-trigger {
  cursor: pointer;
  position: relative;
}

button,
.wc-proceed-to-checkout a,
.wc-block-components-button {
  background: var(--accent);
  border: none;
  outline: none;
  font-family: "Asap Condensed Bold" !important;
  font-size: clamp(1rem, 3.5vw, 1.25rem);
  color: var(--white);
  text-transform: uppercase;
  padding: 1rem;
  white-space: nowrap;
  justify-content: space-between;
  gap: clamp(10px, 15px, 30px);
}

button:hover {
  background: var(--darkGrey);
}

.wc-proceed-to-checkout a {
  display: flex;
}

.kla-arrow {
  width: 1rem !important;
}

input,
textarea,
select {
  padding: 1rem 1.5rem;
  background: var(--lightGrey);
  border: none;
  outline: none;
  font-size: clamp(1rem, 3.5vw, 1.25rem);
  font-family: "Asap Condensed Bold" !important;
  color: var(--darkGrey);
  transition: none !important;
  border: 3px solid var(--lightGrey);
}
input::placeholder {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Asap Condensed Bold";
}
input:focus {
  border: 3px solid var(--accent);
}
select {
  appearance: none;
  -webkit-appearance: none;
}

textarea {
  padding: 22px !important;
  resize: none;
}

img {
  height: 100%;
  object-fit: contain;
}

ul {
  list-style: none;
}

.to-cart:hover {
  text-decoration: underline;
  color: var(--accent);
}

.back {
  position: fixed;
  bottom: 2.5%;
  left: 2.5%;
  z-index: 10;
}

.checkout-button {
  position: fixed;
  bottom: 2.5%;
  right: 2.5%;
  z-index: 10;

  & a {
    color: white !important;
    display: flex;
    white-space: nowrap;
    justify-content: space-between;
    gap: clamp(10px, 15px, 30px);
    border: none;
    outline: none;
    font-family: "Asap Condensed Bold" !important;
    font-size: clamp(1rem, 3.5vw, 1.25rem);
  }

  & img {
    display: none;
  }
}

.woocommerce-products-header__title.page-title {
  display: none;
}

.password-input {
  position: relative;
}

.show-password-input {
  height: 35px;
  background: url("http://shops.klamottenalarm.de/schuerholz-group/wp-content/uploads/sites/9/2026/02/eyes-sharp-light.svg")
    no-repeat center center; /* Center image */
  background-size: contain; /* Make it fit inside button */
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);

  &:hover {
    background: url("http://shops.klamottenalarm.de/schuerholz-group/wp-content/uploads/sites/9/2026/02/eyes-sharp-light.svg")
      no-repeat center center; /* Center image */
  }

  &.display-password {
    background: url("http://shops.klamottenalarm.de/schuerholz-group/wp-content/uploads/sites/9/2026/02/eye-closed-sharp-light.svg")
      no-repeat center center; /* Center image */
  }
}

/******************** HEADER-NAV ********************/
header {
  width: 100%;
}

header img {
  height: 5vh;
}

#my-account-button {
  border: 1px solid var(--darkGrey);
  padding: 16px 22px;
  gap: 10px;
}

#my-account-button img {
  height: auto;
}

#my-account-button:hover {
  border: 1px solid var(--accent);
}
#my-account-button:hover p {
  text-decoration: underline;
}

/******************** BANNER ********************/
.banner {
  height: 500px;
  width: 100%;
  background-image: url(./assets/images/white_cloth_texture.png);
  background-size: 20px 20px;
  padding-left: 100px;
  gap: 75px;
}

.banner-title {
  width: min-content;
  font-family: "Asap Condensed Bold";
  font-size: 22rem;
  color: var(--white);
  text-transform: uppercase;
  line-height: 265px;
  display: inline-block;
  pointer-events: none;
}

/******************** BANNER SWIPER ********************/
.banner .swiper {
  height: 100%;
}

.banner .swiper-wrapper {
  height: 75%;
}

.banner .swiper-slide {
  width: 100%;
  text-align: center;
  font-size: 18px;
  background: var(--white);
  border: 2px solid var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.banner .swiper-slide:hover {
  border: 2px solid var(--lightGrey);
}

.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.banner .product-box {
  transform: scale(0.5);
  padding: 0;
}

span.swiper-pagination-bullet {
  background: var(--white);
  border: 2px solid var(--accent);
  transform: scale(0.8);
}

span.swiper-pagination-bullet-active {
  background: var(--accent);
  border: 1px solid transparent;
  transform: scale(1);
}

/******************** BUDGET ********************/
#budget {
  width: 100%;
}
#budget * {
  font-family: "Asap Condensed Bold";
}

.client-logo {
  width: 300px;
}

.client-logo-bw {
  width: 300px;
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  opacity: 0.5;
}

/******************** STICKY-NAV ********************/
nav {
  /* background: var(--darkGrey); */
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
}

nav h3,
nav h3 a,
nav span.small-p {
  color: var(--white) !important;
}

nav span.small-p {
  margin-left: -8px;
}

nav div a img {
  width: 2.5rem;
}

nav .counter {
  height: 25px;
  width: 25px;
  transform: translate(15px, 25px) scale(1.5);
  border-radius: 50%;
  overflow: hidden;
  background: var(--accent);
  color: var(--white);
  font-family: "Asap Condensed Bold";
  transition: animation ease-in-out;
  z-index: 12 !important;
}

.pulse {
  animation: pulse 1.5s ease-in-out;
}
@keyframes pulse {
  0% {
    transform: translate(15px, 25px) scale(1.25);
    background: var(--accent);
  }
  15% {
    transform: translate(15px, 25px) scale(1.75);
    background: rgb(95, 196, 95);
  }
  75% {
    transform: translate(15px, 25px) scale(1.75);
    background: rgb(95, 196, 95);
  }
  100% {
    transform: translate(15px, 25px) scale(1.25);
    background: var(--accent);
  }
}

.error-msg {
  background: var(--accent);
  padding: 5px;
}

/******************** CATEGORY OVERVIEW ********************/
section.container.cat-overview {
  padding: 0 150px;
}

.cat-overview .grid {
  justify-content: space-between;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20%, 25%));
  grid-auto-flow: row;
  padding: 100px 0;
  position: relative;
}

.cat-box {
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
  color: var(--darkGrey);
  padding: 4rem 2rem;
}
.cat-box:hover {
  background: var(--ultraLightGrey);
}
.cat-box:hover h4 {
  text-decoration: underline;
}

/******************** CATEGORY PAGE ********************/
.product-box {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  border: 3px solid var(--white);
}
.archive-product .product-box:hover {
  border: 3px solid var(--ultraLightGrey);
}

.product-box img {
  height: 75%;
  width: 100%;
}

.product-box h3 {
  margin: 10px 0 0;
}

.product-box .tax {
  margin: 0 0 25px;
  font-size: 14px;
}

.product-box button {
  width: 100%;
}

.product-href {
  height: 100%;
  width: 100%;
}

/******************** PRODUCTS POPUP / SINGLE PRODUCT ********************/
.product-single-product {
  display: flex;
}

#left {
  display: flex;
  justify-content: center;
}

#left,
#right {
  width: 50%;
}

.short-description .woocommerce-product-details__short-description {
  display: block;
  margin: 25px 0 50px;
}

/* SINGLE PRODUCT SWIPER - LEFT */
.single-product .mySwiper2 {
  height: 80%;
  width: 75%;
  margin: 0;
}

.single-product .mySwiper {
  height: 25%;
  box-sizing: border-box;
  padding: 10px 0;
}

.single-product .mainGallery .swiper-wrapper {
  display: flex;
}

.single-product .mainGallery .swiper-wrapper img {
  width: 100%;
}

.single-product .thumbsGallery {
  height: fit-content;
  width: 20%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.single-product .thumbsGallery .swiper-wrapper {
  flex-direction: column;
}

.single-product .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  height: fit-content;
  width: fit-content;
}

.single-product .thumbsGallery .swiper-slide img {
  height: auto;
  width: 125px;
}
.single-product .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.single-product .swiper-button-next,
.single-product .swiper-button-prev {
  opacity: 0 !important;
}

/* PRODUCT DESCTRIPION - RIGHT */
#right .ppc-button-wrapper,
.cart_totals.calculated_shipping .ppc-button-wrapper {
  display: none !important;
}

.product-single-product #right h3:first-of-type::after {
  content: "(zzgl. MwSt.)";
  margin-left: 1rem;
  font-weight: normal;
}

.short-benefit-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
}
.short-benefit-box {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.short-benefit-box img {
  width: 39px;
}

.short-benefit-box p {
  white-space: nowrap;
}

.description {
  max-height: 25px;
  overflow: hidden;
  margin: 50px 0;
}

.description p img {
  margin-right: 0.5rem;
}

.description ul {
  list-style: disc;
  transform: translateX(25px);
  padding: 1.25rem 0;
  font-size: 20px;
  color: var(--darkGrey);
}

.woocommerce-product-details__short-description {
  display: none;
}

.short-description-box .woocommerce-product-details__short-description {
  display: block;
  margin: 25px 0 50px;
}

/* WOOCOOMERCE RESET DEFAULT BEHAVIOR */
.product_title.entry-title,
.price,
.product_meta {
  display: none;
}

.variations tbody {
  display: flex;
  gap: 45px;
}

.variations tr {
  display: flex;
  flex-direction: column;
}

.variations tr th.label {
  text-align: start;
}

.variations tr td.value select {
  border: none;
  outline: none;
  background: var(--lightGrey);
  text-transform: uppercase;
  padding: 25px;
}

.reset_variations {
  margin-left: 25px;
  text-transform: uppercase;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: flex;
  gap: 10px;
  margin: 25px 0;
}

.product-single-product .input-text.qty.text {
  height: 100%;
  width: 72px;
  padding: 1rem;
}

/* .single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed,
.single_add_to_cart_button.button.alt {
  width: 250px;
} */

/******************** CART ********************/

.wp-block-woocommerce-cart {
  padding: 3.5rem 12rem;

  @media (width < 768px) {
    padding: 1rem;
  }
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
  padding: 0 !important;
}

.woocommerce-notices-wrapper,
#update-cart,
.wc-block-components-radio-control-accordion-content {
  display: none;
}

#partial_table_checkout {
  & tbody {
    & .partial_payment {
      display: flex;
      flex-direction: row-reverse;
      gap: 1rem;
      margin-top: 1rem;
    }
  }
}

.cart-summary {
  width: 100%;
  margin: 100px 0 50px;
  color: var(--darkGrey) !important;
  text-align: left;
}

.cart-summary th:first-child {
  width: 0;
}

.remove-item-button {
  height: 100%;
  width: 35px;
  padding: 5px;
}

.remove-item-button a {
  font-size: 22px;
  margin-top: -4px;
}

.thumbnail a {
  pointer-events: none;
}

.thumbnail a img {
  height: fit-content;
  width: 72px;
  pointer-events: none;
}

.product-title-col a {
  pointer-events: none;
}

.actions div:first-child {
  display: none;
}

.cart-summary .input-text.qty.text {
  height: 100%;
  width: 25%;
  font-family: "Asap Condensed" !important;
  font-weight: 400;
  padding: 5px 22px;
}

.actions button {
  white-space: nowrap;
}

#budget-warning {
  background: var(--accent);
  color: var(--white);
  padding: 1rem;
}

.return-to-shop {
  margin: 100px 0;
}

/* MANIPULATING WOOCOMMERCE HOOK DEFAULTS */
button#update-cart {
  width: 50%;
}
.cart_totals {
  position: relative;
  color: var(--darkGrey) !important;
}

.cart_totals table {
  width: 50%;
  margin: 55px 0 100px;
  border: 1.5px solid var(--ultraLightGrey);
  background-color: var(--ultraLightGrey);
}

.cart_totals table tbody tr {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.wc-proceed-to-checkout {
  position: absolute;
  bottom: 0;
  right: 0;
}

/******************** CHECKOUT ********************/
.woocommerce-gzd-checkout,
.wp-block-woocommerce-cart {
  & .wc-block-components-sidebar-layout.wc-block-checkout {
    padding: 3.5rem 12rem;

    @media (width < 768px) {
      padding: 1rem;
    }
  }

  & #radio-control-wc-payment-method-options-cod__content {
    display: none;
  }

  & #radio-control-wc-payment-method-options-cod,
  .wc-block-components-checkbox__input {
    padding: 0;
  }
}

.woocommerce-info,
#order_comments_field label {
  display: none;
}

.checkout-container h3 {
  margin-bottom: 50px;
}

.checkout {
  display: flex;
  gap: 45px;
}

.checkout div {
  width: 50%;
}

.checkout div * {
  width: 100%;
}

.col2-set {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-flow: row;
  gap: 25px;
}

.woocommerce-billing-fields__field-wrapper label {
  display: none;
}

#billing_company_field,
#billing_country_field,
#billing_state_field {
  grid-column: 1 / span 2;
}

#billing_country_field {
  padding: 1rem 0rem;
}

#billing_country_field label {
  display: inline;
  margin-right: 1rem;
}
#billing_country_field label abbr,
#billing_state_field {
  display: none !important;
}

#order_comments {
  height: 15vh;
}

abbr {
  text-decoration: none !important;
}

.shop_table.woocommerce-checkout-review-order-table th {
  text-align: start;
  width: 50%;
}

.shop_table.woocommerce-checkout-review-order-table tfoot {
  height: 15dvh;
}
.shop_table.woocommerce-checkout-review-order-table tfoot tr {
  margin: 0.5rem 0;
}

.product-name {
  justify-content: flex-start;
  gap: 1rem;
}

.product-name img {
  width: 75px;
  padding: 1.5rem 0;
}

#shipping_method li {
  display: flex;
  gap: 1rem;
  white-space: nowrap;
}

#shipping_method li input {
  width: auto;
  accent-color: var(--accent);
}

#payment {
  margin: 50px 0;
}

#payment ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 35px 20px;
  margin: 5px 0;
  border: 1px solid var(--accent);
}

#payment ul li label {
  height: 22px;
  width: fit-content;
  font-size: 22px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Asap Condensed Bold";
}

#payment ul li:has(input:checked) {
  background: var(--darkGrey);
  border: 1px solid var(--darkGrey);
}
#payment ul li:has(input:checked) label {
  color: var(--white) !important;
}

#payment ul li input {
  height: 22px;
  width: 22px;
  display: block !important;
}

#payment ul li p,
.payment_box {
  display: none !important;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 2rem;
}

/* THANK YOU PAGE */
.woocommerce-order {
  padding: 100px 10%;
  font-size: 20px;
  background: var(--ultraLightGrey);
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

.woocommerce-order section {
  height: 100%;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.25rem;
}

.woocommerce-order section * {
  text-align: start;
  margin: 15px 0;
}

.woocommerce-order section th {
  font-size: 20px;
}

.woocommerce-order section table thead tr th:last-child,
.woocommerce-order section table tbody tr td:last-child,
.woocommerce-order section table tfoot tr td {
  text-align: end;
}

.woocommerce-order .wc-item-meta {
  display: none;
}

.return {
  width: 100%;
  background: var(--ultraLightGrey);
  padding: 0 10% 25px;
  text-align: right;
}

/******************** FOOTER ********************/
footer {
  height: 400px;
  width: 100%;
  background-image: url(./assets/images/black_cloth_texture.png);
  background-size: 20px 20px;
  position: relative;
  /* delete align-items when newsletter is enabled */
  align-items: flex-start !important;
}

footer div * {
  color: var(--white) !important;
}

footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 1;
}

footer div {
  position: relative;
  width: 423px;
  color: var(--white);
  z-index: 2;
}

#footer-col-1 {
  width: 306px;
}

footer img {
  width: 300px;
  object-fit: contain;
}

footer i {
  font-size: 40px;
  color: var(--white);
  margin: 2.5rem 1.5rem 5rem;
}

footer input,
footer button {
  width: 100%;
}

#footer-col-2 {
  text-align: center;
}

#soMe-container {
  text-align: center;
}

#soMe-container a {
  height: 100%;
  display: inline-block;
}

#footer-col-3-1 {
  display: flex;
}

footer li {
  margin: 15px 0;
}

/******************** MY ACCOUNT ********************/
.my-account {
  min-height: 75vh;
  height: 100%;
  width: 100%;
}

.my-account-image {
  min-height: 75vh;
  height: 100%;
  width: 50%;
  position: relative;
  background: var(--ultraLightGrey);
}

.my-account-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}

.my-account-right {
  height: 100%;
  width: 50%;
  padding: 50px 75px;
}

.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit
  img:first-child {
  display: none;
}

/* BRANCH SELECTION */
#branch-selection {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 20;
  flex-direction: column;
}

#branch-selection * {
  color: var(--ultraLightGrey);
}

#branch-selection div {
  flex-direction: column;
  gap: 1rem;
}
#branch-selection ul {
  flex-direction: column;
  gap: 1rem;
}

.branch-button {
  padding: 50px;
}

/* LOGIN */
.woocommerce-MyAccount-navigation a button {
  color: var(--white);
}

.my-account-input-box {
  display: flex;
  flex-direction: column;
}

.my-account h1:not(a button h1) {
  margin-bottom: 50px;
}

.my-account .form-row:nth-child(3) {
  display: flex;
  flex-direction: column;
}

.my-account-input-box input {
  width: 100%;
  margin: 15px 0;
}

.remember-me {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 50px;
}

#register-trigger,
#login-trigger {
  margin: 1.75rem 0;
}

.woocommerce-form.woocommerce-form-register.register label {
  display: none;
}

/* DASHBOARD */
.woocommerce-MyAccount-navigation {
  height: 100%;
  width: 50%;
  background: none;
}

.woocommerce-MyAccount-navigation.container {
  height: 100% !important;
  padding: 0 100px;
}

.to-shop-button button {
  width: 100%;
}

.to-shop-button button h1 {
  color: var(--white) !important;
}

.woocommerce-MyAccount-navigation .grid {
  grid-template-columns: repeat(auto-fit, 30%);
  grid-auto-flow: row;
  justify-content: space-between;
}

.woocommerce-MyAccount-navigation .grid a:hover {
  background: var(--ultraLightGrey);
}

.my-account-nav-box {
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}

.my-account-nav-box img {
  width: 35%;
}

.my-account-nav-box h3 {
  color: var(--darkGrey) !important;
}

/* ORDERS */
.woocommerce-MyAccount-content {
  padding: 50px 200px;
  background: var(--ultraLightGrey);
}

.woocommerce-MyAccount-content a:hover {
  color: var(--accent);
}

.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
  height: 50vh;
  width: 100%;
  padding: 30px;
}

.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table
  th {
  margin-bottom: 50px;
}

.woocommerce-orders-table__header {
  text-align: start;
}

/* ACCOUNT ADDRESSES */
.col2-set.addresses {
  flex-direction: row;
}

.col2-set.addresses div {
  width: 50%;
}

.col2-set.addresses div * {
  width: 100%;
}

.woocommerce-Addresses h3 {
  margin: 2rem 0 1rem;
}

.woocommerce-Addresses a.edit {
  text-decoration: underline;
  text-transform: uppercase;
}

.woocommerce-address-fields__field-wrapper p {
  margin: 1.5rem 0;
}

.woocommerce-address-fields__field-wrapper p input {
  width: 100%;
}

/* ACCOUNT DETAILS */
.woocommerce-form-row {
  margin: 15px 0;
}

.woocommerce-form-row label {
  display: inline-block;
  width: 150px;
}

fieldset .woocommerce-form-row label {
  width: 100%;
}

fieldset {
  padding: 25px;
  margin-bottom: 25px;
}

.woocommerce-form-row input {
  width: 100%;
}

/******************** 404 ********************/
.error-page {
  height: 75vh;
}

#error-page-left {
  height: 100%;
  width: 50%;
  background-image: url(./assets/images/white_cloth_texture.png);
  background-size: 20px 20px;
  padding: 5rem;
}

#error-page-left h2 {
  margin: 2rem 0 5rem;
}

/******************** RESPONSIVENESS ********************/
/* TABLET */
@media screen and (max-width: 1024px) {
  /* GENERAL */
  .container-maxflat {
    padding: 0px 3rem;
  }
  .container-flat {
    padding: 1.75rem 3rem;
  }
  .container {
    padding: 3.5rem 3rem;
  }

  button {
    font-size: 1.15rem;
  }

  .no-wrap {
    white-space: nowrap;
  }

  /* BANNER */
  .banner {
    height: fit-content;
    padding-left: 50px;
    padding-right: 50px;
    flex-direction: column;
    gap: 2rem;
  }

  .banner-title {
    font-size: 200px;
    line-height: 175px;
  }

  /* BANNER SWIPER */
  .banner .swiper {
    height: 30vh;
    width: 85%;
  }
  .swiper {
    width: 100%;
  }

  .banner .swiper-slide a,
  .product-box {
    height: 100%;
    width: 100%;
  }

  /* BUDGET */
  #budget {
    height: auto;
    gap: 1.5rem;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  #budget div img {
    width: 300px;
  }

  /* STICKY-NAV */
  nav {
    gap: 2rem;
  }

  /* CATEGORY OVERVIEW */
  section.container.cat-overview {
    padding: 0 10px;
  }

  .grid {
    grid-template-columns: repeat(auto-fit, 33%);
  }

  /* CATEGORY PAGE */
  .product-box {
    padding: 10px;
  }

  /* PRODUCTS POPUP / SINGLE PRODUCT */
  .product-single-product {
    gap: 50px;
  }

  .single-product {
    margin-bottom: 50px;
  }

  #left {
    flex-direction: column-reverse;
    width: 50%;
  }

  .single-product .thumbsGallery {
    height: fit-content;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .single-product .thumbsGallery .swiper-wrapper {
    flex-direction: row;
  }

  .swiper-slide {
    width: fit-content !important;
  }

  .single-product .thumbsGallery .swiper-slide img {
    width: 75px;
  }

  /* MY ACCOUNT  */
  .woocommerce-MyAccount-navigation.container {
    padding: 0 25px;
  }

  .woocommerce-MyAccount-content {
    padding: 50px;
    background: var(--ultraLightGrey);
  }

  /* CHECKOUT */
  #order_comments {
    height: 10vh;
  }

  #radio-buttons * {
    width: 1rem !important;
  }

  /* FOOTER */
  footer {
    height: auto;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    flex-direction: column;
    gap: 2.5rem;
  }

  footer div {
    width: 100%;
  }
}
/***
****
****
****
****
***/
/* PHONE */
@media screen and (max-width: 450px) {
  /* GENERAL  */
  .container-maxflat {
    padding: 0px 1.75rem;
  }
  .container-flat {
    padding: 1.25rem 1.75rem;
  }
  .container,
  section.container.cat-overview {
    padding: 1.75rem;
  }

  button {
    font-size: 1.25rem;
  }

  .back {
    position: fixed;
    bottom: 2.5%;
    left: 5%;
    z-index: 10;
  }

  /* BANNER */
  .banner-title {
    font-size: 75px;
    line-height: 75px;
  }

  .banner .swiper-slide {
    width: 100% !important;
  }

  .banner .product-box {
    transform: scale(0.75);
    padding: 0;
  }

  /* BUDGET */
  #budget {
    flex-direction: column;
  }

  #budget div img {
    width: 200px;
  }

  /* STICKY-NAV */
  nav div a img {
    width: 2rem;
  }

  nav .counter {
    height: 20px;
    width: 20px;
    transform: translate(15px, 15px) scale(1.5);
  }

  @keyframes pulse {
    0% {
      transform: translate(15px, 15px) scale(1.25);
      background: var(--accent);
    }
    15% {
      transform: translate(15px, 15px) scale(1.75);
      background: rgb(95, 196, 95);
    }
    75% {
      transform: translate(15px, 15px) scale(1.75);
      background: rgb(95, 196, 95);
    }
    100% {
      transform: translate(15px, 15px) scale(1.25);
      background: var(--accent);
    }
  }

  /* CATEGORY OVERVIEW */
  .grid {
    grid-template-columns: repeat(auto-fit, 100%);
    grid-auto-flow: row;
    padding: 0;
    gap: 25px;
  }

  .cat-box {
    padding: 1rem;
  }

  /* SINGLE PRODUCT */
  #left,
  #right {
    width: 100%;
  }
  .product-single-product {
    flex-direction: column;
  }

  .short-benefit-container {
    grid-template-columns: repeat(auto-fit, 100%);
    grid-auto-flow: row;
  }

  .variations tbody {
    flex-direction: column;
    gap: 15px;
  }

  /* SINGLE PRODUCT SWIPER */
  .single-product .mySwiper2 {
    width: 100%;
  }

  /* CART */
  .cart-summary {
    margin: 25px 0;
  }

  .thumbnail a img {
    width: 50px;
    padding: 0.5rem 0;
  }

  .cart-summary .input-text.qty.text {
    padding: 0;
    width: 1.25rem;
  }

  .cart_totals table {
    width: 100%;
    margin: 55px 0 100px;
  }

  .cart-summary thead,
  .order-summary thead {
    display: none;
  }

  .cart-summary .cart_item {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
  }

  .product-price-col {
    display: none;
  }

  .wc-proceed-to-checkout {
    bottom: -40%;
  }

  .checkout {
    flex-direction: column;
  }

  .checkout div {
    width: 100%;
  }

  .product-name img {
    width: 50px;
    padding: 0.5rem 0;
  }

  /* THANK YOU PAGE */
  .woocommerce-order {
    flex-direction: column;
    gap: 2.5rem;
  }

  /* FOOTER */
  footer i {
    font-size: 35px;
    color: var(--white);
    margin: 1rem 1.5rem;
  }

  /* MY ACCOUNT */
  .my-account {
    flex-direction: column;
  }

  .my-account div {
    width: 100%;
  }

  .my-account-image {
    min-height: 45vh;
  }

  .my-account-right.container {
    padding: 25px;
  }

  .my-account-image img {
    width: 75%;
    height: fit-content;
  }

  #branch-selection div {
    flex-direction: column;
    gap: 1rem;
  }

  .branch-button {
    width: 100%;
    padding: 25px 35px;
  }

  .woocommerce-MyAccount-navigation {
    height: 100%;
    width: 100%;
  }

  .woocommerce-MyAccount-navigation.container {
    height: 50% !important;
  }

  .woocommerce-MyAccount-navigation .grid {
    gap: 0;
  }

  .woocommerce-MyAccount-content {
    padding: 25px;
  }

  .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    height: auto;
    width: auto;
    padding: 0;
  }

  /* 404 */
  .error-page {
    height: 60vh;
    flex-direction: column-reverse;
  }

  .error-page div:first-child {
    margin: 0 auto;
  }

  .error-page div:first-child h2 {
    margin-bottom: 2rem;
  }

  .error-page .my-account-image {
    width: 100%;
  }
}
