html.coco-wizard-lock,body.coco-wizard-lock{overflow:hidden!important}.coco-daddy-poster{--ink: var(--coco-bx-heading, #2a555a);--ink-2: #3a6a6f;--accent: var(--coco-bx-accent, #d2694a);--accent-dark: var(--coco-bx-accent-dark, #b9512f);--gold: #c9923a;--green: #2e8b57;--cream: var(--coco-bx-cream-bg, #efe6da);--cream-2: var(--coco-bx-soft-bg, #faf7f1);--paper: var(--coco-bx-card-bg, #fff);--line: var(--coco-bx-border, #e6dccf);--line-soft: var(--coco-bx-border-soft, #c3b9ad);--muted: var(--coco-bx-subtext, #8a857d);--soft: var(--coco-bx-soft-bg, #eef5f2);--selected-bg: var(--coco-bx-selected-bg, #fdeee7);--text: var(--coco-bx-text, #1b2b2c);--danger: var(--coco-bx-error, #d33b3b);--shadow: 0 10px 28px rgba(42, 85, 90, .08);--shadow-soft: 0 6px 18px rgba(42, 85, 90, .06);--radius: 13px;--focus-ring: 0 0 0 3px rgba(42, 85, 90, .1);--coco-heading: var(--heading-font-family, Georgia, "Times New Roman", serif);--coco-body: var(--text-font-family, "DM Sans", ui-sans-serif, system-ui, sans-serif);color:var(--text);font-family:var(--coco-body);box-sizing:border-box}.coco-daddy-poster *,.coco-daddy-poster *:before,.coco-daddy-poster *:after{box-sizing:border-box}.coco-daddy-poster button,.coco-daddy-poster input,.coco-daddy-poster select,.coco-daddy-poster textarea{font:inherit;font-family:var(--coco-body)}.coco-daddy-poster button{cursor:pointer}.coco-daddy-poster img{max-width:100%;display:block}.coco-daddy-poster h1,.coco-daddy-poster h2,.coco-daddy-poster h3,.coco-daddy-poster h4,.coco-daddy-poster .brand,.coco-daddy-poster .product-info__title,.coco-daddy-poster .section-title,.coco-daddy-poster .form-card h2,.coco-daddy-poster .preview-card h3{font-family:var(--coco-heading)}.coco-daddy-poster .brand{color:var(--ink);font-weight:900;font-style:italic;font-size:clamp(22px,2vw,31px);letter-spacing:-.7px}.coco-daddy-poster .page-shell{width:min(1360px,calc(100% - 40px));margin:44px auto 70px}.coco-daddy-poster .product-grid{display:grid;grid-template-columns:minmax(420px,.95fr) minmax(500px,1.05fr);gap:clamp(38px,5vw,78px);align-items:start}.coco-daddy-poster .gallery-panel{position:sticky;top:100px;align-self:start;width:100%;min-width:0;height:calc(100dvh - 120px);max-height:calc(100dvh - 120px);display:flex;flex-direction:row;align-items:stretch;gap:12px}.coco-daddy-poster .thumb-row{display:flex;flex-direction:column;gap:10px;flex:0 0 78px;order:0;width:78px;height:100%;max-height:100%;margin:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(23,63,67,.25) transparent;padding:2px}.coco-daddy-poster .thumb-row::-webkit-scrollbar{width:4px}.coco-daddy-poster .thumb-row::-webkit-scrollbar-thumb{background:#173f4340;border-radius:99px}.coco-daddy-poster .thumb{width:72px;height:72px;flex:0 0 72px;border:2px solid transparent;border-radius:14px;background:var(--cream);display:grid;place-items:center;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;padding:0}.coco-daddy-poster .thumb:hover{transform:translateY(-1px)}.coco-daddy-poster .thumb.active{border-color:var(--ink);box-shadow:0 0 0 3px #173f4317}.coco-daddy-poster .thumb img{width:100%;height:100%;object-fit:cover;display:block}.coco-daddy-poster .thumb small{color:var(--muted);font-size:10px;text-align:center;line-height:1.2}.coco-daddy-poster .main-art-stage{flex:1 1 auto;order:1;min-width:0;min-height:0;height:100%;max-height:100%;border-radius:28px;background:linear-gradient(145deg,#fff,#faf5ef);display:grid;place-items:center;padding:0;box-shadow:var(--shadow-soft);border:1px solid #f0e7dc;overflow:hidden;position:relative}.coco-daddy-poster .main-art-track{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.coco-daddy-poster .main-art-video,.coco-daddy-poster .main-art-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;border:0;will-change:transform,opacity}.coco-daddy-poster .main-art-image{display:none}.coco-daddy-poster .main-art-image--next{display:none;z-index:2}.coco-daddy-poster .main-art-stage.show-image .main-art-video{display:none}.coco-daddy-poster .main-art-stage.show-image .main-art-image:not(.main-art-image--next){display:block}.coco-daddy-poster .main-art-stage.is-animating .main-art-image--next{display:block}.coco-daddy-poster .main-art-stage.slide-next .main-art-image:not(.main-art-image--next){animation:cocoGalleryOutLeft .38s cubic-bezier(.22,.61,.36,1) forwards}.coco-daddy-poster .main-art-stage.slide-next .main-art-image--next{animation:cocoGalleryInRight .38s cubic-bezier(.22,.61,.36,1) forwards}.coco-daddy-poster .main-art-stage.slide-prev .main-art-image:not(.main-art-image--next){animation:cocoGalleryOutRight .38s cubic-bezier(.22,.61,.36,1) forwards}.coco-daddy-poster .main-art-stage.slide-prev .main-art-image--next{animation:cocoGalleryInLeft .38s cubic-bezier(.22,.61,.36,1) forwards}@keyframes cocoGalleryOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-18%);opacity:0}}@keyframes cocoGalleryInRight{0%{transform:translate(22%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes cocoGalleryOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(18%);opacity:0}}@keyframes cocoGalleryInLeft{0%{transform:translate(-22%);opacity:0}to{transform:translate(0);opacity:1}}@media(prefers-reduced-motion:reduce){.coco-daddy-poster .main-art-stage.slide-next .main-art-image:not(.main-art-image--next),.coco-daddy-poster .main-art-stage.slide-next .main-art-image--next,.coco-daddy-poster .main-art-stage.slide-prev .main-art-image:not(.main-art-image--next),.coco-daddy-poster .main-art-stage.slide-prev .main-art-image--next{animation-duration:.01ms!important}}.coco-daddy-poster .gallery-nav{position:absolute;top:0;bottom:0;margin:auto 0;z-index:3;width:42px;height:42px;border:0;border-radius:50%;background:#ffffffeb;color:var(--ink);font-size:26px;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #1a3b3d29;transition:.2s ease;padding:0}.coco-daddy-poster .gallery-nav:hover{background:#fff;transform:scale(1.06)}.coco-daddy-poster .gallery-nav.prev{left:14px;padding-right:2px}.coco-daddy-poster .gallery-nav.next{right:14px;padding-left:2px}.coco-daddy-poster .poster-frame{width:min(88%,520px);aspect-ratio:4 / 5;background:#d9bea1;padding:10px;box-shadow:0 24px 42px #31271c29;transition:.25s ease}.coco-daddy-poster .poster-mat{background:#f8f3ec;padding:6px;width:100%;height:100%}.coco-daddy-poster .poster-paper{width:100%;height:100%;background:#fffdf9;position:relative;overflow:hidden;border:0}.coco-daddy-poster .poster-title{text-align:center;padding-top:33px;font:500 clamp(24px,2.4vw,42px)/1.05 Georgia,serif;letter-spacing:2px;color:#2f3232}.coco-daddy-poster .poster-subtitle{text-align:center;margin-top:9px;font:12px/1.4 Georgia,serif;color:#6d6862;letter-spacing:1px;text-transform:uppercase}.coco-daddy-poster .poster-scene{position:absolute;top:25%;right:8%;bottom:11%;left:8%}.coco-daddy-poster .stadium-lines{position:absolute;top:5%;right:0;bottom:32%;left:0;border-top:1px solid #9aa6a7;border-bottom:1px solid #9aa6a7;opacity:.65}.coco-daddy-poster .stadium-lines:before,.coco-daddy-poster .stadium-lines:after{content:"";position:absolute;left:0;right:0;border-top:1px solid #b5bebe}.coco-daddy-poster .stadium-lines:before{top:27%}.coco-daddy-poster .stadium-lines:after{top:58%}.coco-daddy-poster .goal-post{position:absolute;width:2px;background:#6e7d7f;height:36%;bottom:33%}.coco-daddy-poster .goal-post.p1{left:8%}.coco-daddy-poster .goal-post.p2{left:14%;height:27%}.coco-daddy-poster .goal-post.p3{right:8%}.coco-daddy-poster .goal-post.p4{right:14%;height:27%}.coco-daddy-poster .dad{position:absolute;right:8%;bottom:0;width:56%;height:74%;border:2px solid #566264;border-radius:48% 52% 25% 22%;transform:rotate(-5deg);background:linear-gradient(135deg,transparent 52%,rgba(232,94,63,.95) 53% 72%,transparent 73%)}.coco-daddy-poster .dad:before{content:"";position:absolute;width:34%;aspect-ratio:1;border:2px solid #566264;border-radius:50%;top:-21%;right:8%;background:#fffdf9}.coco-daddy-poster .cap{position:absolute;width:42%;height:18%;border-radius:100% 0 55%;background:var(--accent);top:-16%;right:-3%;transform:rotate(10deg)}.coco-daddy-poster .child{position:absolute;left:28%;bottom:27%;width:28%;height:43%;border:2px solid #566264;border-radius:48% 52% 22% 22%;background:var(--accent)}.coco-daddy-poster .child:before{content:"";position:absolute;width:60%;aspect-ratio:1;border:2px solid #566264;border-radius:50%;top:-37%;left:18%;background:#fffdf9}.coco-daddy-poster .arm{position:absolute;width:42%;height:9%;border:2px solid #566264;border-radius:999px;background:#fffdf9;bottom:35%;left:13%;transform:rotate(-25deg)}.coco-daddy-poster .signature{position:absolute;left:7%;right:7%;bottom:6%;border-top:1px solid #677274;padding-top:8px;font:italic 12px Georgia,serif;color:#5f6667}.coco-daddy-poster .dots{position:absolute;right:7%;bottom:5%;display:flex;gap:8px}.coco-daddy-poster .dot{width:14px;height:14px;border-radius:50%;border:1px solid #b9b9b9}.coco-daddy-poster .dot.red{background:var(--accent);border-color:var(--accent)}.coco-daddy-poster .coco-loox-badge{display:inline-flex;align-items:center;gap:8px;vertical-align:middle;flex-wrap:wrap;margin-bottom:17px}.coco-daddy-poster .coco-loox-text{font-size:14px;font-weight:600;color:inherit;line-height:1.2;white-space:nowrap}.coco-daddy-poster .product-info__title{margin:0 0 12px;color:#141c1d;font-family:var(--coco-heading);font-weight:900;font-size:clamp(22px,2.6vw,34px);line-height:1.15;font-style:italic;letter-spacing:-.8px;max-width:100%;overflow-wrap:break-word;text-wrap:balance}.coco-daddy-poster .rating{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:#5f6464;margin-bottom:17px}.coco-daddy-poster .stars{color:var(--gold);letter-spacing:1px}.coco-daddy-poster .excellent{color:var(--green);font-weight:800}.coco-daddy-poster h1{margin:0 0 12px;color:#141c1d;font-family:var(--coco-heading);font-weight:900;font-size:clamp(22px,2.6vw,34px);line-height:1.15;font-style:italic;letter-spacing:-.8px;max-width:100%;overflow-wrap:break-word;text-wrap:balance}.coco-daddy-poster .price-line{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px}.coco-daddy-poster .price{font-size:24px;font-weight:900;color:var(--ink)}.coco-daddy-poster .was{color:#9e958c;text-decoration:line-through;font-size:14px}.coco-daddy-poster .save-badge{background:#fde1d7;color:#cf5037;border-radius:999px;padding:5px 10px;font-weight:800;font-size:12px}.coco-daddy-poster .trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:22px}.coco-daddy-poster .trust-item{display:flex;gap:9px;align-items:center;font-weight:700;font-size:14px;color:#344243}.coco-daddy-poster .trust-icon{width:34px;height:34px;border-radius:50%;background:#eef5f4;display:grid;place-items:center;color:var(--ink);flex:0 0 auto}.coco-daddy-poster .product-tabs{margin:0 0 18px}.coco-daddy-poster .tab-list{display:flex;flex-wrap:nowrap;gap:10px;margin:0 0 12px;border:0}.coco-daddy-poster .tab-btn{-webkit-appearance:none;appearance:none;margin:0;cursor:pointer;flex:1 1 0;min-width:0;border:1.5px solid var(--ink);background:var(--paper);color:var(--ink);border-radius:10px;padding:10px 12px;font-size:14px;font-weight:700;line-height:1.2;font-family:inherit;text-align:center;transition:background .15s ease,color .15s ease,border-color .15s ease}.coco-daddy-poster .tab-btn:hover{background:#2a555a0f}.coco-daddy-poster .tab-btn.active{background:var(--ink);border-color:var(--ink);color:#fff}.coco-daddy-poster .tab-btn.active:hover{background:var(--ink);color:#fff}.coco-daddy-poster .tab-panel{display:none;border:1.5px solid var(--ink);border-radius:12px;background:#fbfaf7;padding:22px 24px;color:#4a5555;line-height:1.65;font-size:14px}.coco-daddy-poster .tab-panel.active{display:block}.coco-daddy-poster .tab-panel p{margin:0 0 1em}.coco-daddy-poster .tab-panel p:last-child{margin-bottom:0}.coco-daddy-poster .tab-panel a{color:var(--ink);text-decoration:underline;text-underline-offset:2px}.coco-daddy-poster .description{color:#4a5555;line-height:1.65;font-size:14px;margin:0}.coco-daddy-poster .tab-panel .description+.description{margin-top:10px}.coco-daddy-poster .tab-panel ul{margin:0;padding:0 0 0 18px;color:#4a5555;line-height:1.65;font-size:14px}.coco-daddy-poster .tab-panel ul li+li{margin-top:6px}.coco-daddy-poster .selector-card{background:var(--cream-2);border:2px solid var(--line);border-radius:13px;padding:14px;margin-bottom:14px;position:relative}.coco-daddy-poster .section-title{margin:0;font-size:15px;font-weight:600;color:var(--ink)}.coco-daddy-poster .section-helper{color:var(--muted);margin:4px 0 10px;font-size:12.5px;font-weight:400}.coco-daddy-poster .sport-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.coco-daddy-poster .sport-card{background:var(--paper);border:2px solid var(--line);border-radius:13px;padding:8px;text-align:center;transition:.2s ease;position:relative}.coco-daddy-poster .sport-card:hover{border-color:var(--accent)}.coco-daddy-poster .sport-card.selected{border-color:var(--ink);box-shadow:var(--focus-ring)}.coco-daddy-poster .sport-card.selected:after{content:"\2713";position:absolute;top:6px;right:6px;width:20px;height:20px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;font-size:11px}.coco-daddy-poster .sport-badge{position:absolute;top:6px;left:6px;z-index:1;background:var(--accent);color:#fff!important;font-weight:600;font-size:9px;border-radius:999px;padding:3px 7px;letter-spacing:.2px;line-height:1;display:none}.coco-daddy-poster .sport-card.selected .sport-badge{display:inline-block;color:#fff!important}.coco-daddy-poster .sport-visual{aspect-ratio:4 / 5;width:100%;height:auto;border-radius:10px;background:var(--soft);display:grid;place-items:center;margin-bottom:6px;overflow:hidden}.coco-daddy-poster .sport-card strong{display:block;color:var(--ink);margin-bottom:2px;font-size:14px;font-weight:600}.coco-daddy-poster .sport-card>span:not(.sport-badge){display:block;color:var(--muted);font-size:11px}.coco-daddy-poster .sport-card em{display:block;color:var(--accent);font-style:normal;font-weight:600;font-size:11px;margin-top:5px}.coco-daddy-poster .sport-card.selected em{color:var(--ink)}.coco-daddy-poster .primary-btn,.coco-daddy-poster .secondary-btn,.coco-daddy-poster .ghost-btn,.coco-daddy-poster .shopify-btn{border:0;border-radius:11px;min-height:50px;padding:0 20px;font-weight:600;transition:.2s ease;display:inline-flex;justify-content:center;align-items:center;gap:9px}.coco-daddy-poster .primary-btn{background:var(--ink);color:#fff;box-shadow:none}.coco-daddy-poster .primary-btn:hover{background:#23484c;transform:none}.coco-daddy-poster .secondary-btn{background:#fff;color:var(--ink);border:2px solid var(--ink);box-shadow:none}.coco-daddy-poster .ghost-btn{background:transparent;color:var(--ink);border:2px solid var(--line)}.coco-daddy-poster .shopify-btn{background:#000;color:#fff;gap:8px;box-shadow:none}.coco-daddy-poster .shopify-btn:hover{background:#1a1a1a;transform:none}.coco-daddy-poster .shopify-btn svg{width:18px;height:18px;flex:0 0 auto}.coco-daddy-poster .full{width:100%}.coco-daddy-poster .cta-note{text-align:center;color:#837970;font-size:12px;margin:10px 0 0}.coco-daddy-poster .mobile-upload{display:none;margin:0 0 4px}.coco-daddy-poster .mobile-upload .preview-upload{max-width:none;padding:18px 14px;cursor:pointer}.coco-daddy-poster .mobile-upload .preview-upload .helper{margin:3px auto 6px;max-width:28ch;font-size:11px;line-height:1.3}.coco-daddy-poster .mobile-upload .preview-upload strong{display:block;font-size:14px}.coco-daddy-poster .mobile-upload .upload-icon{width:44px;height:44px;margin:0 auto 6px}.coco-daddy-poster .mobile-upload .upload-icon svg{width:20px;height:20px}.coco-daddy-poster .mobile-upload-hint{display:block;color:var(--ink);font-size:11px;font-weight:800;text-decoration:underline}.coco-daddy-poster .mobile-upload .change-photo-btn{display:none;margin-top:10px}.coco-daddy-poster .mobile-upload.has-photo .upload-empty{display:none}.coco-daddy-poster .mobile-upload.has-photo .upload-filled{display:flex}.coco-daddy-poster .mobile-upload.has-photo .change-photo-btn{display:inline-flex;justify-content:center;align-items:center;width:100%}.coco-daddy-poster .mobile-upload-thumb,.coco-daddy-poster .mobile-upload .upload-thumb{width:54px;height:54px;object-fit:cover;border-radius:10px;background:#f3ebe3;flex:none}.coco-daddy-poster .mobile-frame-preview{display:none}.coco-daddy-poster .mobile-frame-stage{background:linear-gradient(145deg,#fbf7f1,#f1e7dc);border-radius:16px;padding:16px;display:grid;place-items:center;min-height:300px}.coco-daddy-poster .mobile-frame-stage .poster-frame{width:min(72%,260px)}.coco-daddy-poster .mobile-frame-caption{margin:10px 0 0;text-align:center;color:#6f6760;font-size:12px;font-weight:700}.coco-daddy-poster .wizard-panel{display:none;width:100%;background:transparent;border:0;border-radius:0;overflow:visible}.coco-daddy-poster.wizard-open .product-view{display:none}.coco-daddy-poster.wizard-open .wizard-panel,.coco-daddy-poster .wizard-panel.open{display:block}.coco-daddy-poster .stepper{display:flex;justify-content:center;align-items:center;gap:0;margin:0 0 18px;padding:12px 14px;background:var(--cream);border:2px solid var(--line);border-radius:13px}.coco-daddy-poster .step-item{display:flex;align-items:center;gap:7px;color:var(--muted);font-weight:600;font-size:13px;white-space:nowrap}.coco-daddy-poster .step-item .num{width:19px;height:19px;border-radius:50%;border:0;display:grid;place-items:center;background:var(--line-soft);color:#fff;font-weight:600;font-size:12px}.coco-daddy-poster .step-item.active{color:var(--text)}.coco-daddy-poster .step-item.active .num{background:var(--ink);color:#fff;border-color:var(--ink)}.coco-daddy-poster .step-item.done{color:var(--ink)}.coco-daddy-poster .step-item.done .num{background:var(--ink);color:#fff;border-color:var(--ink)}.coco-daddy-poster .step-line{width:clamp(28px,6vw,90px);height:2px;background:var(--line);margin:0 10px}.coco-daddy-poster .step-line.done{background:var(--ink)}.coco-daddy-poster .wizard-shell{width:100%;margin:0;padding:0}.coco-daddy-poster .wizard-grid{display:grid;grid-template-columns:minmax(380px,.92fr) minmax(460px,1.08fr);gap:clamp(22px,3vw,34px);align-items:start}.coco-daddy-poster .preview-card{position:sticky;top:100px;background:var(--paper);border-radius:13px;padding:16px;box-shadow:none;border:2px solid var(--line)}.coco-daddy-poster .live-preview{min-height:480px;height:auto;max-height:none;aspect-ratio:4 / 5;background:#fff;border-radius:18px;display:grid;place-items:center;padding:28px 22px;overflow:hidden;position:relative;border:0}.coco-daddy-poster .live-preview .poster-frame{width:min(84%,460px)}.coco-daddy-poster .live-preview.has-upload .poster-frame{display:none}.coco-daddy-poster .preview-upload{position:relative;width:100%;max-width:420px;border:2px dashed var(--line);border-radius:13px;padding:32px 22px;text-align:center;background:transparent;transition:border-color .2s ease,background .2s ease;cursor:pointer;display:flex;flex-direction:column;align-items:center}.coco-daddy-poster .preview-upload:hover{border-color:var(--accent);background:transparent;box-shadow:none;transform:none}.coco-daddy-poster .preview-upload:hover .upload-icon{background:linear-gradient(160deg,var(--ink),var(--ink-2));color:#fff;transform:scale(1.05)}.coco-daddy-poster .preview-upload.drag{border-color:var(--ink);background:#eef6f58c;box-shadow:none}.coco-daddy-poster .coco-photo-input{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;border:0!important;white-space:nowrap!important;opacity:0!important;display:block!important;pointer-events:none}.coco-daddy-poster .preview-upload .upload-browse{color:var(--ink);font-weight:800;text-decoration:underline}.coco-daddy-poster .preview-upload strong{display:block;color:#1e3031;font-weight:800;font-size:16px;letter-spacing:-.1px}.coco-daddy-poster .preview-upload .upload-sub{display:block;margin-top:5px;color:#8a8178;font-size:13px}.coco-daddy-poster .preview-upload label{color:var(--ink);font-weight:800;text-decoration:underline;cursor:pointer}.coco-daddy-poster .upload-formats{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px;margin-top:16px}.coco-daddy-poster .upload-formats span{background:#fff;border:1px solid #e6d8ca;color:#8a7f74;font-size:10.5px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;border-radius:999px;padding:4px 9px;line-height:1.2}.coco-daddy-poster .live-preview.has-photo .preview-upload{display:none}.coco-daddy-poster .live-preview.has-photo .poster-frame{display:block}.coco-daddy-poster .change-photo-btn{display:none;margin-top:14px;width:100%;border:1.5px solid var(--ink);background:#fff;color:var(--ink);border-radius:12px;min-height:46px;font-weight:800;cursor:pointer;align-items:center;justify-content:center;gap:8px;transition:background .18s ease,transform .18s ease;box-sizing:border-box;text-align:center;font:inherit}.coco-daddy-poster .change-photo-btn svg{width:16px;height:16px;flex:0 0 auto}.coco-daddy-poster .change-photo-btn:hover{background:#f3faf9;transform:translateY(-1px)}.coco-daddy-poster .preview-card.has-photo .change-photo-btn{display:inline-flex;justify-content:center;align-items:center}.coco-daddy-poster.wizard-framing .preview-card .change-photo-btn,.coco-daddy-poster.wizard-review .preview-card .change-photo-btn,.coco-daddy-poster.wizard-framing .mobile-upload .change-photo-btn,.coco-daddy-poster.wizard-review .mobile-upload .change-photo-btn{display:none!important}.coco-daddy-poster .form-card{position:relative;background:var(--paper);border-radius:13px;padding:22px 20px 20px;box-shadow:none;border:2px solid var(--line)}.coco-daddy-poster .form-card h2{margin:0;color:var(--ink);font-family:var(--coco-heading);font-weight:700;font-size:clamp(20px,2vw,26px);line-height:1.2;letter-spacing:-.2px}.coco-daddy-poster .form-intro{color:var(--muted);margin:8px 0 16px;line-height:1.55;font-size:13px;font-weight:400}.coco-daddy-poster .price-box{background:var(--cream);border:1px dashed var(--accent);border-radius:12px;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap;min-height:0}.coco-daddy-poster .price-box-label{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.coco-daddy-poster .price-box-label>span{color:var(--accent-dark);font-weight:600;font-size:11px;letter-spacing:.4px;text-transform:uppercase}.coco-daddy-poster .price-box-save{background:var(--selected-bg);color:var(--accent-dark);border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600;font-style:normal;letter-spacing:.2px}.coco-daddy-poster .price-box-amounts{display:flex;align-items:baseline;gap:8px}.coco-daddy-poster .price-box-was{color:var(--muted);text-decoration:line-through;font-size:12px;font-weight:400}.coco-daddy-poster .price-box strong{color:var(--ink);font-size:18px;font-weight:600;letter-spacing:-.2px;font-family:var(--coco-body);line-height:1.1}.coco-daddy-poster .form-section{border-top:1px solid var(--line);padding-top:20px;margin-top:20px}.coco-daddy-poster .form-section:first-of-type{border-top:0;margin-top:0;padding-top:0}.coco-daddy-poster .form-section h3{margin:0 0 6px;color:var(--text);font-family:var(--coco-body);font-size:13px;font-weight:600}.coco-daddy-poster .helper{color:var(--muted);font-size:12.5px;margin:0 0 10px;line-height:1.45;font-weight:400}.coco-daddy-poster .upload-box{border:2px dashed #c9b7a7;border-radius:17px;padding:25px;text-align:center;background:#fffaf5;transition:.2s}.coco-daddy-poster .upload-box.drag{border-color:var(--ink);background:#eef6f5}.coco-daddy-poster .upload-icon{width:52px;height:52px;margin:0 auto 12px;border-radius:50%;background:var(--soft);display:grid;place-items:center;color:var(--ink);transition:background .2s ease,color .2s ease,transform .2s ease}.coco-daddy-poster .upload-icon svg{width:26px;height:26px}.coco-daddy-poster .upload-filled{display:none;align-items:center;gap:12px;text-align:left;width:100%}.coco-daddy-poster .upload-thumb{width:58px;height:58px;border-radius:12px;object-fit:cover;background:#f2efe9;flex:none;border:1px solid #e6d8ca}.coco-daddy-poster .upload-thumb.is-skeleton,.coco-daddy-poster .uploaded-photo.is-skeleton{background:linear-gradient(100deg,#ebe4db 20%,#f7f2ec,#ebe4db 60%);background-size:200% 100%;animation:coco-thumb-skeleton 1.15s ease-in-out infinite;border-color:#e4d8cc}.coco-daddy-poster .upload-thumb.is-skeleton{object-position:-9999px;color:transparent}.coco-daddy-poster .poster-paper.is-preview-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;background:linear-gradient(100deg,#ebe4db 20%,#f7f2ec,#ebe4db 60%);background-size:200% 100%;animation:coco-thumb-skeleton 1.15s ease-in-out infinite;pointer-events:none}@keyframes coco-thumb-skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}.coco-daddy-poster .upload-check.is-loading{color:#8a8178;font-weight:600}.coco-daddy-poster .upload-meta{flex:1;min-width:0}.coco-daddy-poster .upload-name{font-size:14px;font-weight:700;color:#1e3031;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.coco-daddy-poster .upload-size-row{font-size:12.5px;color:#8a8178;margin-top:2px}.coco-daddy-poster .upload-check{color:#2e8b57;font-weight:700}.coco-daddy-poster .upload-remove{flex:none;background:none;border:0;font-size:24px;line-height:1;color:#8a8178;cursor:pointer;padding:0 4px;position:relative;z-index:4}.coco-daddy-poster .upload-remove:hover{color:var(--ink)}.coco-daddy-poster .preview-upload.coco-upload-invalid,.coco-daddy-poster .preview-upload.is-invalid,.coco-daddy-poster .field.is-invalid select,.coco-daddy-poster .field.is-invalid input,.coco-daddy-poster .field.is-invalid textarea,.coco-daddy-poster select.is-invalid,.coco-daddy-poster input.is-invalid,.coco-daddy-poster textarea.is-invalid{border-color:#c0392b!important}.coco-daddy-poster .field-error{color:#c0392b;font-size:13px;font-weight:700;margin-top:8px}.coco-daddy-poster .wizard-errors{background:#fff1f0;border:1px solid #f0c2bd;color:#9b2c2c;border-radius:12px;padding:10px 12px;font-size:13px;font-weight:700;margin:0 0 14px;line-height:1.4}.coco-daddy-poster .upload-box input{display:none}.coco-daddy-poster .upload-box label{color:var(--ink);font-weight:900;text-decoration:underline;cursor:pointer}.coco-daddy-poster .file-status{font-size:12px;color:#7f756d;margin-top:7px}.coco-daddy-poster .people-options{display:flex;gap:8px;flex-wrap:wrap}.coco-daddy-poster .people-btn{min-width:46px;height:46px;padding:0 12px;border-radius:11px;border:2px solid var(--line);background:var(--paper);color:var(--ink);font-weight:600;font-size:16px;transition:.18s ease;text-align:center;display:inline-flex;align-items:center;justify-content:center}.coco-daddy-poster .people-btn:hover{border-color:var(--accent)}.coco-daddy-poster .people-btn.active{background:#2a555a0d;color:var(--ink);border-color:var(--ink);box-shadow:var(--focus-ring)}.coco-daddy-poster .field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.coco-daddy-poster .field{display:flex;flex-direction:column;gap:5px}.coco-daddy-poster .field.full-span{grid-column:1 / -1}.coco-daddy-poster .field label{font-size:13px;font-weight:600;color:var(--text)}.coco-daddy-poster .field input,.coco-daddy-poster .field select,.coco-daddy-poster .field textarea{width:100%;border:2px solid var(--line);border-radius:10px;min-height:46px;padding:11px 12px;outline:none;background:var(--paper);color:var(--text);font-size:14px;transition:border-color .15s ease,box-shadow .15s ease}.coco-daddy-poster .field textarea{min-height:90px;resize:vertical}.coco-daddy-poster .field input:focus,.coco-daddy-poster .field select:focus,.coco-daddy-poster .field textarea:focus{border-color:var(--ink);box-shadow:var(--focus-ring)}.coco-daddy-poster .field-stack{display:grid;gap:14px}.coco-daddy-poster .field-row{display:grid;grid-template-columns:1fr 150px;gap:12px;align-items:end}.coco-daddy-poster .field-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.coco-daddy-poster .field-head .see-link,.coco-daddy-poster .field-head .see-all-link{border:0;background:transparent;color:var(--ink);font-size:13px;font-weight:600;text-decoration:underline;padding:0;white-space:nowrap;cursor:pointer;font-family:inherit}.coco-daddy-poster .bg-colour-row{display:flex;flex-wrap:wrap;gap:10px}.coco-daddy-poster .bg-colour-chip{width:44px;height:44px;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0;box-shadow:inset 0 0 0 1px #00000014;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.coco-daddy-poster .bg-colour-chip:hover{transform:scale(1.05)}.coco-daddy-poster .bg-colour-chip.active{border-color:var(--ink);box-shadow:0 0 0 3px #2a555a1f,inset 0 0 0 1px #0000000f}.coco-daddy-poster .bg-colour-preview-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100050;display:none;align-items:center;justify-content:center;background:#1c1c1a8c;padding:18px}.coco-daddy-poster .bg-colour-preview-modal.open{display:flex}.coco-daddy-poster .bg-colour-preview-panel{background:#fbf8f2;border-radius:16px;max-width:760px;width:100%;max-height:90vh;overflow:auto;padding:20px 20px 24px;box-shadow:0 12px 50px #00000059}.coco-daddy-poster .bg-colour-preview-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.coco-daddy-poster .bg-colour-preview-head h3{margin:0;color:var(--ink);font-size:19px;font-family:var(--coco-heading)}.coco-daddy-poster .bg-colour-preview-close{background:none;border:0;font-size:26px;line-height:1;color:var(--muted);cursor:pointer;padding:0 4px}.coco-daddy-poster .bg-colour-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.coco-daddy-poster .bg-colour-preview-tile{border:2px solid transparent;border-radius:12px;overflow:hidden;cursor:pointer;background:#fff;padding:0;text-align:center;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.coco-daddy-poster .bg-colour-preview-tile img,.coco-daddy-poster .bg-colour-preview-swatch{width:100%;display:block;aspect-ratio:81/144;object-fit:cover}.coco-daddy-poster .bg-colour-preview-tile .nm{display:block;font-size:12.5px;font-weight:600;color:#2c2c2a;padding:7px 6px}.coco-daddy-poster .bg-colour-preview-tile.sel{border-color:var(--ink);box-shadow:0 0 0 3px #2a555a1a}.coco-daddy-poster .bg-colour-preview-tile:hover{border-color:var(--accent)}.coco-daddy-poster .style-options{grid-template-columns:repeat(2,minmax(0,1fr))}.coco-daddy-poster .req{color:var(--accent);margin-left:3px}.coco-daddy-poster .choice-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.coco-daddy-poster .choice-btn{border:2px solid var(--line);border-radius:10px;background:var(--paper);color:var(--ink);font-weight:600;font-size:13px;padding:8px;transition:.18s;display:flex;flex-direction:column;gap:8px;align-items:stretch;text-align:center}.coco-daddy-poster .choice-btn:hover{border-color:var(--accent);color:var(--ink)}.coco-daddy-poster .choice-btn.active{border-color:var(--ink);box-shadow:var(--focus-ring);color:var(--ink);background:#2a555a0d}.coco-daddy-poster .check-row{display:flex;align-items:center;gap:11px;border:2px solid var(--line);border-radius:11px;padding:12px 14px;background:var(--paper)}.coco-daddy-poster .check-row input{width:18px;height:18px;flex:0 0 auto;accent-color:var(--ink);cursor:pointer}.coco-daddy-poster .check-row label{color:var(--text);font-weight:600;font-size:14px;line-height:1.4;cursor:pointer}.coco-daddy-poster .check-row label span{color:var(--muted);font-weight:400}.coco-daddy-poster .action-back .btn-icon{display:none}.coco-daddy-poster .action-next .btn-arrow{margin-left:2px}.coco-daddy-poster .action-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px;align-items:stretch}.coco-daddy-poster .action-row>.secondary-btn,.coco-daddy-poster .action-row>.ghost-btn,.coco-daddy-poster .action-row>.primary-btn{width:100%;min-width:0}.coco-daddy-poster .action-row .action-price{display:none}.coco-daddy-poster .action-row.review-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:stretch}.coco-daddy-poster .action-row.review-actions .action-price{display:none}.coco-daddy-poster .action-row.review-actions #saveLater{display:none!important}.coco-daddy-poster .action-row.review-actions #addToCart,.coco-daddy-poster .action-row.review-actions #shopNow{width:100%;min-width:0}.coco-daddy-poster .action-price{display:none;flex-direction:row;align-items:baseline;flex-wrap:wrap;gap:6px 10px;min-width:0}.coco-daddy-poster .action-price span{color:#7a8888;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.coco-daddy-poster .action-price strong{color:var(--ink);font-size:18px;font-weight:800;letter-spacing:-.3px;line-height:1.1}.coco-daddy-poster .action-price em{color:var(--green);font-style:normal;font-size:11px;font-weight:700}.coco-daddy-poster .product-type,.coco-daddy-poster .size-btn,.coco-daddy-poster .frame-card,.coco-daddy-poster .choice-btn{position:relative}.coco-daddy-poster .product-type.selected:after,.coco-daddy-poster .size-btn.active:after,.coco-daddy-poster .frame-card.selected:after,.coco-daddy-poster .choice-btn.active:after{content:"\2713";position:absolute;top:8px;right:8px;width:18px;height:18px;border-radius:50%;background:var(--ink);color:#fff;font-size:10px;font-weight:600;display:grid;place-items:center;line-height:1}.coco-daddy-poster .popular-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);z-index:2;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;background:var(--accent);color:#fff;font-size:10px;font-weight:600;letter-spacing:.3px;text-transform:uppercase;line-height:1;padding:5px 9px;border-radius:999px;box-shadow:0 3px 8px #d2694a40;pointer-events:none}.coco-daddy-poster .popular-badge svg{width:11px;height:11px;flex:0 0 auto}.coco-daddy-poster .product-type.has-popular,.coco-daddy-poster .size-btn.has-popular{overflow:visible}.coco-daddy-poster .product-type.is-unavailable,.coco-daddy-poster .size-btn.is-unavailable,.coco-daddy-poster .frame-card.is-unavailable{opacity:.55;cursor:not-allowed;filter:grayscale(.35);box-shadow:none!important;border-color:var(--line)!important;background:#f7f4ef!important}.coco-daddy-poster .product-type.is-unavailable:hover,.coco-daddy-poster .size-btn.is-unavailable:hover,.coco-daddy-poster .frame-card.is-unavailable:hover{border-color:var(--line)!important;transform:none}.coco-daddy-poster .product-type.is-unavailable small,.coco-daddy-poster .size-btn.is-unavailable small,.coco-daddy-poster .frame-card.is-unavailable small{color:var(--danger)!important;font-weight:700}.coco-daddy-poster .product-type.is-unavailable.selected:after,.coco-daddy-poster .size-btn.is-unavailable.active:after,.coco-daddy-poster .frame-card.is-unavailable.selected:after{display:none}.coco-daddy-poster .product-types{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;padding-top:8px}.coco-daddy-poster .size-options{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding-top:8px}.coco-daddy-poster .product-type{border:2px solid var(--line);border-radius:13px;background:var(--paper);padding:13px 12px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;text-align:left;transition:.18s}.coco-daddy-poster .product-type:hover{border-color:var(--accent)}.coco-daddy-poster .product-type.selected{border-color:var(--ink);box-shadow:var(--focus-ring);background:#2a555a0d}.coco-daddy-poster .product-type-icon{font-size:18px;line-height:1}@media(min-width:1051px){.coco-daddy-poster .product-type-icon{display:none}}.coco-daddy-poster .product-type strong{color:var(--ink);font-size:15px;font-weight:600}.coco-daddy-poster .product-type small{color:var(--accent);font-weight:600;font-size:13px}.coco-daddy-poster .product-type.selected small{color:var(--accent)}.coco-daddy-poster .size-btn{border:2px solid var(--line);border-radius:10px;background:var(--paper);padding:12px 16px;display:flex;flex-direction:column;gap:4px;align-items:flex-start;transition:.18s;font-weight:600}.coco-daddy-poster .size-btn:hover{border-color:var(--accent)}.coco-daddy-poster .size-btn.active{border-color:var(--ink);box-shadow:var(--focus-ring);background:#2a555a0d}.coco-daddy-poster .size-btn strong{color:var(--ink);font-size:14px;font-weight:600}.coco-daddy-poster .size-btn small{color:var(--accent);font-weight:600;font-size:13px}.coco-daddy-poster .size-btn.active small{color:var(--accent)}.coco-daddy-poster .frame-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.coco-daddy-poster .frame-card{border:2px solid var(--line);border-radius:14px;background:var(--paper);padding:8px 10px;position:relative;text-align:center;transition:.2s}.coco-daddy-poster .frame-card:hover{border-color:var(--accent)}.coco-daddy-poster .frame-card.selected{border-color:var(--ink);box-shadow:0 0 0 2px #2a555a14;background:#fff}.coco-daddy-poster .frame-swatch{aspect-ratio:4/5;border-radius:10px;display:grid;place-items:center;background:var(--soft);margin-bottom:8px;overflow:hidden}.coco-daddy-poster .mini-frame{width:74px;aspect-ratio:4/5;padding:7px;background:#d6b697;box-shadow:0 7px 14px #0000001f}.coco-daddy-poster .mini-frame>div{width:100%;height:100%;background:#fffdf9;border:5px solid #f5eee6}.coco-daddy-poster .frame-card strong{color:var(--ink);font-size:13px;font-weight:600;display:block}.coco-daddy-poster .frame-card small{color:var(--accent);font-weight:600;font-size:12px;display:block;margin-top:2px}.coco-daddy-poster .review-summary{display:grid;gap:12px}.coco-daddy-poster .summary-block{border:2px solid var(--line);border-radius:13px;padding:0;background:var(--paper);overflow:hidden}.coco-daddy-poster .summary-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:11px 15px;background:var(--cream);border-bottom:1px solid var(--line)}.coco-daddy-poster .summary-head h3{margin:0;color:var(--ink);font-size:14px;font-weight:600;letter-spacing:.2px}.coco-daddy-poster .edit-link{border:2px solid var(--line);background:#fff;color:var(--ink);font-weight:600;font-size:12px;border-radius:999px;padding:5px 11px;display:inline-flex;align-items:center;gap:5px;transition:.18s}.coco-daddy-poster .edit-link:hover{border-color:var(--ink);background:#f4f8f7}.coco-daddy-poster .edit-link svg{width:12px;height:12px;flex:0 0 auto}.coco-daddy-poster .summary-list{display:grid;padding:4px 15px 12px}.coco-daddy-poster .summary-row{display:flex;justify-content:space-between;gap:18px;font-size:13px;padding:9px 0;border-bottom:1px dashed #efe7dc}.coco-daddy-poster .summary-row:last-child{border-bottom:0}.coco-daddy-poster .summary-row span:first-child{color:#8a817a}.coco-daddy-poster .summary-row strong{text-align:right;color:#263a3b;font-weight:700}.coco-daddy-poster .summary-row.stacked{flex-direction:column;gap:4px}.coco-daddy-poster .summary-row.stacked strong{text-align:left;line-height:1.5;font-weight:600}.coco-daddy-poster .rush-card{display:flex;justify-content:space-between;gap:14px;align-items:center;border:2px solid var(--line);border-radius:13px;padding:14px;background:var(--selected-bg)}.coco-daddy-poster .rush-card h4{margin:0 0 4px;color:var(--accent-dark);font-weight:600;font-size:14px}.coco-daddy-poster .rush-card p{margin:0;color:var(--muted);font-size:12.5px}.coco-daddy-poster .switch{position:relative;width:53px;height:30px;flex:0 0 auto}.coco-daddy-poster .switch input{opacity:0;width:0;height:0}.coco-daddy-poster .slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#cbc3bd;border-radius:999px;transition:.2s}.coco-daddy-poster .slider:before{content:"";position:absolute;width:22px;height:22px;left:4px;top:4px;background:#fff;border-radius:50%;transition:.2s;box-shadow:0 2px 7px #0003}.coco-daddy-poster .switch input:checked+.slider{background:var(--accent)}.coco-daddy-poster .switch input:checked+.slider:before{transform:translate(23px)}.coco-daddy-poster .price-breakdown{border-top:1px solid var(--line);margin-top:0;padding:12px 15px 14px}.coco-daddy-poster .total-row{display:flex;justify-content:space-between;align-items:center;font-size:22px;color:var(--ink);font-weight:900;margin-top:0}.coco-daddy-poster .uploaded-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:none}.coco-daddy-poster .poster-paper.has-photo .poster-title,.coco-daddy-poster .poster-paper.has-photo .poster-subtitle,.coco-daddy-poster .poster-paper.has-photo .poster-scene,.coco-daddy-poster .poster-paper.has-photo .signature,.coco-daddy-poster .poster-paper.has-photo .dots{display:none}.coco-daddy-poster .poster-paper.has-photo .uploaded-photo{display:block}.coco-daddy-poster .poster-frame:has(.poster-paper.has-photo) .poster-mat{padding:10px}.coco-daddy-poster .frame-none{background:transparent!important;padding:0!important;box-shadow:none!important}.coco-daddy-poster .frame-black{background:#252525!important}.coco-daddy-poster .frame-white{background:#f7f5ef!important}.coco-daddy-poster .frame-walnut{background:#6d4431!important}.coco-daddy-poster .frame-natural{background:#d5b491!important}.coco-daddy-poster .modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:190;display:none;align-items:center;justify-content:center;padding:24px;background:#14262780;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.coco-daddy-poster .modal.open{display:flex}.coco-daddy-poster .modal-panel{width:min(430px,100%);background:#fff;border-radius:20px;padding:26px 24px 24px;box-shadow:var(--shadow);position:relative}.coco-daddy-poster .modal-panel h3{margin:0 0 6px;color:var(--ink);font-family:var(--coco-heading);font-weight:700;font-size:20px;line-height:1.2}.coco-daddy-poster .modal-panel p.modal-sub{margin:0 0 18px;color:#7d746c;font-size:13px;line-height:1.5}.coco-daddy-poster .modal-close{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--ink);font-size:20px;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;text-align:center}.coco-daddy-poster .modal-form{display:grid;gap:13px}.coco-daddy-poster .modal-success{display:none;text-align:center;padding:8px 0 4px}.coco-daddy-poster .modal.success .modal-form,.coco-daddy-poster .modal.success .modal-sub,.coco-daddy-poster .modal.success>.modal-panel>h3{display:none}.coco-daddy-poster .modal.success .modal-success{display:block}.coco-daddy-poster .modal-success-icon{width:56px;height:56px;margin:0 auto 14px;border-radius:50%;background:#dff2e6;color:#127a4a;display:grid;place-items:center;font-size:27px}.coco-daddy-poster .modal-success h4{margin:0 0 6px;color:var(--ink);font-size:18px}.coco-daddy-poster .modal-success p{margin:0 0 18px;color:#7d746c;font-size:13px;line-height:1.5}.coco-daddy-poster .toast{position:fixed;right:24px;bottom:24px;z-index:200;background:var(--ink);color:#fff;border-radius:14px;padding:15px 18px;box-shadow:var(--shadow);max-width:340px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(24px);transition:opacity .25s,transform .25s,visibility .25s}.coco-daddy-poster .toast.show{opacity:1;visibility:visible;transform:translateY(0)}@media(max-width:1050px){.coco-daddy-poster .product-grid,.coco-daddy-poster .wizard-grid{grid-template-columns:1fr;min-width:0}.coco-daddy-poster .gallery-panel{position:static;top:auto;height:auto!important;max-height:none!important;align-self:stretch;flex-direction:column;gap:10px;min-width:0;max-width:100%;overflow:hidden}.coco-daddy-poster .main-art-stage{order:1;width:100%;height:auto!important;max-height:none!important;aspect-ratio:4 / 5}.coco-daddy-poster .thumb-row{order:2;flex-direction:row;flex-wrap:nowrap;flex:0 0 auto!important;width:100%!important;max-width:100%;height:auto!important;max-height:none!important;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x;gap:8px;padding:2px 0 6px;scrollbar-width:thin}.coco-daddy-poster .thumb-row::-webkit-scrollbar{height:4px;width:auto}.coco-daddy-poster .thumb{width:64px;height:64px;flex:0 0 64px;min-width:64px}.coco-daddy-poster .preview-card{position:relative;top:auto;max-height:none}.coco-daddy-poster .preview-card,.coco-daddy-poster .form-card .price-box{display:none}.coco-daddy-poster .mobile-upload{display:block;border-bottom:1px solid var(--line);padding-bottom:18px;margin:0}.coco-daddy-poster .mobile-upload+.form-section{border-top:1px solid var(--line);padding-top:18px;margin-top:18px}.coco-daddy-poster .mobile-frame-preview{display:block;margin:0 0 4px;padding-bottom:16px;border-bottom:1px solid var(--line)}.coco-daddy-poster .mobile-frame-preview+.form-section{border-top:1px solid var(--line);padding-top:18px;margin-top:18px}.coco-daddy-poster .wizard-grid{grid-template-columns:1fr;gap:22px}.coco-daddy-poster .live-preview{height:auto;max-height:none;min-height:360px}.coco-daddy-poster .trust-strip{grid-template-columns:repeat(3,1fr)}.coco-daddy-poster .product-info{min-width:0}}@media(max-width:720px){.coco-daddy-poster .brand{font-size:20px}.coco-daddy-poster .page-shell{width:min(100% - 24px,1360px);margin:16px auto 24px}.coco-daddy-poster .gallery-panel{position:static;top:auto;height:auto!important;max-height:none!important;gap:8px}.coco-daddy-poster .thumb-row{flex:0 0 auto!important;width:100%!important;max-width:100%;height:auto!important;max-height:none!important;gap:7px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.coco-daddy-poster .thumb{width:56px;height:56px;flex:0 0 56px;min-width:56px;border-radius:10px}.coco-daddy-poster .main-art-stage{height:auto!important;max-height:none!important;padding:0;border-radius:18px}.coco-daddy-poster .gallery-nav{width:36px;height:36px;font-size:20px}.coco-daddy-poster .gallery-nav.prev{left:9px}.coco-daddy-poster .gallery-nav.next{right:9px}.coco-daddy-poster .poster-frame{width:90%}.coco-daddy-poster .product-grid{gap:22px}.coco-daddy-poster .product-info__title{font-size:clamp(20px,5.4vw,28px)}.coco-daddy-poster .coco-loox-badge{margin-bottom:10px;gap:6px}.coco-daddy-poster .coco-loox-text{font-size:13px}.coco-daddy-poster .rating{font-size:13px;margin-bottom:10px;gap:6px}.coco-daddy-poster .price-line{margin-bottom:10px}.coco-daddy-poster .price{font-size:22px}.coco-daddy-poster .trust-strip{grid-template-columns:repeat(3,1fr);gap:6px;padding:12px 0;margin-bottom:16px}.coco-daddy-poster .trust-item{flex-direction:column;align-items:center;text-align:center;gap:5px;font-size:10.5px;line-height:1.25}.coco-daddy-poster .trust-icon{width:28px;height:28px;font-size:13px}.coco-daddy-poster .tab-btn{padding:9px 12px;font-size:12px;border-radius:9px}.coco-daddy-poster .tab-list{gap:8px;margin-bottom:10px}.coco-daddy-poster .tab-panel{padding:16px 14px;border-radius:10px;font-size:13px}.coco-daddy-poster .description,.coco-daddy-poster .tab-panel ul{font-size:13px}.coco-daddy-poster .selector-card{padding:12px;border-radius:16px}.coco-daddy-poster .sport-grid{grid-template-columns:repeat(3,1fr);gap:7px}.coco-daddy-poster .sport-card{padding:6px;border-radius:12px}.coco-daddy-poster .sport-card.selected{padding:5px}.coco-daddy-poster .sport-card strong{font-size:12px}.coco-daddy-poster .sport-card>span:not(.sport-badge){font-size:10px}.coco-daddy-poster .sport-card em{font-size:10px;margin-top:4px}.coco-daddy-poster .sport-badge{font-size:8px;padding:3px 6px;top:5px;left:5px}.coco-daddy-poster .sport-card.selected:after{width:17px;height:17px;font-size:9px;top:5px;right:5px}.coco-daddy-poster .primary-btn,.coco-daddy-poster .secondary-btn,.coco-daddy-poster .ghost-btn{min-height:50px;font-size:15px}.coco-daddy-poster .product-info{padding-bottom:0}.coco-daddy-poster .product-cta{position:fixed;left:0;right:0;bottom:0;z-index:30;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#fffffff7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--line);box-shadow:0 -10px 28px #1a3b3d1a}.coco-daddy-poster .product-cta .primary-btn{width:100%}.coco-daddy-poster .product-cta .cta-note{display:none}.coco-daddy-poster.wizard-open .page-shell{width:100%;margin:0;max-width:none}.coco-daddy-poster.wizard-open .wizard-panel,.coco-daddy-poster .wizard-panel.open{position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;display:block;width:100%;height:100%;max-height:100dvh;margin:0;padding:12px 12px calc(76px + env(safe-area-inset-bottom));background:var(--cream-2);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;box-sizing:border-box}.coco-daddy-poster.wizard-review.wizard-open .wizard-panel,.coco-daddy-poster.wizard-review .wizard-panel.open{padding-bottom:calc(168px + env(safe-area-inset-bottom))}.coco-daddy-poster .wizard-shell{width:100%;margin:0;padding:0}.coco-daddy-poster .stepper{margin-bottom:16px;justify-content:space-between;overflow:visible;gap:4px}.coco-daddy-poster .step-item{flex:1 1 0;flex-direction:column;align-items:center;justify-content:center;gap:5px;font-size:11px;font-weight:600;text-align:center;min-width:0}.coco-daddy-poster .step-item .num{width:22px;height:22px;font-size:11px}.coco-daddy-poster .step-item span:not(.num){display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;line-height:1.2}.coco-daddy-poster .step-line{width:auto;flex:0 0 10px;min-width:8px;margin:0 2px 16px;align-self:center}.coco-daddy-poster .preview-card{padding:14px;border-radius:18px}.coco-daddy-poster .live-preview{height:auto;max-height:none;min-height:280px;aspect-ratio:4/5;padding:18px;border-radius:16px}.coco-daddy-poster .live-preview .poster-frame{width:min(74%,300px)}.coco-daddy-poster .preview-upload{padding:22px 16px}.coco-daddy-poster .mobile-upload .preview-upload{padding:10px}.coco-daddy-poster .upload-icon{width:44px;height:44px;margin-bottom:7px}.coco-daddy-poster .upload-icon svg{width:20px;height:20px}.coco-daddy-poster .preview-upload strong{font-size:14px}.coco-daddy-poster .upload-formats{margin-top:12px}.coco-daddy-poster .upload-formats span{font-size:9.5px;padding:3px 7px}.coco-daddy-poster .form-card{padding:18px 16px;border-radius:18px}.coco-daddy-poster .form-section{padding-top:16px;margin-top:16px}.coco-daddy-poster .form-section h3{font-size:15px}.coco-daddy-poster .field-grid,.coco-daddy-poster .field-row{grid-template-columns:1fr}.coco-daddy-poster .field input,.coco-daddy-poster .field select,.coco-daddy-poster .field textarea{min-height:46px;font-size:16px}.coco-daddy-poster .field textarea{min-height:80px}.coco-daddy-poster .price-box{padding:8px 10px}.coco-daddy-poster .price-box strong{font-size:16px}.coco-daddy-poster .choice-row{grid-template-columns:repeat(3,1fr);gap:7px}.coco-daddy-poster .style-options{grid-template-columns:repeat(2,minmax(0,1fr))}.coco-daddy-poster .bg-colour-chip{width:38px;height:38px}.coco-daddy-poster .bg-colour-preview-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:8px}.coco-daddy-poster .choice-btn{font-size:11px;padding:6px;gap:6px}.coco-daddy-poster .product-types{grid-template-columns:1fr;gap:8px}.coco-daddy-poster .product-type{flex-direction:row;align-items:center;justify-content:flex-start;gap:11px;padding:12px 38px 12px 13px;text-align:left}.coco-daddy-poster .product-type-icon{font-size:19px}.coco-daddy-poster .product-type strong{flex:1;font-size:14px}.coco-daddy-poster .product-type small{font-size:13px}.coco-daddy-poster .size-options{grid-template-columns:1fr 1fr;gap:8px}.coco-daddy-poster .size-btn{padding:12px 10px}.coco-daddy-poster .size-btn strong{font-size:14px}.coco-daddy-poster .frame-options{grid-template-columns:repeat(3,1fr);gap:8px}.coco-daddy-poster .frame-card{padding:7px;border-radius:12px}.coco-daddy-poster .frame-card strong{font-size:12px}.coco-daddy-poster .people-btn{width:44px;height:44px}.coco-daddy-poster .check-row{padding:11px 12px}.coco-daddy-poster .summary-head{padding:10px 12px}.coco-daddy-poster .summary-list{padding:2px 12px 10px}.coco-daddy-poster .price-breakdown{padding:10px 12px 12px}.coco-daddy-poster .summary-row{font-size:12.5px}.coco-daddy-poster .rush-card{padding:14px;gap:11px}.coco-daddy-poster .rush-card h4{font-size:14px}.coco-daddy-poster .total-row{font-size:18px}.coco-daddy-poster .action-row{position:fixed;left:0;right:0;bottom:0;width:100%;margin:0;padding:10px 12px;padding-bottom:calc(10px + env(safe-area-inset-bottom));background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--line);box-shadow:0 -6px 20px #2a555a14;z-index:40;display:flex;align-items:center;gap:8px;grid-template-columns:unset;box-sizing:border-box}.coco-daddy-poster .action-row .action-price{display:flex;flex:0 0 auto;flex-direction:column;align-items:flex-start;gap:0;max-width:28%;min-width:0}.coco-daddy-poster .action-row .action-price span{font-size:9px;letter-spacing:.2px}.coco-daddy-poster .action-row .action-price strong{font-size:13px;letter-spacing:-.2px;white-space:nowrap}.coco-daddy-poster .action-row .action-price em{display:none}.coco-daddy-poster .action-row>.action-back{display:inline-flex;flex:0 0 44px;width:44px;min-width:44px;max-width:44px;padding:0;font-size:22px;min-height:44px;line-height:1}.coco-daddy-poster .action-row>.action-back .btn-label{display:none}.coco-daddy-poster .action-row>.action-back .btn-icon{display:block;font-size:26px;line-height:1;transform:translateY(-1px)}.coco-daddy-poster .action-row>.action-next,.coco-daddy-poster .action-row>.primary-btn:not(.action-back){display:inline-flex;flex:1 1 auto;width:auto;min-width:0;padding:0 12px;font-size:13px;font-weight:600;min-height:44px;white-space:nowrap;gap:6px}.coco-daddy-poster .action-row>.action-next .btn-label,.coco-daddy-poster .action-row>.action-next .btn-arrow{white-space:nowrap}.coco-daddy-poster .action-row.review-actions{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:10px}.coco-daddy-poster .wizard-step[data-step="3"]{padding-bottom:8px}.coco-daddy-poster .action-row.review-actions .action-price{display:none}.coco-daddy-poster .action-row.review-actions #saveLater{display:none!important}.coco-daddy-poster .action-row.review-actions #addToCart,.coco-daddy-poster .action-row.review-actions #shopNow{display:inline-flex;width:100%;min-width:0;padding:0 10px;font-size:14px;white-space:nowrap}.coco-daddy-poster .action-row.review-actions #shopNow svg{width:16px;height:16px}.coco-daddy-poster .modal{padding:16px;align-items:flex-end}.coco-daddy-poster .modal-panel{border-radius:18px 18px 14px 14px;padding:22px 18px 18px}.coco-daddy-poster .toast{right:14px;left:14px;bottom:calc(72px + env(safe-area-inset-bottom));max-width:none;font-size:14px;padding:13px 15px}}@media(max-width:400px){.coco-daddy-poster .choice-btn{font-size:10px}.coco-daddy-poster .size-options{grid-template-columns:1fr}.coco-daddy-poster .step-item{font-size:10px}.coco-daddy-poster .step-item .num{width:20px;height:20px;font-size:10px}.coco-daddy-poster .action-row .action-price strong{font-size:12px}.coco-daddy-poster .action-row>.action-next{font-size:12px;padding:0 10px}}
/*# sourceMappingURL=/cdn/shop/t/92/assets/coco-daddy-poster.css.map */
