.product-gallery-container{display:grid;grid-template-columns:64px 1fr;-moz-column-gap:12px;column-gap:12px;align-items:start;width:100%;padding:0;margin:0}.product-gallery-thumbnails{display:flex;flex-direction:column;gap:8px;position:sticky;top:16px;max-height:calc(100vh - 32px);overflow-y:auto;overflow-x:hidden;padding:0;scrollbar-width:none}.product-gallery-thumbnails::-webkit-scrollbar{display:none}.product-gallery-thumbnail{padding:0;border:1.5px solid #e5e5e5;background:#fafafa;cursor:pointer;width:100%;aspect-ratio:1/1;border-radius:2px;overflow:hidden;transition:border-color .15s ease;display:block;position:relative}.product-gallery-thumbnail:hover{border-color:#aaa}.product-gallery-thumbnail.selected{border-color:#111;border-width:2px}.product-gallery-main,.product-gallery-main-image{position:relative;width:100%}.product-gallery-main-image{background:#f5f5f5;aspect-ratio:1/1;overflow:hidden}.product-gallery-main-image img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:6%;transition:transform .4s ease}.product-gallery-main-image:hover img{transform:scale(1.04)}.product-gallery-arrows{display:flex;gap:8px;position:absolute;bottom:14px;left:50%;transform:translateX(-50%);z-index:10}.product-gallery-arrow{width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,0,0,.12);background:hsla(0,0%,100%,.92);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;line-height:1;padding:0;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:background .15s ease,box-shadow .15s ease;color:#111;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-gallery-arrow:hover{background:#fff;box-shadow:0 3px 12px rgba(0,0,0,.15)}.product-gallery-counter{position:absolute;bottom:14px;right:14px;background:rgba(0,0,0,.5);color:#fff;padding:3px 8px;border-radius:10px;font-size:11px;font-weight:500;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media (min-width:769px) and (max-width:1023px){.product-gallery-container{-moz-column-gap:12px;column-gap:12px}}@media (min-width:1024px){.product-gallery-container{-moz-column-gap:14px;column-gap:14px}}@media (max-width:768px){.product-gallery-container{display:flex;flex-direction:column;gap:0;padding:0}.product-gallery-main{order:1;width:100%;max-width:100%}.product-gallery-main-image{border-radius:0}.product-gallery-thumbnails{order:2;flex-direction:row;position:static;max-height:none;overflow-x:auto;overflow-y:hidden;gap:8px;padding:12px 16px;width:100%}.product-gallery-thumbnail{width:56px;min-width:56px;height:56px;flex-shrink:0}}.pdp-shipping{display:flex;align-items:center;gap:8px;font-size:12px;color:#757575;margin-top:2px}