/* Mobile storefront: shared header, compact shelves, existing purchase controls. */
@media (max-width: 800px) {
  #storeHeader.bas-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 6px 8px;
    padding: 8px 16px 0;
    width: 100%;
    box-sizing: border-box;
  }
  #storeHeader .bas-masthead,
  #storeHeader .bas-navigation,
  .bas-detail #storeHeader.bas-detail-compact .bas-masthead,
  .bas-detail #storeHeader.bas-detail-compact .bas-navigation { display: contents; }
  #storeHeader .bas-original-brand { grid-area: 1 / 1; margin: 0; }
  #storeHeader .bas-shop-actions { grid-area: 1 / 2; gap: 2px; }
  #storeHeader .bas-shop-actions > a { justify-content: center; width: 40px; min-height: 44px; }
  #storeHeader .bas-shop-actions > a > span:last-child { display: none; }
  #storeHeader .bas-shop-actions svg { width: 21px; height: 21px; }
  #storeHeader .bas-header-actions {
    grid-area: 1 / 3;
    min-height: 44px;
    margin: 0;
    padding: 0;
    gap: 0;
    justify-content: flex-end;
  }
  #storeHeader .bas-header-actions > .bas-customer-link,
  #storeHeader .bas-header-actions > .bas-signup,
  #storeHeader .bas-header-actions > .bas-my-link { display: none; }
  #storeHeader .bas-header-actions > a { display: flex; align-items: center; min-height: 44px; padding: 0 5px; font-size: 12px; }
  #storeHeader .bas-user-menu summary { display: grid; place-items: center; width: 40px; height: 44px; padding: 0; border: 0; }
  #storeHeader .bas-user-menu summary svg { width: 21px; height: 21px; }
  #storeHeader .bas-user-menu > div { top: 45px; min-width: 200px; }
  #storeHeader .bas-user-menu > div > :is(a,button) { min-height: 44px; font-size: 13px; }
  #storeHeader .bas-global-search,
  .bas-detail #storeHeader.bas-detail-compact .bas-global-search {
    display: flex;
    grid-area: 2 / 1 / auto / -1;
    height: 34px;
    margin: 0;
  }
  #storeHeader .bas-global-search input { font-size: 12px; padding-left: 14px; }
  #storeHeader .bas-global-search button { height: 32px; }
  #storeHeader .bas-shop-nav {
    grid-area: 3 / 1 / auto / -1;
    min-width: 0;
    gap: 21px;
    margin: 0 -16px;
    padding: 0 16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 16px;
  }
  #storeHeader .bas-shop-nav > a { min-height: 40px; font-size: 11px; }
  #storeHeader.bas-mobile-compact { padding-block: 6px; gap: 0 8px; }
  #storeHeader.bas-mobile-compact .bas-global-search,
  .bas-detail #storeHeader.bas-mobile-compact .bas-global-search,
  #storeHeader.bas-mobile-compact .bas-shop-nav { display: none; }

  /* Member tabs and dialogs remain part of the same storefront. */
  .bas-store-member #main { width: calc(100% - 32px); padding-top: 24px; }
  .bas-store-member .bas-account-heading { margin-bottom: 20px; }
  .bas-store-member .bas-account-heading .bas-breadcrumb { margin-bottom: 16px; }
  .bas-store-member .bas-account-heading h1 { font-size: 26px; }
  .bas-store-member .bas-account-heading > a { min-height: 42px; }
  .bas-store-member .bas-account-tabs { gap: 23px; overflow-x: auto; scrollbar-width: none; }
  .bas-store-member .bas-account-tabs button { flex-shrink: 0; min-height: 44px; white-space: nowrap; }
  .bas-store-member .member-summary { padding-block: 18px; margin-bottom: 20px; }
  .bas-store-member .member-summary small { display: none; }
  .bas-store-member .member-search,
  .bas-store-member .member-filters select { min-height: 44px; }
  .bas-store-member #subscribeModal > div { max-height: calc(100dvh - 24px); overflow-y: auto; }
  .bas-auth .auth-card input,
  .bas-store-member #panel-account input,
  .bas-store-member #panel-taxinfo input { font-size: 16px; }
  .bas-auth .auth-shell { padding-top: 28px; }

  .bas-detail-dialog { max-height: calc(100dvh - 24px); overflow-y: auto; }
  .bas-detail .pd2-tabs-section { scroll-margin-top: 70px; }
  .bas-detail-dock-visible .kakao-widget { bottom: calc(84px + env(safe-area-inset-bottom)); }
  .bas-commerce-toast { bottom: calc(16px + env(safe-area-inset-bottom)); }
}

@media (max-width: 620px) {
  .bas-shelf-hero { margin-top: 12px; border-radius: 10px; }
  .bas-shelf-copy { padding: 20px 18px 0; }
  .bas-shelf-eyebrow { font-size: 10px; margin-bottom: 10px; }
  .bas-shelf-copy h1 { font-size: clamp(23px, 6.15vw, 29px); line-height: 1.35; margin: 0 0 12px; letter-spacing: -.045em; }
  .bas-shelf-description { font-size: 12px; line-height: 1.7; margin-bottom: 15px; }
  .bas-shelf-description br { display: none; }
  .bas-shelf-caption { display: none; }
  .bas-hero-cta { min-height: 42px; min-width: 154px; font-size: 11px; padding: 10px 14px; }
  .bas-shelf-art { height: 170px; max-width: 390px; margin: -2px auto 0; pointer-events: none; }
  .bas-shelf-art > a:first-child { width: 38%; left: 3%; top: 24px; }
  .bas-shelf-art > a:nth-child(2) { width: 45%; left: 31%; top: -4px; }
  .bas-shelf-art > a:nth-child(3) { width: 30%; right: -2%; top: 53px; }
  .bas-shelf-art > p { display: none; }
  .bas-shelf-art:after { width: 200px; height: 200px; top: -35px; }
  .bas-shelf-art:before { height: 75px; bottom: -18px; }
  .bas-program-shortcuts { grid-template-columns: repeat(auto-fit, minmax(42px, 1fr)); gap: 8px 4px; padding: 14px 0; }
  .bas-program-shortcuts > a { flex-direction: column; gap: 7px; min-height: 67px; text-align: center; font-size: 10px; }
  .bas-program-shortcuts > a > span { width: 34px; height: 34px; flex-basis: 34px; border-radius: 9px; }
  .bas-program-shortcuts strong { font-size: 10px; line-height: 1.4; font-weight: 500; word-break: keep-all; overflow-wrap: anywhere; }
  .bas-program-shortcuts i { display: none; }
  .bas-catalog { padding-top: 22px; padding-bottom: 30px; }
  .bas-catalog-head { gap: 10px; margin-bottom: 14px; }
  .bas-catalog-head h1,.bas-catalog-head h2 { font-size: 21px; }
  .bas-plan-toggle button { min-height: 36px; font-size: 10px; padding: 7px 9px; }
  .bas-categories { gap: 0; }
  .bas-categories button { min-height: 40px; font-size: 11px; padding-inline: 10px; }
  .bas-catalog-controls { margin-bottom: 16px; }
  .bas-result-controls { margin-top: 8px; }

  /* Match the two-column TimeStore shelf without changing product data. */
  .bas-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; align-items: start; }
  .bas-product { min-width: 0; }
  .bas-product-art { height: auto; aspect-ratio: .95; border-radius: 8px; }
  .bas-product-art .bas-package { height: calc(100% - 28px); max-width: 88%; bottom: 10px; }
  .bas-product-art .bas-edition,.bas-product-art .bas-art-code { font-size: 8px; top: 10px; }
  .bas-product-art .bas-edition { left: 10px; }
  .bas-product-art .bas-art-code { right: 10px; letter-spacing: .4px; }
  .bas-product-art .bas-art-caption { display: none; }
  .bas-product-art .bas-art-watermark { width: 110px; height: 110px; left: 5px; bottom: 18px; }
  .bas-product[data-slug=photo_studio] .bas-art-code { display: none; }
  .bas-product .bas-wish-button { width: 34px; height: 34px; right: 7px; bottom: 7px; }
  .bas-product .bas-wish-button svg { width: 16px; height: 16px; }
  .bas-product-body { position: relative; padding: 11px 1px 0; }
  .bas-product-type { display: block; font-size: 9px; line-height: 1.5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .bas-product-body h3 { margin: 3px 0 5px; font-size: 15px; line-height: 1.4; min-height: 42px; letter-spacing: -.035em; }
  .bas-product-desc { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-size: 11px; line-height: 1.6; min-height: 35.2px; margin-bottom: 10px; }
  .bas-product .bas-prices { display: block; min-height: 60px; margin: 0; padding: 0; }
  .bas-product-grid:not([data-plan=lifetime]) .bas-prices p:not(:first-of-type),
  .bas-product-grid[data-plan=lifetime] .bas-prices p:not(:last-of-type) { display: none; }
  .bas-product .bas-prices p { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
  .bas-product .bas-prices p > span { font-size: 10px; }
  .bas-product-grid .bas-product .bas-prices p strong { font-size: 18px !important; font-weight: 700; color: #302639 !important; white-space: nowrap; }
  .bas-product .bas-prices .bas-vat { display: block; font-size: 9px; margin-top: 3px; text-align: left; }
  .bas-product .bas-card-actions { position: absolute; bottom: 0; right: 0; margin: 0; padding: 0; border: 0; }
  .bas-product .bas-card-actions .bas-card-cta { display: none; }
  .bas-product .bas-card-actions button { min-height: 40px; padding: 7px 8px; gap: 4px; font-size: 10px; }
  .bas-product .bas-card-actions button svg { width: 14px; height: 14px; }
  .bas-product[data-slug=photo_studio] .bas-card-actions { position: static; margin-top: 4px; }
  .bas-product[data-slug=photo_studio] .bas-card-cta { display: flex; font-size: 10px; gap: 4px; }
  .bas-product .bas-inquiry-price { white-space: normal; }
  .bas-product:has(.bas-inquiry-price) .bas-card-actions { position: static; }
  .bas-saved-empty { padding: 44px 18px; }
  .bas-collection { padding-top: 24px; }
  .bas-cart-row { padding-block: 22px; }
  .bas-cart-options select,.bas-cart-options input { min-height: 40px; }
  .bas-cart-price .bas-button { min-height: 42px; }
  .bas-order-summary { padding: 22px; }
  .bas-footer { padding-top: 28px; }
  .bas-footer .footer-company-row { gap: 23px; }

  /* Only the product hero and purchase controls; original detail panels stay intact. */
  .bas-detail-crumbs { padding-top: 14px; }
  .bas-detail-grid { padding-top: 16px; gap: 18px; }
  .bas-detail-name { margin-bottom: 10px; }
  .bas-detail-copy h1 { font-size: 28px; line-height: 1.3; }
  .bas-detail-lead { margin-top: 14px; font-size: 13px; line-height: 1.75; }
  .bas-detail-hero-actions { margin-top: 18px; gap: 16px; }
  .bas-detail-button { min-height: 46px; }
  .bas-detail-package { padding: 14px 16px 16px; }
  .bas-detail-package > .bas-package { height: 190px; }
  .bas-detail-meta { padding-bottom: 14px; }
  .bas-detail #mobileBuyBar .mbb-btn { min-height: 44px; }
}

@media (max-width: 359px) {
  #storeHeader.bas-header { column-gap: 4px; }
  .bas-shelf-description { font-size: 11px; }
  .bas-shelf-art { height: 151px; }
  .bas-product-grid { gap: 22px 10px; }
  .bas-product-body h3 { font-size: 14px; min-height: 39.2px; }
  .bas-product-grid .bas-product .bas-prices p strong { font-size: 17px !important; }
  .bas-product .bas-card-actions button { padding-inline: 6px; }
  .bas-detail-copy h1 { font-size: 26px; }
}

/* Store checkout: a fixed heading and total surround one scrollable form. */
#subscribeModal.bas-checkout{position:fixed;inset:0;top:var(--bas-checkout-top,0px);bottom:auto;height:var(--bas-checkout-height,100vh);display:flex;align-items:center;justify-content:center;padding:16px;isolation:isolate}
#subscribeModal.hidden{display:none!important}
#subscribeModal .hidden{display:none!important}
.bas-checkout-shell{display:flex;flex-direction:column;width:100%;max-width:560px;max-height:calc(var(--bas-checkout-height,100vh) - 32px);background:#fff;border-radius:16px;box-shadow:0 24px 80px #21182733;overflow:hidden;color:#302639}
.bas-checkout-head{display:flex;flex:none;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #eee8f2;gap:16px}
.bas-checkout-head p{font-size:11px;color:#87748f;margin:0 0 5px}.bas-checkout-head h2{font-size:23px;letter-spacing:-.04em;font-weight:700;line-height:1.3;margin:0}.bas-checkout-close{display:grid;place-items:center;flex:none;width:44px;height:44px;border:0;border-radius:50%;background:#f7f4f9;color:#66556f;font-size:29px;line-height:1}
.bas-checkout-scroll{min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:20px 24px 24px;scroll-padding-block:16px}
.bas-checkout-product{padding:15px;background:#f7f5f9;border:1px solid #eee8f2;border-radius:9px;margin:0 0 20px}.bas-checkout-product-row{display:flex;gap:13px;align-items:center}.bas-checkout-product-row>span,.bas-checkout-product-row>img{flex:none}.bas-checkout-product-row>div{min-width:0}.bas-checkout-product h4{font-size:16px;font-weight:700;line-height:1.45;overflow-wrap:anywhere}.bas-checkout-product p{font-size:12px;line-height:1.6;color:#86798f;margin-top:4px}
#subscribeForm.bas-checkout-form{display:grid;gap:18px;margin:0}#subscribeForm.bas-checkout-form>*{margin:0!important;min-width:0}.bas-checkout-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.bas-checkout-options>div{min-width:0}
#subscribeForm label{font-size:12px;line-height:1.5}#subscribeForm :is(input:not([type=radio]):not([type=file]),select){width:100%;min-width:0;min-height:46px;padding:10px 12px;font-family:inherit;font-size:16px;line-height:1.4;border:1px solid #ddd5e4;border-radius:7px;background:#fff;color:#3d3148;box-shadow:none}
#subscribeForm input[type=file]{max-width:100%;font-size:12px}#subscribeForm label:has(input:focus-visible){outline:3px solid #9b7fc5;outline-offset:3px}#subscribeForm :is(#payMethodKakaoLabel,#payMethodBankLabel){display:grid;place-items:center;min-height:48px;font-size:14px;padding:11px 6px;border-radius:7px}#subscribeForm [data-proof-option]{display:grid;place-items:center;min-height:44px;padding:8px 4px;font-size:12px;word-break:keep-all;border-radius:6px}
#subscribeForm :is(#payMethodHint,#modalAccountCountWrap>p){font-size:11px;line-height:1.65;margin-top:7px;color:#84748e}
#kakaopayProofNotice{padding:12px 14px;border:1px solid #e9e1ef;border-radius:7px;background:#faf8fc;font-size:12px;line-height:1.7;color:#7e6e88}#kakaopayProofNotice summary{display:flex;justify-content:space-between;cursor:pointer;list-style:none;font-size:12px;font-weight:600}#kakaopayProofNotice summary::-webkit-details-marker{display:none}#kakaopayProofNotice p{font-size:12px;line-height:1.75;margin-top:9px}
#bankProofFields{min-width:0;padding:14px;border:1px solid #e9e1ef;border-radius:8px}#modalBizRegStatus{font-size:11px;line-height:1.7}
.bas-checkout-footer{flex:none;border-top:1px solid #e8e0ef;background:#fff;padding:16px 24px 20px;box-shadow:0 -5px 20px #30263905}.bas-checkout-total{display:grid;grid-template-columns:1fr auto;gap:4px 12px;align-items:center;padding:0;background:#fff!important}.bas-checkout-total>div{display:flex;gap:7px;align-items:center}.bas-checkout-total span{font-size:13px;font-weight:600}.bas-checkout-total small{font-size:10px;color:#9985a3}.bas-checkout-total strong{font-size:25px;font-weight:700;letter-spacing:-.04em;line-height:1.3}.bas-checkout-total p{grid-column:1/-1;font-size:10px;line-height:1.6;text-align:right;color:#97879f;margin:0}.bas-checkout-actions{display:grid;grid-template-columns:80px minmax(0,1fr);gap:9px;margin-top:13px}#subscribeModal .bas-checkout-actions button{min-height:46px;border-radius:7px;padding:11px 10px;font-size:14px;font-weight:600;line-height:1.4;box-shadow:none}.bas-checkout-back{background:#fff;border:1px solid #ded5e7;color:#86718f}#modalSubmitBtn{border:1px solid transparent}#modalSubmitBtn:disabled{opacity:.6;cursor:wait}.bas-checkout-error{padding:9px 12px;background:#fff3f3;border-radius:6px;color:#b24f59;font-size:12px;line-height:1.6;margin-bottom:10px}
.bas-payment-result{display:flex;justify-content:space-between;align-items:center;gap:20px;border:1px solid #e3d7ed;border-radius:9px;background:#faf7fd;padding:20px;margin-bottom:20px}.bas-payment-result strong{font-size:15px;line-height:1.6}.bas-payment-result p{font-size:12px;line-height:1.8;margin-top:5px;color:#85718f}.bas-payment-result a{white-space:nowrap;font-size:12px;color:#71528b}.bas-mobile-orders{display:none}
@media(max-width:800px){
  .bas-store-member #subsGrid .bas-sub-top h3{font-size:16px;line-height:1.45}.bas-store-member #subsGrid .bas-sub-top{padding:15px 17px;gap:12px}.bas-store-member #subsGrid .bas-sub-body{padding:17px}.bas-store-member #subsGrid .bas-sub-term{margin-bottom:12px;padding-bottom:12px}.bas-store-member #subsGrid .bas-sub-dates{margin-bottom:12px}.bas-store-member #subsGrid .bas-sub-note{font-size:12px;margin-bottom:15px}.bas-store-member #subsGrid .bas-sub-actions :is(button,a){min-height:44px!important;font-size:12px!important;padding:10px 8px;line-height:1.5}
  .bas-store-member #panel-payments>div:not(.bas-mobile-orders){display:none}.bas-store-member #panel-payments .bas-mobile-orders{display:grid;gap:14px;border:0;background:none;border-radius:0;overflow:visible}
  .bas-mobile-order{border:1px solid #e7deed;border-radius:9px;background:white;padding:17px}.bas-mobile-order header{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px;color:#95819f}.bas-mobile-order .badge{font-size:10px;border-radius:4px}.bas-mobile-order h3{font-size:16px;line-height:1.5;margin:12px 0 5px;font-weight:700;overflow-wrap:anywhere}.bas-mobile-order .bas-order-term{font-size:12px;color:#8c7898;line-height:1.65}.bas-mobile-order .bas-order-amount{display:flex;align-items:baseline;gap:6px;margin-top:13px}.bas-order-amount strong{font-size:23px;line-height:1.3;font-weight:700}.bas-order-amount small{font-size:10px;color:#8c7898}.bas-mobile-order details{margin-top:15px;border-top:1px solid #f0eaf4}.bas-mobile-order summary{padding:12px 0 0;font-size:12px;color:#836a92;cursor:pointer}.bas-mobile-order dl{margin-top:13px;display:grid;gap:10px}.bas-mobile-order dl>div{display:grid;grid-template-columns:66px minmax(0,1fr);gap:12px;align-items:start;font-size:12px;line-height:1.7}.bas-mobile-order dt{color:#95819f}.bas-mobile-order dd{margin:0;overflow-wrap:anywhere}.bas-mobile-order dd :is(div,span){font-size:12px}.bas-mobile-order .bas-order-review{font-size:12px;line-height:1.7;margin:12px 0 0;padding:10px;background:#fffaef;color:#967337;border-radius:5px}
}
@media(max-width:620px){
  #subscribeModal.bas-checkout{padding:10px 10px max(10px,env(safe-area-inset-bottom))}.bas-checkout-shell{max-height:calc(var(--bas-checkout-height,100vh) - 20px - env(safe-area-inset-bottom));border-radius:14px}.bas-checkout-head{padding:13px 16px 12px}.bas-checkout-head h2{font-size:21px}.bas-checkout-head p{font-size:10px;margin-bottom:3px}.bas-checkout-scroll{padding:16px}.bas-checkout-product{padding:12px;margin-bottom:16px}.bas-checkout-product h4{font-size:15px}.bas-checkout-product p{font-size:11px}.bas-checkout-product-row{gap:10px}.bas-checkout-product-row img{width:36px!important;height:36px!important;object-fit:contain}#subscribeForm.bas-checkout-form{gap:16px}.bas-checkout-footer{padding:12px 16px 14px}.bas-checkout-total strong{font-size:23px}.bas-checkout-actions{margin-top:10px}.bas-checkout-total p{font-size:10px}.bas-payment-result{padding:16px;display:block}.bas-payment-result a{display:inline-flex;align-items:center;min-height:42px;margin-top:4px}
  /* Override the former dashboard's 28px image and single-column rules, if an old tab is cached. */
  .bas-store-member #productGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}.bas-store-member #productGrid>div{padding:0!important;min-width:0}.bas-store-member #productGrid .bas-product-art{aspect-ratio:.95;height:auto}.bas-store-member #productGrid img.bas-package{width:85%!important;height:85%!important}.bas-store-member #productGrid .bas-product-body h3{font-size:14px;min-height:40px;line-height:1.45}.bas-store-member #productGrid .bas-product-link{display:block;padding:0!important}
  .bas-product-art>.bas-package{position:absolute;width:85%;height:85%;max-width:88%;top:50%;left:50%;bottom:auto;transform:translate(-50%,-50%);object-fit:contain}.bas-product-art:hover>.bas-package{transform:translate(-50%,-50%)}
  .bas-product-body{padding-top:10px}.bas-product-desc{margin-bottom:9px}.bas-product .bas-card-actions{position:static;margin-top:9px;display:flex;justify-content:flex-end}.bas-product .bas-card-actions button{min-height:36px}.bas-product .bas-prices{min-height:0}.bas-product-body h3{min-height:0}.bas-product-grid{row-gap:24px}.bas-product-type{font-size:10px}.bas-product .bas-prices .bas-vat{font-size:10px}
}
@media(max-width:359px){.bas-checkout-total strong{font-size:21px}.bas-checkout-total>div{display:block}.bas-checkout-total small{display:block;margin-top:2px}.bas-checkout-actions{grid-template-columns:62px minmax(0,1fr)}#subscribeModal .bas-checkout-actions button{font-size:13px}#subscribeForm [data-proof-option]{font-size:11px}}
@media(max-width:620px){
 .bas-store-member .bas-account-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;margin-bottom:18px;border:1px solid #ece5f2;border-radius:8px;background:#f7f5f9;overflow:visible}.bas-store-member .bas-account-tabs button{display:flex;justify-content:center;align-items:center;min-height:42px;padding:8px 4px!important;font-size:12px!important;white-space:normal;line-height:1.45;border-radius:5px!important}.bas-store-member .bas-account-tabs button[aria-selected=true]{background:#fff!important;color:#34253f!important;box-shadow:0 1px 5px #34253f0b}.bas-store-member .bas-account-tabs button:after{display:none}.bas-store-member .member-summary{padding-block:15px;margin-bottom:16px}.bas-store-member .member-summary>div{padding-inline:14px}.bas-store-member .member-summary strong{font-size:24px;margin-top:6px}.bas-store-member .member-summary span{font-size:11px}.bas-store-member .member-filters{gap:9px;margin-bottom:16px}.bas-store-member .bas-account-section-title{font-size:19px;margin-bottom:16px}.bas-store-member #main{padding-bottom:40px}
}

.bas-checkout-art{display:grid;place-items:center;width:48px;height:52px;background:#eeebf3;border-radius:6px;overflow:hidden}.bas-checkout-art .bas-package{position:static!important;width:44px!important;height:48px!important;object-fit:contain;transform:none!important}
.bas-mobile-contact{display:none}
@media(max-width:620px){
  body:has(#storeHeader) .kakao-widget{display:none!important}
  .bas-mobile-contact{display:flex;align-items:center;justify-content:center;min-height:48px;margin:12px 16px 24px;padding:12px;border:1px solid #eee2a2;border-radius:8px;background:#fffbea;color:#564819;font-size:12px;font-weight:600;text-align:center}
}
