/*
Generated time: June 26, 2025 06:13
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.custom-modal-skeleton{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#fff;z-index:5;padding:30px;box-sizing:border-box;display:none;overflow:hidden}.skeleton-block,.skeleton-line{background-color:#e0e0e0;border-radius:4px;position:relative;overflow:hidden;animation:shimmer 1.5s infinite linear;background-image:linear-gradient(90deg,#e0e0e0 0,#f0f0f0 40px,#e0e0e0 80px);background-size:600px}@keyframes shimmer{0%{background-position:-300px 0}100%{background-position:300px 0}}.skeleton-desktop{display:none;width:100%;height:100%;display:flex;gap:30px}.skeleton-image-column{width:45%;display:flex;flex-direction:column}.skeleton-main-image{width:100%;padding-top:80%;margin-bottom:15px}.skeleton-thumbnails{display:flex;gap:10px}.skeleton-thumbnail{width:60px;height:60px;flex-shrink:0}.skeleton-details-column{width:55%;display:flex;flex-direction:column}.skeleton-line{height:1em;margin-bottom:10px}.skeleton-title{width:70%;height:1.5em;margin-bottom:15px}.skeleton-price{width:30%;height:1.4em;margin-bottom:20px}.skeleton-actions{display:flex;gap:25px;width:60%;margin-bottom:20px}.skeleton-button{flex:1;height:45px;border-radius:5px}.skeleton-desc{width:100%}.skeleton-desc.short{width:60%}.skeleton-desc.medium{width:80%}.skeleton-mobile{display:none;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;padding:0 15px;box-sizing:border-box}.skeleton-mobile-image{width:90%;max-width:300px;aspect-ratio:1/1;margin-bottom:20px}.skeleton-mobile-price{width:40%;height:1.6em;margin-bottom:20px}.skeleton-mobile-actions{display:flex;gap:10px;width:100%;margin-bottom:20px}.skeleton-mobile-desc{width:100%;margin-bottom:10px}.skeleton-mobile-desc.short{width:70%}.custom-modal-options,.custom-modal-options-mobile{width:100%;display:none}.variant-selector label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#333}.variant-options{display:flex;flex-wrap:wrap;gap:10px}.variant-option{display:flex;flex-direction:column;align-items:center;cursor:pointer;border-radius:8px;transition:all .2s ease;min-width:60px}.variant-option:hover{border-color:#999}.variant-option.active .color-swatch{outline:1px solid #808080;outline-offset:3px}.color-swatch{width:18px;height:18px;border-radius:50%;border:1px solid #eee;background-size:cover;background-position:center}.variant-label{font-size:10px;text-align:center;color:#333;word-break:break-word;max-width:60px}@media (min-width:769px){.custom-modal.loading .skeleton-desktop{display:flex}.custom-modal.loading .skeleton-mobile{display:none}.custom-modal.loading .custom-modal-content-desktop,.custom-modal.loading .custom-modal-content-mobile{visibility:hidden;opacity:0}.custom-modal.loading .custom-modal-skeleton{padding:30px}}@media (max-width:768px){.custom-modal.loading .skeleton-mobile{display:flex}.custom-modal.loading .skeleton-desktop{display:none}.custom-modal.loading .custom-modal-content-desktop,.custom-modal.loading .custom-modal-content-mobile{visibility:hidden;opacity:0}.custom-modal.loading .custom-modal-skeleton{padding:15px;padding-top:30px}}.custom-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:1000;display:none;opacity:0;transition:opacity .3s ease}.custom-modal-overlay.active{display:block;opacity:1}.custom-modal{position:fixed;top:55%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:8px;z-index:1001;width:90%;max-width:980px;max-height:70vh;height:70vh;min-height:70vh;display:none;flex-direction:column;opacity:0;transition:opacity .3s ease .1s,transform .3s ease .1s;box-shadow:0 5px 20px rgba(0,0,0,.2);overflow:hidden}.custom-modal.active{display:flex;opacity:1;transform:translate(-50%,-50%) scale(1)}.custom-modal-close{position:absolute;top:10px;right:10px;background:#eee;border:none;border-radius:50%;width:30px;height:30px;font-size:20px;line-height:30px;text-align:center;cursor:pointer;z-index:10;color:#333}.custom-modal-hidden{display:none!important}.custom-modal-close:hover{background:#ddd}.custom-modal-content-wrapper{overflow-y:auto;flex-grow:1;padding:0;height:100%;-webkit-overflow-scrolling:touch;min-height:0;opacity:0;transition:opacity .3s ease;position:relative;z-index:1}.custom-modal-content-desktop{display:none}.custom-modal-content-mobile{display:none}@media (min-width:769px){.custom-modal:not(.loading) .custom-modal-content-desktop{display:flex;flex-grow:1;min-height:0;gap:30px;padding:20px;height:100%;opacity:1;visibility:visible;padding-right:40px}.custom-modal-content-mobile{display:none}.custom-modal-image-column{width:45%;max-height:100%;display:flex;flex-direction:column}.custom-modal-image-column .custom-modal-main-image{width:100%;height:auto;max-height:78%;object-fit:contain;margin:0 auto;display:block;border:1px solid #eee;border-radius:4px;padding:10px}.custom-modal-details-column{width:55%;display:flex;flex-direction:column;overflow-y:auto;max-height:100%;padding-bottom:10px}#custom-modal-thumbnails-desktop{display:flex;flex-wrap:nowrap;gap:10px;overflow-x:auto;padding-bottom:10px;width:100%;-webkit-overflow-scrolling:touch}#custom-modal-thumbnails-desktop::-webkit-scrollbar{height:6px}#custom-modal-thumbnails-desktop::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}#custom-modal-thumbnails-desktop::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}#custom-modal-thumbnails-desktop::-webkit-scrollbar-thumb:hover{background:#aaa}#custom-modal-thumbnails-desktop .custom-modal-thumbnail{width:60px;height:60px;object-fit:cover;border:1px solid #ccc;border-radius:4px;cursor:pointer;transition:border-color .2s ease;flex-shrink:0}#custom-modal-thumbnails-desktop .custom-modal-thumbnail.active,#custom-modal-thumbnails-desktop .custom-modal-thumbnail:hover{border-color:#0a59e7}.custom-modal-title{font-size:1.5em;font-weight:600;margin-bottom:10px;color:#333;line-height:1.2}.custom-modal-price{font-size:1.4em;font-weight:700;color:#0a59e7;margin-bottom:15px}.custom-modal-price .compare-price{font-size:.7em;color:#0a59e7;text-decoration:line-through;margin-left:10px;font-weight:400}.custom-modal-actions{display:flex;gap:25px;width:100%;max-width:400px;justify-content:flex-start;margin-bottom:0}.custom-modal-options{display:flex;gap:10px;align-items:center}.custom-modal-description-content{display:flex;flex-direction:column;align-items:flex-start;flex-grow:1;overflow-y:auto;margin-top:10px}.custom-modal-description{position:relative;font-size:.9em;line-height:1.5;color:#4a4a4a;word-wrap:break-word;max-height:200px;overflow:hidden;transition:max-height .4s ease-out;width:100%;padding-right:10px;box-sizing:border-box}.custom-modal-description.is-collapsible::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4em;background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,#fff 100%);pointer-events:none;transition:opacity .4s ease;z-index:1}.custom-modal-description.expanded{max-height:none;overflow:visible}.custom-modal-description.expanded::after{opacity:0}.custom-modal-show-more{display:none;background:0 0;border:none;color:#0a59e7;font-weight:600;cursor:pointer;padding:5px 0;margin-top:5px;text-align:left;transition:opacity .3s ease;align-self:flex-start}.custom-modal-description.is-collapsible+.custom-modal-show-more{display:block}.custom-modal-description.expanded+.custom-modal-show-more{position:static;transform:none;display:block;z-index:auto}.custom-modal-show-more:hover{text-decoration:underline}.custom-modal-button{flex-grow:0;flex-shrink:0;width:auto;min-width:120px;font-size:1em;font-weight:600;border-radius:5px;cursor:pointer;text-align:center;transition:background-color .2s ease,color .2s ease,border-color .2s ease,background-size .2s ease;border:1px solid transparent;padding:10px 15px;background-repeat:no-repeat;background-position:center;position:relative;line-height:1.4;height:45px;box-sizing:border-box}.custom-modal-button span{position:relative;z-index:2;display:inline-block}.custom-modal-button.secondary{background-color:transparent;color:#0a59e7;border:none;background-image:url('https://cdn.shopify.com/s/files/1/0229/8901/3064/files/buy-button-blue-after.svg?v=1745219566');background-size:100% 100%}.custom-modal-button.secondary .secondary-span{color:#0a59e7}.custom-modal-button.primary{color:#fff;border:none;background-color:transparent;background-image:url('https://cdn.shopify.com/s/files/1/0229/8901/3064/files/buy-button-blue-before.svg?v=1745219566');background-size:100% 100%}.custom-modal-button.primary .primary-span{color:#fff}.custom-modal-button:disabled{opacity:.7;cursor:not-allowed;background-size:100% 100%!important}.custom-modal-button.primary:hover:not(:disabled){background-image:url('https://cdn.shopify.com/s/files/1/0229/8901/3064/files/buy-button-blue-after.svg?v=1745219566')}.custom-modal-button.primary:hover:not(:disabled) .primary-span{color:#0a59e7}.custom-modal-button.secondary:hover:not(:disabled){background-image:url('https://cdn.shopify.com/s/files/1/0229/8901/3064/files/buy-button-blue-before.svg?v=1745219566')}.custom-modal-button.secondary:hover:not(:disabled) .secondary-span{color:#fff}#custom-modal-secondary-button-desktop.custom-modal-hidden+#custom-modal-add-to-cart-desktop{margin-right:auto;margin-left:0}#custom-modal-add-to-cart-desktop.custom-modal-hidden+#custom-modal-secondary-button-desktop{margin-left:0;margin-right:auto}}@media (min-width:992px) and (max-width:1399px){.custom-modal{height:75vh;min-height:75vh}}@media (max-width:768px){.custom-modal{max-height:67vh;height:auto;min-height:auto;top:50%;opacity:0;display:none;transition:opacity .3s ease,transform .3s ease}.custom-modal-content-wrapper{padding:0;opacity:0;transition:opacity .3s ease .1s}.custom-modal-content-desktop{display:none}.custom-modal.active:not(.loading) .custom-modal-content-wrapper{opacity:1}.custom-modal:not(.loading) .custom-modal-content-mobile{display:flex;flex-direction:column;padding:0 0 15px 0;height:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;opacity:1;visibility:visible}.custom-modal.active{display:flex!important;opacity:1;transform:translate(-50%,-50%) scale(1);min-height:300px}.custom-modal.active.loading{height:67vh}.mobile-image-swiper{order:1;width:100%;height:auto;padding-top:100%;margin:0 auto 15px auto;position:relative;background-color:#f8f8f8;overflow:hidden}.mobile-image-swiper .swiper-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;align-items:center}.mobile-image-swiper .swiper-slide{text-align:center;display:flex;justify-content:center;align-items:center;overflow:hidden;height:100%}.mobile-image-swiper .swiper-slide img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.mobile-image-swiper .swiper-button-next,.mobile-image-swiper .swiper-button-prev{color:#0a59e7;background-color:rgba(255,255,255,.7);width:30px;height:30px;border-radius:50%;top:50%;transform:translateY(-50%);margin-top:0;transition:background-color .2s ease}.mobile-image-swiper .swiper-button-next:hover,.mobile-image-swiper .swiper-button-prev:hover{background-color:rgba(255,255,255,.9)}.mobile-image-swiper .swiper-button-next::after,.mobile-image-swiper .swiper-button-prev::after{font-size:14px;font-weight:700}.mobile-image-swiper .swiper-button-prev{left:10px}.mobile-image-swiper .swiper-button-next{right:10px}.mobile-image-swiper .swiper-button-disabled{opacity:.3;pointer-events:none}#custom-modal-price-container-mobile{order:2;text-align:center;margin-bottom:15px;padding:0 15px}#custom-modal-price-mobile{font-size:1.3em;font-weight:700;color:#0a59e7}#custom-modal-compare-price-mobile{font-size:.7em;color:#777;text-decoration:line-through;margin-left:8px;font-weight:400}.custom-modal-options-mobile{order:4;padding:0 15px;display:flex;justify-content:center}#custom-modal-actions-mobile{order:3;display:flex;gap:10px;margin-bottom:20px;width:100%;padding:0 15px;box-sizing:border-box}.variant-options{gap:8px}.variant-option{min-width:50px;padding:6px}.variant-label{font-size:11px;max-width:50px}#custom-modal-actions-mobile .custom-modal-button{flex:1;font-size:1em;padding:10px 12px;font-weight:600;border-radius:5px;cursor:pointer;text-align:center;transition:background-color .2s ease,color .2s ease,border-color .2s ease,background-size .2s ease;border:1px solid transparent;background-repeat:no-repeat;background-position:center;height:45px;box-sizing:border-box;line-height:1.4;position:relative}#custom-modal-actions-mobile .custom-modal-button span{position:relative;z-index:2;display:inline-block}#custom-modal-actions-mobile .custom-modal-button.secondary{background-color:transparent;color:#0a59e7;border:none;background-image:url('https://cdn.shopify.com/s/files/1/0229/8901/3064/files/buy-button-blue-after.svg?v=1745219566');background-size:100% 100%}#custom-modal-actions-mobile .custom-modal-button.secondary .secondary-span{color:#0a59e7}#custom-modal-actions-mobile .custom-modal-button.primary{background-color:transparent;color:#fff;border:none;background-image:url('https://cdn.shopify.com/s/files/1/0229/8901/3064/files/buy-button-blue-before.svg?v=1745219566');background-size:100% 100%}#custom-modal-actions-mobile .custom-modal-button.primary .primary-span{color:#fff}#custom-modal-actions-mobile .custom-modal-button:disabled{opacity:.7;cursor:not-allowed;background-size:100% 100%!important}#custom-modal-actions-mobile .custom-modal-button.primary:hover:not(:disabled){background-size:105% 105%}#custom-modal-actions-mobile .custom-modal-button.secondary:hover:not(:disabled){background-size:105% 105%}#custom-modal-thumbnails-mobile{display:none}#custom-modal-description-mobile-content{order:5;display:flex;flex-direction:column;padding:0 15px;margin-top:10px}#custom-modal-description-mobile{font-size:.9em;line-height:1.5;color:#4a4a4a;word-wrap:break-word;position:relative;max-height:120px;overflow:hidden;transition:max-height .4s ease-out;display:block;width:100%}#custom-modal-description-mobile.is-collapsible::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3em;background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,#fff 100%);pointer-events:none;transition:opacity .4s ease}#custom-modal-description-mobile.expanded{max-height:none;overflow:visible}#custom-modal-description-mobile.expanded::after{opacity:0}#custom-modal-show-more-mobile{order:6;font-size:.9em;display:none;background:0 0;border:none;color:#0a59e7;font-weight:600;cursor:pointer;padding:5px 0;margin-top:5px;text-align:left;align-self:flex-start}#custom-modal-description-mobile.is-collapsible+#custom-modal-show-more-mobile{display:block}#custom-modal-description-mobile.expanded+#custom-modal-show-more-mobile{position:static;transform:none;display:block;z-index:auto}.custom-modal-close{top:8px;right:8px}}body.custom-modal-open{overflow:hidden}