/* =========================================================
   GRUNDVARIABLEN
   ========================================================= */

:root {
    --turquoise: #24847b;
    --orange: #ff8210;
    --mint: #a8e8d8;
    --dark-mint: #1f5e59;
    --orange-dark: #cc5f00;
  	--sand: #c8bfaf;

    --nav-height: 82px;
    --content-width: 2000px;
}


/* =========================================================
   GRUNDLAGEN
   ========================================================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;

    font-family: 'Nunito Sans', sans-serif;

    background: var(--turquoise);
    color: var(--orange);

    text-align: center;

    overflow-x: hidden;
}


/* =========================================================
   NAVIGATION
   ========================================================= */

.topnav {
    width: 100%;
    height: var(--nav-height);

    position: fixed;
    top: 0;
    left: 0;

    z-index: 9999;

    background: rgba(36, 132, 123, 0.72);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    transition:
        background 0.3s ease,
        box-shadow 0.3s ease,
        top 0.3s ease;
}

.topnav.scrolled {
    background: rgba(36, 132, 123, 0.94);

    box-shadow:
        0 4px 25px rgba(0, 0, 0, 0.10);
}


/* Navigation innen */

.nav-inner {
    width: 100%;
    max-width: 2000px;

    height: 100%;

    margin: 0 auto;
    padding: 0 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Kleines Logo */

.logo-small a {
    color: var(--orange);

    font-size: 1.3rem;
    font-weight: 700;

    text-decoration: none;

    transition: opacity 0.2s ease;
}

.logo-small a:hover {
    opacity: 0.7;
}


/* Desktop Navigation */

.nav-links {
    display: flex;

    align-items: center;

    gap: 10px;

    white-space: nowrap;
}

.nav-links a {
    color: var(--orange);

    font-size: 1.3rem;
    font-weight: 700;

    text-decoration: none;

    padding: 12px 16px;

    border-radius: 999px;

    transition:
        background 0.2s ease,
        transform 0.2s ease,
        opacity 0.2s ease;
}

.nav-links a:hover {
    background: rgba(255, 130, 16, 0.12);

    transform: translateY(-1px);
}


/* =========================================================
   HAMBURGER
   ========================================================= */

.hamburger {
    display: none;

    font-size: 2rem;
    line-height: 1;

    color: var(--orange);

    cursor: pointer;

    user-select: none;
}


/* =========================================================
   HERO
   ========================================================= */

.hero {
    width: 100%;
    max-width: var(--content-width);

    margin: 0 auto;

    padding: 70px 25px 90px;

    color: var(--orange);
}


/* =========================================================
   LOGO
   ========================================================= */

.logo {
    margin-top: 70px;
}

.logo img {
    display: block;

    width: min(360px, 85vw);
    max-width: 100%;

    height: auto;

    margin: 0 auto 25px;
}


/* =========================================================
   TYPOGRAFIE
   ========================================================= */

h1 {
    display: inline-block;

    margin: 0 0 15px;
    padding: 0 25px;

    color: var(--orange);

    font-size: clamp(2rem, 5vw, 2.5rem);
    line-height: 1.15;

    font-weight: 700;
}

h2 {
    margin: 0 0 10px;

    color: var(--orange);

    font-size: 1.8rem;
    line-height: 1.25;

    font-weight: 700;
}
.verkaufsstellen {
    margin: 0 0 5px;

    color: var(--sand);

    font-size: 1.6rem;
    line-height: 1.3;

    font-weight: 700;
}

.untertitel {
    margin: 0 auto;

    padding: 0 20px;

    color: var(--orange);

    font-size: clamp(1.4rem, 3vw, 1.4rem);

    line-height: 1.4;

    font-weight: 400;
}

h3 {
    margin: 0 0 5px;

    color: var(--orange);

    font-size: 1.6rem;
    line-height: 1.3;

    font-weight: 700;
}

p {
    margin: 0 auto 10px;

    color: var(--orange);

    font-size: clamp(1.3rem, 2.5vw, 1.4rem);
    line-height: 1.6;

    font-weight: 500;
  	max-width: 620px;
}

p.subtitle {
    margin-bottom: 40px;

    color: var(--orange);

    font-size: clamp(1.5rem, 4vw, 2.2rem);
    line-height: 1.25;

    font-weight: 700;
}

.hero p,
.textblock {
    padding: 0 20px;
}


/* =========================================================
   LINKS
   ========================================================= */

.hover-italic {
    color: var(--orange);

    text-decoration: underline;

    transition:
        font-style 0.2s ease,
        opacity 0.2s ease;
}

.hover-italic:hover {
    font-style: italic;

    text-decoration: none;
}

.location-link {
    
    display: block;

    color: var(--orange);

     font-size: clamp(1.3rem, 2.5vw, 1.4rem);
    font-weight: 500;

    text-decoration: underline;
}

.location-link:hover {
    font-style: italic;

    text-decoration: none;
}
/* =========================================================
   LINKS
   ========================================================= */

.links {
    width: 100%;
    max-width: 600px;

    margin: 0 auto;

    padding: 0 20px;
}


/* Einheitliche Abstände */

.link-shop,
.link-kalender,
.link-karten,
.link-mail,
.link-insta,
.link-ueber,
.link-facebook,
.link-newsletter,
.link-maerkte {
    margin: 18px 0;
}


/* =========================================================
   LINK-TYPOGRAFIE
   ========================================================= */

.link-shop a,
.link-kalender a,
.link-maerkte a,
.link-karten a,
.link-insta a,
.link-mail a,
.link-facebook a,
.link-newsletter a,
.link-ueber a {
    font-size: 1.4rem;
    font-weight: 600;

    text-decoration: none;

    transition:
        color 0.2s ease,
        opacity 0.2s ease;
}


/* Farben */

.link-shop a {
    color: #E6E0D6;
}

.link-kalender a {
    color: var(--orange);
}

.link-maerkte a {
    color: #ffe680;
}

.link-karten a {
    color: #A7D1E1;
}

.link-insta a {
    color: #E8D8B8;
}

.link-mail a {
    color: #CBB8A6;
}

.link-facebook a {
    color: #D8C9D6;
}

.link-newsletter a {
    color: #F7C9A3;
}

.link-ueber a {
    color: #A7D1E1;
}


/* =========================================================
   LINK HOVER
   ========================================================= */

.link-shop a:hover {
    color: #ffffff;
}

.link-kalender a:hover {
    color: #CC6505;
}

.link-maerkte a:hover {
    color: #d4b200;
}

.link-karten a:hover {
    color: #C4E4F0;
}

.link-insta a:hover {
    color: #F3E7CC;
}

.link-mail a:hover {
    color: #E0D2C2;
}

.link-facebook a:hover {
    color: #EDE1EB;
}

.link-newsletter a:hover {
    color: #FFDDBF;
}

.link-ueber a:hover {
    color: #CDE7F2;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.button,
.button-1 {
    display: inline-block;

    margin-top: 20px;
    padding: 15px 30px;

    border-radius: 999px;

    font-size: 1.1rem;
    font-weight: 700;

    text-decoration: none;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}


/* Orange Button */

.button {
    background: var(--orange);
    color: white;
}

.button:hover {
    background: var(--orange-dark);

    transform: translateY(-2px);

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.16);
}


/* Mint Button */

.button-1 {
    background: var(--mint);
    color: var(--dark-mint);
}

.button-1:hover {
    background: #94d6c7;

    transform: translateY(-2px);

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.14);
}


/* =========================================================
   DROPDOWN
   ========================================================= */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;

    position: absolute;

    top: calc(100% + 8px);
    right: 0;

    min-width: 190px;
    padding: 8px;

    background: rgba(36, 132, 123, 0.96);

    border-radius: 16px;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.15);

    text-align: left;

    z-index: 99999;
}

.dropdown-content a {
    display: block;

    padding: 10px 14px;

    color: var(--orange);

    font-size: 1.3rem;
    font-weight: 700;

    text-decoration: none;

    border-radius: 10px;

    transition:
        background 0.2s ease;
}

.dropdown-content a:hover {
    background: rgba(255, 130, 16, 0.12);
}


/* Desktop: Dropdown per Hover */

@media (min-width: 701px) {
    .dropdown:hover .dropdown-content {
        display: block;
    }
}


/* =========================================================
   SLIDESHOW
   ========================================================= */

.slideshow {
    position: relative;
    width: min(90%, 700px);
    aspect-ratio: 3 / 2;
    margin: 45px auto;
    overflow: hidden;
    border-radius: 24px;
    background: var(--turquoise);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
}

.slideshow img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    opacity: 0;
}

@keyframes slideshowFade {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* =========================================================
   KALENDER / NORMALE BILDER
   ========================================================= */

.kalender img {
    display: block;

    width: min(100%, 650px);
    height: auto;

    margin: 30px auto 0;

    border-radius: 20px;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.12);
}

.ueber-mich img {
   display: block;

    width: min(100%, 200px);
    height: auto;

    margin: 30px auto 0;

    border-radius: 20px;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.12);
}

.kalenderwerbung img {
    display: block;

    width: min(100%, 650px);
    height: auto;

    margin: 30px auto 0;

    border-radius: 20px;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.12);
}

/* =========================================================
   LISTEN
   ========================================================= */

.liste li {
    width: fit-content;

    margin: 0 auto;

    text-align: left;

    list-style-type: square;

    font-size: 1.4rem;
}


/* =========================================================
   KONTAKTFORMULAR
   ========================================================= */

.contact-form {
    max-width: 700px;

    margin: 50px auto 0;
    padding: 0 20px;

    box-sizing: border-box;
}

.contact-form label {
    display: block;

    margin: 0 0 8px;

    text-align: left;

    font-size: 1.2rem;
    font-weight: 700;

    color: var(--orange);
}

.contact-form input,
.contact-form textarea
{

    width: 100%;

    box-sizing: border-box;

    border: 2px solid var(--orange);
    border-radius: 12px;

    background: var(--mint);
    color: var(--dark-mint);

    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.1rem;

    padding: 14px 16px;
    margin-bottom: 25px;

    outline: none;
}
.contact-form select {
    width: 100% !important;
    box-sizing: border-box !important;

    border: 2px solid var(--orange) !important;
    border-radius: 12px !important;

    background: var(--mint) !important;
    color: var(--dark-mint) !important;

    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 1.1rem !important;

    padding: 14px 16px !important;
    margin-bottom: 25px !important;

    outline: none !important;
  
   background-image:
        linear-gradient(45deg, transparent 50%, var(--dark-mint) 50%),
        linear-gradient(135deg, var(--dark-mint) 50%, transparent 50%)!important;
    background-position:
        calc(100% - 20px) 50%,
        calc(100% - 14px) 50% !important;
    background-size:
        7px 7px,
        7px 7px !important;
    background-repeat: no-repeat !important;
  
   -webkit-appearance: none !important;
    appearance: none !important;
}
.contact-form input {
    height: 52px;
}

.contact-form textarea {
    min-height: 180px;

    resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: var(--dark-mint);

    opacity: 0.7;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--orange-dark);

    box-shadow:
        0 0 0 3px rgba(255, 130, 16, 0.15);
}

.contact-form button {
    border: none;

    cursor: pointer;

    display: inline-block;

    margin-top: 5px;
    padding: 14px 28px;

    background: var(--orange);
    color: white;

    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;

    border-radius: 12px;

    transition: 0.25s;
}

.contact-form button:hover {
    background: var(--orange-dark);
}


/* =========================================================
   HONEYPOT
   ========================================================= */

.honeypot {
    position: absolute;

    left: -9999px;

    width: 1px;
    height: 1px;

    overflow: hidden;
}


/* =========================================================
   DATENSCHUTZ-LINK
   ========================================================= */

.datenschutz-link {
    font-size: 0.8rem;

    color: var(--orange);

    text-decoration: none;

    opacity: 0.8;
}

.datenschutz-link:hover {
    opacity: 1;

    text-decoration: underline;
}

   .datenschutz {
        padding-left: 20px;
        padding-right: 20px;
    }

    .datenschutz h2 {
        font-size: 1.6rem;
    }

    .datenschutz p,
    .datenschutz ul {
        font-size: 1.15rem;
    }

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    :root {
        --nav-height: 65px;
    }


    /* Navigation */

    .nav-inner {
        padding: 0 18px;
    }

    .nav-links {
        display: none;

        position: absolute;

        top: calc(100% + 8px);
        right: 15px;

        width: min(280px, calc(100vw - 30px));

        padding: 12px;

        flex-direction: column;
        align-items: stretch;

        gap: 4px;

        background: rgba(36, 132, 123, 0.97);

        border-radius: 18px;

        box-shadow:
            0 12px 35px rgba(0, 0, 0, 0.18);
    }

    .nav-links a {
        display: block;

        margin: 0;
        padding: 13px 15px;

        font-size: 1.25rem;

        text-align: center;
    }

    .hamburger {
        display: block;

        font-size: 2rem;
    }

    .logo-small a {
        font-size: 1.2rem;
    }


    /* Hero */

    .hero {
        padding: 90px 15px 60px;
    }


    /* Logo */

    .logo {
        margin-top: 45px;
    }

    .logo img {
        width: min(320px, 85vw);

        margin-bottom: 25px;
    }


    /* Typografie */

    h1 {
        font-size: 2.2rem;

        line-height: 1.2;

        padding: 0 10px;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.45rem;
    }

    p {
        font-size: 1.4rem;

        line-height: 1.55;

        margin-bottom: 30px;
    }

    p.subtitle {
        font-size: 1.75rem;

        line-height: 1.3;

        margin-bottom: 30px;
    }

    .hero p,
    .textblock {
        padding-left: 15px;
        padding-right: 15px;
    }


    /* Slideshow */

    .slideshow {
        width: 85%;

        aspect-ratio: 3 / 2;

        margin: 30px auto;

        border-radius: 18px;

        background: var(--turquoise);
    }

    .slideshow img {
        object-fit: cover;

        object-position: center;

        background: var(--turquoise);
    }


    /* Kalender */

    .kalender img {
        width: 92%;

        border-radius: 16px;
    }


    /* Buttons */

    .button,
    .button-1 {
        padding: 15px 26px;

        font-size: 1.15rem;
    }


    /* Dropdown */

    .dropdown {
        position: relative;

        display: block;

        width: 100%;
    }

    .dropdown-content {
        display: none;

        position: relative;

        top: auto;
        right: auto;

        width: 100%;
        min-width: 0;

        padding: 4px 0;

        background: transparent;

        box-shadow: none;

        border-radius: 12px;
    }

    .dropdown.open .dropdown-content {
        display: block;
    }

    .dropdown-content a {
        display: block;

        padding: 11px 15px 11px 30px;

        font-size: 1.15rem;

        border-radius: 10px;
    }


    /* Kontaktformular */

    .contact-form {
        margin-top: 40px;

        padding: 0 20px;
    }

    .contact-form label {
        font-size: 1.1rem;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 1rem;
    }
}


/* =========================================================
   SEHR KLEINE HANDYS
   ========================================================= */

@media (max-width: 400px) {

    .hero {
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo {
        margin-top: 40px;
    }

    .logo img {
        width: min(290px, 85vw);
    }

    .slideshow {
        width: 90%;

        border-radius: 15px;
    }

    h1 {
        font-size: 2rem;
      
    }

    p {
        font-size: 1.3rem;
    }

    p.subtitle {
        font-size: 1.6rem;
    }

    .button,
    .button-1 {
        padding: 13px 22px;

        font-size: 1.1rem;
    }
}


/* =========================================================
   WENIGER ANIMATIONEN
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;

        animation-iteration-count: 1 !important;

        transition-duration: 0.01ms !important;
    }
}

/* Hintergrund */
.faq-container {
  max-width: 700px;
  margin: 40px auto;
  background: #24847b;
  padding: 20px;
  border-radius: 12px;
}

/* Einzelne FAQ-Elemente */
.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 0;
}

/* Frage */
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ff8210;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* Pfeil */
.faq-arrow {
  transition: transform 0.3s ease;
  font-size: 22px;
  color: #ff8210;
}

/* Antwort */
.faq-answer {
  display: none;
  padding: 10px 0 0 0;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ff8210;
}
.faq-answer p {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 400;
    color: var(--orange);
}
/* Offen */
.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .faq-arrow {
  transform: rotate(90deg);
}

/* =========================================================
   BESTELLSEITE
   ========================================================= */

.order-select {
    width: 100%;

    height: 52px;

    padding: 0 16px;

    border: 2px solid var(--orange);
    border-radius: 12px;

    background: var(--mint);
    color: var(--dark-mint);

    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;

    outline: none;

    cursor: pointer;

    margin-bottom: 20px;
}

.order-select:focus {
    border-color: var(--orange-dark);

    box-shadow:
        0 0 0 3px rgba(255, 130, 16, 0.15);
}


/* =========================================================
   PRODUKTZEILEN
   ========================================================= */

.order-products {
    width: 100%;
}

.product-row {
    margin-bottom: 35px;
}

.product-title {
    display: flex;

    justify-content: flex-start;
    align-items: center;

    gap: 15px;

    margin-bottom: 5px;

    color: var(--orange);

    font-size: 1.3rem;
    font-weight: 700;

    text-align: left;
}

.product-note {
    margin-top: -15px;
    margin-bottom: 20px;

    color: var(--orange);

    font-size: 1.1rem;
    font-weight: 400;

    text-align: left;
}


/* =========================================================
   PREISÜBERSICHT
   ========================================================= */

.price-summary {
    width: 100%;

    margin: 35px 0;
    padding: 22px;

    background: rgba(36, 132, 122, 0.6);

    border: 2px solid var(--mint);

    border-radius: 18px;

    text-align: left;
}

.price-summary h2 {
    text-align: center;

    margin-bottom: 20px;
}

.summary-line {
    display: flex;

    justify-content: space-between;
    align-items: center;

    gap: 20px;

    padding: 9px 0;

    color: var(--orange);

    font-size: 1.15rem;
    font-weight: 500;
}

.summary-line.discount {
    font-weight: 700;
}

.summary-total {
    display: flex;

    justify-content: space-between;
    align-items: center;

    margin-top: 12px;
    padding-top: 15px;

    border-top: 2px solid rgba(255, 130, 16, 0.35);

    color: var(--orange);

    font-size: 1.45rem;
    font-weight: 700;
}


/* =========================================================
   BESTELLABSCHNITTE
   ========================================================= */

.order-section-title {
    margin-top: 45px;
    margin-bottom: 25px;

    text-align: left;
}

.order-privacy {
    margin-top: 25px;
    margin-bottom: 20px;

    font-size: 1.3rem !important;
    line-height: 1.5;

    text-align: center;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .product-title {
        flex-direction: column;

        align-items: flex-start;

        gap: 3px;

        font-size: 1.2rem;
    }

    .price-summary {
        padding: 18px;
    }

    .summary-line {
        font-size: 1rem;
    }

    .summary-total {
        font-size: 1.3rem;
    }

}
.contact-form select {
    -webkit-appearance: none;
    appearance: none;

    width: 100%;
    box-sizing: border-box;

    border: 2px solid var(--orange);
    border-radius: 12px;

    background-color: var(--mint);
    color: var(--dark-mint);

    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.1rem;

    padding: 14px 45px 14px 16px;
    margin-bottom: 25px;

    outline: none;

   
}

/* =========================
   KARTEN-AUSWAHL
   ========================= */

.karten-auswahl {
    width: 100%;
    margin-top: 20px;
}

.karten-zeile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.karte-option {
    display: flex;
    align-items: center;
    gap: 14px;
}

.karte-option img {
    width: 150px;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid var(--orange);
    background: var(--mint);
    flex-shrink: 0;
}

.karte-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.karte-info span {
    color: var(--orange);
    font-weight: 700;
}

.karte-info input {
    width: 70px;
    box-sizing: border-box;
    border: 2px solid var(--orange);
    border-radius: 12px;
    background: var(--mint);
    color: var(--dark-mint);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1rem;
    padding: 9px 10px;
    outline: none;
    margin: 0;
}


@media (max-width: 600px) {

    .karten-auswahl {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
      min-width: 0;
    }

    .karten-zeile {
        width: 100%;
        grid-template-columns: 1fr 1fr;
        column-gap: 25px;
        margin-bottom: 15px;
    }

    .karte-option {
        width: 100%;
        margin: 0;
        justify-content: flex-start;
      min-width: 0;
    }

    .karte-option img {
        width: 100px;
        height: 80px;
      flex-shrink: 0;
    }

}

/* =========================================================
   PRODUKT-THUMBNAIL / BILD-VIEWER
========================================================= */

.product-thumbnail {
    width: 200px !important;
    height: 133px !important;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    flex-shrink: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.product-thumbnail:hover {
    transform: scale(1.05);
    opacity: 0.85;
}

/* Mobile */

@media (max-width: 600px) {

    .product-thumbnail {
        width: 50px;
        height: 50px;
    }
  
  /* =================================================
   LIEFERART
================================================= */

.delivery-choice {
    margin-top: 30px;
    margin-bottom: 30px;
}

.delivery-options {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    flex-wrap: wrap;
}
  @media (max-width: 700px) {

    .delivery-options {
        flex-direction: column;
    }

}

.delivery-option {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 9px 14px;

    border: 1px solid --orange;
    border-radius: 30px;

    cursor: pointer;

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.delivery-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 16px !important;
    height: 16px !important;
    margin: 0;
}

.delivery-option {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;

    padding: 9px 14px;

    border: 1px solid var(--orange);
    border-radius: 30px;

    cursor: pointer;

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;

    overflow: visible;
}

.delivery-option:has(input[type="radio"]:checked) {
    border-color: var(--orange);
    background-color: var(--mint);
}

.delivery-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.delivery-text strong {
    font-weight: 600;
}

#deliveryPrice {
    margin-left: 6px;
    font-weight: 400;
}
  
  .delivery-address-toggle input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    margin: 0;
}
  
  @supports (-webkit-touch-callout: none) {
    .delivery-option input[type="radio"],
    .delivery-address-toggle input[type="checkbox"] {
        width: 16px;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
        padding: 0;
        margin: 0;
    }
}