.product-section{padding:60px 0 100px}.product-grid-layout{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:768px){.product-grid-layout{grid-template-columns:1fr 1fr;gap:60px;align-items:start}}.product-gallery{display:flex;flex-direction:column;gap:14px;width:100%;position:relative}@media(min-width:768px){.product-gallery{position:sticky;top:24px}}.product-gallery-main{position:relative;border-radius:20px;overflow:hidden;background-color:var(--white, #ffffff);border:1px solid rgba(0,0,0,.07);aspect-ratio:1 / 1;box-shadow:0 4px 20px -4px #0000000f}.product-gallery-viewport{width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.product-gallery-viewport::-webkit-scrollbar{display:none}.product-gallery-track{display:flex;width:100%;height:100%}.product-gallery-slide{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start;scroll-snap-stop:always;position:relative;display:flex;align-items:center;justify-content:center;background-color:var(--white, #ffffff);-webkit-user-select:none;user-select:none}.product-gallery-slide img,.product-gallery-img{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none}.product-gallery-placeholder{width:100%;height:100%;object-fit:cover;background-color:var(--cream, #f9f8f5)}.product-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:44px;height:44px;border-radius:50%;background:#fffffff0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.08);color:var(--navy, #1e2b4f);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px #0000001f;transition:all .2s cubic-bezier(.4,0,.2,1);padding:0;outline:none}.product-gallery-arrow:hover{background:#fff;color:var(--navy, #1e2b4f);transform:translateY(-50%) scale(1.08);box-shadow:0 6px 20px #0000002e}.product-gallery-arrow:active{transform:translateY(-50%) scale(.94)}.product-gallery-arrow--prev{left:14px}.product-gallery-arrow--next{right:14px}@media(max-width:640px){.product-gallery-arrow{width:38px;height:38px}.product-gallery-arrow--prev{left:10px}.product-gallery-arrow--next{right:10px}}.product-gallery-thumbs-wrapper{position:relative;width:100%;overflow:hidden}.product-gallery-thumbs{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;padding:4px 2px 8px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.product-gallery-thumbs::-webkit-scrollbar{display:none}.product-gallery-thumb{flex:0 0 84px;width:84px;height:84px;border-radius:14px;overflow:hidden;border:2px solid #E5E7EB;background-color:var(--white, #ffffff);padding:0;cursor:pointer;position:relative;box-shadow:0 2px 6px #0000000a;transition:all .2s cubic-bezier(.4,0,.2,1);opacity:.7;outline:none}.product-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius:11px}.product-gallery-thumb:hover{opacity:.95;transform:translateY(-2px);border-color:#cbd5e1}.product-gallery-thumb.is-active{opacity:1;border-color:var(--navy, #1e2b4f);box-shadow:0 0 0 2px color-mix(in oklab,var(--navy, #1e2b4f) 25%,transparent),0 4px 12px #1e2b4f26;transform:scale(1.02)}@media(max-width:640px){.product-gallery-thumbs{gap:10px}.product-gallery-thumb{flex:0 0 72px;width:72px;height:72px;border-radius:12px}.product-gallery-thumb img{border-radius:9px}}.product-info{display:flex;flex-direction:column;gap:24px}.product-title{font-family:var(--font-display, "CameraPlainVariable", sans-serif);font-size:clamp(32px,4vw,48px);color:var(--navy);font-weight:900;line-height:1.1;margin:0}.product-price-wrapper{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:6px 0 10px}.product-price{font-size:30px;font-weight:800;color:var(--red);font-family:var(--font-mono, monospace);line-height:1;margin:0}.product-compare-price{font-size:20px;font-weight:500;text-decoration:line-through;color:#8a92a6;font-family:var(--font-mono, monospace);line-height:1;margin:0}.product-save-badge{display:inline-flex;align-items:center;background:#ffe8ec;color:#c4194b;border:1px solid #FFD0D8;font-size:11px;font-weight:800;letter-spacing:.06em;padding:4px 10px;border-radius:999px;text-transform:uppercase}.product-description{font-size:16px;line-height:1.6;color:color-mix(in oklab,var(--navy) 80%,transparent);margin:0}.product-form{margin-top:10px;display:flex;flex-direction:column;gap:20px}.product-form-group{display:flex;flex-direction:column;gap:8px}.product-form-group label{font-size:13px;font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.05em;font-family:var(--font-mono, monospace)}.product-select,.product-quantity{width:100%;padding:16px 20px;border-radius:12px;border:2px solid color-mix(in oklab,var(--navy) 15%,transparent);background-color:var(--white);font-size:16px;font-family:inherit;color:var(--navy);-webkit-appearance:none;appearance:none;transition:border-color .2s ease}.product-select:focus,.product-quantity:focus{outline:none;border-color:var(--mint)}.select-wrapper{position:relative}.select-wrapper:after{content:"";position:absolute;right:20px;top:50%;transform:translateY(-50%);width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;pointer-events:none}.product-quantity{max-width:120px}.product-actions{display:flex;flex-direction:column;gap:12px;margin-top:16px}.btn-add-to-cart{display:inline-flex;align-items:center;justify-content:center;width:100%;height:60px;border-radius:30px;background-color:var(--navy);color:var(--cream);font-size:16px;font-weight:700;cursor:pointer;border:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 10px 30px -12px color-mix(in oklab,var(--navy) 60%,transparent)}.btn-add-to-cart:hover:not([disabled]){transform:translateY(-2px);box-shadow:0 15px 35px -10px color-mix(in oklab,var(--navy) 60%,transparent)}.btn-add-to-cart[disabled]{background-color:color-mix(in oklab,var(--navy) 30%,transparent);cursor:not-allowed;box-shadow:none}.shopify-payment-button__button--unbranded{border-radius:30px!important;height:60px!important;font-size:16px!important;font-weight:700!important;font-family:inherit!important}
/*# sourceMappingURL=/cdn/shop/t/5/assets/product.css.map */
