.vyra-products {
  --vyra-products-burgundy: #015347;
  --vyra-products-ink: #232323;
  --vyra-products-white: #ffffff;
  --vyra-products-muted: #efefef;
  color: var(--vyra-products-ink);
  font-family: inherit;
}

/* Mintalyst header override */
.cdosga_menu{position:relative!important;z-index:50!important;width:100%!important;max-width:none!important;min-height:154px!important;margin:0!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}
.cdosga_menu_inner{width:min(1120px,calc(100% - 48px))!important;min-height:154px!important;margin:0 auto!important;display:grid!important;grid-template-columns:320px minmax(260px,1fr) 210px!important;align-items:center!important;gap:48px!important;padding:0!important;background:transparent!important}
.cdosga_logo{align-self:end!important;width:318px!important;min-height:145px!important;display:grid!important;place-items:center!important;border-radius:0 0 18px 18px!important;background:#fff!important;text-decoration:none!important}
.cdosga_logo img{width:260px!important;max-width:90%!important;height:auto!important;max-height:none!important;object-fit:contain!important}
.cdosga_nav,.cdosga_mobile_button,.cdosga_mobile_panel,.cdosga_search_overlay{display:none!important}
.cdosga_header_search{position:relative!important;width:min(100%,300px)!important;justify-self:center!important;display:grid!important;grid-template-columns:minmax(0,1fr) 46px!important;align-items:center!important;border-radius:12px!important;background:#015347!important;color:#fff!important}
.cdosga_header_search input[type=search]{width:100%!important;min-height:49px!important;border:0!important;border-radius:12px 0 0 12px!important;padding:0 6px 0 26px!important;background:transparent!important;color:#fff!important;font:inherit!important;font-size:20px!important;outline:0!important}
.cdosga_header_search input[type=search]::placeholder{color:rgba(255,255,255,.88)!important;opacity:1!important}
.cdosga_header_search button{width:46px!important;height:49px!important;display:grid!important;place-items:center!important;border:0!important;border-radius:0 12px 12px 0!important;padding:0!important;background:transparent!important;color:#fff!important;cursor:pointer!important}
.cdosga_header_search button svg{width:31px!important;height:31px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.3px!important;stroke-linecap:round!important}
.cdosga_header_search_results{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;right:0!important;z-index:80!important;display:none!important;max-height:360px!important;overflow:auto!important;border:1px solid rgba(1,83,71,.18)!important;border-radius:10px!important;background:#fff!important;box-shadow:0 18px 34px rgba(35,35,35,.14)!important}
.cdosga_header_search_results.is-visible{display:grid!important}
.cdosga_header_search_item{display:grid!important;grid-template-columns:52px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;padding:9px 12px!important;color:#232323!important;text-decoration:none!important}
.cdosga_header_search_item:hover,.cdosga_header_search_item:focus{background:rgba(1,83,71,.08)!important}
.cdosga_header_search_item img,.cdosga_header_search_item span{width:52px!important;height:52px!important;border-radius:8px!important;background:#eef2f1!important;object-fit:cover!important}
.cdosga_header_search_item strong{min-width:0!important;overflow-wrap:anywhere!important;font-size:14px!important;line-height:1.25!important}
.cdosga_header_search_empty{padding:14px!important;color:#667085!important;font-size:14px!important}
.cdosga_actions{display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:20px!important}
.cdosga_icon_button{position:relative!important;width:43px!important;height:43px!important;display:inline-grid!important;place-items:center!important;border:0!important;border-radius:0!important;padding:0!important;background:transparent!important;color:#015347!important;text-decoration:none!important}
.cdosga_icon_button svg{width:43px!important;height:43px!important;fill:currentColor!important;stroke:currentColor!important;stroke-width:0!important}
.cdosga_cart_button svg{fill:none!important;stroke:currentColor!important;stroke-width:2.8px!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.cdosga_cart_count{position:absolute!important;right:-7px!important;top:-7px!important}
@media (max-width:900px){.cdosga_menu,.cdosga_menu_inner{min-height:auto!important}.cdosga_menu_inner{width:min(100% - 28px,680px)!important;grid-template-columns:1fr!important;gap:14px!important;padding:18px 0!important}.cdosga_logo{width:min(280px,100%)!important;min-height:auto!important;justify-self:center!important;align-self:center!important;border-radius:0!important}.cdosga_logo img{width:230px!important}.cdosga_header_search{width:min(100%,360px)!important}.cdosga_actions{justify-content:center!important}}

.cdosga_menu {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
  z-index: 50 !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 154px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  transition: min-height 180ms ease, box-shadow 180ms ease !important;
}

.cdosga_menu.is_fixed_ready {
  position: fixed !important;
}

.cdosga_menu_spacer {
  display: block !important;
  width: 100% !important;
  min-height: 1px !important;
  pointer-events: none !important;
}

.cdosga_menu_inner {
  width: min(1120px, calc(100% - 48px)) !important;
  min-height: 154px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 360px minmax(260px, 1fr) 210px !important;
  align-items: center !important;
  gap: 48px !important;
  padding: 0 !important;
  background: transparent !important;
  transition: min-height 180ms ease !important;
}

.cdosga_logo {
  align-self: end !important;
  justify-self: center !important;
  width: 358px !important;
  min-height: 160px !important;
  display: grid !important;
  align-items: center !important;
  justify-items: center !important;
  place-items: center !important;
  border-radius: 25px !important;
  background: #fff !important;
  text-decoration: none !important;
  transform: translateY(47px) !important;
  z-index: 2 !important;
}

.cdosga_logo img {
  display: block !important;
  width: 315px !important;
  max-width: 88% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

.cdosga_header_search {
  position: relative !important;
  width: min(100%, 300px) !important;
  justify-self: center !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 46px !important;
  align-items: center !important;
  border-radius: 12px !important;
  background: #015347 !important;
  color: #fff !important;
}

.cdosga_header_search input[type="search"] {
  width: 100% !important;
  min-height: 49px !important;
  border: 0 !important;
  border-radius: 12px 0 0 12px !important;
  padding: 0 6px 0 26px !important;
  background: transparent !important;
  color: #fff !important;
  font: inherit !important;
  font-family: var(--vyra-heading-font, var(--global-heading-font-family, inherit)) !important;
  font-size: 20px !important;
  outline: 0 !important;
}

.cdosga_header_search input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.88) !important;
  font-family: var(--vyra-heading-font, var(--global-heading-font-family, inherit)) !important;
  opacity: 1 !important;
}

.cdosga_header_search input[type="search"]::-webkit-search-cancel-button {
  filter: brightness(0) invert(1) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.cdosga_header_search input[type="search"]:not(:placeholder-shown)::-webkit-search-cancel-button {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.cdosga_header_search input[type="search"]::-ms-clear {
  color: #fff !important;
}

.cdosga_header_search button {
  width: 46px !important;
  height: 49px !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 0 12px 12px 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #fff !important;
  cursor: pointer !important;
}

.cdosga_header_search button svg {
  width: 31px !important;
  height: 31px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.3px !important;
  stroke-linecap: round !important;
}

.cdosga_header_search_results {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 80 !important;
  display: none !important;
  max-height: 360px !important;
  overflow: auto !important;
  border: 1px solid rgba(1, 83, 71, 0.18) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 18px 34px rgba(35, 35, 35, 0.14) !important;
}

.cdosga_header_search_results.is-visible {
  display: grid !important;
}

.cdosga_header_search_item {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 9px 12px !important;
  color: #232323 !important;
  text-decoration: none !important;
}

.cdosga_header_search_item:hover,
.cdosga_header_search_item:focus {
  background: rgba(1, 83, 71, 0.08) !important;
}

.cdosga_header_search_item img,
.cdosga_header_search_item span {
  width: 52px !important;
  height: 52px !important;
  border-radius: 8px !important;
  background: #eef2f1 !important;
  object-fit: cover !important;
}

.cdosga_header_search_item strong {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
}

.cdosga_header_search_empty {
  padding: 14px !important;
  color: #667085 !important;
  font-size: 14px !important;
}

.cdosga_actions {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 20px !important;
}

.cdosga_icon_button {
  position: relative !important;
  width: 43px !important;
  height: 43px !important;
  display: inline-grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0 !important;
  background: transparent !important;
  color: #015347 !important;
  text-decoration: none !important;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease !important;
}

.cdosga_icon_button svg {
  width: 43px !important;
  height: 43px !important;
  fill: currentColor !important;
  stroke: currentColor !important;
  stroke-width: 0 !important;
}

.cdosga_icon_button:hover,
.cdosga_icon_button:focus-visible {
  background: #015347 !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
}

.cdosga_icon_button::after {
  content: attr(aria-label) !important;
  position: absolute !important;
  top: calc(100% + 10px) !important;
  left: 50% !important;
  z-index: 90 !important;
  min-width: max-content !important;
  max-width: 180px !important;
  padding: 7px 10px !important;
  border-radius: 8px !important;
  background: #015347 !important;
  color: #fff !important;
  font-family: var(--vyra-heading-font, var(--global-heading-font-family, inherit)) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, -4px) !important;
  transition: opacity 160ms ease, transform 160ms ease !important;
}

.cdosga_icon_button:hover::after,
.cdosga_icon_button:focus-visible::after {
  opacity: 1 !important;
  transform: translate(-50%, 0) !important;
}

.cdosga_cart_button svg {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.8px !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.cdosga_cart_count {
  position: absolute !important;
  right: -7px !important;
  top: -7px !important;
}

@media (max-width: 900px) {
  .cdosga_menu,
  .cdosga_menu_inner {
    min-height: auto !important;
  }

  .cdosga_menu_inner {
    width: min(100% - 28px, 680px) !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 18px 0 !important;
  }

  .cdosga_logo {
    width: min(320px, 100%) !important;
    min-height: 118px !important;
    justify-self: center !important;
    align-self: center !important;
    border-radius: 25px !important;
    transform: translateY(0) !important;
  }

  .cdosga_logo img {
    width: min(275px, 86%) !important;
  }

  .cdosga_header_search {
    width: min(100%, 360px) !important;
  }

  .cdosga_actions {
    justify-content: center !important;
  }
}

.vyra-product-favorite-form {
  margin: 0;
}

.vyra-product-favorite {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-grid;
  place-items: center;
  border: 2px solid #015347;
  border-radius: 999px;
  background: #fff;
  color: #015347;
  font: inherit;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.vyra-product-favorite:hover,
.vyra-product-favorite:focus,
.vyra-product-favorite.is-favorite {
  background: #015347;
  color: #fff;
}

.vyra-customer-area {
  width: min(1120px, calc(100% - 32px));
  margin: 42px auto;
  color: #232323;
}

.vyra-customer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(1, 83, 71, 0.18);
  padding-bottom: 18px;
}

.vyra-customer-header h2,
.vyra-customer-panel h2,
.vyra-customer-panel h3 {
  margin: 0;
  color: #232323;
}

.vyra-customer-header p {
  margin: 6px 0 0;
}

.vyra-customer-logout {
  color: #015347;
  font-weight: 800;
}

.vyra-customer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 22px;
}

.vyra-customer-panel {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(1, 83, 71, 0.18);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
}

.vyra-customer-empty {
  margin: 0;
  color: #667085;
}

.vyra-customer-orders,
.vyra-customer-favorites {
  display: grid;
  gap: 12px;
}

.vyra-customer-order,
.vyra-customer-favorite {
  display: grid;
  gap: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 14px;
  background: #f8fafc;
}

.vyra-customer-order > div,
.vyra-customer-order footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.vyra-customer-order p {
  margin: 0;
}

.vyra-customer-status {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 10px;
  background: rgba(1, 83, 71, 0.1);
  color: #015347;
  font-size: 12px;
  font-weight: 900;
}

.vyra-customer-favorite {
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: center;
}

.vyra-customer-favorite__image {
  width: 86px;
  aspect-ratio: 1;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #eef2f1;
}

.vyra-customer-favorite__image img,
.vyra-customer-favorite__image span {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.vyra-customer-favorite h4,
.vyra-customer-favorite p {
  margin: 0;
}

.vyra-customer-favorite h4 a {
  color: #232323;
  text-decoration: none;
}

.vyra-customer-favorite__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.vyra-customer-favorite__actions .vyra-product-favorite {
  width: 36px;
  height: 36px;
  min-width: 36px;
  font-size: 19px;
}

.vyra-customer-panel .login-username,
.vyra-customer-panel .login-password,
.vyra-customer-panel .login-remember,
.vyra-customer-panel .login-submit {
  margin: 0 0 12px;
}

.vyra-customer-panel input[type="text"],
.vyra-customer-panel input[type="password"] {
  width: 100%;
}

@media (max-width: 820px) {
  .vyra-customer-header,
  .vyra-customer-order > div,
  .vyra-customer-order footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .vyra-customer-grid {
    grid-template-columns: 1fr;
  }
}

.vyra-products,
.vyra-products * {
  box-sizing: border-box;
}

.vyra-products-search {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  width: min(520px, 100%);
  margin: 0 0 28px auto;
  position: relative;
}

.vyra-products-search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 3px solid var(--vyra-products-burgundy);
  border-radius: 999px;
  transform: translateY(-50%);
  pointer-events: none;
}

.vyra-products-search-icon::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -6px;
  width: 8px;
  height: 3px;
  background: var(--vyra-products-burgundy);
  border-radius: 999px;
  transform: rotate(45deg);
}

.vyra-products-search input[type="search"] {
  width: 100%;
  min-height: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  padding: 10px 16px 10px 44px;
  color: var(--vyra-products-ink);
  background: var(--vyra-products-white);
  font: inherit;
}

.vyra-products-search button {
  cursor: pointer;
}

.vyra-products-search.has-live-search {
  grid-template-columns: 1fr;
}

.vyra-products-search.has-live-search button {
  display: none;
}

.vyra-products-layout {
  display: grid;
  grid-template-columns: minmax(0, calc((100% - 32px) * 0.3)) minmax(0, calc((100% - 32px) * 0.7));
  align-items: start;
  gap: 32px;
}

.vyra-products-sidebar {
  position: sticky;
  top: 15vh;
  align-self: start;
  padding-top: 8px;
  max-height: calc(100vh - 17vh);
  overflow: auto;
  scrollbar-width: thin;
}

.vyra-products-sidebar h2 {
  margin: 0 0 8px;
  color: var(--vyra-products-burgundy);
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1;
  text-transform: uppercase;
}

.vyra-products-mobile-filters {
  display: none;
}

.vyra-products-sidebar .vyra-products-order-control {
  margin: 34px 0 0 !important;
  padding-top: 8px;
}

.vyra-products-sidebar .vyra-products-order-control label {
  display: grid;
  gap: 7px;
}

.vyra-products-sidebar .vyra-products-order-control span {
  color: var(--vyra-products-burgundy);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.vyra-products-sidebar .vyra-products-order-control select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 8px 34px 8px 12px;
  background-color: var(--vyra-products-white);
  color: var(--vyra-products-ink);
  font: inherit;
  line-height: 1.2;
}

.vyra-products-categories {
  display: grid;
  justify-items: start;
  gap: 14px;
}

.vyra-products-categories a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--vyra-products-ink);
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}

.vyra-products-categories a:hover,
.vyra-products-categories a:focus,
.vyra-products-categories a:focus-visible,
.vyra-products-categories a.is-active {
  font-weight: 700;
}

.vyra-products-categories a.is-active {
  border-radius: 50px;
  padding: 6px 18px;
  background: var(--vyra-products-burgundy);
  color: var(--vyra-products-white);
}

.vyra-products-category-icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: block;
  background: currentColor;
  -webkit-mask-image: var(--vyra-category-icon-url);
  mask-image: var(--vyra-category-icon-url);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.vyra-products-category-icon--empty {
  background: transparent;
  -webkit-mask-image: none;
  mask-image: none;
}

.vyra-products-categories a[data-vyra-products-category=""] {
  text-align: center;
}

.vyra-products-categories a[data-vyra-products-category=""]::after {
  content: "";
  flex: 0 0 28px;
  width: 28px;
  height: 1px;
}

.vyra-products-categories a[data-vyra-products-category=""] .vyra-products-category-name {
  flex: 0 1 auto;
}

.vyra-products-category-name {
  min-width: 0;
}

.vyra-products-grid {
  display: grid;
  grid-template-columns: repeat(var(--vyra-products-columns, 3), minmax(0, 1fr));
  gap: 52px 24px !important;
  column-gap: 24px !important;
  row-gap: 52px !important;
}

.vyra-products-results {
  transition: opacity 160ms ease;
}

.vyra-products-results.is-loading {
  opacity: 0.45;
  pointer-events: none;
}

.vyra-product-card {
  min-width: 0;
}

.vyra-product-image {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50px;
  background: var(--vyra-products-muted);
  text-decoration: none;
  transition: transform 180ms ease;
  transform-origin: center;
}

.vyra-product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.vyra-product-card:hover .vyra-product-image,
.vyra-product-image:focus-visible {
  transform: scale(1.025);
}

.vyra-product-buy-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
}

.vyra-product-buy-row > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.vyra-product-price {
  flex: 1 1 0;
  min-width: 0;
  height: 34px;
  display: flex;
  align-items: center;
  color: var(--vyra-products-burgundy);
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.vyra-product-price:hover,
.vyra-product-price:focus,
.vyra-product-price:visited {
  color: var(--vyra-products-burgundy);
  text-decoration: none;
}

.vyra-product-cart-form {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  align-self: center;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.vyra-product-cart-form--woocommerce {
  flex-basis: 40px;
  width: 40px;
}

.vyra-products .vyra-product-cart {
  position: relative;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--vyra-products-ink);
  border-radius: 50px;
  background: var(--vyra-products-white);
  color: var(--vyra-products-ink);
  cursor: pointer;
  font: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
}

.vyra-products .vyra-product-cart::after {
  content: attr(data-vyra-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  z-index: 2;
  width: max-content;
  max-width: 180px;
  padding: 7px 10px;
  border-radius: 6px;
  background: #232323;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity 140ms ease, transform 140ms ease;
}

.vyra-products .vyra-product-cart:hover::after,
.vyra-products .vyra-product-cart:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.vyra-products .vyra-product-cart svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vyra-products .vyra-product-cart:hover,
.vyra-products .vyra-product-cart:focus,
.vyra-products .vyra-product-cart.is-added {
  border-color: #232323;
  background: #232323;
  color: #ffffff;
}

.vyra-products .vyra-product-cart:disabled {
  opacity: 0.65;
  cursor: progress;
}

.woocommerce-cart-form button[name="update_cart"],
.woocommerce-cart-form input[name="update_cart"] {
  display: none !important;
}

.woocommerce .woocommerce-cart-form,
.woocommerce .cart-collaterals,
.wp-block-woocommerce-cart {
  --vyra-products-burgundy: #015347;
  --vyra-products-ink: #232323;
  --vyra-products-white: #ffffff;
  --vyra-products-muted: #efefef;
  max-width: 100%;
  color: var(--vyra-products-ink);
  font-family: inherit;
  overflow-x: clip;
}

.woocommerce .woocommerce-cart-form table.shop_table {
  width: 100%;
  max-width: 100%;
  border: 0;
  border-collapse: collapse;
  margin: 0;
  table-layout: fixed;
}

.woocommerce .woocommerce-cart-form table.shop_table thead {
  display: none;
}

.woocommerce .woocommerce-cart-form table.shop_table tbody,
.woocommerce .woocommerce-cart-form table.shop_table tr.cart_item {
  display: grid;
  gap: 14px;
}

.woocommerce .woocommerce-cart-form table.shop_table tr.cart_item {
  grid-template-columns: 42px 142px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #e8e8e8;
}

.woocommerce .woocommerce-cart-form table.shop_table td {
  border: 0;
  padding: 0;
  background: transparent;
}

.woocommerce .woocommerce-cart-form .product-thumbnail a {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 1 / 1;
  background: var(--vyra-products-muted);
}

.woocommerce .woocommerce-cart-form .product-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.woocommerce .woocommerce-cart-form .product-name {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.woocommerce .woocommerce-cart-form .product-name > a {
  color: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
}

.woocommerce .woocommerce-cart-form .product-price,
.woocommerce .woocommerce-cart-form .product-subtotal {
  color: var(--vyra-products-burgundy);
  font-size: 1.2rem;
  font-weight: 800;
  white-space: nowrap;
}

.woocommerce .woocommerce-cart-form .product-quantity .quantity {
  display: flex;
  align-items: center;
}

.wc-block-components-quantity-selector,
.wc-block-cart .wc-block-components-quantity-selector {
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
}

.wc-block-components-quantity-selector:focus-within,
.wc-block-components-quantity-selector:hover,
.wc-block-cart .wc-block-components-quantity-selector:focus-within,
.wc-block-cart .wc-block-components-quantity-selector:hover {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.wc-block-components-quantity-selector::before,
.wc-block-components-quantity-selector::after,
.wc-block-cart .wc-block-components-quantity-selector::before,
.wc-block-cart .wc-block-components-quantity-selector::after {
  display: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  content: none !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.wc-block-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 50% !important;
  padding: 0 !important;
  background: #015347 !important;
  color: #ffffff !important;
  opacity: 1 !important;
  box-shadow: none !important;
  outline: none !important;
  appearance: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:not(:disabled):not([aria-disabled="true"]):hover,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:not(:disabled):not([aria-disabled="true"]):focus,
.wc-block-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:not(:disabled):not([aria-disabled="true"]):hover,
.wc-block-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:not(:disabled):not([aria-disabled="true"]):focus {
  background: #ffffff !important;
  color: #015347 !important;
  opacity: 1 !important;
  box-shadow: none !important;
  outline: none !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button[aria-disabled="true"],
.wc-block-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled,
.wc-block-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button[aria-disabled="true"] {
  background: #015347 !important;
  color: #ffffff !important;
  opacity: 0.45 !important;
  cursor: not-allowed !important;
}

.woocommerce .woocommerce-cart-form .product-quantity input.qty,
.wc-block-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  width: 72px;
  min-height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 6px 8px;
  background: #ffffff;
  color: var(--vyra-products-ink);
  font: inherit;
  line-height: 1 !important;
  text-align: center;
}

.woocommerce .woocommerce-cart-form a.remove {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--vyra-products-ink) !important;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
}

.woocommerce .woocommerce-cart-form a.remove:hover,
.woocommerce .woocommerce-cart-form a.remove:focus {
  background: var(--vyra-products-burgundy);
  color: #ffffff !important;
}

.woocommerce .woocommerce-cart-form .actions {
  display: block;
  padding-top: 18px;
}

.woocommerce .woocommerce-cart-form .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.woocommerce .woocommerce-cart-form .coupon input.input-text {
  min-height: 42px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 8px 12px;
}

.woocommerce .cart-collaterals {
  margin-top: 24px;
}

.woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
}

.woocommerce .cart_totals h2,
.wc-block-cart__totals-title {
  margin: 0 0 14px;
  color: var(--vyra-products-burgundy);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1;
  text-transform: uppercase;
}

.woocommerce .cart_totals table.shop_table,
.wc-block-components-totals-wrapper {
  border: 0;
  border-top: 1px solid #e8e8e8;
}

.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table td {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 0;
  background: transparent;
}

.woocommerce .wc-proceed-to-checkout {
  padding: 18px 0 0;
}

.wc-block-cart__submit,
.wc-block-cart__submit-container,
.wc-block-cart__submit-button-contained,
.wc-block-cart__submit .wp-block-button,
.wc-block-cart__submit-container .wp-block-button,
.wc-block-cart__submit-button-contained .wp-block-button,
.wp-block-woocommerce-proceed-to-checkout-block,
.wp-block-woocommerce-proceed-to-checkout-block .wp-block-button,
.wc-proceed-to-checkout {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  outline: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wc-block-cart__submit:hover,
.wc-block-cart__submit:focus-within,
.wc-block-cart__submit-container:hover,
.wc-block-cart__submit-container:focus-within,
.wc-block-cart__submit-button-contained:hover,
.wc-block-cart__submit-button-contained:focus-within,
.wc-block-cart__submit .wp-block-button:hover,
.wc-block-cart__submit .wp-block-button:focus-within,
.wc-block-cart__submit-container .wp-block-button:hover,
.wc-block-cart__submit-container .wp-block-button:focus-within,
.wc-block-cart__submit-button-contained .wp-block-button:hover,
.wc-block-cart__submit-button-contained .wp-block-button:focus-within,
.wp-block-woocommerce-proceed-to-checkout-block:hover,
.wp-block-woocommerce-proceed-to-checkout-block:focus-within,
.wp-block-woocommerce-proceed-to-checkout-block .wp-block-button:hover,
.wp-block-woocommerce-proceed-to-checkout-block .wp-block-button:focus-within,
.wc-proceed-to-checkout:hover,
.wc-proceed-to-checkout:focus-within {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  outline: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wc-block-cart__submit::before,
.wc-block-cart__submit::after,
.wc-block-cart__submit-container::before,
.wc-block-cart__submit-container::after,
.wc-block-cart__submit-button-contained::before,
.wc-block-cart__submit-button-contained::after,
.wc-block-cart__submit .wp-block-button::before,
.wc-block-cart__submit .wp-block-button::after,
.wc-block-cart__submit-container .wp-block-button::before,
.wc-block-cart__submit-container .wp-block-button::after,
.wc-block-cart__submit-button-contained .wp-block-button::before,
.wc-block-cart__submit-button-contained .wp-block-button::after,
.wp-block-woocommerce-proceed-to-checkout-block::before,
.wp-block-woocommerce-proceed-to-checkout-block::after,
.wp-block-woocommerce-proceed-to-checkout-block .wp-block-button::before,
.wp-block-woocommerce-proceed-to-checkout-block .wp-block-button::after,
.wc-proceed-to-checkout::before,
.wc-proceed-to-checkout::after {
  display: none !important;
  box-shadow: none !important;
  content: none !important;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .checkout-button,
.wc-block-cart__submit-button,
.wc-block-components-button {
  border: 0 !important;
  border-radius: 50px !important;
  box-sizing: border-box !important;
  padding: 12px 22px !important;
  background: #015347 !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  outline: none !important;
  overflow: hidden !important;
  text-decoration: none !important;
  text-transform: uppercase;
}

.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:focus-visible,
.woocommerce a.button:active,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:focus-visible,
.woocommerce button.button:active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:focus-visible,
.woocommerce input.button:active,
.woocommerce .checkout-button:hover,
.woocommerce .checkout-button:focus,
.woocommerce .checkout-button:focus-visible,
.woocommerce .checkout-button:active,
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus,
.wc-block-cart__submit-button:focus-visible,
.wc-block-cart__submit-button:active,
.wc-block-components-button:hover,
.wc-block-components-button:focus,
.wc-block-components-button:focus-visible,
.wc-block-components-button:active {
  background: #ffffff !important;
  color: rgb(124, 20, 28) !important;
  box-shadow: none !important;
  outline: none !important;
  filter: none !important;
  transform: none !important;
}

.wc-block-components-button::before,
.wc-block-components-button::after,
.wc-block-cart__submit-button::before,
.wc-block-cart__submit-button::after {
  display: none !important;
  box-shadow: none !important;
  content: none !important;
}

.wc-block-components-button *,
.wc-block-cart__submit-button *,
.woocommerce .checkout-button * {
  box-shadow: none !important;
  outline: none !important;
}

.woocommerce .checkout-button:hover,
.woocommerce .checkout-button:focus,
.woocommerce .checkout-button:focus-visible,
.woocommerce .checkout-button:active,
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus,
.wc-block-cart__submit-button:focus-visible,
.wc-block-cart__submit-button:active,
.wp-block-woocommerce-proceed-to-checkout-block a:hover,
.wp-block-woocommerce-proceed-to-checkout-block a:focus,
.wp-block-woocommerce-proceed-to-checkout-block a:focus-visible,
.wp-block-woocommerce-proceed-to-checkout-block a:active {
  background: #ffffff !important;
  border-color: #015347 !important;
  color: #015347 !important;
  box-shadow: none !important;
  filter: none !important;
  outline: none !important;
  text-shadow: none !important;
}

.wc-block-cart__submit-button::before,
.wc-block-cart__submit-button::after,
.wc-block-components-button::before,
.wc-block-components-button::after,
.wp-block-woocommerce-proceed-to-checkout-block a::before,
.wp-block-woocommerce-proceed-to-checkout-block a::after,
.wc-proceed-to-checkout a::before,
.wc-proceed-to-checkout a::after {
  display: none !important;
  box-shadow: none !important;
  content: none !important;
}

.wc-block-cart__submit-button,
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus,
.wc-block-cart__submit-button:focus-visible,
.wc-block-cart__submit-button:active,
.wp-block-woocommerce-proceed-to-checkout-block a,
.wp-block-woocommerce-proceed-to-checkout-block a:hover,
.wp-block-woocommerce-proceed-to-checkout-block a:focus,
.wp-block-woocommerce-proceed-to-checkout-block a:focus-visible,
.wp-block-woocommerce-proceed-to-checkout-block a:active,
.wc-proceed-to-checkout a.checkout-button,
.wc-proceed-to-checkout a.checkout-button:hover,
.wc-proceed-to-checkout a.checkout-button:focus,
.wc-proceed-to-checkout a.checkout-button:focus-visible,
.wc-proceed-to-checkout a.checkout-button:active {
  box-shadow: none !important;
  filter: none !important;
  outline: 0 !important;
  outline-offset: 0 !important;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce .cart-empty {
  padding: 18px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: var(--vyra-products-white);
  color: var(--vyra-products-ink);
}

.wc-block-cart-items,
.wc-block-cart-items__row {
  max-width: 100% !important;
  border-color: #e8e8e8 !important;
}

.wc-block-cart-items__row {
  padding: 14px 0 !important;
}

.wc-block-cart-items__row .wc-block-cart-item__image,
.wc-block-cart-items__row .wc-block-components-product-image {
  width: 142px !important;
  max-width: 142px !important;
}

.wc-block-cart-items__row .wc-block-cart-item__image img,
.wc-block-cart-items__row .wc-block-components-product-image img {
  width: 142px !important;
  height: 142px !important;
  max-width: 142px !important;
  object-fit: cover !important;
  border-radius: 18px !important;
}

.vyra-empty-cart-state {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: clamp(38px, 7vw, 90px) 18px;
  text-align: center;
}

.vyra-empty-cart-state svg,
.vyra-empty-cart-state img,
.vyra-empty-cart-state .wc-block-cart__empty-cart__title::before,
.vyra-empty-cart-state .wc-block-cart__empty-cart__title::after,
.vyra-empty-cart-state .wp-block-separator,
.vyra-empty-cart-state .wp-block-spacer,
.vyra-empty-cart-state .wp-block-woocommerce-empty-cart-block > *:empty {
  display: none !important;
}

.vyra-empty-cart-state .vyra-empty-cart-title,
.woocommerce .cart-empty {
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: #232323;
  font-size: clamp(1.6rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.08;
}

.vyra-empty-cart-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 50px;
  padding: 12px 24px;
  background: #015347;
  color: #ffffff !important;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
}

.vyra-empty-cart-button:hover,
.vyra-empty-cart-button:focus {
  background: #232323;
  color: #ffffff !important;
}

.woocommerce-order,
.wp-block-woocommerce-order-confirmation,
.wc-block-order-confirmation {
  --vyra-products-burgundy: #015347;
  --vyra-products-ink: #232323;
  --vyra-products-white: #ffffff;
  --vyra-products-muted: #efefef;
  max-width: 980px;
  margin: 28px auto clamp(34px, 6vh, 72px);
  color: var(--vyra-products-ink);
  font-family: inherit;
}

.woocommerce-order,
.woocommerce-order *,
.wp-block-woocommerce-order-confirmation,
.wp-block-woocommerce-order-confirmation *,
.wc-block-order-confirmation,
.wc-block-order-confirmation * {
  box-sizing: border-box;
}

.woocommerce-order .woocommerce-thankyou-order-received {
  margin: 0 0 22px;
  color: var(--vyra-products-burgundy);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 900;
  line-height: 1.05;
}

.woocommerce-order ul.order_details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
}

.woocommerce-order ul.order_details li {
  min-width: 0;
  margin: 0;
  border: 0;
  border-radius: 8px;
  padding: 18px 22px;
  background: var(--vyra-products-muted);
  color: var(--vyra-products-ink);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
  list-style: none;
  text-transform: none;
}

.woocommerce-order ul.order_details li strong {
  display: block;
  margin-top: 5px;
  color: var(--vyra-products-burgundy);
  font-size: 1rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details,
.wp-block-woocommerce-order-confirmation > *,
.wc-block-order-confirmation > * {
  max-width: 100%;
  margin-top: 22px;
}

.wp-block-woocommerce-order-confirmation ul,
.wc-block-order-confirmation ul {
  max-width: 100%;
  padding-left: 0;
}

.wp-block-woocommerce-order-confirmation li,
.wc-block-order-confirmation li {
  overflow-wrap: anywhere;
}

.wp-block-woocommerce-order-confirmation .wc-block-order-confirmation-summary-list > li,
.wc-block-order-confirmation .wc-block-order-confirmation-summary-list > li,
.wp-block-woocommerce-order-confirmation .wc-block-order-confirmation-summary-list-item,
.wc-block-order-confirmation .wc-block-order-confirmation-summary-list-item {
  border-radius: 8px;
  padding: 18px 22px;
  background: var(--vyra-products-muted);
}

.woocommerce-order table.shop_table {
  width: 100%;
  max-width: 100%;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.woocommerce-order table.shop_table *,
.wp-block-woocommerce-order-confirmation table *,
.wc-block-order-confirmation table * {
  max-width: 100%;
}

.wp-block-woocommerce-order-confirmation table,
.wc-block-order-confirmation table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.woocommerce-order table.shop_table th,
.woocommerce-order table.shop_table td {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 0;
  background: transparent;
  vertical-align: top;
}

.wp-block-woocommerce-order-confirmation th,
.wp-block-woocommerce-order-confirmation td,
.wc-block-order-confirmation th,
.wc-block-order-confirmation td {
  min-width: 0;
  overflow-wrap: anywhere;
  vertical-align: top;
}

.woocommerce-cart #wc-stripe-payment-request-wrapper,
.woocommerce-cart #wc-stripe-payment-request-button-separator,
.woocommerce-cart .wc-stripe-payment-request-wrapper,
.woocommerce-cart .wc-stripe-payment-request-button-separator,
.woocommerce-cart #wc-stripe-express-checkout-element,
.woocommerce-cart .wc-stripe-express-checkout-element,
.woocommerce-cart #wcpay-payment-request-wrapper,
.woocommerce-cart .wcpay-payment-request-wrapper,
.woocommerce-cart .wcpay-express-checkout-wrapper,
.woocommerce-cart .wcpay-express-checkout-button,
.woocommerce-cart .wc-block-components-express-payment,
.woocommerce-cart .wc-block-components-express-payment__event-buttons,
.woocommerce-cart .wc-block-components-express-payment-continue-rule,
.wp-block-woocommerce-cart #wc-stripe-payment-request-wrapper,
.wp-block-woocommerce-cart #wc-stripe-payment-request-button-separator,
.wp-block-woocommerce-cart .wc-stripe-payment-request-wrapper,
.wp-block-woocommerce-cart .wc-stripe-payment-request-button-separator,
.wp-block-woocommerce-cart #wc-stripe-express-checkout-element,
.wp-block-woocommerce-cart .wc-stripe-express-checkout-element,
.wp-block-woocommerce-cart #wcpay-payment-request-wrapper,
.wp-block-woocommerce-cart .wcpay-payment-request-wrapper,
.wp-block-woocommerce-cart .wcpay-express-checkout-wrapper,
.wp-block-woocommerce-cart .wcpay-express-checkout-button,
.wp-block-woocommerce-cart .wc-block-components-express-payment,
.wp-block-woocommerce-cart .wc-block-components-express-payment__event-buttons,
.wp-block-woocommerce-cart .wc-block-components-express-payment-continue-rule {
  display: none !important;
}

.vyra-cart-item-customization {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-top: 8px;
  font-size: 0.85rem;
  line-height: 1.25;
}

.woocommerce .wc-item-meta .vyra-cart-item-customization,
.woocommerce dl.variation .vyra-cart-item-customization {
  margin-top: 0;
}

.vyra-cart-item-customization span {
  color: #015347;
  font-weight: 800;
}

.vyra-cart-item-customization.is-complete span {
  color: #232323;
}

.vyra-cart-item-customization a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border-radius: 50px;
  padding: 7px 14px;
  background: #015347;
  color: #ffffff !important;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
}

.vyra-cart-item-customization.is-missing a:hover,
.vyra-cart-item-customization.is-missing a:focus {
  background: #ffffff;
  color: #015347 !important;
}

.vyra-cart-item-customization__edit {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px;
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box;
  border: 3px solid #015347 !important;
  border-radius: 50% !important;
  padding: 0 !important;
  background: #015347 !important;
  color: #ffffff !important;
  overflow: hidden;
  text-decoration: none !important;
  vertical-align: middle;
}

.woocommerce a[href*="vyra_cart_item"].vyra-cart-item-customization__edit,
.wc-block-cart a[href*="vyra_cart_item"].vyra-cart-item-customization__edit {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  border: 3px solid #015347 !important;
  border-radius: 50% !important;
  padding: 0 !important;
  background: #015347 !important;
  color: #ffffff !important;
  overflow: hidden !important;
  text-decoration: none !important;
  vertical-align: middle !important;
}

.vyra-cart-item-customization__edit svg {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: inherit !important;
}

.woocommerce a[href*="vyra_cart_item"].vyra-cart-item-customization__edit svg,
.wc-block-cart a[href*="vyra_cart_item"].vyra-cart-item-customization__edit svg {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  color: inherit !important;
}

.vyra-cart-item-customization__edit--block {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 8px;
  text-decoration: none !important;
}

.vyra-cart-item-customization__edit:hover,
.vyra-cart-item-customization__edit:focus {
  background: #ffffff !important;
  color: #015347 !important;
  border-color: #015347 !important;
}

.wc-block-cart-items__row .wc-block-components-product-name .vyra-cart-item-customization__edit--block,
.wc-block-components-order-summary-item__description .wc-block-components-product-name .vyra-cart-item-customization__edit--block {
  display: inline-flex !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  border: 3px solid #015347 !important;
  border-radius: 50px !important;
  background: #015347 !important;
  color: #ffffff !important;
  padding: 0 !important;
}

.wc-block-cart-items__row .wc-block-components-product-name .vyra-cart-item-customization__edit--block:hover,
.wc-block-cart-items__row .wc-block-components-product-name .vyra-cart-item-customization__edit--block:focus,
.wc-block-components-order-summary-item__description .wc-block-components-product-name .vyra-cart-item-customization__edit--block:hover,
.wc-block-components-order-summary-item__description .wc-block-components-product-name .vyra-cart-item-customization__edit--block:focus {
  background: #ffffff !important;
  color: #015347 !important;
}

.wc-block-cart-items__row .wc-block-components-product-name .vyra-cart-item-customization__edit--block svg,
.wc-block-components-order-summary-item__description .wc-block-components-product-name .vyra-cart-item-customization__edit--block svg {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
}

.vyra-products .vyra-product-buy,
.vyra-products .vyra-product-buy.wp-block-button__link {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  height: 40px !important;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center;
  box-sizing: border-box;
  border: 0;
  border-radius: 50px;
  padding: 0 16px !important;
  margin: 0 !important;
  background: #015347;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 900;
  font-style: inherit;
  line-height: 40px !important;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.vyra-products .vyra-product-buy:visited {
  color: #ffffff;
}

.vyra-products .vyra-product-buy:hover,
.vyra-products .vyra-product-buy:focus,
.vyra-products .vyra-product-buy:visited:hover,
.vyra-products .vyra-product-buy:visited:focus,
.vyra-products .vyra-product-buy.wp-block-button__link:hover,
.vyra-products .vyra-product-buy.wp-block-button__link:focus,
.vyra-products .vyra-product-buy.wp-block-button__link:visited:hover,
.vyra-products .vyra-product-buy.wp-block-button__link:visited:focus {
  background: #ffffff;
  color: rgb(124, 20, 28);
}

.vyra-products .vyra-product-card h3,
.vyra-products .vyra-product-title {
  margin-block-start: 5px;
  margin-block-end: 0;
  margin-inline: 0;
  padding: 0;
  max-width: 24ch;
  color: var(--vyra-products-ink);
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
}

.vyra-products .vyra-product-card h3 a,
.vyra-product-title a {
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit;
  text-decoration: none;
}

.vyra-products-empty,
.vyra-products-notice {
  padding: 18px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: var(--vyra-products-white);
}

.vyra-products-notice.is-error {
  border-color: #f2b8b5;
  color: #8a1f11;
}

.vyra-cart {
  --vyra-products-burgundy: #015347;
  --vyra-products-ink: #232323;
  --vyra-products-white: #ffffff;
  --vyra-products-muted: #efefef;
  color: var(--vyra-products-ink);
  display: grid;
  gap: 18px;
  font-family: inherit;
}

.vyra-cart,
.vyra-cart * {
  box-sizing: border-box;
}

.vyra-cart h2 {
  margin: 0;
  color: var(--vyra-products-burgundy);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
}

.vyra-cart-items {
  display: grid;
  gap: 14px;
}

.vyra-cart-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #e8e8e8;
}

.vyra-cart-item__image {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 1 / 1;
  background: var(--vyra-products-muted);
}

.vyra-cart-item__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.vyra-cart-item__body {
  display: grid;
  gap: 8px;
}

.vyra-cart-item__body h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.15;
}

.vyra-cart-item__body h3 a,
.vyra-cart-remove {
  color: inherit;
  text-decoration: none;
}

.vyra-cart-item__body p {
  margin: 0;
  color: var(--vyra-products-burgundy);
  font-size: 1.2rem;
  font-weight: 800;
}

.vyra-cart-item__body label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.vyra-cart-item__body input[type="number"] {
  width: 72px;
  min-height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 6px 8px;
}

.vyra-cart-item__actions {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.vyra-cart .vyra-cart-buy,
.vyra-cart .vyra-cart-update {
  border: 0;
  border-radius: 50px;
  padding: 12px 22px;
  background: #015347;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.vyra-cart .vyra-cart-buy:hover,
.vyra-cart .vyra-cart-buy:focus,
.vyra-cart .vyra-cart-update:hover,
.vyra-cart .vyra-cart-update:focus {
  background: #ffffff;
  color: rgb(124, 20, 28);
}

.vyra-checkout-disabled,
.vyra-checkout-disabled:hover,
.vyra-checkout-disabled:focus {
  opacity: 0.45 !important;
  cursor: not-allowed !important;
  pointer-events: auto !important;
  filter: grayscale(0.25);
}

.vyra-cart-remove {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: inherit;
}

.vyra-cart-remove-form {
  margin: 0;
}

.vyra-cart-actions {
  display: flex;
  justify-content: flex-end;
}

:root {
  --cdosga_bordeaux: #015347;
  --cdosga_white: #ffffff;
  --cdosga_shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
  --cdosga_radius: 0 0 54px 54px;
  --cdosga_max_width: 1280px;
}

.cdosga_menu,
.cdosga_menu *,
.cdosga_search_overlay,
.cdosga_search_overlay * {
  box-sizing: border-box;
}

.cdosga_menu {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 800;
  width: min(calc(100% - 180px), 1120px);
  transform: translateX(-50%);
  background: var(--cdosga_white);
  border-radius: var(--cdosga_radius);
  box-shadow: var(--cdosga_shadow);
  overflow: visible;
  font-family: inherit;
}

.cdosga_menu_inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: 170px 1fr 120px;
  align-items: center;
  gap: 18px;
  padding: 2px 66px 6px 50px;
}

.cdosga_logo {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--cdosga_bordeaux);
  text-decoration: none;
}

.cdosga_logo img {
  width: clamp(108px, 7.4vw, 138px);
  height: auto;
  display: block;
}

.cdosga_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 32px);
}

.cdosga_nav_link,
.cdosga_mobile_nav a {
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--cdosga_bordeaux);
  font-family: inherit;
  font-size: clamp(17px, 1.35vw, 23px);
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.cdosga_nav_link:hover,
.cdosga_mobile_nav a:hover {
  background: var(--cdosga_bordeaux);
  color: var(--cdosga_white);
  transform: translateY(-1px);
}

.cdosga_nav_link:focus,
.cdosga_nav_link:focus-visible,
.cdosga_mobile_nav a:focus,
.cdosga_mobile_nav a:focus-visible {
  background: transparent;
  color: var(--cdosga_bordeaux);
  outline: none;
  box-shadow: none;
  transform: none;
}

.cdosga_actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.cdosga_nav_link,
.cdosga_mobile_nav a,
.cdosga_icon_button,
.cdosga_mobile_button,
.cdosga_search_close,
.cdosga_search_form button {
  -webkit-tap-highlight-color: transparent;
}

.cdosga_icon_button {
  position: relative;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: 0;
  border-radius: 999px;
  appearance: none;
  background: transparent;
  color: var(--cdosga_bordeaux);
  cursor: pointer;
  text-decoration: none;
}

.cdosga_icon_button svg {
  width: 28px;
  height: 28px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.95;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cdosga_icon_button:hover {
  background: var(--cdosga_bordeaux);
  color: var(--cdosga_white);
}

.cdosga_icon_button:focus,
.cdosga_icon_button:focus-visible {
  background: transparent;
  color: var(--cdosga_bordeaux);
  outline: none;
  box-shadow: none;
}

.cdosga_cart_wheel {
  fill: currentColor;
  stroke: none;
}

.cdosga_cart_count {
  position: absolute;
  right: -5px;
  top: -5px;
  min-width: 18px;
  height: 18px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border: 2px solid var(--cdosga_white);
  border-radius: 999px;
  background: #232323;
  color: var(--cdosga_white);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.cdosga_cart_count.is_visible {
  display: inline-flex;
}

.cdosga_mobile_button {
  width: 46px;
  height: 46px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border: 0;
  appearance: none;
  background: transparent;
  color: var(--cdosga_bordeaux);
  cursor: pointer;
}

.cdosga_mobile_button span {
  width: 28px;
  height: 3px;
  display: block;
  border-radius: 999px;
  background: #015347 !important;
  background-color: #015347 !important;
  transition: transform 220ms ease, opacity 180ms ease;
}

.cdosga_mobile_button svg {
  width: 32px !important;
  height: 32px !important;
  display: block !important;
  fill: none !important;
  stroke: #015347 !important;
  color: #015347 !important;
}

.cdosga_menu.is_open .cdosga_mobile_button span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.cdosga_menu.is_open .cdosga_mobile_button span:nth-child(2) {
  opacity: 0;
}

.cdosga_menu.is_open .cdosga_mobile_button span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.cdosga_mobile_panel {
  display: none;
  border-top: 1px solid rgba(127, 16, 29, 0.14);
  padding: 0 34px 34px;
}

.cdosga_mobile_nav {
  display: grid;
  gap: 20px;
  padding-top: 26px;
  text-align: center;
}

.cdosga_search_overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.96);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
  font-family: inherit;
}

.cdosga_search_overlay.is_visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cdosga_search_form {
  width: min(680px, 100%);
  display: grid;
  gap: 18px;
}

.cdosga_search_label {
  color: var(--cdosga_bordeaux);
  font-family: inherit;
  font-size: clamp(32px, 4vw, 62px);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.cdosga_search_form input {
  width: 100%;
  min-height: 62px;
  border: 2px solid var(--cdosga_bordeaux);
  border-radius: 999px;
  padding: 0 26px;
  color: var(--cdosga_bordeaux);
  font-family: inherit;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  outline: none;
}

.cdosga_search_form button {
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  background: var(--cdosga_bordeaux);
  color: var(--cdosga_white);
  cursor: pointer;
  font-family: inherit;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.cdosga_search_close {
  position: absolute;
  top: 28px;
  right: 34px;
  width: 54px;
  height: 54px;
  border: 0;
  background: transparent;
  color: var(--cdosga_bordeaux);
  cursor: pointer;
  font-family: inherit;
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
}

body.cdosga_menu_locked {
  overflow: hidden;
}

.vyra-cart-animation {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 168px;
  height: 168px;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.82);
}

.vyra-cart-animation.is-playing {
  animation: vyra-cart-pop 2000ms cubic-bezier(0.18, 0.9, 0.25, 1) both;
}

.vyra-cart-animation__icon {
  position: relative;
  z-index: 2;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #232323;
  color: #ffffff;
}

.vyra-cart-animation.is-playing .vyra-cart-animation__icon {
  animation: vyra-cart-icon-bounce 2000ms cubic-bezier(0.18, 0.9, 0.25, 1) both;
}

.vyra-cart-animation.is-playing.is-variant-2 .vyra-cart-animation__icon {
  animation-name: vyra-cart-icon-spin;
}

.vyra-cart-animation.is-playing.is-variant-3 .vyra-cart-animation__icon {
  animation-name: vyra-cart-icon-lift;
}

.vyra-cart-animation.is-playing.is-variant-4 .vyra-cart-animation__icon {
  animation-name: vyra-cart-icon-squish;
}

.vyra-cart-animation.is-playing.is-variant-5 .vyra-cart-animation__icon {
  animation-name: vyra-cart-icon-wiggle;
}

.vyra-cart-animation.is-playing.is-variant-6 .vyra-cart-animation__icon {
  animation-name: vyra-cart-icon-hop;
}

.vyra-cart-animation__icon svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vyra-cart-animation__product,
.vyra-cart-animation__check,
.vyra-cart-animation__plus,
.vyra-cart-animation__bag,
.vyra-cart-animation__slide {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
}

.vyra-cart-animation__product,
.vyra-cart-animation__slide {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #ffc44d;
  box-shadow: inset 0 -8px 0 rgba(124, 20, 28, 0.18), 0 10px 24px rgba(38, 38, 38, 0.18);
}

.vyra-cart-animation__product::before,
.vyra-cart-animation__slide::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 20px;
  height: 4px;
  border-radius: 999px;
  background: rgba(38, 38, 38, 0.22);
}

.vyra-cart-animation__check {
  width: 46px;
  height: 26px;
  border-left: 7px solid #ffffff;
  border-bottom: 7px solid #ffffff;
  transform: translate(-50%, -56%) rotate(-45deg) scale(0.55);
}

.vyra-cart-animation__plus {
  min-width: 46px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #015347;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  transform: translate(22px, -54px) scale(0.65);
}

.vyra-cart-animation__bag {
  width: 78px;
  height: 72px;
  border: 4px solid #232323;
  border-radius: 18px 18px 22px 22px;
  background: #ffc44d;
  transform: translate(-50%, -42%) scale(0.72);
}

.vyra-cart-animation__bag::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  width: 34px;
  height: 28px;
  border: 4px solid #232323;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  transform: translateX(-50%);
}

.vyra-cart-animation__bag span {
  position: absolute;
  left: 50%;
  top: 26px;
  width: 28px;
  height: 16px;
  border-radius: 0 0 999px 999px;
  border: 4px solid #015347;
  border-top: 0;
  transform: translateX(-50%);
}

.vyra-cart-animation__burst {
  position: absolute;
  inset: 18px;
  border-radius: 999px;
  background: rgba(124, 20, 28, 0.14);
  transform: scale(0.2);
}

.vyra-cart-animation.is-playing .vyra-cart-animation__burst {
  animation: vyra-cart-burst 2000ms ease-out both;
}

.vyra-cart-animation.is-playing.is-variant-2 .vyra-cart-animation__burst {
  animation-name: vyra-cart-burst-ring;
}

.vyra-cart-animation.is-playing.is-variant-3 .vyra-cart-animation__burst {
  animation-name: vyra-cart-burst-pulse;
}

.vyra-cart-animation.is-playing.is-variant-4 .vyra-cart-animation__burst {
  animation-name: vyra-cart-burst-confetti;
}

.vyra-cart-animation.is-playing.is-variant-5 .vyra-cart-animation__burst {
  animation-name: vyra-cart-burst-soft;
}

.vyra-cart-animation.is-playing.is-variant-6 .vyra-cart-animation__burst {
  animation-name: vyra-cart-burst-star;
}

.vyra-cart-animation__spark {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #015347;
  opacity: 0;
}

.vyra-cart-animation__spark--2,
.vyra-cart-animation__spark--4 {
  background: #232323;
}

.vyra-cart-animation.is-playing .vyra-cart-animation__spark--1 {
  animation: vyra-cart-spark-1 1600ms ease-out both;
}

.vyra-cart-animation.is-playing .vyra-cart-animation__spark--2 {
  animation: vyra-cart-spark-2 1600ms ease-out both;
}

.vyra-cart-animation.is-playing .vyra-cart-animation__spark--3 {
  animation: vyra-cart-spark-3 1600ms ease-out both;
}

.vyra-cart-animation.is-playing .vyra-cart-animation__spark--4 {
  animation: vyra-cart-spark-4 1600ms ease-out both;
}

.vyra-cart-animation.is-playing.is-variant-2 .vyra-cart-animation__spark--1 {
  animation-name: vyra-cart-orbit-spark-1;
}

.vyra-cart-animation.is-playing.is-variant-2 .vyra-cart-animation__spark--2 {
  animation-name: vyra-cart-orbit-spark-2;
}

.vyra-cart-animation.is-playing.is-variant-2 .vyra-cart-animation__spark--3 {
  animation-name: vyra-cart-orbit-spark-3;
}

.vyra-cart-animation.is-playing.is-variant-2 .vyra-cart-animation__spark--4 {
  animation-name: vyra-cart-orbit-spark-4;
}

.vyra-cart-animation__rocket {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 13px;
  height: 34px;
  opacity: 0;
  transform: translate(-50%, -50%);
  transform-origin: 50% 100%;
}

.vyra-cart-animation__rocket::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 13px;
  height: 24px;
  border-radius: 999px 999px 7px 7px;
  background: #015347;
  transform: translateX(-50%);
  box-shadow: inset 0 7px 0 rgba(255, 255, 255, 0.9);
}

.vyra-cart-animation__rocket::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 9px;
  height: 13px;
  border-radius: 999px 999px 4px 4px;
  background: #ffc44d;
  filter: drop-shadow(0 0 8px rgba(255, 196, 77, 0.9));
  transform: translateX(-50%);
}

.vyra-cart-animation__rocket span {
  position: absolute;
  left: 50%;
  bottom: -28px;
  width: 4px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(to bottom, rgba(124, 20, 28, 0.55), rgba(124, 20, 28, 0));
  transform: translateX(-50%);
}

.vyra-cart-animation.is-playing .vyra-cart-animation__rocket--1 {
  animation: vyra-cart-rocket-1 1700ms cubic-bezier(0.18, 0.9, 0.25, 1) 120ms both;
}

.vyra-cart-animation.is-playing .vyra-cart-animation__rocket--2 {
  animation: vyra-cart-rocket-2 1700ms cubic-bezier(0.18, 0.9, 0.25, 1) 220ms both;
}

.vyra-cart-animation.is-playing .vyra-cart-animation__rocket--3 {
  animation: vyra-cart-rocket-3 1700ms cubic-bezier(0.18, 0.9, 0.25, 1) 320ms both;
}

.vyra-cart-animation.is-playing .vyra-cart-animation__rocket--4 {
  animation: vyra-cart-rocket-4 1700ms cubic-bezier(0.18, 0.9, 0.25, 1) 420ms both;
}

.vyra-cart-animation.is-playing.is-variant-2 .vyra-cart-animation__rocket--1 {
  animation-name: vyra-cart-rocket-spiral-1;
}

.vyra-cart-animation.is-playing.is-variant-2 .vyra-cart-animation__rocket--2 {
  animation-name: vyra-cart-rocket-spiral-2;
}

.vyra-cart-animation.is-playing.is-variant-2 .vyra-cart-animation__rocket--3,
.vyra-cart-animation.is-playing.is-variant-2 .vyra-cart-animation__rocket--4 {
  animation: none;
}

.vyra-cart-animation.is-playing.is-variant-3 .vyra-cart-animation__rocket--1 {
  animation-name: vyra-cart-rocket-fountain-1;
}

.vyra-cart-animation.is-playing.is-variant-3 .vyra-cart-animation__rocket--2 {
  animation-name: vyra-cart-rocket-fountain-2;
}

.vyra-cart-animation.is-playing.is-variant-3 .vyra-cart-animation__rocket--3 {
  animation-name: vyra-cart-rocket-fountain-3;
}

.vyra-cart-animation.is-playing.is-variant-3 .vyra-cart-animation__rocket--4 {
  animation-name: vyra-cart-rocket-fountain-4;
}

.vyra-cart-animation.is-playing.is-variant-4 .vyra-cart-animation__rocket,
.vyra-cart-animation.is-playing.is-variant-5 .vyra-cart-animation__rocket,
.vyra-cart-animation.is-playing.is-variant-6 .vyra-cart-animation__rocket {
  animation: none;
}

.vyra-cart-animation__shape {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 18px;
  height: 18px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.4);
}

.vyra-cart-animation__shape--1,
.vyra-cart-animation__shape--5 {
  border-radius: 999px;
  background: #015347;
}

.vyra-cart-animation__shape--2,
.vyra-cart-animation__shape--6 {
  border-radius: 4px;
  background: #ffc44d;
}

.vyra-cart-animation__shape--3,
.vyra-cart-animation__shape--7 {
  background: #2eb67d;
  clip-path: polygon(50% 0, 62% 35%, 100% 35%, 70% 56%, 82% 100%, 50% 72%, 18% 100%, 30% 56%, 0 35%, 38% 35%);
}

.vyra-cart-animation__shape--4,
.vyra-cart-animation__shape--8 {
  background: #ff5c8a;
  clip-path: polygon(50% 88%, 10% 48%, 10% 24%, 28% 8%, 50% 24%, 72% 8%, 90% 24%, 90% 48%);
}

.vyra-cart-animation.is-playing.is-variant-4 .vyra-cart-animation__shape--1,
.vyra-cart-animation.is-playing.is-variant-6 .vyra-cart-animation__shape--1 {
  animation: vyra-cart-confetti-1 1750ms ease-out 80ms both;
}

.vyra-cart-animation.is-playing.is-variant-4 .vyra-cart-animation__shape--2,
.vyra-cart-animation.is-playing.is-variant-6 .vyra-cart-animation__shape--2 {
  animation: vyra-cart-confetti-2 1750ms ease-out 140ms both;
}

.vyra-cart-animation.is-playing.is-variant-4 .vyra-cart-animation__shape--3,
.vyra-cart-animation.is-playing.is-variant-6 .vyra-cart-animation__shape--3 {
  animation: vyra-cart-confetti-3 1750ms ease-out 200ms both;
}

.vyra-cart-animation.is-playing.is-variant-4 .vyra-cart-animation__shape--4,
.vyra-cart-animation.is-playing.is-variant-6 .vyra-cart-animation__shape--4 {
  animation: vyra-cart-confetti-4 1750ms ease-out 260ms both;
}

.vyra-cart-animation.is-playing.is-variant-4 .vyra-cart-animation__shape--5,
.vyra-cart-animation.is-playing.is-variant-6 .vyra-cart-animation__shape--5 {
  animation: vyra-cart-confetti-5 1750ms ease-out 320ms both;
}

.vyra-cart-animation.is-playing.is-variant-4 .vyra-cart-animation__shape--6,
.vyra-cart-animation.is-playing.is-variant-6 .vyra-cart-animation__shape--6 {
  animation: vyra-cart-confetti-6 1750ms ease-out 380ms both;
}

.vyra-cart-animation.is-playing.is-variant-4 .vyra-cart-animation__shape--7,
.vyra-cart-animation.is-playing.is-variant-6 .vyra-cart-animation__shape--7 {
  animation: vyra-cart-confetti-7 1750ms ease-out 440ms both;
}

.vyra-cart-animation.is-playing.is-variant-4 .vyra-cart-animation__shape--8,
.vyra-cart-animation.is-playing.is-variant-6 .vyra-cart-animation__shape--8 {
  animation: vyra-cart-confetti-8 1750ms ease-out 500ms both;
}

.vyra-cart-animation.is-playing.is-variant-6 .vyra-cart-animation__shape {
  filter: drop-shadow(0 0 8px rgba(255, 196, 77, 0.65));
}

.vyra-cart-animation.is-playing.is-variant-7 .vyra-cart-animation__spark,
.vyra-cart-animation.is-playing.is-variant-7 .vyra-cart-animation__rocket,
.vyra-cart-animation.is-playing.is-variant-7 .vyra-cart-animation__shape,
.vyra-cart-animation.is-playing.is-variant-8 .vyra-cart-animation__spark,
.vyra-cart-animation.is-playing.is-variant-8 .vyra-cart-animation__rocket,
.vyra-cart-animation.is-playing.is-variant-8 .vyra-cart-animation__shape,
.vyra-cart-animation.is-playing.is-variant-9 .vyra-cart-animation__spark,
.vyra-cart-animation.is-playing.is-variant-9 .vyra-cart-animation__rocket,
.vyra-cart-animation.is-playing.is-variant-9 .vyra-cart-animation__shape,
.vyra-cart-animation.is-playing.is-variant-10 .vyra-cart-animation__spark,
.vyra-cart-animation.is-playing.is-variant-10 .vyra-cart-animation__rocket,
.vyra-cart-animation.is-playing.is-variant-10 .vyra-cart-animation__shape,
.vyra-cart-animation.is-playing.is-variant-11 .vyra-cart-animation__spark,
.vyra-cart-animation.is-playing.is-variant-11 .vyra-cart-animation__rocket,
.vyra-cart-animation.is-playing.is-variant-11 .vyra-cart-animation__shape,
.vyra-cart-animation.is-playing.is-variant-12 .vyra-cart-animation__spark,
.vyra-cart-animation.is-playing.is-variant-12 .vyra-cart-animation__rocket,
.vyra-cart-animation.is-playing.is-variant-12 .vyra-cart-animation__shape {
  animation: none;
}

.vyra-cart-animation.is-playing.is-variant-7 .vyra-cart-animation__icon {
  animation-name: vyra-cart-icon-receive;
}

.vyra-cart-animation.is-playing.is-variant-7 .vyra-cart-animation__product {
  animation: vyra-cart-product-drop 1550ms cubic-bezier(0.18, 0.9, 0.25, 1) 120ms both;
}

.vyra-cart-animation.is-playing.is-variant-8 .vyra-cart-animation__icon {
  animation-name: vyra-cart-icon-check;
}

.vyra-cart-animation.is-playing.is-variant-8 .vyra-cart-animation__icon svg {
  animation: vyra-cart-svg-fade 1600ms ease both;
}

.vyra-cart-animation.is-playing.is-variant-8 .vyra-cart-animation__check {
  animation: vyra-cart-check-draw 1500ms cubic-bezier(0.18, 0.9, 0.25, 1) 180ms both;
}

.vyra-cart-animation.is-playing.is-variant-9 .vyra-cart-animation__icon {
  animation-name: vyra-cart-icon-plus;
}

.vyra-cart-animation.is-playing.is-variant-9 .vyra-cart-animation__plus {
  animation: vyra-cart-plus-one 1500ms cubic-bezier(0.18, 0.9, 0.25, 1) 130ms both;
}

.vyra-cart-animation.is-playing.is-variant-10 .vyra-cart-animation__icon {
  animation: none;
  opacity: 0;
}

.vyra-cart-animation.is-playing.is-variant-10 .vyra-cart-animation__bag {
  animation: vyra-cart-bag-pop 1750ms cubic-bezier(0.18, 0.9, 0.25, 1) both;
}

.vyra-cart-animation.is-playing.is-variant-10 .vyra-cart-animation__product {
  animation: vyra-cart-product-into-bag 1550ms cubic-bezier(0.18, 0.9, 0.25, 1) 120ms both;
}

.vyra-cart-animation.is-playing.is-variant-11 .vyra-cart-animation__icon {
  animation-name: vyra-cart-icon-ripple;
}

.vyra-cart-animation.is-playing.is-variant-11 .vyra-cart-animation__burst {
  animation-name: vyra-cart-ripple;
}

.vyra-cart-animation.is-playing.is-variant-12 .vyra-cart-animation__icon {
  animation-name: vyra-cart-icon-slide;
}

.vyra-cart-animation.is-playing.is-variant-12 .vyra-cart-animation__slide {
  animation: vyra-cart-slide-product 1600ms cubic-bezier(0.18, 0.9, 0.25, 1) 80ms both;
}

@keyframes vyra-cart-pop {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.82) rotate(-5deg);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.06) rotate(3deg);
  }
  58% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92) rotate(0deg);
  }
}

@keyframes vyra-cart-icon-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  28% {
    transform: translateY(-14px);
  }
  52% {
    transform: translateY(4px);
  }
}

@keyframes vyra-cart-icon-spin {
  0% {
    transform: scale(0.88) rotate(-10deg);
  }
  22% {
    transform: scale(1.08) rotate(8deg);
  }
  50% {
    transform: scale(1) rotate(-5deg);
  }
  72% {
    transform: scale(1.04) rotate(5deg);
  }
  100% {
    transform: scale(0.96) rotate(0deg);
  }
}

@keyframes vyra-cart-icon-lift {
  0% {
    transform: translateY(18px) scale(0.86);
  }
  20% {
    transform: translateY(-22px) scale(1.08);
  }
  46% {
    transform: translateY(0) scale(1);
  }
  68% {
    transform: translateY(-10px) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(0.95);
  }
}

@keyframes vyra-cart-icon-squish {
  0% { transform: scale(0.72, 1.16) rotate(-6deg); }
  18% { transform: scale(1.18, 0.86) rotate(4deg); }
  42% { transform: scale(0.96, 1.04) rotate(-2deg); }
  68% { transform: scale(1.04, 0.98) rotate(2deg); }
  100% { transform: scale(0.94) rotate(0deg); }
}

@keyframes vyra-cart-icon-wiggle {
  0% { transform: translateY(8px) rotate(0deg) scale(0.9); }
  18% { transform: translateY(-12px) rotate(-9deg) scale(1.06); }
  36% { transform: translateY(0) rotate(8deg) scale(1); }
  58% { transform: translateY(-8px) rotate(-5deg) scale(1.03); }
  100% { transform: translateY(0) rotate(0deg) scale(0.95); }
}

@keyframes vyra-cart-icon-hop {
  0% { transform: translateY(14px) scale(0.82); }
  20% { transform: translateY(-18px) scale(1.08); }
  38% { transform: translateY(3px) scale(0.98); }
  58% { transform: translateY(-12px) scale(1.04); }
  100% { transform: translateY(0) scale(0.94); }
}

@keyframes vyra-cart-icon-receive {
  0% { transform: translateY(0) scale(0.92); }
  28% { transform: translateY(10px) scale(1.04); }
  52% { transform: translateY(-6px) scale(1.02); }
  100% { transform: translateY(0) scale(0.95); }
}

@keyframes vyra-cart-icon-check {
  0% { transform: scale(0.82); background: #232323; }
  24% { transform: scale(1.06); background: #2eb67d; }
  64% { transform: scale(1); background: #2eb67d; }
  100% { transform: scale(0.94); background: #232323; }
}

@keyframes vyra-cart-icon-plus {
  0% { transform: rotate(-4deg) scale(0.9); }
  22% { transform: rotate(3deg) scale(1.08); }
  54% { transform: rotate(-2deg) scale(1); }
  100% { transform: rotate(0deg) scale(0.95); }
}

@keyframes vyra-cart-icon-ripple {
  0% { transform: scale(0.9); }
  22% { transform: scale(1.05); }
  50% { transform: scale(0.98); }
  100% { transform: scale(0.94); }
}

@keyframes vyra-cart-icon-slide {
  0% { transform: translateX(0) scale(0.92); }
  38% { transform: translateX(8px) scale(1.04); }
  62% { transform: translateX(-4px) scale(1); }
  100% { transform: translateX(0) scale(0.95); }
}

@keyframes vyra-cart-product-drop {
  0% { opacity: 0; transform: translate(-50%, -132px) rotate(-14deg) scale(0.72); }
  18% { opacity: 1; }
  56% { opacity: 1; transform: translate(-50%, -32px) rotate(8deg) scale(1); }
  78% { opacity: 1; transform: translate(-50%, -18px) rotate(0deg) scale(0.82); }
  100% { opacity: 0; transform: translate(-50%, -10px) rotate(0deg) scale(0.35); }
}

@keyframes vyra-cart-svg-fade {
  0%,
  18% { opacity: 1; transform: scale(1); }
  34%,
  76% { opacity: 0; transform: scale(0.72); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes vyra-cart-check-draw {
  0% { opacity: 0; transform: translate(-50%, -56%) rotate(-45deg) scale(0.35); }
  24% { opacity: 0; transform: translate(-50%, -56%) rotate(-45deg) scale(0.35); }
  46% { opacity: 1; transform: translate(-50%, -56%) rotate(-45deg) scale(1.04); }
  78% { opacity: 1; transform: translate(-50%, -56%) rotate(-45deg) scale(1); }
  100% { opacity: 0; transform: translate(-50%, -56%) rotate(-45deg) scale(0.82); }
}

@keyframes vyra-cart-plus-one {
  0% { opacity: 0; transform: translate(18px, -34px) scale(0.56); }
  18% { opacity: 1; transform: translate(28px, -58px) scale(1.08); }
  58% { opacity: 1; transform: translate(34px, -74px) scale(1); }
  100% { opacity: 0; transform: translate(38px, -98px) scale(0.72); }
}

@keyframes vyra-cart-bag-pop {
  0% { opacity: 0; transform: translate(-50%, -42%) scale(0.6) rotate(-5deg); }
  18% { opacity: 1; transform: translate(-50%, -42%) scale(1.04) rotate(3deg); }
  58% { opacity: 1; transform: translate(-50%, -42%) scale(1) rotate(0deg); }
  100% { opacity: 0; transform: translate(-50%, -42%) scale(0.88) rotate(0deg); }
}

@keyframes vyra-cart-product-into-bag {
  0% { opacity: 0; transform: translate(-50%, -128px) rotate(-12deg) scale(0.72); }
  18% { opacity: 1; }
  54% { opacity: 1; transform: translate(-50%, -54px) rotate(6deg) scale(0.92); }
  76% { opacity: 1; transform: translate(-50%, -26px) rotate(0deg) scale(0.62); }
  100% { opacity: 0; transform: translate(-50%, -18px) rotate(0deg) scale(0.28); }
}

@keyframes vyra-cart-ripple {
  0% { opacity: 0; transform: scale(0.2); box-shadow: 0 0 0 0 rgba(124, 20, 28, 0.24); }
  20% { opacity: 0.9; transform: scale(0.65); box-shadow: 0 0 0 12px rgba(124, 20, 28, 0.12); }
  54% { opacity: 0.45; transform: scale(1.05); box-shadow: 0 0 0 28px rgba(255, 196, 77, 0.1); }
  100% { opacity: 0; transform: scale(1.45); box-shadow: 0 0 0 42px rgba(255, 196, 77, 0); }
}

@keyframes vyra-cart-slide-product {
  0% { opacity: 0; transform: translate(-156px, 52px) rotate(-12deg) scale(0.62); }
  16% { opacity: 1; }
  62% { opacity: 1; transform: translate(-34px, -18px) rotate(8deg) scale(0.95); }
  82% { opacity: 1; transform: translate(-14px, -10px) rotate(0deg) scale(0.72); }
  100% { opacity: 0; transform: translate(-4px, -8px) rotate(0deg) scale(0.28); }
}

@keyframes vyra-cart-burst {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  22% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

@keyframes vyra-cart-burst-ring {
  0% { opacity: 0; transform: scale(0.12) rotate(0deg); }
  18% { opacity: 1; transform: scale(0.82) rotate(90deg); }
  55% { opacity: 0.65; transform: scale(1.12) rotate(210deg); }
  100% { opacity: 0; transform: scale(1.55) rotate(360deg); }
}

@keyframes vyra-cart-burst-pulse {
  0% { opacity: 0; transform: scale(0.16); }
  18% { opacity: 0.8; transform: scale(0.78); }
  40% { opacity: 0.25; transform: scale(1.12); }
  62% { opacity: 0.55; transform: scale(0.92); }
  100% { opacity: 0; transform: scale(1.5); }
}

@keyframes vyra-cart-burst-confetti {
  0% { opacity: 0; transform: scale(0.12) rotate(0deg); background: rgba(255, 196, 77, 0.2); }
  20% { opacity: 1; transform: scale(0.85) rotate(60deg); background: rgba(46, 182, 125, 0.18); }
  55% { opacity: 0.5; transform: scale(1.22) rotate(180deg); background: rgba(255, 92, 138, 0.16); }
  100% { opacity: 0; transform: scale(1.58) rotate(300deg); background: rgba(124, 20, 28, 0.05); }
}

@keyframes vyra-cart-burst-soft {
  0% { opacity: 0; transform: scale(0.15); background: rgba(255, 206, 217, 0.25); }
  25% { opacity: 1; transform: scale(0.78); background: rgba(255, 196, 77, 0.18); }
  64% { opacity: 0.45; transform: scale(1.18); background: rgba(255, 206, 217, 0.14); }
  100% { opacity: 0; transform: scale(1.42); background: rgba(255, 255, 255, 0); }
}

@keyframes vyra-cart-burst-star {
  0% { opacity: 0; transform: scale(0.15) rotate(0deg); background: rgba(255, 196, 77, 0.28); }
  22% { opacity: 1; transform: scale(0.92) rotate(45deg); background: rgba(255, 196, 77, 0.22); }
  70% { opacity: 0.4; transform: scale(1.3) rotate(180deg); background: rgba(46, 182, 125, 0.12); }
  100% { opacity: 0; transform: scale(1.68) rotate(260deg); background: rgba(255, 196, 77, 0); }
}

@keyframes vyra-cart-spark-1 {
  12% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0; transform: translate(-78px, -68px) scale(0.25); }
}

@keyframes vyra-cart-spark-2 {
  12% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0; transform: translate(64px, -78px) scale(0.25); }
}

@keyframes vyra-cart-spark-3 {
  12% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0; transform: translate(74px, 62px) scale(0.25); }
}

@keyframes vyra-cart-spark-4 {
  12% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0; transform: translate(-70px, 66px) scale(0.25); }
}

@keyframes vyra-cart-orbit-spark-1 {
  8% { opacity: 1; transform: translate(-50%, -50%) rotate(0deg) translateX(40px) scale(1); }
  55% { opacity: 1; transform: translate(-50%, -50%) rotate(180deg) translateX(74px) scale(0.85); }
  100% { opacity: 0; transform: translate(-50%, -50%) rotate(320deg) translateX(112px) scale(0.2); }
}

@keyframes vyra-cart-orbit-spark-2 {
  8% { opacity: 1; transform: translate(-50%, -50%) rotate(80deg) translateX(42px) scale(1); }
  55% { opacity: 1; transform: translate(-50%, -50%) rotate(250deg) translateX(78px) scale(0.85); }
  100% { opacity: 0; transform: translate(-50%, -50%) rotate(410deg) translateX(112px) scale(0.2); }
}

@keyframes vyra-cart-orbit-spark-3 {
  8% { opacity: 1; transform: translate(-50%, -50%) rotate(170deg) translateX(40px) scale(1); }
  55% { opacity: 1; transform: translate(-50%, -50%) rotate(340deg) translateX(76px) scale(0.85); }
  100% { opacity: 0; transform: translate(-50%, -50%) rotate(500deg) translateX(112px) scale(0.2); }
}

@keyframes vyra-cart-orbit-spark-4 {
  8% { opacity: 1; transform: translate(-50%, -50%) rotate(260deg) translateX(42px) scale(1); }
  55% { opacity: 1; transform: translate(-50%, -50%) rotate(430deg) translateX(78px) scale(0.85); }
  100% { opacity: 0; transform: translate(-50%, -50%) rotate(590deg) translateX(112px) scale(0.2); }
}

@keyframes vyra-cart-confetti-1 {
  8% { opacity: 1; transform: translate(-50%, -50%) rotate(0deg) scale(0.8); }
  62% { opacity: 1; transform: translate(-104px, -96px) rotate(260deg) scale(1); }
  100% { opacity: 0; transform: translate(-132px, -56px) rotate(420deg) scale(0.5); }
}

@keyframes vyra-cart-confetti-2 {
  8% { opacity: 1; transform: translate(-50%, -50%) rotate(0deg) scale(0.8); }
  62% { opacity: 1; transform: translate(96px, -108px) rotate(-220deg) scale(1); }
  100% { opacity: 0; transform: translate(126px, -64px) rotate(-380deg) scale(0.5); }
}

@keyframes vyra-cart-confetti-3 {
  8% { opacity: 1; transform: translate(-50%, -50%) rotate(0deg) scale(0.75); }
  62% { opacity: 1; transform: translate(126px, -8px) rotate(220deg) scale(1); }
  100% { opacity: 0; transform: translate(148px, 52px) rotate(390deg) scale(0.45); }
}

@keyframes vyra-cart-confetti-4 {
  8% { opacity: 1; transform: translate(-50%, -50%) rotate(0deg) scale(0.75); }
  62% { opacity: 1; transform: translate(-122px, 4px) rotate(-250deg) scale(1); }
  100% { opacity: 0; transform: translate(-150px, 58px) rotate(-420deg) scale(0.45); }
}

@keyframes vyra-cart-confetti-5 {
  8% { opacity: 1; transform: translate(-50%, -50%) rotate(0deg) scale(0.8); }
  62% { opacity: 1; transform: translate(-48px, -142px) rotate(300deg) scale(1); }
  100% { opacity: 0; transform: translate(-32px, -176px) rotate(460deg) scale(0.5); }
}

@keyframes vyra-cart-confetti-6 {
  8% { opacity: 1; transform: translate(-50%, -50%) rotate(0deg) scale(0.8); }
  62% { opacity: 1; transform: translate(52px, -140px) rotate(-300deg) scale(1); }
  100% { opacity: 0; transform: translate(34px, -176px) rotate(-460deg) scale(0.5); }
}

@keyframes vyra-cart-confetti-7 {
  8% { opacity: 1; transform: translate(-50%, -50%) rotate(0deg) scale(0.75); }
  62% { opacity: 1; transform: translate(84px, 98px) rotate(240deg) scale(1); }
  100% { opacity: 0; transform: translate(118px, 126px) rotate(420deg) scale(0.45); }
}

@keyframes vyra-cart-confetti-8 {
  8% { opacity: 1; transform: translate(-50%, -50%) rotate(0deg) scale(0.75); }
  62% { opacity: 1; transform: translate(-84px, 98px) rotate(-240deg) scale(1); }
  100% { opacity: 0; transform: translate(-118px, 126px) rotate(-420deg) scale(0.45); }
}

@keyframes vyra-cart-rocket-1 {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(-38deg) translateY(18px) scale(0.7); }
  18% { opacity: 1; }
  78% { opacity: 1; }
  100% { opacity: 0; transform: translate(-128px, -122px) rotate(-38deg) translateY(-12px) scale(1); }
}

@keyframes vyra-cart-rocket-2 {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(35deg) translateY(18px) scale(0.7); }
  18% { opacity: 1; }
  78% { opacity: 1; }
  100% { opacity: 0; transform: translate(120px, -132px) rotate(35deg) translateY(-12px) scale(1); }
}

@keyframes vyra-cart-rocket-3 {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(-72deg) translateY(14px) scale(0.65); }
  18% { opacity: 1; }
  78% { opacity: 1; }
  100% { opacity: 0; transform: translate(-156px, -16px) rotate(-72deg) translateY(-10px) scale(0.95); }
}

@keyframes vyra-cart-rocket-4 {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(72deg) translateY(14px) scale(0.65); }
  18% { opacity: 1; }
  78% { opacity: 1; }
  100% { opacity: 0; transform: translate(150px, -12px) rotate(72deg) translateY(-10px) scale(0.95); }
}

@keyframes vyra-cart-rocket-spiral-1 {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(-20deg) translateY(16px) scale(0.7); }
  18% { opacity: 1; }
  48% { transform: translate(-80px, -82px) rotate(42deg) translateY(-8px) scale(0.95); }
  82% { opacity: 1; }
  100% { opacity: 0; transform: translate(90px, -150px) rotate(118deg) translateY(-14px) scale(0.9); }
}

@keyframes vyra-cart-rocket-spiral-2 {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(20deg) translateY(16px) scale(0.7); }
  18% { opacity: 1; }
  48% { transform: translate(82px, -78px) rotate(-42deg) translateY(-8px) scale(0.95); }
  82% { opacity: 1; }
  100% { opacity: 0; transform: translate(-92px, -148px) rotate(-118deg) translateY(-14px) scale(0.9); }
}

@keyframes vyra-cart-rocket-fountain-1 {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(-12deg) translateY(24px) scale(0.65); }
  18% { opacity: 1; }
  70% { opacity: 1; transform: translate(-54px, -130px) rotate(-12deg) translateY(-18px) scale(1); }
  100% { opacity: 0; transform: translate(-74px, -162px) rotate(-12deg) translateY(-18px) scale(0.8); }
}

@keyframes vyra-cart-rocket-fountain-2 {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(12deg) translateY(24px) scale(0.65); }
  18% { opacity: 1; }
  70% { opacity: 1; transform: translate(52px, -134px) rotate(12deg) translateY(-18px) scale(1); }
  100% { opacity: 0; transform: translate(74px, -164px) rotate(12deg) translateY(-18px) scale(0.8); }
}

@keyframes vyra-cart-rocket-fountain-3 {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(-28deg) translateY(20px) scale(0.62); }
  18% { opacity: 1; }
  70% { opacity: 1; transform: translate(-118px, -94px) rotate(-28deg) translateY(-16px) scale(0.95); }
  100% { opacity: 0; transform: translate(-150px, -116px) rotate(-28deg) translateY(-16px) scale(0.76); }
}

@keyframes vyra-cart-rocket-fountain-4 {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(28deg) translateY(20px) scale(0.62); }
  18% { opacity: 1; }
  70% { opacity: 1; transform: translate(116px, -96px) rotate(28deg) translateY(-16px) scale(0.95); }
  100% { opacity: 0; transform: translate(148px, -118px) rotate(28deg) translateY(-16px) scale(0.76); }
}

@media (max-width: 860px) {
  .cdosga_logo img {
    width: 104px;
  }

  .cdosga_menu {
    width: min(calc(100% - 24px), var(--cdosga_max_width));
    border-radius: 0 0 42px 42px;
  }

  .cdosga_menu_inner {
    min-height: 62px;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 4px 28px 6px 24px;
  }

  .cdosga_nav {
    display: none;
  }

  .cdosga_actions {
    gap: 10px;
  }

  .cdosga_icon_button,
  .cdosga_icon_button svg {
    width: 30px;
    height: 30px;
  }

  .cdosga_mobile_button {
    display: inline-flex;
    background: transparent !important;
    color: #015347 !important;
    box-shadow: none;
  }

  .cdosga_mobile_button:hover,
  .cdosga_mobile_button:focus,
  .cdosga_mobile_button:focus-visible {
    background: transparent !important;
    color: #015347 !important;
    outline: none;
  }

  .cdosga_mobile_button span {
    background: #015347 !important;
    background-color: #015347 !important;
  }

  .cdosga_menu.is_open .cdosga_mobile_panel {
    display: block;
  }

  .vyra-products-search {
    margin-left: 0;
  }

  .vyra-products-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vyra-products-sidebar {
    position: sticky;
    top: 74px;
    z-index: 5;
    padding-top: 0;
    max-height: none;
    width: 100%;
    overflow: visible;
    padding-bottom: 12px;
    background: var(--vyra-products-white);
    transform: none;
  }

  .vyra-products-sidebar h2 {
    display: none;
  }

  .vyra-products-mobile-filters {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin: 0;
    padding: 4px 0 0;
  }

  .vyra-products-mobile-filters label {
    min-width: 0;
    display: grid;
    gap: 5px;
  }

  .vyra-products-mobile-filters span {
    color: var(--vyra-products-burgundy);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
  }

  .vyra-products-mobile-filters select {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    padding: 8px 34px 8px 12px;
    background-color: var(--vyra-products-white);
    color: var(--vyra-products-ink);
    font: inherit;
    font-size: 0.95rem;
    line-height: 1.2;
    text-overflow: ellipsis;
  }

  .vyra-products-order-control {
    display: none;
  }

  .vyra-products-categories {
    display: none;
  }

  .vyra-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px !important;
    row-gap: 46px !important;
  }

  .vyra-cart-item {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .vyra-cart-item__actions {
    grid-column: 1 / -1;
    justify-items: start;
  }

  .woocommerce .woocommerce-cart-form table.shop_table tr.cart_item {
    grid-template-columns: 34px 112px minmax(0, 1fr);
    max-width: 100%;
    overflow: hidden;
  }

  .woocommerce .woocommerce-cart-form table.shop_table,
  .woocommerce .woocommerce-cart-form table.shop_table tbody,
  .woocommerce .woocommerce-cart-form table.shop_table td,
  .woocommerce .woocommerce-cart-form table.shop_table tr.cart_item,
  .wc-block-cart,
  .wc-block-cart *,
  .wp-block-woocommerce-cart,
  .wp-block-woocommerce-cart * {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .wc-block-cart__main,
  .wc-block-cart__sidebar,
  .wc-block-cart-items,
  .wc-block-cart-items__row {
    width: 100% !important;
  }

  .wc-block-cart-items__row .wc-block-cart-item__image,
  .wc-block-cart-items__row .wc-block-components-product-image {
    width: 112px !important;
    max-width: 112px !important;
  }

  .wc-block-cart-items__row .wc-block-cart-item__image img,
  .wc-block-cart-items__row .wc-block-components-product-image img {
    width: 112px !important;
    height: 112px !important;
    max-width: 112px !important;
  }

  .woocommerce .woocommerce-cart-form .product-price,
  .woocommerce .woocommerce-cart-form .product-quantity,
  .woocommerce .woocommerce-cart-form .product-subtotal {
    grid-column: 3;
    min-width: 0;
    white-space: normal;
  }

  .woocommerce .cart-collaterals .cart_totals {
    max-width: none;
    margin-left: 0;
  }

  .woocommerce-order,
  .wp-block-woocommerce-order-confirmation,
  .wc-block-order-confirmation {
    width: 100%;
    max-width: 100%;
    margin-top: 88px;
    padding: 0 16px;
    overflow-x: clip;
  }

  .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 1.65rem;
    line-height: 1.08;
  }

  .wp-block-woocommerce-order-confirmation h1,
  .wc-block-order-confirmation h1 {
    font-size: 1.65rem;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .woocommerce-order ul.order_details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .woocommerce-order ul.order_details li {
    padding: 18px 20px;
    font-size: 0.78rem;
  }

  .wp-block-woocommerce-order-confirmation .wc-block-order-confirmation-summary-list > li,
  .wc-block-order-confirmation .wc-block-order-confirmation-summary-list > li,
  .wp-block-woocommerce-order-confirmation .wc-block-order-confirmation-summary-list-item,
  .wc-block-order-confirmation .wc-block-order-confirmation-summary-list-item {
    padding: 18px 20px;
  }

  .wp-block-woocommerce-order-confirmation > ul,
  .wc-block-order-confirmation > ul,
  .wp-block-woocommerce-order-confirmation .wc-block-order-confirmation-summary-list,
  .wc-block-order-confirmation .wc-block-order-confirmation-summary-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-left: 0;
  }

  .wp-block-woocommerce-order-confirmation > ul > li,
  .wc-block-order-confirmation > ul > li,
  .wp-block-woocommerce-order-confirmation .wc-block-order-confirmation-summary-list > li,
  .wc-block-order-confirmation .wc-block-order-confirmation-summary-list > li {
    min-width: 0;
  }

  .woocommerce-order table.shop_table,
  .woocommerce-order table.shop_table tbody,
  .woocommerce-order table.shop_table tr,
  .woocommerce-order table.shop_table th,
  .woocommerce-order table.shop_table td,
  .wp-block-woocommerce-order-confirmation table,
  .wp-block-woocommerce-order-confirmation tbody,
  .wp-block-woocommerce-order-confirmation tr,
  .wp-block-woocommerce-order-confirmation th,
  .wp-block-woocommerce-order-confirmation td,
  .wc-block-order-confirmation table,
  .wc-block-order-confirmation tbody,
  .wc-block-order-confirmation tr,
  .wc-block-order-confirmation th,
  .wc-block-order-confirmation td,
  .wp-block-woocommerce-order-confirmation *,
  .wc-block-order-confirmation * {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .woocommerce-order table.shop_table thead,
  .wp-block-woocommerce-order-confirmation table thead,
  .wc-block-order-confirmation table thead {
    display: none;
  }

  .woocommerce-order table.shop_table,
  .woocommerce-order table.shop_table tbody,
  .woocommerce-order table.shop_table tr,
  .woocommerce-order table.shop_table td,
  .wp-block-woocommerce-order-confirmation table,
  .wp-block-woocommerce-order-confirmation tbody,
  .wp-block-woocommerce-order-confirmation tr,
  .wp-block-woocommerce-order-confirmation td,
  .wc-block-order-confirmation table,
  .wc-block-order-confirmation tbody,
  .wc-block-order-confirmation tr,
  .wc-block-order-confirmation td {
    display: block;
    width: 100%;
  }

  .woocommerce-order table.shop_table tr,
  .wp-block-woocommerce-order-confirmation table tr,
  .wc-block-order-confirmation table tr {
    padding: 12px 0;
    border-bottom: 1px solid #e8e8e8;
  }

  .woocommerce-order table.shop_table td,
  .wp-block-woocommerce-order-confirmation table td,
  .wc-block-order-confirmation table td {
    border-bottom: 0;
    padding: 4px 0;
    text-align: left !important;
    overflow-wrap: anywhere;
  }

  .woocommerce-order table.shop_table td[data-title]::before,
  .wp-block-woocommerce-order-confirmation table td[data-title]::before,
  .wc-block-order-confirmation table td[data-title]::before {
    content: attr(data-title) ": ";
    display: inline;
    color: #015347;
    font-weight: 900;
  }
}

@media (max-width: 540px) {
  .cdosga_logo img {
    width: 92px;
  }

  .cdosga_menu {
    width: calc(100% - 16px);
    border-radius: 0 0 32px 32px;
  }

  .cdosga_menu_inner {
    min-height: 56px;
    padding: 3px 22px 5px 16px;
  }

  .cdosga_icon_button,
  .cdosga_icon_button svg {
    width: 28px;
    height: 28px;
  }

  .cdosga_mobile_button {
    width: 38px;
    height: 38px;
  }

  .vyra-products-search {
    grid-template-columns: 1fr;
  }

  .vyra-products-search button {
    width: 100%;
  }

  .vyra-products-sidebar {
    top: 66px;
  }

  .vyra-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 14px !important;
    row-gap: 34px !important;
  }

  .vyra-product-image {
    border-radius: 28px;
  }

  .vyra-product-buy-row {
    gap: 4px;
    margin-top: 10px;
  }

  .vyra-product-price {
    height: 32px;
    font-size: 1.15rem;
  }

  .vyra-product-cart-form,
  .vyra-product-cart-form--woocommerce,
  .vyra-products .vyra-product-cart {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
  }

  .vyra-products .vyra-product-cart svg {
    width: 19px;
    height: 19px;
  }

  .woocommerce .woocommerce-cart-form table.shop_table tr.cart_item {
    grid-template-columns: 28px 84px minmax(0, 1fr);
    gap: 12px;
  }

  .wc-block-cart-items__row .wc-block-cart-item__image,
  .wc-block-cart-items__row .wc-block-components-product-image {
    width: 84px !important;
    max-width: 84px !important;
  }

  .wc-block-cart-items__row .wc-block-cart-item__image img,
  .wc-block-cart-items__row .wc-block-components-product-image img {
    width: 84px !important;
    height: 84px !important;
    max-width: 84px !important;
  }

  .woocommerce .woocommerce-cart-form .product-name > a,
  .woocommerce .woocommerce-cart-form .product-price,
  .woocommerce .woocommerce-cart-form .product-subtotal {
    font-size: 1rem;
  }

  .woocommerce .woocommerce-cart-form .coupon,
  .woocommerce .woocommerce-cart-form .coupon input.input-text,
  .woocommerce .woocommerce-cart-form .coupon button {
    width: 100%;
  }

  .woocommerce-order,
  .wp-block-woocommerce-order-confirmation,
  .wc-block-order-confirmation {
    margin-top: 76px;
    padding: 0 12px;
  }

  .woocommerce-order ul.order_details {
    grid-template-columns: 1fr;
  }

  .woocommerce-order ul.order_details li,
  .wp-block-woocommerce-order-confirmation .wc-block-order-confirmation-summary-list > li,
  .wc-block-order-confirmation .wc-block-order-confirmation-summary-list > li,
  .wp-block-woocommerce-order-confirmation .wc-block-order-confirmation-summary-list-item,
  .wc-block-order-confirmation .wc-block-order-confirmation-summary-list-item {
    padding: 16px 18px;
  }

  .wp-block-woocommerce-order-confirmation > ul,
  .wc-block-order-confirmation > ul,
  .wp-block-woocommerce-order-confirmation .wc-block-order-confirmation-summary-list,
  .wc-block-order-confirmation .wc-block-order-confirmation-summary-list {
    grid-template-columns: 1fr;
  }

  .woocommerce-order .woocommerce-order-details h2,
  .woocommerce-order .woocommerce-customer-details h2,
  .wp-block-woocommerce-order-confirmation h2,
  .wc-block-order-confirmation h2 {
    font-size: 1.35rem;
    line-height: 1.1;
  }
}

/* Mintalyst header final layer */
.cdosga_menu {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
  z-index: 50 !important;
  width: 100% !important;
  max-width: none !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
  min-height: 118px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  transition: min-height 180ms ease, box-shadow 180ms ease !important;
}

.cdosga_menu.is_fixed_ready {
  position: fixed !important;
}

.cdosga_menu_spacer {
  display: block !important;
  width: 100% !important;
  min-height: 1px !important;
  margin-bottom: -40px !important;
  background: transparent !important;
  pointer-events: none !important;
}

.cdosga_menu_inner {
  width: 100% !important;
  min-height: 118px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(180px, 1fr) minmax(240px, 300px) minmax(132px, 1fr) !important;
  align-items: center !important;
  gap: clamp(12px, 2vw, 32px) !important;
  padding: 0 clamp(32px, 5.5vw, 96px) !important;
  box-sizing: border-box !important;
  background: transparent !important;
  transition: min-height 180ms ease !important;
}

.cdosga_logo {
  align-self: start !important;
  justify-self: start !important;
  width: min(358px, 100%) !important;
  min-height: 205px !important;
  display: grid !important;
  align-items: center !important;
  justify-items: center !important;
  place-items: center !important;
  box-sizing: border-box !important;
  padding: 10px 18px !important;
  border-radius: 25px !important;
  background: #fff !important;
  text-decoration: none !important;
  transform: translateY(46px) !important;
  z-index: 2 !important;
  transition: width 180ms ease, min-height 180ms ease, padding 180ms ease, transform 180ms ease !important;
}

.cdosga_logo img {
  display: block !important;
  width: 330px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 180px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  transition: width 180ms ease, max-height 180ms ease !important;
}

.cdosga_nav,
.cdosga_mobile_button,
.cdosga_mobile_panel,
.cdosga_search_overlay {
  display: none !important;
}

.cdosga_header_search {
  position: relative !important;
  width: min(100%, 300px) !important;
  justify-self: center !important;
  align-self: center !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 46px !important;
  align-items: center !important;
  border-radius: 12px !important;
  background: #015347 !important;
  color: #fff !important;
  margin-top: 0 !important;
  transition: width 180ms ease, margin-top 180ms ease, border-radius 180ms ease !important;
}

.cdosga_header_search input[type="search"] {
  width: 100% !important;
  min-height: 49px !important;
  border: 0 !important;
  border-radius: 12px 0 0 12px !important;
  padding: 0 6px 0 26px !important;
  background: transparent !important;
  color: #fff !important;
  font: inherit !important;
  font-family: var(--vyra-heading-font, var(--global-heading-font-family, inherit)) !important;
  font-size: 20px !important;
  outline: 0 !important;
  transition: min-height 180ms ease, font-size 180ms ease !important;
}

.cdosga_header_search input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.88) !important;
  font-family: var(--vyra-heading-font, var(--global-heading-font-family, inherit)) !important;
  opacity: 1 !important;
}

.cdosga_header_search input[type="search"]::-webkit-search-cancel-button {
  filter: brightness(0) invert(1) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.cdosga_header_search input[type="search"]:not(:placeholder-shown)::-webkit-search-cancel-button {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.cdosga_header_search input[type="search"]::-ms-clear {
  color: #fff !important;
}

.cdosga_header_search button {
  width: 46px !important;
  height: 49px !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 0 12px 12px 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #fff !important;
  cursor: pointer !important;
  transition: height 180ms ease, width 180ms ease !important;
}

.cdosga_header_search button svg {
  width: 31px !important;
  height: 31px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.3px !important;
  stroke-linecap: round !important;
}

.cdosga_header_search_results {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 80 !important;
  display: none !important;
  max-height: 360px !important;
  overflow: auto !important;
  border: 1px solid rgba(1, 83, 71, 0.18) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 18px 34px rgba(35, 35, 35, 0.14) !important;
}

.cdosga_header_search_results.is-visible {
  display: grid !important;
}

.cdosga_header_search_item {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 9px 12px !important;
  color: #232323 !important;
  text-decoration: none !important;
}

.cdosga_header_search_item:hover,
.cdosga_header_search_item:focus {
  background: rgba(1, 83, 71, 0.08) !important;
}

.cdosga_header_search_item img,
.cdosga_header_search_item span {
  width: 52px !important;
  height: 52px !important;
  border-radius: 8px !important;
  background: #eef2f1 !important;
  object-fit: cover !important;
}

.cdosga_header_search_item strong {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
}

.cdosga_header_search_empty {
  padding: 14px !important;
  color: #667085 !important;
  font-size: 14px !important;
}

.cdosga_actions {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 20px !important;
  align-self: center !important;
  margin-top: 0 !important;
  transition: margin-top 180ms ease !important;
}

.cdosga_icon_button {
  position: relative !important;
  width: 43px !important;
  height: 43px !important;
  display: inline-grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0 !important;
  background: transparent !important;
  color: #015347 !important;
  text-decoration: none !important;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease !important;
}

.cdosga_icon_button svg {
  width: 43px !important;
  height: 43px !important;
  fill: currentColor !important;
  stroke: currentColor !important;
  stroke-width: 0 !important;
}

.cdosga_icon_button:hover,
.cdosga_icon_button:focus-visible {
  background: #015347 !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
}

.cdosga_icon_button::after {
  content: attr(aria-label) !important;
  position: absolute !important;
  top: calc(100% + 10px) !important;
  left: 50% !important;
  z-index: 90 !important;
  min-width: max-content !important;
  max-width: 180px !important;
  padding: 7px 10px !important;
  border-radius: 8px !important;
  background: #015347 !important;
  color: #fff !important;
  font-family: var(--vyra-heading-font, var(--global-heading-font-family, inherit)) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, -4px) !important;
  transition: opacity 160ms ease, transform 160ms ease !important;
}

.cdosga_icon_button:hover::after,
.cdosga_icon_button:focus-visible::after {
  opacity: 1 !important;
  transform: translate(-50%, 0) !important;
}

.cdosga_cart_button svg {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.8px !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.cdosga_cart_count {
  position: absolute !important;
  right: -7px !important;
  top: -7px !important;
}

.cdosga_menu.is_scrolled {
  min-height: 78px !important;
  box-shadow: 0 8px 24px rgba(35, 35, 35, 0.08) !important;
}

.cdosga_menu.is_scrolled .cdosga_menu_inner {
  min-height: 78px !important;
}

.cdosga_menu.is_scrolled .cdosga_logo {
  width: min(245px, 100%) !important;
  min-height: 112px !important;
  padding: 6px 14px !important;
  transform: translateY(8px) !important;
}

.cdosga_menu.is_scrolled .cdosga_logo img {
  width: 220px !important;
  max-height: 96px !important;
}

.cdosga_menu.is_scrolled .cdosga_header_search {
  width: min(100%, 270px) !important;
  margin-top: 0 !important;
}

.cdosga_menu.is_scrolled .cdosga_header_search input[type="search"] {
  min-height: 42px !important;
  font-size: 18px !important;
}

.cdosga_menu.is_scrolled .cdosga_header_search button {
  width: 42px !important;
  height: 42px !important;
}

.cdosga_menu.is_scrolled .cdosga_header_search button svg {
  width: 27px !important;
  height: 27px !important;
}

.cdosga_menu.is_scrolled .cdosga_actions {
  margin-top: 0 !important;
}

.cdosga_menu.is_scrolled .cdosga_icon_button {
  width: 38px !important;
  height: 38px !important;
}

.cdosga_menu.is_scrolled .cdosga_icon_button svg {
  width: 38px !important;
  height: 38px !important;
}

@media (max-width: 1100px) {
  .cdosga_menu_inner {
    width: 100% !important;
    grid-template-columns: minmax(150px, 1fr) minmax(210px, 280px) minmax(128px, 1fr) !important;
    gap: 18px !important;
    padding: 0 32px !important;
  }

  .cdosga_logo {
    min-height: 168px !important;
  }

  .cdosga_logo img {
    width: min(270px, 92%) !important;
    max-height: 148px !important;
  }

  .cdosga_menu.is_scrolled .cdosga_logo {
    min-height: 96px !important;
  }

  .cdosga_menu.is_scrolled .cdosga_logo img {
    width: min(200px, 90%) !important;
    max-height: 82px !important;
  }
}

@media (max-width: 900px) {
  .cdosga_menu,
  .cdosga_menu_inner {
    min-height: auto !important;
  }

  .cdosga_menu_inner {
    width: min(100% - 28px, 680px) !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 18px 0 !important;
  }

  .cdosga_logo {
    width: min(320px, 100%) !important;
    min-height: 118px !important;
    justify-self: center !important;
    align-self: center !important;
    border-radius: 25px !important;
    transform: translateY(0) !important;
  }

  .cdosga_logo img {
    width: min(275px, 86%) !important;
  }

  .cdosga_header_search {
    width: min(100%, 360px) !important;
  }

  .cdosga_actions {
    justify-content: center !important;
  }
}
