/* Product card gallery */
.product-card-image{transition:opacity .2s ease,transform .6s ease}.gallery-arrow{position:absolute;z-index:5;top:50%;display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid rgba(7,27,54,.12);border-radius:50%;background:rgba(255,255,255,.94);color:var(--navy);font-family:Arial,sans-serif;font-size:27px;font-weight:300;line-height:1;cursor:pointer;opacity:0;transform:translateY(-50%) scale(.9);transition:opacity .22s ease,transform .22s ease,background .2s}.gallery-prev{left:12px}.gallery-next{right:12px}.product-image-wrap:hover .gallery-arrow,.product-image-wrap:focus-within .gallery-arrow{opacity:1;transform:translateY(-50%) scale(1)}.gallery-arrow:hover{background:var(--navy);color:#fff}.gallery-count{position:absolute;z-index:4;right:13px;bottom:52px;padding:5px 8px;background:rgba(255,255,255,.9);font-size:8px;letter-spacing:.1em;opacity:0;transition:opacity .2s}.product-image-wrap:hover .gallery-count,.product-image-wrap:focus-within .gallery-count{opacity:1}

/* Public promotion popup */
body.promotion-open{overflow:hidden}.promotion-trigger[hidden],.promotion-modal[hidden]{display:none}.promotion-trigger{position:fixed;z-index:80;right:22px;bottom:22px;display:flex;align-items:center;gap:9px;padding:13px 15px;border:0;border-radius:999px;background:#9f1d2d;color:#fff;box-shadow:0 12px 34px rgba(55,8,15,.28);cursor:pointer;font-size:9px;font-weight:600;letter-spacing:.11em;text-transform:uppercase}.promotion-trigger svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.35}.promotion-trigger b{display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:50%;background:#fff;color:#9f1d2d;font-size:9px}.promotion-modal{position:fixed;z-index:240;inset:0;display:grid;place-items:center;padding:20px}.promotion-backdrop{position:absolute;inset:0;width:100%;border:0;background:rgba(3,13,28,.66);backdrop-filter:blur(6px)}.promotion-modal>section{position:relative;width:min(570px,100%);max-height:min(760px,92vh);overflow-y:auto;padding:48px;background:#fbfaf8;box-shadow:0 25px 90px rgba(0,0,0,.25)}.promotion-close{position:absolute;right:17px;top:15px;display:grid;place-items:center;width:39px;height:39px;padding:0;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:25px;cursor:pointer}.promotion-modal h2{margin:12px 0 13px;font-family:var(--serif);font-size:42px;font-weight:400;line-height:1.08}.promotion-modal>section>p{margin:0 0 25px;color:#66707b;font-size:12px;line-height:1.65}.promotion-list{display:grid;gap:12px}.promotion-card{padding:24px;border:1px solid #ddd8cf;background:#fff}.promotion-card>span{font-size:8px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#9f1d2d}.promotion-card h3{margin:8px 0;font-family:var(--serif);font-size:24px;font-weight:400}.promotion-card p{margin:0 0 17px;color:#606a75;font-size:11px;line-height:1.6}.promotion-code{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;border:1px dashed #a9a39a;background:#f5f2ec;cursor:pointer}.promotion-code strong{padding:14px 16px;font-size:13px;letter-spacing:.14em}.promotion-code span{align-self:stretch;display:grid;place-items:center;min-width:88px;padding:0 14px;background:var(--navy);color:#fff;font-size:8px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.promotion-code.copied span{background:#287448}.promotion-card>small{display:block;margin-top:11px;color:#7a8088;font-size:8px;line-height:1.5}.promotion-copy-status{display:block;min-height:17px;margin-top:13px;color:#287448;font-size:9px;line-height:1.5}

@media(max-width:640px){.gallery-arrow{opacity:1;width:34px;height:34px}.gallery-count{opacity:1;bottom:48px}.promotion-trigger{right:15px;bottom:max(18px,env(safe-area-inset-bottom));padding:12px}.promotion-trigger span{display:none}.promotion-modal{padding:10px}.promotion-modal>section{padding:40px 21px 28px}.promotion-modal h2{font-size:33px}.promotion-card{padding:19px}}
