/* ShopBlocks WP 1.6.1 */
.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;}}

/* Shoppable blog article pattern */
.shopblocks-blog-template { background:#f4f4f8; }
.shopblocks-blog-hero { color:#fff; }
.shopblocks-blog-hero .wp-block-cover__inner-container { padding:56px 24px; }
.shopblocks-blog-columns { gap:42px; padding:48px 24px 72px; }
.shopblocks-blog-main { min-width:0; }
.shopblocks-blog-main > * { max-width:100%; }
.shopblocks-blog-main p,.shopblocks-blog-main li { line-height:1.75; }
.shopblocks-blog-main h2 { margin-top:1.6em; }
.shopblocks-blog-image img { width:100%; }
.shopblocks-blog-sidebar-column { min-width:250px; }
.shopblocks-blog-sidebar { display:flex; flex-direction:column; gap:18px; }
.shopblocks-newsletter { padding:24px; background:#237bc1; color:#fff; text-align:center; }
.shopblocks-newsletter__title { margin:0 0 14px; color:inherit; font-size:1.35rem; }
.shopblocks-newsletter__description { margin:0 0 14px; }
.shopblocks-newsletter__form form { display:grid; gap:10px; }
.shopblocks-newsletter__form input:not([type="checkbox"]):not([type="radio"]),.shopblocks-newsletter__form select { box-sizing:border-box; width:100%; min-height:44px; padding:9px 12px; border:0; border-radius:4px; }
.shopblocks-newsletter__form button,.shopblocks-newsletter__form input[type="submit"] { width:100%; min-height:44px; border:0; border-radius:4px; background:#fff; color:#1769a8; font-weight:700; cursor:pointer; }
.shopblocks-newsletter__setup { margin:0; padding:12px; border:1px dashed rgba(255,255,255,.7); font-size:.875rem; }
.shopblocks-helpful-links { padding:22px; background:#fff; }
.shopblocks-helpful-links h3 { margin-top:0; }
.shopblocks-helpful-links ul { margin:0; padding:0; list-style:none; }
.shopblocks-helpful-links li { border-bottom:1px solid rgba(0,0,0,.45); }
.shopblocks-helpful-links li:last-child { border-bottom:0; }
.shopblocks-helpful-links a { display:block; padding:12px 0; color:inherit; text-decoration:none; }
.shopblocks-product-grid--sidebar { padding:0; }
.shopblocks-product-grid--sidebar .shopblocks-product-grid__inner { display:flex; flex-direction:column; gap:18px; }
.shopblocks-product-grid--sidebar .shopblocks-product-card { border:0; border-radius:0; }
.shopblocks-product-grid--sidebar .shopblocks-product-card__content { align-items:center; gap:7px; padding:16px; text-align:center; }
.shopblocks-product-grid--sidebar .shopblocks-product-card__title { font-size:1rem; font-weight:400; text-transform:uppercase; }
.shopblocks-product-grid--sidebar .shopblocks-product-card__button { margin-top:4px; padding:.5em 1em; border:2px solid currentColor; background:transparent; }
.shopblocks-product-grid--compact { padding:24px 0; }
.shopblocks-product-grid--compact .shopblocks-product-grid__inner { max-width:none; }
@media (min-width:782px){.shopblocks-blog-sidebar-column{align-self:flex-start;}.shopblocks-blog-sidebar{position:sticky;top:32px;}}
@media (max-width:781px){.shopblocks-blog-columns{padding:32px 18px 48px;}.shopblocks-blog-sidebar-column{min-width:0;}.shopblocks-blog-sidebar{position:static;}.shopblocks-blog-hero{min-height:340px!important;}.shopblocks-blog-hero h1{font-size:2rem!important;}.shopblocks-product-grid--compact .shopblocks-product-grid__inner{grid-template-columns:1fr;}}

/* ShopBlocks 1.6 content types */
.shopblocks-blog-template,
.shopblocks-single-collection,
.shopblocks-blog-archive { background:#f4f4f8; }

.shopblocks-blog-hero { min-height:360px; display:flex; align-items:center; justify-content:center; background:#0b1b2d center/cover no-repeat; color:#fff; text-align:center; }
.shopblocks-blog-hero__inner { width:min(100% - 32px, 900px); padding:64px 20px; }
.shopblocks-blog-hero h1 { margin:0 0 18px; color:inherit; font-size:clamp(2rem,5vw,3.6rem); line-height:1.08; }
.shopblocks-blog-hero__meta { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; font-size:.95rem; text-transform:uppercase; }
.shopblocks-blog-layout { display:grid; grid-template-columns:minmax(0, 1fr) minmax(260px, 330px); gap:42px; width:min(100% - 40px, 1200px); margin:0 auto; padding:52px 0 72px; }
.shopblocks-blog-main { min-width:0; }
.shopblocks-blog-main > :first-child { margin-top:0; }
.shopblocks-blog-main p,
.shopblocks-blog-main li,
.shopblocks-collection-content p,
.shopblocks-collection-content li { line-height:1.75; }
.shopblocks-blog-main h2,
.shopblocks-collection-content h2 { margin-top:1.7em; }
.shopblocks-blog-sidebar-column { min-width:0; align-self:start; }
.shopblocks-blog-sidebar { display:flex; flex-direction:column; gap:18px; position:sticky; top:32px; }

.shopblocks-blog-cards__inner { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.shopblocks-blog-card { background:#fff; padding:10px; text-align:center; }
.shopblocks-blog-card__image { display:block; aspect-ratio:16/9; overflow:hidden; }
.shopblocks-blog-card__image img { width:100%; height:100%; object-fit:cover; display:block; }
.shopblocks-blog-card__title { margin:10px 0 4px; font-size:1rem; line-height:1.2; }
.shopblocks-blog-card__title a { color:inherit; text-decoration:none; }
.shopblocks-blog-cards--sidebar .shopblocks-blog-cards__inner { grid-template-columns:1fr; }

.shopblocks-single-collection { max-width:none; margin:0; padding:0 0 72px; }
.shopblocks-collection-hero { width:min(100% - 40px, 1180px); margin:0 auto; padding:56px 0 26px; text-align:center; }
.shopblocks-collection-hero h1 { margin:0 0 18px; font-size:clamp(2rem,4vw,3.25rem); }
.shopblocks-collection-hero__intro { max-width:900px; margin:0 auto; }
.shopblocks-collection-products { width:min(100% - 40px, 1180px); margin:0 auto; }
 .shopblocks-collection-products .shopblocks-product-grid { padding:20px 0 34px; }
.shopblocks-collection-products .shopblocks-product-grid__inner {
  grid-template-columns:repeat(auto-fit,minmax(240px,270px));
  justify-content:center;
  width:100%;
}
.shopblocks-collection-products .shopblocks-product-card {
  width:100%;
  max-width:270px;
  justify-self:center;
}
.shopblocks-collection-related { width:min(100% - 40px, 1180px); margin:0 auto 44px; padding:30px; background:#237bc1; color:#fff; }
.shopblocks-collection-related > h2 { margin:0 0 22px; color:inherit; text-align:center; }
.shopblocks-collection-content { width:min(100% - 40px, 1000px); margin:0 auto; }
.shopblocks-collection-content > :first-child { margin-top:0; }

.shopblocks-blog-archive { max-width:none; padding:54px max(20px,calc((100% - 1200px)/2)); }
.shopblocks-blog-archive__header { text-align:center; margin-bottom:36px; }
.shopblocks-blog-archive__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; }
.shopblocks-blog-archive-card { background:#fff; }
.shopblocks-blog-archive-card__image { display:block; aspect-ratio:16/9; overflow:hidden; }
.shopblocks-blog-archive-card__image img { width:100%; height:100%; object-fit:cover; }
.shopblocks-blog-archive-card__content { padding:22px; }
.shopblocks-blog-archive-card__content h2 { margin-top:0; }
.shopblocks-blog-archive-card__content h2 a { color:inherit; text-decoration:none; }

@media (max-width:900px) {
  .shopblocks-blog-layout { grid-template-columns:minmax(0,1fr); gap:32px; }
  .shopblocks-blog-sidebar { position:static; }
  .shopblocks-blog-archive__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width:600px) {
  .shopblocks-blog-hero { min-height:300px; }
  .shopblocks-blog-hero__inner { padding:48px 16px; }
  .shopblocks-blog-layout { width:min(100% - 28px,1200px); padding:34px 0 48px; }
  .shopblocks-collection-hero,
  .shopblocks-collection-products,
  .shopblocks-collection-related,
  .shopblocks-collection-content { width:min(100% - 28px,1180px); }
  .shopblocks-collection-related { padding:22px 14px; }
  .shopblocks-collection-products .shopblocks-product-grid__inner { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
  .shopblocks-collection-products .shopblocks-product-card { max-width:none; }
  .shopblocks-collection-products .shopblocks-product-card__content { padding:10px; gap:6px; }
  .shopblocks-collection-products .shopblocks-product-card__title { font-size:.82rem; }
  .shopblocks-collection-products .shopblocks-product-card__button { padding:.45em .55em; font-size:.72rem; }
  .shopblocks-blog-cards__inner,
  .shopblocks-blog-archive__grid { grid-template-columns:1fr; }
}
