.acc-variation-btn.disabled,
.acc-variation-btn.disabled:hover {
  background-color: #f5f5f5;
  color: #999
}

.acc-submit-btn,
.acc-variation-btn,
.acc-whatsapp-btn {
  cursor: pointer;
  transition: .2s
}

.acc-loading {
  position: relative;
  pointer-events: none;
  opacity: .7
}

.acc-loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  animation: 1s linear infinite acc-spin;
  z-index: 1000
}

@keyframes acc-spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.acc-variation-btn.disabled {
  opacity: .5;
  cursor: not-allowed
}

.acc-attribute.updating,
.acc-image-swatch,
.acc-product-price.loading,
.acc-submit-btn.submitting .btn-text {
  position: relative
}

.acc-attribute.updating .acc-variation-buttons {
  opacity: .7
}

.acc-product-price.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border: 1px solid #f3f3f3;
  border-top: 1px solid #3498db;
  border-radius: 50%;
  animation: .8s linear infinite acc-spin
}

.acc-product-price {
  transition: opacity .2s ease-in-out
}

.acc-variation-error {
  color: #e74c3c;
  font-size: .9em;
  margin-top: 5px;
  display: none
}

#acc-shipping-methods.has-error .acc-field-error-message,
.acc-delivery-methods.has-error .acc-field-error-message,
.acc-field.has-error .acc-field-error-message,
.acc-variation-error.show {
  display: block
}

.acc-checkout-box {
  margin: 2rem 0;
  width: 100%;
  background: #fcfcfc;
  direction: rtl;
  text-align: right;
  font-family: Rubik, sans-serif;
  display: block;
  float: none;
  clear: both;
  box-sizing: border-box
}

.acc-checkout-box,
.acc-checkout-box *,
.acc-checkout-box button,
.acc-checkout-box div,
.acc-checkout-box input,
.acc-checkout-box label,
.acc-checkout-box p,
.acc-checkout-box select,
.acc-checkout-box span,
.acc-delivery-option,
.acc-field-label,
.acc-form-title,
.acc-order-summary-dropdown,
.acc-product-price,
.acc-qty-btn,
.acc-qty-input,
.acc-response,
.acc-shipping-price,
.acc-submit-btn,
.acc-summary-content,
.acc-summary-item,
.acc-summary-toggle,
.acc-summary-toggle-text,
.acc-total-estimate,
.acc-variation-btn {
  font-family: inherit !important
}

.acc-input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #ebf0f4;
  border-radius: 8px;
  background: #fff;
  min-height: 55px;
  overflow: hidden
}

.acc-input-with-icon i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  width: 44px;
  pointer-events: none;
  z-index: 2;
  stroke-width: 1.5;
  padding: 12px;
  background-color: #ebf0f4;
  border-left: 1px solid #0f172a;
  border-radius: 12px 0 0 12px
}

.acc-input-with-icon input,
.acc-input-with-icon select {
  padding: .75rem 15px .75rem 55px;
  border: none !important;
  box-sizing: border-box;
  font-family: Rubik, sans-serif;
  min-height: 52px;
  background: 0 0;
  color: #0f172a;
  outline: 0
}

.acc-input-with-icon:focus-within {
  border-color: #0f172a;
  box-shadow: none
}

.acc-variation-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px
}

.acc-variation-btn {
  padding: 8px 12px;
  border: 2px solid #e3e3e3;
  background: #f8f9fa;
  border-radius: 8px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
  min-width: 32px;
  text-align: center
}

.acc-variation-btn:hover {
  border-color: #d1d5db;
  background: #f3f4f6
}

.acc-variation-btn.selected {
  border-color: #0f172a;
  background: #0f172a;
  color: #fff
}

.acc-field.has-error .acc-input-with-icon {
  border-color: #ef4444 !important;
  border-width: 2px
}

.acc-field.has-error input,
.acc-field.has-error select {
  color: #ef4444
}

#acc-shipping-methods.has-error,
.acc-delivery-methods.has-error {
  border: 2px solid #ef4444 !important;
  border-radius: 8px;
  padding: 8px
}

.acc-field-error-message {
  display: none;
  color: #ef4444;
  font-size: 13px;
  margin-top: 6px;
  padding: 0 4px;
  line-height: 1.4;
  text-align: right;
  direction: rtl
}

.acc-ltr .acc-field-error-message {
  text-align: left;
  direction: ltr
}

.acc-variation-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(31, 41, 55, .1)
}

.acc-quantity-controls,
.acc-summary-toggle-content {
  display: flex;
  align-items: center
}

.merchant-payment-logos {
  display: none !important
}

.acc-qty-btn,
.acc-quantity-submit-row .acc-qty-btn,
.acc-upsell-radio-wrap {
  display: flex;
  align-items: center;
  justify-content: center
}

.acc-qty-input {
  -webkit-appearance: none;
  appearance: textfield;
  -moz-appearance: textfield
}

.acc-qty-input::-webkit-inner-spin-button,
.acc-qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.acc-checkout-box .acc-field,
.acc-whatsapp-row {
  margin-bottom: 1rem
}

.acc-checkout-box .acc-field .acc-field {
  margin-bottom: 0
}

.acc-2nd-div,
.acc-input-with-icon {
  margin-bottom: 0 !important;
  gap: 12px
}

.acc-2nd-div:focus,
.acc-2nd-div:focus-within,
.acc-checkout-box input:focus,
.acc-checkout-box input[type=number]:focus,
.acc-checkout-box input[type=tel]:focus,
.acc-checkout-box input[type=text]:focus,
.acc-checkout-box select:focus,
.acc-checkout-box textarea:focus,
.acc-input-with-icon:focus,
.acc-input-with-icon:focus-within {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: 0 !important
}

.acc-fields-row {
  display: flex;
  flex-direction: column
}

.acc-fields-row .acc-field {
  width: 100%
}

.acc-checkout-box input[type=number],
.acc-checkout-box input[type=tel],
.acc-checkout-box input[type=text],
.acc-checkout-box select {
  width: 100%;
  padding: .75rem;
  box-sizing: border-box;
  font-family: Rubik, sans-serif;
  height: 42px;
  color: #0f172a;
  background: #fff;
  position: relative;
  border-right: 2px solid #ebf0f4 !important;
  border-radius: 0 !important;
  border: none
}

.acc-checkout-box.acc-ltr input[type=number]:not(.acc-qty-input),
.acc-checkout-box.acc-ltr input[type=tel],
.acc-checkout-box.acc-ltr input[type=text],
.acc-checkout-box.acc-ltr select {
  border-right: none !important;
  border-left: 2px solid #ebf0f4 !important;
  border-radius: 0 !important
}

.acc-checkout-box select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 40px
}

.acc-input-with-icon select {
  padding-left: 40px
}

.acc-2nd-div select,
.acc-checkout-box select,
.acc-input-with-icon select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: 2% 50% !important
}

.acc-checkout-box:not(.acc-ltr) .acc-2nd-div select,
.acc-checkout-box:not(.acc-ltr) .acc-input-with-icon select,
.acc-checkout-box:not(.acc-ltr) select {
  background-position: 2% 50% !important;
  padding-left: 40px !important
}

.acc-checkout-box label,
.acc-field-label {
  font-size: .9rem;
  margin-right: .5rem;
  font-family: Rubik, sans-serif;
  color: #0f172a !important;
  font-weight: 500
}

.acc-color-options label,
.acc-delivery-option,
.acc-size-options label {
  margin-inline-end: 1rem;
  white-space: nowrap
}

.acc-total-row {
  font-size: 1.05rem;
  margin-top: 1.25rem;
  font-family: Rubik, sans-serif
}

.acc-total-row strong {
  margin-left: .5rem
}

.acc-submit-btn {
  width: 100%;
  padding: 1rem;
  font-size: 1.1rem;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background: #0f172a;
  color: #fff;
  font-family: Rubik, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px
}

.btn-text {
  font-weight: 500;
  position: relative;
  z-index: 20
}

.acc-response {
  margin: 1rem 0;
  padding: 12px 16px;
  font-weight: 600;
  font-family: Onest, sans-serif;
  font-size: 14px;
  border-radius: 8px;
  text-align: center
}

.acc-form-title,
.acc-shipping-dropdown,
.acc-summary-toggle-text,
.acc-total-estimate,
.acc-whatsapp-btn {
  font-family: Rubik, sans-serif
}

.acc-response.error {
  color: #ef4444;
  background-color: #fee2e2;
  border: 1px solid #fecaca
}

.acc-response.success {
  color: #10b981;
  background-color: #d1fae5;
  border: 1px solid #a7f3d0
}

.acc-order-summary {
  margin-top: 1rem
}

.acc-summary-item {
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 8px;
  margin-bottom: 8px
}

.acc-summary-item:last-child {
  border-bottom: none;
  margin-bottom: 0
}

.acc-summary-item .summary-item-title {
  margin: 0;
  flex: 1;
  font-family: Rubik, sans-serif;
  color: #0f172a;
  display: flex;
  align-items: center
}

.acc-total-estimate {
  color: #0f172a !important;
  font-weight: 500 !important
}

.acc-order-summary-dropdown {
  margin-top: 1rem;
  border: 2px solid #ebf0f4;
  border-radius: 12px;
  background: #fff;
  overflow: hidden
}

.acc-summary-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ebf0f4
}

.acc-summary-toggle-content i {
  color: #0f172a;
  stroke-width: 1.5
}

.acc-summary-thumb {
  width: 40px !important;
  height: 40px !important;
  max-height: 40px !important;
  max-width: 40px !important;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ebf0f4;
  margin-inline-end: 4px
}

.acc-title-thumb {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 4px;
  vertical-align: middle;
  margin-inline-end: 8px
}

.acc-summary-content {
  padding: 1rem;
  background: #fff
}

.acc-summary-content .acc-summary-item {
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 8px;
  margin-bottom: 8px
}

.acc-summary-content .acc-summary-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  font-weight: 600
}

.acc-shipping-options {
  gap: 8px;
  DISPLAY: FLEX;
  flex-flow: column
}

.acc-loading-shipping {
  color: #666;
  font-style: italic;
  text-align: center;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px dashed #ddd
}

.acc-no-shipping {
  color: #c00;
  text-align: center;
  padding: 10px;
  background: #fff5f5;
  border-radius: 8px;
  border: 1px solid #fed7d7
}

.acc-delivery-label {
  margin-right: 4px;
  display: inline-block;
  white-space: normal;
  word-break: break-word
}

.acc-submit-btn {
  margin-bottom: .5rem;
  animation: 5s infinite shake-every-5s;
  position: relative;
  overflow: hidden !important
}

.acc-submit-btn.submitting {
  opacity: .7;
  cursor: not-allowed;
  animation: none
}

.acc-whatsapp-btn {
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 500
}

.acc-whatsapp-btn i {
  stroke-width: 2;
  width: 20px;
  height: 20px
}

.acc-whatsapp-btn .btn-text {
  font-weight: 500;
  font-size: 16px
}

.acc-checkout-box .acc-coupon-apply-btn::after,
.acc-checkout-box .acc-coupon-apply-btn::before,
.acc-checkout-box .acc-outlined-btn::after,
.acc-checkout-box .acc-outlined-btn::before,
.acc-checkout-box .acc-qty-btn::after,
.acc-checkout-box .acc-qty-btn::before,
.acc-checkout-box .acc-whatsapp-btn::after,
.acc-checkout-box .acc-whatsapp-btn::before,
.acc-checkout-box button.button::after,
.acc-checkout-box button.button::before,
.acc-checkout-box button::after,
.acc-checkout-box button::before {
  content: none !important;
  display: none !important;
  background: 0 0 !important;
  border: none !important;
  box-shadow: none !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: hidden !important;
  pointer-events: none !important
}

.acc-shipping-dropdown {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db !important;
  border-radius: 12px !important;
  background: #fff;
  font-size: 14px;
  color: #0f172a;
  transition: .3s;
  cursor: pointer
}

.acc-shipping-dropdown:focus {
  outline: 0;
  border-color: #d1d5db;
  box-shadow: 0 0 0 3px rgba(0, 95, 90, .1)
}

.acc-shipping-dropdown:hover {
  border-color: #d1d5db
}

@keyframes shake-every-5s {

  0%,
  100%,
  90% {
    transform: translateX(0)
  }

  92% {
    transform: translateX(-6px)
  }

  94% {
    transform: translateX(6px)
  }

  96% {
    transform: translateX(-4px)
  }

  98% {
    transform: translateX(4px)
  }
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0)
  }

  25% {
    transform: translateX(-5px)
  }

  75% {
    transform: translateX(10px)
  }
}

.acc-color-options label,
.acc-delivery-option,
.acc-size-options label {
  margin-inline-end: 0 !important
}

.acc-checkout-box label {
  margin-right: 0 !important;
  width: auto
}

.acc-form-title {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #0f172a
}

.acc-variation-btn:hover {
  color: #ebf0f4
}

.acc-input-with-icon {
  padding-right: 12px;
  border-width: 2px;
  border-color: #ebf0f4
}

.acc-outlined-btn,
.acc-quantity-submit-row .acc-submit-btn {
  padding: 1rem;
  font-size: 1.1rem;
  font-family: Rubik, sans-serif;
  display: flex;
  cursor: pointer
}

.acc-checkout-box .woocommerce-js form .form-row textarea,
.acc-checkout-box .woocommerce-js input[type=email],
.acc-checkout-box .woocommerce-js input[type=number],
.acc-checkout-box .woocommerce-js input[type=password],
.acc-checkout-box .woocommerce-js input[type=reset],
.acc-checkout-box .woocommerce-js input[type=search],
.acc-checkout-box .woocommerce-js input[type=tel],
.acc-checkout-box .woocommerce-js input[type=text],
.acc-checkout-box .woocommerce-js input[type=url],
.acc-checkout-box .woocommerce-js textarea,
.acc-checkout-box .woocommerce-page form .form-row textarea,
.acc-checkout-box .woocommerce-page input[type=email],
.acc-checkout-box .woocommerce-page input[type=number],
.acc-checkout-box .woocommerce-page input[type=password],
.acc-checkout-box .woocommerce-page input[type=reset],
.acc-checkout-box .woocommerce-page input[type=search],
.acc-checkout-box .woocommerce-page input[type=tel],
.acc-checkout-box .woocommerce-page input[type=text],
.acc-checkout-box .woocommerce-page input[type=url],
.acc-checkout-box .woocommerce-page textarea,
.acc-checkout-box input[type=number],
.acc-checkout-box input[type=tel],
.acc-checkout-box input[type=text] {
  background-color: transparent !important
}

.acc-2nd-div {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #ebf0f4;
  border-radius: 8px;
  background: #fff;
  height: 50px;
  overflow: hidden
}

.acc-2nd-div select {
  width: 100%;
  padding: .75rem 15px .75rem 40px;
  border: none !important;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: Rubik, sans-serif;
  height: 50px;
  background-color: transparent;
  color: #0f172a;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 2% 50%;
  background-size: 20px
}

.acc-2nd-div:focus-within {
  border-color: #0f172a;
  box-shadow: none
}

.acc-2nd-div select:focus {
  box-shadow: none !important;
  border: none !important
}

.acc-quantity-submit-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 1rem;
  flex-direction: column
}

.acc-quantity-controls {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0;
  align-self: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse
}

.acc-quantity-submit-row .acc-submit-btn {
  flex: auto;
  width: 100%;
  border: none;
  border-radius: 12px;
  background: #0f172a;
  color: #fff;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  animation: 5s infinite shake-every-5s;
  min-height: 60px
}

.acc-quantity-submit-row .acc-qty-input,
.acc-quantity-submit-row .acc-qty-input:active,
.acc-quantity-submit-row .acc-qty-input:focus,
.acc-quantity-submit-row .acc-qty-input:hover {
  color: #0f172a !important;
  background: 0 0 !important
}

.acc-quantity-submit-row .acc-qty-input {
  width: 50px;
  height: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border: none;
  font-family: Rubik, sans-serif;
  outline: 0;
  -webkit-appearance: none;
  appearance: textfield;
  -moz-appearance: textfield
}

.acc-quantity-submit-row .acc-qty-input::-webkit-inner-spin-button,
.acc-quantity-submit-row .acc-qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.acc-quantity-controls input,
.acc-quantity-submit-row input[type=number],
input.acc-qty-input,
input[name=acc_quantity] {
  color: #0f172a !important;
  background: 0 0 !important;
  text-align: center !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  font-family: Rubik, sans-serif !important;
  border: none !important;
  outline: 0 !important;
  -webkit-text-fill-color: #0F172A !important;
  opacity: 1 !important;
  max-width: 60px
}

.acc-outlined-btn {
  width: 100%;
  border: 2px solid #0f172a;
  background: 0 0;
  color: #0f172a;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: .3s;
  margin-top: 8px;
  font-weight: 600
}

.acc-outlined-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.acc-image-swatch.disabled .acc-image-swatch-container,
.acc-outlined-btn.adding-to-cart {
  opacity: .7;
  cursor: not-allowed
}

.acc-accordion-title,
.acc-outlined-btn .btn-text {
  font-weight: 600
}

.acc-outlined-btn.acc-full-width {
  width: 100%;
  min-height: 55px !important;
  background: 0 0 !important
}

.acc-checkout-box .btn-text {
  font-family: inherit !important;
  font-size: 16px
}

.acc-input-with-icon i[style*=color] {
  color: inherit !important
}

.acc-checkout-box .acc-input-with-icon [data-feather],
.acc-checkout-box .acc-input-with-icon i svg,
.acc-checkout-box .acc-input-with-icon svg,
.acc-checkout-box svg[data-feather] {
  color: inherit !important;
  stroke: #0F172A !important
}

.acc-checkout-box [data-feather],
.acc-checkout-box svg:not(:root) {
  overflow: hidden;
  color: inherit !important;
  stroke: #a0acb5 !important
}

.acc-checkout-box .woocommerce-js form .form-row textarea,
.acc-checkout-box .woocommerce-js input[type=email],
.acc-checkout-box .woocommerce-js input[type=number],
.acc-checkout-box .woocommerce-js input[type=password],
.acc-checkout-box .woocommerce-js input[type=reset],
.acc-checkout-box .woocommerce-js input[type=search],
.acc-checkout-box .woocommerce-js input[type=tel],
.acc-checkout-box .woocommerce-js input[type=text],
.acc-checkout-box .woocommerce-js input[type=url],
.acc-checkout-box .woocommerce-js textarea,
.acc-checkout-box .woocommerce-page form .form-row textarea,
.acc-checkout-box .woocommerce-page input[type=email],
.acc-checkout-box .woocommerce-page input[type=number],
.acc-checkout-box .woocommerce-page input[type=password],
.acc-checkout-box .woocommerce-page input[type=reset],
.acc-checkout-box .woocommerce-page input[type=search],
.acc-checkout-box .woocommerce-page input[type=tel],
.acc-checkout-box .woocommerce-page input[type=text],
.acc-checkout-box .woocommerce-page input[type=url],
.acc-checkout-box .woocommerce-page textarea {
  background-color: transparent !important;
  float: right;
  text-align: right
}

.acc-checkout-box input[type=number],
.acc-checkout-box input[type=tel],
.acc-checkout-box input[type=text],
.acc-checkout-box select {
  text-align: right
}

.acc-checkout-box .woocommerce-js .select2-container .select2-selection--single,
.acc-checkout-box .woocommerce-js select,
.acc-checkout-box .woocommerce-page .select2-container .select2-selection--single,
.acc-checkout-box .woocommerce-page select {
  background-position: 2% 50%
}

.acc-checkout-box,
.acc-checkout-box * {
  font-family: Rubik, Arial, sans-serif
}

.acc-field.acc-delivery-methods {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.Summary-item-title {
  font-family: Rubik, sans-serif;
  color: #64748b
}

.acc-product-price,
.acc-shipping-price,
.acc-total-price {
  font-family: Rubik, sans-serif;
  color: #1b1b1b;
  font-weight: 500
}

.acc-delivery-option {
  padding: 16px;
  border-radius: 8px;
  background-color: #f3f4f6;
  color: #111
}

.acc-delivery-option.selected {
  border: 2px solid #1b1b1b
}

.acc-summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px
}

.acc-attribute-group,
.acc-field-editor open {
  margin-bottom: 20px
}

.acc-attribute-label {
  display: block;
  font-weight: 500;
  color: #0f172a;
  font-size: 13px;
  margin-bottom: 12px;
  line-height: 1.4
}

.acc-checkout-box:not(.acc-ltr) .acc-attribute-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3
}

.acc-attribute-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.acc-attribute-option {
  display: flex;
  align-items: center;
  padding: 4px 8px !important;
  border: 1px solid #46464670;
  border-radius: 100px;
  cursor: pointer;
  transition: .2s;
  position: relative;
  min-width: 60px !important;
  justify-content: center;
  min-height: 36px;
  font-size: 1.4rem
}

.acc-accordion-content,
.acc-attribute-option input[type=radio] {
  display: none
}

.acc-attribute-text {
  font-weight: 500;
  color: #1a1a1a;
  font-size: 13px;
  text-align: center
}

.acc-attribute-option:hover:not(.disabled):not(.acc-color-swatch) {
  border-color: #1a1a1a;
  transform: scale(1.025)
}

.acc-attribute-option.selected:not(.acc-color-swatch) {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff
}

.acc-attribute-option.selected:not(.acc-color-swatch) .acc-attribute-text {
  color: #fff !important
}

.acc-color-swatch.selected {
  background: 0 0 !important;
  border: none !important;
  padding: 0 !important;
  color: inherit !important
}

.acc-attribute-option.disabled,
.acc-attribute-option.disabled.selected,
.acc-attribute-option.disabled:hover {
  border-color: #e9ecef !important;
  cursor: not-allowed !important
}

.acc-color-swatch.selected .acc-attribute-text {
  color: inherit
}

.acc-attribute-option.disabled {
  background: #f8f9fa !important;
  opacity: .7 !important;
  pointer-events: none !important;
  user-select: none !important;
  transform: none !important;
  transition: none !important
}

.acc-availability-info {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px
}

.acc-availability-label {
  font-weight: 600;
  color: #495057
}

.acc-availability-status {
  font-weight: 500
}

.acc-availability-status.in-stock {
  color: #28a745
}

.acc-availability-status.out-of-stock {
  color: #dc3545
}

.acc-checkout-box:not(.acc-ltr) .acc-availability-info {
  direction: rtl;
  text-align: right
}

.acc-checkout-box.acc-ltr,
.acc-checkout-box.acc-ltr .acc-availability-info {
  direction: ltr;
  text-align: left
}

.acc-attribute-option.disabled .acc-attribute-text,
.acc-attribute-option.disabled.selected .acc-attribute-text {
  color: #adb5bd !important;
  text-decoration: line-through !important
}

.acc-color-swatch.disabled .acc-attribute-text,
.acc-image-swatch.disabled .acc-attribute-text,
.acc-upsell-price-was {
  text-decoration: line-through
}

.acc-attribute-option.disabled.selected {
  background: #f8f9fa !important;
  color: #adb5bd !important;
  pointer-events: none !important
}

.acc-attribute-option.disabled:hover {
  transform: none !important
}

.acc-loading-variations,
.acc-no-variations {
  text-align: center;
  padding: 16px;
  color: #6c757d;
  font-style: italic;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px dashed #dee2e6
}

.acc-color-swatch {
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 60px;
  padding: 8px 12px;
  border: none !important;
  background: 0 0 !important
}

.acc-color-swatch-circle {
  border-radius: 50%;
  aspect-ratio: 1/1;
  border: .1rem solid #12121226;
  background-size: cover;
  background-origin: border-box;
  margin-bottom: 6px;
  transition: .2s
}

.acc-color-swatch:hover:not(.disabled) .acc-color-swatch-circle {
  transform: scale(1.05)
}

.acc-color-swatch.selected .acc-color-swatch-circle {
  outline: #1a1a1a solid .1rem;
  outline-offset: .2rem
}

.acc-color-swatch.disabled .acc-color-swatch-circle {
  opacity: .7;
  filter: grayscale(100%)
}

.acc-color-swatch.disabled,
.acc-image-swatch.disabled {
  opacity: .7;
  pointer-events: none;
  cursor: not-allowed
}

.acc-color-swatch .acc-attribute-text {
  font-size: 11px;
  line-height: 1.2
}

.acc-coupon-toggle {
  font-size: 12px;
  color: #334155;
  margin: 8px 0
}

.acc-coupon-toggle a {
  color: #1d4ed8;
  text-decoration: underline;
  cursor: pointer;
  margin-inline-start: 6px
}

.acc-coupon-field {
  margin: 1rem 0
}

.acc-coupon-row {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%
}

.acc-coupon-input-container {
  flex: 0 0 60%;
  width: 60%
}

.acc-coupon-apply-btn {
  flex: auto;
  padding: .75rem 1rem;
  background: #0f172a;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  cursor: pointer;
  height: 50px;
  font-size: 16px;
  transition: background-color .2s
}

.acc-coupon-apply-btn:hover {
  background: #1e293b
}

.acc-coupon-apply-btn:disabled {
  background: #94a3b8;
  cursor: not-allowed
}

.acc-coupon-apply-btn.loading {
  position: relative;
  color: transparent
}

.acc-coupon-apply-btn.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: 1s linear infinite acc-spin
}

.acc-delivery-badge .fold-left,
.acc-ltr .acc-delivery-badge .fold-left {
  left: 0;
  transform: translateX(-100%);
  border-left: 8px solid transparent
}

.acc-coupon-status {
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500
}

.acc-coupon-status.success {
  background: #dcfce7;
  color: #166534;
  border: 1px solid #bbf7d0
}

.acc-coupon-status.error {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca
}

.acc-coupon-status.applied {
  background: #dbeafe;
  color: #1d4ed8;
  border: 1px solid #bfdbfe
}

.acc-summary-item.discount {
  color: #059669;
  font-weight: 600
}

.acc-summary-item.discount .acc-discount-amount {
  color: #059669
}

@media (max-width:480px) {
  .acc-quantity-submit-row {
    flex-direction: column !important;
    gap: 4px
  }

  .acc-attribute-options {
    justify-content: right
  }

  .acc-attribute-option {
    min-width: 40px;
    flex: 0 0 auto
  }

  .acc-color-swatch {
    min-width: 50px;
    padding: 6px 8px
  }

  .acc-coupon-row {
    display: flex;
    flex-direction: row;
    gap: 12px
  }

  .acc-coupon-input-container {
    flex: 0 0 60%;
    width: 60%
  }

  .acc-coupon-apply-btn {
    flex: auto;
    width: 40%
  }
}

.acc-upsells-box {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.acc-upsell-card {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  position: relative;
  transition: .3s;
  cursor: pointer;
  border: 2px solid transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.acc-upsell-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .12)
}

.acc-upsell-card.selected {
  border-color: #4285f4;
  background: #f8f9ff
}

.acc-delivery-badge .fold-left,
.acc-delivery-badge .fold-right {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 8px solid #22c55e
}

.acc-upsell-card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-direction: row-reverse;
  padding: 10px 0
}

.acc-upsell-text-content {
  flex: 1;
  text-align: right;
  margin-right: -4px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px
}

.acc-upsell-main-text {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a
}

.acc-upsell-free-shipping-small-badge {
  display: inline-block;
  background: #22c55e;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 8px;
  border-radius: 4px;
  margin-top: 2px;
  text-transform: uppercase;
  line-height: 1.4
}

.acc-upsell-price-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  line-height: 1.2
}

.acc-ltr .acc-upsell-price-stack {
  align-items: flex-start
}

.acc-ltr .acc-upsell-text-content {
  margin-right: 0;
  text-align: left
}

.acc-upsell-price-now {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a
}

.acc-upsell-price-was {
  font-size: 14px;
  color: #999;
  opacity: .7
}

.acc-upsell-sub-text {
  font-size: 16px;
  color: #666;
  font-weight: 500
}

.acc-delivery-badge {
  position: absolute;
  top: -8px;
  left: 15px;
  background: #22c55e;
  color: #fff;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0 0 4px 4px;
  z-index: 10;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.acc-delivery-badge .fold-right {
  right: -8px;
  border-right: 8px solid transparent
}

.acc-ltr .acc-delivery-badge {
  left: auto;
  right: 15px
}

.acc-ltr .acc-delivery-badge .fold-left {
  right: auto;
  border-right: none
}

.acc-ltr .acc-delivery-badge .fold-right {
  right: -8px;
  left: auto;
  border-left: none;
  border-right: 8px solid transparent
}

.acc-upsell-radio {
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 50%;
  position: relative;
  background: #fff;
  transition: .2s;
  box-sizing: border-box
}

.acc-upsell-radio::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 8px;
  height: 8px;
  background-color: #0f172a;
  border-radius: 50%;
  transition: transform .2s
}

.acc-upsell-card.selected .acc-upsell-radio {
  border-color: #0f172a
}

.acc-upsell-card.selected .acc-upsell-radio::after {
  transform: translate(-50%, -50%) scale(1)
}

.acc-upsell-checkmark {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 24px;
  height: 24px;
  background: #4285f4;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
  transition: .3s
}

.acc-upsell-card.selected .acc-upsell-checkmark {
  opacity: 1;
  transform: scale(1.1)
}

.acc-upsell-quantity {
  color: #fff;
  background-color: #22c55e;
  border-radius: 4px;
  margin: 0 2px;
  display: inline-block;
  line-height: .5rem;
  padding: 8px
}

.acc-upsell-checkmark i,
.acc-upsell-checkmark i[data-feather],
.acc-upsell-checkmark svg,
.acc-upsell-checkmark svg[data-feather] {
  color: #fff !important;
  width: 16px !important;
  height: 16px !important;
  padding: 4px !important;
  stroke: white !important;
  stroke-width: 3 !important;
  fill: none !important
}

.acc-upsell-card.selected .acc-upsell-checkmark i,
.acc-upsell-card.selected .acc-upsell-checkmark svg {
  stroke: white !important;
  color: #fff !important
}

@media (max-width:768px) {
  .acc-upsell-card {
    width: auto
  }
}

.acc-free-shipping-message {
  background-color: #d8ffe1;
  color: #28a745;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  margin: 10px 0;
  border: 2px dashed #1e7e34b2;
  box-shadow: 0 2px 4px rgba(40, 167, 69, .2)
}

.acc-free-shipping-message::before {
  content: "🚚 ";
  margin-right: 8px
}

.acc-image-swatch-container {
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: .3s;
  margin-left: 8px
}

.acc-image-swatch-img {
  display: block;
  object-fit: cover;
  border-radius: 2px
}

.acc-image-swatch:hover .acc-image-swatch-container {
  border-color: #4285f4;
  transform: scale(1.05)
}

.acc-image-swatch.selected .acc-image-swatch-container {
  border-color: #4285f4;
  box-shadow: 0 0 0 2px rgba(66, 133, 244, .2)
}

.acc-image-swatch.disabled:hover .acc-image-swatch-container {
  transform: none;
  border-color: transparent
}

.acc-checkout-box.acc-ltr .acc-upsell-text-content,
.acc-checkout-box.acc-ltr input[type=number],
.acc-checkout-box.acc-ltr input[type=tel],
.acc-checkout-box.acc-ltr input[type=text],
.acc-checkout-box.acc-ltr select,
.acc-checkout-box.acc-ltr textarea {
  text-align: left
}

.acc-upsell-variations {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e5e7eb;
  position: relative;
  z-index: 10
}

.acc-upsell-item-variations {
  margin-bottom: 12px;
  position: relative;
  z-index: 10
}

.acc-upsell-item-label {
  font-weight: 600;
  margin-bottom: 8px;
  color: #0f172a;
  font-size: 14px
}

.acc-upsell-variation-selectors {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  position: relative;
  z-index: 10
}

.acc-upsell-attr-select {
  flex: 1;
  min-width: 120px;
  padding: 8px;
  border: 1px solid #d1d5db;
  border-radius: 8px !important;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  font-family: Onest, sans-serif;
  position: relative;
  z-index: 20;
  max-height: 44px
}

.acc-upsell-attr-select:focus {
  outline: 0;
  border-color: #005f5a;
  box-shadow: 0 0 0 3px rgba(0, 95, 90, .1);
  z-index: 30
}

.acc-upsell-attr-select:invalid {
  border-color: #ef4444
}

.acc-checkout-box.acc-ltr .acc-attribute-options {
  justify-content: flex-start
}

.acc-checkout-box.acc-ltr .acc-input-with-icon i {
  left: 0;
  right: auto;
  border-right: 1px solid #0f172a;
  border-left: none;
  border-radius: 0 12px 12px 0
}

.acc-checkout-box.acc-ltr .acc-input-with-icon {
  padding-left: 12px;
  padding-right: 0
}

.acc-checkout-box.acc-ltr .acc-input-with-icon input,
.acc-checkout-box.acc-ltr .acc-input-with-icon select {
  padding: .75rem 15px
}

.acc-checkout-box.acc-ltr .acc-2nd-div select,
.acc-checkout-box.acc-ltr .acc-input-with-icon select,
.acc-checkout-box.acc-ltr select {
  background-position: 98% 50% !important;
  padding-left: 15px
}

.acc-checkout-box.acc-ltr .acc-2nd-div select,
.acc-checkout-box.acc-ltr .acc-input-with-icon select {
  padding-right: 12px
}

.acc-checkout-box.acc-ltr .acc-image-swatch-container {
  margin-left: 0;
  margin-right: 8px
}

.acc-checkout-box.acc-ltr .acc-delivery-label {
  margin-right: 0;
  margin-left: 4px
}

.acc-checkout-box.acc-ltr .acc-attribute-option {
  padding: 6px
}

button.acc-sticky-order-btn {
  width: 100%;
  height: 50px;
  color: #fff;
  font-family: inherit
}

.acc-accordion {
  margin-bottom: 14px
}

.acc-accordion-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f9fa;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px 14px;
  cursor: pointer;
  font-size: 16px
}

.acc-accordion-toggle:hover {
  background: #e2e8f0
}

.acc-accordion-icon {
  transition: transform .2s
}

.acc-accordion-toggle .acc-accordion-icon.rotated,
.acc-accordion.open .acc-accordion-icon {
  transform: rotate(180deg)
}

.acc-quantity-submit-row .acc-quantity-controls {
  border: 0 !important;
  max-width: 150px !important
}

.acc-checkout-box .acc-qty-btn,
.acc-checkout-box .acc-quantity-submit-row .acc-qty-btn,
.acc-qty-btn,
.acc-quantity-submit-row .acc-qty-btn {
  border: none !important;
  font-size: 18px !important;
  align-items: center !important;
  width: 40px !important;
  transform: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  animation: none !important;
  height: 40px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  padding: 0 !important;
  cursor: pointer !important;
  font-family: Rubik, sans-serif !important;
  color: #0f172a !important
}

.acc-checkout-box .acc-qty-btn,
.acc-qty-btn {
  background: 0 0 !important;
  justify-content: center !important;
  min-height: 40px !important;
  max-height: 40px !important;
  border-radius: 0 !important;
  filter: none !important;
  perspective: none !important
}

.acc-checkout-box .acc-quantity-submit-row .acc-qty-btn,
.acc-quantity-submit-row .acc-qty-btn {
  background: #f3f4f6 !important;
  justify-content: center !important;
  border-radius: 6px !important;
  min-width: 40px !important;
  max-width: 40px !important
}

.acc-checkout-box .acc-qty-input,
.acc-qty-input {
  width: 50px !important;
  height: 40px !important;
  text-align: center !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  border: none !important;
  background: 0 0 !important;
  color: #0f172a !important;
  font-family: Rubik, sans-serif !important;
  outline: 0 !important;
  -webkit-appearance: none !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  min-width: 50px !important;
  max-width: 50px !important
}

.acc-checkout-box .acc-quantity-controls,
.acc-quantity-controls {
  display: flex !important;
  align-items: center !important;
  width: fit-content !important;
  margin-top: 8px !important;
  border: none !important;
  padding: 0 !important;
  gap: 0 !important;
  transform: none !important;
  box-shadow: none !important;
  background: 0 0 !important
}

.acc-checkout-box .acc-summary-toggle,
.acc-checkout-box .acc-whatsapp-btn,
.acc-summary-toggle,
.acc-whatsapp-btn {
  transform: none !important;
  box-shadow: none !important;
  animation: none !important;
  filter: none !important;
  perspective: none !important;
  display: flex !important;
  width: 100% !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
  position: relative !important;
  z-index: 1 !important
}

.acc-checkout-box .acc-summary-toggle,
.acc-summary-toggle {
  justify-content: space-between !important;
  align-items: center !important;
  padding: .5rem !important;
  cursor: pointer !important;
  background: #f8f9fa !important;
  transition: background-color .2s !important;
  border: none !important;
  margin: 0 !important;
  font-family: Rubik, sans-serif !important;
  border-radius: 0 !important;
  min-height: auto !important;
  max-height: none !important
}

.acc-checkout-box .acc-summary-toggle:hover,
.acc-summary-toggle:hover {
  background: #f3f4f6 !important;
  transform: none !important;
  box-shadow: none !important
}

.acc-checkout-box .acc-summary-toggle-content,
.acc-summary-toggle-content {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  transform: none !important
}

.acc-checkout-box .acc-summary-toggle-text,
.acc-summary-toggle-text {
  font-family: Rubik, sans-serif;
  font-weight: 500 !important;
  color: #0f172a !important;
  font-size: 1rem !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  line-height: normal !important;
  text-transform: none !important;
  letter-spacing: normal !important
}

.acc-checkout-box .acc-summary-toggle-icon,
.acc-summary-toggle-icon {
  color: #666 !important;
  transition: transform .2s !important;
  stroke-width: 1.5 !important;
  flex-shrink: 0 !important
}

.acc-checkout-box .acc-summary-toggle.open .acc-summary-toggle-icon,
.acc-summary-toggle.open .acc-summary-toggle-icon {
  transform: rotate(180deg) !important
}

.acc-out-of-stock-message {
  padding: 20px;
  background: #fee;
  border: 2px solid #fcc;
  border-radius: 8px;
  text-align: center;
  color: #c00;
  font-weight: 600;
  margin: 20px 0;
  font-size: 16px
}

.acc-checkout-box .acc-whatsapp-btn,
.acc-whatsapp-btn {
  text-transform: none !important;
  letter-spacing: normal !important;
  border-radius: 8px !important;
  background: #25d366 !important;
  color: #fff !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 1rem !important;
  border: none !important
}

.acc-checkout-box .acc-whatsapp-btn:hover,
.acc-whatsapp-btn:hover {
  background: #128c7e !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(37, 211, 102, .3) !important;
  color: #fff !important;
  text-decoration: none !important
}

.acc-checkout-box .acc-whatsapp-btn:active,
.acc-whatsapp-btn:active {
  transform: translateY(0) !important;
  box-shadow: 0 2px 6px rgba(37, 211, 102, .2) !important
}

.acc-checkout-box .acc-whatsapp-btn::after,
.acc-checkout-box .acc-whatsapp-btn::before,
.acc-whatsapp-btn::after,
.acc-whatsapp-btn::before {
  content: none !important;
  display: none !important
}

@keyframes shiny-slide {
  0% {
    left: -100%;
    opacity: 0
  }

  10%,
  90% {
    opacity: 1
  }

  100% {
    left: 200%;
    opacity: 0
  }
}

.acc-checkout-box .acc-submit-btn {
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important
}

.acc-checkout-box .acc-submit-btn::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  width: 80px !important;
  height: 100% !important;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, 0) 80%) !important;
  animation: 2.5s ease-in-out infinite shiny-slide !important;
  pointer-events: none !important;
  z-index: 1 !important;
  visibility: visible !important
}

.acc-checkout-box input[type=number],
.acc-checkout-box input[type=tel],
.acc-checkout-box input[type=text] {
  opacity: .75
}