:root{--bg:#fff;--surface:#fff;--ink:#121212;--muted:#666;--line:#e7e7e7;--brand:#0d0d0d;--accent:#e64037;--container:1280px}*{box-sizing:border-box}html,body{color:var(--ink);background:var(--bg);margin:0;padding:0;font-family:Manrope,Avenir Next,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.container{width:min(var(--container), 94vw);margin:0 auto}.site-header{z-index:20;background:#fffffff7;position:sticky;top:0}.top-nav{justify-content:space-between;align-items:center;min-height:58px;padding:.5rem 0;display:flex}.brand{justify-content:center;align-items:center;height:42px;display:inline-flex}.brand-logo{object-fit:contain;width:auto;max-width:220px;height:100%;display:block}.icon-btn{border:1px solid var(--line);cursor:pointer;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:36px;height:36px;display:inline-flex}.icon-btn span{background:var(--ink);width:14px;height:1.5px;display:block}.header-actions{align-items:center;gap:.45rem;display:flex}.action-icon{border:1px solid var(--line);cursor:pointer;background:#fff;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;position:relative}.action-icon svg{fill:none;stroke:#171717;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.cart-count{color:#fff;background:#111;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.62rem;font-weight:700;display:inline-flex;position:absolute;top:-6px;right:-6px}.announcement{color:#fff;background:#101010;font-size:.82rem}.announcement--minimal{border-bottom:1px solid var(--line);background:0 0}.announcement__inner{justify-content:center;align-items:center;gap:1.2rem;min-height:32px;display:flex}.countdown-inline b{color:#ffc64f;font-weight:800}.mobile-drawer{border-right:1px solid var(--line);z-index:25;background:#fff;width:min(320px,92vw);transition:transform .22s;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}.mobile-drawer.is-open{transform:translate(0)}.mobile-drawer__head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:1rem;display:flex}.icon-close{cursor:pointer;background:0 0;border:0;font-size:1.15rem}.mobile-drawer__panels{height:calc(100vh - 64px);position:relative;overflow:hidden}.mobile-drawer__panel{background:#fff;align-content:start;transition:transform .22s;display:grid;position:absolute;inset:0;overflow-y:auto;transform:translate(100%)}.mobile-drawer__panel.is-active{transform:translate(0)}.mobile-drawer__panel.is-previous{transform:translate(-100%)}.mobile-drawer__panel-head{z-index:1;background:#fcfcfc;border-bottom:1px solid #ececec;align-items:center;gap:.6rem;padding:.82rem 1rem;display:flex;position:sticky;top:0}.mobile-drawer__panel-head strong{font-size:.9rem}.mobile-drawer__back{color:#4b4b4b;cursor:pointer;background:0 0;border:0;align-items:center;gap:.35rem;padding:0;font-size:.84rem;display:inline-flex}.mobile-drawer__item{border-bottom:1px solid #f0f0f0}.mobile-drawer__forward,.mobile-drawer__link{width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;padding:.82rem 1rem;font-size:.92rem;display:flex}.mobile-drawer__forward:hover,.mobile-drawer__link:hover{background:#f8f8f8}.mobile-drawer__chevron{color:#7a7a7a;font-size:.8rem}.mobile-drawer__link--all{background:#fafafa;font-weight:700}.mobile-drawer__quick{border-top:1px solid var(--line);background:#fcfcfc;padding:.4rem 0}.mobile-drawer__quick a{color:#5e5e5e;padding:.62rem 1rem;font-size:.85rem;display:block}.mobile-drawer__quick a:hover{background:#f4f4f4}.account-modal{z-index:36;pointer-events:none;position:fixed;inset:0}.account-modal__backdrop{opacity:0;background:#00000073;transition:opacity .22s;position:absolute;inset:0}.account-modal__panel{border:1px solid var(--line);opacity:0;background:#fff;width:min(430px,92vw);padding:1rem;transition:opacity .22s,transform .22s;position:absolute;top:50%;left:50%;transform:translate(-50%,-48%)}.account-modal.is-open{pointer-events:auto}.account-modal.is-open .account-modal__backdrop{opacity:1}.account-modal.is-open .account-modal__panel{opacity:1;transform:translate(-50%,-50%)}.account-modal__head{justify-content:space-between;align-items:center;gap:.7rem;margin-bottom:.9rem;display:flex}.account-modal__head h3{margin:0;font-size:1rem}.account-status{color:#2f6f2f;background:#f2f9f2;border:1px solid #cfe8cf;margin:0 0 .65rem;padding:.45rem .55rem;font-size:.82rem}.account-tabs{grid-template-columns:1fr 1fr;gap:.35rem;margin-bottom:.7rem;display:grid}.account-tab{border:1px solid var(--line);cursor:pointer;background:#f7f7f7;padding:.58rem .65rem;font-size:.84rem;font-weight:700}.account-tab.is-active{color:#fff;background:#111;border-color:#111}.account-form,.account-logged{gap:.45rem;display:grid}.account-form.is-hidden{display:none}.account-form label{color:#666;font-size:.84rem}.account-form input{border:1px solid var(--line);padding:.62rem;font-size:.87rem}.account-check{color:#666;align-items:center;gap:.45rem;font-size:.8rem;display:flex}.account-error{color:#bf1d1d;margin:0;font-size:.78rem}.account-continue-btn{color:#fff;cursor:pointer;background:#111;border:1px solid #111;margin-top:.35rem;padding:.68rem .8rem;font-size:.85rem;font-weight:700}.cart-drawer{z-index:35;pointer-events:none;position:fixed;inset:0;overflow:hidden}.cart-drawer__backdrop{opacity:0;background:#00000059;transition:opacity .22s;position:absolute;inset:0}.cart-drawer__panel{border-left:1px solid var(--line);background:#fff;grid-template-rows:auto 1fr auto;width:min(430px,95vw);height:100%;transition:transform .24s;display:grid;position:absolute;top:0;right:0;transform:translate(100%)}.cart-drawer.is-open{pointer-events:auto}.cart-drawer.is-open .cart-drawer__backdrop{opacity:1}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:.9rem 1rem;display:flex}.cart-drawer__head h3{margin:0;font-size:1rem}.cart-drawer__content{flex-direction:column;gap:.75rem;min-height:0;padding:1rem;display:flex;overflow:hidden}.cart-drawer__content p{margin:0;font-size:.92rem}.cart-drawer__hint{color:var(--muted);margin-top:.4rem!important}.cart-drawer__items{overscroll-behavior:contain;flex:auto;grid-auto-rows:max-content;align-content:start;gap:.55rem;min-height:0;padding-right:.15rem;display:grid;overflow-y:auto}.cart-item{border:1px solid var(--line);background:#fafafa;gap:.55rem;padding:.7rem;display:grid}.cart-item p{margin:0;font-size:.83rem}.cart-item__top{grid-template-columns:72px 1fr;align-items:start;gap:.55rem;display:grid}.cart-item__image-wrap{background:#fff;border:1px solid #ddd;justify-content:center;align-items:center;width:72px;height:72px;display:flex;position:relative;overflow:hidden}.cart-item__image{object-fit:contain;width:100%;height:100%;transition:opacity .16s;display:block}[data-image-loading-wrap]:before{content:"";opacity:0;pointer-events:none;background:#f7f7f7;transition:opacity .16s;position:absolute;inset:0}[data-image-loading-wrap]:after{content:"";opacity:0;pointer-events:none;border:2px solid #d5d5d5;border-top-color:#4b5563;border-radius:50%;width:18px;height:18px;margin-top:-9px;margin-left:-9px;animation:.7s linear infinite product-image-spin;position:absolute;top:50%;left:50%}[data-image-loading-wrap].is-loading:before,[data-image-loading-wrap].is-loading:after{opacity:1}[data-image-loading-wrap].is-loading img{opacity:0}[data-image-loading-wrap].is-error:before{opacity:1;background:#f4f4f4}[data-image-loading-wrap].is-error:after{content:"!";color:#374151;opacity:1;background:#d1d5db;border:0;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-size:.75rem;font-weight:700;line-height:1;animation:none;display:flex}@keyframes product-image-spin{to{transform:rotate(360deg)}}.cart-item__meta{gap:.2rem;display:grid}.cart-item__bottom{justify-content:space-between;align-items:center;gap:.55rem;display:flex}.cart-item__summary{border-top:1px dashed var(--line);gap:.25rem;margin-top:0;padding-top:.55rem;font-size:.82rem;display:grid}.cart-item__summary-line{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.cart-item__summary-line.is-discount strong{color:#0f766e}.cart-item__price-stack,.checkout-product__price-stack{flex-direction:column;align-items:flex-end;gap:.1rem;display:inline-flex}.cart-item__price-stack strong,.checkout-product__price-stack strong{color:#b11f1f}.cart-item__price-old,.checkout-product__price-old{font-size:.78rem}.cart-item__qty-control{border:1px solid var(--line);text-align:center;background:#fff;grid-template-columns:28px 34px 28px;align-items:center;display:inline-grid}.cart-item__qty-control button{cursor:pointer;background:#fff;border:0;height:28px;font-size:1rem;line-height:1}.cart-item__qty-control span{font-size:.85rem;font-weight:700}.cart-drawer__foot{border-top:1px solid var(--line);gap:.5rem;padding:1rem;display:flex}.cart-checkout{color:#fff;text-align:center;background:#111;border:0;width:50%;padding:.72rem 1rem;font-size:.9rem;font-weight:700;transition:opacity .18s}.cart-checkout.is-disabled{opacity:.55;cursor:not-allowed}.cart-clear{color:#fff;text-align:center;background:#dc2626;border:0;width:50%;margin-bottom:0;padding:.72rem 1rem;font-size:.9rem;font-weight:700;transition:opacity .18s}.cart-clear:hover{opacity:.9}.main-content{padding-block:0 2.6rem}.hero{grid-template-columns:1fr;gap:.85rem;display:grid}.hero-slider{width:100%;height:auto;aspect-ratio:var(--hero-slider-ratio,4);background:#111;max-height:min(86vh,980px);position:relative;overflow:hidden}@media (width<=1024px){.hero-slider{aspect-ratio:var(--hero-slider-ratio,2.286)}}@media (width<=560px){.hero-slider{aspect-ratio:var(--hero-slider-ratio,1.778);max-height:62vh}}.hero-slider__track{height:100%;transition:transform .5s;display:flex}.hero-slider__slide{background:#111;flex:0 0 100%;position:relative;overflow:hidden}.hero-slider__slide img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.hero-slider__caption{color:#fff;white-space:nowrap;pointer-events:none;background:#00000073;border-radius:4px;padding:.5rem 1.1rem;font-size:.9rem;font-weight:600;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.hero-slider__btn{color:#fff;cursor:pointer;z-index:2;background:#ffffff2e;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;font-size:2rem;line-height:1;transition:background .16s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-slider__btn:hover{background:#ffffff59}.hero-slider__btn--prev{left:1rem}.hero-slider__btn--next{right:1rem}.hero-slider__dots{z-index:2;gap:.4rem;display:flex;position:absolute;bottom:.85rem;left:50%;transform:translate(-50%)}.hero-slider__dot{cursor:pointer;background:#ffffff73;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,transform .2s}.hero-slider__dot.is-active{background:#fff;transform:scale(1.3)}@media (width<=1024px){.hero-slider__btn{width:2.25rem;height:2.25rem;font-size:1.6rem}.hero-slider__btn--prev{left:.6rem}.hero-slider__btn--next{right:.6rem}.hero-slider__dots{gap:.34rem;bottom:.55rem}}@media (width<=560px){.hero-slider__btn{background:#1111115c;width:2rem;height:2rem;font-size:1.3rem}.hero-slider__dot{width:7px;height:7px}}.hero-slider__empty{color:#666;justify-content:center;align-items:center;height:100%;font-size:.9rem;display:flex}.hero-video-wrap{background:#000;order:1;width:100%;height:min(86vh,980px);margin-top:0;overflow:hidden}.hero-video{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.hero-copy{text-align:center;background:#fff;order:2;align-content:center;gap:.75rem;width:min(860px,94vw);max-width:860px;margin:0 auto;padding:1.05rem 1rem .25rem;display:grid}.hero-copy h1{margin:0;font-size:clamp(1.25rem,2vw,1.9rem);font-weight:700}.hero-copy p,.section-head p,.collection-card p,.brand-story p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.55}.cta{color:#fff;letter-spacing:.03em;background:#111;width:fit-content;margin-inline:auto;padding:.64rem .95rem;font-size:.85rem;font-weight:700;display:inline-flex}.section-head{margin-top:1.8rem;margin-bottom:.9rem}.section-head h2{margin:0 0 .3rem;font-size:clamp(1.1rem,1.6vw,1.35rem);font-weight:800}.section-head--atelier{text-align:center}.atelier-hero{border:1px solid var(--line);background:#fff;width:min(980px,100%);max-width:980px;margin:.6rem auto .75rem;display:block;overflow:hidden}.atelier-hero img{object-fit:cover;width:100%;display:block}.section-head--atelier p{max-width:900px;margin-inline:auto}.product-slider-wrap{width:100%;position:relative}.product-slider-wrap .slider-btn{z-index:10;pointer-events:auto;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.product-slider-wrap .slider-btn#productPrev{left:4px}.product-slider-wrap .slider-btn#productNext{right:4px}.product-slider-wrap .slider-btn#collectionPrev{left:4px}.product-slider-wrap .slider-btn#collectionNext{right:4px}.product-slider-wrap .slider-btn#accessoryPrev{left:4px}.product-slider-wrap .slider-btn#accessoryNext{right:4px}.product-slider-wrap .slider-btn#collectionPrev,.product-slider-wrap .slider-btn#collectionNext{display:none}@media (width>=768px){.product-slider-wrap .slider-btn#accessoryPrev,.product-slider-wrap .slider-btn#accessoryNext{display:none}}.slider-btn{border:1px solid var(--line);cursor:pointer;z-index:10;background:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;display:flex}.product-slider{--ps-card-w:260px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;flex-wrap:nowrap;gap:.55rem;padding:.25rem 0 .5rem;scroll-padding:0;display:flex;overflow:auto hidden}.product-slider::-webkit-scrollbar{display:none}.product-slider .product-card,.product-slider .dc-product-card{scroll-snap-align:center;flex:none;width:260px}@media (width>=768px){.product-slider .product-card,.product-slider .dc-product-card{scroll-snap-align:start;width:280px}}@media (width<=767px){.product-slider{padding-inline:calc((100% - var(--ps-card-w)) / 2)}}.product-card__link>img{aspect-ratio:3/4;object-fit:cover;border-radius:7px;width:100%;display:block}.product-card .ph-product{aspect-ratio:3/4;border-radius:7px;width:100%;min-height:0}#atolye .slider-btn{display:flex}.product-card{border:1px solid var(--line);background:#fff;gap:.45rem;padding:.6rem;display:grid}.product-card__materials{flex-wrap:wrap;gap:.42rem;margin:.5rem 0;display:flex}.product-card__material-swatch{cursor:pointer;border:2px solid #fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:transform .12s,box-shadow .12s;display:flex;box-shadow:0 0 0 1px #d8d8d8}.product-card__material-swatch:hover{transform:scale(1.1);box-shadow:0 0 0 2px #111}.product-card__material-swatch.is-active{box-shadow:0 0 0 2px #111}.product-card__material-swatch span{color:#0000;background-color:#e9edf2;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;width:100%;height:100%;font-size:0;display:block}.product-card__link{color:inherit;gap:.45rem;text-decoration:none;display:grid}.product-card h3{margin:0;font-size:.84rem;font-weight:600;line-height:1.4}.price{margin:0;font-size:.9rem;font-weight:700}.product-price{flex-wrap:wrap;align-items:baseline;gap:.45rem;display:flex}.product-price__old,.cart-item__price-old,.checkout-product__price-old{color:#8b8b8b;font-weight:700;text-decoration:line-through;text-decoration-thickness:1.5px}.product-price__current{color:#b11f1f;font-weight:800}.product-price__old+.product-price__current{color:#b11f1f}.product-price .product-price__current:only-child{color:inherit}.campaign{border-top:1px solid var(--line);gap:.25rem;padding-top:.5rem;display:grid}.campaign p{margin:0;font-size:.76rem}.campaign>p:first-child{color:#d0342c;font-weight:700}.campaign [data-countdown]{flex-wrap:wrap;gap:.4rem;display:flex}.campaign b{min-width:1.2rem;font-weight:800;display:inline-block}.model-bar{border:1px solid var(--line);background:#fafafa;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.05rem;padding:.8rem .9rem;font-size:.89rem;display:flex}.model-bar button{color:#fff;cursor:pointer;background:#111;border:1px solid #111;padding:.5rem .75rem;font-size:.8rem}.collection-grid,.accessory-grid{gap:.75rem;display:grid}.collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.collection-card,.accessory-card{border:1px solid var(--line);background:#fff;gap:.45rem;padding:.55rem;display:grid}.collection-card h3,.accessory-card span,.brand-story h3{margin:0}.collection-card h3,.accessory-card span{font-size:.9rem}.collection-card p{font-size:.82rem}.accessory-grid{grid-template-columns:repeat(5,minmax(0,1fr))}@media (width<=760px){.accessory-grid{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;flex-wrap:nowrap;gap:.75rem;padding:.25rem 0;display:flex;overflow:auto hidden}.accessory-grid::-webkit-scrollbar{display:none}.collection-card,.accessory-card{scroll-snap-align:center;flex:none;width:min(360px,86vw)}.collection-card{width:100%}.accessory-card{width:min(260px,70vw)}.collection-grid{grid-template-columns:1fr}.accessory-grid{padding-inline:calc(50% - min(260px,70vw)/2)}}.brand-story{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:1.7rem;padding:1.6rem 0}.brand-story h2{margin:0 0 .55rem;font-size:clamp(1.1rem,2vw,1.6rem)}.story-features{grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin-top:1rem;display:grid}.story-features article{border:1px solid var(--line);background:#fff;padding:.75rem}.story-features p{margin-top:.35rem;font-size:.8rem}.site-footer{border-top:1px solid var(--line);background:#fff;margin-top:1.6rem}.footer-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.9rem;padding-top:1.2rem;display:grid}.footer-grid h3{margin:0 0 .5rem;font-size:.93rem}.footer-grid ul{gap:.4rem;margin:0;padding:0;list-style:none;display:grid}.footer-grid a{color:#555;font-size:.84rem}.newsletter{grid-template-columns:1fr auto;gap:.45rem;display:grid}.newsletter input{border:1px solid var(--line);padding:.58rem .65rem;font-size:.84rem}.newsletter button{color:#fff;cursor:pointer;background:#111;border:0;padding:.58rem .7rem;font-size:.8rem;font-weight:700}.newsletter-msg{color:#666;min-height:1rem;font-size:.8rem}.footer-app__desc{color:#666;margin:0 0 .7rem;font-size:.82rem;line-height:1.5}.footer-app__badges{gap:.45rem;display:grid}.app-badge{border:1px solid var(--line);color:#111;background:#fff;border-radius:10px;align-items:center;gap:.55rem;padding:.52rem .58rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.app-badge:hover{border-color:#cfcfcf;transform:translateY(-1px);box-shadow:0 8px 20px #00000014}.app-badge__icon{border-radius:8px;flex-shrink:0;place-items:center;width:34px;height:34px;display:grid}.app-badge--android .app-badge__icon{background:#e9fff6}.app-badge--ios .app-badge__icon{background:#eef3ff}.app-badge__icon svg{width:20px;height:20px}.app-badge--android .app-badge__icon svg{width:21px;height:21px}.app-badge__text{gap:.05rem;line-height:1.2;display:grid}.app-badge__text small{color:#6d6d6d;letter-spacing:.04em;text-transform:uppercase;font-size:.66rem}.app-badge__text strong{font-size:.82rem}.footer-bottom{border-top:1px solid var(--line);color:#666;justify-content:space-between;align-items:center;gap:.65rem;margin-top:1.2rem;padding:.95rem 0 1rem;font-size:.8rem;display:flex}.footer-policies,.socials{flex-wrap:wrap;gap:.6rem;display:flex}.modal{z-index:30;display:none;position:fixed;inset:0}.modal.is-open{display:block}.modal-backdrop{background:#00000080;position:absolute;inset:0}.modal-panel{border:1px solid var(--line);background:#fff;gap:.8rem;width:min(420px,92vw);margin:10vh auto 0;padding:1rem;display:grid;position:relative}.modal-panel select{border:1px solid var(--line);width:100%;padding:.62rem}.modal-actions{justify-content:flex-end;gap:.45rem;display:flex}.modal-actions button{border:1px solid var(--line);cursor:pointer;background:#fff;padding:.5rem .72rem}.modal-actions button:last-child{color:#fff;background:#111;border-color:#111}.placeholder{text-transform:uppercase;letter-spacing:.06em;color:#727272;background:linear-gradient(#f6f6f6,#f1f1f1);border:1px solid #e5e5e5;justify-content:center;align-items:center;min-height:160px;font-size:.71rem;display:flex}.ph-hero{min-height:370px}.ph-product{min-height:190px}.ph-collection{min-height:150px}.ph-accessory{min-height:110px}.pdp-main{padding:1rem 0 2.2rem}.pdp{grid-template-columns:1.12fr .88fr;align-items:start;gap:1.35rem;display:grid}.pdp-left,.pdp-right{border:1px solid var(--line);background:#fff}.pdp-left{padding:1rem}.pdp-tools{z-index:10;flex-direction:column;gap:.45rem;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.pdp-preview--visual{position:relative}.pdp-tool{border:1px solid var(--line);cursor:pointer;background:#fff;padding:.45rem;font-size:1rem}.pdp-preview{border:1px dashed #d9d9d9;gap:.7rem;padding:1rem;display:grid}.pdp-preview--visual{border-style:solid}.pdp-visual-canvas{aspect-ratio:1;width:min(400px,100%);margin:0 auto;position:relative;overflow:hidden}.pdp-visual-canvas:before{display:none}.pdp-visual-frame{isolation:isolate;background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.pdp-visual-frame .pdp-align-h,.pdp-visual-frame .pdp-align-v,.pdp-design-bounds .pdp-align-h,.pdp-design-bounds .pdp-align-v,.pdp-static-wrap .pdp-align-h,.pdp-static-wrap .pdp-align-v{pointer-events:none;z-index:100;opacity:1;display:none;position:absolute}.pdp-visual-frame .pdp-align-h,.pdp-design-bounds .pdp-align-h,.pdp-static-wrap .pdp-align-h{background:#3b82f63d;width:100%;height:1px;top:50%;left:0;transform:translateY(-50%)}.pdp-visual-frame .pdp-align-v,.pdp-design-bounds .pdp-align-v,.pdp-static-wrap .pdp-align-v{background:#3b82f63d;width:1px;height:100%;top:0;left:50%;transform:translate(-50%)}.pdp-visual-frame .pdp-align-row,.pdp-design-bounds .pdp-align-row,.pdp-static-wrap .pdp-align-row{top:var(--pdp-row-guide-top,50%);pointer-events:none;z-index:110;background:linear-gradient(90deg,#38bdf80f 0%,#38bdf885 45%,#38bdf80f 100%) 0 0/220% 100%;width:100%;height:1px;animation:1.2s linear infinite pdp-row-guide-sweep;display:none;position:absolute;left:0;transform:translateY(-50%);box-shadow:0 0 0 1px #38bdf81f}@keyframes pdp-row-guide-sweep{0%{background-position:100% 0}to{background-position:0 0}}.pdp-visual-frame.is-centered-x .pdp-align-v,.pdp-design-bounds.is-centered-x .pdp-align-v,.pdp-static-wrap.is-centered-x .pdp-align-v,.pdp-visual-frame.is-row-aligned .pdp-align-row,.pdp-design-bounds.is-row-aligned .pdp-align-row,.pdp-static-wrap.is-row-aligned .pdp-align-row,.pdp-visual-frame.is-rotation-level .pdp-align-row,.pdp-design-bounds.is-rotation-level .pdp-align-row,.pdp-static-wrap.is-rotation-level .pdp-align-row{display:block}.pdp-visual-frame.is-centered-x .pdp-align-v,.pdp-design-bounds.is-centered-x .pdp-align-v,.pdp-static-wrap.is-centered-x .pdp-align-v{background:#10b9816b;box-shadow:0 0 0 1px #10b98129}.pdp-custom-text-overlay.is-dragging:after{content:"";pointer-events:none;z-index:9999;background:#3b82f6e6;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 2px #3b82f64d}.pdp-visual-frame:before{content:"";z-index:0;background:#fff;position:absolute;inset:0}.pdp-visual-frame .placeholder{background:#f6f6f6;border:0;height:100%;min-height:0}.pdp-design-bounds{z-index:auto;clip-path:inset(14% 23% 10% round 34px);position:absolute;inset:0;overflow:hidden}.pdp-design-bounds.pdp-design-bounds--free{--atelier-side-mask-left:27%;--atelier-side-mask-right:27%;--atelier-side-mask-top:0%;--atelier-side-mask-bottom:0%;isolation:isolate;clip-path:none;background:#fff;overflow:hidden}.pdp-design-bounds.pdp-design-bounds--free:after{content:"";top:var(--atelier-side-mask-top);right:var(--atelier-side-mask-right);bottom:var(--atelier-side-mask-bottom);left:var(--atelier-side-mask-left);z-index:2;pointer-events:none;border-radius:0;position:absolute;box-shadow:0 0 0 9999px #fff}.pdp-design-bounds.pdp-design-bounds--free #customImage{z-index:1;will-change:transform;transform:translateZ(0)}.pdp-design-bounds.pdp-design-bounds--free .pdp-model-image{z-index:3}.pdp-design-prompt{z-index:4;cursor:pointer;background:0 0;border:0;border-radius:28px;justify-content:center;align-items:center;transition:opacity .2s,border-color .2s;display:flex;position:absolute;inset:0}.pdp-design-prompt:hover{background:0 0;border-color:#0000}.pdp-design-prompt.is-hidden{opacity:0;pointer-events:none}.pdp-design-prompt__inner{text-align:center;color:#333;pointer-events:none;-webkit-user-select:none;user-select:none;background:#ffffffeb;border:1px dashed #d3d3d3;border-radius:14px;flex-direction:column;align-items:center;gap:.45rem;padding:.85rem 1rem;display:flex;box-shadow:0 8px 20px #11111114}.pdp-design-prompt__inner svg{flex-shrink:0;width:2rem;height:2rem}.pdp-design-prompt__inner span{letter-spacing:.01em;font-size:.92rem;font-weight:700}.pdp-design-prompt__inner small{color:#888;font-size:.76rem}.pdp-preview--gallery{border-style:solid}.pdp-product-image{object-fit:contain;background:#fff;border:1px solid #ececec;width:100%;min-height:340px;display:block}.pdp-gallery-thumbs{grid-template-columns:repeat(auto-fill,minmax(66px,1fr));gap:.45rem;display:grid}.pdp-gallery-thumb{border:1px solid var(--line);cursor:pointer;background:#fff;padding:0}.pdp-gallery-thumb.is-active{border-color:#111}.pdp-gallery-thumb img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.pdp-phone-mock{aspect-ratio:1/1.7;background:linear-gradient(#ececec,#f8f8f8);border:10px solid #121212;border-radius:28px;width:min(340px,100%);margin:0 auto;position:relative;overflow:hidden}.pdp-phone-mock:before{content:"";z-index:3;background:#0000008c;border-radius:0 0 12px 12px;width:28%;height:16px;position:absolute;top:6px;left:50%;transform:translate(-50%)}.pdp-phone-mock--default{border-width:10px;border-radius:28px}.pdp-phone-mock--iphone{border-width:11px;border-radius:34px;box-shadow:inset 0 0 0 1px #ffffff2e,0 12px 28px #0000002e}.pdp-phone-mock--samsung{border-width:8px;border-radius:24px}.pdp-phone-mock--samsung:before,.pdp-phone-mock--xiaomi:before{border-radius:50%;width:14px;height:14px;top:7px}.pdp-phone-mock--xiaomi{border-width:9px;border-radius:20px}.pdp-phone-mock--huawei{border-width:10px;border-radius:30px}.pdp-custom-image{object-fit:contain;object-position:center;transform-origin:50%;z-index:1;width:100%;height:100%;transition:none;display:none;position:absolute;inset:0}.pdp-design-bounds .pdp-custom-text-overlay,.pdp-visual-frame .pdp-custom-text-overlay{z-index:5}.pdp-model-image{object-fit:contain;object-position:center;z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.pdp-visual-frame .pdp-custom-image{object-position:center;object-fit:cover!important}.pdp-visual-frame .pdp-model-image{object-fit:contain;object-position:center}.pdp-upload-main{color:#fff;cursor:pointer;background:#111;border:1px solid #111;padding:.72rem .8rem;font-weight:700}.pdp-right{padding:.95rem}.pdp-breadcrumb{color:#777;flex-wrap:wrap;gap:.35rem;margin-bottom:.55rem;font-size:.8rem;display:flex}.pdp-right h1{margin:0;font-size:1.45rem;line-height:1.3}.pdp-rating{color:#6a6a6a;margin-top:.35rem;font-size:.86rem}.pdp-price{margin-top:.4rem;font-size:1.45rem;font-weight:800}.pdp-mobile-personalize-trigger{display:none}.pdp-personalize-drawer{margin-top:.7rem}.pdp-personalize-drawer__backdrop,.pdp-personalize-drawer__head{display:none}.pdp-personalize-drawer__panel{width:auto;height:auto;box-shadow:none;background:0 0;position:static;transform:none}.pdp-personalize-drawer__content{display:block}.pdp-campaign{background:#fff4f2;border:1px solid #f1c5bf;margin-top:.65rem;padding:.55rem}.pdp-campaign p{color:#ca3a2f;margin:0;font-size:.84rem;font-weight:700}.pdp-campaign>div{flex-wrap:wrap;gap:.42rem;margin-top:.3rem;font-size:.79rem;display:flex}.pdp-campaign b{font-weight:800}.pdp-row-select-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-top:.7rem;display:grid}.pdp-row-select{grid-template-columns:1fr;align-items:start;gap:.35rem;margin-top:0;display:grid}.pdp-row-select span{color:#666;font-size:.86rem}.pdp-row-select button,.pdp-row-select select{border:1px solid var(--line);text-align:left;background:#fff;width:100%;padding:.56rem;font-size:.86rem}.pdp-option-block{margin-top:.85rem}.pdp-option-block p{color:#424242;margin:0 0 .4rem;font-size:.86rem;font-weight:700}.pdp-chip-list{flex-wrap:wrap;gap:.4rem;display:flex}.pdp-chip{border:1px solid var(--line);cursor:pointer;background:#fff;padding:.45rem .6rem;font-size:.8rem}.pdp-chip-list--mockup-type{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;display:grid}.pdp-chip--mockup-type{text-align:left;color:#212121;border-radius:12px;grid-template-columns:48px 1fr;align-items:center;gap:.52rem;min-height:58px;padding:.42rem .52rem;display:grid}.pdp-model-type-thumb{background:#f7f7f7;border:1px solid #e0e0e0;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex;overflow:hidden}.pdp-model-type-thumb img{object-fit:cover;width:100%;height:100%}.pdp-model-type-thumb__fallback{color:#6b6b6b;text-transform:uppercase;font-size:.72rem;font-weight:700}.pdp-model-type-name{font-size:.78rem;font-weight:700;line-height:1.25}.pdp-chip-list--mockup{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.pdp-chip--mockup-color{color:#1c1c1c;background:#fff;border-color:#d5d5d5;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:inline-flex}.pdp-chip-swatch--mockup{border:1px solid #0000002e;border-radius:50%;width:20px;height:20px}.pdp-chip--mockup-color[data-is-kendin-tasarla="1"]{border-radius:999px;width:auto;height:auto;padding:.43rem .74rem}.pdp-chip-color-name{white-space:nowrap;font-size:.74rem;font-weight:700;line-height:1}.pdp-chip.pdp-chip--mockup-type.is-active,.pdp-chip.pdp-chip--mockup-color.is-active{color:#111;background:#fff;border-color:#111;box-shadow:inset 0 0 0 1px #111}.pdp-visually-hidden{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pdp-chip.is-active{color:#fff;background:#111;border-color:#111}@media (width<=560px){.pdp-chip-list--mockup-type{grid-template-columns:1fr}}.pdp-upload-drop{text-align:center;cursor:pointer;background:#fafafa;border:1px dashed #bfbfbf;width:100%;margin-top:.9rem;padding:.85rem;font-weight:700}.pdp-upload-drop.is-dragover{background:#f1f1f1;border-color:#111}.pdp-upload-drop small{color:#666;margin-top:.3rem;font-size:.8rem;font-weight:500;display:block}.pdp-preview--static{border-style:solid}.pdp-static-wrap{border-radius:8px;width:100%;position:relative;overflow:hidden}.pdp-static-wrap--layered{aspect-ratio:1;background:#fff;width:min(400px,100%);margin:0 auto}.pdp-static-wrap--layered .pdp-layered-stage{border-radius:inherit;width:100%;height:100%}.pdp-static-wrap--layered .pdp-layered-design-viewport{z-index:3;pointer-events:none;position:absolute;inset:0}.pdp-static-wrap--layered .pdp-layered-design-viewport.is-framed{clip-path:inset(2% 5% round 7%)}.pdp-static-wrap--layered .pdp-layered-design-viewport.is-under-background-frame{z-index:3}.pdp-static-wrap--layered .pdp-layered-design-viewport.is-framed.is-under-background-frame{clip-path:none}.pdp-static-wrap--layered .dc-product-card__mockup-design{pointer-events:none}.pdp-static-wrap--layered .dc-product-card__mockup-design.is-framed,.pdp-static-wrap--layered .dc-product-card__mockup-design-repeat.is-framed{clip-path:none}.pdp-direct-image{object-fit:contain;background:#fff;border:1px solid #e7e7e7;width:100%;max-height:620px;display:block}.pdp-static-composite-proxy{object-fit:contain;z-index:8;opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:none;position:absolute;inset:0}.pdp-static-composite-proxy.is-ready{opacity:1;pointer-events:none;display:block}.pdp-custom-text-overlay{box-sizing:border-box;width:fit-content;max-width:86%;font-size:clamp(calc(1rem * var(--pdp-text-scale,1)), calc(2.4vw * var(--pdp-text-scale,1)), calc(1.35rem * var(--pdp-text-scale,1)));letter-spacing:.02em;text-align:center;text-shadow:0 1px 2px #ffffffbf,0 0 1px #00000040;pointer-events:none;opacity:0;z-index:10;border:2px dashed #0000;margin:0;padding:.14rem .22rem;font-weight:700;line-height:1.12;transition:opacity .18s;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pdp-custom-text-content{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;pointer-events:none;max-width:100%;display:block}.pdp-custom-text-overlay.is-visible{opacity:1;pointer-events:auto}.pdp-custom-text-overlay.is-visible:not(.has-handles){cursor:pointer}.pdp-custom-text-overlay.is-draggable{pointer-events:auto;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none}.pdp-custom-text-overlay.is-draggable:active{cursor:grabbing}.pdp-custom-text-overlay.is-dragging{opacity:.9;z-index:20;transition:none}.pdp-custom-text-overlay.has-handles{pointer-events:auto;cursor:move;border-color:#0000;position:absolute}.pdp-custom-text-overlay.has-handles .pdp-custom-text-content{outline-offset:0;outline:2px dashed #3b82f6}.pdp-text-handle{z-index:100;cursor:pointer;pointer-events:auto;background:#3b82f6;border:2px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;box-shadow:0 2px 5px #0006;display:block!important}.pdp-text-handle:hover{background:#2563eb;transform:scale(1.2)}.pdp-text-handle.resize-nw{cursor:nw-resize;top:-7px;left:-7px}.pdp-text-handle.resize-ne{cursor:ne-resize;top:-7px;right:-7px}.pdp-text-handle.resize-sw{cursor:sw-resize;bottom:-7px;left:-7px}.pdp-text-handle.resize-se{cursor:se-resize;bottom:-7px;right:-7px}.pdp-text-handle.rotate{cursor:grab;z-index:9999;background:#3b82f6;border:3px solid #fff;border-radius:50%;width:24px;height:24px;margin-left:-12px;top:-36px;left:50%;box-shadow:0 2px 8px #00000080}.pdp-text-handle.rotate:hover{background:#2563eb;transform:scale(1.2)}.pdp-text-handle.rotate:before{content:"↻";color:#fff;justify-content:center;align-items:center;font-size:12px;font-weight:700;line-height:1;display:flex;position:absolute;inset:0}.pdp-text-handle.rotate:after,.pdp-custom-text-overlay.has-handles:before{content:none}.pdp-custom-text-overlay.has-handles:hover:before{opacity:0}.pdp-text-handle.rotate:active{cursor:grabbing}.pdp-text-handle{visibility:hidden!important;opacity:0!important;display:none!important}.pdp-custom-text-overlay.has-handles .pdp-text-handle{visibility:visible!important;opacity:1!important;display:block!important}.pdp-text-instruction{color:#fff;white-space:nowrap;pointer-events:none;opacity:0;background:#000000b3;border-radius:4px;padding:2px 8px;font-size:11px;transition:opacity .2s;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.pdp-custom-text-overlay.has-handles .pdp-text-instruction{opacity:1}.pdp-custom-text-overlay[data-position=orta]{writing-mode:horizontal-tb;top:50%;left:50%;transform:translate(-50%,-50%)}.pdp-custom-text-overlay[data-position=altta]{writing-mode:horizontal-tb;top:84%;left:50%;transform:translate(-50%,-50%)}.pdp-custom-text-overlay[data-position=dikey_kenar]{writing-mode:vertical-rl;text-orientation:mixed;white-space:nowrap;max-width:none;max-height:86%;top:50%;left:auto;right:max(2.4%,10px);overflow:hidden;transform:translateY(-50%)}.pdp-custom-text-overlay[data-position=dikey_orta]{writing-mode:vertical-rl;text-orientation:mixed;white-space:nowrap;max-width:none;max-height:86%;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.pdp-custom-text-overlay[data-text-direction=horizontal]{text-orientation:mixed;white-space:normal;overflow-wrap:normal;word-break:normal;max-width:86%;max-height:none;writing-mode:horizontal-tb!important}.pdp-custom-text-overlay[data-text-direction=vertical]{text-orientation:mixed;max-width:none;max-height:86%;writing-mode:vertical-rl!important}.pdp-custom-text-overlay[data-text-direction=vertical] .pdp-custom-text-content{white-space:nowrap;overflow-wrap:normal;word-break:normal}.pdp-chip-list--material{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.55rem;display:grid}.pdp-chip--material{text-align:left;border-radius:12px;grid-template-columns:42px 1fr;align-items:center;gap:.5rem;padding:.45rem;display:grid}.pdp-chip--material.is-active{color:#111;background:#fff;border-color:#111;box-shadow:inset 0 0 0 1px #111}.pdp-material-chip-thumb{color:#555;background:#f8f8f8;border:1px solid #ddd;border-radius:9px;justify-content:center;align-items:center;width:42px;height:42px;font-size:.82rem;font-weight:700;display:inline-flex;overflow:hidden}.pdp-material-chip-thumb img{object-fit:cover;width:100%;height:100%}.pdp-material-chip-thumb__fallback{text-transform:uppercase}.pdp-material-chip-meta{gap:.15rem;display:grid}.pdp-material-chip-meta strong{font-size:.8rem;line-height:1.2}.pdp-material-chip-meta small{color:#666;align-items:center;gap:.25rem;font-size:.72rem;display:inline-flex}.pdp-text-customizer{margin-top:1rem}.pdp-personalize-card{background:linear-gradient(#fffdfb 0%,#fff 100%);border:1px solid #eadfd7;border-radius:14px;padding:.85rem;box-shadow:0 8px 20px #1e120b0f}.pdp-personalize-head{margin-bottom:.7rem}.pdp-text-customizer-details{background:linear-gradient(#fffdfb 0%,#fff 100%);border:1px solid #eadfd7;border-radius:14px;margin-top:1rem;overflow:hidden;box-shadow:0 8px 20px #1e120b0f}.pdp-text-customizer-summary{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem .85rem;list-style:none;display:flex}.pdp-text-customizer-summary::-webkit-details-marker{display:none}.pdp-text-customizer-summary__inner{color:#1a1a1a;align-items:center;gap:.55rem;font-size:.9rem;font-weight:600;display:flex}.pdp-text-customizer-summary__icon{opacity:.55;align-items:center;display:flex}.pdp-text-customizer-chevron{color:#888;align-items:center;transition:transform .2s;display:flex}.pdp-text-customizer-details[open] .pdp-text-customizer-chevron{transform:rotate(180deg)}.pdp-text-customizer-details[open] .pdp-personalize-card{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0 .85rem .85rem}.pdp-personalize-kicker{letter-spacing:.08em;text-transform:uppercase;color:#a16a39;background:#fff4ea;border:1px solid #ffd9bc;border-radius:999px;padding:.2rem .5rem;font-size:.72rem;font-weight:700;display:inline-flex}.pdp-personalize-head h3{margin:.45rem 0 0;font-size:1rem}.pdp-personalize-head p{color:#686868;margin:.25rem 0 0;font-size:.8rem;line-height:1.45}.pdp-personalize-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.pdp-text-input{border:1px solid var(--line);background:#fff;border-radius:10px;width:100%;padding:.56rem;font-size:.86rem}.pdp-text-control{gap:.35rem;display:grid}.pdp-text-control--full{grid-column:1/-1}.pdp-text-control label,.pdp-text-control__title{color:#4d4d4d;font-size:.8rem;font-weight:700}.pdp-text-control select,.pdp-color-input{border:1px solid var(--line);background:#fff;border-radius:10px;width:100%;padding:.56rem;font-size:.86rem}.pdp-select-hidden{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;min-width:1px;max-width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pdp-text-control select.pdp-select-hidden{border:0;width:1px;min-width:1px;max-width:1px;padding:0}.pdp-text-visual-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;display:grid}.pdp-text-visual-list--font{grid-template-columns:repeat(auto-fill,54px);justify-content:flex-start}.pdp-text-visual-list--direction{grid-template-columns:repeat(2,54px);justify-content:flex-start}.pdp-text-visual-chip{color:#212121;text-align:center;cursor:pointer;background:#fff;border:1px solid #d7d7d7;border-radius:11px;justify-content:center;align-items:center;min-height:52px;padding:.48rem .52rem;transition:border-color .15s,box-shadow .15s,transform .12s;display:inline-flex}.pdp-text-visual-chip:hover{border-color:#111;transform:translateY(-1px)}.pdp-text-visual-chip.is-active{border-color:#111;box-shadow:inset 0 0 0 1px #111}.pdp-text-visual-chip__sample{letter-spacing:.01em;font-size:1.1rem;font-weight:700;line-height:1}.pdp-text-visual-chip__label{color:#373737;font-size:.74rem;font-weight:700;line-height:1}.pdp-text-visual-chip__label--vertical{transform-origin:50%;letter-spacing:0;white-space:nowrap;font-size:.68rem;line-height:1;display:inline-block;transform:rotate(-90deg)}.pdp-text-visual-chip.is-active .pdp-text-visual-chip__label{color:#111}.pdp-text-visual-chip--font{aspect-ratio:1;width:54px;min-height:54px;padding:.35rem}.pdp-text-visual-chip--direction{width:54px;min-height:54px;padding:.35rem;overflow:hidden}.pdp-text-visual-chip--direction .pdp-text-visual-chip__label{font-size:.7rem}#normalTextColorList .pdp-chip,#kendinTasarlaTextColorList .pdp-chip{box-shadow:none;background:0 0;border-color:#0000;justify-content:center;align-items:center;transition:border-color .2s,box-shadow .2s,background .2s;display:inline-flex}#normalTextColorList .pdp-chip:hover,#kendinTasarlaTextColorList .pdp-chip:hover,#normalTextColorList .pdp-chip.is-active,#kendinTasarlaTextColorList .pdp-chip.is-active{background:#fff;border-color:#111;box-shadow:0 0 0 2px #00000024}.pdp-chip--text-color{border:2px solid #d8d8d8;border-radius:999px;width:34px;height:34px;padding:0;transition:box-shadow .16s,border-color .16s;overflow:hidden}.pdp-chip--text-color:hover,.pdp-chip--text-color:focus-visible{color:#111;background:#fff;border-color:#111;box-shadow:0 0 0 2px #00000024}.pdp-chip--text-color.is-active{color:#111;background:#fff;border-color:#111;box-shadow:0 0 0 2px #00000029}.pdp-chip-swatch{border:1px solid #d8d8d8;border-radius:999px;flex:0 0 11px;width:11px;height:11px;display:inline-block}.pdp-chip--text-color .pdp-chip-swatch{border:none;border-radius:999px;flex:0 0 20px;width:20px;height:20px}.pdp-buy-row{grid-template-columns:auto 1fr;gap:.8rem;margin-top:1.2rem;display:grid}.pdp-qty{border:1px solid var(--line);text-align:center;grid-template-columns:44px 50px 44px;align-items:center;height:52px;display:inline-grid}.pdp-qty button{cursor:pointer;background:#fff;border:0;height:100%;font-size:1.2rem;font-weight:700}.pdp-qty span{font-size:1.1rem;font-weight:700}.pdp-add-cart{color:#fff;letter-spacing:.03em;cursor:pointer;background:#111;border:1px solid #111;height:52px;padding:0 1.5rem;font-size:1rem;font-weight:800}.pdp-note{color:#777;margin-top:.65rem;font-size:.8rem;line-height:1.45}#product-reviews{margin-top:3rem}.review-card{border:1px solid var(--line);background:#fff;border-radius:12px;margin-bottom:1rem;padding:1.25rem}.review-card__header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.review-card__author{flex-direction:column;gap:.35rem;display:flex}.review-card__author strong{color:#111;font-size:.95rem}.review-card__badge{color:#fff;background:#22c55e;border-radius:4px;margin-left:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.review-card__rating{gap:.15rem;display:flex}.review-card__star{color:#ddd;font-size:1rem}.review-card__star.is-active{color:#fbbf24}.review-card__date{color:#888;font-size:.8rem}.review-card__comment{color:#333;margin:0;font-size:.9rem;line-height:1.5}.review-card__empty{text-align:center;color:#888;background:#f9f9f9;border-radius:12px;padding:2rem;font-size:.9rem}.pdp-details{gap:.8rem;margin-top:1.1rem;display:grid}.pdp-details article{border:1px solid var(--line);background:#fff;padding:.95rem}.pdp-details h2{margin:0 0 .4rem;font-size:1.08rem}.pdp-details p{color:#666;margin:0;font-size:.9rem}.pdp-reviews-block{padding-top:.9rem}.pdp-review-list{gap:.6rem;margin-top:.65rem;display:grid}.pdp-review-card{background:#fffdfa;border:1px solid #ece7e3;border-radius:12px;padding:.72rem}.pdp-review-card__head{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.3rem;display:flex}.pdp-review-card__head strong{font-size:.86rem}.pdp-review-card__head span{color:#d68a00;letter-spacing:.03em;font-size:.82rem}.pdp-review-card p{color:#5f5f5f;margin:0;font-size:.84rem;line-height:1.45}.pdp-detail-image{color:#6a6a6a;text-transform:uppercase;letter-spacing:.06em;background:linear-gradient(#f8f8f8,#efefef);border:1px solid #e9e9e9;justify-content:center;align-items:center;min-height:210px;margin-top:.65rem;font-size:.75rem;display:flex}.account-dashboard-main{background:#f5f5f5;min-height:100vh;padding:2rem 0 3rem}.account-dashboard{grid-template-columns:280px 1fr;align-items:start;gap:2rem;display:grid}.account-sidebar-stack{align-self:start;gap:1.25rem;display:grid}.account-sidebar,.account-panel{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.account-sidebar{padding:1.25rem}.account-panel{padding:1.5rem}.account-panel h2{color:#333;margin:0 0 1.5rem;font-size:1.5rem;font-weight:700}.account-orders-list{gap:1rem;display:grid}.account-sidebar h1{margin:0 0 .7rem;font-size:1.1rem}.account-sidebar-nav{gap:.35rem;display:grid}.account-sidebar-nav a,.account-logout-form button{border:1px solid var(--line);color:#222;text-align:left;cursor:pointer;background:#fff;width:100%;padding:.6rem .65rem;font-size:.88rem}.account-sidebar-nav a.is-active{color:#fff;background:#111;border-color:#111;font-weight:700}.account-logout-form{margin:0}.account-panel{min-height:360px;padding:1rem}.account-panel h2{margin:0 0 .8rem;font-size:1.18rem}.account-address-head{justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.75rem;display:flex}.account-address-head h2{margin:0}.account-placeholder-box{border:1px solid var(--line);background:#fafafa;gap:.65rem;padding:.85rem;display:grid}.account-placeholder-box p{color:#666;margin:0;font-size:.9rem}.account-placeholder-box a,.account-placeholder-box button{color:#fff;cursor:pointer;background:#111;border:1px solid #111;width:fit-content;padding:.55rem .75rem;font-size:.83rem;font-weight:700}.account-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.account-profile-grid>div{border:1px solid var(--line);gap:.22rem;padding:.7rem;display:grid}.account-profile-grid span{color:#666;font-size:.8rem}.account-profile-grid strong{font-size:.95rem}.account-address-form{border:1px solid var(--line);background:#fafafa;gap:.65rem;padding:.85rem;display:grid}.account-address-form--modal{background:0 0;border:0;padding:0}.account-modal__panel--address{width:min(680px,94vw)}.account-address-form label{gap:.35rem;display:grid}.account-address-form label span{color:#666;font-size:.82rem}.account-address-form input,.account-address-form textarea{border:1px solid var(--line);background:#fff;padding:.62rem;font-size:.86rem}.account-address-form textarea{resize:vertical}.account-address-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.account-address-grid--triple{grid-template-columns:repeat(3,minmax(0,1fr))}.account-address-list{gap:.65rem;margin-top:.8rem;display:grid}.account-address-card{border:1px solid var(--line);background:#fff;gap:.35rem;padding:.8rem;display:grid}.account-address-card h3,.account-address-card p{margin:0}.account-address-card h3{font-size:.95rem}.account-address-card p{color:#666;font-size:.86rem}.checkout-page{background:#f6f6f7;min-height:100vh;padding:1.1rem}.checkout-shell{grid-template-columns:1.05fr .95fr;align-items:start;gap:1rem;width:min(1200px,100%);margin:0 auto;display:grid}.checkout-left,.checkout-right{border:1px solid var(--line);background:#fff}.checkout-left{padding:1rem}.checkout-right{position:sticky;top:1rem}.checkout-header{border-bottom:1px solid var(--line);margin-bottom:1rem;padding-bottom:.7rem}.checkout-brand img{width:180px;height:auto;display:block}.checkout-header p{color:#666;margin:.5rem 0 0;font-size:.87rem}.checkout-section{border:1px solid var(--line);gap:.6rem;margin-bottom:.75rem;padding:.85rem;display:grid}.checkout-section h2{margin:0;font-size:1.02rem}.checkout-section-head{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.checkout-section-head a{font-size:.82rem;text-decoration:underline}.checkout-login-open{cursor:pointer;color:inherit;background:0 0;border:0;padding:0;font-size:.82rem;text-decoration:underline}.checkout-user-menu{position:relative}.checkout-user-menu summary{border:1px solid var(--line);cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;list-style:none;display:inline-flex}.checkout-user-menu summary::-webkit-details-marker{display:none}.checkout-user-menu-dropdown{border:1px solid var(--line);z-index:5;background:#fff;min-width:130px;padding:.35rem;position:absolute;top:calc(100% + .4rem);right:0;box-shadow:0 8px 20px #00000014}.checkout-user-menu-dropdown button{border:1px solid var(--line);color:#222;text-align:left;cursor:pointer;background:#fff;width:100%;padding:.5rem .55rem;font-size:.82rem}.checkout-user-menu-dropdown button:hover{background:#f7f7f7}.checkout-field{gap:.35rem;display:grid}.checkout-field label{color:#666;font-size:.82rem}.checkout-field input{border:1px solid var(--line);padding:.62rem;font-size:.86rem}.checkout-field-readonly{color:#666;pointer-events:none;background:#f3f3f3}.checkout-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;display:grid}.checkout-form{gap:.6rem;display:grid}.checkout-save-btn{color:#fff;cursor:pointer;background:#111;border:1px solid #111;width:fit-content;padding:.58rem .82rem;font-size:.83rem;font-weight:700}.checkout-check{color:#555;align-items:center;gap:.45rem;font-size:.8rem;display:flex}.checkout-note{color:#666;margin:0;font-size:.84rem}.checkout-payment-card{background:#fbfbfb;border:1px solid #e7e7e7;padding:.7rem}.checkout-payment-head{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.checkout-payment-head h3{margin:0;font-size:.9rem}.checkout-payment-badges{gap:.35rem;display:flex}.checkout-payment-badges span{background:#fff;border:1px solid #d9d9d9;justify-content:center;align-items:center;min-width:46px;height:24px;padding:.2rem .4rem;display:inline-flex}.checkout-payment-badges img{width:auto;height:14px;display:block}.checkout-payment-card p{color:#666;margin:.5rem 0 0;font-size:.82rem}.checkout-shipping-option{border:1px solid var(--line);background:#fff;grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;padding:.65rem .7rem;display:grid}.checkout-shipping-option strong{font-size:.9rem}.checkout-shipping-option.is-selected{background:#f9f9f9;border-color:#111}.checkout-complete-wrap{margin-top:1rem}.checkout-complete{color:#fff;cursor:pointer;background:#111;border:1px solid #111;width:100%;padding:.82rem;font-size:.92rem;font-weight:700}.checkout-summary-toggle{border:0;border-bottom:1px solid var(--line);cursor:pointer;background:#fff;justify-content:space-between;align-items:center;width:100%;padding:.8rem .9rem;font-size:.9rem;font-weight:700;display:none}.checkout-summary{gap:.8rem;padding:.9rem;display:grid}.checkout-summary h2{margin:0;font-size:1.05rem}#checkoutProductsList{gap:.55rem;display:grid}.checkout-product{border:1px solid var(--line);background:#fafafa;grid-template-columns:72px 1fr auto;align-items:center;gap:.6rem;padding:.65rem;display:grid}.checkout-product-image{color:#666;background:#fff;border:1px solid #ddd;justify-content:center;align-items:center;width:72px;height:72px;font-size:.75rem;display:flex;position:relative;overflow:hidden}.checkout-product-image img,.checkout-product-image__img{object-fit:contain;object-position:center;width:100%;height:100%;transition:opacity .16s;display:block}.checkout-product-body h3,.checkout-product-body p,.checkout-product strong{margin:0}.checkout-product-body h3{font-size:.84rem}.checkout-product-body p{color:#666;margin-top:.18rem;font-size:.76rem}.checkout-product strong{font-size:.86rem}.checkout-discount{grid-template-columns:1fr auto;gap:.45rem;display:grid}.checkout-discount input{border:1px solid var(--line);padding:.6rem;font-size:.84rem}.checkout-discount button{color:#fff;cursor:pointer;background:#111;border:1px solid #111;padding:.6rem .72rem;font-size:.8rem}.checkout-discount button:disabled{opacity:.65;cursor:not-allowed}.checkout-coupon-message{color:#666;min-height:1rem;margin:0;font-size:.76rem}.checkout-coupon-message.is-error{color:#b91c1c}.checkout-coupon-message.is-success,.checkout-discount-row strong{color:#0f766e}.checkout-totals{border-top:1px solid var(--line);gap:.35rem;padding-top:.6rem;display:grid}.checkout-totals>div{justify-content:space-between;align-items:center;font-size:.84rem;display:flex}.checkout-total-row{border-top:1px solid var(--line);margin-top:.15rem;padding-top:.5rem}.checkout-total-row strong{font-size:.95rem}.checkout-totals p{color:#666;margin:0;font-size:.76rem}.ap{background:#f4f5f7;grid-template-rows:1fr;grid-template-columns:260px 1fr;min-height:100vh;display:grid}.ap-sidebar{color:#c9cdd6;background:#111318;flex-direction:column;grid-column:1;min-height:100vh;transition:transform .22s;display:flex;position:sticky;top:0;overflow-y:auto}.ap-sidebar__header{border-bottom:1px solid #ffffff12;flex-shrink:0;align-items:center;gap:.65rem;padding:1.15rem 1.1rem .85rem;display:flex}.ap-sidebar__logo{object-fit:contain;background:#fff;border-radius:8px;flex-shrink:0;width:34px;height:34px;padding:2px}.ap-sidebar__title{color:#fff;letter-spacing:.02em;flex:1;font-size:.93rem;font-weight:700}.ap-sidebar__close{color:#aaa;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:none}.ap-sidebar__close svg{width:16px;height:16px}.ap-sidebar__section-label{letter-spacing:.1em;text-transform:uppercase;color:#ffffff4d;margin:1rem 1.1rem .35rem;font-size:.68rem;font-weight:700}.ap-sidebar__nav{flex-direction:column;gap:2px;padding:0 .6rem;display:flex}.ap-sidebar__link{color:#9ca3af;border-radius:9px;align-items:center;gap:.65rem;padding:.62rem .75rem;font-size:.875rem;text-decoration:none;transition:background .14s,color .14s;display:flex}.ap-sidebar__link svg{opacity:.75;flex-shrink:0;width:17px;height:17px}.ap-sidebar__link:hover{color:#fff;background:#ffffff12}.ap-sidebar__link:hover svg{opacity:1}.ap-sidebar__link.is-active{color:#fff;background:#ffffff1f;font-weight:600}.ap-sidebar__link.is-active svg{opacity:1}.ap-sidebar__dropdown{margin-bottom:2px}.ap-sidebar__dropdown-toggle{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:9px;justify-content:flex-start;align-items:center;gap:.65rem;width:100%;padding:.62rem .75rem;font-size:.875rem;transition:background .14s,color .14s;display:flex}.ap-sidebar__dropdown-toggle svg:first-child{opacity:.75;flex-shrink:0;width:17px;height:17px}.ap-sidebar__dropdown-toggle svg:last-child{opacity:.5;flex-shrink:0;width:14px;height:14px;transition:transform .18s}.ap-sidebar__dropdown-toggle:hover{color:#fff;background:#ffffff12}.ap-sidebar__dropdown-toggle:hover svg:first-child{opacity:1}.ap-sidebar__dropdown-toggle[aria-expanded=true] svg:last-child{transform:rotate(180deg)}.ap-sidebar__dropdown-menu{flex-direction:column;gap:2px;padding:.25rem .6rem .5rem;display:none}.ap-sidebar__dropdown-menu[style*="display: block"]{display:flex}.ap-sidebar__dropdown-link{color:#9ca3af;border-radius:7px;padding:.5rem .75rem;font-size:.85rem;text-decoration:none;transition:background .14s,color .14s;display:block}.ap-sidebar__dropdown-link:hover{color:#fff;background:#ffffff12}.ap-sidebar__dropdown-link.is-active{color:#fff;background:#ffffff1f;font-weight:600}.ap-sidebar__footer{border-top:1px solid #ffffff12;margin-top:auto;padding:1rem .6rem 1.2rem}.ap-sidebar__ext-link{color:#9ca3af;border-radius:9px;align-items:center;gap:.6rem;padding:.6rem .75rem;font-size:.86rem;text-decoration:none;transition:background .14s,color .14s;display:flex}.ap-sidebar__ext-link svg{flex-shrink:0;width:16px;height:16px}.ap-sidebar__ext-link:hover{color:#fff;background:#ffffff12}.ap-sidebar-backdrop{z-index:41;background:#00000080;display:none;position:fixed;inset:0}.ap-body{flex-direction:column;grid-column:2;min-height:100vh;display:flex;overflow-y:auto}.ap-topbar{background:#fff;border-bottom:1px solid #e8eaed;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1.4rem;display:flex}.ap-topbar__left{align-items:center;gap:.8rem;display:flex}.ap-menu-btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:none}.ap-menu-btn svg{width:18px;height:18px}.ap-topbar__breadcrumb{letter-spacing:.09em;text-transform:uppercase;color:#6b7280;margin:0;font-size:.72rem}.ap-topbar__title{color:#111;margin:.1rem 0 0;font-size:1.25rem;font-weight:700;line-height:1.2}.ap-topbar__right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.ap-user{align-items:center;gap:.6rem;display:flex}.ap-user__avatar{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;display:flex}.ap-user__meta{gap:.05rem;display:grid}.ap-user__meta strong{color:#111;font-size:.83rem;line-height:1.2}.ap-user__meta span{color:#6b7280;font-size:.73rem;line-height:1.2}.ap-logout-form{margin:0}.ap-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:.4rem;padding:.54rem .9rem;font-size:.845rem;font-weight:600;text-decoration:none;transition:background .13s,border-color .13s,color .13s;display:inline-flex}.ap-btn svg{flex-shrink:0;width:15px;height:15px}.ap-btn--primary{color:#fff;background:#111;border-color:#111}.ap-btn--primary:hover{background:#333;border-color:#333}.ap-btn--ghost{color:#374151;background:#fff;border-color:#d1d5db}.ap-btn--ghost:hover{background:#f9fafb;border-color:#9ca3af}.ap-btn--outline{color:#374151;background:0 0;border-color:#d1d5db}.ap-btn--outline:hover{background:#f9fafb}.ap-btn--sm{padding:.38rem .7rem;font-size:.79rem}.ap-body>.ap-stats,.ap-body>.ap-card,.ap-body>.ap-report-grid,.ap-body>.ap-catalog-bar,.ap-body>.ap-catalog-table-wrap,.ap-body>.ap-brand-list,.ap-body>.ap-flash,.ap-body>.ap-empty-state{margin:1.2rem 1.4rem 0}.ap-body>:last-child:not(.ap-modal){margin-bottom:1.4rem}.ap-modal{margin:0}.ap-flash{border-radius:9px;padding:.65rem .9rem;font-size:.84rem}.ap-flash--ok{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.ap-flash--err{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.ap-form__checkbox-label{color:var(--ink);cursor:pointer;align-items:center;gap:.5rem;margin-top:.25rem;font-size:.875rem;display:flex}.ap-form__checkbox{width:1rem;height:1rem;accent-color:var(--brand);cursor:pointer}.ap-form__divider{text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;align-items:center;gap:.5rem;margin:1rem 0 .1rem;font-size:.72rem;font-weight:700;display:flex}.ap-form__divider span{text-transform:none;letter-spacing:0;color:#c4c9d4;font-weight:400}.ap-form__divider:after{content:"";background:var(--line);flex:1;height:1px}.ap-form__toggles{flex-direction:column;gap:.6rem;margin-top:.4rem;display:flex}.ap-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.65rem;display:flex}.ap-toggle__input{opacity:0;width:0;height:0;position:absolute}.ap-toggle__track{background:#d1d5db;border-radius:99px;flex-shrink:0;width:2.2rem;height:1.25rem;transition:background .2s;position:relative}.ap-toggle__track:after{content:"";background:#fff;border-radius:50%;width:.9rem;height:.9rem;transition:transform .2s;position:absolute;top:.175rem;left:.175rem;box-shadow:0 1px 3px #0003}.ap-toggle__input:checked+.ap-toggle__track{background:#16a34a}.ap-toggle__input:checked+.ap-toggle__track:after{transform:translate(.95rem)}.ap-toggle__label{color:var(--ink);font-size:.875rem}.ap-status{border-radius:99px;align-items:center;gap:.3rem;padding:.18rem .55rem;font-size:.72rem;font-weight:600;display:inline-flex}.ap-status:before{content:"";background:currentColor;border-radius:50%;width:.42rem;height:.42rem}.ap-status--active{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.ap-status--passive{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.ap-vtype{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:99px;align-items:center;padding:.18rem .55rem;font-size:.72rem;font-weight:600;display:inline-flex}.ap-vtype--renk{color:#be123c;background:#fff1f2;border-color:#fecdd3}.ap-vtype--yazi_rengi{color:#7c3aed;background:#f5f3ff;border-color:#ddd6fe}.ap-vtype--pozisyon{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.ap-vtype--font{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.ap-color-swatch{vertical-align:middle;border:1px solid #0000001f;border-radius:4px;width:1rem;height:1rem;margin-right:.3rem;display:inline-block}.ap-color-row{align-items:center;gap:.6rem;display:flex}.ap-color-input{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:8px;width:2.5rem;height:2.5rem;padding:.15rem}.ap-color-hex{color:var(--muted);font-family:monospace;font-size:.82rem}.ap-form__hint{color:#9ca3af;margin-left:.2rem;font-size:.72rem;font-weight:400}.ap-file-input{width:100%;color:var(--ink);cursor:pointer;padding:.45rem 0;font-size:.84rem;display:block}.ap-file-input::file-selector-button{border:1px solid var(--line);cursor:pointer;background:#f8fafc;border-radius:7px;margin-right:.5rem;padding:.3rem .7rem;font-size:.78rem}.ap-cat-tree{padding:.5rem 0}.ap-cat-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 1.25rem;display:flex}.ap-cat-row:last-child{border-bottom:none}.ap-cat-row--root{background:#fafafa}.ap-cat-row--child{background:#fff;padding-left:2.5rem}.ap-cat-row__info{flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.ap-cat-row__name{color:var(--ink);font-size:.88rem;font-weight:600}.ap-cat-row__slug{color:var(--muted);white-space:nowrap;font-size:.75rem}.ap-cat-row__indent{color:var(--muted);margin-right:.25rem;font-size:.9rem}.ap-modal--wide .ap-modal__panel{max-width:720px}.ap-tabs{border-bottom:2px solid var(--line);gap:0;margin:0 -1.5rem 1.25rem;padding:0 1.5rem;display:flex}.ap-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.6rem 1.1rem;font-size:.83rem;font-weight:600;transition:color .15s,border-color .15s}.ap-tab:hover{color:var(--ink)}.ap-tab.is-active{color:var(--accent);border-bottom-color:var(--accent)}.ap-tab-panel{display:none}.ap-tab-panel.is-active{display:block}.ap-form__row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.ap-product-form .ap-form__row>div{align-content:start;gap:.32rem;display:grid}.ap-form__section-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:1rem 0 .4rem;font-size:.72rem;font-weight:700}.ap-variant-checks{flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;display:flex}.ap-material-toolbar{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.ap-material-list{gap:.75rem;display:grid}.ap-material-row{background:#fafcff;border:1px dashed #d7dce6;border-radius:12px;grid-template-columns:1fr auto auto;align-items:start;gap:.75rem;padding:.75rem;display:grid}.ap-material-row__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;display:grid}.ap-material-row__fields>div{gap:.28rem;display:grid}.ap-material-row__preview{background:#fff;border:1px solid #d8d8d8;border-radius:10px;align-self:center;width:72px;height:72px;overflow:hidden}.ap-material-row__preview.is-empty{opacity:.45}.ap-material-preview-image{object-fit:cover;width:100%;height:100%}.ap-material-row [data-material-remove].is-disabled{opacity:.5;pointer-events:none}.ap-check-item{border:1px solid var(--line);cursor:pointer;border-radius:99px;align-items:center;gap:.4rem;padding:.3rem .65rem;font-size:.8rem;transition:border-color .15s,background .15s;display:inline-flex}.ap-check-item.is-checked{border-color:var(--accent);background:#fff5f5}.ap-check-item:has(input:checked){border-color:var(--accent);background:#fff5f5}.ap-check-item input{display:none}.ap-product-editor .ap-check-item input{width:15px;height:15px;accent-color:var(--accent);cursor:pointer;flex:none;margin:0;display:inline-block}.ap-img-upload-label{border:1.5px dashed var(--line);color:var(--muted);cursor:pointer;border-radius:10px;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.5rem 1rem;font-size:.84rem;transition:border-color .15s,color .15s;display:inline-flex}.ap-img-upload-label svg{width:1.1rem;height:1.1rem}.ap-img-upload-label:hover{border-color:var(--accent);color:var(--accent)}.ap-img-upload-input{display:none}.ap-img-preview{flex-wrap:wrap;gap:.6rem;margin-top:.5rem;display:flex}.ap-img-thumb{border:2px solid var(--line);border-radius:8px;width:90px;height:90px;position:relative;overflow:hidden}.ap-img-thumb--cover{border-color:var(--accent)}.ap-img-thumb img{object-fit:cover;width:100%;height:100%}.ap-img-thumb__badge{background:var(--accent);color:#fff;text-align:center;text-transform:uppercase;padding:.12rem 0;font-size:.6rem;font-weight:700;position:absolute;bottom:0;left:0;right:0}.ap-product-image-grid{grid-template-columns:minmax(0,1fr) minmax(220px,280px);align-items:start;gap:1rem;display:grid}.ap-img-preview--single{border:1px dashed var(--line);background:#fafafa;border-radius:10px;justify-content:center;align-items:center;min-height:240px;padding:.55rem;display:flex}.ap-img-thumb--single{aspect-ratio:3/4;width:min(100%,260px);height:auto}.ap-img-preview__empty{color:var(--muted);text-align:center;padding:0 1rem;font-size:.82rem}@media (width<=900px){.ap-product-image-grid{grid-template-columns:1fr}.ap-img-preview--single{min-height:210px}}.ap-code{color:#334155;background:#f1f5f9;border-radius:5px;padding:.15rem .4rem;font-family:monospace;font-size:.8rem}.ap-pagination{border-top:1px solid var(--line);padding:1rem 1.25rem}.ap-pagination nav{flex-wrap:wrap;align-items:center;gap:.5rem;width:100%;display:flex}.ap-pagination nav svg{width:.95rem;min-width:.95rem;height:.95rem;min-height:.95rem;display:block}.ap-stats{grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem;display:grid}.ap-stat{background:#fff;border:1px solid #e8eaed;border-radius:14px;align-items:flex-start;gap:.8rem;padding:1rem 1.05rem;display:flex}.ap-stat__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ap-stat__icon svg{width:20px;height:20px}.ap-stat__icon--blue{color:#3b82f6;background:#eff6ff}.ap-stat__icon--violet{color:#8b5cf6;background:#f5f3ff}.ap-stat__icon--amber{color:#f59e0b;background:#fffbeb}.ap-stat__icon--green{color:#22c55e;background:#f0fdf4}.ap-stat__icon--rose{color:#f43f5e;background:#fff1f2}.ap-stat p{color:#6b7280;margin:0;font-size:.78rem}.ap-stat strong{color:#111;margin-top:.15rem;font-size:1.55rem;font-weight:700;line-height:1.2;display:block}.ap-card{background:#fff;border:1px solid #e8eaed;border-radius:14px;overflow:hidden}.ap-card__head{border-bottom:1px solid #f0f0f2;justify-content:space-between;align-items:center;gap:.6rem;padding:1rem 1.15rem;display:flex}.ap-card__head h2{color:#111;margin:0;font-size:1rem;font-weight:700}.ap-card__head-title{align-items:center;gap:.5rem;display:flex}.ap-count-badge{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:99px;align-items:center;padding:.15rem .55rem;font-size:.72rem;font-weight:600;display:inline-flex}.ap-model-form-container{max-width:600px;margin:0 auto}.ap-model-form-container .ap-card{box-shadow:0 1px 3px #00000014}.ap-model-form-container .ap-card form{padding:1.25rem}.ap-card__sub{color:#9ca3af;margin:.1rem 0 0;font-size:.74rem}.ap-model-tools{border-bottom:1px solid #f0f0f2;padding:0 1.15rem 1rem}.ap-model-filter-form{flex-wrap:wrap;align-items:flex-end;gap:.6rem;display:flex}.ap-model-filter-field{gap:.3rem;min-width:160px;display:grid}.ap-model-filter-field--search{flex:260px;min-width:240px}.ap-model-filter-field label{color:#6b7280;margin:0;font-size:.76rem;font-weight:600}.ap-model-filter-field input,.ap-model-filter-field select{color:#111;background:#fff;border:1px solid #d1d5db;border-radius:9px;outline:none;width:100%;padding:.5rem .65rem;font-size:.83rem}.ap-model-filter-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ap-variant-placeholder{color:#c4c9d4;font-size:.76rem;font-style:italic}.ap-badge{color:#374151;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:99px;align-items:center;padding:.2rem .55rem;font-size:.72rem;font-weight:600;display:inline-flex}.ap-badge--admin{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.ap-table-wrap{overflow-x:auto}.ap-table{border-collapse:collapse;width:100%}.ap-table th,.ap-table td{text-align:left;border-bottom:1px solid #f0f0f2;padding:.7rem 1.15rem;font-size:.845rem}.ap-table thead th{color:#6b7280;letter-spacing:.06em;text-transform:uppercase;background:#f9fafb;font-size:.75rem;font-weight:700}.ap-table tbody tr:hover td{background:#fafafa}.ap-table__id{color:#9ca3af;font-size:.78rem;font-weight:600}.ap-table__muted{color:#6b7280}.ap-table__empty{text-align:center;color:#9ca3af;padding:2rem 1rem!important}.ap-catalog-bar{background:#fff;border:1px solid #e8eaed;border-radius:14px;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1.15rem;display:flex}.ap-catalog-bar__title{color:#111;margin:0;font-size:1rem;font-weight:700}.ap-catalog-bar__sub{color:#6b7280;margin:.1rem 0 0;font-size:.78rem}.ap-catalog-bar__actions{flex-shrink:0;align-items:center;gap:.55rem;display:flex}.ap-catalog-table-wrap{overflow-x:auto}.ap-catalog-table{border-collapse:collapse;width:100%}.ap-catalog-table thead th{text-align:left;color:#6b7280;letter-spacing:.06em;text-transform:uppercase;background:#f9fafb;border-bottom:1px solid #e8eaed;padding:.65rem 1.15rem;font-size:.72rem;font-weight:700}.ap-catalog-table tbody tr{border-bottom:1px solid #f0f0f2}.ap-catalog-table tbody tr:last-child{border-bottom:none}.ap-catalog-table tbody tr:hover td{background:#fafafa}.ap-catalog-table td{vertical-align:top;padding:.85rem 1.15rem}.ap-catalog-row__brand strong{color:#111;font-size:.92rem;font-weight:700;line-height:1.3;display:block}.ap-catalog-row__brand span{color:#9ca3af;font-size:.74rem}.ap-catalog-row__models{flex-wrap:wrap;align-items:flex-start;gap:.35rem;padding-top:.1rem;display:flex}.ap-catalog-row__empty{color:#9ca3af;font-size:.8rem;font-style:italic}.ap-catalog-row__actions{text-align:right;white-space:nowrap;vertical-align:middle}.ap-row-actions{justify-content:flex-end;align-items:center;gap:.4rem;display:flex}.ap-row-actions form{margin:0}.ap-model-chip{color:#374151;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:99px;align-items:center;gap:.15rem;padding:.18rem .3rem .18rem .55rem;font-size:.78rem;line-height:1.4;display:inline-flex}.ap-chip-delete-form{margin:0;display:inline-flex}.ap-chip-edit{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:.82rem;line-height:1;transition:background .12s,color .12s;display:inline-flex}.ap-chip-edit:hover{color:#2563eb;background:#dbeafe}.ap-chip-delete{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:.95rem;line-height:1;transition:background .12s,color .12s;display:flex}.ap-chip-delete:hover{color:#dc2626;background:#fee2e2}.ap-btn--danger{color:#dc2626;background:#fff;border-color:#fca5a5}.ap-btn--danger:hover{background:#fef2f2;border-color:#f87171}.ap-empty-state{text-align:center;color:#9ca3af;padding:2.5rem 1rem;font-size:.9rem}.ap-modal{z-index:100;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.ap-modal.is-open{display:flex}.ap-modal__backdrop{background:#00000073;position:absolute;inset:0}.ap-modal__panel{z-index:1;background:#fff;border-radius:16px;width:min(440px,94vw);padding:1.4rem 1.5rem;position:relative;box-shadow:0 20px 60px #0003}.ap-modal__head{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.ap-modal__head h3{color:#111;margin:0;font-size:1.05rem;font-weight:700}.ap-modal__close{cursor:pointer;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.ap-modal__close svg{width:16px;height:16px}.ap-modal__close:hover{color:#111;background:#f9fafb}.ap-modal__foot{border-top:1px solid #f0f0f2;justify-content:flex-end;gap:.55rem;margin-top:1.2rem;padding-top:1rem;display:flex}.ap-form{gap:.55rem;display:grid}.ap-form label{color:#374151;margin-top:.25rem;margin-bottom:.4rem;font-size:.82rem;font-weight:600}.ap-product-form label{margin:0}.ap-form input,.ap-form select{color:#111;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:9px;outline:none;width:100%;padding:.6rem .75rem;font-size:.875rem;transition:border-color .13s,box-shadow .13s}.ap-form input:focus,.ap-form select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.ap-form__error{color:#dc2626;margin:0;font-size:.78rem}.ap-form__brand-label{color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:7px;margin:0;padding:.35rem .6rem;font-size:.78rem}.ap-form__field{margin-bottom:1rem}.ap-form__field label{margin-bottom:.35rem;display:block}.ap-input,.ap-select{color:#111;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:9px;outline:none;width:100%;padding:.6rem .75rem;font-size:.875rem;transition:border-color .13s,box-shadow .13s}.ap-input:focus,.ap-select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.account-profile-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.account-profile-form{border:1px solid var(--line);background:#fafafa;gap:.6rem;padding:.85rem;display:grid}.account-profile-form h3{margin:0;font-size:1rem}.account-profile-form label{gap:.35rem;display:grid}.account-profile-form span{color:#666;font-size:.82rem}.account-profile-form input{border:1px solid var(--line);background:#fff;padding:.62rem;font-size:.86rem}.account-profile-form input[readonly]{color:#555;background:#f1f1f1}@media (width<=1024px){.ap{grid-template-columns:1fr}.ap-sidebar{z-index:42;width:min(280px,86vw);min-height:auto;position:fixed;top:0;bottom:0;left:0;transform:translate(-110%)}.ap-sidebar.is-open{transform:translate(0)}.ap-sidebar.is-open+.ap-sidebar-backdrop{display:block}.ap-sidebar__close{display:inline-flex}.ap-body{grid-column:1}.ap-menu-btn{display:inline-flex}.ap-topbar__right .ap-user__meta{display:none}.ap-stats,.ap-brand-list{grid-template-columns:repeat(2,minmax(0,1fr))}.account-dashboard{grid-template-columns:1fr}}@media (width>=1025px){.account-dashboard{grid-template-columns:260px 1fr}}@media (width<=1024px){.checkout-shell{grid-template-columns:1fr}.checkout-page{padding-bottom:calc(92px + env(safe-area-inset-bottom))}.checkout-left,.checkout-right{padding-bottom:calc(112px + env(safe-area-inset-bottom))}.checkout-right{position:static}.checkout-summary-toggle{display:flex}.checkout-summary{display:none}.checkout-summary.is-open{display:grid}.checkout-payment-badges{display:none}.checkout-complete-wrap{z-index:34;padding:.6rem .7rem calc(.6rem + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fffffffa;margin:0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 20px #00000014}.checkout-complete{width:min(1200px,100%);margin:0 auto;display:block}.account-dashboard{grid-template-columns:1fr}.account-admin-sidebar{width:100%}.pdp{grid-template-columns:1fr}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.accessory-grid,.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.story-features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.admin-topbar{flex-direction:column;align-items:flex-start}.admin-topbar-actions{width:100%}.admin-ghost-btn,.admin-solid-btn{text-align:center;width:100%}.checkout-page{padding:.55rem;padding-bottom:calc(92px + env(safe-area-inset-bottom))}.checkout-left,.checkout-right{padding:.7rem;padding-bottom:calc(112px + env(safe-area-inset-bottom))}.checkout-grid-2,.checkout-discount{grid-template-columns:1fr}.checkout-product{grid-template-columns:64px 1fr}.checkout-product strong{grid-column:2}.account-address-head{flex-direction:column;align-items:stretch}.account-address-head .account-continue-btn{width:100%}.account-address-grid,.account-address-grid--triple,.account-profile-grid,.account-profile-layout{grid-template-columns:1fr}.top-nav{min-height:62px}.header-actions{display:none}.hero{grid-template-columns:1fr}.hero-video-wrap{height:min(72vh,520px)}.announcement__inner{flex-direction:column;gap:.15rem;padding:.25rem 0}.model-bar{flex-direction:column;align-items:flex-start}.pdp-right h1{font-size:1.2rem}.pdp-row-select{grid-template-columns:1fr;gap:.35rem}.account-order-card{border:1px solid var(--line);background:#f9f9f9;border-radius:8px;padding:1rem}.account-order-card__header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.account-order-card__header h3{color:#333;margin:0 0 .25rem;font-size:.95rem;font-weight:700}.account-order-card__date{color:#888;margin:0;font-size:.8rem}.account-order-card__status{border-radius:99px;padding:.25rem .6rem;font-size:.8rem;font-weight:600}.account-order-card__status.is-completed{color:#155724;background:#d4edda}.account-order-card__status.is-pending{color:#856404;background:#fff3cd}.account-order-card__body{margin-bottom:.75rem}.account-order-card__product{align-items:center;gap:.75rem;display:flex}.account-order-card__product img{object-fit:cover;border-radius:6px;flex-shrink:0;width:45px;height:45px}.account-order-card__product div{flex:1;min-width:0}.account-order-card__product div h4{color:#333;margin:0 0 .25rem;font-size:.85rem;font-weight:600}.account-order-card__product div p{color:#666;margin:.15rem 0;font-size:.75rem}.account-order-card__footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding-top:.75rem;display:flex}.account-order-card__total{color:#333;font-size:1rem;font-weight:700}.account-order-card__actions{gap:.5rem;display:flex}.account-order-card__detail-btn,.account-order-card__review-btn{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:6px;padding:.4rem 1rem;font-size:.8rem;font-weight:600;transition:all .3s}.account-order-card__review-btn{background:#48bb78}.account-order-card__detail-btn:hover{background:#5568d3}.account-order-card__review-btn:hover{background:#38a169}.order-detail-modal{z-index:1000;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.order-detail-modal.is-open{display:flex}.order-detail-modal__backdrop{background:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.order-detail-modal__panel{background:#fff;border-radius:16px;width:90%;max-width:600px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto}.order-detail-modal__head{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.order-detail-modal__head h3{color:#333;margin:0;font-size:1.5rem}.order-detail-modal__body{margin-bottom:1.5rem}.order-detail-info{background:#f8f9fa;border-radius:8px;margin-bottom:1rem;padding:1rem}.order-detail-info__row{border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:.5rem 0;display:flex}.order-detail-info__row:last-child{border-bottom:none}.order-detail-info__label{color:#666;font-size:.875rem}.order-detail-info__value{color:#333;font-weight:600}.order-detail-product{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.order-detail-product__image{background:#fff;border:1px solid #ddd;border-radius:8px;flex:0 0 100px;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:relative;overflow:hidden}.order-detail-product__image img{object-fit:cover;border-radius:8px;width:100%;height:100%;transition:opacity .16s;display:block}.order-detail-product img{object-fit:cover;border-radius:8px;width:100px;height:100px}.order-detail-review-section{border-top:1px solid var(--line);margin-top:2rem;padding-top:2rem}.order-detail-review-section h4{color:#333;margin:0 0 1rem;font-size:1.125rem}.order-detail-review-form{flex-direction:column;gap:1rem;display:flex}.order-detail-review-form label{color:#333;font-weight:600}.order-detail-review-form input,.order-detail-review-form textarea{border:1px solid var(--line);border-radius:8px;padding:.75rem;font-size:1rem}.order-detail-review-form textarea{resize:vertical}.order-detail-review-stars{cursor:pointer;gap:.5rem;font-size:2rem;display:flex}.order-detail-review-stars span{color:#ddd;transition:color .2s}.order-detail-review-stars span.is-active{color:#fbbf24}.order-detail-review-submit{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.order-detail-review-submit:hover{background:#5568d3}.review-stats{background:#f9fafb;border-radius:12px;align-items:center;gap:3rem;margin-bottom:2rem;padding:1.5rem;display:flex}.review-stats__left{text-align:center;min-width:120px}.review-stats__average{color:#111;margin-bottom:.5rem;font-size:3rem;font-weight:700;line-height:1}.review-stats__stars{justify-content:center;gap:.2rem;margin-bottom:.5rem;display:flex}.review-stats__star{color:#ddd;font-size:1.2rem}.review-stats__star.is-active{color:#fbbf24}.review-stats__total{color:#666;font-size:.9rem}.review-stats__right{flex:1;max-width:400px}.review-stats__row{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.review-stats__label{color:#666;min-width:40px;font-size:.9rem}.review-stats__bar{background:#e5e7eb;border-radius:4px;flex:1;height:8px;overflow:hidden}.review-stats__fill{background:#fbbf24;border-radius:4px;height:100%;transition:width .3s}.review-stats__count{text-align:right;color:#666;min-width:30px;font-size:.85rem}@media (width<=600px){.review-stats{flex-direction:column;gap:1.5rem}.review-stats__right{width:100%;max-width:none}}.review-gallery{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.review-gallery__item{border:2px solid #0000;border-radius:8px;width:70px;min-width:70px;max-width:70px;height:70px;min-height:70px;max-height:70px;transition:border-color .3s;overflow:hidden}.review-gallery__item img{object-fit:cover;cursor:pointer;transition:transform .3s;display:block;width:70px!important;max-width:70px!important;height:70px!important;max-height:70px!important}.review-gallery__item:hover{border-width:3px;border-color:#667eea}.review-gallery__item img:hover{transform:scale(1.05)}.product-review-modal{z-index:1000;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.product-review-modal.is-open{display:flex}.product-review-modal__backdrop{background:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.product-review-modal__panel{background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto}.product-review-modal__head{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.product-review-modal__head h3{color:#333;margin:0;font-size:1.5rem}.product-review-form{flex-direction:column;gap:1.25rem;display:flex}.product-review-form__group{flex-direction:column;gap:.5rem;display:flex}.product-review-form__group label{color:#333;font-size:.9rem;font-weight:600}.product-review-stars{cursor:pointer;gap:.5rem;font-size:2rem;display:flex}.product-review-stars span{color:#ddd;transition:color .2s}.product-review-stars span.is-active{color:#fbbf24}.product-review-form__group textarea{border:1px solid var(--line);resize:vertical;border-radius:8px;padding:.75rem;font-size:1rem}.product-review-form__group input[type=file]{border:1px solid var(--line);border-radius:8px;padding:.5rem;font-size:.9rem}.product-review-form__hint{color:#888;margin:0;font-size:.8rem}.product-review-submit{color:#fff;cursor:pointer;background:#48bb78;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.product-review-submit:hover{background:#38a169}.pdp-personalize-grid,.pdp-buy-row,.collection-grid,.accessory-grid,.footer-grid,.story-features{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}}.ap-ppage{width:100%;padding:1.2rem 1.4rem 2rem}.ap-ppage--product{padding-top:.15rem}.ap-ppage--product .ap-ppage__subhead{margin-bottom:.85rem}.ap-product-editor{gap:1rem;display:grid}.ap-product-editor__tabs-card{overflow:hidden}.ap-product-editor__tabs-card .ap-tabs{margin:0;padding:0 1.25rem}.ap-product-editor__card{overflow:hidden}.ap-product-editor__head{border-bottom:1px solid var(--line);background:#fcfcfc;padding:1rem 1.25rem .85rem}.ap-product-editor__head h2{letter-spacing:-.01em;margin:0;font-size:1rem}.ap-product-editor__head p{color:#666;margin:.35rem 0 0;font-size:.85rem}.ap-product-editor__body{gap:.95rem;padding:1rem 1.25rem 1.25rem;display:grid}.ap-check-item--block{min-height:40px;margin-top:.4rem}.ap-product-editor__foot{border:1px solid var(--line);background:#fff;border-radius:12px}@media (width<=900px){.ap-product-editor__tabs-card .ap-tabs,.ap-product-editor__head,.ap-product-editor__body,.ap-product-editor__foot{padding-left:.95rem;padding-right:.95rem}.ap-material-row,.ap-material-row__fields{grid-template-columns:1fr}}.ap-ppage__subhead{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.ap-ppage__body{padding:1.25rem 1.5rem 1.5rem}.ap-ppage__foot{border-top:1px solid var(--line);background:#fafafa;border-radius:0 0 12px 12px;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.ap-alert{border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.88rem}.ap-alert--success{color:#065f46;background:#ecfdf5;border:1px solid #6ee7b7}.ap-alert--error{color:#991b1b;background:#fef2f2;border:1px solid #fca5a5}.ap-field-error{color:#dc2626;margin-top:.2rem;font-size:.78rem;display:block}.ap-required{color:#dc2626;font-size:.85em}.ap-form input.is-invalid,.ap-form select.is-invalid{border-color:#dc2626}.ap-img-thumb__del{cursor:pointer;color:#fff;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;display:flex}.ap-img-thumb__del:hover{background:#dc2626}.ap-model-thumb{border:1px solid var(--line);object-fit:cover;border-radius:8px;width:46px;height:46px;display:block}.ap-model-thumb--lg{width:84px;height:84px}.ap-model-edit-preview{margin:.25rem 0 .5rem}.collection-page{padding-bottom:3rem}.collection-hero{padding:1.4rem 0 1.1rem}.collection-crumb{color:#6e6e6e;margin:0;font-size:.82rem}.collection-hero h1{letter-spacing:-.02em;margin:.35rem 0 .5rem;font-size:clamp(1.3rem,2.3vw,2rem)}.collection-hero p{color:#444;max-width:76ch;margin:0;font-size:.92rem;line-height:1.7}.collection-wrap{grid-template-columns:minmax(220px,280px) minmax(0,1fr);align-items:start;gap:1.2rem;display:grid}.collection-sidebar{gap:.9rem;display:grid;position:sticky;top:126px}.collection-box{border:1px solid var(--line);background:#fff;padding:.8rem}.collection-box h2{letter-spacing:.04em;text-transform:uppercase;margin:0 0 .55rem;font-size:.88rem}.collection-cat-list{gap:.2rem;display:grid}.collection-cat-list a{color:#343434;border-radius:8px;padding:.48rem .55rem;font-size:.86rem;display:block}.collection-cat-list a.is-child{color:#5a5a5a;padding-left:1.05rem;font-size:.83rem}.collection-cat-list a:hover{background:#f5f5f5}.collection-cat-list a.is-active{color:#fff;background:#111}.collection-brand-accordion{gap:.5rem;display:grid}.collection-brand-accordion details{border:1px solid #efefef;border-radius:10px;overflow:hidden}.collection-brand-accordion summary{cursor:pointer;background:#fafafa;padding:.55rem .65rem;font-size:.84rem;font-weight:700;list-style:none}.collection-brand-accordion summary::-webkit-details-marker{display:none}.collection-model-links{gap:.15rem;max-height:220px;padding:.4rem;display:grid;overflow-y:auto}.collection-model-links a{color:#4b4b4b;border-radius:8px;padding:.42rem .5rem;font-size:.8rem;display:block}.collection-model-links a:hover{background:#f5f5f5}.collection-model-links a.is-active{color:#fff;background:#111}.collection-content{border:1px solid var(--line);background:#fff;padding:.9rem}.collection-toolbar{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:.8rem;padding-bottom:.8rem;display:flex}.collection-toolbar strong{font-size:.88rem}.collection-sort{align-items:center;gap:.5rem;font-size:.82rem;display:inline-flex}.collection-sort select{border:1px solid var(--line);background:#fff;padding:.42rem .5rem;font-size:.82rem}.collection-active-filter{background:#fbfbfb;border:1px dashed #dedede;justify-content:space-between;align-items:center;gap:.8rem;margin-top:.7rem;padding:.55rem .65rem;font-size:.82rem;display:flex}.collection-active-filter a{color:#9f2020;font-weight:700}.collection-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-top:.9rem;display:grid}.collection-product-card{border:1px solid var(--line);background:#fff;transition:box-shadow .18s,transform .18s}.collection-product-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #10101014}.collection-product-link{padding:.62rem;display:block}.collection-product-card img,.collection-product-card .ph-product{object-fit:cover;border-radius:8px;width:100%;height:182px}.collection-product-card h3{min-height:2.35em;margin:.55rem 0 .32rem;font-size:.84rem;line-height:1.45}.collection-product-model{color:#666;margin:0;font-size:.74rem}.collection-product-price{margin:.42rem 0 .2rem;font-size:.95rem;font-weight:800}.collection-product-campaign{color:#a81818;margin:0;font-size:.72rem;font-weight:700}.collection-empty{text-align:center;background:#fafafa;border:1px dashed #d8d8d8;grid-column:1/-1;padding:1.6rem}.collection-empty h3{margin:0 0 .35rem;font-size:1rem}.collection-empty p{color:#606060;margin:0;font-size:.86rem}.collection-pagination{margin-top:1rem}.collection-info{border:1px solid var(--line);background:#fff;margin-top:1.35rem;padding:1rem}.collection-info h2{margin:0 0 .7rem;font-size:1.08rem}.collection-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;display:grid}.collection-info-grid article{background:#fbfbfb;border:1px solid #efefef;padding:.7rem}.collection-info-grid h3{margin:0 0 .35rem;font-size:.86rem}.collection-info-grid p{color:#575757;margin:0;font-size:.8rem;line-height:1.65}@media (width<=1180px){.collection-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=980px){.collection-wrap{grid-template-columns:1fr}.collection-sidebar{position:static}.collection-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-info-grid{grid-template-columns:1fr}}@media (width<=580px){.collection-toolbar{flex-direction:column;align-items:flex-start}.collection-product-grid{grid-template-columns:1fr}}.dc-collection-page{padding-bottom:2.6rem}.dc-collection-header{padding:1.25rem 0 .55rem}.dc-collection-breadcrumb{color:#6b6b6b;flex-wrap:wrap;align-items:center;gap:.35rem;margin:0;font-size:.8rem;display:flex}.dc-collection-breadcrumb a{color:#6b6b6b}.dc-collection-breadcrumb a:hover{color:#202020;text-decoration:underline}.dc-collection-breadcrumb [aria-current=page]{color:#202020;font-weight:600}.dc-collection-header h1{letter-spacing:-.02em;margin:.32rem 0 .48rem;font-size:clamp(1.32rem,2.25vw,2rem)}.dc-collection-description{background:#fff;border:1px solid #ececec;padding:.72rem .88rem .68rem}.dc-collection-description__body{color:#4b4b4b;gap:.45rem;font-size:.88rem;line-height:1.68;display:grid;position:relative}.dc-collection-description__body p{margin:0}.dc-collection-description__body.is-collapsed{max-height:5.04em;overflow:hidden}.dc-collection-description__body.is-collapsed:after{content:"";pointer-events:none;background:linear-gradient(#fff0,#fff 80%);height:1.7em;position:absolute;bottom:0;left:0;right:0}.dc-collection-description__toggle{color:#202020;cursor:pointer;text-underline-offset:2px;background:0 0;border:0;margin-top:.45rem;padding:0;font-size:.81rem;font-weight:700;text-decoration:underline}.dc-collection-controls{border:1px solid var(--line);background:#fff;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.9rem;margin-top:.75rem;padding:.85rem;display:grid}.dc-collection-controls__left h2{margin:0 0 .5rem;font-size:.98rem}.dc-model-filter{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.dc-model-filter label{gap:.34rem;display:grid}.dc-model-filter span{letter-spacing:.04em;text-transform:uppercase;color:#666;font-size:.74rem}.dc-model-filter select,.dc-sort-form select{background:#fff;border:1px solid #dedede;min-height:40px;padding:0 .64rem;font-size:.84rem}.dc-collection-controls__right{justify-items:end;gap:.55rem;display:grid}.dc-sort-form{align-items:center;gap:.45rem;display:inline-flex}.dc-sort-form label{color:#666;font-size:.82rem}.dc-active-filter{background:#fafafa;border:1px dashed #dadada;align-items:center;gap:.55rem;padding:.4rem .55rem;font-size:.78rem;display:inline-flex}.dc-active-filter a{color:#ad2424;font-weight:700}.dc-collection-products{margin-top:.75rem}.dc-collection-products__head{justify-content:space-between;align-items:center;gap:.6rem;padding:.2rem 0;display:flex}.dc-collection-products__head strong{font-size:.9rem}.dc-collection-products__head span{color:#666;font-size:.79rem}.dc-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.76rem;margin-top:.6rem;display:grid}.dc-product-card{background:#fff;border:1px solid #e8e8e8;transition:transform .18s,box-shadow .18s}.dc-product-card__materials{flex-wrap:wrap;gap:.42rem;margin:.5rem 0;display:flex}.dc-product-card__material-swatch{cursor:pointer;border:2px solid #fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:transform .12s,box-shadow .12s;display:flex;box-shadow:0 0 0 1px #d8d8d8}.dc-product-card__material-swatch:hover{transform:scale(1.1);box-shadow:0 0 0 2px #111}.dc-product-card__material-swatch.is-active{box-shadow:0 0 0 2px #111}.dc-product-card__material-swatch span{color:#0000;background-color:#e9edf2;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;width:100%;height:100%;font-size:0;display:block}.dc-product-card:hover{transform:none;box-shadow:0 10px 22px #12121214}.dc-product-card__link{padding:.56rem;display:block}.dc-product-card__mockup-stage{aspect-ratio:1;background:#f1f3f7;border-radius:7px;width:100%;position:relative;overflow:hidden}.product-slider .dc-product-card__mockup-stage{--home-card-offset-scale:1}.dc-product-card__mockup-stage.is-atelier-card{background:#fff}.dc-product-card__mockup-stage.is-atelier-card .dc-product-card__mockup-base{object-fit:contain;transform-origin:50%;background:0 0;inset:0;transform:scale(.86)}.dc-product-card__mockup-kapak,.dc-product-card__mockup-background,.dc-product-card__mockup-base,.dc-product-card__mockup-design{width:100%;height:100%;display:block;position:absolute;inset:0}.dc-product-card__mockup-kapak{object-fit:cover;z-index:1}.dc-product-card__mockup-stage.is-atelier-card .dc-product-card__mockup-kapak{transform-origin:50%;transform:scale(.86)}.dc-product-card__mockup-background{object-fit:cover;z-index:1}.dc-product-card__mockup-base{object-fit:contain;z-index:2;background:#fff}.dc-product-card__mockup-base.is-background-frame{z-index:4;background:0 0}.dc-product-card__mockup-design{object-fit:contain;mix-blend-mode:normal;opacity:1;pointer-events:none;z-index:3}.dc-product-card__mockup-design-repeat{z-index:3;pointer-events:none;background-position:50%;background-repeat:repeat;background-size:34%;position:absolute;inset:0}.dc-product-card__mockup-design.is-framed{object-fit:cover;clip-path:inset(2% 5% round 7%)}.dc-product-card__mockup-design-repeat.is-framed{clip-path:inset(2% 5% round 7%)}.dc-product-card__mockup-design.is-under-background-frame,.dc-product-card__mockup-design-repeat.is-under-background-frame{z-index:3}.product-slider .dc-product-card__mockup-design[data-home-card-design]{transform:translate(clamp(-28px, calc(var(--home-card-image-position-x,0px) * var(--home-card-offset-scale,1)), 28px), clamp(-24px, calc(var(--home-card-image-position-y,0px) * var(--home-card-offset-scale,1)), 36px)) scale(var(--home-card-image-scale,1)) rotate(var(--home-card-image-rotation,0deg))}.product-slider .dc-product-card__mockup-design-repeat[data-home-card-design-repeat]{background-size:var(--home-card-repeat-size,34%);background-position:clamp(-28px, calc(var(--home-card-image-position-x,0px) * var(--home-card-offset-scale,1)), 28px) clamp(-24px, calc(var(--home-card-image-position-y,0px) * var(--home-card-offset-scale,1)), 36px)}.pdp-option-block{margin-bottom:1.5rem}.pdp-option-block>p{color:#1a1a1a;text-transform:uppercase;letter-spacing:.3px;margin-bottom:.75rem;font-size:.95rem;font-weight:600}.pdp-chip-list--mockup-type{grid-template-columns:repeat(4,minmax(88px,108px));justify-content:flex-start;gap:.45rem;display:grid}.pdp-chip--mockup-type{text-align:center;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:12px;flex-direction:column;justify-content:flex-start;justify-self:auto;align-items:center;gap:.45rem;width:auto;max-width:108px;min-height:116px;padding:.6rem .45rem .7rem;transition:all .2s;display:flex}.pdp-chip--mockup-type:hover{border-color:#d1d5db;box-shadow:0 2px 8px #00000014}.pdp-chip-thumb--mockup-type{background:#f3f4f6;border-radius:10px;flex:none;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex;overflow:hidden}.pdp-chip-thumb--mockup-type img{object-fit:cover;width:100%;height:100%;display:block}.pdp-chip-meta--mockup-type{min-width:0}.pdp-chip-meta--mockup-type strong{font-size:.74rem;line-height:1.22;display:block}.pdp-chip--mockup-type.is-active{color:#fff;background:#111;border-color:#111;box-shadow:0 4px 12px #00000026}.pdp-chip-list--mockup{flex-wrap:wrap;gap:.4rem;display:flex}.pdp-chip--mockup-color{cursor:pointer;border:2px solid #0000;border-radius:50%;width:34px;height:34px;padding:0;transition:all .2s;position:relative;overflow:hidden;box-shadow:0 2px 6px #0000001a}.pdp-chip--mockup-color:hover{transform:scale(1.08);box-shadow:0 4px 12px #00000026}.pdp-chip--mockup-color.is-active{border-color:#111;box-shadow:0 0 0 2px #fff,0 0 0 4px #111}.pdp-chip-swatch--mockup{width:20px;height:20px}@media (width<=560px){.pdp-chip-list--mockup-type{grid-template-columns:repeat(2,minmax(84px,102px))}}.pdp-chip--mockup-color img{object-fit:cover;width:100%;height:100%}.pdp-chip--mockup-color[data-is-kendin-tasarla="1"]{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:999px;width:auto;height:auto;padding:.6rem 1.2rem;font-size:.85rem;font-weight:500}.dc-product-card img:not(.dc-product-card__mockup-background):not(.dc-product-card__mockup-base):not(.dc-product-card__mockup-design),.dc-product-card .ph-product{aspect-ratio:3/4;object-fit:cover;border-radius:7px;width:100%;display:block}.dc-product-card h3{min-height:2.45em;margin:.52rem 0 .3rem;font-size:.84rem;line-height:1.5}.dc-product-card__model{color:#666;margin:0;font-size:.73rem}.dc-product-card__price{margin:.4rem 0 .25rem;font-size:.95rem;font-weight:800}.dc-product-card__campaign{color:#b11f1f;margin:0;font-size:.72rem;font-weight:700}.dc-product-card__timer{color:#5a5a5a;margin:.4rem 0 0;font-size:.7rem}.dc-product-card__timer b{color:#101010}.dc-product-empty{text-align:center;background:#fafafa;border:1px dashed #d8d8d8;grid-column:1/-1;padding:1.55rem}.dc-product-empty h3{margin:0 0 .35rem;font-size:.98rem}.dc-product-empty p{color:#5d5d5d;margin:0;font-size:.84rem}.dc-collection-pagination{margin-top:.95rem}.dc-pagination{flex-direction:column;align-items:center;gap:.65rem;margin-top:.95rem;display:flex}.dc-pagination__list{align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.dc-pagination__link{color:#1d1d1f;background:#f5f5f7;border:1px solid #e5e5e7;border-radius:8px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:0 .5rem;font-size:.85rem;text-decoration:none;transition:all .15s;display:inline-flex}.dc-pagination__link:hover{background:#e8e8ed;border-color:#d1d1d6}.dc-pagination__item--active .dc-pagination__link{color:#fff;background:#1d1d1f;border-color:#1d1d1f;font-weight:600}.dc-pagination__item--disabled .dc-pagination__link{opacity:.4;cursor:default;pointer-events:none}.dc-pagination__item--dots .dc-pagination__link{background:0 0;border:none;min-width:auto;padding:0 .3rem}.dc-pagination__info{color:#8e8e93;font-size:.8rem}.dc-additional-links{border-top:1px solid #ececec;margin-top:1.35rem;padding-top:1rem}.dc-additional-links h2{margin:0 0 .55rem;font-size:.95rem}.dc-additional-links__grid{flex-wrap:wrap;gap:.48rem;display:flex}.dc-additional-links__grid a{color:#3d3d3d;background:#fff;border:1px solid #e6e6e6;padding:.34rem .52rem;font-size:.78rem}.dc-additional-links__grid a:hover{background:#fafafa;border-color:#cfcfcf}@media (width<=1180px){.dc-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=920px){.dc-collection-controls{grid-template-columns:1fr}.dc-collection-controls__right{display:none}.dc-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.dc-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dc-collection-products__head{flex-direction:column;align-items:flex-start}}.review-image-modal{z-index:1000;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.review-image-modal[aria-hidden=false]{display:flex}.review-image-modal__backdrop{background:#000c;position:absolute;inset:0}.review-image-modal__panel{z-index:1;background:#fff;border-radius:12px;max-width:90vw;max-height:90vh;position:relative;overflow:auto;box-shadow:0 25px 50px -12px #00000040}.review-image-modal__head{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.review-image-modal__head h3{margin:0;font-size:1.25rem}.review-image-modal__head .icon-close{cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;line-height:1}.review-image-modal__body{text-align:center;padding:1.5rem;position:relative}.review-image-modal__nav{justify-content:center;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.review-modal-nav-btn{cursor:pointer;color:#374151;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .2s;display:flex}.review-modal-nav-btn:hover{background:#e5e7eb}.review-modal-nav-btn:disabled{opacity:.5;cursor:not-allowed}.review-image-modal__body img{object-fit:contain;border-radius:8px;width:250px!important;max-width:250px!important;height:250px!important;max-height:250px!important}.review-image-modal__counter{color:#fff;background:#1f2937;border-radius:20px;padding:.25rem .75rem;font-size:.85rem;font-weight:500;position:absolute;bottom:.5rem;right:1.5rem}.review-image-modal__info{text-align:left;background:#f9fafb;border-radius:8px;padding:1rem}.review-image-modal__info p{margin:.5rem 0;font-size:.9rem}.review-image-modal__info strong{color:#374151}.collection-editor{padding:1.25rem;display:block}@media (width<=900px){.collection-editor{display:block}}.collection-editor__form{min-width:0}.collection-editor__form .ap-form{flex-direction:column;gap:1rem;display:flex}.collection-editor__form .ap-form label{color:#374151;margin-bottom:-.5rem;font-size:.9rem;font-weight:600}.collection-editor__form .ap-form input[type=text],.collection-editor__form .ap-form input[type=number],.collection-editor__form .ap-form textarea,.collection-editor__form .ap-form select{border:1px solid #d1d5db;border-radius:8px;padding:.65rem .9rem;font-size:.95rem;transition:border-color .2s}.collection-editor__form .ap-form input:focus,.collection-editor__form .ap-form textarea:focus,.collection-editor__form .ap-form select:focus{border-color:#3b82f6;outline:none}.collection-editor__form .ap-form select[multiple]{min-height:120px}.collection-editor__form .ap-form__actions{gap:.75rem;margin-top:.5rem;display:flex}.collection-editor__preview{flex-direction:column;align-items:center;display:flex}.collection-editor__preview>label{color:#374151;margin-bottom:1rem;font-size:.9rem;font-weight:600}.phone-mockup{width:100%;max-width:280px}.phone-mockup__frame{background:#1f2937;border-radius:36px;padding:12px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000001a}.phone-mockup__screen{aspect-ratio:9/19;background:#000;border-radius:28px;position:relative;overflow:hidden}.phone-mockup__image-wrapper{cursor:grab;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.phone-mockup__image-wrapper:active{cursor:grabbing}.phone-mockup__image-wrapper img{object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none;transform-origin:50%;width:100%;max-width:none;height:100%;max-height:none;transition:opacity .2s ease-out}.phone-mockup__placeholder{color:#6b7280;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.phone-mockup__placeholder svg{stroke:#9ca3af;width:64px;height:64px;margin-bottom:1rem}.phone-mockup__placeholder p{color:#9ca3af;margin:0;font-size:.9rem}.phone-mockup__controls{background:#f3f4f6;border-radius:12px;flex-direction:column;gap:.75rem;width:100%;margin-top:1rem;padding:1rem;display:flex}.phone-mockup__control-group{flex-direction:column;gap:.35rem;display:flex}.phone-mockup__label{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.phone-mockup__btn-row{align-items:center;gap:.5rem;display:flex}.phone-mockup__btn-row button{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.phone-mockup__btn-row button svg{width:16px;height:16px}.phone-mockup__btn-row input[type=range]{flex:1;min-width:60px;margin:0 .25rem}.phone-mockup__value{text-align:center;color:#374151;font-variant-numeric:tabular-nums;min-width:36px;font-size:.85rem;font-weight:600}.phone-mockup__reset{justify-content:center;align-items:center;width:100%;margin-top:.25rem;padding:.5rem;font-size:.8rem;display:flex}.ap-table tbody tr:hover{background:#f3f4f6}.ap-table tbody tr.is-editing{outline-offset:-2px;background:#dbeafe;outline:2px solid #3b82f6}.ap-bulk-actions{background:#f8fafc;border:1px solid #e2e8f0;border-bottom:none;border-radius:8px 8px 0 0;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.ap-check-all{cursor:pointer;color:#475569;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.ap-check-all input[type=checkbox],.ap-checkbox{cursor:pointer;accent-color:#3b82f6;width:18px;height:18px}.ap-table--bulk{border-top-left-radius:0;border-top-right-radius:0}.ap-table--bulk th:first-child,.ap-table--bulk td:first-child{text-align:center;padding-left:1rem}.ap-table--bulk tbody tr:has(.model-checkbox:checked){background:#eff6ff}
