﻿.simply-desserts-product-gallery{position:relative;display:grid;grid-template-columns:calc(var(--sdg-thumb-width,38px) + 22px) 1fr;grid-template-areas:"thumbs stage" "full full" "modal modal";gap:12px;max-width:1100px;margin:0 auto}
.simply-desserts-product-gallery[data-zoom="on"]{padding-right:calc(var(--sdg-zoom-width, min(480px,40vw))+24px)}
.simply-desserts-product-gallery[data-thumbs="bottom"]{grid-template-columns:1fr;grid-template-areas:"stage" "thumbs" "full" "modal"}
.simply-desserts-product-gallery .sdg-thumbs{list-style:none;margin:0;padding:0;overflow:auto;max-height:540px;display:flex;flex-direction:column;gap:8px;grid-area:thumbs}
.simply-desserts-product-gallery[data-thumbs="bottom"] .sdg-thumbs{flex-direction:row;max-height:none;overflow-x:auto;padding-top:8px}
.simply-desserts-product-gallery .sdg-thumb-btn{display:block;width:var(--sdg-thumb-width,38px);height:var(--sdg-thumb-height,50px);border:1px solid #ddd;background:#fff;padding:0;cursor:pointer;position:relative;overflow:hidden}
.simply-desserts-product-gallery .sdg-thumb.is-active .sdg-thumb-btn{outline:2px solid #222;outline-offset:-2px;box-shadow:none}
.simply-desserts-product-gallery .sdg-thumb-btn:focus-visible{outline:2px solid #444;outline-offset:2px}
.simply-desserts-product-gallery .sdg-thumb-btn img{display:block;width:100%;height:100%;object-fit:cover}
.simply-desserts-product-gallery .sdg-badge-video{position:absolute;right:6px;bottom:6px;background:#000;color:#fff;font-size:12px;padding:2px 6px;border-radius:4px;opacity:.85;display:inline-flex;align-items:center;justify-content:center}
.simply-desserts-product-gallery .sdg-icon-play{width:1.4em;height:1.4em;display:inline-block}
.simply-desserts-product-gallery .sdg-icon-play svg{width:100%;height:100%;display:block}
.simply-desserts-product-gallery .sdg-thumb-video{text-align:left}
.simply-desserts-product-gallery .sdg-thumb--hidden{display:none}
.simply-desserts-product-gallery .sdg-thumb-overlay{position:absolute;inset:0;background:rgba(0,0,0,.58);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;pointer-events:none}
.simply-desserts-product-gallery .sdg-thumb-overlay-count{padding:0 8px;font-size:1.1em;}
.simply-desserts-product-gallery .sdg-thumb-overlay--video{background:rgba(0,0,0,.5);font-size:20px}
.simply-desserts-product-gallery .sdg-thumb--overlay .sdg-badge-video,
.simply-desserts-product-gallery .sdg-thumb--video-overlay .sdg-badge-video{display:none}
.simply-desserts-product-gallery .sdg-thumb--video-overlay .sdg-video-count{display:block;margin-top:6px;font-size:.6em;font-weight:600;text-transform:uppercase;text-align:left;color:#111}

.simply-desserts-product-gallery .sdg-stage{position:relative;min-height:420px;display:flex;align-items:flex-start;justify-content:center;overflow:visible;grid-area:stage;width:100%}

.simply-desserts-product-gallery .sdg-main-image{position:relative;margin:0}
.simply-desserts-product-gallery .sdg-stage-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.75);opacity:0;transition:opacity .2s ease;pointer-events:none}
.simply-desserts-product-gallery .sdg-stage-loading::after{content:'';width:36px;height:36px;border-radius:50%;border:3px solid rgba(0,0,0,0.15);border-top-color:#000;animation:sdg-spin 0.9s linear infinite}
.simply-desserts-product-gallery .sdg-stage.is-loading .sdg-stage-loading{opacity:1}
.simply-desserts-product-gallery .sdg-stage-loading[hidden]{display:none}
.simply-desserts-product-gallery .sdg-zoom-lens{position:absolute;top:0;left:0;width:160px;height:160px;pointer-events:none;display:none;background:url('../img/zoom-overlay.gif') repeat;border:1px solid rgba(0,0,0,.4);box-shadow:0 0 0 1px rgba(255,255,255,.6) inset;mix-blend-mode:multiply;transition:opacity .15s ease;opacity:0}
.simply-desserts-product-gallery .sdg-zoom-lens.is-visible{display:block;opacity:1}
.simply-desserts-product-gallery [hidden]{display:none !important}
.simply-desserts-product-gallery .sdg-main-img{max-width:100%;height:auto;user-select:none;pointer-events:none}
.simply-desserts-product-gallery .sdg-play-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#000;color:#fff;border:none;border-radius:999px;width:64px;height:64px;font-size:22px}
.simply-desserts-product-gallery .sdg-play-btn::before{content:'\25B6'}
.simply-desserts-product-gallery .sdg-inline-video{display:none;position:relative;width:100%;max-width:100%;flex:1 1 100%;align-self:stretch;background:#000;border-radius:8px;overflow:hidden;margin:12px auto 0;padding-top:56.25%;min-height:330px;min-width:330px !important}
.simply-desserts-product-gallery .sdg-inline-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.simply-desserts-product-gallery .sdg-stage--inline-video{display:block;width:100%}
.simply-desserts-product-gallery .sdg-stage--inline-video .sdg-main-image{display:none}
.simply-desserts-product-gallery .sdg-stage--inline-video .sdg-inline-video{display:block;width:100%;max-width:100%;min-width:0;margin-left:0;margin-right:0}

@keyframes sdg-spin{
  from{transform:rotate(0deg);}
  to{transform:rotate(360deg);}
}

.simply-desserts-product-gallery .sdg-zoom-pane{position:absolute;top:0;left:100%;margin-left:16px;width:var(--sdg-zoom-width, min(480px,40vw));height:var(--sdg-zoom-height, 100%);background-repeat:no-repeat;background-color:#fff;background-position:center;background-size:contain;border:1px solid #eee;border-radius:var(--sdg-zoom-radius,8px);display:none;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.12);z-index:20;pointer-events:none}
.simply-desserts-product-gallery[data-zoom="on"] .sdg-zoom-pane{display:block;opacity:0;transition:opacity .15s ease;margin-top:-20px}
.simply-desserts-product-gallery[data-zoom="on"] .sdg-zoom-pane.is-visible{opacity:1;pointer-events:auto}

.simply-desserts-product-gallery .sdg-fullview{grid-area:full;margin-top:8px;text-align:center}
.simply-desserts-product-gallery .sdg-fullview-btn{display:inline-block;font-weight:400;color:#222;text-decoration:underline;background:none;border:none;padding:0;cursor:pointer}
.simply-desserts-product-gallery .sdg-mobile-pagination{display:none;align-items:center;justify-content:center;gap:10px;margin:12px 0 0}
.simply-desserts-product-gallery .sdg-mobile-dot{width:10px;height:10px;border-radius:999px;border:none;background:#ffffff87 !important;cursor:pointer;padding:0;transition:transform .2s ease, background-color .2s ease}
.simply-desserts-product-gallery .sdg-mobile-dot:focus-visible{outline:2px solid #444;outline-offset:2px}
.simply-desserts-product-gallery .sdg-mobile-dot.is-active{background:#333 !important;transform:scale(1.1)}

@media (max-width: 768px){
  .simply-desserts-product-gallery{grid-template-columns:1fr;grid-template-areas:"stage" "thumbs" "full" "modal";padding-right:0}
  .simply-desserts-product-gallery .sdg-stage{min-height:0;justify-content:center;flex-direction:column;align-items:stretch;width:100%}
  .simply-desserts-product-gallery .sdg-main-image{width:100%;max-width:none;border-radius:15px;overflow:hidden}
  .simply-desserts-product-gallery .sdg-main-img{width:100%;height:auto;max-width:none;border-radius:15px}
  .simply-desserts-product-gallery .sdg-thumbs{display:none}
  .simply-desserts-product-gallery .sdg-mobile-pagination{display:flex}
  .simply-desserts-product-gallery .sdg-thumb[data-mobile-enabled="0"]{display:none}
  .simply-desserts-product-gallery .sdg-zoom-pane{display:none !important}
  .simply-desserts-product-gallery .sdg-fullview{display:none}
}

/* Modal */
.simply-desserts-product-gallery .sdg-modal[hidden]{display:none}
.simply-desserts-product-gallery .sdg-modal{position:fixed;inset:0;z-index:9999;grid-area:modal;display:flex;align-items:center;justify-content:center;padding:32px;pointer-events:none}
.simply-desserts-product-gallery .sdg-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55)}
.simply-desserts-product-gallery .sdg-modal-body{background:#fff;padding:30px;box-shadow:0 10px 40px rgba(0,0,0,.2);display:grid;grid-template-rows:auto 1fr;gap:16px;width:100%;height:100%;pointer-events:auto;z-index:30;border-radius:var(--sdg-modal-radius,0)}
.simply-desserts-product-gallery .sdg-modal-close{position:static;background:#fff;border:0;width:36px;height:36px;border-radius:0;cursor:pointer;color:#000;padding:0;font-size:2em;line-height:1}

.simply-desserts-product-gallery .sdg-tabs{display:flex;gap:20px;margin:8px 0}
.sdg-modal-header{display:flex;align-items:center;gap:12px;justify-content:space-between;min-height:40px}
.sdg-modal-header .sdg-tabs{margin:0;flex-wrap:wrap}
.sdg-modal-header .sdg-modal-close{margin-left:16px}
.simply-desserts-product-gallery .sdg-tab{background:none;border:0;padding:6px 0;border-radius:0;cursor:pointer;color:#1f2f36;text-transform:uppercase}
.simply-desserts-product-gallery .sdg-tab.is-active{background:none;color:#000;border:0;font-weight:500;border-bottom:2px solid #000}

.simply-desserts-product-gallery .sdg-tabpane[hidden]{display:none}
.simply-desserts-product-gallery .sdg-tabpane.is-active{display:block;height:100%}

.simply-desserts-product-gallery .sdg-carousel{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;height:100%}
.simply-desserts-product-gallery .sdg-carousel .sdg-track{flex:1;display:flex;align-items:center;justify-content:center;height:100%}
.simply-desserts-product-gallery .sdg-nav{background:#fff;border:1px solid #ddd;padding:0 12px;cursor:pointer;color:#000;font-size:2em;line-height:1}
.simply-desserts-product-gallery .sdg-figure{margin:0;position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:81vh;overflow:hidden;background:#fff;padding:16px;box-sizing:border-box}
.simply-desserts-product-gallery .sdg-figure img{display:block;max-width:100%;max-height:100%;cursor:zoom-in;transition:transform .08s ease;transform-origin:top left}
.simply-desserts-product-gallery .sdg-figure.is-zoomed{cursor:grab;overflow:auto;scrollbar-width:none;padding:0;display:flex;align-items:flex-start;justify-content:center}
.simply-desserts-product-gallery .sdg-figure.is-zoomed:active{cursor:grabbing}
.simply-desserts-product-gallery .sdg-figure.is-zoomed::-webkit-scrollbar{display:none}
.simply-desserts-product-gallery .sdg-figure.is-zoomed img{max-width:none;max-height:none;cursor:zoom-out;display:block;margin:0 auto}
/*.simply-desserts-product-gallery .sdg-figure-zoom{position:absolute;right:16px;bottom:16px;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.8);background:rgba(0,0,0,.6);color:#fff;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s ease,background .2s ease;z-index:2}
./*simply-desserts-product-gallery .sdg-figure-zoom span{line-height:1;font-weight:600}
/*.simply-desserts-product-gallery .sdg-figure:hover .sdg-figure-zoom,
/*.simply-desserts-product-gallery .sdg-figure-zoom:focus-visible,
/*.simply-desserts-product-gallery .sdg-figure.is-zoomed .sdg-figure-zoom{opacity:1}
/*.simply-desserts-product-gallery .sdg-figure-zoom:focus-visible{outline:2px solid #fff;outline-offset:2px}
/*.simply-desserts-product-gallery .sdg-figure.is-zoomed .sdg-figure-zoom{background:rgba(0,0,0,.85)}

.simply-desserts-product-gallery .sdg-videos{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}
.simply-desserts-product-gallery .sdg-video-tile{position:relative;border:1px solid #eee;background:#000;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;cursor:pointer}
.simply-desserts-product-gallery .sdg-video-tile img{width:100%;height:100%;object-fit:cover}
.simply-desserts-product-gallery .sdg-video-tile .sdg-video-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:999px;background:rgba(0,0,0,.65);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px}

/* Modal two-column layout with sidebar */
.simply-desserts-product-gallery .sdg-modal-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;min-height:0;height:100%;overflow:hidden}
@media (max-width: 980px){.simply-desserts-product-gallery .sdg-modal-layout{grid-template-columns:1fr;grid-template-rows:auto auto;grid-auto-flow:row}}

.simply-desserts-product-gallery .sdg-modal-info{border:1px solid #eee;padding:10px;margin-bottom:16px;background:#fff}
.simply-desserts-product-gallery .sdg-modal-thumbs{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(var(--sdg-modal-thumb-cols,3),var(--sdg-modal-thumb-width,50px));gap:var(--sdg-modal-thumb-gap,8px);justify-content:center}
.simply-desserts-product-gallery .sdgm-thumb-btn{display:block;border:1px solid #ddd;background:#fff;padding:0;cursor:pointer;width:var(--sdg-modal-thumb-width,50px);height:var(--sdg-modal-thumb-height,50px);overflow:hidden}
.simply-desserts-product-gallery .sdgm-thumb.is-active .sdgm-thumb-btn{outline:2px solid #222}
.simply-desserts-product-gallery .sdgm-thumb-btn img{width:100%;height:100%;object-fit:cover;display:block}

/* Videos tab: player + sidebar list */
.simply-desserts-product-gallery .sdg-video-player{min-height:81vh;display:flex;align-items:center;justify-content:center;background:#000}
.simply-desserts-product-gallery .sdg-video-player iframe{width:100%;height:81vh}
.simply-desserts-product-gallery .sdg-modal-aside .sdg-videos-heading{margin:0 0 8px 0;font-size:16px}
.simply-desserts-product-gallery .sdg-videos-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;max-height:65vh;overflow:auto}
.simply-desserts-product-gallery .sdg-videos-list .sdg-video-list-item{display:flex;gap:8px;align-items:center;border:1px solid #eee;padding:6px;background:#fff;cursor:pointer}
.simply-desserts-product-gallery .sdg-video-list-item img{width:96px;height:54px;object-fit:cover;flex:0 0 auto}
.simply-desserts-product-gallery .sdg-video-list-item .sdg-video-title{font-size:13px;line-height:1.2}
.simply-desserts-product-gallery .sdg-video-list-item.is-active{outline:none;box-shadow:inset 0 -3px 0 #222}



.simply-desserts-product-gallery .sdg-modal-aside{display:flex;flex-direction:column;gap:16px;overflow:auto}
.simply-desserts-product-gallery .sdg-modal-main{display:flex;flex-direction:column;height:100%;overflow:hidden}
.simply-desserts-product-gallery .sdg-tabpanes{flex:1;display:flex;overflow:hidden}
.simply-desserts-product-gallery .sdg-tabpane{flex:1;display:none;height:100%;}
.simply-desserts-product-gallery .sdg-tabpane.is-active{display:flex;flex-direction:column;height:100%;}
.simply-desserts-product-gallery .sdg-carousel .sdg-track{flex:1;display:flex;align-items:center;justify-content:center;height:100%;}
.simply-desserts-product-gallery .sdg-carousel{height:100%;}



