
.sections-wrap{display:grid;gap:22px;min-width:0;max-width:100%}
.compiled-builder{display:grid;gap:22px;min-width:0;max-width:100%}
.section-frame,.compiled-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}
.compiled-builder-section{--compiled-builder-columns:1;--compiled-builder-template:repeat(var(--compiled-builder-columns),minmax(0,1fr));display:grid;grid-template-columns:var(--compiled-builder-template);gap:18px;align-items:start;overflow-x:clip}
.compiled-builder-column{min-width:0;max-width:100%;display:grid;align-content:start;gap:14px;overflow-x:clip}
.compiled-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:var(--product-card-padding,8px);border:1px solid #e4e4e4;border-radius:var(--product-card-radius,8px);background:var(--product-card-background,#f9f9f9);overflow:hidden}
.product-card-link{display:grid;align-content:start;align-self:start;gap:var(--product-card-gap,12px);color:inherit;text-decoration:none}
.product-card-media{display:grid;place-items:center;min-height:min(var(--product-card-media-height,0px),34vw);padding:var(--product-card-media-padding,0);border-radius:var(--product-card-media-radius,0);background:var(--product-card-media-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;text-align:var(--product-card-text-align,left);justify-items:var(--product-card-text-align,start)}.product-card-body h3{margin:0;color:var(--product-card-title-color,var(--store-text));font-size:var(--product-card-title-size,15px);line-height:var(--product-card-title-line-height,1.25)}.product-card-brand{color:var(--product-card-brand-color,var(--store-muted-text));font-size:var(--product-card-brand-size,12px);line-height:var(--product-card-brand-line-height,1.2)}.product-card-reviews{display:flex;align-items:center;justify-content:var(--product-card-text-align,start);gap:6px;flex-wrap:wrap;margin:0;color:var(--product-card-rating-color,var(--store-text));font-size:var(--product-card-rating-size,12px);line-height:var(--product-card-rating-line-height,1.2);font-weight:700}.product-card-reviews__rating{color:var(--product-card-rating-color,var(--store-text));font-size:inherit;line-height:inherit}.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(--product-card-rating-color,var(--store-text));opacity:.72;line-height:inherit}.product-card-price{display:grid;justify-items:var(--product-card-text-align,start)}.product-card-price strong{color:var(--product-card-price-color,var(--store-text));font-size:var(--product-card-price-size,17px);line-height:var(--product-card-price-line-height,1.1)}
@media(max-width:900px){.compiled-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)}
}
