.wb-shop-gallery-v2{
    width:100%;
    padding:clamp(24px,5vw,64px) clamp(14px,3vw,28px);
    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%,1180px);
    margin-inline:auto;
    overflow:hidden;
    border:1px solid color-mix(in srgb,var(--wb-sg-border) 92%,transparent);
    border-radius:var(--wapu-appearance-radius,18px);
    background:var(--wapu-appearance-surface,var(--wb-sg-surface));
    box-shadow:var(--wapu-appearance-shadow,0 12px 32px rgba(60,46,37,.10));
}
.wb-shop-gallery-v2__header{
    padding:clamp(24px,3.4vw,38px) clamp(22px,3.6vw,42px) clamp(18px,2.4vw,28px);
}
.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:8px 0 0;
    color:var(--wapu-appearance-text,var(--wb-sg-muted));
    line-height:1.55;
}
.wb-shop-gallery-v2__grid{
    display:grid;
    gap:5px;
    padding:0 clamp(16px,2.5vw,28px) clamp(16px,2.5vw,28px);
}
.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,12px) * .62);
    background:color-mix(in srgb,var(--wb-sg-soft) 94%,white);
    color:#fff;
    text-decoration:none;
    isolation:isolate;
    outline-offset:3px;
}
.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,rgba(20,13,10,.68));
    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:2px;
    padding:clamp(10px,1.3vw,15px);
    text-shadow:0 1px 8px rgba(0,0,0,.28);
    pointer-events:none;
}
.wb-shop-gallery-v2__name{
    display:block;
    overflow:hidden;
    color:#fff;
    font-size:clamp(11px,.9vw,14px);
    font-weight:600;
    line-height:1.18;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.wb-shop-gallery-v2__price,
.wb-shop-gallery-v2__price *{
    color:rgba(255,255,255,.94)!important;
    font-size:clamp(10px,.78vw,12px);
    font-weight:500;
    line-height:1.2;
    text-decoration:none;
}
.wb-shop-gallery-v2__setup{
    position:absolute;
    z-index:4;
    top:10px;
    left:10px;
    max-width:calc(100% - 20px);
    padding:6px 9px;
    border-radius:999px;
    background:rgba(255,255,255,.90);
    color:#5b514b;
    font-size:10px;
    font-weight:600;
    line-height:1.1;
    box-shadow:0 4px 14px rgba(40,25,18,.08);
}
.wb-shop-gallery-v2__placeholder{
    position:absolute;
    inset:0;
    overflow:hidden;
    background:linear-gradient(145deg,#f2d6ca,#dcae99 48%,#f7e8de);
}
.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:999px;
    background:rgba(255,249,244,.60);
    box-shadow:0 12px 30px rgba(102,64,43,.10);
}
.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,#ecd0c2,#f4e5db)}
.wb-shop-gallery-v2__placeholder--3{background:linear-gradient(145deg,#d7aa94,#f0d5c6)}
.wb-shop-gallery-v2__placeholder--4{background:linear-gradient(135deg,#f1cdbd,#d9987f)}
.wb-shop-gallery-v2__placeholder--5{background:linear-gradient(150deg,#f2d9cf,#e6b9a6)}
.wb-shop-gallery-v2__placeholder--6{background:linear-gradient(145deg,#dda18a,#f4ddd2)}
@media(max-width:760px){
    .wb-shop-gallery-v2{padding:24px 14px}
    .wb-shop-gallery-v2__header{padding:26px 22px 18px}
    .wb-shop-gallery-v2__grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        grid-template-rows:none!important;
        aspect-ratio:auto!important;
        padding:0 14px 14px;
        gap:5px;
    }
    .wb-shop-gallery-v2__card{
        grid-column:auto!important;
        grid-row:auto!important;
        aspect-ratio:1 / 1.05;
    }
    .wb-shop-gallery-v2__card--1{grid-column:1 / -1!important;aspect-ratio:16 / 9}
    .wb-shop-gallery-v2__grid--6 .wb-shop-gallery-v2__card--6{grid-column:1 / -1!important;aspect-ratio:16 / 8.2}
    .wb-shop-gallery-v2__name{font-size:12px}
    .wb-shop-gallery-v2__price,.wb-shop-gallery-v2__price *{font-size:11px}
}
@media(max-width:430px){
    .wb-shop-gallery-v2{padding-inline:10px}
    .wb-shop-gallery-v2__grid{grid-template-columns:1fr!important}
    .wb-shop-gallery-v2__card,
    .wb-shop-gallery-v2__card--1,
    .wb-shop-gallery-v2__grid--6 .wb-shop-gallery-v2__card--6{grid-column:1!important;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!important}
}
