
.sections-wrap{display:grid;gap:22px;min-width:0;max-width:100%}
.product-builder{display:grid;gap:22px;min-width:0;max-width:100%}
.section-frame,.storefront-builder-section-frame,.product-builder-section-frame{width:100%;min-width:0;max-width:100%;overflow-x:clip}
.section-container{width:min(var(--store-max-width),calc(100vw - (var(--store-page-padding) * 2)));max-width:min(var(--store-max-width),100%);margin-left:auto;margin-right:auto;min-width:0}
.storefront-builder-section,.product-builder-section{--product-builder-columns:1;--product-builder-template:repeat(var(--product-builder-columns),minmax(0,1fr));display:grid;grid-template-columns:var(--product-builder-template);gap:18px;align-items:start;overflow-x:clip}
.product-builder-column{min-width:0;max-width:100%;display:grid;align-content:start;gap:14px;overflow-x:clip}
.product-builder-column>.storefront-module{min-width:0;max-width:100%}
.storefront-module{display:grid;gap:10px;min-width:0;max-width:100%;overflow-x:clip}
.product-card{display:grid;align-content:start;min-width:0;padding:8px;border:1px solid #e4e4e4;border-radius:8px;background:#f9f9f9;overflow:hidden}
.product-card-link{display:grid;align-content:start;align-self:start;gap:12px;color:inherit;text-decoration:none}
.product-card-media{display:grid;place-items:center;min-height:0;border-radius:0;background:#f9f9f9}
.product-card-media img{display:block;width:auto;max-width:100%;max-height:250px;height:auto;object-fit:contain}
.product-card-body{display:grid;gap:6px}.product-card-body h3{margin:0;font-size:15px;line-height:1.25}.product-card-brand{color:var(--store-muted-text);font-size:12px}.product-card-reviews{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:0;color:var(--store-text);font-size:12px;font-weight:700}.product-card-reviews__rating{color:var(--store-brand);font-size:14px;line-height:1}.product-card-reviews__stars{position:relative;display:inline-block;color:color-mix(in srgb,var(--store-brand) 22%,transparent);font-size:18px;line-height:1;letter-spacing:1px}.product-card-reviews__stars-track{display:block}.product-card-reviews__stars-fill{position:absolute;inset:0 auto 0 0;overflow:hidden;white-space:nowrap;color:var(--store-brand)}.product-card-reviews__count{color:var(--store-text);opacity:.72;line-height:1}.product-card-price strong{font-size:17px}
@media(max-width:900px){.storefront-builder-section,.product-builder-section{grid-template-columns:1fr}}

.compiled-header .header-col-logo{min-width:max-content}
.compiled-header .header-logo{min-width:max-content}
.compiled-header .header-logo picture{min-width:max-content}
.compiled-header .header-logo img{width:auto;max-width:min(180px,32vw)}
@media(max-width:900px){
  .compiled-header .storefront-header-line--top{grid-template-columns:minmax(82px,max-content) minmax(0,1fr) auto}
  .compiled-header .header-logo img{max-width:min(112px,30vw)}
}
