:root{--primary-600:#3d6e91;--primary-500:#5e8bae;--primary-400:#e8eff4;--point-coral:#f08c6b;--point-yellow:#f5c354;--point-cream:#fcf8f4;--gray-900:#3b3c3d;--gray-800:#7b8284;--gray-700:#c7ced1;--gray-600:#e4e7e8;--gray-500:#f2f2f2;--white:#fff;--content:1200px}*{box-sizing:border-box}html{background:var(--white);min-width:320px}body{min-height:100vh;color:var(--gray-900);background:var(--white);margin:0;font-family:Pretendard,Apple SD Gothic Neo,Noto Sans KR,sans-serif}button,input,select,textarea{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}.icon{width:24px;height:24px;display:block}.focus-page{background:var(--white);justify-content:center;min-height:100dvh;display:flex}.focus-screen{background:var(--white);width:100%;max-width:430px;min-height:100dvh}.focus-screen--compact{flex-direction:column;display:flex}.app-header{background:var(--white);grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;width:100%;height:56px;padding:4px 0;display:grid}.app-header h1{letter-spacing:-.36px;text-align:center;margin:0;font-size:18px;font-weight:700;line-height:1.4}.header-action{place-items:center;width:48px;height:48px;display:grid}.header-action a{border-radius:8px;place-items:center;width:48px;height:48px;display:grid}.header-action--right{justify-self:end}.focus-form{flex-direction:column;gap:24px;padding:24px 20px 48px;display:flex}.focus-form>h2,.terms-form>h2{letter-spacing:-.6px;margin:0;font-size:24px;line-height:1.4}.login-form{gap:24px;padding-top:64px}.signup-start{padding-top:44px}.profile-form,.inquiry-form,.review-form,.order-detail,.shipping-screen{gap:32px}.form-stack{flex-direction:column;gap:20px;display:flex}.button{letter-spacing:-.32px;text-align:center;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:56px;padding:16px 20px;font-size:16px;font-weight:700;line-height:1.4;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.button--primary{color:var(--white);background:var(--primary-500)}.button--primary:hover{background:var(--primary-600)}.button--secondary{color:var(--gray-900);border-color:var(--gray-700);background:var(--white)}.button--danger{color:var(--white);background:var(--point-coral)}.button--ghost{width:auto;min-height:40px;color:var(--gray-800);background:0 0;padding:8px 12px}.button:disabled,.button.is-disabled{color:var(--gray-700);background:var(--gray-600);cursor:not-allowed;pointer-events:none;border-color:#0000}.field{flex-direction:column;gap:8px;display:flex}.field__label,.choice-field legend,.upload-field>span{letter-spacing:-.28px;padding:0 2px;font-size:14px;font-weight:700;line-height:1.3}.field input,.field select,.field textarea,.field__control-row>input,.support-search input{border:1px solid var(--gray-700);background:var(--white);border-radius:8px;outline:none;width:100%;min-height:52px;padding:14px 16px;font-size:16px}.field textarea{resize:vertical;min-height:132px}.field input::placeholder,.field textarea::placeholder{color:var(--gray-700)}.field input:focus,.field select:focus,.field textarea:focus,.support-search input:focus{border-color:var(--primary-500);box-shadow:0 0 0 3px var(--primary-400)}.field__control-row{align-items:stretch;gap:8px;display:flex}.field__control-row .button{white-space:nowrap;width:auto;min-width:108px;min-height:52px;padding:12px}.field__hint{color:var(--gray-800);font-size:12px;line-height:1.3}.timer{min-width:48px;color:var(--point-coral);place-items:center;font-size:13px;display:grid}.inline-links{color:var(--gray-800);justify-content:center;font-size:13px;display:flex}.inline-links a{border-right:1px solid var(--gray-600);padding:0 14px}.inline-links a:last-child{border:0}.single-link{color:var(--gray-800);align-self:center;font-size:14px;text-decoration:underline}.divider{color:var(--gray-800);align-items:center;gap:14px;font-size:12px;display:flex}.divider:before,.divider:after{content:"";background:var(--gray-600);flex:1;height:1px}.social-row{justify-content:center;gap:16px;display:flex}.social-circle{border:0;border-radius:50%;width:48px;height:48px;font-size:17px;font-weight:700}.social-stack{flex-direction:column;gap:12px;display:flex}.social-button{border:1px solid #0000;border-radius:8px;grid-template-columns:24px 1fr 24px;align-items:center;min-height:56px;padding:0 20px;font-size:16px;font-weight:700;display:grid}.social-button--kakao{color:#392020;background:#fee500}.social-button--naver{color:var(--white);background:#03c75a}.social-button--google{color:var(--gray-900);border-color:var(--gray-700);background:var(--white)}.social-button--apple{color:var(--white);background:#111}.modal-backdrop{z-index:100;background:#1f252973;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.notice-dialog{text-align:center;background:#fff;border-radius:14px;width:min(360px,100%);padding:28px;box-shadow:0 18px 50px #0000002e}.notice-dialog h2{margin:0 0 12px;font-size:20px}.notice-dialog p{color:var(--gray-800);margin:0 0 24px;line-height:1.6}.terms-list{border-top:1px solid var(--gray-900)}.terms-list__items{border-top:1px solid var(--gray-600);padding-top:8px}.check-row{text-align:left;background:0 0;border:0;align-items:center;gap:10px;width:100%;min-height:58px;padding:12px 2px;display:flex}.check-box{border:1px solid var(--gray-700);color:#0000;border-radius:50%;flex:none;place-items:center;width:24px;height:24px;font-size:13px;display:grid}.check-box.is-checked{color:var(--white);border-color:var(--primary-500);background:var(--primary-500)}.check-row__copy{flex-direction:column;flex:1;gap:3px;font-size:14px;display:flex}.check-row__copy small{color:var(--gray-800);font-size:12px}.choice-field{border:0;min-width:0;margin:0;padding:0}.choice-field legend{width:100%;margin-bottom:8px}.choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.choice-card{border:1px solid var(--gray-700);min-height:56px;color:var(--gray-800);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:15px 12px;font-size:16px;display:flex}.choice-card input{opacity:0;pointer-events:none;position:absolute}.radio-dot{border:1.5px solid var(--gray-700);border-radius:50%;flex:none;place-items:center;width:24px;height:24px;padding:5px;display:grid}.radio-dot span{border-radius:50%;width:10px;height:10px}.choice-card.is-selected{color:var(--gray-900);border-color:var(--primary-500);background:var(--primary-400);font-weight:700}.choice-card.is-selected .radio-dot{border-color:var(--primary-500)}.choice-card.is-selected .radio-dot span{background:var(--primary-500)}.account-result{background:var(--gray-500);border-radius:8px;flex-direction:column;align-items:center;gap:6px;padding:24px;display:flex}.account-result strong{font-size:20px}.account-result span,.result-panel>p{color:var(--gray-800);text-align:center;font-size:13px}.result-panel>h2{text-align:center}.completion{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;min-height:520px;padding:64px 20px 40px;display:flex}.completion__mark{width:64px;height:64px;color:var(--white);background:var(--primary-500);border-radius:50%;place-items:center;margin-bottom:8px;font-size:28px;display:grid}.completion h2{margin:0;font-size:24px;line-height:1.4}.completion p{max-width:360px;color:var(--gray-800);margin:0 0 24px;font-size:14px;line-height:1.6}.completion .button{margin-top:28px}.upload-field{flex-direction:column;gap:8px;display:flex}.upload-field input{opacity:0;pointer-events:none;position:absolute}.upload-field b{border:1px dashed var(--gray-700);width:88px;height:88px;color:var(--gray-800);cursor:pointer;border-radius:8px;place-items:center;font-size:13px;display:grid}.secret-check{align-items:center;gap:8px;font-size:14px;display:flex}.commerce-header{border-bottom:1px solid var(--gray-600);background:var(--white)}.utility-bar,.commerce-header__main{width:min(var(--content), calc(100% - 40px));margin:0 auto}.utility-bar{height:48px;color:var(--gray-900);justify-content:space-between;align-items:center;font-size:12px;display:flex}.utility-bar nav{gap:20px;display:flex}.utility-link-button{font-size:inherit;background:0 0;border:0;padding:0}.commerce-header__main{grid-template-columns:180px minmax(280px,1fr) minmax(260px,320px) 110px;align-items:center;gap:24px;height:72px;display:grid}.wordmark{align-items:center;display:inline-flex}.wordmark img{width:120px;height:auto;display:block}.search-field{background:var(--point-cream);border:0;border-radius:24px;align-items:center;height:40px;padding:0 14px;display:flex}.search-field input{border:0;outline:none;flex:1;min-width:0;font-size:14px}.search-field button{width:32px;height:32px;color:var(--gray-700);background:0 0;border:0;place-items:center;padding:4px;display:grid}.commerce-icons{justify-content:flex-end;gap:20px;display:flex}.commerce-icons a{place-items:center;width:40px;height:40px;display:grid}.category-nav{white-space:nowrap;justify-content:center;align-items:center;gap:40px;font-size:16px;font-weight:700;display:flex}.category-nav a:hover{color:var(--primary-500)}.bag-link{position:relative}.bag-link>span{min-width:18px;height:18px;color:var(--white);background:var(--primary-500);border-radius:10px;place-items:center;padding:0 4px;font-size:10px;display:grid;position:absolute;top:0;right:-2px}.mobile-commerce-header{display:none}.commerce-content{width:min(var(--content), calc(100% - 40px));min-height:620px;margin:0 auto}.site-footer{min-height:334px;padding:40px max(20px, calc((100% - var(--content)) / 2));color:var(--gray-800);background:var(--point-cream);flex-direction:column;gap:10px;margin-top:100px;font-size:13px;display:flex}.site-footer strong{color:var(--gray-800);font-size:24px}.site-footer strong span{color:var(--primary-500)}.site-footer nav{color:var(--gray-900);gap:28px;margin:2px 0 8px;font-size:14px;font-weight:700;display:flex}.site-footer p{margin:0;line-height:1.45}.site-footer>div{grid-template-columns:auto 1fr auto;align-items:end;gap:14px;margin-top:10px;display:grid}.site-footer>div b{color:var(--gray-800);font-size:16px}.site-footer>div span{line-height:1.5}.support-heading{text-align:center;padding-top:72px}.support-heading>p{color:var(--primary-500);margin:0 0 8px;font-size:14px;font-weight:700}.support-heading h1{margin:0 0 48px;font-size:32px}.tab-nav{border-bottom:1px solid var(--gray-700);grid-template-columns:repeat(3,1fr);display:grid}.tab-nav a{color:var(--gray-800);padding:18px;font-weight:700}.tab-nav a.is-current{color:var(--primary-600);border-bottom:3px solid var(--primary-500)}.support-search{width:min(520px,100%);margin:40px auto 24px;display:block}.notice-list,.faq-list{border-top:2px solid var(--gray-900)}.notice-row{border:0;border-bottom:1px solid var(--gray-600);background:var(--white);text-align:left;grid-template-columns:50px 60px 1fr 110px;align-items:center;gap:16px;width:100%;min-height:72px;padding:0 20px;display:grid}.notice-row__number,.notice-row time{color:var(--gray-800);font-size:13px}.notice-row__tag{color:var(--primary-600);font-size:13px;font-weight:700}.faq-item{border-bottom:1px solid var(--gray-600)}.faq-item>button{background:var(--white);text-align:left;border:0;grid-template-columns:100px 1fr 24px;align-items:center;gap:16px;width:100%;min-height:72px;padding:0 20px;display:grid}.faq-item>button span{color:var(--primary-600);font-size:13px}.faq-item>p{color:var(--gray-800);background:var(--gray-500);margin:0;padding:24px 140px 28px;line-height:1.6}.support-cta{background:var(--point-cream);justify-content:center;align-items:center;gap:20px;margin:48px 0;padding:24px;display:flex}.support-cta a{color:var(--primary-600);font-weight:700}.mypage-layout{grid-template-columns:220px minmax(0,1fr);gap:72px;padding-top:72px;display:grid}.mypage-aside h2{margin:0 0 24px;font-size:26px}.mypage-aside nav{border-top:2px solid var(--gray-900);flex-direction:column;display:flex}.mypage-aside a{border-bottom:1px solid var(--gray-600);color:var(--gray-800);padding:15px 4px;font-size:14px}.mypage-aside a.is-current{color:var(--primary-600);font-weight:700}.mypage-main>h1{margin:0 0 32px;font-size:26px}.mypage-home{padding-top:72px}.profile-card{background:var(--primary-400);border-radius:16px;padding:32px}.profile-card span{color:var(--primary-600);font-size:13px;font-weight:700}.profile-card h1{margin:8px 0;font-size:26px}.profile-card p{color:var(--gray-800);margin:0}.mypage-menu{border-top:1px solid var(--gray-600);grid-template-columns:repeat(3,1fr);margin-top:28px;display:grid}.mypage-menu a{border-bottom:1px solid var(--gray-600);justify-content:space-between;align-items:center;min-height:76px;padding:0 20px;display:flex}.mypage-menu a:nth-child(3n+2){border-right:1px solid var(--gray-600);border-left:1px solid var(--gray-600)}.filter-row{gap:8px;margin-bottom:24px;display:flex}.filter-row button{border:1px solid var(--gray-700);background:var(--white);border-radius:20px;padding:9px 16px;font-size:13px}.filter-row button.is-current{color:var(--white);border-color:var(--primary-500);background:var(--primary-500)}.order-list{flex-direction:column;gap:20px;display:flex}.order-card{border:1px solid var(--gray-600);border-radius:12px;overflow:hidden}.order-card>header{border-bottom:1px solid var(--gray-600);background:var(--gray-500);justify-content:space-between;align-items:center;min-height:54px;padding:0 20px;display:flex}.order-card>header a{color:var(--primary-600);font-size:13px}.product-summary{grid-template-columns:108px minmax(0,1fr) auto;align-items:center;gap:20px;min-height:150px;padding:20px;display:grid}.product-thumb{width:108px;height:108px;color:var(--primary-600);background:var(--point-cream);text-align:center;border-radius:8px;place-items:center;font-size:14px;font-weight:800;display:grid}.product-summary__copy{flex-direction:column;align-items:flex-start;gap:6px;min-width:0;display:flex}.product-summary__copy>span:not(.status-chip){color:var(--gray-800);font-size:13px}.status-chip{color:var(--primary-600);background:var(--primary-400);border-radius:4px;padding:4px 8px;font-size:12px;font-weight:700}.product-summary__action .button{min-width:100px;min-height:42px;padding:9px 14px;font-size:13px}.card-actions{flex-direction:column;gap:8px;display:flex}.order-date{justify-content:space-between;display:flex}.order-date span{color:var(--primary-600);font-weight:700}.info-section{border-top:1px solid var(--gray-600);padding-top:20px}.info-section h2{margin:0 0 16px;font-size:18px}.info-section:has(h2:empty){border:0;padding:0}.info-section h2:empty{display:none}.info-section dl{flex-direction:column;gap:12px;margin:0;display:flex}.info-section dl>div{grid-template-columns:100px 1fr;gap:12px;font-size:14px;display:grid}.info-section dt{color:var(--gray-800)}.info-section dd{margin:0}.shipping-steps{grid-template-columns:repeat(3,1fr);margin:0;padding:0;list-style:none;display:grid}.shipping-steps li{color:var(--gray-700);flex-direction:column;align-items:center;gap:8px;font-size:13px;display:flex;position:relative}.shipping-steps li:before{z-index:-1;content:"";background:var(--gray-600);width:100%;height:2px;position:absolute;top:15px;left:-50%}.shipping-steps li:first-child:before{display:none}.shipping-steps span{background:var(--gray-600);border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.shipping-steps .is-active{color:var(--primary-600)}.shipping-steps .is-active span,.shipping-steps .is-active:before{color:var(--white);background:var(--primary-500)}.order-flow{gap:120px}.order-flow>.choice-field,.order-flow>.field,.order-flow>.upload-field,.order-flow>.info-section{margin-top:-96px}.order-flow>.button,.order-flow>.button-pair{margin-top:0}.button-pair{grid-template-columns:1fr 1fr;gap:8px;display:grid}.product-grid{grid-template-columns:repeat(4,1fr);gap:28px 18px;display:grid}.catalog-thumb{aspect-ratio:1;color:var(--primary-600);background:linear-gradient(135deg, var(--point-cream), var(--primary-400));text-align:center;border-radius:12px;place-items:center;font-size:18px;font-weight:800;display:grid}.product-grid article>span{color:var(--gray-800);margin-top:12px;font-size:12px;display:block}.product-grid h2{min-height:44px;margin:6px 0;font-size:15px;line-height:1.45}.date-label{color:var(--gray-800);font-size:13px}.empty-state{min-height:380px;color:var(--gray-800);place-content:center;justify-items:center;display:grid}.empty-state>span{border:1px solid var(--gray-700);border-radius:50%;place-items:center;width:52px;height:52px;display:grid}.review-tabs{border-bottom:1px solid var(--gray-700);grid-template-columns:1fr 1fr;margin-bottom:24px;display:grid}.review-tabs button{background:0 0;border:0;padding:16px;font-weight:700}.review-tabs button.is-current{color:var(--primary-600);border-bottom:3px solid var(--primary-500)}.written-review{border:1px solid var(--gray-600);border-radius:12px;padding:24px}.written-review header{justify-content:space-between;display:flex}.written-review time{color:var(--gray-800);font-size:13px}.written-review p{line-height:1.7}.written-review>div:last-child{justify-content:flex-end;gap:8px;display:flex}.written-review .button{width:auto;min-height:40px}.stars,.rating-field button{color:var(--gray-700)}.rating-field{border:0;margin:0;padding:0}.rating-field legend{margin-bottom:8px;font-size:14px;font-weight:700}.rating-field button{background:0 0;border:0;padding:0 3px;font-size:28px}.rating-field button.is-active{color:var(--point-yellow)}.profile-section{border:1px solid var(--gray-600);border-radius:12px;margin-bottom:24px;padding:24px}.profile-section>header{justify-content:space-between;align-items:center;display:flex}.profile-section h2{margin:0;font-size:18px}.profile-section header a,.profile-section header button{color:var(--primary-600);background:0 0;border:0;font-size:13px;font-weight:700}.profile-section>p{color:var(--gray-800);font-size:14px}.profile-links{color:var(--gray-800);justify-content:flex-end;gap:20px;font-size:13px;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline:2px solid var(--primary-600);outline-offset:2px}.route-catalog{background:var(--point-cream);min-height:100dvh;padding:72px max(24px,50% - 540px)}.route-catalog>header{max-width:720px;margin-bottom:48px}.route-catalog>header span{color:var(--primary-600);text-transform:uppercase;font-size:13px;font-weight:700}.route-catalog>header h1{letter-spacing:-.9px;margin:8px 0 12px;font-size:36px}.route-catalog>header p{color:var(--gray-800);margin:0;line-height:1.7}.route-catalog__groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.route-catalog section{border:1px solid var(--gray-600);background:var(--white);border-radius:16px;padding:24px}.route-catalog section h2{margin:0 0 16px;font-size:18px}.route-catalog section>div{flex-direction:column;display:flex}.route-catalog section a{border-top:1px solid var(--gray-600);grid-template-columns:140px 1fr 24px;align-items:center;gap:12px;min-height:58px;padding:10px 4px;display:grid}.route-catalog section a:hover{color:var(--primary-600)}.route-catalog section code{color:var(--gray-800);overflow-wrap:anywhere;font-size:12px}@media (min-width:900px){.focus-page{align-items:flex-start}.focus-screen{min-height:1024px}}@media (max-width:899px){.route-catalog{padding:40px 20px}.route-catalog>header h1{font-size:28px}.route-catalog__groups{grid-template-columns:1fr}.route-catalog section a{grid-template-columns:112px 1fr 20px}.commerce-header{display:none}.mobile-commerce-header{border-bottom:1px solid var(--gray-600);justify-content:space-between;align-items:center;height:56px;padding:0 20px;display:flex}.mobile-commerce-header .wordmark{font-size:22px}.mobile-commerce-header nav{gap:12px;display:flex}.commerce-content{width:100%;min-height:calc(100dvh - 56px)}.site-footer{min-height:148px;margin-top:48px;padding:32px 20px}.support-heading{padding:32px 20px 0}.support-heading h1{margin-bottom:28px;font-size:24px}.tab-nav{margin:0 -20px}.tab-nav a{padding:14px 8px;font-size:14px}.support-search{width:calc(100% - 40px);margin-top:24px}.notice-list,.faq-list{margin:0 20px}.notice-row{grid-template-columns:48px 1fr 72px;gap:8px;min-height:68px;padding:12px 4px}.notice-row__number{display:none}.notice-row strong{font-size:14px}.faq-item>button{grid-template-columns:70px 1fr 20px;padding:14px 4px}.faq-item>button strong{font-size:14px}.faq-item>p{padding:20px;font-size:14px}.support-cta{flex-direction:column;gap:4px;margin:32px 20px}.mypage-layout{padding:0;display:block}.mypage-aside{display:none}.mypage-main>h1{border-bottom:1px solid var(--gray-600);place-items:center;height:56px;margin:0;font-size:18px;display:grid}.mypage-main>:not(h1){margin-left:20px;margin-right:20px}.mypage-home{padding:20px}.profile-card{padding:24px}.mypage-menu{grid-template-columns:1fr}.mypage-menu a,.mypage-menu a:nth-child(3n+2){border-left:0;border-right:0;min-height:60px}.filter-row,.order-list{margin-top:20px}.product-summary{grid-template-columns:84px minmax(0,1fr);gap:14px;min-height:132px;padding:16px}.product-thumb{width:84px;height:84px}.product-summary__action{grid-column:1/-1}.product-summary__action .button{width:100%}.product-grid{grid-template-columns:repeat(2,1fr);gap:24px 12px}.profile-section{margin-top:20px;padding:18px}.profile-links{padding:20px}}@media (max-width:430px){.focus-form{padding-left:20px;padding-right:20px}.choice-card{padding-left:10px;padding-right:10px}}.mobile-page-title{display:none}.desktop-page-title{text-align:center;margin:56px 0 32px;font-size:24px}.desktop-page-title--left{text-align:left}.home-page{padding-top:48px}.home-hero{background:var(--primary-400);border-radius:32px;justify-content:space-between;align-items:center;min-height:330px;padding:70px 80px;display:flex;overflow:hidden}.home-hero__copy{z-index:1;position:relative}.home-hero__copy>span{color:var(--primary-600);font-size:14px;font-weight:700}.home-hero h1{letter-spacing:-1.4px;margin:18px 0 14px;font-size:38px;line-height:1.25}.home-hero p{color:var(--gray-800);margin:0;font-size:16px;line-height:1.55}.hero-shapes{width:310px;height:210px;position:relative}.hero-shapes i{border-radius:16px;display:block;position:absolute}.hero-shapes i:first-child{background:var(--primary-500);width:150px;height:150px;top:10px;left:72px}.hero-shapes i:nth-child(2){background:#f4896d;width:84px;height:84px;bottom:0;left:20px}.hero-shapes i:nth-child(3){background:var(--point-yellow);border-radius:50%;width:70px;height:70px;top:0;right:4px}.quick-categories{grid-template-columns:repeat(4,1fr);gap:40px;width:min(760px,100%);margin:52px auto 72px;display:grid}.quick-categories a{flex-direction:column;align-items:center;gap:12px;font-size:14px;display:flex}.quick-categories a>span{width:58px;height:58px;color:var(--primary-600);background:var(--primary-400);border-radius:14px;place-items:center;font-size:22px;font-weight:800;display:grid}.quick-categories a:nth-child(2)>span{color:var(--point-coral);background:#fcedea}.quick-categories a:nth-child(3)>span{color:#d6a62f;background:#fdf3d5}.catalog-section{margin-top:68px}.catalog-section>header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.catalog-section h2{margin:0;font-size:24px}.catalog-section>header a{color:var(--primary-500);font-size:13px}.product-rail{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;display:grid}.catalog-card{min-width:0}.catalog-card__image{aspect-ratio:1;background:var(--point-cream);border-radius:12px;display:block;position:relative;overflow:hidden}.catalog-card__image img{object-fit:cover;width:100%;height:100%;display:block}.catalog-card__heart{width:28px;height:28px;color:var(--primary-500);background:#ffffffe6;border-radius:50%;place-items:center;font-size:20px;display:grid;position:absolute;bottom:8px;right:8px}.catalog-card__chips{gap:6px;margin-top:10px;display:flex}.catalog-card__chips span{color:var(--point-coral);background:#fff0eb;border-radius:6px;padding:3px 7px;font-size:11px;font-weight:700}.catalog-card__chips span+span{color:var(--primary-500);background:var(--primary-400)}.catalog-card h3{text-overflow:ellipsis;white-space:nowrap;margin:8px 0;font-size:14px;font-weight:500;line-height:1.4;overflow:hidden}.catalog-card>b{font-size:15px}.rail-pagination{color:var(--gray-800);justify-content:center;align-items:center;gap:24px;margin:28px 0 0;font-size:12px;display:flex}.rail-pagination b{color:#fff;background:var(--primary-500);border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.season-banner{background:var(--point-cream);border-radius:22px;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;min-height:120px;margin-top:80px;padding:24px 36px;display:grid}.season-banner>span{color:#fff;background:var(--point-coral);border-radius:16px;padding:7px 12px;font-size:12px}.season-banner h2{margin:0 0 5px;font-size:18px}.season-banner p{color:var(--gray-800);margin:0;font-size:13px}.season-banner a{color:#fff;background:var(--gray-900);border-radius:24px;padding:12px 20px;font-size:12px;font-weight:700}.catalog-list-page{padding-top:1px}.catalog-tabs{border-bottom:1px solid var(--gray-600);gap:36px;min-height:62px;display:flex}.catalog-tabs button{color:var(--gray-800);background:0 0;border:0;border-bottom:2px solid #0000;padding:0 10px;font-size:16px}.catalog-tabs button:first-child,.catalog-tabs button.is-current{color:var(--gray-900);border-bottom-color:var(--gray-900);font-weight:700}.filter-chips{border-bottom:1px solid var(--gray-600);gap:8px;min-height:68px;padding:16px 0;display:flex}.filter-chips button{background:var(--gray-500);border:0;border-radius:22px;padding:9px 16px}.catalog-toolbar{justify-content:space-between;align-items:center;min-height:74px;font-size:13px;display:flex}.catalog-toolbar select{background:#fff;border:0;padding:8px}.catalog-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:36px 20px;display:grid}.page-numbers{justify-content:center;gap:8px;margin:64px 0 80px;display:flex}.page-numbers button{width:36px;height:36px;color:var(--gray-800);background:#fff;border:0;border-radius:50%}.page-numbers button.is-current{color:#fff;background:var(--primary-500)}.preparing-state{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:500px;display:flex}.preparing-state>span{border:1px solid var(--gray-700);width:64px;height:64px;color:var(--gray-700);border-radius:50%;place-items:center;display:grid}.preparing-state h1{margin:0 0 20px;font-size:20px}.preparing-state .button{width:240px}.product-detail-page{padding-top:64px}.product-overview{grid-template-columns:minmax(0,560px) minmax(0,1fr);gap:72px;display:grid}.product-gallery__main{aspect-ratio:1;background:var(--gray-500);border-radius:16px;overflow:hidden}.product-gallery__main img{object-fit:cover;width:100%;height:100%}.product-thumbnails{gap:10px;margin-top:12px;display:flex}.product-thumbnails button{border:1px solid var(--gray-600);background:#fff;border-radius:10px;width:74px;height:74px;padding:0;overflow:hidden}.product-thumbnails button:first-child{border:2px solid var(--primary-500)}.product-thumbnails img{object-fit:cover;width:100%;height:100%}.product-buybox{padding-top:28px}.product-buybox h1{margin:14px 0 8px;font-size:24px}.product-buybox>p{color:var(--gray-800)}.price-row{grid-template-columns:auto 1fr;gap:4px 10px;margin:24px 0;display:grid}.price-row span{color:var(--point-coral);grid-row:1/3;align-self:end;font-size:20px;font-weight:700}.price-row del{color:var(--gray-800);font-size:13px}.price-row strong{font-size:26px}.product-buybox dl{border-top:1px solid var(--gray-600);border-bottom:1px solid var(--gray-600);margin:0;padding:22px 0}.product-buybox dl>div{grid-template-columns:120px 1fr;align-items:center;min-height:52px;display:grid}.product-buybox dd{margin:0}.quantity{border:1px solid var(--gray-600);border-radius:6px;grid-template-columns:36px 44px 36px;height:38px;display:inline-grid;overflow:hidden}.quantity button{background:var(--gray-500);border:0}.quantity span{place-items:center;display:grid}.total-row{justify-content:space-between;padding:24px 0;display:flex}.total-row strong{font-size:22px}.buy-actions,.summary-buttons{grid-template-columns:1fr 1fr;gap:10px;display:grid}.buy-actions .button{color:var(--gray-900);background:var(--gray-900)}.buy-actions .button--secondary{background:var(--gray-500)}.inline-message{background:var(--primary-400);border-radius:8px;padding:12px;font-size:13px;color:var(--primary-600)!important}.inline-message a{float:right;text-decoration:underline}.detail-tabs{border-bottom:1px solid var(--gray-600);grid-template-columns:repeat(3,auto);justify-content:start;gap:48px;margin-top:88px;display:grid}.detail-tabs a{padding:18px 0}.detail-tabs a:first-child{border-bottom:2px solid var(--gray-900);font-weight:700}.detail-placeholder{background:var(--primary-400);place-items:center;min-height:820px;display:grid}.purchase-guide,.reviews-section{padding-top:72px}.purchase-guide h2,.reviews-section h2{margin:0 0 24px;font-size:22px}.purchase-guide details{background:var(--gray-500);border-radius:8px;margin-bottom:10px;padding:18px 20px}.purchase-guide summary{cursor:pointer;font-weight:700}.purchase-guide p{color:var(--gray-800);line-height:1.6}.reviews-section h2 span{color:var(--primary-500)}.review-score{background:var(--gray-500);border-radius:10px;grid-template-columns:100px 120px 1fr;align-items:center;gap:20px;width:620px;margin-bottom:32px;padding:24px;display:grid}.review-score strong{font-size:30px}.review-score>span,.reviews-section article>span{color:var(--point-yellow)}.review-score div{color:var(--gray-800);font-size:12px;line-height:1.7}.reviews-section article{border-bottom:1px solid var(--gray-600);padding:22px 0}.reviews-section article header{gap:10px;display:flex}.reviews-section article time,.reviews-section article small{color:var(--gray-800);font-size:12px}.reviews-section article p{line-height:1.6}.mobile-sticky-actions,.mobile-checkout-total{display:none}.cart-page{padding-top:1px}.cart-layout{grid-template-columns:minmax(0,1fr) 460px;align-items:start;gap:44px;display:grid}.cart-list>header{border-bottom:2px solid var(--gray-900);justify-content:space-between;align-items:center;min-height:54px;display:flex}.cart-list>header label{gap:10px;display:flex}.cart-list>header button{background:#fff;border:0}.cart-list article{border-bottom:1px solid var(--gray-600);grid-template-columns:24px 126px 1fr auto;align-items:start;gap:16px;min-height:178px;padding:24px 0;display:grid;position:relative}.cart-list article>img{object-fit:cover;border-radius:8px;width:126px;height:126px}.cart-list article h2{margin:0 0 6px;font-size:16px}.cart-list article p{color:var(--gray-800);margin:0 0 14px;font-size:13px}.cart-list article>strong{align-self:center;font-size:18px}.cart-list article>button{color:var(--gray-800);background:0 0;border:0;font-size:28px;position:absolute;top:24px;right:0}.cart-list article.is-disabled{opacity:.42}.order-summary{border:1px solid var(--gray-700);border-radius:12px;padding:28px 24px}.order-summary h2{border-bottom:1px solid var(--gray-600);margin:0 0 24px;padding-bottom:20px;font-size:20px}.order-summary dl{flex-direction:column;gap:14px;display:flex}.order-summary dl>div{justify-content:space-between;display:flex}.order-summary dd{margin:0}.summary-total{border-top:2px solid var(--gray-900);color:var(--primary-500);justify-content:space-between;margin:22px 0;padding-top:22px;font-weight:700;display:flex}.summary-total strong{color:var(--gray-900);font-size:21px}.order-summary ul{color:var(--gray-800);margin:20px 0 0;padding-left:18px;font-size:12px;line-height:1.7}.search-results-page{padding-top:1px}.search-results-page>h1{text-align:center;margin:56px 0 30px;font-size:24px}.mobile-search-box{display:none}.search-empty{place-content:center;justify-items:center;gap:16px;min-height:460px;display:grid}.search-empty span{border:1px solid var(--gray-700);border-radius:50%;place-items:center;width:56px;height:56px;display:grid}.checkout-page{padding-top:1px}.checkout-layout{grid-template-columns:minmax(0,1fr) 440px;align-items:start;gap:40px;display:grid}.checkout-section{border-bottom:1px solid var(--gray-600);margin-bottom:28px;padding:0 0 28px}.checkout-section h2{margin:0 0 22px;font-size:20px}.address-card{position:relative}.address-card .button{width:auto;min-height:42px;padding:8px 14px;font-size:13px;position:absolute;right:0}.address-card strong{margin-bottom:8px;display:block}.address-card strong span,.address-book-page article span{color:var(--primary-500);background:var(--primary-400);padding:4px 7px;font-size:11px}.address-card p{margin:5px 0}.checkout-select{border:1px solid var(--gray-700);background:#fff;border-radius:8px;width:100%;min-height:54px;margin-top:18px;padding:0 16px}.saved-address-selector{margin-bottom:18px}.saved-address-selector>label{font-size:14px;font-weight:700;display:block}.saved-address-empty{border:1px solid var(--gray-600);background:var(--gray-100);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding:16px;display:flex}.saved-address-empty p{margin:0}.saved-address-empty .button{flex:none;width:auto}.checkout-products{flex-direction:column;gap:16px;display:flex}.checkout-products article{grid-template-columns:100px 1fr;gap:16px;display:grid}.checkout-products img{object-fit:cover;border-radius:8px;width:100px;height:100px}.checkout-products article div{flex-direction:column;gap:7px;display:flex}.checkout-products article span{color:var(--gray-800);font-size:13px}.points-row{grid-template-columns:1fr 120px;gap:8px;display:grid}.points-row input,.address-form input{border:1px solid var(--gray-700);border-radius:8px;min-height:54px;padding:0 14px}.points-row input{min-width:0}.points-row .button{min-height:54px}.checkout-section>small{margin-top:8px;display:block}.payment-list{flex-direction:column;gap:18px;display:flex}.terms-checks{flex-direction:column;gap:0;display:flex}.terms-checks label{align-items:center;gap:10px;min-height:48px;padding:0 14px;display:flex}.terms-checks label:first-child{background:var(--gray-500);margin-bottom:8px;font-weight:700}.terms-checks label span{margin-left:auto}.address-form{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.address-form label,.address-form input{grid-column:1/-1}.address-form .button{min-height:54px}.postcode-search-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.address-form .postcode-search-row{grid-column:1/-1}.address-form .postcode-search-row input{grid-column:auto}.postcode-search-message{color:#b42318;margin:0;font-size:13px;line-height:1.45}.address-form .postcode-search-message{grid-column:1/-1}.postcode-search-overlay{z-index:1000;background:#00000073;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.postcode-search-dialog{background:#fff;border-radius:14px;width:min(100%,520px);overflow:hidden;box-shadow:0 24px 70px #00000040}.postcode-search-dialog>header{border-bottom:1px solid var(--gray-600);justify-content:space-between;align-items:center;min-height:54px;padding:0 16px 0 20px;display:flex}.postcode-search-dialog>header button{width:40px;height:40px;color:var(--gray-900);cursor:pointer;background:0 0;border:0;font-size:28px}.postcode-search-content{width:100%;height:min(70dvh,540px)}.postcode-search-content>div,.postcode-search-content iframe{width:100%!important;height:100%!important}.order-summary--checkout{position:sticky;top:20px}.address-book-page{width:min(100%,640px);min-height:100dvh;margin:auto}.address-book-page>section{padding:24px 20px}.address-book-page article{border:1px solid var(--gray-600);border-radius:12px;padding:22px;position:relative}.address-book-page article p{color:var(--gray-800);margin:8px 0}.address-book-page article button{color:var(--primary-500);background:0 0;border:0;position:absolute;top:20px;right:20px}.address-book-page .button{margin-top:16px}.order-complete-page{padding-top:1px}.order-complete-heading{text-align:center;flex-direction:column;align-items:center;padding:64px 0 48px;display:flex}.order-complete-heading>span{color:#fff;background:var(--primary-500);border-radius:50%;place-items:center;width:64px;height:64px;font-size:28px;display:grid}.order-complete-heading h1{margin:20px 0 8px;font-size:28px}.order-complete-heading p{color:var(--gray-800);margin:0}.order-complete-heading>div{grid-template-columns:1fr 1fr;gap:8px;width:min(440px,100%);margin-top:28px;display:grid}.bank-account{background:var(--primary-400);border-radius:12px;margin-bottom:28px;padding:28px}.bank-account h2{margin:0 0 20px}.bank-account dl{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.bank-account dl>div{flex-direction:column;gap:6px;display:flex}.bank-account dt{color:var(--gray-800);font-size:13px}.bank-account dd{margin:0;font-weight:700}.bank-account>strong{color:var(--primary-600);margin-top:18px;display:block}.bank-account>p{color:var(--gray-800);margin-bottom:0;font-size:13px}.complete-info-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.complete-info{border:1px solid var(--gray-600);border-radius:12px;padding:24px}.complete-info:last-child{grid-column:1/-1}.complete-info h2{border-bottom:1px solid var(--gray-600);margin:0 0 18px;padding-bottom:16px;font-size:18px}.complete-info dl{flex-direction:column;gap:12px;margin:0;display:flex}.complete-info dl>div{grid-template-columns:120px 1fr;gap:12px;display:grid}.complete-info dt{color:var(--gray-800)}.complete-info dd{margin:0}@media (max-width:899px){.commerce-header__main{grid-template-columns:1fr}.mobile-commerce-header .wordmark img{width:92px}.mobile-page-title{display:block}.commerce-page:has(.mobile-page-title)>.mobile-commerce-header{display:none}.desktop-page-title{display:none}.home-page{padding:24px 20px 0}.home-hero{border-radius:18px;align-items:flex-start;min-height:300px;padding:36px 26px}.home-hero h1{font-size:27px}.home-hero p{font-size:14px}.hero-shapes{opacity:.9;width:160px;height:120px;margin-top:135px;position:absolute;right:30px}.hero-shapes i:first-child{width:86px;height:86px;left:44px}.hero-shapes i:nth-child(2){width:48px;height:48px}.hero-shapes i:nth-child(3){width:42px;height:42px}.quick-categories{gap:8px;margin:28px auto 44px}.quick-categories a{font-size:12px}.quick-categories a>span{width:48px;height:48px}.catalog-section{margin-top:48px}.catalog-section h2{font-size:20px}.product-rail{scroll-snap-type:x mandatory;gap:12px;margin-right:-20px;padding-right:20px;display:flex;overflow-x:auto}.product-rail .catalog-card{scroll-snap-align:start;min-width:44%}.rail-pagination{display:none}.season-banner{flex-wrap:wrap;gap:12px;margin-top:48px;padding:24px;display:flex}.season-banner div{flex:1;min-width:180px}.season-banner a{text-align:center;width:100%}.catalog-list-page,.cart-page,.checkout-page,.search-results-page{padding:0 20px}.catalog-list-page .mobile-page-title,.cart-page .mobile-page-title,.checkout-page .mobile-page-title,.search-results-page .mobile-page-title{margin:0 -20px}.catalog-tabs{gap:8px;overflow-x:auto}.catalog-tabs button{white-space:nowrap;min-width:58px;padding:0 8px;font-size:14px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px}.catalog-card h3{font-size:13px}.page-numbers{margin:44px 0}.preparing-state{min-height:calc(100dvh - 112px)}.product-detail-page{padding:0 20px}.product-detail-page .mobile-page-title{margin:0 -20px}.product-overview{display:block}.product-gallery{margin:0 -20px}.product-gallery__main{border-radius:0}.product-thumbnails{padding:0 20px;overflow-x:auto}.product-thumbnails button{min-width:60px;height:60px}.product-buybox{padding-top:32px}.product-buybox h1{font-size:22px}.buy-actions{display:none}.detail-tabs{grid-template-columns:repeat(3,1fr);gap:0;margin:48px -20px 0;padding:0 20px}.detail-tabs a{text-align:center;font-size:13px}.detail-placeholder{text-align:center;min-height:540px;margin:0 -20px}.purchase-guide,.reviews-section{padding-top:48px}.review-score{grid-template-columns:70px 1fr;width:100%;padding:18px}.review-score div{grid-column:1/-1}.mobile-sticky-actions{z-index:10;padding:10px 20px max(10px, env(safe-area-inset-bottom));border-top:1px solid var(--gray-600);background:#fff;grid-template-columns:1fr 1.5fr;gap:8px;margin:48px -20px 0;display:grid;position:sticky;bottom:0}.product-detail-page>.catalog-section{padding-bottom:0}.cart-layout,.checkout-layout{display:block}.cart-list article{grid-template-columns:20px 92px 1fr;gap:12px;min-height:154px}.cart-list article>img{width:92px;height:92px}.cart-list article>strong{grid-column:3;justify-self:end}.cart-list article>button{top:18px}.order-summary{margin-top:28px;padding:24px 18px}.cart-page>.catalog-section{margin-top:56px}.cart-page>.mobile-sticky-actions{margin-left:-20px;margin-right:-20px}.search-results-page>h1{margin:24px 0;font-size:20px}.mobile-search-box{border:2px solid var(--primary-500);border-radius:24px;margin-top:18px;display:flex;position:relative}.mobile-search-box input{border:0;border-radius:24px;outline:0;flex:1;min-width:0;height:44px;padding:0 14px}.mobile-search-box>button{background:0 0;border:0;width:44px}.autocomplete{z-index:20;border:1px solid var(--gray-600);background:#fff;border-radius:10px;flex-direction:column;width:100%;padding:8px;display:flex;position:absolute;top:48px;left:0;box-shadow:0 10px 30px #00000014}.autocomplete button{text-align:left;background:#fff;border:0;padding:10px}.checkout-section{margin:0 -20px;padding:24px 20px}.checkout-products article{grid-template-columns:82px 1fr}.checkout-products img{width:82px;height:82px}.address-card{padding-right:118px}.order-summary--checkout{border-left:0;border-right:0;border-radius:0;margin:0 -20px;position:static}.order-summary--checkout>.button{display:none}.mobile-checkout-total{z-index:10;padding:10px 20px max(10px, env(safe-area-inset-bottom));border-top:1px solid var(--gray-600);background:#fff;flex-direction:column;gap:8px;margin:0 -20px;display:flex;position:sticky;bottom:0}.mobile-checkout-total>span{justify-content:space-between;display:flex}.order-complete-page{padding:0 20px}.order-complete-page .mobile-page-title{margin:0 -20px}.order-complete-heading{padding:48px 0 32px}.order-complete-heading h1{font-size:24px}.order-complete-heading>div{z-index:10;width:100%;padding:10px 20px max(10px, env(safe-area-inset-bottom));background:#fff;position:fixed;bottom:0;left:0;right:0}.bank-account{padding:20px}.bank-account dl{grid-template-columns:1fr 1fr}.complete-info-grid{grid-template-columns:1fr;padding-bottom:90px}.complete-info:last-child{grid-column:auto}.complete-info{padding:20px}.complete-info dl>div{grid-template-columns:100px 1fr;font-size:14px}.site-footer{min-height:300px;padding:32px 20px}.site-footer nav{gap:18px;font-size:13px}.site-footer p{font-size:11px}.site-footer>div{grid-template-columns:auto 1fr;align-items:start}.site-footer>div small{grid-column:1/-1;margin-top:14px}}
