.godam-video-product-gallery{--gallery-item-width: var(--godam-gallery-item-width, 180px);--gallery-gap: var(--godam-gallery-gap, 16px);--item-border-radius: 12px;--product-bg: #fff;--product-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);position:relative;width:100%}.godam-video-product-gallery__container{display:flex;gap:var(--gallery-gap);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;align-items:start}.godam-gallery-item__video-and-dropdown{position:relative;width:100%}.godam-gallery-item__video-wrapper{position:relative;width:100%;overflow:hidden;border-radius:var(--item-border-radius) var(--item-border-radius) 0 0}.godam-gallery-item__video-wrapper figure{margin:0}.godam-gallery-item__video-wrapper .vjs-control-bar{display:none !important}.godam-gallery-item__video-wrapper .vjs-big-play-button{display:none !important}.godam-gallery-item__video-wrapper .vjs-loading-spinner{display:none !important}.godam-gallery-item__video-wrapper .godam-player__wrapper{width:100%;height:100%}.godam-gallery-item__video-wrapper .video-js{width:100%;height:100%}.godam-gallery-item__video-wrapper .vjs-tech{object-fit:cover}.godam-gallery-item__play-icon{position:absolute;top:50%;left:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);color:#fff;pointer-events:none;opacity:0;transform:translate(-50%, -50%);transition:opacity .2s ease}.godam-gallery-item__play-icon svg{width:22px;height:22px}.godam-video-product-gallery-item--show-play-button .godam-gallery-item__play-icon{opacity:1}.godam-video-product-gallery-item--autoplaying .godam-gallery-item__play-icon{opacity:0 !important}.godam-video-product-gallery-item{container-type:inline-size;container-name:gallery-item;position:relative;display:flex;flex-direction:column;border-radius:var(--item-border-radius);overflow:hidden;background:var(--product-bg);box-shadow:var(--product-shadow)}.godam-video-product-gallery-item .godam-video-placeholder .animate-play-btn{display:none}.godam-video-product-gallery-item .godam-video-placeholder img.godam-player-poster-image{width:100%;height:100%;object-fit:cover}.godam-video-product-gallery-item--ratio-9-16 .godam-gallery-item__video-wrapper{aspect-ratio:9/16}.godam-video-product-gallery-item--ratio-16-9 .godam-gallery-item__video-wrapper{aspect-ratio:16/9}.godam-video-product-gallery-item--ratio-4-3 .godam-gallery-item__video-wrapper{aspect-ratio:4/3}.godam-video-product-gallery-item--ratio-1-1 .godam-gallery-item__video-wrapper{aspect-ratio:1/1}.godam-video-product-gallery--carousel .godam-video-product-gallery__container{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.godam-video-product-gallery--carousel .godam-video-product-gallery__container::-webkit-scrollbar{display:none}.godam-video-product-gallery--carousel .godam-video-product-gallery-item{flex:0 0 var(--gallery-item-width);scroll-snap-align:start}.godam-video-product-gallery--grid .godam-video-product-gallery__container{display:grid;grid-template-columns:repeat(auto-fill, minmax(var(--gallery-item-width), 1fr))}.godam-gallery-item__product{position:relative;padding:10px;background:var(--product-bg);display:flex;align-items:center;gap:8px}.godam-gallery-item__product-image{width:40px;height:40px;object-fit:cover;border-radius:6px;flex-shrink:0}.godam-gallery-item__product-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.godam-gallery-item__product-name{margin:0;font-size:12px;font-weight:600;line-height:1.3;color:#333;transition:color .2s ease;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.godam-gallery-item__product-link{display:flex;gap:10px;text-decoration:none;color:inherit;flex:1;min-width:0}.godam-gallery-item__product-link:hover .godam-gallery-item__product-name{color:var(--wp--preset--color--primary, #0073aa)}.godam-gallery-item__add-to-cart,.godam-gallery-item__product-dropdown-toggle,.cta-dropdown-add-to-cart{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0 !important;border:none;border-radius:.5rem;cursor:pointer;transition:transform .15s ease,opacity .15s ease;text-decoration:none;line-height:1}.godam-gallery-item__add-to-cart svg,.godam-gallery-item__product-dropdown-toggle svg,.cta-dropdown-add-to-cart svg{display:block;width:18px;height:18px}.godam-gallery-item__add-to-cart:hover,.godam-gallery-item__product-dropdown-toggle:hover,.cta-dropdown-add-to-cart:hover{transform:scale(1.1);opacity:.9}.godam-gallery-item__add-to-cart:active,.godam-gallery-item__product-dropdown-toggle:active,.cta-dropdown-add-to-cart:active{transform:scale(0.95)}.godam-gallery-item__add-to-cart.is-loading,.godam-gallery-item__product-dropdown-toggle.is-loading,.cta-dropdown-add-to-cart.is-loading{pointer-events:none;opacity:.7}.godam-gallery-item__add-to-cart.is-loading .godam-gallery-item__add-to-cart-spinner,.godam-gallery-item__add-to-cart.is-loading .cta-dropdown-add-to-cart-spinner,.godam-gallery-item__product-dropdown-toggle.is-loading .godam-gallery-item__add-to-cart-spinner,.godam-gallery-item__product-dropdown-toggle.is-loading .cta-dropdown-add-to-cart-spinner,.cta-dropdown-add-to-cart.is-loading .godam-gallery-item__add-to-cart-spinner,.cta-dropdown-add-to-cart.is-loading .cta-dropdown-add-to-cart-spinner{animation:godam-spin .8s linear infinite}.godam-gallery-item__add-to-cart.is-added,.godam-gallery-item__product-dropdown-toggle.is-added,.cta-dropdown-add-to-cart.is-added{pointer-events:none}@keyframes godam-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.godam-gallery-item__product-price{margin:0;font-size:12px;font-weight:700;color:#111;display:flex;gap:8px}.godam-gallery-item__product-price del{color:#999;font-weight:400}.godam-gallery-item__product-price ins{text-decoration:none}.godam-gallery-item__product-variants{display:flex;flex-direction:column;gap:2px;margin-top:2px}.godam-gallery-item__variant-group{display:flex;align-items:center;gap:4px;font-size:10px;color:#666}.godam-gallery-item__variant-label{font-weight:500}.godam-gallery-item__variant-options{color:#333}.godam-gallery-item__variant-more{color:#0073aa;font-weight:500}.godam-video-product-gallery__nav{position:absolute;top:50%;transform:translateY(-100%);display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:50%;background:hsla(0,0%,100%,.95);color:#333;cursor:pointer;z-index:20;transition:transform .2s ease,background .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.15)}.godam-video-product-gallery__nav:hover{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.2)}.godam-video-product-gallery__nav svg{width:20px;height:20px}.godam-video-product-gallery__nav--prev{left:8px}.godam-video-product-gallery__nav--next{right:8px}@media(max-width: 768px){.godam-video-product-gallery__nav{width:32px;height:32px}.godam-video-product-gallery__nav svg{width:18px;height:18px}}@container gallery-item (max-width: 220px){.godam-gallery-item__product{padding-top:30px}.godam-gallery-item__product .godam-gallery-item__product-image{position:absolute;top:-20px;z-index:99}.cta-wrapper.cta-wrapper{bottom:20px}}.godam-vpg-modal-overlay{position:fixed;inset:0;z-index:990;background:rgba(0,0,0,.4);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}@media screen and (max-width: 600px){.godam-vpg-modal-overlay{background-color:#111 !important}}.godam-vpg-modal-overlay.is-active{opacity:1;visibility:visible;pointer-events:auto}.godam-vpg-modal-wrapper{--godam-vpg-modal-radius: 12px;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);z-index:995;display:flex;gap:0;max-height:min(90dvh,800px);opacity:0;pointer-events:none;transition:opacity .3s ease}.godam-vpg-modal-wrapper .video-js{padding-top:min(90dvh,800px) !important}.godam-vpg-modal-wrapper .video-js video{object-fit:cover !important}@media screen and (max-width: 600px){.godam-vpg-modal-wrapper{max-height:100dvh;height:100dvh;overflow:visible}.godam-vpg-modal-wrapper .video-js{padding-top:100dvh !important}}.godam-vpg-modal-wrapper.is-active{opacity:1;pointer-events:auto}.godam-vpg-modal-wrapper .godam-video-product-gallery-item--ratio-9-16 .godam-gallery-item__video-wrapper,.godam-vpg-modal-wrapper .godam-video-product-gallery-item--ratio-16-9 .godam-gallery-item__video-wrapper,.godam-vpg-modal-wrapper .godam-video-product-gallery-item--ratio-4-3 .godam-gallery-item__video-wrapper,.godam-vpg-modal-wrapper .godam-video-product-gallery-item--ratio-1-1 .godam-gallery-item__video-wrapper{aspect-ratio:unset !important}.godam-vpg-modal-wrapper .godam-video-product-gallery-item .godam-gallery-item__play-icon{opacity:0 !important;display:none !important}.godam-vpg-modal-wrapper .godam-video-product-gallery-item .vjs-play-control{display:none !important;opacity:0 !important}.godam-vpg-modal-wrapper .godam-video-product-gallery-item--modal{position:relative !important;top:auto !important;left:auto !important;transform:none;z-index:auto !important;opacity:1;max-width:480px !important;width:480px !important;max-height:90dvh !important;flex-shrink:0;border-radius:var(--godam-vpg-modal-radius) !important;overflow:hidden !important}@media screen and (max-width: 600px){.godam-vpg-modal-wrapper .godam-video-product-gallery-item--modal{max-height:100dvh !important;height:100dvh !important;max-width:100vw !important;width:100vw !important;border-radius:0 !important}}.godam-vpg-modal-wrapper .godam-video-product-gallery-item--modal .godam-gallery-item__video-wrapper .vjs-control-bar{display:flex !important}.godam-vpg-modal-wrapper .godam-video-product-gallery-item--modal .godam-gallery-item__product{position:absolute;bottom:0;left:0;right:0;padding:12px;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);border-radius:1rem;margin:1rem;z-index:999}@media screen and (min-width: 1024px){.godam-vpg-modal-wrapper .godam-video-product-gallery-item--modal .godam-gallery-item__product{display:none}}.godam-vpg-modal-wrapper .godam-video-product-gallery-item--modal .godam-gallery-item__product .godam-gallery-item__product-name,.godam-vpg-modal-wrapper .godam-video-product-gallery-item--modal .godam-gallery-item__product .godam-gallery-item__product-price{color:#fff}.godam-vpg-modal-wrapper .godam-video-product-gallery-item--modal .godam-gallery-item__product .godam-gallery-item__product-link:hover .godam-gallery-item__product-name{color:#ddd}.godam-vpg-modal-wrapper .godam-video-product-gallery-item--modal:has(+.godam-vpg-modal-sidebar.is-active){border-radius:var(--godam-vpg-modal-radius) 0 0 var(--godam-vpg-modal-radius) !important}@media(max-width: 1024px){.godam-vpg-modal-wrapper .godam-video-product-gallery-item--modal:has(+.godam-vpg-modal-sidebar.is-active){border-radius:var(--godam-vpg-modal-radius) !important}}@media screen and (max-width: 600px){.godam-vpg-modal-wrapper .godam-video-product-gallery-item--modal:has(+.godam-vpg-modal-sidebar.is-active){border-radius:0 !important}}.godam-vpg-modal-close{position:fixed;z-index:999;top:16px;right:16px;width:40px;height:40px;padding:0;border:.35px solid hsla(0,0%,100%,.2);border-radius:50%;background-color:rgba(0,0,0,.5);backdrop-filter:blur(8px);color:#fff;cursor:pointer;display:none;align-items:center;justify-content:center;transition:background .2s ease}.godam-vpg-modal-close:hover{background-color:rgba(0,0,0,.6)}.godam-vpg-modal-close.is-active{display:flex}.godam-vpg-modal-close svg{width:20px;height:20px}.godam-vpg-modal-nav{position:fixed;z-index:999;top:50%;transform:translateY(-50%);width:44px;height:44px;padding:0;border:none;border-radius:50%;background-color:rgba(0,0,0,.5);backdrop-filter:blur(8px);color:#fff;cursor:pointer;display:none;align-items:center;justify-content:center;transition:background .2s ease}.godam-vpg-modal-nav:hover{background-color:rgba(0,0,0,.6)}.godam-vpg-modal-nav.is-active{display:flex}.godam-vpg-modal-nav svg{width:24px;height:24px}.godam-vpg-modal-nav--prev{left:16px}.godam-vpg-modal-nav--next{right:16px}.godam-vpg-modal-sidebar{width:400px;max-height:90dvh;overflow-y:auto;background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.5);flex-shrink:0;display:none;border-radius:0 var(--godam-vpg-modal-radius) var(--godam-vpg-modal-radius) 0}.godam-vpg-modal-sidebar.is-active{display:flex;flex-direction:column}@media(max-width: 1024px){.godam-vpg-modal-sidebar{display:none !important}}.godam-vpg-modal-sidebar .godam-vpg-sidebar-product{padding:20px;flex:1}.godam-vpg-modal-sidebar .godam-vpg-sidebar-spinner{display:flex;align-items:center;justify-content:center;padding:60px 20px}.godam-vpg-modal-sidebar .godam-vpg-sidebar-spinner::after{content:"";width:28px;height:28px;border:3px solid #e0e0e0;border-top-color:#333;border-radius:50%;animation:godam-spin .8s linear infinite}.godam-vpg-modal-sidebar .godam-main-image{background-color:#f2f2f2}.godam-vpg-modal-sidebar .godam-main-image img{width:100%;height:200px;object-fit:contain;border-radius:8px;display:block}.godam-vpg-modal-sidebar .godam-thumbnail-carousel{display:flex;align-items:center;gap:4px;margin-top:8px}.godam-vpg-modal-sidebar .godam-thumbnail-carousel .godam-thumbnail-container{flex:1;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.godam-vpg-modal-sidebar .godam-thumbnail-carousel .godam-thumbnail-container::-webkit-scrollbar{display:none}.godam-vpg-modal-sidebar .godam-thumbnail-carousel .godam-thumbnail-track{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.godam-vpg-modal-sidebar .godam-thumbnail-carousel .godam-thumbnail-track::-webkit-scrollbar{display:none}.godam-vpg-modal-sidebar .godam-thumbnail-carousel .godam-thumbnail-prev,.godam-vpg-modal-sidebar .godam-thumbnail-carousel .godam-thumbnail-next{width:30px;height:30px;border-radius:100px;display:flex;justify-content:center;align-items:center}.godam-vpg-modal-sidebar .godam-thumbnail-item{flex-shrink:0;cursor:pointer;border:2px solid rgba(0,0,0,0);border-radius:4px;transition:border-color .2s ease}.godam-vpg-modal-sidebar .godam-thumbnail-item.active{border-color:#333}.godam-vpg-modal-sidebar .godam-thumbnail-item .godam-thumbnail-image{width:60px;height:60px;object-fit:cover}.godam-vpg-modal-sidebar .godam-thumbnail-item img{object-fit:cover;border-radius:3px;display:block}.godam-vpg-modal-sidebar .godam-thumbnail-nav{flex-shrink:0;background:none;border:1px solid #333;padding:2px;cursor:pointer;color:#666}.godam-vpg-modal-sidebar .godam-thumbnail-nav:hover{color:#333}.godam-vpg-modal-sidebar .godam-thumbnail-nav svg{width:18px;height:18px}.godam-vpg-modal-sidebar .godam-sidebar-hero__actions a,.godam-vpg-modal-sidebar .godam-sidebar-hero__actions button{width:100%;height:45px;display:inline-flex;align-items:center !important;justify-content:center !important;border-radius:clamp(0px,var(--rtgodam-woo-video-modal-addtocartradius, 8px),.2rem);overflow:hidden;outline:none !important;border:var(--rtgodam-woo-video-modal-addtocartborder, 1px solid rgb(28, 28, 28));padding:0 !important;font-size:var(--rtgodam-woo-video-modal-addtocartfontsize, 14px);margin:0 !important;cursor:pointer !important;text-decoration:none !important;color:var(--rtgodam-woo-video-modal-addtocartfontcolor, rgb(255, 255, 255));background-color:var(--rtgodam-woo-video-modal-addtocartbgcolor, rgb(28, 28, 28))}.godam-vpg-modal-sidebar .godam-sidebar-hero__actions a:hover,.godam-vpg-modal-sidebar .godam-sidebar-hero__actions button:hover{opacity:.85}.godam-vpg-modal-sidebar .godam-sidebar-hero__actions a .godam-add-to-cart-icon,.godam-vpg-modal-sidebar .godam-sidebar-hero__actions button .godam-add-to-cart-icon{display:flex;align-items:center}.godam-vpg-modal-sidebar .godam-sidebar-hero__actions a .godam-add-to-cart-icon svg,.godam-vpg-modal-sidebar .godam-sidebar-hero__actions button .godam-add-to-cart-icon svg{width:16px;height:16px}.godam-vpg-modal-sidebar .godam-sidebar-hero__actions a.loading,.godam-vpg-modal-sidebar .godam-sidebar-hero__actions button.loading{opacity:.6;pointer-events:none}.godam-vpg-modal-sidebar .godam-sidebar-divider{border:none;height:1px;background:#e0e0e0;margin:20px 0}.godam-vpg-modal-sidebar .godam-sidebar-product-toggle{cursor:pointer}.godam-vpg-modal-sidebar .godam-sidebar-product-toggle .godam-sidebar-product-toggle__header{display:flex;align-items:center;font-size:.9rem;font-weight:400;color:#5f5f5f;gap:8px}.godam-vpg-modal-sidebar .godam-sidebar-product-toggle .godam-sidebar-product-toggle__header .godam-toggle-icon{display:flex;align-items:center;transition:transform .3s ease}.godam-vpg-modal-sidebar .godam-sidebar-product-toggle .godam-sidebar-product-toggle__header .godam-toggle-icon svg{width:18px;height:18px}.godam-vpg-modal-sidebar .godam-sidebar-product-toggle[data-expanded=true] .godam-toggle-icon{transform:rotate(180deg)}.godam-vpg-modal-sidebar .godam-single-product-sidebar-content,.godam-vpg-modal-sidebar .godam-image-gallery,.godam-vpg-modal-sidebar .godam-sidebar-multiple-list{overflow:hidden;transition:max-height .3s ease,opacity .3s ease}.godam-vpg-modal-sidebar .godam-single-product-sidebar-content.is-collapsed,.godam-vpg-modal-sidebar .godam-image-gallery.is-collapsed,.godam-vpg-modal-sidebar .godam-sidebar-multiple-list.is-collapsed{max-height:0;opacity:0;padding-top:0}.godam-vpg-modal-sidebar .godam-single-product-sidebar-content:not(.is-collapsed),.godam-vpg-modal-sidebar .godam-image-gallery:not(.is-collapsed),.godam-vpg-modal-sidebar .godam-sidebar-multiple-list:not(.is-collapsed){max-height:2000px;opacity:1;margin-top:16px}.godam-vpg-modal-sidebar .godam-sidebar-product-title h3{margin:0 0 6px;font-size:1rem;font-weight:600;color:#1c1c1c}.godam-vpg-modal-sidebar .godam-sidebar-product-price{margin:0 0 8px;font-size:.9rem;font-weight:600;color:#1c1c1c}.godam-vpg-modal-sidebar .godam-sidebar-product-rating{display:flex;gap:2px;margin-bottom:8px}.godam-vpg-modal-sidebar .godam-sidebar-product-description{font-size:.85rem;line-height:1.5;color:#444;margin:8px 0 0}.godam-vpg-modal-sidebar .godam-sidebar-product-description p{margin:0 0 8px}.godam-vpg-modal-sidebar .godam-single-sidebar-small-cart-button{display:none}.godam-vpg-modal-sidebar .godam-sidebar-hero{display:flex;align-items:center;gap:16px;padding-bottom:16px}.godam-vpg-modal-sidebar .godam-sidebar-hero .godam-sidebar-hero__media img{width:5rem;height:5rem;object-fit:cover;border-radius:6px;display:block}.godam-vpg-modal-sidebar .godam-sidebar-hero .godam-sidebar-hero__content{flex:1}.godam-vpg-modal-sidebar .godam-sidebar-hero .godam-sidebar-hero__content h3{margin:0 0 8px;font-size:1rem;font-weight:500;color:#1c1c1c;line-height:1.2}.godam-vpg-modal-sidebar .godam-sidebar-hero .godam-sidebar-hero__content .godam-sidebar-hero__price{margin:0;font-size:.9rem;color:#1c1c1c;display:flex;align-items:center;gap:8px}.godam-vpg-modal-sidebar .godam-sidebar-hero .godam-sidebar-hero__content .godam-sidebar-hero__price del{color:#8f8f8f;font-weight:400}.godam-vpg-modal-sidebar .godam-sidebar-hero .godam-sidebar-hero__content .godam-sidebar-hero__price ins{text-decoration:none;font-weight:500}.godam-video-product-gallery-item--placeholder{visibility:hidden;pointer-events:none}body.godam-vpg-modal-open{overflow:hidden !important}body.admin-bar .godam-vpg-modal-overlay{top:32px}body.admin-bar .godam-vpg-modal-wrapper{top:calc(50% + 16px)}body.admin-bar .godam-vpg-modal-close{top:48px}body.admin-bar .godam-vpg-modal-nav{top:calc(50% + 16px)}@media(max-width: 782px){body.admin-bar .godam-vpg-modal-overlay{top:46px}body.admin-bar .godam-vpg-modal-wrapper{top:calc(50% + 23px)}body.admin-bar .godam-vpg-modal-close{top:62px}body.admin-bar .godam-vpg-modal-nav{top:calc(50% + 23px)}}@media(max-width: 600px){body.admin-bar .godam-vpg-modal-overlay{top:0}body.admin-bar .godam-vpg-modal-wrapper{top:50%}body.admin-bar .godam-vpg-modal-close{top:16px}body.admin-bar .godam-vpg-modal-nav{top:50%}.godam-vpg-modal-nav{display:none !important}.godam-vpg-modal-wrapper .godam-video-product-gallery-item--modal{will-change:transform,opacity}}.godam-gallery-item__product-dropdown-toggle svg{transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1)}.godam-gallery-item__product-dropdown-toggle.is-open svg{transform:rotate(180deg)}.cta-wrapper{position:absolute;bottom:0;left:0;right:0;margin:5px;z-index:11}.cta-wrapper .cta-dropdown{position:absolute;bottom:100%;width:100%;max-height:180px;overflow-y:auto;box-sizing:border-box;background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.15);padding:9px;z-index:9999;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .25s ease}.cta-wrapper .cta-dropdown.is-active{opacity:1;visibility:visible;transform:translateY(0)}.cta-wrapper .cta-dropdown.has-scroll::after{content:"↓";position:absolute;bottom:8px;left:50%;transform:translateX(-50%);font-size:18px;font-weight:600;color:var(--godam-product-gallery-dropdown-icon-color, rgb(28, 28, 28));background:var(--godam-product-gallery-dropdown-bg-color, rgb(255, 255, 255));border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(0,0,0,.12);pointer-events:none;animation:bounce 1.5s infinite;transition:opacity .3s ease}.cta-wrapper .cta-dropdown.has-scroll.scrolled::after{opacity:0;pointer-events:none}@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(6px)}}.cta-wrapper .cta-dropdown .cta-dropdown-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px;border-radius:8px;transition:background .2s ease}.cta-wrapper .cta-dropdown .cta-dropdown-item:hover{background:#f5f5f5}.cta-wrapper .cta-dropdown .cta-dropdown-item .cta-dropdown-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;flex:1}.cta-wrapper .cta-dropdown .cta-dropdown-item .cta-dropdown-image{width:45px;height:45px;object-fit:cover;border-radius:6px}.cta-wrapper .cta-dropdown .cta-dropdown-item .cta-dropdown-details{display:flex;flex-direction:column}.cta-wrapper .cta-dropdown .cta-dropdown-item .cta-dropdown-name{font-size:12px;font-weight:600;margin:0}.cta-wrapper .cta-dropdown .cta-dropdown-item .cta-dropdown-price{font-size:12px;color:#666;margin:0}.cta-wrapper .cta-dropdown .cta-dropdown-item .cta-dropdown-add-to-cart{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;cursor:pointer;background:#000;color:#fff;transition:all .2s ease}.cta-wrapper .cta-dropdown .cta-dropdown-item .cta-dropdown-add-to-cart:hover{transform:scale(1.05);background:#222}
