.wb-shop-gallery-v2{
    width:100%;
    padding:clamp(1.5rem,5vw,4rem) clamp(0.875rem,3vw,1.75rem);
    background:var(--wapu-appearance-bg,var(--wb-sg-soft));
    color:var(--wapu-appearance-text,var(--wb-sg-text));
}
.wb-shop-gallery-v2__panel{
    width:min(100%,var(--wapu-block-layout-max,73.75rem));
    margin-inline:auto;
    overflow:hidden;
    border:1px solid color-mix(in srgb,var(--wb-sg-border) 92%,transparent);
    border-radius:var(--wapu-appearance-radius,1.125rem);
    background:var(--wapu-appearance-surface,var(--wb-sg-surface));
    box-shadow:var(--wapu-appearance-shadow,0 0.75rem 2rem var(--wb-accent));
}
.wb-shop-gallery-v2__header{
    padding:clamp(1.5rem,3.4vw,2.375rem) clamp(1.375rem,3.6vw,2.625rem) clamp(1.125rem,2.4vw,1.75rem);
}
.wb-shop-gallery-v2__title{
    margin:0;
    color:var(--wapu-appearance-title,var(--wb-sg-text));
    text-wrap:balance;
}
.wb-shop-gallery-v2__description{
    max-width:58ch;
    margin:0.5rem 0 0;
    color:var(--wapu-appearance-text,var(--wb-sg-muted));
    
}
.wb-shop-gallery-v2__grid{
    display:grid;
    gap:0.3125rem;
    padding:0 clamp(1rem,2.5vw,1.75rem) clamp(1rem,2.5vw,1.75rem);
}
.wb-shop-gallery-v2__grid--6{
    grid-template-columns:1.05fr .72fr .86fr .77fr;
    grid-template-rows:repeat(2,minmax(0,1fr));
    aspect-ratio:2.42 / 1;
}
.wb-shop-gallery-v2__grid--6 .wb-shop-gallery-v2__card--1{grid-column:1;grid-row:1 / span 2}
.wb-shop-gallery-v2__grid--6 .wb-shop-gallery-v2__card--2{grid-column:2;grid-row:1}
.wb-shop-gallery-v2__grid--6 .wb-shop-gallery-v2__card--3{grid-column:3;grid-row:1}
.wb-shop-gallery-v2__grid--6 .wb-shop-gallery-v2__card--4{grid-column:4;grid-row:1 / span 2}
.wb-shop-gallery-v2__grid--6 .wb-shop-gallery-v2__card--5{grid-column:2;grid-row:2}
.wb-shop-gallery-v2__grid--6 .wb-shop-gallery-v2__card--6{grid-column:3;grid-row:2}
.wb-shop-gallery-v2__grid--5{
    grid-template-columns:1.05fr .9fr .9fr;
    grid-template-rows:repeat(2,minmax(0,1fr));
    aspect-ratio:2.08 / 1;
}
.wb-shop-gallery-v2__grid--5 .wb-shop-gallery-v2__card--1{grid-column:1;grid-row:1 / span 2}
.wb-shop-gallery-v2__grid--5 .wb-shop-gallery-v2__card--2{grid-column:2;grid-row:1}
.wb-shop-gallery-v2__grid--5 .wb-shop-gallery-v2__card--3{grid-column:3;grid-row:1}
.wb-shop-gallery-v2__grid--5 .wb-shop-gallery-v2__card--4{grid-column:2;grid-row:2}
.wb-shop-gallery-v2__grid--5 .wb-shop-gallery-v2__card--5{grid-column:3;grid-row:2}
.wb-shop-gallery-v2__grid--4{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:repeat(2,minmax(0,1fr));
    aspect-ratio:2 / 1;
}
.wb-shop-gallery-v2__grid--3{
    grid-template-columns:1.08fr .92fr;
    grid-template-rows:repeat(2,minmax(0,1fr));
    aspect-ratio:1.75 / 1;
}
.wb-shop-gallery-v2__grid--3 .wb-shop-gallery-v2__card--1{grid-column:1;grid-row:1 / span 2}
.wb-shop-gallery-v2__grid--3 .wb-shop-gallery-v2__card--2{grid-column:2;grid-row:1}
.wb-shop-gallery-v2__grid--3 .wb-shop-gallery-v2__card--3{grid-column:2;grid-row:2}
.wb-shop-gallery-v2__grid--2{grid-template-columns:repeat(2,minmax(0,1fr));aspect-ratio:2.15 / 1}
.wb-shop-gallery-v2__grid--1{grid-template-columns:1fr}
.wb-shop-gallery-v2__grid--1 .wb-shop-gallery-v2__card{aspect-ratio:16 / 8.5}
.wb-shop-gallery-v2__card{
    position:relative;
    min-width:0;
    min-height:0;
    display:block;
    overflow:hidden;
    border-radius:calc(var(--wapu-appearance-radius,0.75rem) * .62);
    background:color-mix(in srgb,var(--wb-sg-soft) 94%,white);
    color:var(--wb-surface);
    text-decoration:none;
    isolation:isolate;
    outline-offset:0.1875rem;
}
.wb-shop-gallery-v2__media,
.wb-shop-gallery-v2__image,
.wb-shop-gallery-v2__image img,
.wb-shop-gallery-v2__image .wapu-component-image__img{
    display:block;
    width:100%;
    height:100%;
}
.wb-shop-gallery-v2__image,
.wb-shop-gallery-v2__image img,
.wb-shop-gallery-v2__image .wapu-component-image__img{
    object-fit:cover;
    transition:transform .35s ease;
}
.wb-shop-gallery-v2__card[href]:hover .wb-shop-gallery-v2__image,
.wb-shop-gallery-v2__card[href]:hover .wb-shop-gallery-v2__image img,
.wb-shop-gallery-v2__card[href]:hover .wb-shop-gallery-v2__image .wapu-component-image__img{
    transform:scale(1.035);
}
.wb-shop-gallery-v2__shade{
    position:absolute;
    z-index:1;
    inset:35% 0 0;
    background:linear-gradient(to bottom,transparent,var(--wb-text));
    pointer-events:none;
}
.wb-shop-gallery-v2__meta{
    position:absolute;
    z-index:2;
    left:0;
    right:0;
    bottom:0;
    display:flex;
    flex-direction:column;
    gap:0.125rem;
    padding:clamp(0.625rem,1.3vw,0.9375rem);
    text-shadow:0 1px 0.5rem var(--wb-text);
    pointer-events:none;
}
.wb-shop-gallery-v2__name{
    display:block;
    overflow:hidden;
    color:var(--wb-surface);
    font-size:clamp(0.6875rem,.9vw,0.875rem);
    font-weight:600;
    line-height:1.18;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.wb-shop-gallery-v2__price{
    color:var(--wb-surface);
    font-size:clamp(0.625rem,.78vw,0.75rem);
    font-weight:500;
    line-height:1.2;
    text-decoration:none;
}
.wb-shop-gallery-v2__price :where(*){color:inherit;font:inherit;text-decoration:inherit}
.wb-shop-gallery-v2__setup{
    position:absolute;
    z-index:4;
    top:0.625rem;
    left:0.625rem;
    max-width:calc(100% - 1.25rem);
    padding:0.375rem 0.5625rem;
    border-radius:62.4375rem;
    background:var(--wb-surface);
    color:var(--wb-accent);
    font-size:0.625rem;
    font-weight:600;
    line-height:1.1;
    box-shadow:0 0.25rem 0.875rem var(--wb-accent);
}
.wb-shop-gallery-v2__placeholder{
    position:absolute;
    inset:0;
    overflow:hidden;
    background:linear-gradient(145deg,var(--wb-primary-soft),var(--wb-accent) 48%,var(--wb-secondary-soft));
}
.wb-shop-gallery-v2__placeholder::before,
.wb-shop-gallery-v2__placeholder::after,
.wb-shop-gallery-v2__placeholder-shape{
    content:"";
    position:absolute;
    display:block;
    border-radius:62.4375rem;
    background:var(--wb-surface-muted);
    box-shadow:0 0.75rem 1.875rem var(--wb-accent);
}
.wb-shop-gallery-v2__placeholder::before{width:34%;height:62%;left:18%;top:15%;transform:rotate(-9deg)}
.wb-shop-gallery-v2__placeholder::after{width:38%;height:38%;right:10%;bottom:14%}
.wb-shop-gallery-v2__placeholder-shape{width:48%;height:18%;left:29%;top:27%;transform:rotate(8deg)}
.wb-shop-gallery-v2__placeholder--2{background:linear-gradient(135deg,var(--wb-primary-soft),var(--wb-secondary-soft))}
.wb-shop-gallery-v2__placeholder--3{background:linear-gradient(145deg,var(--wb-accent),var(--wb-primary-soft))}
.wb-shop-gallery-v2__placeholder--4{background:linear-gradient(135deg,var(--wb-primary-soft),var(--wb-accent))}
.wb-shop-gallery-v2__placeholder--5{background:linear-gradient(150deg,var(--wb-secondary-soft),var(--wb-primary-soft))}
.wb-shop-gallery-v2__placeholder--6{background:linear-gradient(145deg,var(--wb-accent),var(--wb-secondary-soft))}
@media (max-width:47.5em){
    .wb-shop-gallery-v2{padding:1.5rem 0.875rem}
    .wb-shop-gallery-v2__header{padding:1.625rem 1.375rem 1.125rem}
    .wb-shop-gallery-v2__grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        grid-template-rows:none;
        aspect-ratio:auto;
        padding:0 0.875rem 0.875rem;
        gap:0.3125rem;
    }
    .wb-shop-gallery-v2__grid .wb-shop-gallery-v2__card{
        grid-column:auto;
        grid-row:auto;
        aspect-ratio:1 / 1.05;
    }
    .wb-shop-gallery-v2__grid .wb-shop-gallery-v2__card--1{grid-column:1 / -1;aspect-ratio:16 / 9}
    .wb-shop-gallery-v2__grid.wb-shop-gallery-v2__grid--6 .wb-shop-gallery-v2__card--6{grid-column:1 / -1;aspect-ratio:16 / 8.2}
    .wb-shop-gallery-v2__name{font-size:0.75rem}
    .wb-shop-gallery-v2__price,.wb-shop-gallery-v2__price *{font-size:0.6875rem}
}
@container wapu-block-preview (max-width:47.5em){
    .wb-shop-gallery-v2{padding:1.5rem 0.875rem}
    .wb-shop-gallery-v2__header{padding:1.625rem 1.375rem 1.125rem}
    .wb-shop-gallery-v2__grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        grid-template-rows:none;
        aspect-ratio:auto;
        padding:0 0.875rem 0.875rem;
        gap:0.3125rem;
    }
    .wb-shop-gallery-v2__grid .wb-shop-gallery-v2__card{
        grid-column:auto;
        grid-row:auto;
        aspect-ratio:1 / 1.05;
    }
    .wb-shop-gallery-v2__grid .wb-shop-gallery-v2__card--1{grid-column:1 / -1;aspect-ratio:16 / 9}
    .wb-shop-gallery-v2__grid.wb-shop-gallery-v2__grid--6 .wb-shop-gallery-v2__card--6{grid-column:1 / -1;aspect-ratio:16 / 8.2}
    .wb-shop-gallery-v2__name{font-size:0.75rem}
    .wb-shop-gallery-v2__price,.wb-shop-gallery-v2__price *{font-size:0.6875rem}
}

@media (max-width:26.875em){
    .wb-shop-gallery-v2{padding-inline:0.625rem}
    .wb-shop-gallery-v2__grid{grid-template-columns:1fr}
    .wb-shop-gallery-v2__card,
    .wb-shop-gallery-v2__grid .wb-shop-gallery-v2__card--1,
    .wb-shop-gallery-v2__grid.wb-shop-gallery-v2__grid--6 .wb-shop-gallery-v2__card--6{grid-column:1;aspect-ratio:4 / 3}
}
@container wapu-block-preview (max-width:26.875em){
    .wb-shop-gallery-v2{padding-inline:0.625rem}
    .wb-shop-gallery-v2__grid{grid-template-columns:1fr}
    .wb-shop-gallery-v2__card,
    .wb-shop-gallery-v2__grid .wb-shop-gallery-v2__card--1,
    .wb-shop-gallery-v2__grid.wb-shop-gallery-v2__grid--6 .wb-shop-gallery-v2__card--6{grid-column:1;aspect-ratio:4 / 3}
}

@media (prefers-reduced-motion:reduce){
    .wb-shop-gallery-v2__image,
    .wb-shop-gallery-v2__image img,
    .wb-shop-gallery-v2__image .wapu-component-image__img{transition:none}
}
