.product-page{padding:1rem 0 3rem;width:100%;overflow-x:hidden}.product-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;width:100%;margin:0;padding:0}.product-gallery{display:grid;grid-template-columns:20% 1fr;gap:1rem;grid-column:1 / 2;justify-self:start;width:100%}.product-gallery__mains{grid-column:2 / 3;grid-row:1;width:100%}.product-gallery__main{position:relative;width:100%;max-width:none;aspect-ratio:1 / 1;border-radius:0;overflow:hidden;background:#f5f5f5;margin:0;cursor:none}.product-gallery__main img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;z-index:1}.product-gallery__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:1}.product-gallery__placeholder-svg{width:60%;height:60%;fill:#ccc}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:.25rem;border:1px solid rgba(0,0,0,.08);background:#fffffff0;color:#111;box-shadow:none;display:none;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s ease,background-color .15s ease;z-index:3;pointer-events:auto}.product-gallery__arrow:hover,.product-gallery__arrow:focus-visible{border-color:#0003;background:#fff}.product-gallery__arrow--prev{left:.5rem}.product-gallery__arrow--next{right:.5rem}.product-gallery__dots{display:none;justify-content:center;gap:.5rem;padding:.75rem 0 0;position:absolute;bottom:.6rem;left:0;right:0;z-index:3}.product-gallery__dot{width:7px;height:7px;border-radius:50%;background:#0003;transition:background .2s ease}.product-gallery__dot.is-active{background:#000000b3}@media(max-width:768px){.product-gallery__dots{display:flex}}.product-gallery__thumbs-col{grid-column:1 / 2;grid-row:1;position:relative;min-height:0}.product-gallery__thumbs{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{all:unset;cursor:pointer;border-radius:0;overflow:hidden;background:#f3f3f3;position:relative;border:1px solid transparent;transition:border-color .15s ease,opacity .15s ease;aspect-ratio:1 / 1;flex-shrink:0}.product-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover}.product-gallery__thumb:hover,.product-gallery__thumb:focus-visible{border-color:#c9cdd3}.product-gallery__thumb.is-active{border-color:#111}.product-gallery__lens{position:absolute;width:200px;height:200px;border-radius:50%;border:1px solid rgba(255,255,255,.6);box-shadow:0 4px 15px #00000026;background-repeat:no-repeat;background-color:#fff;pointer-events:none;z-index:20;display:none}.product-gallery__lens.is-active{display:block}.product-summary{display:grid;gap:1.1rem;grid-column:2 / 3;justify-self:center;width:85%;max-width:none}.product-summary__vendor{margin:0;font-size:.85rem;letter-spacing:.02em;opacity:.7}.product-summary__badge{margin:.4rem 0 .15rem}.product-summary__badge:empty{display:none}.product-summary__title{margin:0;font-size:1.9rem;line-height:1.2}.product-summary__dispatch{margin:0;font-size:.82rem;color:#7abd42;font-weight:500;letter-spacing:.01em}.product-summary__price{font-size:1.15rem;font-weight:600}.product-summary__price .price__badge{display:none}.price{display:inline-flex;align-items:flex-end;gap:.4rem;flex-wrap:wrap}.price__current{font-weight:600;line-height:1;transform:translateY(.15em)}.price__compare{text-decoration:line-through;opacity:.7;font-size:.85em;line-height:1;transform:translateY(.15em)}.price__saving{flex-basis:100%;font-size:.8em;color:#000000b3;font-weight:600;margin-top:.15rem}.price--on-sale .price__current{color:#b91c1c}.price__badge{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .6rem .3rem;border-radius:.25rem;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;line-height:1;font-family:Helvetica Neue,Arial,sans-serif}.price__badge--sale{background-color:#ff4b4b;color:#fff}.price__badge--final-sale{background-color:#7abd42;color:#fff}.price__badge--new{background-color:#1a73e8;color:#fff}.price__badge--sold-out{background-color:#666;color:#fff}.product-accordion{margin-top:0;border-bottom:1px solid #e5e5e5;overflow:hidden}.product-accordion__summary{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;font-weight:600;font-size:.95rem;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.product-accordion__summary::-webkit-details-marker{display:none}.product-accordion__icon{transition:transform .2s ease;flex-shrink:0}.product-accordion[open] .product-accordion__icon{transform:rotate(180deg)}.product-accordion__content{padding:0 0 1rem;font-size:.95rem;line-height:1.6;color:#444}.product-family-availability{margin:0}.product-family-text{font-size:.85rem;color:#444;margin:0}.product-family-link{color:#111;text-decoration:underline;text-underline-offset:2px;font-weight:500;transition:color .15s ease}.product-family-link:hover{color:#555}.product-options{display:grid;gap:1rem}.product-option__label{margin:0 0 .35rem;font-size:.9rem;font-weight:600}.product-option__values{display:flex;flex-wrap:wrap;gap:.45rem;padding:0;margin:0;justify-content:flex-start;align-items:center}.product-swatch{all:unset;cursor:pointer;width:2.3rem;height:2.3rem;border-radius:999px;display:inline-grid;place-items:center;position:relative}.product-swatch__inner{width:1.7rem;height:1.7rem;border-radius:999px;background:#e5e5e5;border:1px solid rgba(0,0,0,.18);box-shadow:none;box-sizing:border-box;transition:box-shadow .15s ease;position:relative;overflow:hidden}.product-swatch.is-selected .product-swatch__inner,.product-swatch:hover .product-swatch__inner,.product-swatch:focus-visible .product-swatch__inner{box-shadow:0 0 0 2px #c9cdd3}.product-swatch.is-disabled{cursor:not-allowed;opacity:.35}.product-swatch.is-disabled .product-swatch__inner{box-shadow:none!important}.product-swatch.is-disabled .product-swatch__inner:after{content:"";position:absolute;top:50%;left:50%;width:140%;height:2px;background:#dc2626;transform:translate(-50%,-50%) rotate(-45deg);border-radius:1px;pointer-events:none}.product-swatch:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%) translateY(4px);padding:6px 10px;border-radius:999px;background:#111;color:#fff;font-size:12px;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .14s ease,transform .14s ease;z-index:6}.product-swatch:before{content:"";position:absolute;left:50%;bottom:calc(100% + 6px);transform:translate(-50%) translateY(4px) rotate(45deg);width:10px;height:10px;background:#111;border-radius:2px;opacity:0;pointer-events:none;transition:opacity .14s ease,transform .14s ease;z-index:5}.product-swatch:hover:after,.product-swatch:focus-visible:after{opacity:1;transform:translate(-50%) translateY(0)}.product-swatch:hover:before,.product-swatch:focus-visible:before{opacity:1;transform:translate(-50%) translateY(0) rotate(45deg)}.product-swatch:not([data-tooltip]):before,.product-swatch:not([data-tooltip]):after,.product-swatch[data-tooltip=""]:before,.product-swatch[data-tooltip=""]:after{display:none!important}.product-swatch.is-disabled:before,.product-swatch.is-disabled:after{display:none!important}@media(hover:none){.product-swatch:before,.product-swatch:after{display:none!important}}@media(max-width:768px){.product-swatch:before,.product-swatch:after{display:none!important}}.product-pill{border:1px solid rgba(0,0,0,.18);background:#fff;color:#111;padding:.45rem .7rem;border-radius:.3rem;font-size:.95rem;cursor:pointer;min-width:46px;text-align:center;transition:border-color .15s ease,background-color .15s ease}.product-pill.is-selected{border-color:#000c;background:#0000000d}.product-pill:disabled,.product-pill.is-disabled{cursor:not-allowed;opacity:.35;pointer-events:none}.product-form{width:100%}.product-form__inner{display:grid;grid-template-columns:auto 1fr;grid-template-rows:48px auto;align-items:center;column-gap:.75rem;row-gap:.35rem;width:100%}.product-quantity{display:inline-flex;align-items:center;gap:.25rem;flex-shrink:0;align-self:stretch;grid-row:1;grid-column:1 / 2}.product-quantity label{display:none;margin:0;font-size:.95rem}.product-quantity__control{display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.18);border-radius:.35rem;overflow:hidden;background:#fff;min-height:48px;height:48px}.product-quantity__btn{all:unset;border:0;width:36px;height:48px;display:grid;place-items:center;cursor:pointer;font-size:1.05rem;font-weight:600;color:#111;background:transparent;transition:background-color .12s ease,color .12s ease}.product-quantity__btn:hover,.product-quantity__btn:focus-visible{background:#f2f4f7}.product-quantity input{width:32px;padding:10px 8px;border:0;text-align:center;font-size:1rem;background:transparent;font-family:inherit;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.product-quantity input::-webkit-outer-spin-button,.product-quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-add{height:48px;width:100%;grid-row:1;grid-column:2 / 3;justify-self:stretch;border:0;border-radius:.25rem;background:#111;color:#fff;font-weight:600;cursor:pointer;transition:opacity .15s ease}.product-add:hover{opacity:.85}.product-add:disabled{opacity:.45;cursor:not-allowed}.shopify-payment-button{grid-column:1 / -1;width:100%}.shopify-payment-button__button{height:48px;border-radius:.25rem}.shopify-payment-button__more-options{display:block;width:100%;margin-top:.5rem;padding:0;background:none;border:none;color:#111;font-size:.85rem;font-weight:500;text-align:center;text-decoration:underline;text-underline-offset:2px;cursor:pointer;transition:color .15s ease}.shopify-payment-button__more-options:hover{color:#555}.product-note{min-height:3.2em;line-height:1.6;margin:0;opacity:0;transition:opacity .15s ease;grid-column:1 / -1}.product-note.is-visible{opacity:1}@media(max-width:768px){.product-page{padding-top:.75rem}.product-page__grid{grid-template-columns:1fr;gap:1.5rem}.product-gallery{grid-template-columns:1fr;grid-column:1 / -1;max-width:100%}.product-gallery__mains{grid-column:1 / -1;grid-row:1 / 2;order:1}.product-gallery__main{max-width:100%}.product-gallery__thumbs-col{display:none}.product-gallery__arrow{display:none!important}.product-summary{grid-column:1 / -1;max-width:100%;width:100%}}@media(min-width:769px){.product-gallery__arrow{display:none!important}}.product-details{display:flex;flex-direction:column;gap:1rem;margin:0}.product-detail-row{display:flex;flex-direction:row;gap:1rem;align-items:center}.product-detail-label{font-weight:500;font-size:.95rem;margin:0;min-width:140px;flex-shrink:0}.product-detail-value{display:flex;flex-wrap:wrap;gap:.5rem;margin:0}.product-detail-pill{display:inline-block;border:1px solid rgba(0,0,0,.18);background:#fff;padding:.3rem .7rem;border-radius:999px;font-size:.85rem;text-align:center}.product-size-guide-trigger{all:unset;display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;margin-bottom:1rem;border:1px solid rgba(0,0,0,.18);border-radius:.3rem;background:#fff;font-size:.95rem;font-weight:500;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.product-size-guide-trigger:hover,.product-size-guide-trigger:focus-visible{border-color:#0000004d;background:#00000005}.product-size-guide-trigger__icon{flex-shrink:0}@media(max-width:599px){.product-size-guide-trigger{font-size:.9rem;padding:.55rem .85rem}}.product-reviews{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background:#f5f5f5;padding:3rem 0;margin-top:3rem;margin-bottom:0;overflow:hidden}.product-reviews__inner{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}#judgeme_product_reviews{width:100%}@media(max-width:1024px){.product-reviews{margin-top:2rem;padding:2rem 0}.product-reviews__inner{padding:0 1rem}.product-reviews *,#judgeme_product_reviews *,.jdgm-widget *,.jdgm-rev *,.jdgm-rev__header *,.jdgm-rev__body *,.jdgm-rev__timestamp,.jdgm-rev__buyer-badge-wrapper,.jdgm-paginate{max-width:100%!important;min-width:0!important;box-sizing:border-box!important;word-wrap:break-word!important;overflow-wrap:break-word!important;white-space:normal!important}.jdgm-rev,.jdgm-rev-widg,.jdgm-rev__header,.jdgm-rev__content{width:100%!important;max-width:100%!important;overflow:visible!important}.product-reviews img,#judgeme_product_reviews img,.jdgm-widget img{max-width:100%!important;height:auto!important;width:auto!important}.product-reviews table,#judgeme_product_reviews table{display:block!important;width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}.jdgm-histogram,.jdgm-histogram__row{display:flex!important;flex-wrap:wrap!important;width:100%!important}.jdgm-write-rev-link,.jdgm-paginate__page{white-space:normal!important;word-break:break-word!important}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/product.css.map */
