/************************************************************
*************************************************************
Theme Name: Dunkin' Delivery Theme NEW
Author: fourplex
Author URI:   https://fourplex.de
Version: 1.0
*************************************************************
************************************************************/

@font-face {
  font-family: "Dunkin Sans";
  src: url("./assets/DunkinSans-Display.eot");
  src: url("./assets/DunkinSans-Display.eot?#iefix") format("embedded-opentype"),
    url("./assets/DunkinSans-Display.woff2") format("woff2"),
    url("./assets/DunkinSans-Display.woff") format("woff"),
    url("./assets/DunkinSans-Display.ttf") format("truetype"),
    url("./assets/DunkinSans-Display.svg#DunkinSans-Display") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dunkin Sans";
  src: url("./assets/DunkinSans-Book.eot");
  src: url("./assets/DunkinSans-Book.eot?#iefix") format("embedded-opentype"),
    url("./assets/DunkinSans-Book.woff2") format("woff2"),
    url("./assets/DunkinSans-Book.woff") format("woff"),
    url("./assets/DunkinSans-Book.ttf") format("truetype"),
    url("./assets/DunkinSans-Book.svg#DunkinSans-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PF Reminder Pro";
  src: url("./assets/PFReminderPro-Regular.eot");
  src: url("./assets/PFReminderPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("./assets/PFReminderPro-Regular.woff2") format("woff2"),
    url("./assets/PFReminderPro-Regular.woff") format("woff"),
    url("./assets/PFReminderPro-Regular.ttf") format("truetype"),
    url("./assets/PFReminderPro-Regular.svg#PFReminderPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --color1: #000 !important;
  --color2: #fff !important;
  --color3: #f20c90 !important;
  --color4: #ff6e0c !important;
  --color5: #7c7c7c !important;
  --color6: #f5f5f5 !important;
  --color7: #131313 !important;
  --color8: #fff 50% !important;
}
* {
  font-family: "Dunkin Sans", sans-serif !important;
  scroll-behavior: smooth;
}

::selection {
  color: var(--color2);
  background: var(--color4);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

body {
  font-family: "Dunkin Sans", sans-serif !important;
  color: var(--color5);
}

i {
  font-family: "Font Awesome 6 Pro" !important;
}
i.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
}

a {
  color: inherit;
  cursor: pointer;
}

strong {
  font-weight: 700 !important;
}

ol {
  list-style: auto !important;
}
ol li {
  margin: 2rem 0 !important;
  line-height: 1.75em;
}
ol li strong {
  font-size: 20px !important;
  font-weight: 700;
  color: var(--color4);
}

img {
  object-fit: contain;
}

.container {
  padding: 50px !important;
  margin: 0 auto;
  max-width: 1500px;
}

.gap,
.grid {
  gap: 25px;
}

.logo {
  width: 200px;
}

.boxed {
  max-width: 1000px !important;
}

.element {
  margin-bottom: 25px;
}

.big-element {
  margin-bottom: 50px;
}

.columns {
  gap: 50px;
}

.no-gap {
  gap: 0px;
}

.container-flat {
  padding: 12.5px 50px;
  margin: 0 auto;
  max-width: 1500px;
}

.container-half {
  padding: 25px;
}

.headline-1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 75px;
  line-height: 1.25em;
}

.headline-2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.25em;
}

.headline-3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.25em;
}

.headline-4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.25em;
}

.headline-5 {
  font-size: 25px;
  line-height: 1.25em;
}

.headline-6 {
  font-size: 20px;
  line-height: 1.25em;
}

.product-loop {
  transition: transform 0.5s ease;
}

.product-loop:hover,
button:hover {
  transform: scale(0.95);
  transition: transform 0.5s ease;
}

button {
  background-color: var(--color4);
  color: var(--color6);
  border-radius: 100px;
  padding: 12.5px 25px;
  border: none;
  font-size: 20px;
  transition: transform 0.5s ease;
  font-weight: normal;
}

button#checkout {
  width: 100%;
}

#switcher {
  background: var(--color6);
  border-radius: 100px;
}

.noscroll {
  overflow: hidden;
}

.active-switch {
  color: var(--color2) !important;
  background: var(--color4) !important;
}

.delivery,
.pick-up {
  color: var(--color5);
  background: transparent;
  z-index: 2;
}

input {
  border-radius: 100px;
  padding: 12.5px 25px;
  border: 2px solid var(--color6);
  font-size: 17.5px;
  color: var(--color7);
}

input:focus {
  border: 2px solid var(--color3);
}

.additional-information,
.woosb-summary woosb-text {
  display: none !important;
}

.additional-information.active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  z-index: 9999;
}

.variant-qty-inputs div {
  width: 35px;
  height: 35px;
  background-color: var(--color6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: 0.5s ease transform;
}

.qty-text {
  display: none;
}

.qty-text.active {
  display: block;
}

label {
  display: block;
  margin-bottom: 15px;
}

.variant-qty-inputs div:hover {
  transform: scale(0.95);
  transition: 0.5s ease transform;
}

.plus:hover,
.minus:hover {
  cursor: pointer;
  background-color: var(--color4);
  color: #fff;
  transform: scale(1.1);
  transition: 0.5s ease transform;
}

#customize button#add-to-cart {
  pointer-events: none;
  background-color: var(--color5);
}

#customize button#add-to-cart.active {
  pointer-events: auto;
  background-color: var(--color4);
}

.unactive {
  pointer-events: none;
}

.cart-count {
  width: 25px;
  height: 25px;
  background-color: var(--color3);
  color: var(--color2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 15px;
  position: absolute;
  bottom: -15px;
  right: -15px;
  transform: scale(1);
}

.qty div {
  padding: 15px 25px;
}

.qty {
  border: 2px solid var(--color6);
  border-radius: 100px;
}

.qty input {
  padding: 0px;
  border: 0px;
  text-align: center;
}

.active .number {
  background-color: var(--color3);
  color: var(--color2);
}

div.status {
  padding: 7.5px 15px;
  border-radius: 20px;
  color: var(--color2);
  background-color: var(--color5);
}

.product .container {
  padding: 50px !important;
}

.password-input {
  position: relative;
}

.show-password-input {
  position: absolute;
  top: 50%;
  right: 1rem;
  translate: 0 -50%;
}

/* MARQUEE */
#marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 10px 0;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  animation: scroll-left 45s linear infinite;
}

.marquee-content span {
  display: inline-block;
  padding-right: 5rem;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* HEADER **********************************/
header.z-index {
  z-index: 25;
}
.icon {
  height: 25px;
  width: 25px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.5);
  }
  75% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

.pulse {
  animation: pulse 1.5s ease-in-out;
  background: #419d2a;
}

.menu-item {
  position: relative;
  display: inline-block;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: -40%;
  min-width: 200px;
  background: var(--color3);
  border-radius: 25px;
  padding: 1rem;
}

.submenu a {
  display: block;
  padding: 10px;
  color: var(--color2);
  text-decoration: none;
  transition: background-color 0.35s ease;
}

/* FLEX ORDER ELEMENTS **********************************/
.minus.variant-qty,
.minus.item-qty,
.qty-text.missing.active,
qty-text.finished.active,
.shop_table.woocommerce-checkout-review-order-table {
  order: 1;
}

.quantity,
.input-text.qty.text {
  order: 2;
}

.plus.variant-qty,
.plus.item-qty,
.woosb-title,
.single_add_to_cart_button #text,
.woocommerce-checkout-payment {
  order: 3;
}

/* SEARCH BAR **********************************/
#searchform div {
  display: flex;
}

#searchsubmit {
  transition: all 0.35s ease-in-out;
}

#searchsubmit:hover {
  cursor: pointer;
  background-color: var(--color4);
  color: #fff;
  transform: scale(1.1);
}

#searchform div * {
  color: var(--color5);
  background: var(--color2);
  border: none;
}

#searchform div input[type="text"] {
  border-radius: 100px 0 0 100px;
}

#searchform div input[type="submit"] {
  border-radius: 0 100px 100px 0;
  cursor: pointer;
}

/* CART DRAWER */
#cart-drawer input#qty {
  color: var(--color5);
  padding: 0 !important;
}

.thumbnail-container {
  margin-bottom: 2.5rem;
}
.cart-drawer-thumbnail {
  width: 65%;
}

/* BESTSELLER SECTION  **********************************/
#bestseller .grid-bestseller {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 3rem;
}

@media (width < 768px) {
  #bestseller .grid-bestseller {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

/* ARCHIVE PRODUCT **********************************/
#collection .current {
  font-weight: bold;
  color: var(--color3);
}

/* SMART BUNDLE | CUSTOMIZER **********************************/
.product_title.entry-title,
.woosb-price,
.woosb-alert.woosb-text,
.woosb-total.woosb-text,
.product_meta,
.woosb-wrap .woosb-summary {
  display: none !important;
}

.woosb-wrap.woosb-bundled {
  flex-grow: 1;
}

.woosb-products.woosb-products-layout-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-height: 50vh;
  gap: 25px;
  overflow-y: scroll;
  margin: 2.5rem 0;
  border: 0 !important;
}

.woosb-item-product.woosb-product.woosb-product-type-simple {
  padding: 25px !important;
}

.woosb-item-product.woosb-product.woosb-product-type-simple,
.minus.variant-qty,
.plus.variant-qty {
  width: -webkit-fill-available;
  justify-content: center;
  flex-direction: column;
  border-radius: 20px;
  background-color: var(--color2);
}

.woosb-quantity {
  order: 1;
  padding: 0 !important;
  flex: 0 !important;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100% !important;
}

.woosb-quantity * {
  height: 35px !important;
  width: 35px !important;
  border-radius: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color6) !important;
}
.minus.variant-qty:hover,
.plus.variant-qty:hover {
  cursor: pointer;
  background-color: var(--color4) !important;
  color: #fff;
}

.woosb-quantity .quantity input {
  padding: 0 !important;
  pointer-events: none;
}

.woosb-quantity input::-webkit-outer-spin-button,
.woosb-quantity input::-webkit-inner-spin-button,
#quantity::-webkit-outer-spin-button,
#quantity::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}
.quantity input.qty {
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.woosb-thumb {
  order: 2;
  width: auto !important;
  margin: 10px 0;
}

.woosb-thumb-ori img {
  height: 100px !important;
  object-fit: contain !important;
}

.woosb-title-inner {
  display: flex !important;
  flex-direction: row-reverse;
}

form.cart {
  border-radius: 20px;
  width: -webkit-fill-available;
  padding: 1rem 1.5rem;
}

.quantity {
  order: 2;
  display: flex;
}

.item-qty {
  width: 3.5rem;
  border: 2px solid var(--color6);
}
.item-qty.minus {
  border-radius: 100px 0 0 100px;
  border-right: none;
}
.item-qty.plus {
  border-radius: 0 100px 100px 0;
  border-left: none;
}

.input-text.qty.text {
  text-align: center;
  border-radius: 0%;
  border-left: none;
  border-right: none;
  width: 50%;
  padding: 0 !important;
}
.woosb-quantity .input-text.qty.text {
  border-radius: 50%;
}

.single_add_to_cart_button {
  order: 3;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}

.missing,
.finished {
  white-space: nowrap;
}

/* POPUP */
.customizer i,
#popup i {
  cursor: pointer;
}

.config-popup {
  height: 100%;
  width: 100%;
  position: fixed;
  display: none;
  padding: 3rem 7.5rem;
  background: rgba(0, 0, 0, 0.75) !important;
}

.customizer {
  padding: 2rem 7.5rem;
  background: var(--color6);
  border-radius: 20px;
}
.customizer * {
  z-index: 10;
  position: relative;
}

.customizer::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: #f20c8e13;
  transition: all 0.75s ease-in-out;
  pointer-events: none;
}
.customizer.confirmation::before {
  left: 0%;
}

.config-popup.show {
  display: block !important;
}

.woosb-name {
  text-align: center;
}
.woosb-name a {
  margin-right: 5px;
}

.close {
  float: right;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 15;
}

.fa-chevron-down {
  font-size: 25px;
  position: fixed;
  cursor: pointer;
  z-index: 15;
}

#popup-container {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}

#popup-container.slide {
  opacity: 1;
  pointer-events: all;
}

#popup {
  transition: all 0.5s ease-in-out;
}

#popup.slide {
  transform: translateY(0%) !important;
}

/* CART **********************************/
#customize .quantity .qty {
  padding: 10px !important;
}

.coupon,
.woosb-item-child .product-subtotal-col span,
.woosb-item-child .product-price-col span {
  display: none;
}

.woosb-item-child .product-qty-col {
  padding-inline-start: 3rem;
}

#customize .woosb-quantity .quantity input {
  border-radius: 50% !important;
}

.woocommerce-notices-wrapper,
#update-cart {
  display: none;
}

.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-weight: 400;
  color: var(--darkGrey) !important;
  padding: 5px 22px;
}

.actions button {
  white-space: nowrap;
}

#budget-warning {
  background: var(--accent);
  color: var(--white);
  padding: 1rem;
}

.return-to-shop {
  margin: 100px 0;
}

.wc-proceed-to-checkout {
  bottom: -40%;
  background-color: var(--color4);
  color: var(--color6);
  border-radius: 100px;
  padding: 12.5px 25px;
  border: none;
  font-size: 20px;
  transition: transform 0.5s ease;
  font-weight: 400;
}

.wc-proceed-to-checkout .ppc-button-wrapper {
  display: none;
}

/* MANIPULATING WOOCOMMERCE HOOK DEFAULTS */
button#update-cart {
  width: 50%;
}
.cart_totals {
  position: relative;
  color: var(--darkGrey) !important;
}

.cart_totals table {
  width: 100%;
  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;
} */
/* CART DRAWER **********************************/
#cart-drawer {
  width: 500px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  background-color: var(--color6);
}

#cart-overlay {
  display: none;
  z-index: 9999;
  background-color: #00000075;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

#cart-overlay.active {
  display: block;
}

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

.shipping-bar {
  height: 15px;
  width: 100%;
  background-color: rgba(119, 119, 119, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: var(--color4);
  transition: width 0.5s ease;
}

header #cart {
  position: relative;
}

header .item-count {
  font-size: 15px;
  height: 20px;
  width: 20px;
  background-color: var(--color4);
  color: var(--color1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: -5px;
  bottom: -5px;
}

/* CHECKOUT **********************************/
.checkout.woocommerce-checkout,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  max-width: 1000px;
  margin: 2rem auto 0;
}

#shipping_state_field {
  display: none !important;
}

#pickup #shipping_address_1,
#pickup #shipping_city {
  pointer-events: none;
}

#pickup #shipping_address_1_field:hover,
#pickup #shipping_city_field:hover {
  cursor: not-allowed;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout,
.woocommerce-error {
  margin-bottom: 2rem;
  color: var(--color3);
}

.woocommerce-error li {
  margin: 1rem 0;
}
/* LEFT COLUMN */
#billing_address_1 {
  position: relative;
  z-index: 9999;
}
.pac-container {
  z-index: 10000 !important;
}

.woocommerce-billing-fields h3 {
  display: none;
}
.woocommerce-billing-fields__field-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}

#delivery_date_field,
#billing_company_field,
#billing_country_field,
#billing_address_1_field,
#billing_address_2_field,
#billing_pickup_location_notice {
  width: 100%;
}

#billing_first_name_field,
#billing_last_name_field,
#billing_postcode_field,
#billing_city_field,
#billing_phone_field,
#billing_email_field {
  width: 47.5%;
}

@media (width < 768px) {
  #billing_first_name_field,
  #billing_last_name_field,
  #billing_postcode_field,
  #billing_city_field,
  #billing_phone_field,
  #billing_email_field {
    width: 100%;
  }
}

.thwmscf-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.5rem !important;
}

.thwmscf-buttons input {
  width: 47.5% !important;
  border-radius: 100px !important;
}

.thwmscf-buttons input.button-prev {
  background: rgb(240, 240, 240);
}
.thwmscf-buttons input.button-next {
  background: var(--color4);
  color: var(--color2);
}

.checkout-coupon-toggle {
  margin: 1rem;
  color: var(--color3);
}

.checkout-coupon-toggle .thwmscf-content a {
  text-decoration: underline !important;
}

.coupon-form p:nth-child(1) {
  display: none !important;
}

.col-1 p label:not(#billing_country_field label, #delivery_date_field label),
abbr,
.woocommerce-additional-fields h3 {
  display: none;
}

#billing_country_field {
  display: flex;
}

#billing_state_field {
  pointer-events: none;
  display: none !important;
}

.col-1 p {
  margin: 1rem 0;
}

.woocommerce-additional-fields textarea {
  height: 20vh;
  font-size: 17.5px;
  line-height: 1.3;
  padding: 1.34rem 1.8rem;
  border: 2px solid var(--color6);
  border-radius: 25px;
  resize: none;
}

#pickup-address {
  border: 2px solid var(--color3);
  pointer-events: none;
}

/* RIGHT COLUMN */
.woocommerce-checkout .shop_table {
  background-color: white !important;
}

#order_review.flex {
  flex-direction: column;
}

.cart_item.woosb-cart-item.woosb-cart-child.woosb-item-child .product-name {
  display: inline;
  margin-left: 1rem;
}

/* .checkout_coupon {
  display: flex !important;
  align-items: center;
  margin: 1.5rem 0;
} */

#payment {
  display: none;
}

/* #payment ul {
  padding-inline-start: 0px !important;
}

#payment ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin: 1rem 0;
  border: 1px solid var(--color6);
  border-radius: 100px;
  height: 7.5vh;
  padding: 0 1rem;
}

#payment ul li label {
  white-space: nowrap;
  flex-grow: 1;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 1rem;
}

#payment ul li:has(input:checked) {
  background: var(--color2);
  border: 2px solid var(--color3);
}

#payment ul li input {
  height: 22px;
  width: 22px;
}

#payment ul li p,
.payment_box {
  display: none !important;
} */

/* .woocommerce-info {
  display: none;
} */

/* THANK YOU PAGE */
.woocommerce-order {
  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 ul {
  list-style: none;
  padding-inline-start: 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,
.woocommerce-order section table tfoot tr:nth-child(2) {
  display: none;
}

.return {
  width: 100%;
  background: var(--ultraLightGrey);
  padding: 0 10% 25px;
  text-align: right;
}

/* right column position order */
#order_review_heading {
  order: 1;
  line-height: 1.75em;
}
.shop_table.woocommerce-checkout-review-order-table {
  order: 2;
}
.checkout_coupon.woocommerce-form-coupon {
  order: 3;
}
#order_payment_heading {
  order: 4;
  margin: 2rem 0 1rem;
}
.ppcp-messages {
  order: 5;
}
.ppc-button-wrapper {
  order: 6;
  z-index: 1;
  margin-bottom: 2rem;
}
.wc-gzd-checkbox-placeholder.wc-gzd-checkbox-placeholder-legal {
  order: 7;
}
.wc-gzd-order-submit {
  order: 8;
}
.wc-gzd-order-submit button {
  width: 100%;
}

/* FAQ / SUPPORT  */
/* faq */
.faq {
  padding: 25px;
  max-height: 85px;
  border-bottom: 2px solid var(--color4);
}
.faq:hover {
  background: rgba(242, 12, 144, 0.05);
}
.faq.show {
  max-height: fit-content !important;
  background: rgba(242, 12, 144, 0.05);
}
.faq.show span {
  opacity: 1;
}
.faq.show h3 {
  color: var(--color1);
}

.faq h3,
.faq i {
  color: var(--color5);
}

.faq span {
  display: block;
  padding-left: 40px;
  font-size: 20px;
  color: var(--color3);
  opacity: 0;
  line-height: 1.75em;
  margin-top: 2rem;
}

/* support */
#support textarea {
  border-radius: 25px;
  padding: 12.5px 25px;
  border: 2px solid var(--color6);
  font-size: 17.5px;
  color: var(--color7);
  resize: none;
}

#support form input[type="submit"] {
  transition: all 0.35s ease-in-out;
}
#support form input[type="submit"]:hover {
  cursor: pointer;
  background-color: var(--color4);
  color: #fff;
  transform: scale(0.95);
}

#support-right * {
  font-size: 20px;
  margin-bottom: 1rem;
}
#support-right i {
  line-height: 1.75em;
}

/* WOOCOMMERCE *******/
/* MY ACCOUNT */
.woocommerce-MyAccount-navigation ul {
  padding-inline-start: 0px !important;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  height: 200px;
  width: 200px;
  border-radius: 25px;
  background: var(--color6);
  font-size: 20px;
  color: var(--color5);
  transform: scale(1);
  transition: all 0.25s ease-in-out;
}
.woocommerce-MyAccount-navigation ul li:hover {
  color: var(--color2);
  background: var(--color4);
  transform: scale(0.95);
}

.woocommerce-MyAccount-navigation ul li a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#myaccount-image {
  z-index: -1;
  width: 50%;
  top: 50%;
  right: 0%;
  transform: translateY(-25%);
}

/* LOGGED OUT MASK */
.woocommerce-privacy-policy-text {
  margin: 1rem;
}

#register-trigger,
#login-trigger {
  cursor: pointer;
}

/* addresses */
.u-columns.woocommerce-Addresses {
  margin: 2rem 0;
  line-height: 1.75em;
}
.u-column1.col-1.woocommerce-Address {
  margin: 1rem 0;
}

.woocommerce-Address-title.title {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
.woocommerce-Address-title.title a.edit {
  padding: 10px 2rem;
  border-radius: 25px;
  border: 2px solid var(--color4);
  color: var(--color5);
  transform: scale(1);
  transition: all 0.25s ease-in-out;
}
.woocommerce-Address-title.title a.edit:hover {
  color: var(--color2);
  background: var(--color4);
  transform: scale(0.95);
}

/* RESPONSIVENESS **********************************/
@media screen and (max-width: 1024px) {
  .container {
    padding: 25px !important;
  }

  .container-flat {
    padding: 12.5px 25px;
  }

  .container-half {
    padding: 12.5px;
  }

  .headline-1 {
    font-size: 50px;
    line-height: 1.25em;
  }

  .headline-2 {
    font-size: 30px;
    line-height: 1.25em;
  }

  .headline-3 {
    font-size: 25px;
    line-height: 1.25em;
  }

  .headline-4 {
    font-size: 20px;
    line-height: 1.25em;
  }

  .headline-5 {
    font-size: 17.5px;
    line-height: 1.25em;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
  }

  .grid,
  .gap,
  .columns {
    gap: 12.5px;
  }
  .logo {
    width: 150px;
  }

  button {
    font-size: 17.5px;
  }
  #mobile-nav {
    display: none;
  }
  #mobile-nav.active {
    display: block;
  }

  .element {
    margin-bottom: 12.5px;
  }

  .fullvh {
    min-height: 30vh;
  }

  /* HEADER */
  .searchform {
    opacity: 0;
    pointer-events: none;
    display: none;
  }
  .searchform.expand {
    opacity: 1;
    pointer-events: all;
    display: block;
  }

  #searchsubmit,
  #s {
    padding: 0rem !important;
    background: none !important;
    color: var(--color2) !important;
  }
  #searchsubmit {
    margin-left: 1rem;
  }
  #searchform #s {
    background: none;
    border-bottom: 1px solid var(--color2);
    border-radius: 0px;
  }

  .icon-to-be-moved {
    transition: all 0.35s ease-in-out;
  }
  .to-right {
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
  }

  .location,
  #switcher {
    background: none !important;
    color: var(--color5) !important;
  }
  #switcher {
    border-radius: 0px;
    padding-bottom: 3px;
  }

  /* CART DRAWER */
  #cart-drawer {
    width: 100% !important;
  }

  #cart-drawer div.columns {
    gap: 0 !important;
  }

  #cart-drawer h6 {
    font-size: 20px !important;
  }

  .cart-drawer-product-summary,
  .cart-drawer-footer {
    padding: 25px 50px !important;
  }

  .thumbnail-container {
    margin-bottom: 1.5rem;
  }
  .cart-drawer-thumbnail {
    width: 90%;
  }

  /* HERO **********************************/
  #hero {
    background: url("https://shop.dunkindelivery.de/bb/wp-content/uploads/sites/2/2025/03/Header_DD_BAY_0325_v1.jpg")
      no-repeat center/cover !important;
    min-height: 25vh;
  }

  /* POPUP */
  .config-popup {
    padding: 1rem;
  }

  .customizer {
    padding: 1.5rem;
  }

  #popup {
    overflow-y: scroll !important;
  }
  #popup.slide {
    transform: translateY(35%) !important;
  }

  #popup img {
    height: 100px !important;
    margin-bottom: 1.5rem;
  }

  #customize p.price {
    white-space: nowrap;
  }

  .input-text.qty.text {
    width: 100%;
  }

  .customizer form.cart button.single_add_to_cart_button {
    white-space: nowrap;
    height: 3rem;
    width: 100% !important;
  }

  .missing,
  .finished {
    white-space: normal;
  }

  .woosb-products.woosb-products-layout-list {
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 1rem 0;
    overflow-x: hidden;
    height: 40vh !important;
  }

  .woosb-thumb-ori img {
    height: 300px;
  }

  .woosb-item-product.woosb-product.woosb-product-type-simple,
  .product .container {
    padding: 15px !important;
  }

  .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;
    margin-bottom: 1.5rem;
  }

  .wc-proceed-to-checkout {
    bottom: -20%;
    background-color: var(--color4);
    color: var(--color6);
    border-radius: 100px;
    padding: 12.5px 25px;
    border: none;
    font-size: 20px;
    transition: transform 0.5s ease;
    font-weight: 400;
  }

  .product-price-col {
    display: none;
  }

  .checkout {
    flex-direction: column;
  }

  .checkout div {
    width: 100%;
  }

  .product-name img {
    width: 50px;
    padding: 0.5rem 0;
  }

  /* CHECKOUT */
  .woocommerce-error {
    width: 90vw !important;
    margin-left: 0 !important;
  }

  .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    margin-left: 0rem;
  }

  .checkout_coupon {
    order: 1 !important;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }

  /* WOOCOMMERCE *******/
  /* MY ACCOUNT */
  .woocommerce-MyAccount-navigation ul li {
    height: 150px;
    width: 150px;
    border-radius: 25px;
    font-size: 1rem;
    border: 2px solid var(--color4);
  }

  #myaccount-image {
    display: none;
  }
}
