:root{--rebuy-drawer-close-btn-color: #000;--rebuy-drawer-border-color: rgba(0, 0, 0, .2);--rebuy-drawer-background-color: #fff;--rebuy-drawer-close-btn-hover-color: #ffc72c;--rebuy-font-header-family: "Avenir Next", sans-serif;--rebuy-drawer-width: 500px;--rebuy-drawer-radius-mobile: 16px 16px 0 0;--rebuy-drawer-shadow: -4px 0 24px rgba(0, 0, 0, .18);--rebuy-drawer-shadow-mobile: 0 -4px 24px rgba(0, 0, 0, .18);--rebuy-animation-duration: .35s;--rebuy-animation-ease: cubic-bezier(.4, 0, .2, 1);--rebuy-spacing-xs: 8px;--rebuy-spacing-s: 16px;--rebuy-spacing-m: 32px;--rebuy-spacing-l: 44px;--rebuy-spacing-xl: 80px;--rebuy-qty-border-radius: 26px;--rebuy-qty-width: 50%;--rebuy-qty-input-width: 25px}.rebuy-quick-view-overlay{position:fixed;top:0;right:0;width:461px;height:100vh;z-index:999999999999;display:flex;justify-content:flex-end;align-items:stretch;transition:background .3s}.rebuy-quick-view-form{display:flex;flex-direction:column;gap:16px}.rebuy-quick-view-overlay .subscription-add-on-section{margin:16px 0}.rebuy-drawer__header .h5{font-weight:800;font-family:var(--rebuy-font-header-family)}.rebuy-quick-view-drawer{background:var(--rebuy-drawer-background-color);width:var(--rebuy-drawer-width);max-width:100vw;height:100vh;box-shadow:var(--rebuy-drawer-shadow);position:relative;display:flex;flex-direction:column;animation:drawerSlideIn var(--rebuy-animation-duration) var(--rebuy-animation-ease);overflow-y:auto}.rebuy-size-swatch:has(input:disabled) .rebuy-size-label{background:linear-gradient(to bottom right,transparent calc(50% - 1px),rgb(var(--border-color)) 50%,transparent calc(50% + 1px)) no-repeat}.rebuy-quick-view-drawer .rebuy-size-input:checked+.rebuy-size-label{border:none;box-shadow:inset 0 0 0 2px rgb(var(--root-text-color));background:#f5f5f5}.rebuy-quick-view-drawer .rebuy-size-label{min-width:56px;padding:11px 18px 13px;margin:0;border:none;box-shadow:inset 0 0 0 1px rgb(var(--border-color));border-radius:var(--button-border-radius);background:rgb(var(--root-background));color:rgb(var(--root-text-color));text-align:center;cursor:pointer;transition:background .2s ease;-webkit-tap-highlight-color:transparent}@keyframes drawerSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.rebuy-drawer__header{display:flex;justify-content:space-between;border-bottom:1px solid var(--rebuy-drawer-border-color);align-items:center;padding:24px 40px;max-height:90px}.icon{vertical-align:top;pointer-events:none}.rebuy-drawer__close-btn{background:none;border:none;cursor:pointer;margin:-10px;padding:10px;color:var(--rebuy-drawer-close-btn-color)}.rebuy-drawer__close-btn:hover{color:var(--rebuy-drawer-close-btn-hover-color)}.rebuy-drawer__content{position:relative;flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.rebuy-drawer__product-details{margin-top:32px;padding-inline:15px}.rebuy-drawer__product-info{display:grid;grid-template-columns:80px auto 44px;margin-bottom:3.2rem}.rebuy-drawer__product-image{align-self:self-start;background-color:var(--drawer-background-color)}.rebuy-drawer__product-info-details{padding-inline-start:2rem}.rebuy-drawer__product-vendor{margin-bottom:6px}.rebuy-drawer__product-vendor a{font-size:14px;line-height:1.2307692308}.rebuy-drawer__product-title{font-size:20px;line-height:1.2;margin-bottom:6px;text-transform:uppercase}.rebuy-product-info__price{font-size:16px}.rebuy-drawer__qty-container{margin-top:10px}.rebuy-product-options__button-swatches-container-title{width:100%}.rebuy-learn-more{color:rgba(var(--text-color) / .6);text-align:center;margin:0 auto}.rebuy-learn-more .link{transition:opacity .3s;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.2rem}.rebuy-drawer__footer{box-shadow:0 -2px 8px rgba(var(--drawer-text-color) / .08);min-height:100px}.rebuy-drawer__actions{display:flex;justify-content:space-between;align-items:center;gap:10px}.rebuy-drawer__qty-container{width:var(--rebuy-qty-width)}.rebuy-drawer__qty{display:flex;align-items:center;justify-content:space-around;width:72%;border:1px solid var(--rebuy-drawer-border-color);padding:7px}.rebuy-drawer__qty-input{border:none;outline:none;width:var(--rebuy-qty-input-width);text-align:center;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.rebuy-drawer__qty-input::-webkit-outer-spin-button,.rebuy-drawer__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.rebuy-drawer__qty-btn .far{display:inline-block;text-rendering:auto;line-height:1;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-variant:normal;font-style:normal;font-family:"Font Awesome 5 Pro";font-weight:400}.rebuy-drawer__qty-btn .far:before{font-family:"Font Awesome 5 Pro";font-weight:400}.rebuy-drawer__qty-btn .fa-minus:before{content:"\f068"}.rebuy-drawer__qty-btn .fa-plus:before{content:"\f067"}.rebuy-drawer__product-details .rebuy-color-swatch{width:40px;height:40px;border:2px solid transparent;display:flex;justify-content:center;align-items:center}.rebuy-drawer__product-details .rebuy-color-label{padding:15px;border:1px solid #bebebe!important;border-radius:0}.rebuy-drawer__product-details .rebuy-color-swatch:has(input:checked){border-color:#282828}@media(max-width:480px){.rebuy-quick-view-overlay{align-items:flex-end}.rebuy-quick-view-drawer{width:100vw;height:82vh;max-width:100vw;position:fixed;left:0;right:0;bottom:0;top:auto;border-radius:var(--rebuy-drawer-radius-mobile);animation:drawerSlideUp var(--rebuy-animation-duration) var(--rebuy-animation-ease);box-shadow:var(--rebuy-drawer-shadow-mobile)}.rebuy-drawer__close-btn{position:absolute;left:89%;top:2%}.rebuy-drawer__actions{margin-top:30px;padding-inline:21px}}@keyframes drawerSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(min-width:768px){.rebuy-drawer__content,.rebuy-drawer__footer{padding:0 40px 24px}.rebuy-drawer__product-details{margin-top:0}.rebuy-drawer__product-info{grid-template-columns:30% auto;margin-top:32px}.rebuy-drawer__product-info-details{padding-inline-start:3.2rem}}@media(min-width:1024px){.rebuy-drawer__product-info{grid-template-columns:var(--rebuy-spacing-xl) auto}}.rebuy-widget .tooltip .left,.rebuy-quick-view-drawer .tooltip .left{right:auto;left:174px;top:auto;bottom:100%;margin-right:0;margin-left:0;margin-bottom:15px;transform:translate(-50%);min-width:407px;max-width:500px}.rebuy-widget .tooltip .left i,.rebuy-quick-view-drawer .tooltip .left i{display:none}@media screen and (max-width:700px){.rebuy-widget .tooltip .left,.rebuy-quick-view-drawer .tooltip .left{left:169px;min-width:320px}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/rebuy-quick-view.css.map */
