#product-info__title,#product-info__subtitle{margin-bottom:0}.designer-terms{margin-top:8px;font-size:14px;line-height:1.6;color:rgba(var(--color-foreground,18,18,18),.75)}.terms-footer{margin-top:28px;padding-top:16px;border-top:1px solid rgba(var(--color-foreground,18,18,18),.08)}.terms-footer__title{font-size:14px;font-weight:600;color:rgba(var(--color-foreground,18,18,18),.7);margin-bottom:4px}.terms-footer__text{font-size:13px;line-height:1.5;color:rgba(var(--color-foreground,18,18,18),.6)}.terms-footer a{color:rgba(var(--color-foreground,18,18,18),.75);text-decoration:underline}.modal-inner-right .section-header:first-of-type{margin-top:0}#product-info__title,#product-info__subtitle{color:#fff!important}.designer-legend{background:rgb(var(--color-background,255,255,255));border-top:1px solid rgba(var(--color-foreground,18,18,18),.08);padding:10px 16px}.legend-list{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;justify-content:center;margin:0;padding:0;list-style:none}.legend-item{display:grid;grid-template-columns:32px 1fr;column-gap:12px;align-items:start;padding:6px 0;background:transparent;border:0;border-radius:0;color:rgb(var(--color-foreground,18,18,18));font:600 13px/1.3 var(--font-body-family, inherit);white-space:normal}.legend-item:hover{background:transparent;border-color:transparent}.legend-icon{width:32px;height:32px;display:grid;place-items:center;border:0}.legend-icon img{width:24px;height:24px;display:block}.legend-label{font-weight:600}.legend-item.legend-id{background:transparent;border:0;border-radius:0;padding:6px 0;align-items:baseline}.legend-item.legend-id .legend-help{font-weight:700;font-size:14px;color:rgb(var(--color-foreground,18,18,18))}.legend-item.legend-id .legend-desc{font-weight:400;font-size:13px;color:rgba(var(--color-foreground,18,18,18),.8)}.legend-item.legend-id #projectId{font-weight:400;font-size:inherit;color:inherit}@media(max-width:480px){.designer-legend{padding:10px 12px}.legend-item{padding:6px 10px;font-weight:600}}.floating-warnings{margin-left:-10px;display:flex;align-items:center;justify-content:center}:root{--designer-header-height: 100px;--designer-header-height-mobile: 84px}#designer-header{background-color:#000;height:var(--designer-header-height);display:grid;align-items:center;grid-template-columns:350px 1fr 350px;grid-template-rows:auto;grid-template-areas:"logo header button";font-family:var(--font-heading-family, inherit)}@media(max-width:740px){:root{--designer-header-height-mobile: 200px}#designer-header{height:var(--designer-header-height-mobile);grid-template-columns:1fr;grid-template-areas:"logo" "header" "button";row-gap:8px;padding:max(8px,env(safe-area-inset-top)) 12px 10px;justify-items:center}#designer-header .logo{margin-left:0;justify-content:center}#designer-header .logo img{max-width:120px;height:auto}#designer-header .items{display:grid;grid-template-columns:auto auto!important;column-gap:8px;justify-content:center!important;align-items:center;width:max-content;margin:0 auto;justify-self:center}#designer-header .product-info{align-items:center}#product-info__title{margin-bottom:4px!important;font-size:clamp(18px,5.2vw,20px)!important;line-height:1.15!important}#product-info__subtitle{font-size:clamp(12px,3.4vw,13px)!important;line-height:1.2!important;opacity:.9}}#designer-header .trigger{cursor:pointer}#designer-header .logo{grid-area:logo;display:flex;justify-content:flex-start;margin-left:20px}#designer-header .items{grid-area:button;display:grid;grid-template-columns:auto auto 50px;column-gap:12px;align-content:center;justify-content:center;align-items:center}@media(max-width:740px){#designer-header .floating-warnings{display:none}}#designer-header .product-info{grid-area:header;display:flex;flex-direction:column;align-items:center}#designer-return{color:#fff}#designer-header .items #designer-return,#designer-header .items .trigger{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 18px;border-radius:9999px;border:1.5px solid rgb(var(--color-foreground,18,18,18));background:rgb(var(--color-foreground,18,18,18));color:rgb(var(--color-background,255,255,255));font-family:var(--font-body-family, inherit);font-weight:700;text-decoration:none;white-space:nowrap;line-height:1;transition:background-color .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}@media(max-width:740px){#designer-header .items #designer-return,#designer-header .items .trigger{height:36px;padding:0 14px;font-weight:600;border-width:1.25px}}#product-info__title{margin-bottom:6px!important}#product-info__subtitle{margin-top:0!important}#designer-header .items #designer-return:hover,#designer-header .items .trigger:hover{background:rgb(var(--color-background,255,255,255));color:rgb(var(--color-foreground,18,18,18));border-color:rgb(var(--color-foreground,18,18,18));text-decoration:none}#full-designer{width:100%;height:calc(100vh - var(--designer-header-height));background-color:#f1f2f4}@media(max-width:740px){#full-designer{height:calc(100vh - var(--designer-header-height-mobile))}}#full-designer #center{display:flex;justify-content:center;align-items:center;height:100%}.loader{border:16px solid #3498db;border-top:16px solid white;border-bottom:16px solid white;border-radius:100px;width:120px;height:120px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#designer-approve-modal{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:rgba(var(--color-foreground,18,18,18),.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transform:scale(1.02);transition:opacity .22s ease,transform .22s ease,visibility 0s linear .22s;z-index:999999;font-family:var(--font-body-family,inherit);color:rgb(var(--color-foreground,18,18,18))}#designer-approve-modal .modal-content{position:absolute;top:50%;right:0;transform:translate(-6%,-50%);background:rgb(var(--color-background,255,255,255));width:min(520px,92vw);max-height:min(86vh,calc(100dvh - 24px));min-height:65%;border-radius:var(--radius,12px);box-shadow:0 10px 30px #0000002e;display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:16px 20px 20px}@media(max-width:740px){#designer-approve-modal .modal-content{max-height:min(88vh,calc(100dvh - 16px));right:50%;transform:translate(50%,-50%);width:min(560px,92vw);padding:20px}}body:has(#designer-approve-modal.show-modal){overflow:hidden;touch-action:none}#designer-approve-modal .modal-content.product-disclaimer{position:absolute;top:50%;left:61%;transform:translate(-50%,-50%);background-color:#fff;width:35%;min-height:25%;border-radius:.5rem;display:block}#designer-approve-modal .product-disclaimer .product__title{width:100%;margin-top:1em;margin-bottom:0;text-align:center}.close-section{position:absolute;top:12px;right:12px;width:32px;height:32px;line-height:32px;text-align:center;cursor:pointer;border-radius:var(--radius, 12px);background:rgba(var(--color-foreground,18,18,18),.06);transition:background-color .15s ease,transform .06s ease}.close-section:hover{background:rgba(var(--color-foreground,18,18,18),.1)}.close-button{font-size:20px}#designer-approve-modal .product-disclaimer .close-section{float:right;width:1.5rem;line-height:1.5rem;text-align:center;cursor:pointer;border-radius:.25rem;background-color:#d3d3d3;position:absolute;right:10px;top:10px;font-size:24px}#designer-approve-modal .product-disclaimer .product__add-to-cart{position:absolute;bottom:0;background-color:#3498db}#designer-approve-modal .product-disclaimer-content{padding:1em}#designer-approve-modal .close-button:hover{background-color:#a9a9a9}#designer-approve-modal.show-modal{opacity:1;visibility:visible;transform:scale(1);transition:opacity .22s,transform .22s,visibility 0s}.modal-inner-left{flex:2}.left-inner-header{width:100%;height:100px;background:#0274b9;color:#fff;padding:1rem 1.5rem}.left-inner-header div{color:#fff}.header-sub-title{font-size:18px}.header-title{font-size:24px}.image-container{width:100%;height:calc(100% - 100px)}.center-component{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.modal-inner-right{display:flex;flex-direction:column;gap:8px;padding:0;background:rgb(var(--color-background,255,255,255));color:rgb(var(--color-foreground,18,18,18))}.modal-inner-right .section-header{font-family:var(--font-heading-family, inherit);font-weight:700;font-size:clamp(22px,2.6vw,28px);letter-spacing:.01em;margin:8px 0}.section-header{font-size:clamp(18px,2.4vw,22px);width:100%}.section-header:first{margin-top:20px}.force-grey-line{border:0;border-top:1px solid rgba(var(--color-foreground,18,18,18),.12);width:100%;margin:0}.modal-inner-right .section-header.section-header--secondary{font-size:14px;line-height:1.6;font-weight:700;color:rgba(var(--color-foreground,18,18,18),.85);margin:0}.terms-block{display:grid;row-gap:4px}.terms-block .designer-terms{margin:0}.check-design-section{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;margin-top:12px}@media(max-width:480px){.check-design-section{grid-template-columns:1fr}}.check-design-item{display:grid;grid-template-columns:60px 1fr;align-items:center;gap:12px}.check-design-image{width:60px;height:60px;display:grid;place-items:center}.check-design-image img,.check-design-image svg{display:block;width:52px;height:52px;object-fit:contain}.check-design-text{font-size:16px;line-height:1.6}.designer-terms{margin-top:4px}#add-to-cart-from-designer{width:100%;margin-top:10px;border-radius:var(--radius, 9999px)}#add-to-cart-from-designer:hover{background-color:rgb(var(--color-background, 255,255,255))!important;border:1.5px solid rgb(var(--color-foreground, 18,18,18))!important;color:rgb(var(--color-foreground, 18,18,18))!important}#add-to-cart-from-designer:hover .proceed-to-designer__text{color:rgb(var(--color-foreground, 18,18,18))!important}#add-to-cart-from-designer.disabled{opacity:.55;pointer-events:none;filter:saturate(.6)}.approval-section{display:grid;grid-template-columns:1fr;gap:12px;margin-top:10px}.approval-section input[type=radio]{position:absolute!important;opacity:0!important;pointer-events:none!important}.approval-section label.approval-text{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;border:1.5px solid rgba(var(--color-foreground,18,18,18),.2);border-radius:var(--radius, 12px);background:#f6f7f9;cursor:pointer;font-weight:700;line-height:1.3;text-align:left;color:rgb(var(--color-foreground,18,18,18));transition:border-color .15s,background-color .15s,box-shadow .15s;box-shadow:0 1px #00000008 inset,0 0 0 1px #00000005}.approval-section label.approval-text:before{content:"";flex:0 0 18px;height:18px;border-radius:50%;border:2px solid rgba(var(--color-foreground,18,18,18),.35);box-sizing:border-box}.approval-section label.approval-text:hover{border-color:rgba(var(--color-foreground,18,18,18),.36);background-color:#eef1f5}.approval-section input[type=radio]:checked+label.approval-text{border-color:rgb(var(--color-foreground,18,18,18));background-color:rgb(var(--color-foreground,18,18,18));color:rgb(var(--color-background,255,255,255));box-shadow:0 0 0 3px #00000014 inset}.approval-section input[type=radio]:checked+label.approval-text:before{border-color:rgb(var(--color-background,255,255,255));background:radial-gradient(rgb(var(--color-background,255,255,255)) 6px,transparent 7px);box-shadow:0 0 0 3px #ffffff40}.approval-note{margin:6px 0 2px;color:rgba(var(--color-foreground,18,18,18),.8);font-size:14px}input[type=checkbox]{width:20px;height:20px}input[type=checkbox]:checked{background-color:#0274b9}.swal-text{font-size:18px!important}#projectId{color:var(--color-foreground, #000)}#designer-header .product-info{line-height:1}#product-info__title{font-size:clamp(22px,2vw,26px)!important;line-height:1.1!important;letter-spacing:.01em}#product-info__subtitle{font-size:clamp(13px,1.3vw,15px)!important;line-height:1.2!important;opacity:.9}.designer-legend-bar{width:100%;background:rgb(var(--color-background,255,255,255));color:rgb(var(--color-foreground,18,18,18));border-top:1px solid rgba(var(--color-foreground,18,18,18),.08);border-bottom:1px solid rgba(var(--color-foreground,18,18,18),.06);padding:12px 16px;font-family:var(--font-body-family, inherit)}.legend-grid{display:grid;grid-template-columns:1fr;align-items:start;gap:12px}.legend-left{list-style:none;margin:0;padding:0;display:grid;grid-auto-rows:minmax(0,auto);row-gap:10px}@media(min-width:1024px){.legend-left{grid-template-columns:1fr 1fr;column-gap:24px;row-gap:12px}}.legend-item{display:grid;grid-template-columns:28px 1fr;column-gap:12px;align-items:start;padding:6px 0;background:transparent;border:0;border-radius:0}.legend-icon,.legend-icon img{width:20px;height:20px;display:block}.legend-copy{display:grid;row-gap:2px}.legend-help{font-weight:700;font-size:14px;line-height:1.35;color:rgb(var(--color-foreground,18,18,18))}.legend-desc{font-weight:400;font-size:13px;line-height:1.5;color:rgba(var(--color-foreground,18,18,18),.75)}.legend-item.legend-id{background:transparent;border:none;padding:0;margin-top:4px;font-weight:600;font-size:13px;color:rgb(var(--color-foreground,18,18,18))}.legend-item.legend-id #projectId{font-weight:600;font-size:inherit;color:inherit}.legend-right{display:none}.legend-id #projectId{font-weight:400}@media(max-width:740px){.legend-grid{grid-template-columns:1fr;gap:10px}.legend-right{justify-self:start}}.proof-box{width:100%;margin:6px 0 10px;background:#f6f7f9;border:1px solid rgba(18,18,18,.08);border-radius:12px;padding:12px;position:relative}.proof-ribbon{position:absolute;top:10px;left:10px;font:800 12px/1 var(--font-body-family, inherit);letter-spacing:.08em;padding:6px 8px;border-radius:9999px;background:rgb(var(--color-foreground,18,18,18));color:rgb(var(--color-background,255,255,255));z-index:2}.proof-frame{display:flex;align-items:center;justify-content:center;background:#fff;border:1px dashed rgba(18,18,18,.18);border-radius:10px;padding:10px;width:100%;max-height:320px;overflow:hidden}.proof-frame img{max-width:100%;max-height:300px;height:auto;width:auto;object-fit:contain}@media(max-width:740px){.proof-frame{max-height:240px;padding:8px}.proof-frame img{max-height:220px}}.proof-frame img{max-width:100%;height:auto;display:block;object-fit:contain;position:relative}.proof-frame:after{content:"PROOF";position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font:800 clamp(24px,8vw,64px)/1 var(--font-heading-family, inherit);color:#1212120f;pointer-events:none;transform:rotate(-18deg)}body:has(#full-designer) #shopify-section-header,body:has(#full-designer) sticky-header,body:has(#full-designer) header.header,body:has(#full-designer) .shopify-section[id^=shopify-section-announcement],body:has(#full-designer) #shopify-section-announcement-bar,body:has(#full-designer) .announcement-bar{display:none!important}body:has(#full-designer){--header-height: 0px !important;--announcement-height: 0px !important;scroll-padding-top:0!important}body:has(#full-designer) main,body:has(#full-designer) .shopify-section--header-offset,body:has(#full-designer) [style*=--header-height]{margin-top:0!important;padding-top:0!important;--header-height: 0px !important}.mobile-warning{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:grid;place-items:center;font-family:var(--font-body-family, inherit)}.mobile-warning[hidden]{display:none!important}.mobile-warning__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-foreground,18,18,18),.55);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-warning__card{position:relative;width:min(520px,92vw);background:rgb(var(--color-background,255,255,255));color:rgb(var(--color-foreground,18,18,18));border-radius:var(--radius, 12px);box-shadow:0 10px 30px #0000002e;padding:22px 22px 20px;display:grid;gap:16px;min-height:300px}.mobile-warning__header{display:flex;align-items:center;justify-content:center}.mobile-warning__title{font-family:var(--font-heading-family, inherit);font-weight:700;font-size:clamp(18px,2.4vw,22px);letter-spacing:.01em;margin:0}.mobile-warning__text{margin:0;font-size:14px;line-height:1.55;color:rgba(var(--color-foreground,18,18,18),.8);text-align:center}.mobile-warning__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mobile-warning .button{width:100%;border-radius:9999px}@media(max-width:420px){.mobile-warning__actions{grid-template-columns:1fr}}@media(max-width:740px){.designer-legend-left{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/105/compiled_assets/styles.css.map */
