.rdc-gallery{color:#53584b;width:100%;min-width:0;font-family:var(--font-inter), Inter, Arial, sans-serif;grid-template-columns:56px minmax(0,1fr);align-items:start;gap:14px;display:grid;position:relative}.rdc-gallery button{font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.rdc-gallery button:focus-visible{outline-offset:3px;outline:3px solid #b89600}.rdc-gallery button:disabled{opacity:.42;cursor:not-allowed}.rdc-gallery__media{min-width:0;box-shadow:none;background:0 0;border:0;border-radius:0;grid-area:1/2;position:relative;overflow:hidden}.rdc-gallery__head{z-index:4;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:15px 15px auto}.rdc-gallery__modes{pointer-events:auto;background:#fffffff0;border:1px solid #e5e2d7;border-radius:999px;gap:3px;max-width:calc(100% - 80px);padding:3px;display:flex}.rdc-gallery__modes button{white-space:nowrap;color:#747767;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:8px 12px;font-size:11px;display:flex}.rdc-gallery__modes button[aria-pressed=true]{color:#716016;background:#fbefb7;font-weight:600}.rdc-gallery__expand{pointer-events:auto;color:#686e60;background:#ffffffcb;border:1px solid #e5e2d7;border-radius:9px;place-items:center;width:33px;height:33px;padding:0;display:grid;position:absolute;right:0}.rdc-gallery__expand:hover{background:#fff;border-color:#c9c4b3}.rdc-gallery__stage{justify-content:center;align-items:center;height:495px;display:flex;position:relative;overflow:hidden}.rdc-gallery .rdc-gallery__photo{object-fit:contain;filter:drop-shadow(0 13px 17px #3935241c);width:88%;height:80%;max-height:405px;margin-top:24px}.rdc-gallery__frame{background:0 0;border:0;width:calc(100% - 16px);height:calc(100% - 98px);position:absolute;top:58px;left:8px}.rdc-gallery__thumbnails{scrollbar-width:none;flex-direction:column;grid-area:1/1;gap:9px;max-height:495px;padding:68px 0 6px;display:flex;overflow:auto}.rdc-gallery__thumbnails::-webkit-scrollbar{width:0;height:0;display:none}.rdc-gallery__thumbnail{background:#fffdf68c;border:1px solid #e3dfd3;border-radius:8px;flex-shrink:0;width:56px;height:60px;padding:4px;position:relative}.rdc-gallery .rdc-gallery__thumbnail:focus-visible{outline-offset:-3px}.rdc-gallery .rdc-gallery__thumbnail img{object-fit:contain;width:100%;height:100%}.rdc-gallery__thumbnail:hover{background:#fffefa;border-color:#c7bf9f}.rdc-gallery__thumbnail[aria-pressed=true]{background:#fff9df;border-color:#b7a456;box-shadow:inset 0 0 0 .5px #b7a456}.rdc-gallery__thumbnail--color{flex-direction:column;align-items:center;gap:3px;height:76px;display:flex}.rdc-gallery .rdc-gallery__thumbnail--color img{height:49px;min-height:0}.rdc-gallery__thumbnail--color span{text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:9px;line-height:13px;overflow:hidden}.rdc-gallery__photo-navigation{justify-content:center;align-items:center;gap:10px;min-height:42px;font-size:10px;display:flex}.rdc-gallery__photo-navigation button{width:34px;height:34px;color:inherit;background:0 0;border:1px solid #e3dfd3;border-radius:50%;place-items:center;display:grid}.rdc-gallery__notice{text-align:center;color:#747767;margin:3px 10px 10px;font-size:11px}.rdc-gallery__controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;min-height:45px;padding:0 10px 11px;display:flex}.rdc-gallery__controls button{color:#767a67;background:#fffef8d9;border:1px solid #e1ddcf;border-radius:7px;align-items:center;gap:5px;padding:7px 9px;font-size:10px;display:flex}.rdc-gallery__controls button[aria-pressed=true]{color:#736024;background:#fbf0c2;border-color:#dace9b}.rdc-gallery__state{z-index:3;text-align:center;color:#61674f;background:#fffef7ed;border:1px solid #e5e1d1;border-radius:8px;flex-wrap:wrap;justify-content:center;align-items:center;gap:9px;width:max-content;max-width:calc(100% - 40px);padding:13px 16px;font-size:11px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.rdc-gallery__state>div{flex-wrap:wrap;justify-content:center;gap:6px;width:100%;display:flex}.rdc-gallery__state button{color:#736024;background:#fbf0c2;border:1px solid #dace9b;border-radius:6px;padding:7px 10px}.rdc-gallery__spinner{animation:1.1s linear infinite rdc-gallery-spin}@keyframes rdc-gallery-spin{to{transform:rotate(360deg)}}.rdc-gallery__placeholder{width:100%;min-height:495px}.rdc-gallery-dialog{color:#575c4c;z-index:10000;background:#f7f6ef;border:1px solid #dfdccf;border-radius:18px;width:min(1100px,95vw);max-width:95vw;max-height:95dvh;margin:auto;padding:20px;position:fixed;inset:0;overflow:auto}.rdc-gallery-dialog::backdrop{backdrop-filter:blur(7px);background:#32352d70}.rdc-gallery-dialog .rdc-gallery__stage{height:min(680px,74dvh)}.rdc-gallery-dialog .rdc-gallery .rdc-gallery__photo{max-height:none}.rdc-gallery-dialog .rdc-gallery__thumbnails{max-height:74dvh}@media (min-width:1600px){.rdc-gallery__stage{height:540px}.rdc-gallery__thumbnails{max-height:540px}.rdc-gallery .rdc-gallery__photo{max-height:450px}}@media (max-width:1100px) and (min-width:761px){.rdc-gallery{grid-template-columns:46px minmax(0,1fr);gap:10px}.rdc-gallery__thumbnail{width:46px;height:52px}.rdc-gallery__thumbnail--color{height:68px}.rdc-gallery .rdc-gallery__thumbnail--color img{height:43px}.rdc-gallery__stage{height:470px}.rdc-gallery__modes{max-width:calc(100% - 38px);margin-right:24px}.rdc-gallery__modes button{padding:7px 9px;font-size:10px}}@media (max-width:760px){.rdc-gallery{grid-template-columns:minmax(0,1fr);gap:11px}.rdc-gallery__media{grid-area:1/1}.rdc-gallery__head{inset:12px 12px auto}.rdc-gallery__modes{max-width:calc(100% - 76px)}.rdc-gallery__modes button{min-height:33px;padding:7px 10px;font-size:10px}.rdc-gallery__stage{height:390px}.rdc-gallery .rdc-gallery__photo{width:94%;height:80%;max-height:325px;margin-top:30px}.rdc-gallery__thumbnails{flex-direction:row;grid-area:2/1;gap:7px;height:auto;padding:0 0 4px;overflow-x:auto}.rdc-gallery__thumbnail{width:44px;height:48px}.rdc-gallery__thumbnail--color{width:54px;height:68px}.rdc-gallery .rdc-gallery__thumbnail--color img{height:43px}.rdc-gallery__controls{gap:4px}.rdc-gallery__controls button{padding:7px;font-size:9px}.rdc-gallery__placeholder{min-height:449px}.rdc-gallery-dialog{padding:10px}.rdc-gallery-dialog .rdc-gallery__stage{height:65dvh}}@media (max-width:350px){.rdc-gallery__modes{max-width:calc(100% - 62px);margin-right:15px}.rdc-gallery__modes button{gap:4px;padding:7px 8px}}@media (min-width:761px){.rdc-ed-buy__media>.rdc-gallery .rdc-gallery__stage{height:clamp(530px,40vw,700px)}.rdc-ed-buy__media>.rdc-gallery .rdc-gallery__photo{object-fit:contain;width:98%;height:calc(100% - 82px);max-height:none;margin-top:48px}}@media (max-width:760px){.rdc-ed-buy__media>.rdc-gallery .rdc-gallery__stage{aspect-ratio:auto;height:auto;min-height:390px;padding-top:62px}.rdc-ed-buy__media>.rdc-gallery .rdc-gallery__photo{aspect-ratio:1;object-fit:contain;width:100%;height:auto;max-height:none;margin-top:0}.rdc-ed-buy__media>.rdc-gallery .rdc-gallery__frame{aspect-ratio:1;flex-shrink:0;width:100%;height:auto;display:block;position:relative;top:auto;left:auto}}@media (prefers-reduced-motion:reduce){.rdc-gallery__spinner{animation:none}}
