 @media (min-width: 769px) { #brx-content { margin-bottom: 400px; position: relative; z-index: 2; background: #ffffff; } #brxe-vowqge { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 1; } }  @media (max-width: 768px) { #brx-content { margin-bottom: 0 !important; } #brxe-vowqge { position: relative !important; height: auto !important; } } .brx-product-card { width: 100%; max-width: 350px; border-radius: 12px; background: #fff; border: 1px solid #e8e8e8; overflow: hidden; cursor: pointer; position: relative; transition: transform 0.2s ease, box-shadow 0.2s ease; } .brx-product-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }  .bpc-gallery-wrap { position: relative; width: 100%; aspect-ratio: 3/3; overflow: hidden; } .bpc-gallery-track { display: flex; height: 100%; transition: transform 0.35s cubic-bezier(0.4,0,0.2,1); will-change: transform; } .bpc-slide { flex: 0 0 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; user-select: none; }  .bpc-hover-zones { position: absolute; inset: 0; display: flex; pointer-events: auto; } .bpc-hover-zone { flex: 1; height: 100%; }  .bpc-dots { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); display: flex; gap: 5px; opacity: 0.5; transition: opacity 0.2s; } .brx-product-card:hover .bpc-dots { opacity: 1; } .bpc-dot { width: 5px; height: 5px; border-radius: 50%; background: black; transition: background 0.2s, transform 0.2s; } .bpc-dot.active { background: #fff; transform: scale(1.3); }  .bpc-badges { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 5px; pointer-events: none; } .bpc-badge { font-size: 10px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 3px 7px; border-radius: 4px; } .bpc-badge--sale { background: #e24b4a; color: #fff; } .bpc-badge--new { background: #1D9E75; color: #fff; }  .bpc-wishlist { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; border-radius: 50%; background: #fff; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; transition: opacity 0.2s; color: #777; pointer-events: none; } .brx-product-card:hover .bpc-wishlist { opacity: 1; pointer-events: auto; } .bpc-wishlist:hover { color: #e24b4a; border-color: #e24b4a; } .bpc-wishlist.liked { color: #e24b4a; fill: #e24b4a; opacity: 1; pointer-events: auto; }  .bpc-body { padding: 12px 14px 14px; } .bpc-brand { font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; color: #999; margin: 0 0 3px; } .bpc-title { font-size: 14px; font-weight: 500; color: #111; margin: 0 0 8px; line-height: 1.35; } .bpc-price-row { display: flex; align-items: baseline; gap: 7px; } .bpc-price { font-size: 15px; font-weight: 500; color: #111; } .bpc-compare { font-size: 13px; color: #aaa; text-decoration: line-through; }  .bpc-atc { width: 100%; margin-top: 10px; padding: 9px 0; background: #111; color: #fff; border: none; border-radius: 8px; font-size: 13px; font-weight: 500; cursor: pointer; letter-spacing: 0.04em; opacity: 0; transform: translateY(4px); transition: opacity 0.2s, transform 0.2s; pointer-events: none; } .brx-product-card:hover .bpc-atc { opacity: 1; transform: translateY(0); pointer-events: auto; } .bpc-atc:hover { opacity: 0.82; }  .bpc-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,0.92); border: 1px solid rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; color: #111; box-shadow: 0 2px 8px rgba(0,0,0,0.12);  opacity: 0; pointer-events: none; transition: opacity 0.2s ease, background 0.15s ease, transform 0.15s ease; } .bpc-arrow svg { width: 14px; height: 14px; } .bpc-arrow--prev { left: 8px; } .bpc-arrow--next { right: 8px; }  .brx-product-card:hover .bpc-arrow { opacity: 1; pointer-events: auto; }  .bpc-arrow--prev.hidden, .bpc-arrow--next.hidden { opacity: 0 !important; pointer-events: none !important; } .bpc-arrow:hover { background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.18); } .bpc-arrow:active { transform: translateY(-50%) scale(0.93); }  .bpc-zones { z-index: 5; } .bpc-arrow { z-index: 6; }