/* ShopBlocks WP 1.4.0 */
.shopblocks-product-hero { padding: 40px 20px; background: #f7f7f7; }
.shopblocks-product-hero__inner { display:flex; flex-wrap:wrap; gap:40px; align-items:center; max-width:1200px; margin:0 auto; }
.shopblocks-product-hero__media { flex:1 1 320px; text-align:center; }
.shopblocks-product-hero__media img { display:block; max-width:100%; height:auto; margin:0 auto; border-radius:8px; }
.shopblocks-product-hero__summary { flex:1 1 400px; float:none; width:auto; }
.shopblocks-product-hero__title { margin:0 0 16px; }
.shopblocks-product-hero__title a { color:inherit; text-decoration:none; }
.shopblocks-product-hero__summary .price { margin:0 0 20px; font-size:1.5rem; }
.shopblocks-product-hero__summary .woocommerce-product-details__short-description { margin-bottom:20px; }
.shopblocks-product-hero__summary form.cart { display:flex; flex-wrap:wrap; gap:12px; align-items:center; }
.shopblocks-product-hero__summary form.variations_form.cart { display:block; }
.shopblocks-product-hero__summary table.variations { width:100%; }
.shopblocks-product-grid { padding:40px 20px; }
.shopblocks-product-grid__inner { display:grid; grid-template-columns:repeat(var(--shopblocks-columns,4),minmax(0,1fr)); gap:28px; max-width:1200px; margin:0 auto; }
.shopblocks-product-card { display:flex; flex-direction:column; min-width:0; overflow:hidden; border:1px solid rgba(0,0,0,.1); border-radius:8px; background:#fff; }
.shopblocks-product-card__image { display:block; aspect-ratio:1/1; overflow:hidden; }
.shopblocks-product-card__image img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .2s ease; }
.shopblocks-product-card:hover .shopblocks-product-card__image img { transform:scale(1.02); }
.shopblocks-product-card__content { display:flex; flex:1; flex-direction:column; gap:12px; padding:18px; }
.shopblocks-product-card__title { margin:0; font-size:1.05rem; }
.shopblocks-product-card__title a { color:inherit; text-decoration:none; }
.shopblocks-product-card__price { font-weight:600; }
.shopblocks-product-card__button { margin-top:auto; text-align:center; }
.shopblocks-collections,.shopblocks-single-collection { max-width:1200px; margin:0 auto; padding:48px 20px; }
.shopblocks-collections__header,.shopblocks-single-collection__header { margin-bottom:36px; text-align:center; }
.shopblocks-collections__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; }
.shopblocks-collection-card { overflow:hidden; border:1px solid rgba(0,0,0,.1); border-radius:8px; background:#fff; }
.shopblocks-collection-card__image img { display:block; width:100%; height:auto; }
.shopblocks-collection-card__content { padding:20px; }
.shopblocks-collection-card__content h2 { margin-top:0; }
.shopblocks-notice { padding:12px 16px; border-left:4px solid currentColor; background:rgba(0,0,0,.04); }
@media (max-width:900px){.shopblocks-product-grid__inner{grid-template-columns:repeat(2,minmax(0,1fr));}.shopblocks-collections__grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:600px){.shopblocks-product-grid__inner,.shopblocks-collections__grid{grid-template-columns:1fr;}.shopblocks-product-hero{padding:28px 16px;}.shopblocks-product-hero__inner{gap:24px;}}
