/*
Theme Name: Milano WooCommerce Premium
Theme URI: https://www.goobrand.pl/
Author: GooBrand
Author URI: https://www.goobrand.pl/
Description: Nowoczesny, ciemny motyw WooCommerce dla pizzerii. Produkty, koszyk i zamówienia działają natywnie w WooCommerce.
Version: 1.8.4
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: milano-woo
*/

:root{
  --red:#e52329;
  --red-dark:#a90f14;
  --yellow:#ffc928;
  --bg:#070707;
  --bg-2:#0d0d0d;
  --card:#121212;
  --card-2:#181818;
  --border:#292929;
  --text:#ffffff;
  --muted:#b6b6b6;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Arial,Helvetica,sans-serif;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}

.milano-shell{
  width:min(1440px,calc(100% - 64px));
  margin:auto;
}
.milano-section{padding:90px 0}
.milano-soft{background:var(--bg-2)}
.milano-kicker{
  display:inline-flex;
  padding:8px 14px;
  border-radius:999px;
  background:#2a1011;
  color:#ff6469;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.3px;
  text-transform:uppercase
}
.milano-title{
  margin:16px 0;
  font-size:clamp(42px,6vw,78px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:950
}
.milano-title strong,
.milano-section-title strong{color:var(--red)}
.milano-section-title{
  margin:15px 0 18px;
  font-size:clamp(34px,4.5vw,58px);
  line-height:1.03;
  letter-spacing:-.045em;
  font-weight:950
}
.milano-lead{
  max-width:760px;
  font-size:19px;
  line-height:1.7;
  color:var(--muted)
}
.milano-btns{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px
}
.milano-btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:54px!important;
  padding:0 27px!important;
  border:0!important;
  border-radius:999px!important;
  font-size:15px!important;
  font-weight:900!important;
  cursor:pointer!important;
  transition:.2s ease!important
}
.milano-btn:hover,
.woocommerce a.button:hover{transform:translateY(-2px)}
.milano-btn-red,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
  background:var(--red)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(229,35,41,.25)!important
}
.milano-btn-dark{background:#fff;color:#111}
.milano-btn-light{
  background:#181818;
  color:#fff;
  border:1px solid #333!important
}

/* Header */
.mw-header{
  position:sticky;
  top:0;
  z-index:999;
  background:rgba(7,7,7,.95);
  border-bottom:1px solid #222;
  backdrop-filter:blur(16px)
}
.mw-header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:78px;
  gap:25px
}
.mw-brand{display:flex;align-items:center}
.mw-brand img,.custom-logo{
  display:block;
  width:auto!important;
  max-height:56px!important;
  max-width:220px!important
}
.mw-brand-text{
  font-size:25px;
  font-weight:950;
  color:#fff;
  letter-spacing:-1px
}
.mw-brand-text span{color:var(--red)}
.mw-nav{
  display:flex;
  align-items:center;
  gap:25px
}
.mw-nav a{
  color:#fff;
  font-size:14px;
  font-weight:800
}
.mw-cart-link{position:relative}
.mw-cart-count{
  position:absolute;
  top:-9px;
  right:-9px;
  width:23px;
  height:23px;
  border-radius:50%;
  background:var(--yellow);
  color:#111;
  display:grid;
  place-items:center;
  font-size:12px;
  font-weight:950
}

/* Hero */
.milano-hero{
  padding:70px 0 90px;
  min-height:calc(100vh - 78px);
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 85% 15%,rgba(229,35,41,.22),transparent 30%),
    radial-gradient(circle at 8% 90%,rgba(255,201,40,.09),transparent 22%),
    #070707
}
.milano-hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:55px;
  width:100%
}
.milano-hero-image{
  position:relative;
  min-height:620px;
  border-radius:36px;
  overflow:hidden;
  background:
    linear-gradient(145deg,rgba(0,0,0,.08),rgba(0,0,0,.45)),
    url('https://images.unsplash.com/photo-1579751626657-72bc17010498?auto=format&fit=crop&w=1400&q=85') center/cover;
  box-shadow:0 35px 80px rgba(0,0,0,.5)
}
.milano-hero-badge{
  position:absolute;
  right:22px;
  top:22px;
  width:145px;
  height:145px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  border-radius:50%;
  background:var(--yellow);
  color:#111;
  text-align:center;
  transform:rotate(7deg);
  box-shadow:0 15px 35px rgba(0,0,0,.3)
}
.milano-hero-badge strong{font-size:27px;line-height:1}
.milano-hero-badge span{margin-top:5px;font-size:12px;font-weight:900}
.milano-info-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
  margin-top:30px
}
.milano-mini-info{
  padding:17px;
  border-radius:18px;
  background:#121212;
  border:1px solid #292929;
  font-size:13px;
  line-height:1.45;
  color:#bcbcbc
}
.milano-mini-info strong{
  display:block;
  margin-bottom:4px;
  font-size:14px;
  color:#fff
}

/* Kategorie */
.mw-categories{
  display:flex;
  flex-wrap:nowrap;
  gap:10px;
  margin:28px 0 34px;
  padding:10px;
  position:sticky;
  top:90px;
  z-index:80;
  overflow-x:auto;
  scrollbar-width:none;
  border-radius:999px;
  background:rgba(7,7,7,.94);
  border:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(16px)
}
.mw-categories::-webkit-scrollbar{display:none}
.mw-category{
  flex:0 0 auto;
  padding:11px 17px;
  border:1px solid #303030;
  border-radius:999px;
  background:#121212;
  color:#fff;
  font-weight:800;
  cursor:pointer
}
.mw-category.active,
.mw-category:hover{
  background:var(--red);
  border-color:var(--red)
}

/* Produkty jak w przesłanym HTML */
.milano-menu-grid,
.mw-products{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px
}
.mw-product{
  display:flex;
  flex-direction:column;
  min-height:100%;
  border:1px solid #282828;
  border-radius:25px;
  background:#121212;
  overflow:hidden;
  box-shadow:0 12px 35px rgba(0,0,0,.35);
  transition:.22s ease
}
.mw-product:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 45px rgba(0,0,0,.55)
}
.mw-product-image-link{
  display:block;
  overflow:hidden
}
.mw-product-image{
  width:100%;
  height:250px;
  object-fit:cover;
  display:block;
  transition:transform .25s ease
}
.mw-product:hover .mw-product-image{transform:scale(1.03)}
.mw-product-content{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:22px
}
.mw-product-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:15px
}
.mw-product h3{
  margin:0;
  font-size:20px;
  line-height:1.2
}
.mw-price{
  white-space:nowrap;
  color:#ff5358;
  font-size:19px;
  font-weight:950
}
.mw-product-description{
  flex:1;
  margin:11px 0 19px;
  color:var(--muted);
  font-size:14px;
  line-height:1.6
}
.mw-variation-box{margin-top:auto}
.mw-variation-box label{
  display:block;
  margin:0 0 8px;
  font-size:13px;
  font-weight:900
}
.mw-variation-select{
  width:100%;
  min-height:48px;
  margin-bottom:10px;
  padding:0 14px;
  border:1px solid #333;
  border-radius:13px;
  background:#181818;
  color:#fff;
  font:inherit
}
.mw-variable-add{width:100%!important}
.mw-add-status{
  min-height:18px;
  margin-top:8px;
  color:#9be37a;
  font-size:12px;
  font-weight:800;
  text-align:center
}

/* Promo */
.milano-promo{background:#050505;color:#fff}
.milano-promo-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:45px
}
.milano-promo-card{
  padding:35px;
  border-radius:28px;
  background:linear-gradient(145deg,#e52329,#8f0a0e);
  box-shadow:0 25px 50px rgba(0,0,0,.35)
}
.milano-promo-price{
  margin:14px 0 8px;
  font-size:60px;
  font-weight:950;
  color:var(--yellow)
}

/* Feature */
.milano-features{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:17px;
  margin-top:35px
}
.milano-feature{
  padding:22px;
  border:1px solid #292929;
  border-radius:22px;
  background:#121212
}
.milano-feature p{color:#aaa;line-height:1.6}
.milano-feature-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  margin-bottom:15px;
  border-radius:15px;
  background:#2a1011;
  font-size:23px
}

/* Koszyk CTA */
.milano-checkout-box{
  padding:40px;
  border:1px solid #292929;
  border-radius:27px;
  background:#121212;
  box-shadow:0 15px 45px rgba(0,0,0,.45)
}

/* Kontakt */
.milano-contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px
}
.milano-contact-card{
  padding:30px;
  border-radius:25px;
  background:#121212;
  border:1px solid #292929
}
.milano-contact-card p{
  color:#aaa;
  line-height:1.7
}
.milano-contact-card a{color:#fff}
.milano-hours{
  display:grid;
  gap:8px;
  margin-top:20px
}
.milano-hours div{
  display:flex;
  justify-content:space-between;
  gap:15px;
  padding-bottom:8px;
  border-bottom:1px solid #292929;
  font-size:14px
}

/* Footer */
.mw-footer{
  padding:40px 0;
  background:#050505;
  color:#888;
  border-top:1px solid #222
}
.mw-footer-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr;
  gap:35px
}
.mw-footer a{color:#fff}
.mw-footer-title{
  color:#fff;
  font-weight:900;
  margin-bottom:12px
}

/* WooCommerce */
.site-main{padding:70px 0}
.woocommerce div.product{color:#fff}
.woocommerce div.product p.price,
.woocommerce div.product span.price{color:#ff5358}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error{
  background:#111;
  color:#fff;
  border-top-color:var(--red)
}
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{
  background:#111;
  border:1px solid #292929;
  border-radius:24px;
  padding:24px
}
.woocommerce table.shop_table{
  border-color:#333;
  color:#fff
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th{border-color:#2a2a2a}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single{
  background:#181818;
  color:#fff;
  border:1px solid #333;
  border-radius:12px;
  min-height:48px
}
.select2-dropdown{background:#181818;color:#fff}
.woocommerce-checkout #payment{background:#111}
.woocommerce-checkout #payment div.payment_box{
  background:#1b1b1b;
  color:#fff
}
.woocommerce-checkout #payment div.payment_box:before{
  border-bottom-color:#1b1b1b
}



/* Orientacyjny czas realizacji */
.mw-product-lead-time{
  display:flex;
  align-items:center;
  gap:11px;
  margin:0 0 16px;
  padding:12px 14px;
  border:1px solid rgba(255,201,40,.22);
  border-radius:15px;
  background:rgba(255,201,40,.075);
}

.mw-lead-time-icon{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:34px;
  height:34px;
  border-radius:11px;
  background:var(--yellow);
  color:#111;
  font-size:16px;
}

.mw-product-lead-time span:last-child{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.mw-product-lead-time small{
  color:#a9a9a9;
  font-size:11px;
  line-height:1.25;
}

.mw-product-lead-time strong{
  color:#fff;
  font-size:13px;
  line-height:1.3;
}

.mw-single-lead-time{
  display:flex;
  align-items:center;
  gap:13px;
  margin:18px 0;
  padding:15px 17px;
  max-width:460px;
  border:1px solid rgba(255,201,40,.25);
  border-radius:17px;
  background:rgba(255,201,40,.08);
}

.mw-single-lead-time .mw-lead-icon{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:42px;
  height:42px;
  border-radius:13px;
  background:var(--yellow);
  color:#111;
  font-size:20px;
}

.mw-single-lead-time div{
  display:flex;
  flex-direction:column;
  gap:3px;
}

.mw-single-lead-time strong{
  color:#fff;
  font-size:14px;
}

.mw-single-lead-time span:last-child{
  color:#cfcfcf;
  font-size:13px;
}



/* Nagłówek z dostawą i rozbudowanym koszykiem */
.mw-delivery-link{
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px 13px;
  border-radius:16px;
  background:#151515;
  border:1px solid #2c2c2c;
}

.mw-delivery-icon{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:13px;
  background:#2a1011;
  color:#ff545a;
}

.mw-delivery-icon svg{
  width:30px;
  height:30px;
}

.mw-delivery-copy,
.mw-cart-copy{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.mw-delivery-copy small,
.mw-cart-copy small{
  color:#8f8f8f;
  font-size:10px;
  line-height:1.1;
}

.mw-delivery-copy strong,
.mw-cart-copy strong{
  color:#fff;
  font-size:13px;
  line-height:1.2;
  white-space:nowrap;
}

.mw-cart-link{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:58px;
  padding:8px 17px 8px 13px;
  border-radius:17px;
  background:linear-gradient(135deg,#e52329,#b60f14);
  box-shadow:0 12px 28px rgba(229,35,41,.25);
}

.mw-cart-icon{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:12px;
  background:rgba(255,255,255,.14);
  font-size:19px;
}

.mw-cart-count{
  position:absolute;
  top:-8px;
  right:-8px;
  width:25px;
  height:25px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--yellow);
  color:#111;
  border:3px solid #070707;
  font-size:11px;
  font-weight:950;
}

/* Toast po dodaniu produktu */
.mw-cart-toast{
  position:fixed;
  right:24px;
  top:98px;
  z-index:99999;
  display:flex;
  align-items:flex-start;
  gap:14px;
  width:min(430px,calc(100vw - 32px));
  padding:20px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:22px;
  background:rgba(17,17,17,.98);
  box-shadow:0 25px 80px rgba(0,0,0,.55);
  backdrop-filter:blur(18px);
  opacity:0;
  visibility:hidden;
  transform:translateY(-14px) scale(.98);
  transition:.25s ease;
}

.mw-cart-toast.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
}

.mw-toast-icon{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:15px;
  background:#1f7a39;
  color:#fff;
  font-size:22px;
  font-weight:950;
  box-shadow:0 10px 25px rgba(31,122,57,.25);
}

.mw-toast-content{
  min-width:0;
  flex:1;
  display:flex;
  flex-direction:column;
  gap:5px;
}

.mw-toast-title{
  color:#fff;
  font-size:17px;
  font-weight:950;
}

.mw-toast-product{
  color:#aaa;
  font-size:13px;
  line-height:1.5;
}

.mw-toast-actions{
  display:flex;
  gap:9px;
  margin-top:10px;
}

.mw-toast-actions button,
.mw-toast-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:39px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid #333;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}

.mw-toast-continue{
  background:#181818;
  color:#fff;
}

.mw-toast-cart{
  background:var(--red);
  color:#fff;
  border-color:var(--red)!important;
}

.mw-toast-close{
  position:absolute;
  top:9px;
  right:11px;
  width:30px;
  height:30px;
  border:0;
  background:transparent;
  color:#888;
  font-size:23px;
  line-height:1;
  cursor:pointer;
}

.mw-toast-close:hover{
  color:#fff;
}

@media(max-width:1100px){
  .mw-delivery-link{
    display:none;
  }
}

@media(max-width:640px){
  .mw-cart-toast{
    top:auto;
    right:16px;
    bottom:16px;
    left:16px;
    width:auto;
  }

  .mw-toast-actions{
    flex-direction:column;
  }

  .mw-toast-actions button,
  .mw-toast-actions a{
    width:100%;
  }
}



/* Mobilne menu i koszyk */
.mw-mobile-actions,
.mw-mobile-menu,
.mw-mobile-bottom-cart{
  display:none;
}

@media(max-width:1100px){

  body{
    padding-bottom:90px;
  }

  body.mw-menu-open{
    overflow:hidden;
  }

  .mw-header-inner{
    min-height:72px;
  }

  .mw-brand img,
  .custom-logo{
    max-height:46px!important;
    max-width:165px!important;
  }

  .mw-nav{
    display:none!important;
  }

  .mw-mobile-actions{
    display:flex;
    align-items:center;
    gap:10px;
    margin-left:auto;
  }

  .mw-mobile-menu-toggle{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    width:48px;
    height:48px;
    padding:0;
    border:1px solid #303030;
    border-radius:15px;
    background:#151515;
    cursor:pointer;
  }

  .mw-mobile-menu-toggle span{
    display:block;
    width:21px;
    height:2px;
    border-radius:99px;
    background:#fff;
    transition:.22s ease;
  }

  .mw-mobile-menu-toggle.is-open span:nth-child(1){
    transform:translateY(7px) rotate(45deg);
  }

  .mw-mobile-menu-toggle.is-open span:nth-child(2){
    opacity:0;
  }

  .mw-mobile-menu-toggle.is-open span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg);
  }

  .mw-mobile-cart-button{
    position:relative;
    display:flex;
    align-items:center;
    gap:9px;
    min-height:48px;
    padding:6px 14px 6px 8px;
    border-radius:15px;
    background:var(--red);
    color:#fff;
  }

  .mw-mobile-cart-icon{
    display:grid;
    place-items:center;
    width:36px;
    height:36px;
    border-radius:11px;
    background:rgba(255,255,255,.14);
  }

  .mw-mobile-cart-copy{
    display:flex;
    flex-direction:column;
    gap:1px;
  }

  .mw-mobile-cart-copy small{
    color:rgba(255,255,255,.72);
    font-size:9px;
    line-height:1;
  }

  .mw-mobile-cart-copy strong{
    color:#fff;
    font-size:12px;
    line-height:1.2;
    white-space:nowrap;
  }

  .mw-mobile-cart-button .mw-cart-count{
    top:-8px;
    right:-7px;
  }

  .mw-mobile-menu{
    display:block;
    position:fixed;
    top:72px;
    right:0;
    bottom:0;
    left:0;
    z-index:998;
    padding:14px;
    background:rgba(5,5,5,.76);
    backdrop-filter:blur(12px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:.22s ease;
  }

  .mw-mobile-menu.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  .mw-mobile-menu-inner{
    display:flex;
    flex-direction:column;
    gap:8px;
    width:100%;
    padding:18px;
    border:1px solid #292929;
    border-radius:24px;
    background:#101010;
    box-shadow:0 30px 80px rgba(0,0,0,.58);
    transform:translateY(-12px);
    transition:.22s ease;
  }

  .mw-mobile-menu.is-open .mw-mobile-menu-inner{
    transform:translateY(0);
  }

  .mw-mobile-menu a{
    display:flex;
    align-items:center;
    min-height:54px;
    padding:0 17px;
    border-radius:15px;
    background:#171717;
    color:#fff;
    font-size:15px;
    font-weight:900;
  }

  .mw-mobile-menu a:hover{
    background:#212121;
  }

  .mw-mobile-menu .mw-mobile-checkout-link{
    justify-content:center;
    margin-top:5px;
    background:var(--red);
    color:#fff;
  }

  .mw-mobile-bottom-cart{
    position:fixed;
    right:12px;
    bottom:12px;
    left:12px;
    z-index:997;
    display:grid;
    grid-template-columns:auto 1fr auto auto;
    align-items:center;
    gap:11px;
    min-height:68px;
    padding:9px 14px 9px 9px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:21px;
    background:linear-gradient(135deg,#e52329,#aa0e13);
    color:#fff;
    box-shadow:0 18px 50px rgba(0,0,0,.55);
  }

  .mw-bottom-delivery-icon{
    display:grid;
    place-items:center;
    width:50px;
    height:50px;
    border-radius:16px;
    background:rgba(255,255,255,.15);
    color:#fff;
  }

  .mw-bottom-delivery-icon svg{
    width:35px;
    height:35px;
  }

  .mw-bottom-cart-copy{
    display:flex;
    flex-direction:column;
    min-width:0;
  }

  .mw-bottom-cart-copy small{
    color:rgba(255,255,255,.75);
    font-size:10px;
    line-height:1.2;
  }

  .mw-bottom-cart-copy strong{
    color:#fff;
    font-size:13px;
    line-height:1.3;
  }

  .mw-bottom-cart-copy .mw-cart-count{
    position:static;
    display:inline;
    width:auto;
    height:auto;
    border:0;
    background:transparent;
    color:#fff;
    font-size:13px;
  }

  .mw-bottom-cart-total{
    color:#fff;
    font-size:14px;
    font-weight:950;
    white-space:nowrap;
  }

  .mw-bottom-cart-arrow{
    display:grid;
    place-items:center;
    width:34px;
    height:34px;
    border-radius:50%;
    background:#fff;
    color:#111;
    font-size:18px;
    font-weight:950;
  }

  .mw-cart-toast{
    bottom:92px!important;
  }
}

@media(max-width:520px){

  .mw-mobile-cart-copy{
    display:none;
  }

  .mw-mobile-cart-button{
    width:48px;
    padding:6px;
  }

  .mw-mobile-cart-icon{
    width:36px;
  }

  .mw-bottom-cart-total{
    font-size:13px;
  }

  .mw-bottom-cart-copy small{
    font-size:9px;
  }

  .mw-bottom-cart-copy strong{
    font-size:12px;
  }
}



/* Na stronie głównej widoczne tylko pierwsze 10 produktów */
.mw-product.is-hidden-by-limit{
  display:none;
}

/* Przycisk pokaż więcej */
.milano-load-more-wrap{
  display:flex;
  justify-content:center;
  margin-top:38px;
}

.milano-load-more{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:14px;
  min-width:min(430px,100%);
  min-height:74px;
  padding:11px 16px 11px 11px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:24px;
  background:
    radial-gradient(circle at 20% 0,rgba(229,35,41,.22),transparent 45%),
    linear-gradient(145deg,#171717,#0f0f0f);
  color:#fff;
  box-shadow:0 18px 45px rgba(0,0,0,.35);
  cursor:pointer;
  transition:.22s ease;
}

.milano-load-more:hover{
  transform:translateY(-3px);
  border-color:rgba(229,35,41,.55);
  box-shadow:0 24px 55px rgba(0,0,0,.5);
}

.milano-load-more-icon{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border-radius:17px;
  background:#2a1011;
  font-size:26px;
}

.milano-load-more span:nth-child(2){
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
}

.milano-load-more small{
  color:#8f8f8f;
  font-size:11px;
  font-weight:800;
}

.milano-load-more strong{
  color:#fff;
  font-size:16px;
  font-weight:950;
}

.milano-load-more-arrow{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:50%;
  background:var(--red);
  color:#fff;
  font-size:18px;
  font-weight:950;
}

/* Główny przycisk zamówienia */
.milano-hero-actions{
  align-items:center;
}

.milano-order-hero-button{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:14px;
  min-height:76px;
  min-width:min(470px,100%);
  padding:10px 12px 10px 10px;
  border-radius:24px;
  background:linear-gradient(135deg,#ef3036,#b40f14);
  color:#fff;
  box-shadow:0 18px 45px rgba(229,35,41,.32);
  transition:.22s ease;
}

.milano-order-hero-button:hover{
  transform:translateY(-3px);
  box-shadow:0 25px 60px rgba(229,35,41,.4);
}

.milano-order-pizza{
  display:grid;
  place-items:center;
  width:56px;
  height:56px;
  border-radius:18px;
  background:rgba(255,255,255,.15);
  font-size:28px;
}

.milano-order-copy{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.milano-order-copy small{
  color:rgba(255,255,255,.72);
  font-size:11px;
  font-weight:800;
}

.milano-order-copy strong{
  color:#fff;
  font-size:18px;
  line-height:1.2;
  font-weight:950;
}

.milano-order-driver{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border-radius:18px;
  background:#fff;
  color:#111;
}

.milano-order-driver svg{
  width:37px;
  height:37px;
}

@media(max-width:640px){
  .milano-order-hero-button{
    min-width:100%;
  }

  .milano-load-more{
    min-width:100%;
  }

  .milano-order-copy strong{
    font-size:16px;
  }

  .milano-order-driver{
    width:48px;
    height:48px;
  }

  .milano-order-driver svg{
    width:33px;
    height:33px;
  }
}



/* CTA pod zaletami pizzy */
.milano-benefits-cta{
  justify-content:center;
  margin-top:44px;
}

.milano-benefits-cta .milano-order-hero-button{
  min-width:min(480px,100%);
}



/* Graficzny wybór rozmiaru */
.mw-option-title{
  display:block;
  margin:0 0 10px;
  color:#fff;
  font-size:13px;
  font-weight:900;
}

.mw-size-options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-bottom:13px;
}

.mw-size-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:78px;
  padding:10px;
  border:2px solid #303030;
  border-radius:18px;
  background:#181818;
  cursor:pointer;
  transition:.2s ease;
}

.mw-size-card:hover{
  border-color:#555;
  transform:translateY(-2px);
}

.mw-size-card.is-selected{
  border-color:var(--red);
  background:#2a1011;
  box-shadow:0 10px 26px rgba(229,35,41,.16);
}

.mw-size-card input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.mw-size-circle{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:48px;
  height:48px;
  border-radius:50%;
  background:#262626;
  transition:.2s ease;
}

.mw-size-card.is-selected .mw-size-circle{
  background:var(--red);
  transform:scale(1.06);
}

.mw-size-pizza{
  font-size:25px;
}

.mw-size-label{
  display:flex;
  flex-direction:column;
  gap:3px;
}

.mw-size-label strong{
  color:#fff;
  font-size:13px;
  line-height:1.2;
}

.mw-size-label small{
  color:#a8a8a8;
  font-size:11px;
  font-weight:800;
}

/* Dodatki */
.mw-extras-box{
  margin:0 0 13px;
  border:1px solid #303030;
  border-radius:17px;
  overflow:hidden;
  background:#151515;
}

.mw-extras-toggle{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  min-height:50px;
  padding:0 15px;
  border:0;
  background:#181818;
  color:#fff;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}

.mw-extras-arrow{
  font-size:18px;
  transition:.2s ease;
}

.mw-extras-box.is-open .mw-extras-arrow{
  transform:rotate(180deg);
}

.mw-extras-list{
  display:none;
  padding:9px;
  border-top:1px solid #2a2a2a;
}

.mw-extras-box.is-open .mw-extras-list{
  display:grid;
  gap:7px;
}

.mw-extra-item{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:10px;
  min-height:44px;
  padding:8px 10px;
  border:1px solid #292929;
  border-radius:13px;
  background:#111;
  cursor:pointer;
}

.mw-extra-item input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.mw-extra-check{
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  border-radius:8px;
  border:2px solid #444;
  color:transparent;
  font-size:12px;
  font-weight:950;
}

.mw-extra-item:has(input:checked){
  border-color:rgba(229,35,41,.6);
  background:#241012;
}

.mw-extra-item input:checked + .mw-extra-check{
  border-color:var(--red);
  background:var(--red);
  color:#fff;
}

.mw-extra-name{
  color:#fff;
  font-size:12px;
  font-weight:800;
}

.mw-extra-item strong{
  color:#ff6267;
  font-size:12px;
}

@media(max-width:480px){
  .mw-size-options{
    grid-template-columns:1fr;
  }
}



/* Zdjęcie zastępcze na stronie produktu */
.single-product div.product{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);
  gap:48px;
  align-items:start;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .mw-fallback-gallery{
  width:100%!important;
  float:none!important;
  margin:0!important;
}

.single-product div.product .summary{
  width:100%!important;
  float:none!important;
  margin:0!important;
}

.mw-single-fallback-image{
  overflow:hidden;
  border-radius:28px;
  border:1px solid #292929;
  background:#121212;
  box-shadow:0 18px 50px rgba(0,0,0,.35);
}

.mw-single-fallback-image img{
  display:block;
  width:100%;
  height:auto;
  min-height:520px;
  max-height:680px;
  object-fit:cover;
}



/* Graficzny wybór rozmiaru na stronie produktu */
.mw-single-size-picker{
  margin:20px 0 18px;
}

.mw-single-option-title{
  display:block;
  margin:0 0 11px;
  color:#fff;
  font-size:14px;
  font-weight:950;
}

.mw-single-size-options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.mw-single-size-card{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:86px;
  padding:12px;
  border:2px solid #303030;
  border-radius:20px;
  background:#181818;
  color:#fff;
  cursor:pointer;
  transition:.2s ease;
  text-align:left;
}

.mw-single-size-card:hover{
  border-color:#555;
  transform:translateY(-2px);
}

.mw-single-size-card.is-selected{
  border-color:var(--red);
  background:#2a1011;
  box-shadow:0 12px 30px rgba(229,35,41,.18);
}

.mw-single-size-circle{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:54px;
  height:54px;
  border-radius:50%;
  background:#252525;
  transition:.2s ease;
}

.mw-single-size-card.is-selected .mw-single-size-circle{
  background:var(--red);
  transform:scale(1.06);
}

.mw-single-size-pizza{
  font-size:28px;
}

.mw-single-size-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.mw-single-size-copy strong{
  color:#fff;
  font-size:14px;
  line-height:1.2;
}

.mw-single-size-copy small{
  color:#aaa;
  font-size:12px;
  font-weight:900;
}

/* Ukrycie natywnych selectów WooCommerce, ale pozostawienie ich aktywnych */
.single-product form.variations_form table.variations{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

/* Dodatki na stronie produktu */
.mw-single-extras-box{
  margin:16px 0;
  border:1px solid #303030;
  border-radius:18px;
  overflow:hidden;
  background:#151515;
}

.mw-single-extras-toggle{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  min-height:54px;
  padding:0 16px;
  border:0;
  background:#181818;
  color:#fff;
  font-size:14px;
  font-weight:950;
  cursor:pointer;
}

.mw-single-extras-arrow{
  font-size:19px;
  transition:.2s ease;
}

.mw-single-extras-box.is-open .mw-single-extras-arrow{
  transform:rotate(180deg);
}

.mw-single-extras-list{
  display:none;
  padding:10px;
  border-top:1px solid #292929;
}

.mw-single-extras-box.is-open .mw-single-extras-list{
  display:grid;
  gap:8px;
}

.mw-single-extra-item{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:11px;
  min-height:48px;
  padding:9px 11px;
  border:1px solid #292929;
  border-radius:14px;
  background:#111;
  cursor:pointer;
}

.mw-single-extra-item input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.mw-single-extra-check{
  display:grid;
  place-items:center;
  width:27px;
  height:27px;
  border-radius:9px;
  border:2px solid #444;
  color:transparent;
  font-size:12px;
  font-weight:950;
}

.mw-single-extra-item:has(input:checked){
  border-color:rgba(229,35,41,.6);
  background:#241012;
}

.mw-single-extra-item input:checked + .mw-single-extra-check{
  border-color:var(--red);
  background:var(--red);
  color:#fff;
}

.mw-single-extra-name{
  color:#fff;
  font-size:13px;
  font-weight:850;
}

.mw-single-extra-item strong{
  color:#ff6267;
  font-size:13px;
}

@media(max-width:640px){
  .mw-single-size-options{
    grid-template-columns:1fr;
  }
}



/* Graficzny przycisk dodania pizzy do koszyka na stronie głównej */
.mw-graphic-add-button{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  align-items:center;
  gap:11px;
  width:100%;
  min-height:72px;
  margin-top:2px;
  padding:9px 12px 9px 9px;
  border:0;
  border-radius:22px;
  background:linear-gradient(135deg,#ef3137,#b60f14);
  color:#fff;
  box-shadow:0 16px 36px rgba(229,35,41,.28);
  cursor:pointer;
  transition:.22s ease;
  overflow:hidden;
}

.mw-graphic-add-button::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    110deg,
    transparent 20%,
    rgba(255,255,255,.13) 48%,
    transparent 76%
  );
  transform:translateX(-120%);
  transition:transform .5s ease;
}

.mw-graphic-add-button:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 48px rgba(229,35,41,.38);
}

.mw-graphic-add-button:hover::before{
  transform:translateX(120%);
}

.mw-add-pizza-icon{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border-radius:17px;
  background:rgba(255,255,255,.15);
  font-size:27px;
}

.mw-add-button-copy{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
  min-width:0;
}

.mw-add-button-copy small{
  color:rgba(255,255,255,.72);
  font-size:10px;
  line-height:1.1;
  font-weight:800;
}

.mw-add-button-copy strong{
  color:#fff;
  font-size:15px;
  line-height:1.2;
  font-weight:950;
}

.mw-add-button-price{
  position:relative;
  z-index:1;
  color:#fff;
  font-size:14px;
  line-height:1;
  font-weight:950;
  white-space:nowrap;
}

.mw-add-cart-icon{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:13px;
  background:#fff;
  color:#111;
  font-size:18px;
  transition:.2s ease;
}

.mw-graphic-add-button.is-loading{
  opacity:.78;
  cursor:wait;
  transform:none;
}

.mw-graphic-add-button.is-loading .mw-add-cart-icon{
  animation:mwAddSpin .8s linear infinite;
}

.mw-graphic-add-button.is-added{
  background:linear-gradient(135deg,#258b42,#156d31);
  box-shadow:0 16px 36px rgba(37,139,66,.28);
}

.mw-graphic-add-button.is-added .mw-add-cart-icon{
  color:#1f7a39;
}

@keyframes mwAddSpin{
  from{transform:rotate(0)}
  to{transform:rotate(360deg)}
}

@media(max-width:480px){
  .mw-graphic-add-button{
    grid-template-columns:auto 1fr auto;
  }

  .mw-add-button-price{
    grid-column:2;
    font-size:12px;
    color:rgba(255,255,255,.82);
  }

  .mw-add-cart-icon{
    grid-column:3;
    grid-row:1 / span 2;
  }
}



/* Ulepszona sekcja promocji */
.milano-promo-points{
  display:grid;
  gap:10px;
  margin-top:25px;
}

.milano-promo-point{
  display:flex;
  align-items:center;
  gap:12px;
  max-width:520px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  background:rgba(255,255,255,.04);
}

.milano-promo-point > span{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:40px;
  height:40px;
  border-radius:12px;
  background:#2a1011;
  font-size:21px;
}

.milano-promo-point div{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.milano-promo-point strong{
  color:#fff;
  font-size:14px;
}

.milano-promo-point small{
  color:#999;
  font-size:11px;
}

.milano-promo-order-button{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:12px;
  min-width:min(420px,100%);
  min-height:70px;
  padding:9px 12px 9px 9px;
  border-radius:22px;
  background:linear-gradient(135deg,#ef3137,#b60f14);
  color:#fff;
  box-shadow:0 18px 42px rgba(229,35,41,.3);
  transition:.22s ease;
}

.milano-promo-order-button:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 55px rgba(229,35,41,.38);
}

.milano-promo-order-icon{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border-radius:17px;
  background:rgba(255,255,255,.15);
  font-size:26px;
}

.milano-promo-order-copy{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.milano-promo-order-copy small{
  color:rgba(255,255,255,.72);
  font-size:10px;
  font-weight:800;
}

.milano-promo-order-copy strong{
  color:#fff;
  font-size:16px;
  font-weight:950;
}

.milano-promo-order-arrow{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:50%;
  background:#fff;
  color:#111;
  font-size:18px;
  font-weight:950;
}

.milano-promo-card{
  position:relative;
  overflow:hidden;
  padding:34px;
  border-radius:30px;
  background:
    radial-gradient(circle at 90% 10%,rgba(255,255,255,.16),transparent 28%),
    linear-gradient(145deg,#e52329,#8f0a0e);
  box-shadow:0 28px 65px rgba(0,0,0,.42);
}

.milano-promo-badge{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:var(--yellow);
  color:#111;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.9px;
}

.milano-promo-visual{
  position:relative;
  display:grid;
  place-items:center;
  width:190px;
  height:190px;
  margin:18px auto 12px;
  border-radius:50%;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.18);
}

.milano-promo-main-icon{
  font-size:92px;
  filter:drop-shadow(0 16px 22px rgba(0,0,0,.22));
}

.milano-promo-small-icon{
  position:absolute;
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 28px rgba(0,0,0,.24);
  font-size:29px;
}

.milano-promo-fries{
  left:-12px;
  bottom:16px;
}

.milano-promo-drink{
  right:-12px;
  top:22px;
}

.milano-promo-name{
  margin:0;
  color:#fff;
  font-size:18px;
  font-weight:950;
  text-align:center;
}

.milano-promo-price{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:8px;
  margin:8px 0;
  color:var(--yellow);
}

.milano-promo-price span{
  padding-bottom:8px;
  font-size:13px;
  font-weight:900;
}

.milano-promo-price strong{
  font-size:56px;
  line-height:1;
  font-weight:950;
}

.milano-promo-description{
  max-width:430px;
  margin:0 auto;
  color:#ffdede;
  line-height:1.65;
  text-align:center;
}

.milano-promo-delivery{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:22px;
  padding:13px 15px;
  border-radius:16px;
  background:rgba(0,0,0,.18);
}

.milano-promo-delivery > span{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:12px;
  background:rgba(255,255,255,.13);
  font-size:21px;
}

.milano-promo-delivery div{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.milano-promo-delivery strong{
  color:#fff;
  font-size:13px;
}

.milano-promo-delivery small{
  color:#ffd4d5;
  font-size:10px;
}

@media(max-width:640px){
  .milano-promo-order-button{
    min-width:100%;
  }

  .milano-promo-card{
    padding:25px 20px;
  }

  .milano-promo-visual{
    width:160px;
    height:160px;
  }

  .milano-promo-main-icon{
    font-size:76px;
  }

  .milano-promo-price strong{
    font-size:48px;
  }
}

@media(max-width:991px){
  .single-product div.product{
    grid-template-columns:1fr;
    gap:30px;
  }

  .mw-single-fallback-image img{
    min-height:360px;
    max-height:520px;
  }
}

@media(max-width:640px){
  .mw-single-fallback-image img{
    min-height:300px;
    max-height:420px;
  }
}

@media(max-width:991px){
  .milano-hero-grid,
  .milano-promo-grid,
  .milano-contact-grid{
    grid-template-columns:1fr
  }
  .milano-menu-grid,
  .mw-products{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .milano-features{
    grid-template-columns:repeat(2,1fr)
  }
  .mw-nav{display:none}
  .milano-hero{
    min-height:auto
  }
  .milano-hero-image{
    min-height:470px
  }
}

@media(max-width:640px){
  .milano-shell{
    width:calc(100% - 24px)
  }
  .milano-section{
    padding:65px 0
  }
  .milano-menu-grid,
  .mw-products,
  .milano-features,
  .mw-footer-grid{
    grid-template-columns:1fr
  }
  .milano-info-row{
    grid-template-columns:1fr
  }
  .milano-hero{
    padding-top:45px
  }
  .milano-hero-image{
    min-height:390px
  }
  .milano-hero-badge{
    width:115px;
    height:115px
  }
  .mw-product-image{
    height:220px
  }
  .milano-checkout-box{
    padding:22px
  }
  .mw-categories{
    top:76px;
    border-radius:22px
  }
}

/* v1.5.0 – produkt, sklep i pokaż więcej */
.milano-load-more-wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  margin-top:34px;
}
.milano-products-counter{
  margin:0;
  color:#8f8f8f;
  font-size:13px;
  font-weight:700;
}
.mw-product-page,
.mw-shop-page{
  min-height:65vh;
  padding:70px 0 90px;
  background:#070707;
}
.single-product div.product{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);
  gap:52px;
  align-items:start;
}
.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary{
  width:100%!important;
  float:none!important;
  margin:0!important;
}
.single-product div.product .woocommerce-product-gallery__wrapper img{
  border-radius:28px;
}
.single-product div.product .summary{
  padding:30px;
  border:1px solid #292929;
  border-radius:28px;
  background:#121212;
}
.single-product div.product .product_title{
  margin:0 0 14px;
  font-size:clamp(34px,4vw,58px);
  line-height:1;
  letter-spacing:-.045em;
}
.single-product div.product form.cart{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.single-product div.product form.cart .variations{
  width:100%;
  margin-bottom:10px;
}
.single-product div.product form.cart .variations th,
.single-product div.product form.cart .variations td{
  display:block;
  width:100%;
  padding:5px 0;
}
.single-product div.product form.cart select,
.single-product div.product form.cart input.qty{
  min-height:50px;
  padding:0 14px;
  border:1px solid #333;
  border-radius:13px;
  background:#181818;
  color:#fff;
}
.single-product .woocommerce-tabs,
.single-product .related.products,
.single-product .upsells.products{
  grid-column:1/-1;
  margin-top:44px;
}
.single-product .woocommerce-tabs .panel{
  color:#bbb;
}
.single-product .woocommerce-product-details__short-description{
  color:#bbb;
  line-height:1.7;
}
.single-product .stock{color:#9be37a!important}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-bottom-color:#333}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
  background:#141414;
  border-color:#333;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:#fff}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#1c1c1c}
.woocommerce nav.woocommerce-pagination ul{
  border:0;
  display:flex;
  gap:8px;
}
.woocommerce nav.woocommerce-pagination ul li{border:0}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
  min-width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#151515;
  color:#fff;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
  background:#e52329;
}
@media(max-width:900px){
  .single-product div.product{grid-template-columns:1fr;gap:28px}
}
