buy-guide-modal{display:none;margin-top:.5rem!important}buy-guide-modal modal-opener .link{color:var(--color-foreground)}.buy-guide-modal__opener-button{display:inline-flex;align-items:center;gap:calc(var(--deployer-default-spacing) / 2);font-size:1.4rem;text-decoration:underline;text-underline-offset:.3rem;text-decoration-thickness:.1rem;transition:text-decoration-thickness var(--duration-short) ease;cursor:pointer;justify-content:flex-start;padding-left:0}.buy-guide-modal__opener-button:hover{text-decoration-thickness:.2rem}.buy-guide-modal__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.buy-guide-modal__icon img{width:16px;height:16px;object-fit:contain}.buy-guide-modal__label{line-height:1.4;font-size:12px;font-weight:600}@media screen and (min-width: 750px){.buy-guide-modal__label{font-size:14px}}.buy-guide-modal{box-sizing:border-box;opacity:0;position:fixed;visibility:hidden;z-index:-1;margin:0;top:0;left:0;right:0;bottom:0;overflow-x:hidden;overflow-y:auto;width:100%;max-width:100vw;background:rgba(var(--color-foreground),.2);height:100%}.buy-guide-modal[open]{opacity:1;visibility:visible;z-index:101}.buy-guide-modal__content{box-sizing:border-box;border-radius:var(--popup-corner-radius);background-color:rgb(var(--color-background));overflow:auto;max-height:85vh;margin:3rem auto;width:calc(100% - 2rem);max-width:92%;position:relative;padding:0 0rem 1.5rem;border-color:rgba(var(--color-foreground),var(--popup-border-opacity));border-style:solid;border-width:var(--popup-border-width);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.buy-guide-modal__content.focused{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.buy-guide-modal__content:focus-visible{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}@media screen and (min-width: 750px){.buy-guide-modal__content{margin:8rem auto;width:70%;max-width:900px;padding:0 3rem 3rem;background-color:#f3f2f0}.buy-guide-modal__content .image-with-text__content{padding-left:20px;padding-top:0}.buy-guide-modal__content h1{font-size:24px;margin:0;text-align:left}.buy-guide-modal__content section:first-of-type div:first-of-type{padding-top:0;padding-bottom:0;padding-right:0}}@media screen and (min-width: 990px){.buy-guide-modal__content{width:60%}.buy-guide-modal__content .image-with-text__media-item{aspect-ratio:1/1;height:100px}}.buy-guide-modal__toggle{background:transparent;border:none;color:rgba(var(--color-foreground),.55);display:flex;align-items:center;justify-content:center;cursor:pointer;position:sticky;padding:1.2rem;z-index:2;top:1.5rem;width:4rem;height:4rem;margin:0 0 0 auto}.buy-guide-modal__toggle:hover{color:rgba(var(--color-foreground),1)}.buy-guide-modal__toggle .icon{height:auto;margin:0;width:2.2rem}.buy-guide-modal__content-info>*{height:auto;margin:0 auto;max-width:100%;width:100%}.buy-guide__title{margin-top:0;margin-bottom:2rem}.buy-guide__loader{display:flex;align-items:center;justify-content:center;min-height:200px;padding:2rem}.buy-guide__loader .spinner{width:44px;height:44px;animation:rotator 1.4s linear infinite}.buy-guide__loader .path{stroke:rgba(var(--color-foreground),.5);stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}.buy-guide__page-content{line-height:1.6}.buy-guide__page-content .shopify-section{margin:0;padding:0}.buy-guide__page-content .page-width{padding:0;max-width:100%}.buy-guide__content{line-height:1.6}.buy-guide__content h1,.buy-guide__content h2,.buy-guide__content h3,.buy-guide__content h4,.buy-guide__content h5,.buy-guide__content h6{margin-top:2rem;margin-bottom:1rem}.buy-guide__content h1:first-child,.buy-guide__content h2:first-child,.buy-guide__content h3:first-child{margin-top:0}.buy-guide__content p{margin-bottom:1.5rem}.buy-guide__content ul,.buy-guide__content ol{margin-bottom:1.5rem;padding-left:2rem}.buy-guide__content li{margin-bottom:.5rem}.buy-guide__content img{max-width:100%;height:auto;margin:1.5rem 0;border-radius:var(--media-radius)}.buy-guide__content table{width:100%;border-collapse:collapse;margin:1.5rem 0}.buy-guide__content th,.buy-guide__content td{padding:1rem;text-align:left;border-bottom:1px solid rgba(var(--color-foreground),.1)}.buy-guide__content th{font-weight:600;background-color:rgba(var(--color-foreground),.03)}@media screen and (max-width: 749px){.buy-guide-modal{display:flex;align-items:flex-end}.buy-guide-modal__content{width:calc(100% + -0rem);max-width:100%;padding:0 1rem 1.5rem;margin-bottom:0;background-color:#f3f2f0}.buy-guide-modal__content .rich-text__wrapper{width:100%}.buy-guide-modal__content h1{font-size:24px;margin:0;text-align:left}.buy-guide-modal__content section:first-of-type div:first-of-type{padding-top:0;padding-bottom:0;padding-right:0}.buy-guide-modal__content .image-with-text__content{padding-top:0}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.buy-guide-modal__toggle{width:3rem;height:3rem;padding:.8rem;background:transparent;border:none;top:1rem}.buy-guide-modal__toggle .icon,.buy-guide-modal__toggle svg{width:1.6rem;height:1.6rem}.buy-guide__content{word-wrap:break-word;overflow-wrap:break-word}.buy-guide__content table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.buy-guide__content img,.buy-guide__content iframe,.buy-guide__content video{max-width:100%;height:auto}}
/*# sourceMappingURL=/cdn/shop/t/161/assets/component-buy-guide.css.map */
