body {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.woocommerce-message:has(#gl-add-to-cart-popup) {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.woocommerce-message:has(#gl-add-to-cart-popup):before, .woocommerce-message:has(#gl-add-to-cart-popup):after {
  display: none;
}

body.admin-bar #gl-add-to-cart-popup {
  top: 117px;
}

.gl-wsc-popup-close {
  cursor: pointer;
  user-select: none;
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
  color: #000000;
  width: 20px;
  height: 20px;
  text-align: center;
}

.gl-wsc-cart-open {
  margin-left: 30px;
  position: relative;
}
.gl-wsc-cart-open .gl-wsc-cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  right: -15px;
  background: #7dc644;
  border-radius: 50px;
  color: #fff;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}

#gl-add-to-cart-popup {
  position: fixed;
  top: 86px;
  right: 20px;
  z-index: 99;
  width: 375px;
  background: #fff;
  box-shadow: 0px 0.75px 2.21px 0px rgba(0, 0, 0, 0.0392156863), 0px 1.8px 5.32px 0px rgba(0, 0, 0, 0.0549019608), 0px 3.38px 10.02px 0px rgba(0, 0, 0, 0.0705882353), 0px 6.03px 17.87px 0px rgba(0, 0, 0, 0.0823529412), 0px 11.28px 33.42px 0px rgba(0, 0, 0, 0.1019607843), 0px 27px 80px 0px rgba(0, 0, 0, 0.1411764706);
  border-radius: 0;
  padding: 25px;
  transition: opacity 0.4s ease;
  display: none;
  opacity: 0;
}
#gl-add-to-cart-popup.show {
  display: block;
  opacity: 1;
}
@media (max-width: 420px) {
  #gl-add-to-cart-popup.show {
    width: calc(100% - 20px);
    margin: 10px;
    right: 0;
  }
}
#gl-add-to-cart-popup .gl-wsc-popup-close {
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 9;
}
#gl-add-to-cart-popup .gl-wsc-content .gl-wsc-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 8px 25px;
  background-color: #e3fbd0;
  color: #141414;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  align-items: center;
}
#gl-add-to-cart-popup .gl-wsc-content .gl-wsc-message:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.88 11.68L12.52 6.04L11.4 4.92L6.88 9.44L4.6 7.16L3.48 8.28L6.88 11.68ZM8 16C6.89333 16 5.85333 15.7899 4.88 15.3696C3.90667 14.9493 3.06 14.3795 2.34 13.66C1.62 12.94 1.05013 12.0933 0.6304 11.12C0.210667 10.1467 0.000533333 9.10667 0 8C0 6.89333 0.210133 5.85333 0.6304 4.88C1.05067 3.90667 1.62053 3.06 2.34 2.34C3.06 1.62 3.90667 1.05013 4.88 0.6304C5.85333 0.210667 6.89333 0.000533333 8 0C9.10667 0 10.1467 0.210133 11.12 0.6304C12.0933 1.05067 12.94 1.62053 13.66 2.34C14.38 3.06 14.9501 3.90667 15.3704 4.88C15.7907 5.85333 16.0005 6.89333 16 8C16 9.10667 15.7899 10.1467 15.3696 11.12C14.9493 12.0933 14.3795 12.94 13.66 13.66C12.94 14.38 12.0933 14.9501 11.12 15.3704C10.1467 15.7907 9.10667 16.0005 8 16Z' fill='%237DC643'/%3E%3C/svg%3E%0A");
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
#gl-add-to-cart-popup .gl-wsc-content .gl-wsc-content-inner {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 35px;
}
#gl-add-to-cart-popup .gl-wsc-content .gl-wsc-product-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
#gl-add-to-cart-popup .gl-wsc-content .gl-wsc-product-details {
  text-align: left;
}
#gl-add-to-cart-popup .gl-wsc-content .gl-wsc-product-name {
  font-family: var(--e-global-typography-fd066ad-font-family), Sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 5px;
  color: #333;
}
#gl-add-to-cart-popup .gl-wsc-content .gl-wsc-variation-details p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  color: #58595b;
}
#gl-add-to-cart-popup .gl-wsc-content .gl-wsc-variation-details p span {
  font-weight: 600;
  color: #141414;
}
#gl-add-to-cart-popup .gl-wsc-content .gl-wsc-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}
#gl-add-to-cart-popup .gl-wsc-content .gl-wsc-buttons .gl-wsc-button {
  padding: 13px 10px 10px;
  background-color: #141414;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  text-transform: uppercase;
  font-family: var(--e-global-typography-fd066ad-font-family), Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  letter-spacing: 1.2px;
}
#gl-add-to-cart-popup .gl-wsc-content .gl-wsc-buttons .gl-wsc-button:hover {
  background: #545454;
}
#gl-add-to-cart-popup .gl-wsc-content .gl-wsc-buttons .gl-wsc-button.gl-wsc-cart {
  background: transparent;
  border: 1px solid #d9d9d9;
  color: #141414;
}

#gl-wsc-side-cart {
  position: fixed;
  right: 0;
  top: 0;
  width: 350px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 100001;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
#gl-wsc-side-cart.gl-wsc-visible {
  transform: translateX(0);
}
#gl-wsc-side-cart.gl-wsc-loading .gl-wsc-side-cart-header,
#gl-wsc-side-cart.gl-wsc-loading .gl-wsc-side-cart-items,
#gl-wsc-side-cart.gl-wsc-loading .gl-wsc-side-cart-footer {
  pointer-events: none;
}
#gl-wsc-side-cart.gl-wsc-loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#gl-wsc-side-cart.gl-wsc-loading .gl-wsc-loading-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 1;
}
#gl-wsc-side-cart .gl-wsc-loading-icon {
  display: none;
}
#gl-wsc-side-cart .gl-wsc-side-cart-header {
  flex-shrink: 0;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}
#gl-wsc-side-cart .gl-wsc-side-cart-header h3 {
  margin: 0;
  font-family: var(--e-global-typography-fd066ad-font-family), Sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 46.38px;
  letter-spacing: 2px;
  text-align: left;
}
#gl-wsc-side-cart .gl-wsc-side-cart-header #gl-wsc-close-btn {
  font-size: 26px;
}
#gl-wsc-side-cart .gl-wsc-empty-cart {
  flex: 1;
}
#gl-wsc-side-cart .gl-wsc-empty-cart .gl-wsc-empty-cart-message {
  padding: 25px;
  color: #141414;
  background: #f8f9f7;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items {
  flex: 1;
  overflow-y: auto;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item {
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: #f8f9f7;
  margin-bottom: 15px;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-image {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 0;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-details {
  flex: 1;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-details div p {
  margin-bottom: 0;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-details .gl-wsc-cart-item-heading {
  font-size: 13px;
  margin-bottom: 2px;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-details .gl-wsc-cart-item-name {
  font-family: var(--e-global-typography-fd066ad-font-family), Sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-details .gl-wsc-cart-item-attribute {
  color: #58595b;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-details .gl-wsc-cart-item-attribute span {
  font-weight: 600;
  color: #141414;
  margin-left: 2px;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-actions > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
  align-items: center;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-actions > div .label {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-actions > div.gl-wsc-cart-item-buy-frequency > p.label {
  position: relative;
	top: -6px;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-actions > div .gl-wsc-quantity-input {
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 0;
  border: 1px solid #d9d9d9;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-actions > div .subscription-details {
  line-height: 32px;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-actions > div span.subscription-details {
  line-height: 20px;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-actions .gl-wsc-remove-item {
  cursor: pointer;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-actions .gl-wsc-remove-item-btn {
    display: flex;
    align-items: center;
    padding: 5px;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-actions .gl-wsc-remove-item-btn svg {
    pointer-events: none;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-actions .gl-wsc-cart-item-buy-frequency .amount {
  display: none;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-actions .gl-wsc-cart-item-quantity .gl-wsc-quantity-input {
  width: 40px;
  text-align: center;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-actions .gl-wsc-cart-item-quantity .gl-wsc-quantity-input::-webkit-inner-spin-button, #gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-actions .gl-wsc-cart-item-quantity .gl-wsc-quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-actions .gl-wsc-cart-item-price .amount {
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  color: #141414;
}
#gl-wsc-side-cart .gl-wsc-side-cart-items .gl-wsc-cart-item .gl-wsc-cart-item-actions .gl-wsc-cart-item-price .subscription-details {
  display: none;
}
#gl-wsc-side-cart .gl-wsc-side-cart-footer {
  flex-shrink: 0;
  padding: 25px;
}
#gl-wsc-side-cart .gl-wsc-side-cart-footer .gl-wsc-cart-total {
  margin-bottom: 15px;
  letter-spacing: 2px;
}
#gl-wsc-side-cart .gl-wsc-side-cart-footer .gl-wsc-cart-total p {
  font-family: var(--e-global-typography-fd066ad-font-family), Sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #141414;
}
#gl-wsc-side-cart .gl-wsc-side-cart-footer .gl-wsc-cart-total p span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
}
#gl-wsc-side-cart .gl-wsc-side-cart-footer .gl-wsc-buttons {
  display: flex;
  gap: 6px;
  justify-content: space-between;
}
#gl-wsc-side-cart .gl-wsc-side-cart-footer .gl-wsc-buttons .gl-wsc-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 12px 10px 10px;
  background-color: #141414;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--e-global-typography-fd066ad-font-family), Sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 1px;
}
#gl-wsc-side-cart .gl-wsc-side-cart-footer .gl-wsc-buttons .gl-wsc-button:hover {
  background-color: #545454;
}
#gl-wsc-side-cart .gl-wsc-footer-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
#gl-wsc-side-cart .gl-wsc-footer-info a {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  text-decoration: underline;
  color: #141414;
}
#gl-wsc-side-cart .gl-wsc-footer-info img {
  width: 145px;
}

#gl-wsc-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#gl-wsc-overlay.gl-wsc-visible {
  opacity: 1;
  visibility: visible;
}