/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/src/blocks/godam-video-product-gallery/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Frontend styles for GoDAM Video Product Gallery.
 */
.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;
  max-width: 100%;
  min-width: 0;
}
.godam-video-product-gallery:not(.alignfull):not(.alignwide) {
  width: 100%;
}
.godam-video-product-gallery__container {
  display: flex;
  width: 100%;
  gap: var(--gallery-gap);
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  align-items: start;
  max-width: 100%;
  min-width: 0;
}
.wp-block-cover .godam-video-product-gallery.alignfull,
.is-layout-flex .godam-video-product-gallery.alignfull {
  width: 100% !important;
  max-width: 100vw !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.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 .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, 0.5);
  backdrop-filter: blur(4px);
  color: #fff;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.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;
  padding-bottom: 8px;
}
.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 .godam-gallery-item__product-link {
  display: flex;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  flex: 1;
  min-width: 0;
}
.godam-gallery-item__product .godam-gallery-item__product-link .godam-gallery-item__product-image {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}
.godam-gallery-item__product .godam-gallery-item__product-link .godam-gallery-item__product-details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.godam-gallery-item__product .godam-gallery-item__product-link .godam-gallery-item__product-details p.godam-gallery-item__product-name {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.godam-gallery-item__product .godam-gallery-item__product-link .godam-gallery-item__product-details p.godam-gallery-item__product-price {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #111;
  display: flex;
  gap: 8px;
  text-align: left;
}
.godam-gallery-item__product .godam-gallery-item__product-link .godam-gallery-item__product-details p.godam-gallery-item__product-price del {
  color: #999;
  font-weight: 400;
}
.godam-gallery-item__product .godam-gallery-item__product-link .godam-gallery-item__product-details p.godam-gallery-item__product-price ins {
  text-decoration: none;
}
.godam-gallery-item__product .godam-gallery-item__product-link:hover p.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: 0.5rem;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.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: 0.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: 0.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 0.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-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: rgba(255, 255, 255, 0.95);
  color: #333;
  cursor: pointer;
  z-index: 20;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 0;
}
.godam-video-product-gallery__nav:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.godam-video-product-gallery__nav svg {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}
.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-woo-video-modal-video .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, 0.5);
  backdrop-filter: blur(4px);
  border-radius: 1rem;
  margin: 1rem;
  z-index: 999;
}
@media screen and (min-width: 1024px) {
  .godam-woo-video-modal-video .godam-video-product-gallery-item--modal .godam-gallery-item__product {
    display: none;
  }
}
.godam-woo-video-modal-video .godam-video-product-gallery-item--modal .godam-gallery-item__product p.godam-gallery-item__product-name,
.godam-woo-video-modal-video .godam-video-product-gallery-item--modal .godam-gallery-item__product p.godam-gallery-item__product-price {
  color: #fff;
}
.godam-woo-video-modal-video .godam-video-product-gallery-item--modal .godam-gallery-item__product .godam-gallery-item__product-link:hover p.godam-gallery-item__product-name {
  color: #ddd;
}
.godam-vpg-modal-sidebar {
  width: 400px;
  max-height: min(90dvh, 800px);
  height: min(90dvh, 800px);
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  flex-shrink: 0;
  display: none;
  border-radius: 0 var(--godam-woo-video-modal-radius) var(--godam-woo-video-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 0.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 transparent;
  border-radius: 4px;
  transition: border-color 0.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-for-woo-video-modal-addtocartradius, 8px), 0.2rem);
  overflow: hidden;
  outline: none !important;
  border: var(--rtgodam-for-woo-video-modal-addtocartborder, 1px solid rgb(28, 28, 28));
  padding: 0 !important;
  font-size: var(--rtgodam-for-woo-video-modal-addtocartfontsize, 14px);
  margin: 0 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  color: var(--rtgodam-for-woo-video-modal-addtocartfontcolor, rgb(255, 255, 255));
  background-color: var(--rtgodam-for-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: 0.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: 0.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: 0.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 0.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 0.3s ease, opacity 0.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: 0.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: 0.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: 0.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-gallery-item__product-dropdown-toggle svg {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* When active → rotate */
.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, 0.15);
  padding: 9px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.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, 0.12);
  pointer-events: none;
  animation: bounce 1.5s infinite;
  transition: opacity 0.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 0.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 0.2s ease;
}
.cta-wrapper .cta-dropdown .cta-dropdown-item .cta-dropdown-add-to-cart:hover {
  transform: scale(1.05);
  background: #222;
}
.godam-vpg-error-toast {
  position: absolute;
  transform: translateX(-50%) translateY(8px);
  z-index: 99999;
  background: rgba(30, 30, 30, 0.92);
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  padding: 8px 14px;
  border-radius: 6px;
  white-space: normal;
  width: calc(100% - 2rem);
  word-break: break-word;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.godam-vpg-error-toast--visible {
  opacity: 1;
  transform: translateX(-50%) translateY(-100px);
}

/*# sourceMappingURL=style-index.css.map*/