:root {
    --ce-navy: #071b45;
    --ce-blue: #0b6c9f;
    --ce-red: #e30620;
    --ce-yellow: #ffca2c;
    --ce-ink: #151d2e;
    --ce-muted: #697386;
    --ce-surface: #f6f3ef;
}

html { scroll-behavior: smooth; }
body { background: var(--ce-surface) !important; color: var(--ce-ink); }
a { transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.ce-main { min-height: 55vh; }
.compose-container { display: none !important; }

/* En-tete compact et independant de l'ancien theme. */
.ce-site-header { background: #fff; box-shadow: 0 5px 22px rgba(7,27,69,.10); position: relative; z-index: 1000; }
.ce-navbar { flex-wrap: nowrap; min-height: 92px; padding: 6px 15px; }
.ce-brand { flex: 0 0 auto; margin: 0 36px 0 0; padding: 0; }
.ce-brand img { display: block; height: 78px; max-width: 150px; object-fit: contain; width: auto; }
.ce-main-nav { justify-content: center; }
.ce-main-nav .navbar-nav { align-items: center; gap: 2px; }
.ce-main-nav .nav-link { color: var(--ce-ink) !important; font-size: 12px; font-weight: 800; letter-spacing: .035em; padding: 15px 10px !important; position: relative; text-transform: uppercase; }
.ce-main-nav .nav-link::after { background: var(--ce-red); bottom: 7px; content: ''; height: 2px; left: 10px; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; width: calc(100% - 20px); }
.ce-main-nav .nav-link:hover { color: var(--ce-red) !important; text-decoration: none; }
.ce-main-nav .nav-link:hover::after { transform: scaleX(1); }
.ce-header-actions { align-items: center; display: flex; flex: 0 0 auto; gap: 8px; margin-left: 22px; }
.ce-icon-link, .ce-cart-link { align-items: center; border-radius: 25px; display: inline-flex; font-size: 12px; font-weight: 800; gap: 8px; justify-content: center; min-height: 44px; padding: 0 15px; text-transform: uppercase; }
.ce-icon-link { border: 1px solid #dde1e8; color: var(--ce-navy); }
.ce-icon-link:hover { border-color: var(--ce-navy); color: var(--ce-navy); text-decoration: none; }
.ce-cart-link { background: var(--ce-navy); color: #fff; position: relative; }
.ce-cart-link:hover { background: var(--ce-red); color: #fff; text-decoration: none; }
.ce-cart-link b { align-items: center; background: var(--ce-red); border: 2px solid #fff; border-radius: 50%; color: #fff; display: flex; font-size: 10px; height: 21px; justify-content: center; position: absolute; right: -5px; top: -5px; width: 21px; }
.ce-cart-link b.hidden { display: none; }
.ce-header-actions .navbar-toggler { border: 1px solid #dde1e8; border-radius: 10px; height: 44px; padding: 8px 10px; width: 44px; }
.ce-header-actions .navbar-toggler i { color: var(--ce-navy); font-size: 18px; }
.order-mode-bar { border: 0; box-shadow: 0 4px 14px rgba(7,27,69,.08); }

.ce-eyebrow { color: var(--ce-yellow); display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .12em; margin-bottom: 14px; text-transform: uppercase; }
.ce-eyebrow i { margin-right: 7px; }
.ce-eyebrow-dark { color: var(--ce-red); }
.ce-primary-button, .ce-secondary-button { align-items: center; border-radius: 28px; display: inline-flex; font-size: 14px; font-weight: 800; gap: 10px; justify-content: center; padding: 14px 22px; }
.ce-primary-button { background: var(--ce-red); box-shadow: 0 10px 24px rgba(227,6,32,.28); color: #fff; }
.ce-primary-button:hover { background: #c90018; color: #fff; text-decoration: none; transform: translateY(-2px); }
.ce-secondary-button { border: 1px solid rgba(255,255,255,.42); color: #fff; }
.ce-secondary-button:hover { background: #fff; color: var(--ce-navy); text-decoration: none; }

/* Accueil */
.ce-hero { background-color: var(--ce-navy); background-position: center; background-size: cover; color: #fff; min-height: 560px; position: relative; }
.ce-hero::after { background: linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 36px 36px; content: ''; inset: 0; opacity: .12; pointer-events: none; position: absolute; }
.ce-hero-content { padding-bottom: 80px; padding-top: 82px; position: relative; z-index: 1; }
.ce-hero h1 { color: #fff; font-family: Montserrat, sans-serif; font-size: clamp(44px, 6vw, 78px); font-style: normal; font-weight: 800; letter-spacing: -.045em; line-height: .98; margin: 0; max-width: 720px; text-transform: none; }
.ce-hero h1 em { color: var(--ce-yellow); font-style: normal; }
.ce-hero p { color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.7; margin: 26px 0 30px; max-width: 610px; }
.ce-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ce-service-points { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 44px; }
.ce-service-points span { color: rgba(255,255,255,.82); font-size: 13px; font-weight: 700; }
.ce-service-points i { color: var(--ce-yellow); margin-right: 7px; }
.ce-home-section { padding-bottom: 76px; padding-top: 76px; }
.ce-section-heading { align-items: flex-end; display: flex; gap: 30px; justify-content: space-between; margin-bottom: 30px; }
.ce-section-heading h2 { color: var(--ce-ink); font-family: Montserrat, sans-serif; font-size: clamp(28px, 4vw, 44px); font-weight: 800; letter-spacing: -.035em; line-height: 1.1; margin: 0; text-transform: none; }
.ce-section-heading > p { color: var(--ce-muted); margin: 0 0 5px; max-width: 330px; }
.ce-category-grid { display: grid; gap: 18px; grid-template-columns: repeat(5, 1fr); }
.ce-category-card { border-radius: 18px; box-shadow: 0 10px 28px rgba(20,27,45,.10); min-height: 245px; overflow: hidden; position: relative; }
.ce-category-card:nth-child(1), .ce-category-card:nth-child(2) { grid-column: span 2; min-height: 330px; }
.ce-category-card:nth-child(3) { min-height: 330px; }
.ce-category-card img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform .4s ease; width: 100%; }
.ce-category-card-overlay { background: linear-gradient(0deg, rgba(5,18,43,.9), rgba(5,18,43,0) 70%); inset: 0; position: absolute; }
.ce-category-card-content { bottom: 0; color: #fff; display: flex; flex-direction: column; left: 0; padding: 22px; position: absolute; right: 0; }
.ce-category-card-content strong { color: #fff; font-size: 24px; font-weight: 800; text-transform: uppercase; }
.ce-category-card-content small { color: var(--ce-yellow); font-size: 12px; font-weight: 800; margin-top: 4px; text-transform: uppercase; }
.ce-category-card:hover { box-shadow: 0 18px 36px rgba(20,27,45,.18); text-decoration: none; transform: translateY(-4px); }
.ce-category-card:hover img { transform: scale(1.06); }
.ce-promo-section { background: var(--ce-navy); color: #fff; padding: 74px 0 60px; }
.ce-section-heading-light h2 { color: #fff; }
.ce-section-heading-light > p { color: rgba(255,255,255,.68); }
.ce-promo-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.ce-promo-card { background: #fff; border-radius: 18px; color: var(--ce-navy); display: flex; flex-direction: column; min-height: 230px; padding: 26px; position: relative; }
.ce-promo-card > span { color: var(--ce-red); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ce-promo-card strong { font-size: 27px; margin-top: 12px; text-transform: uppercase; }
.ce-promo-card small { color: var(--ce-muted); }
.ce-promo-card b { color: var(--ce-red); font-size: 46px; line-height: 1; margin-top: auto; }
.ce-promo-card:hover { color: var(--ce-navy); text-decoration: none; transform: translateY(-4px); }
.ce-promo-card-featured { background: var(--ce-yellow); }
.ce-promo-disclaimer { color: rgba(255,255,255,.6); font-size: 12px; margin: 18px 0 0; text-align: center; }
.ce-personalize { background: #fff; border-radius: 24px; box-shadow: 0 14px 35px rgba(20,27,45,.08); display: grid; grid-template-columns: 1.3fr 1fr; overflow: hidden; }
.ce-personalize-copy { padding: 48px; }
.ce-personalize-copy h2 { color: var(--ce-ink); font-family: Montserrat, sans-serif; font-size: 38px; font-weight: 800; letter-spacing: -.03em; text-transform: none; }
.ce-personalize-copy p { color: var(--ce-muted); line-height: 1.7; }
.ce-text-link { color: var(--ce-red); display: inline-block; font-weight: 800; margin-top: 10px; }
.ce-personalize-visual { background: linear-gradient(135deg, var(--ce-red), #ae0014); display: flex; flex-direction: column; gap: 16px; justify-content: center; padding: 48px; }
.ce-personalize-visual span { color: #fff; font-size: 18px; font-weight: 800; }
.ce-personalize-visual i { background: var(--ce-yellow); border-radius: 50%; color: var(--ce-navy); display: inline-grid; height: 28px; margin-right: 10px; place-items: center; width: 28px; }

/* Catalogue */
.ce-category-hero { background-color: var(--ce-navy); background-position: center; background-size: cover; color: #fff; min-height: 350px; padding: 42px 0 62px; }
.ce-category-hero h1 { color: #fff; font-family: Montserrat, sans-serif; font-size: clamp(44px, 6vw, 70px); font-weight: 800; letter-spacing: -.045em; margin: 0 0 12px; text-transform: none; }
.ce-category-hero p { color: rgba(255,255,255,.75); font-size: 16px; }
.ce-breadcrumb { align-items: center; display: flex; font-size: 12px; gap: 10px; margin-bottom: 58px; }
.ce-breadcrumb a { color: rgba(255,255,255,.72); }
.ce-breadcrumb span, .ce-breadcrumb i { color: #fff; }
.ce-catalogue { padding-bottom: 80px; padding-top: 42px; }
.ce-catalogue-heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 26px; }
.ce-catalogue-heading div { color: var(--ce-muted); }
.ce-catalogue-heading div strong { color: var(--ce-ink); font-size: 26px; margin-right: 5px; }
.ce-catalogue-heading > span { background: #fff3cf; border-radius: 22px; color: #825f00; font-size: 12px; font-weight: 700; padding: 9px 14px; }
.ce-product-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.ce-product-card { background: #fff; border-radius: 18px; box-shadow: 0 8px 24px rgba(20,27,45,.08); overflow: hidden; }
.ce-product-card-link { color: inherit; display: block; height: 100%; }
.ce-product-card-link:hover { color: inherit; text-decoration: none; }
.ce-product-image-wrap { background: #e8e9ed; height: 220px; overflow: hidden; position: relative; }
.ce-product-image-wrap img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.ce-product-card:hover { box-shadow: 0 16px 34px rgba(20,27,45,.15); transform: translateY(-4px); }
.ce-product-card:hover img { transform: scale(1.05); }
.ce-stock-badge { background: var(--ce-ink); border-radius: 16px; color: #fff; font-size: 11px; font-weight: 800; left: 14px; padding: 7px 11px; position: absolute; top: 14px; }
.ce-product-body { display: flex; flex-direction: column; min-height: 220px; padding: 22px; }
.ce-product-body h2 { color: var(--ce-ink); font-family: Montserrat, sans-serif; font-size: 21px; font-weight: 800; margin: 0 0 9px; text-transform: none; }
.ce-product-body > p { color: var(--ce-muted); font-size: 13px; line-height: 1.55; }
.ce-product-footer { align-items: center; border-top: 1px solid #ececf0; display: flex; justify-content: space-between; margin-top: auto; padding-top: 16px; }
.ce-product-footer strong { color: var(--ce-red); font-size: 18px; }
.ce-product-footer span { color: var(--ce-navy); font-size: 12px; font-weight: 800; }
.ce-product-footer i { margin-left: 4px; }
.ce-product-card.is-unavailable { opacity: .68; }
.ce-unavailable-price { color: var(--ce-muted) !important; }

/* Les boissons conservent leurs vraies étiquettes et un cadrage catalogue uniforme. */
.ce-drink-catalogue .ce-product-image-wrap { background: #fff; border-bottom: 1px solid #eef0f3; }
.ce-drink-catalogue .ce-product-image-wrap img { object-fit: contain; object-position: center; padding: 18px 28px; }
.ce-drink-catalogue .ce-product-card:hover .ce-product-image-wrap img { transform: scale(1.03); }

/* Fiche produit et configurateur */
.ce-product-page { padding: 0 0 84px; }
.ce-product-breadcrumb { align-items: center; display: flex; flex-wrap: wrap; font-size: 13px; gap: 10px; padding: 20px 0; }
.ce-product-breadcrumb a { color: var(--ce-muted); }
.ce-product-breadcrumb a:hover { color: var(--ce-red); text-decoration: none; }
.ce-product-breadcrumb i { color: #a8afba; font-size: 9px; }
.ce-product-breadcrumb span { color: var(--ce-ink); font-weight: 700; }
.ce-product-intro { background: #fff; border-radius: 24px; box-shadow: 0 14px 38px rgba(20,27,45,.10); display: grid; grid-template-columns: 1.25fr .75fr; min-height: 410px; overflow: hidden; }
.ce-product-cover { background: #e9e9e7; min-height: 410px; overflow: hidden; position: relative; }
.ce-product-cover::after { background: linear-gradient(90deg, transparent 65%, rgba(7,27,69,.10)); content: ''; inset: 0; pointer-events: none; position: absolute; }
.ce-product-cover img { height: 100%; object-fit: cover; position: absolute; width: 100%; }
.ce-product-stock { background: var(--ce-ink); border-radius: 20px; color: #fff; font-size: 12px; font-weight: 800; left: 20px; padding: 9px 14px; position: absolute; top: 20px; z-index: 1; }
.ce-product-summary { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; padding: 44px; }
.ce-product-summary h1 { color: var(--ce-ink); font-family: Montserrat, sans-serif; font-size: clamp(38px, 4.5vw, 58px); font-weight: 800; letter-spacing: -.045em; line-height: 1; margin: 0 0 18px; text-transform: none; }
.ce-product-description { color: var(--ce-muted); font-size: 15px; line-height: 1.65; margin: 0 0 24px; }
.ce-product-benefits { display: flex; flex-direction: column; gap: 9px; margin-bottom: 28px; }
.ce-product-benefits span { color: var(--ce-navy); font-size: 12px; font-weight: 700; }
.ce-product-benefits i { color: var(--ce-red); margin-right: 8px; width: 15px; }
.ce-product-builder { padding-top: 68px; }
.ce-builder-heading { align-items: flex-end; display: flex; gap: 30px; justify-content: space-between; margin-bottom: 28px; }
.ce-builder-heading h2 { color: var(--ce-ink); font-family: Montserrat, sans-serif; font-size: clamp(28px, 4vw, 42px); font-weight: 800; letter-spacing: -.035em; margin: 0; text-transform: none; }
.ce-builder-heading p { color: var(--ce-muted); margin: 0 0 4px; max-width: 390px; }
.ce-product-layout { align-items: start; display: grid; gap: 24px; grid-template-columns: minmax(280px, .38fr) minmax(0, .62fr); }
.ce-ingredients-panel, .ce-options-panel, .ce-order-card, .ce-product-thumbnail-panel { background: #fff; border: 0 !important; border-radius: 18px !important; box-shadow: 0 8px 26px rgba(20,27,45,.08); margin: 0 !important; overflow: hidden; }
.ce-panel-heading { align-items: center; background: var(--ce-navy); color: #fff; display: flex; justify-content: space-between; padding: 19px 22px; }
.ce-panel-heading small { color: var(--ce-yellow); display: block; font-size: 10px; font-weight: 800; letter-spacing: .08em; margin-bottom: 3px; text-transform: uppercase; }
.ce-panel-heading h2 { color: #fff; font-family: Montserrat, sans-serif; font-size: 19px; font-weight: 800; margin: 0; text-transform: none; }
.ce-panel-heading > span { align-items: center; background: rgba(255,255,255,.12); border-radius: 50%; display: flex; font-weight: 800; height: 34px; justify-content: center; width: 34px; }
.ce-panel-heading > i { color: var(--ce-yellow); font-size: 22px; }
.ce-ingredients-panel .card-body { padding: 12px 18px 20px; }
.ce-ingredients-panel .product-ingredient-list { margin: 0; }
.ce-ingredients-panel .product-ingredient-item { align-items: center; border-bottom: 1px solid #ececf0; display: grid !important; gap: 12px; grid-template-columns: 54px 1fr 36px; padding: 11px 0 !important; }
.ce-ingredients-panel .product-ingredient-image-container { padding: 0 !important; }
.ce-ingredients-panel .product-ingredient-image { border: 1px solid #e5e7eb !important; border-radius: 50%; height: 50px !important; object-fit: cover; width: 50px !important; }
.ce-ingredients-panel .product-ingredient-item p { color: var(--ce-ink); font-size: 14px; font-weight: 700; }
.ce-ingredients-panel .remove-ingredient { padding: 0 !important; }
.ce-ingredients-panel .ingredient-remove-bt { align-items: center; background: #fff0f2; border: 0; border-radius: 50%; color: var(--ce-red); display: flex; height: 32px; justify-content: center; padding: 0; width: 32px; }
.ce-ingredients-panel .ingredient-remove-bt:hover { background: var(--ce-red); color: #fff; }
.ce-extra-ingredient { padding-top: 20px; }
.ce-extra-ingredient > label { color: var(--ce-ink); font-size: 15px; font-weight: 800; margin: 0; }
.ce-extra-ingredient > p { color: var(--ce-muted); font-size: 12px; margin: 3px 0 10px; }
.ce-extra-ingredient #ingredient-search-input { border: 1px solid #dfe3e9; border-radius: 10px; box-shadow: none; margin: 0; min-height: 46px; padding: 10px 13px; }
.ce-extra-ingredient #ingredient-search-input:focus { border-color: var(--ce-navy); box-shadow: 0 0 0 3px rgba(7,27,69,.08); }
.ce-ingredients-panel { overflow: visible !important; position: relative; z-index: 5; }
.ce-extra-ingredient { position: relative; z-index: 10; }
.ce-extra-ingredient .ui-autocomplete {
    box-sizing: border-box;
    height: auto;
    left: 0 !important;
    max-height: min(320px, 50vh);
    overflow-x: hidden;
    overflow-y: auto;
    top: 100% !important;
    width: 100% !important;
    z-index: 2000 !important;
}
.ce-extra-ingredient .ingredient-extra-autocomplete-row { gap: 10px; min-height: 54px; padding: 6px 10px !important; }
.ce-extra-ingredient .ingredient-extra-autocomplete-row .product-ingredient-image { flex: 0 0 42px; height: 42px !important; object-fit: cover; width: 42px !important; }
.ce-extra-ingredient .ingredient-extra-autocomplete-row .product-ingredient-name { color: var(--ce-ink); font-size: 14px; font-weight: 700; }
.ce-config-column { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.ce-options-panel #accordionProductConfig { padding: 18px; }
.ce-options-panel #accordionProductConfig > .card { border: 1px solid #e3e6eb !important; border-radius: 12px !important; box-shadow: none; margin: 0 0 12px; overflow: hidden; transform: none !important; }
.ce-options-panel #accordionProductConfig > .card:last-child { margin-bottom: 0; }
.ce-options-panel #accordionProductConfig .card-header { background: #f3f5f8 !important; border: 0; padding: 13px 16px; }
.ce-options-panel #accordionProductConfig .card-header h2 { color: var(--ce-navy) !important; font-size: 14px; font-weight: 800; letter-spacing: .02em; text-transform: none !important; }
.ce-options-panel #accordionProductConfig .card-body { display: flex; flex-wrap: wrap; gap: 9px; padding: 16px; }
.ce-options-panel .option-btn { background: #fff !important; border: 2px solid #d8dde5 !important; border-radius: 10px; color: var(--ce-navy) !important; font-size: 13px; font-weight: 800; margin: 0 !important; min-height: 44px; padding: 9px 15px; }
.ce-options-panel .option-btn:hover { border-color: var(--ce-navy) !important; }
.ce-options-panel .option-btn.active { background: #fff0f2 !important; border-color: var(--ce-red) !important; color: var(--ce-red) !important; box-shadow: 0 0 0 3px rgba(227,6,32,.08); }
.ce-options-panel .product-drink-choice { align-items: center; background: #fff; border: 2px solid #d8dde5; border-radius: 10px; color: var(--ce-navy); cursor: pointer; display: inline-flex; font-size: 13px; font-weight: 800; height: auto; justify-content: center; margin: 0 !important; min-height: 44px; padding: 9px 15px; text-align: center; width: auto; }
.ce-options-panel .product-drink-choice:hover { border-color: var(--ce-navy); }
.ce-options-panel .product-drink-choice.active { background: #fff0f2; border-color: var(--ce-red); box-shadow: 0 0 0 3px rgba(227,6,32,.08); color: var(--ce-red); }
.ce-options-panel .product-drink-choice-name { pointer-events: none; }
.ce-options-panel .product-config-card { border: 1px solid #e3e6eb; border-radius: 12px; margin-bottom: 12px; }
.ce-options-panel .product-config-header { background: #f3f5f8; color: var(--ce-navy); }
.ce-options-panel .product-config-help { color: var(--ce-muted); opacity: 1; }
.ce-options-panel .product-config-body { padding: 16px; }
.ce-order-card { padding: 22px !important; }
.ce-promo-feedback { background: #fff4d4; border-radius: 10px; color: #775700; margin-bottom: 18px; padding: 12px 15px; }
.ce-promo-feedback h5 { color: #775700; font-size: 13px; font-weight: 800; margin: 0 0 3px; }
.ce-promo-feedback p { font-size: 12px; margin: 0; }
.ce-order-card-main { align-items: center; display: flex; gap: 20px; justify-content: space-between; }
.ce-quantity-control { align-items: center; display: flex; gap: 12px; margin: 0; }
.ce-quantity-control > span { color: var(--ce-muted); font-size: 13px; font-weight: 700; }
.ce-quantity-control .ce-product-quantity { display: block; height: 48px; position: relative; width: 78px; }
.ce-quantity-control input { -moz-appearance: textfield; border: 1px solid #dfe3e9; border-radius: 10px; color: var(--ce-ink); font-size: 16px; font-weight: 800; height: 48px; padding: 6px 26px 6px 8px; text-align: center; width: 78px; }
.ce-quantity-control input::-webkit-inner-spin-button, .ce-quantity-control input::-webkit-outer-spin-button { appearance: none; margin: 0; }
.ce-quantity-control .quantity-nav { border-left: 1px solid #e3e6eb; bottom: 1px; display: flex; flex-direction: column; float: none; height: auto; position: absolute; right: 1px; top: 1px; width: 24px; }
.ce-quantity-control .quantity-button { align-items: center; border-left: 0; color: var(--ce-muted); cursor: pointer; display: flex; flex: 1; font-size: 8px; height: auto; justify-content: center; line-height: 1; position: static; transform: none; width: auto; }
.ce-quantity-control .quantity-button:first-child { border-bottom: 1px solid #e3e6eb; }
.ce-quantity-control .quantity-button:hover { background: #f5f6f8; color: var(--ce-red); }
.ce-live-price { align-items: flex-end; display: flex; flex-direction: column; }
.ce-live-price small { color: var(--ce-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.ce-live-price #price, .ce-live-price #price p { color: var(--ce-red); font-size: 30px; font-weight: 800; line-height: 1; margin: 4px 0 0; }
.ce-add-action { margin-top: 18px; }
.ce-add-to-cart, .ce-unavailable-button { border: 0; border-radius: 26px; font-size: 14px; font-weight: 800; min-height: 52px; padding: 12px 22px; width: 100%; }
.ce-add-to-cart { background: var(--ce-red); box-shadow: 0 10px 22px rgba(227,6,32,.22); color: #fff; }
.ce-add-to-cart:hover:not(:disabled) { background: #c90018; color: #fff; transform: translateY(-1px); }
.ce-add-to-cart:disabled { background: #c7cbd2; box-shadow: none; color: #fff; cursor: not-allowed; }
.ce-unavailable-button { background: #dfe2e7; color: var(--ce-muted); }
.ce-product-thumbnail-panel { padding: 30px; text-align: center; }
.ce-product-thumbnail-panel .product-image { height: 230px; object-fit: cover; width: 230px; }
.ce-cart-modal .modal-content { border: 0; border-radius: 18px; box-shadow: 0 20px 60px rgba(7,27,69,.24); overflow: hidden; }
.ce-cart-modal .modal-header { align-items: flex-start; background: var(--ce-navy); border: 0; color: #fff; padding: 22px; }
.ce-cart-modal .modal-header > div { align-items: center; display: flex; gap: 12px; }
.ce-cart-modal .modal-title { color: #fff; font-size: 19px; font-weight: 800; margin: 0; }
.ce-cart-modal .close { color: #fff; opacity: .8; text-shadow: none; }
.ce-modal-success { align-items: center; background: var(--ce-yellow); border-radius: 50%; color: var(--ce-navy); display: flex; height: 34px; justify-content: center; width: 34px; }
.ce-cart-modal .modal-body { padding: 24px; }
.ce-modal-product { align-items: center; display: grid; gap: 15px; grid-template-columns: 74px 1fr auto; }
.ce-modal-product .product-img { border-radius: 12px; height: 70px; object-fit: cover; width: 70px; }
.ce-modal-product .pdt-name { color: var(--ce-ink); font-size: 17px; font-weight: 800; margin: 0 0 5px; }
.ce-modal-product .pdt-options { color: var(--ce-muted); }
.ce-modal-quantity { color: var(--ce-muted); font-size: 12px; }
.ce-modal-quantity strong { color: var(--ce-ink); font-size: 17px; }
.ce-cart-modal .modal-footer { border: 0; display: grid; gap: 10px; grid-template-columns: 1fr 1fr; padding: 0 24px 24px; }
.ce-cart-modal .modal-footer .btn { border-radius: 24px; font-size: 13px; font-weight: 800; margin: 0; padding: 12px 15px; }
.ce-continue-button { background: #eef0f3; color: var(--ce-navy); }
.ce-view-cart-button { background: var(--ce-red); color: #fff; }
.ce-view-cart-button:hover { background: #c90018; color: #fff; }

/* Panier */
.ce-cart-page { padding-bottom: 84px; }
.ce-cart-hero { align-items: center; background: linear-gradient(125deg, var(--ce-navy), #12366c); border-radius: 22px; color: #fff; display: flex; justify-content: space-between; margin-bottom: 34px; overflow: hidden; padding: 38px 42px; position: relative; }
.ce-cart-hero::after { background: radial-gradient(circle, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 18px 18px; content: ''; inset: 0 0 0 55%; opacity: .45; position: absolute; }
.ce-cart-hero > div { position: relative; z-index: 1; }
.ce-cart-hero h1 { color: #fff; font-family: Montserrat, sans-serif; font-size: clamp(38px, 5vw, 58px); font-weight: 800; letter-spacing: -.045em; line-height: 1; margin: 0 0 12px; text-transform: none; }
.ce-cart-hero p { color: rgba(255,255,255,.72); margin: 0; max-width: 570px; }
.ce-cart-hero-count { align-items: center; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; display: grid; gap: 0 10px; grid-template-columns: 42px auto; min-width: 155px; padding: 17px 20px; }
.ce-cart-hero-count i { align-items: center; background: var(--ce-yellow); border-radius: 50%; color: var(--ce-navy); display: flex; grid-row: span 2; height: 42px; justify-content: center; width: 42px; }
.ce-cart-hero-count strong { color: #fff; font-size: 24px; line-height: 1; }
.ce-cart-hero-count span { color: rgba(255,255,255,.72); font-size: 12px; }
.ce-cart-notice { align-items: flex-start; background: #fff4d4; border-radius: 14px; color: #775700; display: flex; gap: 14px; margin-bottom: 24px; padding: 18px 20px; }
.ce-cart-notice > i { font-size: 20px; margin-top: 2px; }
.ce-cart-notice h2 { color: inherit; font-size: 16px; font-weight: 800; margin: 0 0 4px; text-transform: none; }
.ce-cart-notice p { margin: 0; }
.ce-cart-layout { align-items: start; display: grid; gap: 24px; grid-template-columns: minmax(0, 1fr) 370px; }
.ce-cart-products { background: #fff; border-radius: 18px; box-shadow: 0 8px 28px rgba(20,27,45,.08); overflow: hidden; }
.ce-cart-section-heading { align-items: center; border-bottom: 1px solid #ececf0; display: flex; justify-content: space-between; padding: 22px 26px; }
.ce-cart-section-heading small, .ce-summary-heading small { color: var(--ce-red); display: block; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.ce-cart-section-heading h2, .ce-summary-heading h2 { color: var(--ce-ink); font-family: Montserrat, sans-serif; font-size: 22px; font-weight: 800; margin: 3px 0 0; text-transform: none; }
.ce-cart-section-heading > span { background: #f2f4f7; border-radius: 18px; color: var(--ce-muted); font-size: 11px; font-weight: 700; padding: 7px 11px; }
.ce-cart-products .cart-items { list-style: none; margin: 0; padding: 0 26px; }
.ce-cart-products .cart-item { border-bottom: 1px solid #ececf0; padding: 20px 0; }
.ce-cart-products .cart-item:last-child { border-bottom: 0; }
.ce-cart-item { align-items: center; display: grid; gap: 18px; grid-template-columns: 104px minmax(0, 1fr) 230px; }
.ce-cart-item-image { background: #f4f3f1; border-radius: 14px; display: block; height: 96px; overflow: hidden; }
.ce-cart-item-image img { height: 100%; object-fit: cover; transition: transform .25s ease; width: 100%; }
.ce-cart-item-image:hover img { transform: scale(1.05); }
.ce-cart-item-details { min-width: 0; }
.ce-cart-item-name { color: var(--ce-navy) !important; display: inline-block; font-family: Montserrat, sans-serif; font-size: 17px; font-weight: 800; margin-bottom: 6px; }
.ce-cart-item-name:hover { color: var(--ce-red) !important; text-decoration: none; }
.ce-cart-item-options { color: var(--ce-muted); font-size: 12px; line-height: 1.55; }
.ce-cart-item-options span { color: #b7bdc7; margin: 0 2px; }
.ce-cart-item-extras { color: var(--ce-red); font-size: 11px; line-height: 1.5; margin-top: 5px; }
.ce-cart-item-actions { align-items: center; display: grid; gap: 12px; grid-template-columns: 80px 1fr 34px; }
.ce-cart-quantity > span { color: var(--ce-muted); display: block; font-size: 9px; font-weight: 800; margin-bottom: 4px; text-transform: uppercase; }
.ce-cart-quantity .quantity { height: 44px; position: relative; width: 76px; }
.ce-cart-quantity input { -moz-appearance: textfield; border: 1px solid #dfe3e9; border-radius: 9px; color: var(--ce-ink); font-size: 14px; font-weight: 800; height: 44px; padding: 5px 25px 5px 8px; text-align: center; width: 76px; }
.ce-cart-quantity input::-webkit-inner-spin-button, .ce-cart-quantity input::-webkit-outer-spin-button { appearance: none; margin: 0; }
.ce-cart-quantity .quantity-nav { border-left: 1px solid #e3e6eb; bottom: 1px; display: flex; flex-direction: column; position: absolute; right: 1px; top: 1px; width: 23px; }
.ce-cart-quantity .quantity-button { align-items: center; color: var(--ce-muted); cursor: pointer; display: flex; flex: 1; font-size: 8px; justify-content: center; line-height: 1; position: static; }
.ce-cart-quantity .quantity-button:first-child { border-bottom: 1px solid #e3e6eb; }
.ce-cart-item-price { color: var(--ce-ink); font-size: 16px; font-weight: 800; text-align: right; white-space: nowrap; }
.ce-cart-remove { align-items: center; background: #fff0f2; border-radius: 50%; color: var(--ce-red); cursor: pointer; display: flex; height: 34px; justify-content: center; width: 34px; }
.ce-cart-remove:hover { background: var(--ce-red); color: #fff; }
.ce-continue-shopping { align-items: center; border-top: 1px solid #ececf0; color: var(--ce-navy); display: flex; font-size: 13px; font-weight: 800; gap: 9px; padding: 20px 26px; }
.ce-continue-shopping:hover { color: var(--ce-red); text-decoration: none; }
.ce-cart-summary-column { position: sticky; top: 18px; }
.ce-cart-summary { border: 0 !important; border-radius: 18px !important; box-shadow: 0 10px 32px rgba(20,27,45,.12); overflow: hidden; padding: 0 !important; }
.ce-summary-heading { background: var(--ce-navy); padding: 22px 24px; }
.ce-summary-heading small { color: var(--ce-yellow); }
.ce-summary-heading h2 { color: #fff; }
.ce-summary-lines { padding: 20px 22px 0; }
.ce-summary-count { color: var(--ce-muted); font-size: 12px; margin-bottom: 15px; }
.ce-summary-row { align-items: center; color: var(--ce-muted); display: flex; font-size: 13px; justify-content: space-between; padding: 10px 0; }
.ce-summary-row strong { color: var(--ce-ink); }
.ce-promotions-box { background: #edf9f0; border-radius: 12px; margin: 10px 0; padding: 14px; }
.ce-promotions-title { color: #17743a; font-size: 12px; font-weight: 800; margin-bottom: 10px; }
.ce-promotion-row { align-items: flex-start; color: #287d47; display: flex; font-size: 11px; gap: 12px; justify-content: space-between; line-height: 1.35; margin: 7px 0; }
.ce-promotion-row strong { flex: 0 0 auto; }
.ce-promotion-total { border-top: 1px solid rgba(40,125,71,.18); color: #17743a; display: flex; font-size: 13px; font-weight: 800; justify-content: space-between; margin-top: 10px; padding-top: 10px; }
.ce-summary-total { align-items: center; border-top: 1px solid #ececf0; display: flex; justify-content: space-between; margin-top: 15px; padding: 20px 22px; }
.ce-summary-total > span { color: var(--ce-ink); font-size: 15px; font-weight: 800; }
.ce-summary-total > div { color: var(--ce-red); font-size: 28px; font-weight: 800; }
.ce-summary-alert { align-items: flex-start; background: #fff4d4; border-radius: 10px; color: #775700; display: flex; font-size: 11px; gap: 10px; margin: 0 22px 16px; padding: 12px; }
.ce-summary-alert-danger { background: #fff0f2; color: #a50015; }
.ce-summary-alert strong, .ce-summary-alert span { display: block; }
.ce-summary-alert span { margin-top: 2px; }
.ce-cart-summary .checkout { padding: 0 22px 18px; }
.ce-checkout-button { align-items: center; background: var(--ce-red); border: 0; border-radius: 26px; box-shadow: 0 10px 22px rgba(227,6,32,.22); color: #fff; display: flex; font-size: 14px; font-weight: 800; gap: 9px; justify-content: center; min-height: 52px; width: 100%; }
.ce-checkout-button:hover { background: #c90018; color: #fff; transform: translateY(-1px); }
.ce-checkout-button:disabled { background: #c7cbd2; box-shadow: none; }
.ce-summary-reassurance { border-top: 1px solid #ececf0; display: flex; flex-direction: column; gap: 7px; padding: 15px 22px 18px; }
.ce-summary-reassurance span { color: var(--ce-muted); font-size: 10px; font-weight: 700; }
.ce-summary-reassurance i { color: #23914c; margin-right: 6px; width: 12px; }
.ce-empty-cart { align-items: center; background: #fff; border-radius: 22px; box-shadow: 0 10px 32px rgba(20,27,45,.08); display: flex; flex-direction: column; padding: 64px 24px; text-align: center; }
.ce-empty-cart-icon { align-items: center; background: #fff0f2; border-radius: 50%; color: var(--ce-red); display: flex; font-size: 28px; height: 76px; justify-content: center; margin-bottom: 22px; width: 76px; }
.ce-empty-cart h2 { color: var(--ce-ink); font-family: Montserrat, sans-serif; font-size: 36px; font-weight: 800; margin: 0 0 10px; text-transform: none; }
.ce-empty-cart p { color: var(--ce-muted); }
.ce-empty-cart-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 16px; }
.ce-cart-secondary-button { border: 1px solid #dce0e6; border-radius: 28px; color: var(--ce-navy); font-size: 14px; font-weight: 800; padding: 14px 22px; }
.ce-cart-secondary-button:hover { border-color: var(--ce-navy); color: var(--ce-navy); text-decoration: none; }

/* Pied de page. */
.ce-site-footer { background: #071329 !important; border: 0 !important; color: rgba(255,255,255,.68); padding: 0 0 22px !important; text-align: left; }
.ce-site-footer .container { position: relative; }
.ce-footer-cta { align-items: center; background: linear-gradient(120deg, #e30620, #bc0017); border-radius: 22px; box-shadow: 0 18px 45px rgba(0,0,0,.28); color: #fff; display: grid; gap: 18px; grid-template-columns: 62px minmax(0,1fr) auto; padding: 24px 28px; position: relative; top: -34px; }
.ce-footer-cta::after { background: rgba(255,255,255,.07); border-radius: 50%; content: ""; height: 170px; pointer-events: none; position: absolute; right: 31%; top: -100px; width: 170px; }
.ce-footer-cta-icon { align-items: center; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.2); border-radius: 16px; display: flex; font-size: 27px; height: 58px; justify-content: center; width: 58px; }
.ce-footer-cta-copy { position: relative; z-index: 1; }
.ce-footer-cta-copy span { color: #ffd4d9; display: block; font-size: 11px; font-weight: 800; letter-spacing: 1.2px; margin-bottom: 4px; text-transform: uppercase; }
.ce-footer-cta-copy h2 { color: #fff; font-family: Montserrat, sans-serif; font-size: 23px; font-weight: 800; line-height: 1.2; margin: 0; text-transform: none; }
.ce-footer-cta-actions { display: flex; gap: 10px; position: relative; z-index: 1; }
.ce-footer-cta-actions a { align-items: center; border-radius: 999px; display: inline-flex; font-size: 13px; font-weight: 800; gap: 9px; justify-content: center; min-height: 46px; padding: 10px 18px; text-decoration: none !important; white-space: nowrap; }
.ce-footer-order-button { background: #fff; color: #17213a !important; }
.ce-footer-order-button:hover { background: #fff7f8; color: #e30620 !important; transform: translateY(-1px); }
.ce-footer-phone-button { border: 1px solid rgba(255,255,255,.48); color: #fff !important; }
.ce-footer-phone-button:hover { background: rgba(255,255,255,.1); color: #fff !important; }
.ce-footer-grid { display: grid; gap: 44px; grid-template-columns: 1.6fr repeat(3, 1fr); padding: 16px 0 38px; }
.ce-footer-brand img { filter: drop-shadow(0 5px 10px rgba(0,0,0,.2)); height: 86px; margin-bottom: 16px; width: auto; }
.ce-footer-brand p { color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.7; margin: 0; max-width: 290px; }
.ce-footer-services { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.ce-footer-services span { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.09); border-radius: 999px; color: rgba(255,255,255,.82); font-size: 10px; font-weight: 700; padding: 7px 10px; }
.ce-footer-services i { color: #ffca27; margin-right: 5px; }
.ce-footer-column h3 { color: #fff; font-family: Montserrat, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .7px; margin: 7px 0 19px; text-transform: uppercase; }
.ce-footer-column ul { list-style: none; margin: 0; padding: 0; }
.ce-footer-column li + li { margin-top: 10px; }
.ce-site-footer .ce-footer-column a { color: rgba(255,255,255,.68) !important; font-size: 13px; transition: color .18s ease, padding-left .18s ease; }
.ce-site-footer .ce-footer-column a:hover { color: #fff !important; padding-left: 3px; text-decoration: none; }
.ce-footer-contact address { display: flex; flex-direction: column; font-size: 13px; font-style: normal; gap: 17px; line-height: 1.65; margin: 0; }
.ce-footer-contact address span { display: grid; grid-template-columns: 18px 1fr; }
.ce-footer-contact address i { color: #ffca27; margin-top: 4px; }
.ce-footer-contact address a { align-items: center; display: flex; gap: 9px; }
.ce-footer-bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; padding: 20px 0 14px; }
.ce-footer-bottom p { color: rgba(255,255,255,.46); font-size: 11px; margin: 0; }
.ce-footer-legal { align-items: center; display: flex; flex-wrap: wrap; gap: 20px; }
.ce-footer-legal form { margin: 0; }
.ce-site-footer .ce-footer-legal a, .ce-footer-legal button { background: transparent; border: 0; color: rgba(255,255,255,.6) !important; font-size: 11px; padding: 0; }
.ce-site-footer .ce-footer-legal a:hover, .ce-footer-legal button:hover { color: #fff !important; text-decoration: underline; }
.ce-footer-health { color: rgba(255,255,255,.36); font-size: 10px; margin: 0; text-align: center; }
.ce-site-footer .ce-footer-health a { color: rgba(255,255,255,.54) !important; }

.ce-dessert-suggestion {
    align-items: center;
    display: none;
    inset: 0;
    justify-content: center;
    overflow-y: auto;
    padding: 24px;
    position: fixed;
    z-index: 1051;
}
.ce-dessert-suggestion.is-visible { display: flex; }
.ce-dessert-suggestion-dialog {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(5,18,43,.28);
    display: grid;
    grid-template-columns: minmax(230px, .9fr) minmax(280px, 1.1fr);
    max-width: 760px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.ce-dessert-suggestion-close {
    align-items: center;
    background: rgba(5,18,43,.82);
    border: 0;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 25px;
    height: 38px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 38px;
    z-index: 2;
}
.ce-dessert-suggestion-image-wrap { min-height: 380px; overflow: hidden; position: relative; }
.ce-dessert-suggestion-image-wrap img { height: 100%; object-fit: cover; position: absolute; width: 100%; }
.ce-dessert-suggestion-image-wrap > span {
    background: #f7b500;
    border-radius: 999px;
    bottom: 18px;
    color: #07152f;
    font-size: 12px;
    font-weight: 800;
    left: 18px;
    padding: 9px 13px;
    position: absolute;
    text-transform: uppercase;
}
.ce-dessert-suggestion-content { padding: 42px 36px 32px; }
.ce-dessert-suggestion-kicker { color: #e24a32; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.ce-dessert-suggestion-content h2 { color: #07152f; font-size: 30px; font-weight: 900; margin: 5px 0 18px; }
.ce-dessert-suggestion-content h3 { color: #07152f; font-size: 20px; font-weight: 800; margin: 0 0 7px; }
.ce-dessert-suggestion-content p { color: #677083; font-size: 13px; line-height: 1.55; margin: 0; }
.ce-dessert-suggestion-price { color: #e24a32; font-size: 27px; font-weight: 900; margin: 17px 0; }
.ce-dessert-suggestion-actions { display: grid; gap: 9px; grid-template-columns: 1fr auto; }
.ce-dessert-add-button, .ce-dessert-decline-button {
    border: 0;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
    min-height: 46px;
    padding: 0 17px;
}
.ce-dessert-add-button { background: #e24a32; color: #fff; }
.ce-dessert-add-button:hover, .ce-dessert-add-button:focus { background: #c93d29; }
.ce-dessert-add-button:disabled { cursor: default; opacity: .82; }
.ce-dessert-decline-button { background: #edf0f4; color: #526078; }
.ce-dessert-category-link { color: #526078 !important; display: inline-block; font-size: 12px; font-weight: 700; margin-top: 16px; text-decoration: underline; }
.ce-dessert-suggestion-feedback { color: #168456; font-size: 13px; font-weight: 700; margin-top: 10px; min-height: 20px; }
.ce-dessert-suggestion-feedback a { color: #168456 !important; }
.ce-dessert-backdrop { z-index: 1050; }

@media (max-width: 1199px) {
    .ce-navbar { flex-wrap: wrap; min-height: 80px; }
    .ce-brand { margin-right: auto; }
    .ce-brand img { height: 68px; }
    .ce-header-actions { margin-left: auto; }
    .ce-main-nav { flex-basis: 100%; order: 4 !important; width: 100%; }
    .ce-main-nav .navbar-nav { align-items: stretch; padding: 10px 0 16px; }
    .ce-main-nav .nav-link { border-top: 1px solid #ececf0; padding: 12px 4px !important; }
    .ce-main-nav .nav-link::after { display: none; }
}
@media (max-width: 991px) {
    .ce-footer-cta { grid-template-columns: 54px minmax(0,1fr); }
    .ce-footer-cta-actions { grid-column: 1 / -1; }
    .ce-footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .ce-category-grid { grid-template-columns: repeat(2, 1fr); }
    .ce-category-card, .ce-category-card:nth-child(1), .ce-category-card:nth-child(2), .ce-category-card:nth-child(3) { grid-column: span 1; min-height: 260px; }
    .ce-product-grid { grid-template-columns: repeat(2, 1fr); }
    .ce-personalize { grid-template-columns: 1fr; }
    .ce-product-intro { grid-template-columns: 1fr; }
    .ce-product-cover { min-height: 360px; }
    .ce-product-cover img { position: absolute; }
    .ce-product-layout { grid-template-columns: 1fr; }
    .ce-ingredients-panel { order: 2; }
    .ce-config-column { order: 1; }
    .ce-cart-layout { grid-template-columns: 1fr; }
    .ce-cart-summary-column { position: static; }
    .ce-cart-summary { margin: 0 auto !important; max-width: 560px; }
}
@media (max-width: 767px) {
    .ce-hero { min-height: 520px; }
    .ce-hero-content { padding-bottom: 55px; padding-top: 55px; }
    .ce-hero p { font-size: 15px; }
    .ce-service-points { gap: 12px; margin-top: 30px; }
    .ce-service-points span { width: 100%; }
    .ce-home-section { padding-bottom: 52px; padding-top: 52px; }
    .ce-section-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
    .ce-promo-grid { grid-template-columns: 1fr; }
    .ce-promo-card { min-height: 205px; }
    .ce-category-hero { min-height: 300px; padding-top: 25px; }
    .ce-breadcrumb { margin-bottom: 42px; }
    .ce-catalogue-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
    .ce-product-page { padding-bottom: 55px; }
    .ce-product-breadcrumb { padding: 14px 0; }
    .ce-product-intro { border-radius: 18px; }
    .ce-product-cover { min-height: 285px; }
    .ce-product-summary { padding: 30px 24px; }
    .ce-product-summary h1 { font-size: 42px; }
    .ce-product-builder { padding-top: 48px; }
    .ce-builder-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
    .ce-cart-page { padding-bottom: 55px; }
    .ce-cart-hero { padding: 30px 24px; }
    .ce-cart-hero-count { min-width: 135px; }
    .ce-cart-section-heading { padding: 19px 18px; }
    .ce-cart-products .cart-items { padding: 0 18px; }
    .ce-cart-item { align-items: start; grid-template-columns: 88px minmax(0, 1fr); }
    .ce-cart-item-image { height: 82px; }
    .ce-cart-item-actions { grid-column: 1 / -1; grid-template-columns: 80px 1fr 34px; }
    .ce-cart-item-price { text-align: center; }
}
@media (max-width: 575px) {
    .ce-dessert-suggestion { align-items: flex-end; padding: 12px; }
    .ce-dessert-suggestion-dialog { border-radius: 20px; grid-template-columns: 1fr; max-height: calc(100vh - 24px); overflow-y: auto; }
    .ce-dessert-suggestion-image-wrap { min-height: 190px; }
    .ce-dessert-suggestion-content { padding: 25px 20px 22px; }
    .ce-dessert-suggestion-content h2 { font-size: 25px; margin-bottom: 12px; }
    .ce-dessert-suggestion-price { font-size: 23px; margin: 12px 0; }
    .ce-dessert-suggestion-actions { grid-template-columns: 1fr; }
    .ce-site-footer { padding-left: 12px !important; padding-right: 12px !important; }
    .ce-footer-cta { border-radius: 18px; grid-template-columns: 46px minmax(0,1fr); padding: 20px 18px; top: -25px; }
    .ce-footer-cta-icon { border-radius: 13px; font-size: 21px; height: 44px; width: 44px; }
    .ce-footer-cta-copy h2 { font-size: 18px; }
    .ce-footer-cta-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
    .ce-footer-cta-actions a { width: 100%; }
    .ce-footer-grid { gap: 30px 24px; grid-template-columns: repeat(2, minmax(0,1fr)); padding-top: 4px; }
    .ce-footer-brand, .ce-footer-contact { grid-column: 1 / -1; }
    .ce-footer-brand img { height: 72px; }
    .ce-footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
    .ce-footer-legal { gap: 14px; }
    .ce-footer-health { line-height: 1.5; margin-top: 8px; text-align: left; }
    .ce-navbar { padding-left: 12px; padding-right: 12px; }
    .ce-brand img { height: 58px; max-width: 112px; }
    .ce-header-actions { gap: 5px; }
    .ce-cart-link { min-height: 40px; padding: 0 12px; }
    .ce-cart-link span { display: none; }
    .ce-header-actions .navbar-toggler { height: 40px; width: 40px; }
    .ce-hero h1 { font-size: 43px; }
    .ce-hero-actions { align-items: stretch; flex-direction: column; }
    .ce-category-grid, .ce-product-grid { grid-template-columns: 1fr; }
    .ce-category-card, .ce-category-card:nth-child(1), .ce-category-card:nth-child(2), .ce-category-card:nth-child(3) { min-height: 230px; }
    .ce-personalize-copy, .ce-personalize-visual { padding: 30px 24px; }
    .ce-personalize-copy h2 { font-size: 30px; }
    .ce-product-image-wrap { height: 210px; }
    .ce-product-cover { min-height: 235px; }
    .ce-product-summary .ce-primary-button { width: 100%; }
    .ce-options-panel #accordionProductConfig, .ce-options-panel .product-config-body { padding: 12px; }
    .ce-options-panel #accordionProductConfig .card-body { display: grid; grid-template-columns: 1fr 1fr; padding: 12px; }
    .ce-options-panel .option-btn { margin: 0 !important; padding: 8px 6px; width: 100%; }
    .ce-options-panel .product-drink-choice { margin: 0 !important; padding: 8px 6px; width: 100%; }
    .ce-order-card { padding: 18px !important; position: static; }
    .ce-order-card-main { align-items: flex-end; }
    .ce-quantity-control { align-items: flex-start; flex-direction: column; gap: 5px; }
    .ce-live-price #price, .ce-live-price #price p { font-size: 26px; }
    .ce-cart-modal .modal-footer { grid-template-columns: 1fr; }
    .ce-cart-hero { align-items: flex-start; flex-direction: column; gap: 22px; }
    .ce-cart-hero::after { inset: 45% 0 0; }
    .ce-cart-hero-count { width: 100%; }
    .ce-cart-section-heading > span { display: none; }
    .ce-cart-item { gap: 13px; grid-template-columns: 76px minmax(0, 1fr); }
    .ce-cart-item-image { height: 72px; }
    .ce-cart-item-name { font-size: 15px; }
    .ce-cart-item-options { font-size: 11px; }
    .ce-cart-item-actions { border-top: 1px dashed #e1e4e9; margin-top: 3px; padding-top: 13px; }
    .ce-summary-heading { padding: 20px; }
    .ce-summary-lines { padding-left: 18px; padding-right: 18px; }
    .ce-summary-total { padding-left: 18px; padding-right: 18px; }
    .ce-summary-alert { margin-left: 18px; margin-right: 18px; }
    .ce-cart-summary .checkout { padding-left: 18px; padding-right: 18px; }
    .ce-empty-cart-actions { align-items: stretch; flex-direction: column; width: 100%; }
}
