.wp-block-my-compounding-hyperlink-group{gap:inherit;text-decoration:none;width:100%}.wp-block-my-compounding-hyperlink-group.is-layout-flow{display:flex}.wp-block-my-compounding-hyperlink-group.is-horizontal{display:flex;flex-direction:row}.wp-block-my-compounding-hyperlink-group.is-horizontal.is-nowrap{flex-wrap:nowrap}.wp-block-my-compounding-hyperlink-group.is-horizontal.is-wrap{flex-wrap:wrap}.wp-block-my-compounding-hyperlink-group.is-horizontal.is-content-justification-left{justify-content:flex-start}.wp-block-my-compounding-hyperlink-group.is-horizontal.is-content-justification-center{justify-content:center}.wp-block-my-compounding-hyperlink-group.is-horizontal.is-content-justification-right{justify-content:flex-end}.wp-block-my-compounding-hyperlink-group.is-horizontal.is-content-justification-space-between{justify-content:space-between}.wp-block-my-compounding-hyperlink-group.is-horizontal.is-vertically-aligned-top{align-items:flex-start}.wp-block-my-compounding-hyperlink-group.is-horizontal.is-vertically-aligned-center{align-items:center}.wp-block-my-compounding-hyperlink-group.is-horizontal.is-vertically-aligned-bottom{align-items:flex-end}.wp-block-my-compounding-hyperlink-group:not(.is-horizontal){display:flex;flex-direction:column}.wp-block-my-compounding-hyperlink-group:not(.is-horizontal).is-content-justification-left{align-items:flex-start}.wp-block-my-compounding-hyperlink-group:not(.is-horizontal).is-content-justification-center{align-items:center}.wp-block-my-compounding-hyperlink-group:not(.is-horizontal).is-content-justification-right{align-items:flex-end}.wp-block-my-compounding-hyperlink-group:not(.is-horizontal).is-vertically-aligned-top{justify-content:flex-start}.wp-block-my-compounding-hyperlink-group:not(.is-horizontal).is-vertically-aligned-center{justify-content:center}.wp-block-my-compounding-hyperlink-group:not(.is-horizontal).is-vertically-aligned-bottom{justify-content:flex-end}.wp-block-my-compounding-hyperlink-group[href]{transition:background-color .2s ease-in-out}.wp-block-my-compounding-hyperlink-group[href]:focus,.wp-block-my-compounding-hyperlink-group[href]:hover{background-color:var(--wp--custom--hyperlink-group--hover-background-color,inherit)!important}.wp-block-my-compounding-hyperlink-group.alignfull{max-width:none;width:100%}.wp-block-my-compounding-hyperlink-group.alignwide{width:var(--wp--style--global--wide-size,100%)}
.my-compounding-contact-form-container{margin:0 auto;max-width:100%}.my-compounding-contact-form-container .form-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.my-compounding-contact-form{display:block}.my-compounding-contact-form .form-row{display:flex;gap:1rem}@media(max-width:768px){.my-compounding-contact-form .form-row{flex-direction:column;gap:0}}.my-compounding-contact-form .form-field{margin-bottom:1.5rem}.my-compounding-contact-form .form-field.half-width{flex:1}@media(max-width:768px){.my-compounding-contact-form .form-field.half-width{margin-bottom:1.5rem}}.my-compounding-contact-form label{color:var(--wp--preset--color--foreground,#333);display:block;font-weight:500;margin-bottom:.5rem}.my-compounding-contact-form label .required{color:#d63638;margin-left:2px}.my-compounding-contact-form input[type=email].has-error,.my-compounding-contact-form input[type=tel].has-error,.my-compounding-contact-form input[type=text].has-error,.my-compounding-contact-form select.has-error,.my-compounding-contact-form textarea.has-error{border-color:#d63638;box-shadow:0 0 0 3px #d636381a}.my-compounding-contact-form input[type=email]::placeholder,.my-compounding-contact-form input[type=tel]::placeholder,.my-compounding-contact-form input[type=text]::placeholder,.my-compounding-contact-form select::placeholder,.my-compounding-contact-form textarea::placeholder{color:#999}.my-compounding-contact-form select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3E%3Cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27m6 8 4 4 4-4%27/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.my-compounding-contact-form textarea{min-height:120px;resize:vertical}.my-compounding-contact-form .form-error{color:#d63638;display:none;font-size:.85rem;margin-top:.25rem;min-height:1.2rem}.my-compounding-contact-form .form-error:not(:empty){display:block}.my-compounding-contact-form .form-buttons{margin-top:2rem}.my-compounding-contact-form .submit-button:disabled{background-color:#999;box-shadow:none;cursor:not-allowed;transform:none}.my-compounding-contact-form .form-message{margin-top:1.5rem}.my-compounding-contact-form .sending-message{background-color:#f0f6fc;border-left:4px solid #0073aa;border-radius:4px;color:#0073aa;font-style:italic;padding:1rem;text-align:center}.my-compounding-contact-form .success-message{background-color:#e8f5e9;border-left:4px solid #4caf50;border-radius:4px;color:#2e7d32;font-weight:500;padding:1rem}.my-compounding-contact-form .success-message.redirect{background-color:#e3f2fd;border-left-color:#2196f3;color:#1565c0}.my-compounding-contact-form .error-message{background-color:#ffebee;border-left:4px solid #d63638;border-radius:4px;color:#c62828;font-weight:500;padding:1rem}.my-compounding-contact-form .submit-button:disabled{color:#0000;position:relative}.my-compounding-contact-form .submit-button:disabled:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;color:#fff;content:"";height:1rem;left:50%;margin:-.5rem 0 0 -.5rem;position:absolute;top:50%;width:1rem}@keyframes spin{to{transform:rotate(1turn)}}@media(max-width:768px){.my-compounding-contact-form .form-row{flex-direction:column}.my-compounding-contact-form .form-field.half-width{width:100%}.my-compounding-contact-form .submit-button{padding:1rem;width:100%}}@media(max-width:480px){.my-compounding-contact-form-container{padding:0 1rem}.my-compounding-contact-form input[type=email],.my-compounding-contact-form input[type=tel],.my-compounding-contact-form input[type=text],.my-compounding-contact-form select,.my-compounding-contact-form textarea{font-size:16px}}.my-compounding-contact-form button:focus,.my-compounding-contact-form input:focus,.my-compounding-contact-form select:focus,.my-compounding-contact-form textarea:focus{outline:2px solid var(--wp--preset--color--primary,#0073aa);outline-offset:2px}@media(prefers-contrast:high){.my-compounding-contact-form input,.my-compounding-contact-form select,.my-compounding-contact-form textarea{border-width:2px}.my-compounding-contact-form .submit-button{border:2px solid}}@media(prefers-reduced-motion:reduce){.my-compounding-contact-form *,.my-compounding-contact-form :after,.my-compounding-contact-form :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.my-compounding-contact-form .submit-button:hover{transform:none}}@media print{.my-compounding-contact-form .submit-button{display:none}}.checkbox-container{display:flex;gap:.5rem}.my-compounding-contact-form .honeypot-field{height:0!important;left:-9999px!important;opacity:0!important;overflow:hidden!important;position:absolute!important;visibility:hidden!important;width:0!important;z-index:-1!important}
.wp-block-my-compounding-mega-menu{position:relative}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__trigger{align-items:center;background-color:initial;border:none;color:currentColor;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;gap:.25rem;justify-content:space-between;line-height:inherit;padding:0;text-decoration:none;text-transform:inherit;width:100%}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__trigger .wp-block-my-compounding-mega-menu__label{flex:1;text-align:left}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__trigger .mega-menu-indicator{align-items:center;display:flex;flex-shrink:0;justify-content:center;transition:transform .2s ease}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__trigger[aria-expanded=true] .mega-menu-indicator{transform:rotate(180deg)}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__trigger:focus,.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__trigger:hover{background-color:var(--wp--custom--mega-menu--hover-background-color,inherit);color:var(--wp--custom--mega-menu--hover-text-color,inherit)}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__trigger:focus{outline:2px solid var(--wp--preset--color--primary,#0073aa);outline-offset:2px}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__container{background:var(--wp--preset--color--background,#fff);border:1px solid var(--wp--preset--color--border,#e0e0e0);border-radius:var(--wp--custom--border-radius,8px);box-shadow:0 4px 20px #0000001a;left:50%;margin-top:.5rem;max-width:var(--wp--style--global--wide-size,1200px);opacity:0;position:absolute;top:100%;transform:translateX(-50%);transform:translateX(-50%) translateY(-10px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;visibility:hidden;width:100vw;z-index:1000}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__container .wp-block-my-compounding-mega-menu__content{padding:2rem;position:relative}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__container .wp-block-my-compounding-mega-menu__close{align-items:center;backdrop-filter:blur(8px);background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;opacity:0;position:absolute;right:1rem;top:1rem;transition:opacity .2s ease;width:32px;z-index:100}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__container .wp-block-my-compounding-mega-menu__close:focus,.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__container .wp-block-my-compounding-mega-menu__close:hover{background:#fff;opacity:1}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__container .wp-block-my-compounding-mega-menu__close:focus{outline:2px solid var(--wp--preset--color--primary,#0073aa);outline-offset:2px}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__container:hover .wp-block-my-compounding-mega-menu__close{opacity:.7}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__trigger[aria-expanded=true]~.wp-block-my-compounding-mega-menu__container{opacity:1;transform:translateX(-50%) translateY(0);visibility:visible}@media(max-width:1240px){.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__container{left:0;margin-left:1rem;transform:translateX(0) translateY(-10px);width:calc(100vw - 2rem)}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__trigger[aria-expanded=true]~.wp-block-my-compounding-mega-menu__container{transform:translateX(0) translateY(0)}}@media(max-width:768px){.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__container{border:none;border-radius:0;bottom:0;left:0;margin-left:0;overflow-y:auto;position:fixed;right:0;top:0;transform:translateX(100%);width:100vw}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__container .wp-block-my-compounding-mega-menu__content{min-height:100vh;padding:4rem 1rem 2rem}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__container .wp-block-my-compounding-mega-menu__close{background:var(--wp--preset--color--background,#fff);box-shadow:0 2px 8px #00000026;opacity:1;right:1rem;top:1rem}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__trigger[aria-expanded=true]~.wp-block-my-compounding-mega-menu__container{transform:translateX(0)}}@media(prefers-color-scheme:dark){.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__container{background:var(--wp--preset--color--background,#1a1a1a);border-color:var(--wp--preset--color--border,#404040);box-shadow:0 4px 20px #0000004d}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__container .wp-block-my-compounding-mega-menu__close{background:#1a1a1ae6}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__container .wp-block-my-compounding-mega-menu__close:focus,.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__container .wp-block-my-compounding-mega-menu__close:hover{background:#1a1a1a}}@media(prefers-contrast:high){.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__trigger:focus{outline:3px solid;outline-offset:2px}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__container{border-width:2px}.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__container .wp-block-my-compounding-mega-menu__close:focus{outline:3px solid;outline-offset:2px}}@media(prefers-reduced-motion:reduce){.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__container,.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__container .wp-block-my-compounding-mega-menu__close,.wp-block-my-compounding-mega-menu .wp-block-my-compounding-mega-menu__trigger .mega-menu-indicator{transition:none}}
.wp-block-my-compounding-icon svg{display:inherit}
.mycompounding-product-gallery{display:flex;gap:1.5rem;min-height:400px;width:100%}.mycompounding-product-gallery .gallery-thumbnails{display:flex;flex-direction:row;gap:1.5rem}@media(min-width:768px){.mycompounding-product-gallery .gallery-thumbnails{flex-direction:column}}.mycompounding-product-gallery .gallery-sidebar{display:flex;flex-direction:column;flex-shrink:0;gap:.5rem;width:100px}.mycompounding-product-gallery .gallery-sidebar .thumbnail-nav{align-items:center;align-self:center;background:#fff;border:1px solid #e0e0e0;border-radius:50%;box-shadow:0 2px 4px #0000001a;color:#666;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .3s ease;width:36px;z-index:2}.mycompounding-product-gallery .gallery-sidebar .thumbnail-nav:hover:not(:disabled){background:#f5f5f5;border-color:#316dab;color:#316dab}.mycompounding-product-gallery .gallery-sidebar .thumbnail-nav:disabled{cursor:not-allowed;opacity:.3}.mycompounding-product-gallery .gallery-sidebar .thumbnail-nav svg{height:16px;width:16px}.mycompounding-product-gallery .gallery-sidebar .thumbnail-nav.thumb-nav-next svg,.mycompounding-product-gallery .gallery-sidebar .thumbnail-nav.thumb-nav-prev svg{transform:rotate(90deg)}.mycompounding-product-gallery .gallery-sidebar .thumbnails-viewport{flex:1;overflow:hidden;padding:.5rem 0;position:relative}.mycompounding-product-gallery .gallery-sidebar .thumbnails-list{display:flex;flex-direction:column;gap:.5rem;transition:transform .3s ease;will-change:transform}.mycompounding-product-gallery .gallery-sidebar .thumbnail-item{background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:block;height:80px;overflow:hidden;padding:0;transition:all .3s ease;width:80px}.mycompounding-product-gallery .gallery-sidebar .thumbnail-item:hover{border-color:#999;transform:scale(1.02)}.mycompounding-product-gallery .gallery-sidebar .thumbnail-item.active{border-color:#316dab;box-shadow:0 2px 8px #316dab4d}.mycompounding-product-gallery .gallery-sidebar .thumbnail-item img{display:block;height:100%;object-fit:cover;width:100%}.mycompounding-product-gallery .gallery-main{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:12px;display:flex;flex:1;flex-direction:column;overflow:hidden;position:relative}.mycompounding-product-gallery .gallery-viewport{flex:1;overflow:hidden;position:relative}.mycompounding-product-gallery .gallery-images{display:flex;height:100%;list-style:none;margin:0;padding:0;transition:transform .4s cubic-bezier(.4,0,.2,1);will-change:transform}.mycompounding-product-gallery .gallery-image-item{align-items:center;display:flex;flex-shrink:0;height:100%;justify-content:center;min-height:400px;padding:1rem;position:relative;width:100%}.mycompounding-product-gallery .gallery-image-item .gallery-image{background:#fff;border:2px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;transition:all .3s ease;width:auto}.mycompounding-product-gallery .gallery-image-item.active .gallery-image{border-color:#316dab;box-shadow:0 4px 12px #316dab26}.mycompounding-product-gallery .gallery-dots{backdrop-filter:blur(4px);background:#ffffffe6;display:flex;gap:.5rem;justify-content:center;padding:1rem}.mycompounding-product-gallery .gallery-dots .gallery-dot{background:#0000;border:1px solid #d0d0d0;border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .3s ease;width:12px}.mycompounding-product-gallery .gallery-dots .gallery-dot:hover{background:#316dab;border-color:#316dab;transform:scale(1.2)}.mycompounding-product-gallery .gallery-dots .gallery-dot.active{background:#316dab;border-color:#316dab;transform:scale(1.1)}.mycompounding-product-gallery .gallery-main-image,.mycompounding-product-gallery .thumbnail-item{border:1px solid #eee}@media(max-width:768px){.mycompounding-product-gallery{flex-direction:column;gap:1rem}.mycompounding-product-gallery .gallery-sidebar{align-items:center;flex-direction:row;justify-content:center;width:100%}.mycompounding-product-gallery .gallery-sidebar .thumbnail-nav.thumb-nav-next svg,.mycompounding-product-gallery .gallery-sidebar .thumbnail-nav.thumb-nav-prev svg{transform:rotate(0deg)}.mycompounding-product-gallery .gallery-sidebar .thumbnails-viewport{flex:0 1 auto;margin:0 1rem;max-width:calc(100% - 100px)}.mycompounding-product-gallery .gallery-sidebar .thumbnails-list{flex-direction:row;justify-content:center}.mycompounding-product-gallery .gallery-sidebar .thumbnail-item{flex-shrink:0}.mycompounding-product-gallery .gallery-image-item,.mycompounding-product-gallery .gallery-main{min-height:300px}}.mycompounding-product-gallery.loading .gallery-image-item:after{animation:gallery-spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#316dab;content:"";height:32px;left:50%;margin:-16px 0 0 -16px;position:absolute;top:50%;width:32px}.mycompounding-product-gallery .gallery-main:after,.mycompounding-product-gallery .gallery-main:before{background:linear-gradient(90deg,#0000,#ffffff1a);content:"";height:60px;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .3s ease;width:40px;z-index:1}.mycompounding-product-gallery .gallery-main:before{background:linear-gradient(90deg,#0000000d,#0000);left:0}.mycompounding-product-gallery .gallery-main:after{background:linear-gradient(270deg,#0000000d,#0000);right:0}.mycompounding-product-gallery:hover .gallery-main:after,.mycompounding-product-gallery:hover .gallery-main:before{opacity:1}@keyframes gallery-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
.product-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.product-actions .action-button{align-items:center;background:#fff;border:1px solid #ddd;border-radius:6px;color:#555;cursor:pointer;display:flex;font-size:.9rem;gap:.3rem;padding:.5rem 1rem;transition:all .3s}.product-actions .action-button:hover{border-color:#316dab;color:#316dab}.product-actions .action-button .icon{align-items:center;display:flex;justify-content:center}.product-actions .action-button .icon svg{fill:currentColor;height:24px;width:24px}.product-actions .ask-button:hover{background:#f0f7ff}.product-actions .ask-button:hover .icon svg{fill:#316dab}.product-actions .share-button{position:relative}.product-actions .share-button:hover{background:#f0f7ff}.product-actions .share-button:hover .icon svg{fill:#316dab}
