:root{
  --random-coral:#EF4044;
  --random-ink:#222;
  --random-soft:#757575;
  --random-line:#E0E0E0;
}
body.random-landing-on{padding-bottom:88px;}
.random-hero{
  width:100%;
  max-width:1920px;
  margin:0 auto;
  line-height:0;
  background:#FAFAFA;
}
.random-hero img{
  width:100%;
  height:auto;
  display:block;
}
.random-layout{
  display:flex;
  flex-direction:column;
  gap:24px;
  max-width:1072px;
  margin:0 auto;
  padding:24px 16px 40px;
}
.random-content img{
  width:100%;
  height:auto;
  display:block;
  margin:0 0 24px;
}
.random-pack-shots{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:12px;
}
.random-pack-shots img{width:calc(50% - 6px);max-width:320px;margin:0;}
.random-pack-note{font-size:13px;color:var(--random-soft);line-height:1.6;margin-bottom:24px;}

.random-panel{
  background:#fff;
  border:1px solid var(--random-line);
  border-radius:8px;
  padding:20px 16px;
  box-shadow:0 4px 12px rgba(34,34,34,.08);
}
.random-panel__open-cta{
  display:none;
  width:100%;
  height:56px;
  border:none;
  border-radius:8px;
  background:var(--random-coral);
  color:#fff;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
}
.random-panel__open-cta:hover{filter:brightness(0.95);}
.random-panel__head{
  display:none;
  justify-content:flex-end;
  align-items:center;
  margin:-8px -6px 4px 0;
}
.random-panel__close{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  padding:0;
  border:0;
  border-radius:999px;
  background:transparent;
  color:var(--random-soft);
  font-size:28px;
  line-height:1;
  cursor:pointer;
}
.random-panel__name{font-size:20px;font-weight:700;margin:0 0 12px;}
.random-panel__line{border:none;border-top:1px solid var(--random-line);margin:0 0 16px;}
.random-panel__label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;}
.random-panel__select{
  width:100%;
  height:52px;
  border:1px solid var(--random-line);
  border-radius:8px;
  padding:0 40px 0 14px;
  margin-bottom:10px;
  font-size:15px;
  background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23757575' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 10px center;
  background-size:20px;
  -webkit-appearance:none;
  appearance:none;
}
.random-panel__price-row{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  margin:16px 0;
  font-size:15px;
}
.random-panel__price{font-size:22px;font-weight:700;}
.random-panel__buy{
  width:100%;
  height:56px;
  border:none;
  border-radius:8px;
  background:#E3D9D6;
  color:#fff;
  font-size:16px;
  font-weight:700;
  cursor:not-allowed;
  margin-bottom:10px;
}
.random-panel__buy.is-ready:not(:disabled){
  background:var(--random-coral);
  cursor:pointer;
}
.random-panel__notice-toggle{
  width:100%;
  border:none;
  background:#FAFAFA;
  border-radius:8px;
  padding:14px 16px;
  display:flex;
  justify-content:space-between;
  font-size:14px;
  color:var(--random-soft);
  cursor:pointer;
}
.random-panel__notice-body{
  font-size:13px;
  color:var(--random-soft);
  padding:10px 4px 0;
  line-height:1.6;
  text-align:left;
  max-height:min(36vh, 280px);
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}
.random-panel__notice-body h4{
  font-size:13px;
  font-weight:700;
  color:#222;
  margin:12px 0 4px;
}
.random-panel__notice-body h4:first-child{margin-top:0;}
.random-panel__notice-body p{margin:0;}
.random-panel__notice-body p + p{margin-top:6px;}
.random-panel__notice-body ul{
  margin:4px 0 0;
  padding-left:16px;
}
.random-panel__notice-body li{margin-top:2px;}
.random-panel__msg{
  min-height:16px;
  text-align:center;
  color:var(--random-coral);
  font-size:12px;
  margin-top:8px;
}

@media (min-width:900px){
  body.random-landing-on{padding-bottom:40px;}
  .random-layout--pc{
    display:grid;
    grid-template-columns:minmax(0,1fr) 360px;
    gap:40px;
    align-items:start;
    padding:40px 0 80px;
    max-width:1172px;
  }
  .random-panel--sticky{
    position:sticky;
    top:calc(var(--find-nav-offset, 56px) + var(--find-subtab-h, 48px) + 16px);
    padding:32px 20px;
    max-height:calc(100dvh - var(--find-nav-offset, 56px) - var(--find-subtab-h, 48px) - 32px);
    overflow-y:auto;
    overscroll-behavior:contain;
  }
  .random-panel__open-cta,
  .random-panel__head{display:none !important;}
  .random-panel.is-collapsed .random-panel__sheet,
  .random-panel .random-panel__sheet{display:block !important;}
  .random-panel__notice-body{
    max-height:min(40vh, 320px);
  }
  .random-panel__name{font-size:24px;}
}
@media (max-width:899px){
  .random-panel{
    position:fixed;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    width:100%;
    max-width:520px;
    border-radius:0;
    z-index:2147483000;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    box-shadow:0 -6px 18px rgba(34,34,34,.08);
  }
  .random-panel.is-collapsed{
    max-height:none;
    overflow:visible;
    padding:12px 16px calc(12px + env(safe-area-inset-bottom));
  }
  .random-panel.is-collapsed .random-panel__open-cta{display:block;}
  .random-panel.is-collapsed .random-panel__sheet{display:none;}
  .random-panel.is-expanded{
    max-height:min(78vh, 640px);
    overflow-y:auto;
    border-radius:16px 16px 0 0;
    padding-top:10px;
    box-shadow:0 -12px 32px rgba(34,34,34,.14);
  }
  .random-panel.is-expanded .random-panel__open-cta{display:none;}
  .random-panel.is-expanded .random-panel__sheet{display:block;}
  .random-panel.is-expanded .random-panel__head{display:flex;}
}
