/* Web Update V53: POS-style website product customizer with four desktop columns. */
@media (min-width:769px) {
  .website-customer-modal.product-customizer-open .website-customer-panel {
    background:#fff;
    border-radius:10px;
    max-width:1180px;
    padding:0;
    width:calc(100% - 48px);
  }

  .website-customer-modal.product-customizer-open [data-website-modal-content] {
    max-height:calc(100dvh - 32px);
    overflow:auto;
  }

  .website-customer-modal.product-customizer-open .website-customer-close {
    background:transparent;
    color:#777;
    right:14px;
    top:13px;
    z-index:2;
  }

  .pizza-customizer header {
    border-bottom:1px solid #dfe3e8;
    padding:17px 64px 16px 18px;
    text-align:left;
  }

  .pizza-customizer-titlebar {
    align-items:center;
    display:flex;
    gap:20px;
    justify-content:space-between;
  }

  .pizza-customizer header .pizza-customizer-titlebar h2 {
    font-family:"Poppins",Arial,sans-serif;
    font-size:23px;
    font-weight:500;
    margin:0;
  }

  .pizza-customizer-titlebar strong {
    color:#c60025;
    font-size:20px;
    white-space:nowrap;
  }

  .pizza-customizer header p {
    margin:15px 0 0;
  }

  .pizza-customizer form {
    padding:0 18px 18px;
  }

  .pizza-customizer fieldset {
    margin-top:0;
    padding-top:17px;
  }

  .pizza-customizer legend {
    font-size:14px;
  }

  .pizza-customizer .pizza-option-grid {
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  .pizza-customizer .pizza-option {
    border-color:#d8dee5;
    border-radius:7px;
    min-height:47px;
    padding:9px 10px;
  }

  .pizza-customizer-actions {
    align-items:center;
    background:#fff;
    border-top:1px solid #dfe3e8;
    bottom:0;
    display:flex;
    gap:8px;
    justify-content:flex-end;
    margin:18px -18px -18px;
    padding:14px 18px;
    position:sticky;
  }

  .pizza-customizer-actions .website-secondary,
  .pizza-customizer-actions .website-primary {
    min-height:40px;
    padding:8px 14px;
    width:auto;
  }
}

@media (max-width:768px) {
  .pizza-customizer-titlebar strong {
    color:#c60025;
    display:block;
    margin-top:4px;
  }

  .pizza-customizer-actions {
    display:grid;
    gap:8px;
    grid-template-columns:1fr 1.5fr;
    margin-top:18px;
  }
}
