.of-product{position:relative;width:100%;background-color:var(--of-white);color:var(--of-moss-green);padding:112px clamp(32px,10.4vw,200px)}.of-product__inner{display:grid;grid-template-columns:minmax(0,800px) minmax(0,640px);gap:80px;align-items:start;justify-content:center;max-width:1520px;margin:0 auto}.of-product[data-sticky-info=true] .of-product__info{position:sticky;top:32px}.of-product__gallery{display:grid;grid-template-columns:193px minmax(0,1fr);gap:16px;align-items:start;min-width:0}.of-product__thumbs{display:flex;flex-direction:column;gap:16px}.of-product__thumb{position:relative;width:193px;aspect-ratio:193 / 276;padding:0;border:1px solid transparent;background-color:var(--of-butter);cursor:pointer;overflow:hidden;transition:border-color var(--of-transition)}.of-product__thumb img{width:100%;height:100%;object-fit:cover;display:block}.of-product__thumb.is-active{border-color:var(--of-moss-green)}.of-product__thumb:focus-visible{outline:2px solid var(--of-ranch-gold);outline-offset:2px}.of-product__thumb--placeholder{background-color:#f3eee5}.of-product__main-image{position:relative;width:100%;background-color:var(--of-butter);overflow:hidden}.of-product__carousel-controls{display:none}.of-product[data-media-aspect=square] .of-product__main-image{aspect-ratio:1 / 1}.of-product[data-media-aspect=portrait] .of-product__main-image{aspect-ratio:591 / 862}.of-product[data-media-aspect=landscape] .of-product__main-image{aspect-ratio:3 / 2}.of-product__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;transition:opacity var(--of-transition);pointer-events:none}.of-product__media.is-active{opacity:1;pointer-events:auto}.of-product__media img,.of-product__media-img{width:100%;height:100%;object-fit:contain;display:block}.of-product__media-img--placeholder{object-fit:contain;padding:60px;background-color:#f3eee5}.of-product__info{display:flex;flex-direction:column;gap:32px;width:100%;min-width:0;max-width:640px}.of-product__header{display:flex;flex-direction:column;gap:16px}.of-product__title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.of-product__title-stack{display:flex;flex-direction:column;gap:8px;min-width:0}.of-product__breadcrumb{font-family:var(--of-font-body);font-weight:600;font-size:20px;line-height:1.2;letter-spacing:0;color:var(--of-moss-green);margin:0;text-transform:uppercase}.of-product__title{font-family:var(--of-font-display);font-weight:600;font-size:50px;line-height:1.1;letter-spacing:-1px;color:var(--of-moss-green);margin:0}.of-product__share{flex-shrink:0;width:32px;height:32px;padding:0;background:transparent;border:0;color:var(--of-moss-green);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:color var(--of-transition),transform var(--of-transition)}.of-product__share:hover{color:var(--of-ranch-gold);transform:translateY(-1px)}.of-product__share:focus-visible{outline:2px solid var(--of-ranch-gold);outline-offset:4px}.of-product__share.is-copied:after{content:"Copied";position:absolute;font-size:12px;letter-spacing:1px;color:var(--of-ranch-gold);transform:translateY(-28px)}.of-product__share-icon{width:100%;height:100%;display:block}.of-product__price-row{display:flex;align-items:baseline;gap:16px;flex-wrap:wrap}.of-product__price{font-family:var(--of-font-body);font-weight:600;font-size:20px;line-height:1.2;letter-spacing:0;color:var(--of-moss-green);text-transform:uppercase}.of-product__price--compare{color:var(--of-moss-green);text-decoration:line-through;font-weight:300}.of-product__stock{display:inline-flex;align-items:center;gap:8px;color:var(--of-moss-green);font-family:var(--of-font-body);font-weight:300;font-size:20px;line-height:1.4;letter-spacing:.4px}.of-product__stock--out{color:var(--of-olive)}.of-product__stock-icon{width:20px;height:20px;flex-shrink:0}.of-product__divider{border:0;border-top:1px solid var(--of-olive);margin:0;width:100%;opacity:.4}.of-product__eyebrow{font-family:var(--of-font-body);font-weight:600;font-size:16px;line-height:1.2;letter-spacing:0;text-transform:uppercase;color:var(--of-moss-green);margin:0 0 16px}.of-product__variants{display:flex;flex-direction:column}.of-product__variant-grid{display:flex;flex-wrap:wrap;gap:16px}.of-product__variant{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;border:1px solid var(--of-olive);background-color:var(--of-white);color:var(--of-black);font-family:var(--of-font-body);font-weight:600;font-size:20px;line-height:1.2;letter-spacing:0;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background-color var(--of-transition),color var(--of-transition),border-color var(--of-transition);white-space:nowrap}.of-product__variant:hover{background-color:var(--of-butter)}.of-product__variant.is-selected{background-color:var(--of-olive);border-color:var(--of-olive);color:var(--of-white)}.of-product__variant.is-unavailable{border-color:var(--of-black);color:var(--of-black);opacity:.3;cursor:not-allowed}.of-product__variant:focus-visible{outline:2px solid var(--of-ranch-gold);outline-offset:2px}.of-product__purchase,.of-product__form{display:flex;flex-direction:column}.of-product__qty-row{display:flex;align-items:stretch;gap:16px;flex-wrap:wrap}.of-product__stepper{display:inline-flex;align-items:stretch;border:1px solid var(--of-moss-green);width:135px;height:60px;flex-shrink:0}.of-product__stepper-btn{flex:0 0 40px;background:transparent;border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:var(--of-moss-green);transition:background-color var(--of-transition),color var(--of-transition)}.of-product__stepper-btn:hover{background-color:var(--of-butter)}.of-product__stepper-btn svg{width:20px;height:20px}.of-product__stepper-input{flex:1 1 auto;width:100%;border:0;background:transparent;text-align:center;font-family:var(--of-font-body);font-weight:600;font-size:18px;color:var(--of-black);-moz-appearance:textfield}.of-product__stepper-input::-webkit-outer-spin-button,.of-product__stepper-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.of-product__stepper-input:focus-visible{outline:2px solid var(--of-ranch-gold);outline-offset:-2px}.of-product__add{flex:1 1 0;min-width:0;height:60px;padding:0 32px}.of-product__add[disabled]{opacity:.5;cursor:not-allowed}.of-product__phone-cta{margin-top:16px;width:100%;min-height:60px;background-color:var(--of-ranch-gold);color:var(--of-black);border:0}.of-product__phone-cta:hover{background-color:var(--of-moss-green);color:var(--of-butter)}.of-product__buy-now{margin-top:16px;width:100%}.of-product__buy-now .shopify-payment-button{width:100%}.of-product__buy-now .shopify-payment-button__button{width:100%;min-height:60px;border-radius:0!important;font-family:var(--of-font-body)!important;font-weight:600!important;font-size:16px!important;letter-spacing:1px!important;text-transform:uppercase!important}.of-product__buy-now .shopify-payment-button__button--unbranded{background-color:var(--of-butter)!important;color:var(--of-moss-green)!important;border:1px solid var(--of-moss-green)!important}.of-product__buy-now .shopify-payment-button__button--unbranded:hover{background-color:var(--of-moss-green)!important;color:var(--of-butter)!important}.of-product__faq-link{align-self:flex-start;margin-top:24px}.of-product__faq-link .of-icon--chevron{width:14px;height:8px;flex-shrink:0}.of-product__purchase{scroll-margin-top:120px}.of-product__accordion{display:flex;flex-direction:column;border-top:1px solid var(--of-olive)}.of-product__accordion-item{border-bottom:1px solid var(--of-olive)}.of-product__accordion-item[open] .of-product__accordion-chevron{transform:rotate(180deg)}.of-product__accordion-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;height:56px;padding:0;cursor:pointer;list-style:none}.of-product__accordion-summary::-webkit-details-marker{display:none}.of-product__accordion-summary::marker{display:none;content:""}.of-product__accordion-summary:focus-visible{outline:2px solid var(--of-ranch-gold);outline-offset:2px}.of-product__accordion-title{font-family:var(--of-font-body);font-weight:600;font-size:16px;line-height:1.2;letter-spacing:0;text-transform:uppercase;color:var(--of-moss-green)}.of-product__accordion-chevron{display:inline-flex;width:24px;height:24px;color:var(--of-moss-green);transition:transform var(--of-transition);flex-shrink:0}.of-product__accordion-chevron svg{width:100%;height:100%}.of-product__accordion-body{padding:0 0 24px;font-family:var(--of-font-body);font-weight:300;font-size:20px;line-height:1.4;letter-spacing:.4px;color:var(--of-moss-green)}.of-product__accordion-body :first-child{margin-top:0}.of-product__accordion-body :last-child{margin-bottom:0}.of-product__accordion-body p+p{margin-top:1em}@media(max-width:989px){.of-product{padding:32px 16px}.of-product__inner{grid-template-columns:1fr;gap:32px;max-width:100%}.of-product[data-sticky-info=true] .of-product__info{position:static}.of-product__gallery{grid-template-columns:1fr;gap:12px}.of-product__main-image{order:1;aspect-ratio:343 / 450;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;display:flex}.of-product__media{position:relative;inset:auto;width:100%;height:100%;flex-shrink:0;opacity:1;pointer-events:auto;scroll-snap-align:start}.of-product__thumbs{display:none}.of-product__carousel-controls{order:2;display:flex;align-items:center;justify-content:space-between;width:100%;gap:8px}.of-product__carousel-arrow{flex:0 0 32px;width:32px;height:32px;padding:0;background:transparent;border:0;cursor:pointer;color:var(--of-moss-green);display:inline-flex;align-items:center;justify-content:center;transition:color var(--of-transition)}.of-product__carousel-arrow:hover{color:var(--of-ranch-gold)}.of-product__carousel-arrow svg{width:100%;height:100%}.of-product__carousel-dots{display:flex;align-items:center;justify-content:center;gap:1px;flex:1 1 auto}.of-product__carousel-dot{padding:4px;background:transparent;border:0;cursor:pointer}.of-product__carousel-dot-inner{display:block;width:8px;height:8px;border-radius:4px;background-color:var(--of-moss-green);opacity:.4;transition:opacity var(--of-transition)}.of-product__carousel-dot.is-active .of-product__carousel-dot-inner{opacity:1}.of-product__title{font-size:32px;letter-spacing:-1px}.of-product__breadcrumb{font-size:14px;letter-spacing:1.5px}.of-product__price{font-size:20px}.of-product__info{gap:24px;max-width:100%}.of-product__qty-row{flex-direction:column;align-items:stretch;gap:12px}.of-product__stepper{width:100%;max-width:100%}.of-product__stepper-btn{flex:0 0 56px}.of-product__add{width:100%;flex:0 0 auto;height:60px}.of-product__variant{font-size:13px;padding:0 18px;letter-spacing:1px}.of-product__eyebrow{font-size:15px;letter-spacing:1.5px;margin-bottom:12px}.of-product__accordion-title{font-size:16px;letter-spacing:1.5px}.of-product__accordion-body{font-size:15px}}@media(max-width:989px){.of-product__thumbs--placeholder{display:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/overland-section-product.css.map */
