.rich-text{z-index:1}.rich-text__wrapper{display:flex;justify-content:center;width:100%}.rich-text:not(.rich-text--full-width) .rich-text__wrapper{margin:auto;width:calc(100% - 8rem / var(--font-body-scale))}.rich-text__blocks{width:100%}@media screen and (min-width: 750px){.rich-text__wrapper--left{justify-content:flex-start}.rich-text__wrapper--right{justify-content:flex-end}}.rich-text__blocks *{overflow-wrap:break-word}.rich-text__blocks>*{margin-top:0;margin-bottom:0}.rich-text__blocks>*+*{margin-top:2rem}.rich-text__blocks>*+a{margin-top:3rem}.rich-text__buttons{display:inline-flex;justify-content:center;flex-wrap:wrap;gap:1rem;width:100%;max-width:45rem;word-break:break-word}.rich-text__buttons--multiple>*{flex-grow:1;min-width:22rem}.rich-text__buttons+.rich-text__buttons{margin-top:1rem}.rich-text__blocks.left .rich-text__buttons{justify-content:flex-start}.rich-text__blocks.right .rich-text__buttons{justify-content:flex-end}.rich-text__layout--with-sidebar{display:flex;gap:3rem;align-items:flex-start;max-width:100%}.rich-text__main-content{display:flex;gap:3rem;flex:1;min-width:0}.rich-text__sidebar{width:25%;position:sticky;top:2rem;height:fit-content;flex-shrink:0}.rich-text__sidebar-content{background:#f8f8f8;border-radius:8px;padding:1.5rem}.rich-text__sidebar-title{margin:0 0 1.5rem;font-size:2.4rem;font-weight:600;color:#333}.rich-text__sidebar-products{display:flex;flex-direction:column;gap:3rem}.rich-text__sidebar-product{border-bottom:1px solid #e0e0e0;padding-bottom:1rem}.rich-text__sidebar-product:last-child{border-bottom:none;padding-bottom:0}.rich-text__sidebar-product-link{display:flex;flex-direction:column;gap:.75rem;text-decoration:none;color:inherit;transition:opacity .2s ease}.rich-text__sidebar-product-link:hover{opacity:.8}.rich-text__sidebar-product-image{flex-shrink:0;border-radius:4px;overflow:hidden}.rich-text__sidebar-product-image img,.rich-text__sidebar-product-image .placeholder-svg{width:100%;height:100%;object-fit:cover}.rich-text__sidebar-product-info{flex:1;min-width:0}.rich-text__sidebar-product-title{margin:0 0 .25rem;font-weight:500;line-height:1.3;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rich-text__sidebar-product-price{display:flex;gap:.5rem;align-items:center}.rich-text__sidebar-product-price--sale{color:#d82c0d;font-weight:600}.rich-text__sidebar-product-price--compare{color:#666;text-decoration:line-through}.rich-text__sidebar-product-price--regular{color:#333;font-weight:500}@media screen and (max-width: 749px){.rich-text__layout--with-sidebar{flex-direction:column}.rich-text__main-content{flex-direction:column;width:100%;max-width:100%}.rich-text__sidebar{width:100%;position:static;margin-top:2rem}.rich-text__sidebar-content{padding:1rem}}.rich-text__image{margin:2rem 0}.rich-text__image-container{margin:0 auto;text-align:center}.rich-text__image-container img{max-width:100%;height:auto;display:block;margin:0 auto}.rich-text__image-placeholder{text-align:center;padding:2rem;background:#f8f8f8;border:1px dashed #ccc;border-radius:8px}.rich-text__code-block{margin:2rem 0}.code-block-container{position:relative}.rich-text__code-block pre.EnlighterJSRAW{background-color:#0b1c1e;border-radius:8px;color:#f8f8f2;font-family:Courier New,Courier,monospace;font-size:14px;line-height:1.5;overflow:auto;padding:16px;position:relative;white-space:pre-wrap;margin:0;transition:max-height .3s ease}.rich-text__code-block pre.EnlighterJSRAW.code-collapsed{max-height:55rem;overflow:hidden;position:relative}.rich-text__code-block pre.EnlighterJSRAW.code-collapsed:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to bottom,transparent,#fff);pointer-events:none}.code-copy-button{background-color:#44475a;border:none;border-radius:4px;color:#f8f8f2;cursor:pointer;font-size:12px;padding:5px 10px;position:absolute;right:16px;top:8px;transition:all .3s ease;opacity:0}.code-show-more-btn{background:linear-gradient(to bottom,transparent,#fff);border:none;border-radius:8px;color:#333;cursor:pointer;font-size:14px;font-weight:600;margin:-100px 0 0;padding:100px 0 20px;position:relative;text-align:center;width:100%;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.code-show-more-btn:hover{background:linear-gradient(to bottom,transparent,#f8f8f8);transform:translateY(-2px)}.rich-text__code-block pre.EnlighterJSRAW:hover .code-copy-button{opacity:1}.code-copy-button:hover{background-color:#6272a4}.code-copy-button:active{transform:scale(.95)}@media screen and (max-width: 749px){.rich-text__code-block pre.EnlighterJSRAW{font-size:12px;padding:12px}.code-copy-button{font-size:10px;padding:4px 8px;right:12px;top:6px}}@media screen and (min-width: 750px){body.scrolled .rich-text__sidebar{top:12rem;transition:top .3s}}.code-request-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center}.code-request-popup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.code-request-popup-content{position:absolute;left:50%;transform:translate(-50%,-50%);top:50%;background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000004d;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:popupSlideIn .3s ease-out}@keyframes popupSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.code-request-popup-close{position:absolute;top:15px;right:20px;background:none;border:none;font-size:24px;cursor:pointer;color:#666;z-index:10;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.code-request-popup-close:hover{background-color:#f0f0f0}.std-subscription-form{padding:0;margin:0}.std-subs-form{padding:30px}.std-heading-text{margin:0 0 10px;font-size:24px;font-weight:600;color:#333;text-align:center}.std-heading-paragraph{margin:0 0 25px;font-size:16px;color:#666;text-align:center}.both-fields-wrap{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.std-field-wrap{display:flex;flex-direction:column;margin-bottom:.5rem}.std-field-wrap input[type=text],.std-field-wrap input[type=email]{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:16px;transition:border-color .3s ease;box-sizing:border-box}.std-field-wrap input:focus{outline:none}.std-field-wrap label{display:flex;gap:.5rem}.std-terms-agreement-wrap{flex-direction:row;align-items:center;gap:10px;margin-bottom:20px}.std-terms-agreement-wrap input[type=checkbox]{margin:0;width:18px;height:18px}.std-term-text{font-size:14px;color:#666;line-height:1.4}.std-form-submit{width:100%;padding:15px;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.std-form-submit:hover{transform:translateY(-2px);box-shadow:0 5px 15px #23780c4d}.std-footer-text{margin-top:15px;font-size:12px;color:#999;text-align:center;line-height:1.4}.std-form-loader-wraper{display:none;justify-content:center;margin-top:15px}.std-form-loader{padding:10px 20px;background:#f0f0f0;border-radius:20px;font-size:14px;color:#666;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.std-form-message{margin-top:15px;text-align:center;font-size:14px}@media screen and (max-width: 749px){.code-request-popup-content{width:95%}.std-subs-form{padding:20px}.std-heading-text{font-size:20px}.std-heading-paragraph{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/section-rich-text.css.map */
