/*
 * 221B Theme v6.4.2 — Mobile First Polish
 * iPhone/mobile-specific visual layer. Desktop >= 901px stays on v6.4/v6.4.1.
 * Goals: no horizontal overflow, better touch targets, readable 16px inputs,
 * compact premium header, mobile filter drawer, balanced product/shop grids,
 * safe-area support and cleaner vertical rhythm.
 */

/* Hidden on desktop; enabled only by mobile media query. */
.b221-v642-shop-mobile-toolbar,.b221-v642-filter-overlay,.b221-v642-filter-close{display:none}

@media (max-width:900px){
  html,body{max-width:100%;overflow-x:hidden}
  body.b221-site{padding-bottom:calc(68px + env(safe-area-inset-bottom,0px))}
  .b221-container,.b221-content-narrow{width:calc(100% - 28px);max-width:100%;margin-left:auto;margin-right:auto}
  .b221-container>*,.b221-v63-header-inner>*,.b221-v63-shop-layout>*,.b221-v63-product-top>*,.b221-v63-product-lower>*{min-width:0;max-width:100%}
  input,select,textarea,button{max-width:100%}
  input,select,textarea{font-size:16px!important}
  img,svg,video,iframe{max-width:100%}

  /* MOBILE HEADER: one clean utility row + full-width search row */
  .b221-v63-header{backdrop-filter:blur(18px);background:rgba(255,255,255,.97)}
  .b221-v63-header-inner{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:"brand actions" "search search";
    gap:8px 10px;
    min-height:0;
    padding-top:8px;
    padding-bottom:9px;
  }
  .b221-v63-brand{grid-area:brand;height:40px;align-self:center}
  .b221-v63-brand .b221-brand-mark{font-size:29px}
  .b221-v63-brand small{display:none}
  .b221-v63-head-search{
    grid-area:search;
    display:flex!important;
    width:100%;
    height:42px;
    border-radius:12px;
    padding:0 13px;
    background:#f4f7fb;
    border-color:#e1e8f1;
  }
  .b221-v63-head-search input{min-width:0;width:100%;font-size:16px!important}
  .b221-v63-actions{grid-area:actions;width:auto;display:flex;align-items:center;gap:7px}
  .b221-v63-contact{display:none!important}
  .b221-v63-cart{width:40px;min-width:40px;height:40px}
  .b221-menu-toggle{display:inline-flex!important;min-height:40px;height:40px;padding:0 12px;border-radius:11px;font-size:13px}
  .b221-v63-nav{left:14px;right:14px;top:calc(100% + 7px);max-height:min(72vh,560px);overflow:auto;border-radius:16px;padding:8px;box-shadow:0 22px 55px rgba(15,35,75,.16)}
  .b221-v63-nav .b221-menu a{min-height:46px;border-radius:9px;font-size:15px;padding:0 12px}
  .b221-v63-nav .b221-menu li.current-menu-item>a,.b221-v63-nav .b221-menu li.current_page_item>a{background:#eef6ff;color:#0877ff}

  /* HOME: copy first, visual second; mobile proportions */
  .b221-v63-hero{padding:18px 0 10px}
  .b221-v63-hero-grid{display:grid;grid-template-columns:1fr;gap:18px}
  .b221-v63-hero-copy{order:1;text-align:left;max-width:none;margin:0;padding:0}
  .b221-v63-hero-art{order:2;min-height:0;justify-content:center;border:1px solid #e4ebf4;border-radius:16px;overflow:hidden;background:#f6f9fd}
  .b221-v63-hero-art img{width:100%;max-width:none;height:auto;object-fit:cover}
  .b221-v63-eyebrow{font-size:10px;letter-spacing:.14em}
  .b221-v63-hero-copy h1{font-size:clamp(36px,10.2vw,46px);line-height:.98;letter-spacing:-.055em;margin:8px 0 12px;max-width:100%}
  .b221-v63-hero-copy>p{font-size:16px;line-height:1.42;margin:0 0 17px;max-width:100%}
  .b221-v63-hero-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px;justify-content:stretch}
  .b221-v63-hero-buttons .b221-btn{width:100%;min-height:46px;padding:0 10px;font-size:12px;border-radius:11px}
  .b221-v63-trust{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}
  .b221-v63-trust span{display:flex;align-items:flex-start;gap:5px;padding:9px 8px;border:1px solid #e7edf4;border-radius:10px;background:#fff;font-size:10px;line-height:1.25}
  .b221-v63-routes{grid-template-columns:1fr;gap:8px;margin-top:12px}
  .b221-v63-routes>a{min-height:78px;padding:14px;border-radius:13px;grid-template-columns:42px 1fr 24px;gap:10px}
  .b221-v63-routes .icon{width:42px;height:42px;font-size:20px}
  .b221-v63-routes strong{font-size:16px}
  .b221-v63-routes small{font-size:11px}

  .b221-v63-section{padding:24px 0}
  .b221-v63-head{margin-bottom:12px;gap:10px}
  .b221-v63-head h2{font-size:22px}
  .b221-v63-head>a{display:inline-flex;font-size:11px;white-space:nowrap}
  .b221-v63-categories{grid-template-columns:1fr 1fr;gap:8px}
  .b221-v63-category{min-height:164px;border-radius:13px}
  .b221-v63-category .media{height:100px;margin-bottom:8px}
  .b221-v63-category strong{font-size:13px;padding:0 9px}
  .b221-v63-category small{font-size:9.5px;line-height:1.28;padding:0 9px 8px}
  .b221-v63-category>span{right:8px;bottom:8px}
  .b221-v63-problem-grid{grid-template-columns:1fr;gap:8px}
  .b221-v63-problem-grid>a{min-height:74px;padding:12px 34px 12px 44px;border-radius:12px}
  .b221-v63-problem-grid strong{font-size:13px}
  .b221-v63-problem-grid small{font-size:10px}
  .b221-v63-products .b221-shop-grid{grid-template-columns:1fr 1fr;gap:8px}
  .b221-v63-products .b221-shop-card{min-width:0}
  .b221-v63-products .b221-shop-media img{padding:6px;aspect-ratio:1/1}
  .b221-v63-products .b221-shop-card h3{font-size:12px;line-height:1.18}
  .b221-v63-products .b221-shop-price{font-size:17px}
  .b221-v63-tool-grid{grid-template-columns:1fr;gap:10px}
  .b221-v63-tool{min-height:0;padding:17px;border-radius:14px}
  .b221-v63-tool h2{font-size:22px}
  .b221-v63-tool p{font-size:12px}
  .b221-calculator-grid{grid-template-columns:1fr!important}
  .b221-calculator select,.b221-calculator input,.b221-lead-form input,.b221-lead-form textarea{min-height:46px;border-radius:12px;padding:11px 12px}
  .b221-v63-steps{grid-template-columns:1fr 1fr;gap:0}
  .b221-v63-steps>div{min-height:112px;padding:14px 10px}
  .b221-v63-final-card{display:grid;grid-template-columns:1fr;gap:14px;padding:18px;border-radius:14px}
  .b221-v63-final-card>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:8px}

  /* SHOP HERO + horizontal device tabs */
  .b221-v63-shop-hero{padding:16px 0 0}
  .b221-v63-shop-hero .copy{grid-template-columns:1fr;gap:10px}
  .b221-v63-shop-hero h1{font-size:34px;line-height:1;margin:7px 0 7px}
  .b221-v63-shop-hero p{font-size:14px;line-height:1.4}
  .b221-v63-shop-hero .benefits{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}
  .b221-v63-shop-hero .benefits span{width:auto!important;min-width:0;padding:8px;border:1px solid #deebf8;border-radius:10px;background:rgba(255,255,255,.65)}
  .b221-v63-shop-hero .benefits b{font-size:11px}.b221-v63-shop-hero .benefits small{font-size:9px}
  .b221-v63-shop-hero img{height:auto;max-height:175px;object-fit:contain;object-position:center bottom}
  .b221-v63-shop-body{padding:10px 0 34px}
  .b221-v631-device-tabs{display:flex;overflow-x:auto;gap:7px;margin:0 -14px 12px;padding:0 14px 4px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .b221-v631-device-tabs::-webkit-scrollbar{display:none}
  .b221-v631-device-tabs a{flex:0 0 auto;min-width:124px;min-height:48px;padding:5px 8px;border-radius:10px;scroll-snap-align:start}
  .b221-v631-device-tabs a img{width:36px;height:32px}
  .b221-v631-device-tabs a span{font-size:10.5px}

  /* Mobile filter is a drawer instead of a full-width giant block */
  .b221-v642-shop-mobile-toolbar{display:flex!important;align-items:center;justify-content:space-between;gap:8px;margin:0 0 10px}
  .b221-v642-filter-toggle{display:inline-flex!important;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:0 14px;border:1px solid #dce6f2;border-radius:11px;background:#fff;color:#14213a;font-weight:800;font-size:13px;box-shadow:0 4px 14px rgba(22,47,83,.04)}
  .b221-v642-filter-overlay{display:block;position:fixed;inset:0;background:rgba(5,17,38,.44);backdrop-filter:blur(2px);z-index:399;opacity:0;visibility:hidden;transition:.2s ease}
  .b221-v631-filters{position:fixed!important;z-index:400;left:0;top:0;bottom:0;width:min(88vw,370px)!important;max-width:370px!important;height:100dvh;overflow:auto;margin:0!important;padding:calc(18px + env(safe-area-inset-top,0px)) 17px calc(22px + env(safe-area-inset-bottom,0px));border-radius:0 18px 18px 0;transform:translateX(-103%);transition:transform .24s cubic-bezier(.2,.8,.2,1);box-shadow:0 18px 60px rgba(5,17,38,.2);background:#fff}
  body.b221-filter-open{overflow:hidden}
  body.b221-filter-open .b221-v631-filters{transform:translateX(0)}
  body.b221-filter-open .b221-v642-filter-overlay{opacity:1;visibility:visible}
  .b221-v63-filter-title{position:sticky;top:calc(-18px - env(safe-area-inset-top,0px));z-index:2;background:#fff;padding:16px 0 10px;margin-bottom:2px;border-bottom:1px solid #edf1f6}
  .b221-v63-filter-title strong{font-size:19px!important}
  .b221-v642-filter-close{display:inline-flex!important;width:36px;height:36px;align-items:center;justify-content:center;border:1px solid #e0e7f0;border-radius:10px;background:#fff;font-size:22px;line-height:1;color:#22324b}
  .b221-v63-filter-title>a{display:none}
  .b221-v631-filters fieldset{padding:13px 0 8px}
  .b221-v631-filters legend{font-size:14px}
  .b221-v631-filters .choice{min-height:36px;font-size:13px}
  .b221-v631-filters .search-model{height:44px}
  .b221-v631-filters .price-pair{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px;align-items:center}
  .b221-v631-filters .price-pair input{width:100%;min-width:0;height:44px}
  .b221-v631-filters .apply-filter{width:100%;min-height:46px;font-size:13px}
  .b221-v631-filters .reset-filter{display:block;text-align:center;padding:12px 0;font-size:12px}

  .b221-v63-shop-layout{display:block}
  .b221-v63-helpbox{grid-template-columns:auto minmax(0,1fr);gap:10px;padding:13px;border-radius:12px;margin-bottom:12px}
  .b221-v63-helpbox .ico{width:38px;height:38px}
  .b221-v63-helpbox strong{font-size:16px}
  .b221-v63-helpbox p{font-size:11px;margin:3px 0 0}
  .b221-v631-help-actions{display:none}
  .b221-v63-helpbox>.b221-btn{grid-column:1/-1;width:100%;min-height:42px;font-size:12px}
  .b221-v63-loop-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}
  .b221-v63-loop-top .woocommerce-result-count{font-size:12px;margin:0}
  .b221-v63-loop-top .woocommerce-ordering{margin:0;min-width:0}
  .b221-v63-loop-top select{width:auto;max-width:155px;min-height:40px;font-size:13px!important}
  .b221-v63-shop-results ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .b221-v63-product-card{min-width:0;border-radius:13px!important}
  .b221-v63-product-card .media{padding:7px}
  .b221-v63-product-card .media img{width:100%!important;height:auto!important;aspect-ratio:1/1;object-fit:contain!important}
  .b221-v63-product-card .body{padding:10px!important}
  .b221-v63-product-card h2{font-size:12px!important;line-height:1.2!important;min-height:0!important;margin-bottom:4px!important}
  .b221-v63-product-card .compat{font-size:9.5px;line-height:1.25;min-height:0}
  .b221-v63-product-card .quality{font-size:9px;padding:4px 6px}
  .b221-v63-product-card .price{font-size:17px;line-height:1.1;margin-top:6px}
  .b221-v63-product-card .stock{font-size:9.5px}
  .b221-v63-product-card .actions{display:grid;grid-template-columns:1fr;gap:6px;margin-top:8px}
  .b221-v63-product-card .actions .b221-btn{width:100%;min-height:38px;font-size:10px;padding:0 6px;border-radius:9px}
  .b221-v63-shop-trust{grid-template-columns:1fr 1fr;gap:0;margin-top:20px}
  .b221-v63-shop-trust span{min-height:86px;padding:12px 10px}
  .b221-v631-shop-bottom-cta{grid-template-columns:1fr;gap:8px;padding:16px;border-radius:13px}
  .b221-v631-shop-bottom-cta .b221-btn{width:100%}

  /* PRODUCT: stack, no overwide controls, mobile image/gallery proportions */
  .b221-v63-single-product>.b221-container{width:calc(100% - 24px)}
  .b221-v63-crumbs{overflow-x:auto;white-space:nowrap;display:block;padding:9px 0 7px;margin:0 0 5px;font-size:10px;scrollbar-width:none}
  .b221-v63-crumbs::-webkit-scrollbar{display:none}
  .b221-v63-product-top{display:grid;grid-template-columns:1fr;gap:16px;padding-top:4px}
  .b221-v63-product-top .woocommerce-product-gallery{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;min-height:0!important}
  .b221-v63-product-top .woocommerce-product-gallery__wrapper{width:100%!important}
  .b221-v63-product-top .woocommerce-product-gallery__image a{display:flex!important;align-items:center;justify-content:center;min-height:300px!important;border-radius:14px!important;padding:10px!important;background:#f7f9fc}
  .b221-v63-product-top .woocommerce-product-gallery__image img{width:auto!important;max-width:92%!important;max-height:285px!important;object-fit:contain!important}
  .b221-v63-product-top .flex-control-thumbs{display:flex!important;position:static!important;width:100%!important;gap:7px!important;overflow-x:auto!important;flex-wrap:nowrap!important;margin:8px 0 0!important;padding:0 0 3px!important;scrollbar-width:none}
  .b221-v63-product-top .flex-control-thumbs::-webkit-scrollbar{display:none}
  .b221-v63-product-top .flex-control-thumbs li{flex:0 0 56px!important;width:56px!important;margin:0!important}
  .b221-v63-product-top .flex-control-thumbs img{width:56px!important;height:56px!important;border-radius:9px!important}
  .b221-v63-product-top .summary{width:100%!important;max-width:100%!important;margin:0!important}
  .b221-v63-product-top .meta-top{display:flex;flex-wrap:wrap;gap:5px 7px;font-size:9px}
  .b221-v63-product-top h1{font-size:clamp(29px,8.7vw,36px);line-height:1.02;letter-spacing:-.045em;margin:8px 0 6px;max-width:100%;overflow-wrap:anywhere}
  .b221-v63-product-top .short{font-size:13px;line-height:1.4;margin-bottom:10px}
  .b221-v63-product-top .compatbox{display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;padding:11px;border-radius:11px}
  .b221-v63-product-top .compatbox>span{width:30px;height:30px}
  .b221-v63-product-top .compatbox strong{font-size:11px;line-height:1.25}
  .b221-v63-product-top .compatbox small{font-size:9px}
  .b221-v63-product-top .compatbox button{grid-column:1/-1;text-align:left;padding:4px 0 0;font-size:10px}
  .b221-v63-product-top .price-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px 9px;margin:13px 0 11px}
  .b221-v63-product-top .single-price{font-size:30px;line-height:1;white-space:nowrap}
  .b221-v63-product-top .quality-title{font-size:12px;margin-bottom:7px}
  .b221-v63-product-top .quality-grid{display:grid;grid-template-columns:1fr;gap:7px}
  .b221-v63-product-top .quality-grid .q{min-height:72px;padding:11px 11px 10px 38px;border-radius:11px}
  .b221-v63-product-top .quality-grid .q .radio{left:12px;top:13px}
  .b221-v63-product-top .quality-grid .qlabel{font-size:12px}
  .b221-v63-product-top .quality-grid em{font-size:9px;line-height:1.25}
  .b221-v63-product-top .quality-grid small{font-size:11px;margin-top:4px}
  .b221-v63-product-top .trust{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:12px 0}
  .b221-v63-product-top .trust span{min-width:0;padding:9px 6px;font-size:10px;border-bottom:1px solid #edf1f6}
  .b221-v63-product-top .trust b{font-size:9.5px;line-height:1.2}
  .b221-v63-product-top .trust small{font-size:8.5px;line-height:1.25}
  .b221-v63-product-top form.cart{display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;gap:7px!important;width:100%!important;margin:8px 0!important}
  .b221-v63-product-top form.cart .quantity{width:58px!important;min-width:58px!important}
  .b221-v63-product-top form.cart .quantity .qty{width:58px!important;min-width:0!important;height:46px!important;font-size:16px!important}
  .b221-v63-product-top form.cart .single_add_to_cart_button{width:100%!important;min-width:0!important;min-height:46px!important;border-radius:10px!important;font-size:13px!important;padding:0 10px!important}
  .b221-v632-buy-actions{width:100%;margin-top:7px}
  .b221-v632-buy-actions .b221-btn{width:100%;min-height:44px;font-size:11px}
  .b221-v631-install-inline{grid-template-columns:36px minmax(0,1fr) 34px;gap:8px;padding:10px;border-radius:11px}
  .b221-v631-install-inline .tool{width:36px;height:36px}
  .b221-v63-product-lower{grid-template-columns:1fr;gap:12px;margin-top:18px}
  .b221-v63-product-lower .woocommerce-tabs ul.tabs{display:flex!important;overflow-x:auto;white-space:nowrap;gap:0;margin:0 -12px 10px!important;padding:0 12px!important;scrollbar-width:none}
  .b221-v63-product-lower .woocommerce-tabs ul.tabs::-webkit-scrollbar{display:none}
  .b221-v63-product-lower .woocommerce-tabs ul.tabs li{flex:0 0 auto;padding:0 11px!important;min-height:42px!important}
  .b221-v63-product-lower .woocommerce-tabs .panel{padding:15px!important;border-radius:12px!important;font-size:13px!important;overflow-wrap:anywhere}
  .b221-v63-support{padding:15px;border-radius:13px}
  .b221-v63-install-card{grid-template-columns:1fr;gap:8px;padding:16px;border-radius:14px;margin-top:16px;overflow:hidden}
  .b221-v63-install-card h2{font-size:24px;line-height:1.08}
  .b221-v63-install-card img{width:100%;max-height:210px;object-fit:cover;border-radius:11px}
  .b221-v63-install-card .install-meta{display:grid;grid-template-columns:1fr;gap:7px}
  .b221-v63-install-card .b221-btn{width:100%}
  .b221-v631-related-row{grid-template-columns:1fr;gap:12px}
  .b221-v63-related ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .b221-v631-recent{grid-template-columns:1fr!important}

  /* SECONDARY PAGES / forms */
  .b221-v631-page-hero{padding:25px 0 18px}
  .b221-v631-page-hero h1,.b221-section>.b221-container>h1{font-size:34px;line-height:1.02;letter-spacing:-.045em;overflow-wrap:anywhere}
  .b221-v631-page-hero>div>p,.b221-section>.b221-container>.b221-lead{font-size:15px;line-height:1.45}
  .b221-v631-selector-card,.b221-v631-price-grid,.b221-v631-about-grid,.b221-v631-contact-grid{grid-template-columns:1fr!important}
  .b221-v631-selector-card,.b221-v631-big-card,.b221-v631-wide-cta,.b221-v631-contact-form{padding:16px;border-radius:13px}
  .b221-v631-selector-card h2,.b221-v631-big-card h2,.b221-v631-contact-form h2{font-size:24px}
  .b221-card-grid,.b221-v631-archive-grid{grid-template-columns:1fr!important;gap:10px}
  .b221-info-card{min-height:0;padding:16px;border-radius:13px}
  .b221-v631-service-tools{grid-template-columns:1fr!important}
  .b221-two-col{grid-template-columns:1fr!important;gap:18px}
  .b221-side-card{position:static}
  .b221-price-row{grid-template-columns:1fr!important}
  .b221-diagnostic-actions{grid-template-columns:1fr!important}

  /* FOOTER + iPhone safe area */
  .b221-v63-footer{padding:26px 0 calc(22px + env(safe-area-inset-bottom,0px))}
  .b221-v63-footer-grid{grid-template-columns:1fr 1fr;gap:20px 14px}
  .b221-v63-footer-grid .brand{grid-column:1/-1}
  .b221-v63-footer-grid .contacts{grid-column:1/-1}
  .b221-v63-footer-bottom{display:grid;gap:5px;margin-top:18px}
  .b221-mobile-bar{left:8px!important;right:8px!important;bottom:calc(8px + env(safe-area-inset-bottom,0px))!important;width:auto!important;max-width:none!important;border-radius:16px!important;overflow:hidden;box-shadow:0 12px 35px rgba(9,27,55,.18)!important}
  .b221-mobile-bar.has-shop{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .b221-mobile-bar.has-shop a,.b221-mobile-bar.has-shop button{min-width:0!important;min-height:54px!important;padding:6px 2px!important;font-size:10px!important;line-height:1.1!important}
  .b221-mobile-bar span{font-size:16px!important}

  /* Lead modal sized for iPhone, not wider than viewport */
  .b221-modal-card{width:calc(100% - 22px)!important;max-width:520px!important;max-height:calc(100dvh - 24px)!important;overflow:auto!important;padding:20px!important;border-radius:18px!important}
  .b221-modal-card h2{font-size:26px!important;line-height:1.05!important;padding-right:28px}
}

@media (max-width:430px){
  .b221-container,.b221-content-narrow{width:calc(100% - 20px)}
  .b221-v63-header-inner{padding-top:7px;padding-bottom:8px}
  .b221-v63-brand .b221-brand-mark{font-size:27px}
  .b221-menu-toggle{padding:0 10px;font-size:12px}
  .b221-v63-cart{width:38px;min-width:38px;height:38px}
  .b221-v63-head-search{height:40px}
  .b221-v63-hero-copy h1{font-size:37px}
  .b221-v63-hero-buttons{grid-template-columns:1fr}
  .b221-v63-trust{grid-template-columns:1fr 1fr}
  .b221-v63-category{min-height:154px}.b221-v63-category .media{height:92px}
  .b221-v63-head h2{font-size:21px}.b221-v63-head>a{font-size:10px}
  .b221-v63-products .b221-shop-grid{grid-template-columns:1fr 1fr}
  .b221-v63-shop-hero h1{font-size:32px}
  .b221-v63-shop-hero .benefits{grid-template-columns:1fr 1fr}
  .b221-v63-shop-results ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .b221-v63-product-card .body{padding:8px!important}
  .b221-v63-product-card h2{font-size:11.5px!important}
  .b221-v63-product-card .price{font-size:16px}
  .b221-v63-product-card .actions .b221-btn{font-size:9.5px}
  .b221-v63-product-top h1{font-size:29px}
  .b221-v63-product-top .single-price{font-size:28px}
  .b221-v63-product-top .woocommerce-product-gallery__image a{min-height:275px!important}
  .b221-v63-product-top .woocommerce-product-gallery__image img{max-height:260px!important}
}

@media (max-width:360px){
  .b221-v63-shop-results ul.products{grid-template-columns:1fr!important}
  .b221-v63-product-card .media img{aspect-ratio:1.15/1}
  .b221-v63-products .b221-shop-grid{grid-template-columns:1fr 1fr}
  .b221-v63-trust{grid-template-columns:1fr}
  .b221-v63-product-top .trust{grid-template-columns:1fr 1fr}
}
