.pp-wrap{--ink:#202322;--green:#264c3b;--cream:#f5f2eb;max-width:1240px;margin:0 auto;padding:80px 28px 120px;color:var(--ink);font-family:"Noto Sans JP",sans-serif}.pp-intro{text-align:center;margin-bottom:42px}.pp-eyebrow,.pp-kicker{color:#a36c35;font-size:12px;font-weight:700;letter-spacing:.2em}.pp-intro h1,.pp-complete h1{font-size:clamp(30px,4vw,50px);margin:10px 0 16px}.pp-progress{display:flex;max-width:620px;margin:0 auto 56px;padding:0;list-style:none}.pp-progress li{flex:1;padding:15px;border-bottom:3px solid #ddd;color:#999;text-align:center;font-weight:700}.pp-progress li.is-active{border-color:var(--green);color:var(--green)}.pp-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.pp-section-head h2{font-size:28px;margin:4px 0}.pp-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:42px;align-items:start}.pp-products{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #ddd}.pp-product{display:flex;justify-content:space-between;align-items:center;padding:18px;border-bottom:1px solid #ddd}.pp-product:nth-child(odd){border-right:1px solid #ddd}.pp-product label span,.pp-product label b{display:block}.pp-product label b{margin-top:4px;color:#59605d;font-size:14px}.pp-product small{font-weight:400}.pp-qty{display:flex;align-items:center;border:1px solid #bbb;border-radius:5px;overflow:hidden}.pp-qty button{width:34px;height:38px;border:0;background:#f4f4f2;font-size:18px;cursor:pointer}.pp-qty input{width:46px;height:38px;padding:0;border:0;text-align:center;-moz-appearance:textfield}.pp-qty input::-webkit-inner-spin-button{display:none}.pp-summary,.pp-confirm{position:sticky;top:100px;padding:28px;background:var(--cream);border-radius:8px}.pp-summary h2,.pp-confirm h2{margin:0 0 20px;font-size:21px}.pp-selected{padding-bottom:15px;border-bottom:1px solid #ccc}.pp-selected div,.pp-confirm-content div,.pp-confirm #pp-confirm-content>div{display:flex;justify-content:space-between;gap:15px;margin:10px 0}.pp-summary dl{margin:16px 0}.pp-summary dl>div{display:flex;justify-content:space-between;margin:10px 0}.pp-summary .pp-total{margin-top:17px;padding-top:17px;border-top:1px solid #aaa;font-size:18px;font-weight:700}.pp-total small{display:block;font-size:11px}.pp-total dd{font-size:26px}.pp-benefit{padding:10px;background:#fff;text-align:center;font-size:12px}.pp-benefit.is-applied{background:#e0eee5;color:#174d32;font-weight:700}.pp-primary{width:100%;padding:17px;border:0;border-radius:3px;background:var(--green);color:#fff;font-weight:700;cursor:pointer}.pp-primary:disabled{background:#aaa;cursor:not-allowed}.pp-order-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:60px}.pp-fields>label{display:block;margin-bottom:25px;font-weight:700}.pp-fields em{padding:3px 7px;background:#9b493e;color:#fff;font-size:10px;font-style:normal}.pp-fields label>span{color:#777;font-size:12px}.pp-fields input,.pp-fields textarea{display:block;box-sizing:border-box;width:100%;margin-top:8px;padding:13px;border:1px solid #aaa;border-radius:3px;background:#fff;font:inherit}.pp-confirm hr{border:0;border-top:1px solid #bbb}.pp-confirm-total{padding-top:15px;border-top:1px solid #aaa;font-size:19px}.pp-confirm-total b{font-size:25px}.pp-terms{margin:20px 0;font-size:12px;line-height:1.8}.pp-back{display:block;margin:15px auto 0;border:0;background:none;text-decoration:underline;cursor:pointer}.pp-alert{padding:14px;background:#fff0ee;color:#8d241c}.pp-hp{position:absolute;left:-9999px}.pp-complete{max-width:700px;margin:40px auto;padding:60px;text-align:center;background:var(--cream)}.pp-complete dl{margin:30px auto 0}.pp-complete dd{margin:8px 0;font-size:24px;font-weight:700;letter-spacing:.08em}
@media(max-width:850px){.pp-wrap{padding:45px 18px 80px}.pp-layout,.pp-order-layout{grid-template-columns:1fr}.pp-products{grid-template-columns:1fr}.pp-product:nth-child(odd){border-right:0}.pp-summary,.pp-confirm{position:static}.pp-section-head{display:block}.pp-section-head>p{font-size:12px}.pp-complete{padding:35px 20px}}

/* /test/ のピクテプリントLPに合わせたフォームテーマ */
.page-template-page-picteprint-form .l-main{background:#f8f6f0}
.page-template-page-picteprint-form{overflow-x:hidden}
.page-template-page-picteprint-form .l-header__inner{display:flex;justify-content:center;align-items:center}
.page-template-page-picteprint-form .pp-header-logo{display:block;width:min(250px,52vw);padding:12px 0}
.page-template-page-picteprint-form .pp-header-logo img{display:block;width:100%;height:auto}
.page-template-page-picteprint-form .pp-wrap{
  --ink:#30302e;
  --blue:#82bed1;
  --blue-dark:#338faa;
  --blue-pale:#eff8f8;
  --yellow:#f5dd73;
  --green:#adc9b3;
  --cream:#f8f6f0;
  --line:#dbe7eb;
  --shadow:0 18px 55px rgba(25,89,111,.12);
  position:relative;
  box-sizing:border-box;
  width:100%;
  max-width:1320px;
  padding:160px 44px 140px;
  overflow:hidden;
  background:var(--cream);
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}
.page-template-page-picteprint-form .pp-wrap::before,
.page-template-page-picteprint-form .pp-wrap::after{
  content:"";position:absolute;z-index:0;border-radius:50%;pointer-events:none
}
.page-template-page-picteprint-form .pp-wrap::before{width:220px;height:220px;left:24px;top:35px;background:rgba(130,190,209,.28)}
.page-template-page-picteprint-form .pp-wrap::after{width:170px;height:170px;right:24px;top:170px;background:rgba(245,221,115,.45)}
.page-template-page-picteprint-form .pp-wrap>*,.page-template-page-picteprint-form .pp-wrap form{position:relative;z-index:1}
.page-template-page-picteprint-form .pp-page-back{max-width:1240px;margin:0 auto 42px}
.page-template-page-picteprint-form .pp-page-back a{display:inline-flex;align-items:center;gap:8px;color:var(--blue-dark);font-size:13px;font-weight:800;text-decoration:none;transition:opacity .2s,transform .2s}
.page-template-page-picteprint-form .pp-page-back a:hover{opacity:.72;transform:translateX(-2px)}
.page-template-page-picteprint-form .pp-page-back a span{font-size:18px;line-height:1}
.page-template-page-picteprint-form .pp-intro{max-width:760px;margin:0 auto 58px}
.page-template-page-picteprint-form .pp-eyebrow,
.page-template-page-picteprint-form .pp-kicker{color:var(--blue-dark);font-size:12px;font-weight:900;letter-spacing:.18em}
.page-template-page-picteprint-form .pp-intro h1,
.page-template-page-picteprint-form .pp-complete h1{margin:13px 0 18px;font-size:clamp(34px,4.4vw,56px);font-weight:900;letter-spacing:.03em;line-height:1.3}
.page-template-page-picteprint-form .pp-intro h1::after{content:"";display:block;width:88px;height:8px;margin:20px auto 0;border-radius:99px;background:var(--yellow)}
.page-template-page-picteprint-form .pp-intro p:last-child{color:#65717a;font-size:15px}
.page-template-page-picteprint-form .pp-progress{max-width:700px;margin-bottom:72px}
.page-template-page-picteprint-form .pp-progress li{padding:17px 10px;border-bottom:3px solid #d7e1e3;color:#829097;font-size:14px}
.page-template-page-picteprint-form .pp-progress li.is-active{border-color:var(--blue-dark);color:var(--blue-dark)}
.page-template-page-picteprint-form .pp-delivery-note{display:flex;align-items:center;justify-content:center;gap:12px;max-width:700px;margin:-40px auto 65px;padding:14px 20px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(25,89,111,.06);font-style:normal}
.page-template-page-picteprint-form .pp-delivery-note__label{padding:5px 9px;border-radius:999px;background:var(--yellow);color:#514616;font-size:11px;font-weight:900}
.page-template-page-picteprint-form .pp-delivery-note strong{font-size:14px}
.page-template-page-picteprint-form .pp-delivery-note small{color:#65717a;font-size:11px}
.page-template-page-picteprint-form .pp-section-head{margin-bottom:30px}
.page-template-page-picteprint-form .pp-section-head h2{margin:6px 0 0;font-size:clamp(25px,3vw,34px);font-weight:900;letter-spacing:.03em}
.page-template-page-picteprint-form .pp-section-head>p{color:#65717a;font-size:13px}
.page-template-page-picteprint-form .pp-layout{box-sizing:border-box;width:100%;min-width:0;grid-template-columns:minmax(0,1fr) minmax(320px,400px);gap:44px}
.page-template-page-picteprint-form .pp-products{display:grid;min-width:0;grid-template-columns:1fr;gap:12px;border:0}
.page-template-page-picteprint-form .pp-product{
  display:block;min-height:0;padding:0;border:1px solid var(--line)!important;border-radius:18px;background:#fff;
  box-shadow:0 8px 24px rgba(25,89,111,.045);transition:transform .2s,box-shadow .2s,border-color .2s
}
.page-template-page-picteprint-form .pp-product:hover{transform:translateY(-2px);border-color:var(--blue)!important;box-shadow:0 12px 30px rgba(25,89,111,.1)}
.page-template-page-picteprint-form .pp-product h3{display:flex;align-items:baseline;gap:12px;margin:0;padding:12px 16px;border-bottom:1px solid var(--line);border-radius:17px 17px 0 0;background:var(--blue-pale);color:var(--blue-dark);font-size:17px;font-weight:900}
.page-template-page-picteprint-form .pp-product h3 small{color:#65717a;font-size:11px;font-weight:700;letter-spacing:.04em}
.page-template-page-picteprint-form .pp-product__papers{display:flex;align-items:center;gap:7px;margin:0;padding:9px 16px 3px;color:#65717a;font-size:10px}
.page-template-page-picteprint-form .pp-product__papers strong{margin-right:2px;color:var(--ink);font-size:10px}
.page-template-page-picteprint-form .pp-product__papers span{padding:3px 7px;border-radius:999px;background:#f5f1d9;color:#64591d;font-weight:800}
.page-template-page-picteprint-form .pp-product__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:5px 15px}
.page-template-page-picteprint-form .pp-product--single .pp-product__options{grid-template-columns:1fr}
.page-template-page-picteprint-form .pp-product__option{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:8px 0}
.page-template-page-picteprint-form .pp-product__option:nth-child(odd){box-sizing:border-box;padding-right:20px}
.page-template-page-picteprint-form .pp-product__option+.pp-product__option{box-sizing:border-box;margin-left:0;padding-left:15px;border-left:1px solid var(--line)}
.page-template-page-picteprint-form .pp-product--other .pp-product__option:nth-child(3){margin-left:0;padding-left:0;border-left:0;border-top:1px solid var(--line)}
.page-template-page-picteprint-form .pp-product--other .pp-product__option:nth-child(4){border-top:1px solid var(--line)}
.page-template-page-picteprint-form .pp-product__option label span{font-size:13px;font-weight:800}
.page-template-page-picteprint-form .pp-product__size{display:block;margin-top:2px;color:#7c898f;font-size:10px;font-weight:600}
.page-template-page-picteprint-form .pp-product label b{color:var(--blue-dark);font-size:13px;font-weight:800}
.page-template-page-picteprint-form .pp-qty{flex:0 0 auto;border-color:#c8d8dc;border-radius:999px;background:var(--blue-pale)}
.page-template-page-picteprint-form .pp-qty button{width:36px;height:36px;background:transparent;color:var(--blue-dark);font-weight:800}
.page-template-page-picteprint-form .pp-qty input{width:40px;height:36px;background:#fff;font-weight:800}
.page-template-page-picteprint-form .pp-summary,
.page-template-page-picteprint-form .pp-confirm{box-sizing:border-box;width:100%;min-width:0;padding:31px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}
.page-template-page-picteprint-form .pp-summary{top:96px}
.page-template-page-picteprint-form .pp-summary h2,
.page-template-page-picteprint-form .pp-confirm h2{font-size:22px;font-weight:900}
.page-template-page-picteprint-form .pp-selected{border-color:var(--line);color:#65717a;font-size:13px}
.page-template-page-picteprint-form .pp-estimate-options{display:grid;gap:14px;margin:17px 0;padding:16px;border-radius:14px;background:var(--blue-pale)}
.page-template-page-picteprint-form .pp-delivery-choice{display:grid;gap:8px;margin:0;padding:0;border:0}
.page-template-page-picteprint-form .pp-delivery-choice legend{margin-bottom:7px;color:var(--ink);font-size:12px;font-weight:900}
.page-template-page-picteprint-form .pp-delivery-choice legend em{margin-left:4px;padding:2px 6px;border-radius:99px;background:var(--yellow);color:#514616;font-size:9px;font-style:normal}
.page-template-page-picteprint-form .pp-delivery-choice label{display:flex;align-items:center;gap:8px;color:var(--ink);font-size:12px;font-weight:700;cursor:pointer}
.page-template-page-picteprint-form .pp-delivery-choice input{width:16px;height:16px;margin:0;accent-color:var(--blue-dark)}
.page-template-page-picteprint-form .pp-delivery-choice__note{margin:3px 0 0;padding:9px 10px;border-radius:8px;background:#fff;color:#65717a;font-size:10px;font-weight:600;line-height:1.7}
.page-template-page-picteprint-form .pp-coupon{display:block;color:var(--ink);font-size:12px;font-weight:900}
.page-template-page-picteprint-form .pp-coupon>span{display:block;margin-bottom:7px}
.page-template-page-picteprint-form .pp-coupon>span small{color:#65717a;font-size:10px;font-weight:600}
.page-template-page-picteprint-form .pp-coupon input{box-sizing:border-box;width:100%;padding:10px 11px;border:1px solid #cbdadd;border-radius:9px;background:#fff;font:inherit}
.page-template-page-picteprint-form .pp-coupon input:focus{outline:0;border-color:var(--blue-dark);box-shadow:0 0 0 3px rgba(130,190,209,.2)}
.page-template-page-picteprint-form #pp-coupon-message{display:block;min-height:1.5em;margin-top:5px;font-size:10px;font-weight:700;line-height:1.5}
.page-template-page-picteprint-form #pp-coupon-message.is-valid{color:#187744}
.page-template-page-picteprint-form #pp-coupon-message.is-invalid{color:#a43b32}
.page-template-page-picteprint-form .pp-summary dl>div{margin:12px 0;color:#65717a}
.page-template-page-picteprint-form .pp-summary dl dd{color:var(--ink);font-weight:800}
.page-template-page-picteprint-form .pp-summary .pp-total{border-color:var(--line);color:var(--ink)}
.page-template-page-picteprint-form .pp-total dd{color:var(--blue-dark)!important;font-size:30px!important}
.page-template-page-picteprint-form .pp-total dd{display:flex;align-items:baseline;gap:6px}
.page-template-page-picteprint-form .pp-total dd small{display:inline;color:#65717a;font-size:10px;font-weight:800}
.page-template-page-picteprint-form .pp-benefit{margin:18px 0;padding:13px;border-radius:12px;background:var(--blue-pale);color:var(--blue-dark);font-weight:800}
.page-template-page-picteprint-form .pp-benefit.is-applied{background:#fdf4c9;color:#63530d}
.page-template-page-picteprint-form .pp-primary{position:relative;min-height:56px;padding:15px 48px;border-radius:999px;background:var(--blue-dark);box-shadow:0 12px 28px rgba(51,143,170,.24);font-size:14px;font-weight:900;transition:transform .2s,box-shadow .2s,background .2s}
.page-template-page-picteprint-form .pp-primary .pp-primary__sub{display:block;margin-top:3px;color:inherit;font-size:10px;font-weight:700;line-height:1.4;opacity:.86}
.page-template-page-picteprint-form .pp-primary:not(:disabled):hover{transform:translateY(-2px);background:#287f99;box-shadow:0 16px 34px rgba(51,143,170,.32)}
.page-template-page-picteprint-form .pp-primary:not(:disabled)::after{content:"→";position:absolute;right:23px;top:50%;transform:translateY(-50%);font-size:18px;line-height:1}
.page-template-page-picteprint-form .pp-primary:disabled{background:#bdc5c7;box-shadow:none}
.page-template-page-picteprint-form .pp-order-layout{grid-template-columns:minmax(0,1fr) 420px}
.page-template-page-picteprint-form .pp-order-layout>*{min-width:0}
.page-template-page-picteprint-form .pp-fields{box-sizing:border-box;width:100%;min-width:0;padding:34px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 13px 38px rgba(25,89,111,.08)}
.page-template-page-picteprint-form .pp-fields>label{margin-bottom:28px;color:var(--ink)}
.page-template-page-picteprint-form .pp-fields>label:last-child{margin-bottom:0}
.page-template-page-picteprint-form .pp-fields em{margin-left:5px;border-radius:99px;background:var(--yellow);color:#514616}
.page-template-page-picteprint-form .pp-fields input,
.page-template-page-picteprint-form .pp-fields textarea{max-width:100%;min-width:0;border:1px solid #cbdadd;border-radius:12px;background:#fbfdfd;transition:border-color .2s,box-shadow .2s}
.page-template-page-picteprint-form .pp-fields input:focus,
.page-template-page-picteprint-form .pp-fields textarea:focus{outline:0;border-color:var(--blue-dark);box-shadow:0 0 0 4px rgba(130,190,209,.22)}
.page-template-page-picteprint-form .pp-fields .pp-field-note{display:block;margin-top:9px;color:#65717a;font-size:12px;font-weight:500;line-height:1.8}
.page-template-page-picteprint-form .pp-fields .pp-confirmation{display:flex;align-items:flex-start;gap:12px;box-sizing:border-box;padding:17px 18px;border:1px solid var(--line);border-radius:14px;background:var(--blue-pale);cursor:pointer}
.page-template-page-picteprint-form .pp-fields .pp-confirmation input{flex:0 0 auto;width:20px;height:20px;margin:2px 0 0;padding:0;accent-color:var(--blue-dark);cursor:pointer}
.page-template-page-picteprint-form .pp-fields .pp-confirmation>span{display:block;color:var(--ink);font-size:13px}
.page-template-page-picteprint-form .pp-fields .pp-confirmation strong{display:block;margin-bottom:6px;font-size:14px}
.page-template-page-picteprint-form .pp-fields .pp-confirmation small{display:block;color:#65717a;font-size:12px;font-weight:500;line-height:1.8}
.page-template-page-picteprint-form .pp-fields .pp-confirmation em{vertical-align:2px}
.page-template-page-picteprint-form .pp-confirm-total b{color:var(--blue-dark)}
.page-template-page-picteprint-form .pp-order-delivery{display:grid;grid-template-columns:auto 1fr;gap:3px 9px;margin:20px 0 0;padding:13px 14px;border-radius:12px;background:var(--blue-pale);font-style:normal}
.page-template-page-picteprint-form .pp-order-delivery strong{grid-row:1/3;align-self:center;padding:5px 8px;border-radius:999px;background:var(--yellow);color:#514616;font-size:10px}
.page-template-page-picteprint-form .pp-order-delivery span{color:var(--ink);font-size:12px;font-weight:800}
.page-template-page-picteprint-form .pp-order-delivery small{color:#65717a;font-size:10px}
.page-template-page-picteprint-form .pp-back{color:var(--blue-dark);font-weight:700}
.page-template-page-picteprint-form .pp-alert{border-radius:14px}
.page-template-page-picteprint-form .pp-complete{box-sizing:border-box;width:100%;max-width:700px;margin:40px auto;border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:var(--shadow)}
.page-template-page-picteprint-form .pp-complete h1{font-size:clamp(26px,3.2vw,44px);white-space:nowrap}
.page-template-page-picteprint-form .pp-complete__message{position:static!important;left:auto!important;right:auto!important;display:block;box-sizing:border-box;width:100%;max-width:620px;margin:30px auto 36px!important;padding:0!important;transform:none!important;text-align:center!important;line-height:1.9}
.page-template-page-picteprint-form .pp-complete__message span{position:static!important;display:block;box-sizing:border-box;width:100%;margin:0!important;padding:0!important;transform:none!important;text-align:center!important}
.page-template-page-picteprint-form .pp-complete__message span+span{margin-top:12px!important}
.page-template-page-picteprint-form .pp-complete dd{color:var(--blue-dark)}
@media(max-width:980px){
  .page-template-page-picteprint-form .pp-wrap{padding:120px 24px 110px}
  .page-template-page-picteprint-form .pp-layout,.page-template-page-picteprint-form .pp-order-layout{grid-template-columns:1fr}
  .page-template-page-picteprint-form .pp-summary,.page-template-page-picteprint-form .pp-confirm{position:static}
}
@media(max-width:620px){
  .page-template-page-picteprint-form .pp-wrap{padding:90px 14px 86px}
  .page-template-page-picteprint-form .pp-page-back{margin-bottom:32px}
  .page-template-page-picteprint-form .pp-page-back a{font-size:12px}
  .page-template-page-picteprint-form .pp-wrap::before{width:82px;height:82px;left:8px;top:22px}
  .page-template-page-picteprint-form .pp-wrap::after{width:68px;height:68px;right:8px;top:132px}
  .page-template-page-picteprint-form .pp-intro{margin-bottom:38px}
  .page-template-page-picteprint-form .pp-intro h1{font-size:28px}
  .page-template-page-picteprint-form .pp-intro p:last-child{font-size:13px;line-height:1.8}
  .page-template-page-picteprint-form .pp-progress{margin-bottom:50px}
  .page-template-page-picteprint-form .pp-progress li{font-size:12px}
  .page-template-page-picteprint-form .pp-delivery-note{flex-wrap:wrap;gap:7px 9px;margin:-28px auto 45px;padding:12px 14px;text-align:center}
  .page-template-page-picteprint-form .pp-delivery-note strong{font-size:13px}
  .page-template-page-picteprint-form .pp-delivery-note small{flex:0 0 100%}
  .page-template-page-picteprint-form .pp-products{grid-template-columns:1fr;gap:9px}
  .page-template-page-picteprint-form .pp-products{gap:11px}
  .page-template-page-picteprint-form .pp-product{padding:0}
  .page-template-page-picteprint-form .pp-product:hover{transform:none}
  .page-template-page-picteprint-form .pp-product h3{padding:10px 13px;font-size:15px}
  .page-template-page-picteprint-form .pp-product__options{padding:3px 12px}
  .page-template-page-picteprint-form .pp-product__option{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;min-width:0;min-height:105px;padding:9px 0}
  .page-template-page-picteprint-form .pp-product__option:nth-child(odd){padding-right:10px}
  .page-template-page-picteprint-form .pp-product__option+.pp-product__option{margin-left:0;padding-left:10px}
  .page-template-page-picteprint-form .pp-product--other .pp-product__option:nth-child(3){padding-top:10px}
  .page-template-page-picteprint-form .pp-product__option .pp-qty{align-self:flex-end;height:32px;border-radius:999px}
  .page-template-page-picteprint-form .pp-product__option .pp-qty button{
    display:grid;place-items:center;box-sizing:border-box;width:23px;height:32px;min-width:0;min-height:0;
    margin:0!important;padding:0!important;border:0!important;border-radius:0;background:transparent!important;
    color:var(--blue-dark)!important;font-size:15px!important;font-weight:800;line-height:1!important;
    box-shadow:none!important;appearance:none;-webkit-appearance:none
  }
  .page-template-page-picteprint-form .pp-product__option .pp-qty input{
    box-sizing:border-box;width:28px;height:30px;min-width:0;margin:0;padding:0;border:0!important;border-radius:7px;
    background:#fff!important;color:#111;font-size:15px!important;font-weight:800;line-height:30px;text-align:center;
    box-shadow:none!important;appearance:textfield;-moz-appearance:textfield
  }
  .page-template-page-picteprint-form .pp-product__option label span{font-size:12px}
  .page-template-page-picteprint-form .pp-product__option label b{font-size:12px}
  .page-template-page-picteprint-form .pp-summary,.page-template-page-picteprint-form .pp-confirm,.page-template-page-picteprint-form .pp-fields{max-width:100%;min-width:0;padding:23px 19px;border-radius:20px;overflow:hidden}
  .page-template-page-picteprint-form .pp-fields>label,
  .page-template-page-picteprint-form .pp-fields .pp-confirmation>span{min-width:0;max-width:100%;overflow-wrap:anywhere}
  .page-template-page-picteprint-form .pp-fields input,
  .page-template-page-picteprint-form .pp-fields textarea{box-sizing:border-box;width:100%;max-width:100%;min-width:0}
  .page-template-page-picteprint-form .pp-fields input[type="date"]{display:block;-webkit-appearance:none;appearance:none}
  .page-template-page-picteprint-form .pp-fields .pp-field-note,
  .page-template-page-picteprint-form .pp-fields .pp-confirmation small{max-width:100%;overflow-wrap:anywhere;word-break:normal}
  .page-template-page-picteprint-form .pp-summary{margin-top:20px}
  .page-template-page-picteprint-form .pp-section-head h2{font-size:24px}
  .page-template-page-picteprint-form .pp-complete{max-width:100%;padding:34px 18px;overflow:hidden}
  .page-template-page-picteprint-form .pp-complete h1{max-width:100%;font-size:clamp(18px,5.7vw,22px);letter-spacing:0;line-height:1.45;white-space:normal;overflow-wrap:anywhere}
  .page-template-page-picteprint-form .pp-complete__message{max-width:100%;gap:9px;margin:24px auto 30px;font-size:12px;line-height:1.9;overflow-wrap:anywhere}
  .page-template-page-picteprint-form .pp-product__papers{flex-wrap:wrap;padding:8px 12px 2px;gap:5px}
  .page-template-page-picteprint-form .pp-product__papers strong{flex:0 0 100%}
}
