body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  line-height: normal;
  background-color: var(--arantheme-bg-color, '#ffffff');
  color: var(--arantheme-text-color, '#16205b');
  overflow-x: hidden;
}

body.at-dark {
  background-color: var(--arantheme-dark-bg-color, '#000000');
  color: var(--arantheme-dark-text-color, '#ffffff');
}

[x-cloak] {
  display: none !important;
}

.arantheme-ease {
  transition: all 0.2s ease;
}

.arantheme-skeleton {
  background: #dcdcdc;
  animation: AranthemeSkeleton 1s ease-in-out 0s infinite alternate;
}
.at-dark .arantheme-skeleton {
  background: #3f3f3f;
}

@keyframes AranthemeSkeleton {
  to {
    opacity: 0.5;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.arantheme-image-preview-hover {
  object-fit: cover;
  overflow: hidden;
  object-position: top;
  transition: all 1s linear;
  max-height: 150px;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}

.arantheme-image-preview-hover:hover {
  object-position: bottom;
}

.elementor-custom-embed-image-overlay {
  cursor: pointer;
}

.wp-block-image figure.aligncenter {
  margin: 0 auto;
}

.elementor-video {
  display: block;
}

.at-dark .arantheme-only-light {
  display: none !important;
}

.arantheme-only-dark,
.arantheme-only-dark-block {
  display: none !important;
}

.at-dark .arantheme-only-dark {
  display: flex !important;
}

.at-dark .arantheme-only-dark-block {
  display: block !important;
}

.arantheme-flex {
  display: flex;
}

.arantheme-block {
  display: flex;
}

.arantheme-relative {
  position: relative;
}

.arantheme-absolute {
  position: absolute;
}

.arantheme-sticky {
  position: sticky;
}

.arantheme-fixed {
  position: fixed;
}

.arantheme-z-1 {
  z-index: 1;
}

.arantheme-z-2 {
  z-index: 2;
}

.arantheme-z-3 {
  z-index: 3;
}

.arantheme-z-4 {
  z-index: 4;
}
.arantheme-z-5 {
  z-index: 5;
}

.arantheme-z-10 {
  z-index: 10;
}

.arantheme-z-20 {
  z-index: 20;
}

.arantheme-z-999 {
  z-index: 999;
}

.arantheme-z-top {
  z-index: 99999999;
}

.arantheme-hidden {
  display: none !important;
}

.arantheme-center {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.arantheme-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.arantheme-justify-center {
  justify-content: center;
}

.arantheme-justify-start {
  justify-content: start;
}

.arantheme-justify-end {
  justify-content: end;
}

.arantheme-justify-between {
  justify-content: space-between;
}

.arantheme-justify-stretch {
  justify-content: stretch;
}

.arantheme-justify-around {
  justify-content: space-around;
}

.arantheme-items-center {
  align-items: center;
}

.arantheme-items-start {
  align-items: start;
}

.arantheme-items-end {
  align-items: end;
}

.arantheme-text-center {
  text-align: center;
}

.arantheme-text-right {
  text-align: right;
}

.arantheme-text-left {
  text-align: left;
}

.arantheme-text-start {
  text-align: start;
}

.arantheme-text-end {
  text-align: end;
}

.arantheme-text-justify {
  text-align: justify;
}

.arantheme-flex-1 {
  flex: 1;
}

.arantheme-pointer-events-none,
.arantheme-events-none {
  pointer-events: none;
}

.arantheme-pointer-events-auto {
  pointer-events: all;
}

.arantheme-line-through {
  text-decoration: line-through;
}

.arantheme-flex-col {
  flex-direction: column;
}

.arantheme-flex-col-reverse {
  flex-direction: column-reverse;
}

.arantheme-flex-row {
  flex-direction: row;
}

.arantheme-flex-row-reverse {
  flex-direction: row-reverse;
}

.arantheme-pointer,
.arantheme-cursor-pointer {
  cursor: pointer;
}

.arantheme-cursor-text {
  cursor: text;
}

.arantheme-cursor-auto {
  cursor: auto;
}

.arantheme-cursor-progress {
  cursor: progress;
}

.arantheme-cursor-grab {
  cursor: grab;
}

.arantheme-cursor-grabbing {
  cursor: grabbing;
}

.arantheme-text-nowrap {
  white-space: nowrap;
}

.arantheme-select-none {
  user-select: none;
}

.arantheme-scroll-none {
  overflow: hidden !important;
}

.arantheme-absolute-x-center {
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.arantheme-absolute-y-center {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.arantheme-w-full {
  width: 100%;
}

.arantheme-w-auto {
  width: auto;
}

.ab-sub-wrapper {
  max-height: 90vh;
  overflow: auto;
}

.arantheme-main-container {
  width: auto;
  max-width: 1600px;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
  border: none;
  outline: none;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #70707062;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #4b4b4b9d;
}

[dir='rtl'] .arantheme-rtl-rotate {
  rotate: 180deg;
}

.arantheme-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.elementor-element {
  scroll-margin-top: 20px;
}

[role='button'] {
  cursor: pointer;
  white-space: nowrap;
}

.arantheme-ease {
  transition: all 0.2s ease;
}

.arantheme-flex-wrap {
  flex-wrap: wrap;
}

.arantheme-grid {
  display: grid;
}

.elementor-widget-arantheme_image img {
  display: block;
}

.arantheme-timer-counter {
  width: 100%;
}
/** Gaps */

.arantheme-gap-0\.5 {
  gap: 2px;
}
.arantheme-gap-1 {
  gap: 4px;
}
.arantheme-gap-1\.5 {
  gap: 6px;
}
.arantheme-gap-2 {
  gap: 8px;
}
.arantheme-gap-2\.5 {
  gap: 10px;
}
.arantheme-gap-3 {
  gap: 12px;
}
.arantheme-gap-3\.5 {
  gap: 14px;
}
.arantheme-gap-4 {
  gap: 16px;
}
.arantheme-gap-5 {
  gap: 20px;
}
.arantheme-gap-6 {
  gap: 24px;
}
.arantheme-gap-7 {
  gap: 28px;
}
.arantheme-gap-8 {
  gap: 32px;
}

.arantheme-overflow-hidden {
  overflow: hidden;
}

/** /Gaps */

/** Collapse container */
.arantheme-collapse-container {
  overflow: hidden !important;
  height: 120px;
}
.arantheme-collapse-container.arantheme-expanded {
  height: max-content !important;
}
.arantheme-collapse-button {
  cursor: pointer !important;
  user-select: none !important;
}
/** End: Collapse container */

/** ------------------------ Edit Template Container ------------------------ **/
.arantheme-edit-template-button {
  position: absolute;
  top: 5px;
  inset-inline-end: 26px;
  background: #fcd5ab;
  color: #333333 !important;
  padding: 4px 9px;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
  transition: all 0.1s ease;
  font-size: 11px;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
}

.arantheme-edit-template-container:hover .arantheme-edit-template-button {
  opacity: 1;
  pointer-events: all;
}

.arantheme-edit-template-button:hover {
  background: #f5cda3;
  pointer-events: all;
}

.arantheme-edit-template-button:active {
  pointer-events: all;
  background: #e6bf95;
  pointer-events: all;
}

.arantheme-edit-template-container {
  border: solid 1px transparent;
}
.arantheme-edit-template-container:hover {
  border-color: #fccfab;
}
/** ------------------------ /Edit Template Container ------------------------ **/

/** ------------------------ Icon ------------------------ **/
.arantheme-icon {
  display: flex;
  flex-direction: row;
}

.arantheme-icon svg,
.elementor-widget-arantheme_icon svg {
  transition: all 0.2s ease;
}

/** ------------------------ /Icon ------------------------ **/

/** ------------------------ Tabs ------------------------ **/
.arantheme-tab-button {
  display: flex;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
}
.arantheme-tab-button svg {
  width: 14px;
  height: 14px;
}

.arantheme-tab-content {
  display: none;
}

.arantheme-tab-visable {
  display: block;
}

.arantheme-tab-content p:first-child {
  padding-top: 0;
  margin-top: 0;
}

.arantheme-tab-content p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.arantheme-tabs-heading {
  flex-wrap: wrap;
}

/** ------------------------ /Tabs ------------------------ **/

/** ------------------------ Accordion ------------------------ **/
.arantheme-accordion-items {
  display: flex;
  flex-direction: column;
}
.arantheme-accordion-item {
  display: flex;
  flex-direction: column;
}

.arantheme-accordion-item-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
/** ------------------------ /Accordion ------------------------ **/

/** ------------------------ Megamenu ------------------------ **/
.arantheme-menu-items {
  display: flex;
  flex-direction: column;
  position: relative;
}
.arantheme-menu-items > ul {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.arantheme-menu-items > ul > li {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.arantheme-megamenu {
  position: absolute;
  z-index: 999;
  top: 100%;
}

/** ------------------------ /Megamenu ------------------------ **/

/** ------------------------ Off-Canvas ------------------------ **/
.arantheme-off-canvas-overlay {
  position: fixed;
  inset: 0;
  z-index: 999998;
}

.arantheme-off-canvas {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
}

.arantheme-off-canvas-content {
  overflow: auto;
  max-height: 100dvh;
  position: relative;
}
/** ------------------------ /Off-Canvas ------------------------ **/

/** ------------------------ Swiper ------------------------ **/
.arantheme-swiper-cloak {
  display: none !important;
}

.arantheme-swiper-pagination .swiper-pagination-bullet {
  border-radius: var(--swiper-pagination-radius) !important;
  transition: all 0.2s ease;
}

/* .arantheme-swiper-pagination .swiper-pagination-bullet-active {
  height: 80px;
}
.arantheme-swiper-pagination-vertical {
  display: flex !important;
  flex-direction: column !important;
} */

.arantheme-swiper-container {
  position: relative;
}

.arantheme-swiper-pagination.swiper-pagination-bullets-dynamic {
  position: absolute;
}

.arantheme-swiper-pagination {
  position: relative;
  z-index: 1;
}

.arantheme-swiper-nav {
  position: absolute;
  z-index: 1;
}

/** ------------------------ /Swiper ------------------------ **/

/** Loading */
.arantheme-loading {
  position: fixed;
  z-index: 99999999;
  inset: 0;
  background: rgb(0 0 0 / 40%);
}

.at-dark .arantheme-loading {
  background: rgb(0 0 0 / 60%);
}

.arantheme-loading-box {
  min-width: 230px;
  background: #ffffff;
  box-shadow: 0 7px 65px rgb(0 0 0 / 6%);
  border-radius: 8px;
  padding-top: 40px;
  padding-bottom: 10px;
  border: solid 1px #f0f0f1;
}

.at-dark .arantheme-loading-box {
  background: #0f0f0f;
  border-color: #0f0f0f;
}

.arantheme-loading-box > img {
  width: 100%;
  height: auto;
  max-width: 120px;
}

.arantheme-loading-dots {
  display: flex;
  gap: 4px;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-bottom: 12px;
}
.arantheme-loading-dots > span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--arantheme-brand-color);
  animation: arantheme_loading_dots 1s linear 0s infinite alternate-reverse;
}
.arantheme-loading-dots > span:nth-child(1) {
  animation-delay: 200ms;
}
.arantheme-loading-dots > span:nth-child(2) {
  animation-delay: 400ms;
}
.arantheme-loading-dots > span:nth-child(3) {
  animation-delay: 600ms;
}

@keyframes arantheme_loading_dots {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(6px);
    opacity: 0.1;
  }
}
/** /Loading */

/** Filters */
input.arantheme-filter-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.arantheme-range-container {
  width: 100%;
  position: relative;
}

.arantheme-range-slider-track {
  position: relative;
  height: 8px;
  background: #ddd;
  touch-action: none;
}

.arantheme-slider-range {
  position: absolute;
  height: 100%;
  background: #007bff;
  left: 0%;
  right: 0%;
}

.arantheme-range-thumb {
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 2;
  transition: transform 0.1s ease;
  touch-action: none;
}

.arantheme-range-thumb::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: transparent;
}

.arantheme-range-thumb-left {
  left: 0%;
}

.arantheme-range-thumb-right {
  left: 100%;
}

.arantheme-range-value-box {
  flex: 1;
}

.arantheme-range-slider-placeholders {
  width: 100%;
  justify-content: space-between;
}

.arantheme-filter-checkbox-field {
  align-items: center;
}
/** /Filters */

/** Price */
.arantheme-product-price-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.arantheme-product-price-currency {
  display: flex;
  justify-content: center;
  align-items: center;
}

.arantheme-product-price-amount {
  display: flex;
  gap: 2px;
}

.arantheme-product-price-amount.regular-price span {
  position: relative;
}

.arantheme-product-price-amount.regular-price span::after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  top: 50%;
  height: 1px;
  border: none;
  border-bottom: solid 1px #f44336;
  background: transparent;
  border-radius: 10px;
  transform: rotate(5deg) translateY(-50%);
  pointer-events: none;
}

[dir='rtl'] .arantheme-product-price-amount.regular-price span::after {
  transform: rotate(-5deg) translateY(-50%);
}

.arantheme-product-price-amount.regular-price
  .arantheme-product-price-currency {
  display: none;
}

.arantheme-product-price-currency svg {
  width: 18px;
  height: 18px;
}

.woocommerce-variation-price {
  display: flex;
  flex-direction: column;
}

.arantheme-product-price-wrapper .arantheme-product-price-amount.min-price,
.arantheme-product-price-wrapper .arantheme-product-price-amount.max-price {
  width: auto !important;
  min-width: auto !important;
  flex: none !important;
}

.arantheme-product-price-wrapper-range {
  gap: 5px;
  font-size: 12px;
  align-items: center;
}

/** /Price */

/** Cart Attributes */
.arantheme-cart-item-attribute {
  gap: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
}

.arantheme-cart-item-attribute strong {
  font-weight: 600;
}

.arantheme-cart-item-attribute-color {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
/** /Cart Attributes */

/** Cart Counter */
.arantheme-product-cart-counter {
  box-shadow: 0 0 0 1px rgb(0 0 0 / 16%);
  background: #fff;
  padding: 2px 8px;
  border-radius: 6px;
  align-items: center;
  min-height: 52px;
}

.at-dark .arantheme-product-cart-counter {
  background: #141414;
  box-shadow: 0 0 0 1px rgb(255 255 255 / 16%);
}

.arantheme-product-cart-counter-stage {
  flex: 1;
  line-height: 16px;
}
.arantheme-product-cart-trash,
.arantheme-product-cart-decrement,
.arantheme-product-cart-increment {
  width: 32px;
  height: 32px;
  background: transparent;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.arantheme-product-cart-trash:hover,
.arantheme-product-cart-decrement:hover,
.arantheme-product-cart-increment:hover {
  background: #f1f1f1;
}

.at-dark .arantheme-product-cart-trash:hover,
.at-dark .arantheme-product-cart-decrement:hover,
.at-dark .arantheme-product-cart-increment:hover {
  background: #212121;
}

.arantheme-product-cart-trash:active,
.arantheme-product-cart-decrement:active,
.arantheme-product-cart-increment:active {
  background: #e1e1e1;
}

.at-dark .arantheme-product-cart-trash:active,
.at-dark .arantheme-product-cart-decrement:active,
.at-dark .arantheme-product-cart-increment:active {
  background: #292929;
}

.arantheme-product-cart-trash svg,
.arantheme-product-cart-decrement svg,
.arantheme-product-cart-increment svg {
  width: 24px;
  height: 24px;
  color: var(--arantheme-brand-color);
}

.at-dark .arantheme-product-cart-trash svg,
.at-dark .arantheme-product-cart-decrement svg,
.at-dark .arantheme-product-cart-increment svg {
  color: #ffffff;
}

.arantheme-product-cart-trash svg {
  width: 18px;
  height: 18px;
}

.arantheme-product-cart-trash {
}
.arantheme-product-cart-decrement {
}
.arantheme-product-cart-increment {
}

.arantheme-product-cart-counter-stage-max {
  font-size: 11px;
  opacity: 0.6;
  user-select: none;
}

.arantheme-product-cart-counter-stage-quantity {
  font-size: 16px;
}

.arantheme-product-in-cart-message {
  margin-top: 10px;
}

.arantheme-product-in-cart-message-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: #25ff2e;
  color: #fff;
  border-radius: 50%;
}

.at-dark .arantheme-product-in-cart-message-icon {
  color: #000;
}

.arantheme-product-in-cart-message-icon > svg {
  width: 12px;
  height: 12px;
}
.arantheme-product-in-cart-message > span {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  color: #04bb0d;
  flex: 1;
}

.at-dark .arantheme-product-in-cart-message > span {
  color: #69da6e;
}

.arantheme-product-in-cart-view {
  font-size: 12px;
  text-decoration: underline;
  color: #006de2;
  transition: all 0.2s ease;
}

.at-dark .arantheme-product-in-cart-view {
  color: #429dff;
}

.arantheme-product-in-cart-view:hover {
  color: #0065d0;
}

.at-dark .arantheme-product-in-cart-view:hover {
  color: #7bbbff;
}

.arantheme-product-in-cart-view svg {
  width: 8px;
  height: 8px;
}

.arantheme-product-cart-counter-stage-loading,
.arantheme-add-to-cart-loading {
  gap: 5px;
}

.arantheme-add-to-cart-loading {
  min-height: 30px;
}

.arantheme-product-cart-counter-stage-loading span,
.arantheme-add-to-cart-loading span {
  width: 5px;
  height: 5px;
  background: #e1e1e1;
  border-radius: 50%;
  animation: arantheme_counter_loading 1s ease-in-out 0s infinite alternate;
}

.arantheme-add-to-cart-loading span {
  background: var(--arantheme-brand-text-color);
  animation: arantheme_add_to_cart_loading 1s ease-in-out 0s infinite alternate;
}

.arantheme-product-cart-counter-stage-loading span:nth-child(2),
.arantheme-add-to-cart-loading span:nth-child(2) {
  animation-delay: 100ms;
}
.arantheme-product-cart-counter-stage-loading span:nth-child(3),
.arantheme-add-to-cart-loading span:nth-child(3) {
  animation-delay: 400ms;
}

@keyframes arantheme_counter_loading {
  from,
  to {
    background: #e1e1e1;
    transform: scale(0.9);
  }
  50% {
    background: var(--arantheme-brand-color);
    transform: scale(1.1);
  }
}
@keyframes arantheme_add_to_cart_loading {
  from,
  to {
    opacity: 1;
    transform: scale(0.9);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}
/** /Cart Counter */

/** Mini-Cart */
.arantheme-mini-cart-item .arantheme-product-cart-counter {
  min-width: 120px;
}
.arantheme-mini-cart-item-delete svg {
  width: 14px;
  height: 14px;
}

.arantheme-mini-cart-item-first-col {
  max-width: 120px;
  min-width: 120px;
  flex: 0 0 120px;
}

.arantheme-mini-cart-item-col-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.arantheme-mini-cart-item-name {
  font-size: 14px;
}

.arantheme-mini-cart-item-price {
  display: flex;
}
/** /Mini-Cart */

/** Product variation attribute color */
.arantheme-product-variation-attribute-colors {
}

.arantheme-product-variation-attribute-color {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  position: relative;
  border-radius: 999px;
  box-shadow: 0 0 0 1px #d8d8d8;
  padding: 4px;
  box-sizing: border-box;
  transition: all 100ms linear;
}

.at-dark .arantheme-product-variation-attribute-color {
  box-shadow: 0 0 0 1px #505050;
}

.arantheme-product-variation-attribute-color:hover {
  box-shadow: 0 0 0 1px #c4c4c4;
}

.at-dark .arantheme-product-variation-attribute-color:hover {
  box-shadow: 0 0 0 1px #858585;
}

.arantheme-product-variation-attribute-color.arantheme-color-selected {
  box-shadow: 0 0 0 2px #707070;
  padding: 4px;
}

.at-dark .arantheme-product-variation-attribute-color.arantheme-color-selected {
  box-shadow: 0 0 0 2px #ababab;
}

.arantheme-product-variation-attribute-color-inner {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: var(--color);
  box-sizing: border-box;
  border: solid 1px #c4c4c4;
}

.arantheme-product-variation-attribute-color-tooltip {
  position: absolute;
  bottom: 40px;
  left: 50%;
  background: #3f4064;
  border: solid 1px #23254e;
  color: #fff;
  white-space: nowrap;
  transform: translateX(-50%) scale(0.8);
  border-radius: 6px;
  max-width: 280px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: normal;
  opacity: 0;
  pointer-events: none;
  transition: all 100ms linear;
}

.arantheme-product-variation-attribute-color-tooltip::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  background: inherit;
}

.arantheme-product-variation-attribute-color:hover
  .arantheme-product-variation-attribute-color-tooltip {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  bottom: 45px;
}

/* .arantheme-product-variation-attribute-color.arantheme-color-selected:hover
  .arantheme-product-variation-attribute-color-tooltip {
  bottom: 45px;
} */

.arantheme-product-variation-attribute-color-inner svg {
  width: 70%;
  height: 70%;
  opacity: 0;
  transition: all 150ms linear;
  transform: scale(0.7);
}

.arantheme-color-selected
  .arantheme-product-variation-attribute-color-inner
  svg {
  opacity: 0.8;
  transform: scale(1);
}

.arantheme-product-variation-attribute-label {
  font-weight: 600;
}

.arantheme-product-variation-attribute-select {
  padding: 4px 8px;
  cursor: pointer;
  outline: solid 1px #afafaf;
  border: none;
  background: none;
  border-radius: 6px;
  border-inline-end: solid 4px #ffffff;
  font-size: 14px;
}
.arantheme-product-variation-attribute-value {
  font-weight: normal;
}
/**/
@media screen and (max-width: 600px) {
  .arantheme-product-variation-attribute-color-inner {
    width: 20px;
    height: 20px;
    border: solid 1px #e0e0e2;
  }
  .arantheme-product-variation-attribute-color,
  .arantheme-product-variation-attribute-color:hover {
    width: auto;
    flex: 0 0 auto;
    height: auto;
    min-height: 35px;
    padding: 5px 12px;
    border-radius: 5px;
    gap: 5px;
    box-shadow: 0 0 0 1px #e0e0e2;
  }
  .arantheme-product-variation-attribute-color.arantheme-color-selected {
    padding: 5px 12px;
    box-shadow: 0 0 0 1px #424750;
  }
  .arantheme-product-variation-attribute-color-tooltip,
  .arantheme-product-variation-attribute-color:hover
    .arantheme-product-variation-attribute-color-tooltip {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    background: none;
    border: none;
    padding: 0;
    color: #424242;
    opacity: 1;
  }
  .at-dark .arantheme-product-variation-attribute-color-tooltip,
  .at-dark
    .arantheme-product-variation-attribute-color:hover
    .arantheme-product-variation-attribute-color-tooltip {
    color: #e1e1e1;
  }
}
/** /Product variation attribute color */
/** Product variation attribute card */
.arantheme-product-variation-attribute-cards {
}
.arantheme-product-variation-attribute-card {
  transition: all 100ms linear;
  border: solid 1px #e0e0e2;
  padding: 5px 12px;
  border-radius: 6px;
}

.arantheme-product-variation-attribute-card.arantheme-selected {
  border-color: #424750;
  box-shadow: 0 0 0 1px #424750;
}

.arantheme-product-variation-attribute-card-check {
  overflow: hidden;
  width: 0px;
  min-height: 20px;
  opacity: 0;
  transition: all 100ms linear;
}
.arantheme-product-variation-attribute-card-check svg {
  width: 16px;
  height: 16px;
}

.arantheme-product-variation-attribute-card.arantheme-selected
  .arantheme-product-variation-attribute-card-check {
  width: 20px;

  opacity: 1;
}
.arantheme-product-variation-attribute-card-label {
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .arantheme-product-variation-attribute-card.arantheme-selected {
    box-shadow: none;
  }
}
/** /Product variation attribute card */

/** Reset attributes button */
.arantheme-reset-attributes-button {
  font-size: 11px;
  font-weight: normal;
  margin-top: 10px;
  text-decoration: underline;
  opacity: 0.7;
}

.arantheme-reset-attributes-button:hover {
  opacity: 1;
}

.arantheme-reset-attributes-button svg {
  width: 10px;
  height: 10px;
}
/** /Reset attributes button */

/** Product Image Gallery Widget */
.arantheme-product-gallery-wrapper {
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
.arantheme-product-gallery-item img,
.arantheme-product-main-image img {
  width: 100%;
  height: auto;
}
.arantheme-product-gallery-item-more {
  position: absolute;
  inset: 0;
}
.arantheme-img-zoom-ease {
  transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  will-change: transform;
  backface-visibility: hidden;
}
/** /Product Image Gallery Widget */

/** Modal Product Gallery */
.arantheme-modal-product-gallery {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  user-select: none;
  opacity: 0;
  transform: scale(1.2);
  animation: arantheme_gallery_fade 0.2s ease 0s forwards;
}

.arantheme-modal-product-gallery.fade-out {
  opacity: 1;
  transform: scale(1);
  animation: arantheme_gallery_fadeOut 0.2s ease 0s forwards;
}

.arantheme-modal-product-gallery-head {
}
.arantheme-modal-product-gallery-slide {
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.arantheme-modal-product-gallery-slide img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  background: #fff;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
}
.arantheme-modal-product-gallery-stage {
  max-width: 1700px;
  width: 100%;
  padding: 10px 0 150px !important;
}
.arantheme-modal-product-gallery-slide-description {
  width: 100%;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  font-size: 12px;
  font-weight: normal;
}

.arantheme-modal-product-gallery-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 14;
}
.arantheme-modal-product-gallery-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 14;
}

.arantheme-modal-product-gallery-button {
  width: 32px;
  height: 32px;
  color: #fff;
  background: rgb(0 0 0 / 34%);
  border-radius: 7px;
  transition: all 0.2s ease;
}

.arantheme-modal-product-gallery-button:hover {
  background: rgb(0 0 0 / 44%);
}

.arantheme-modal-product-gallery-button svg {
  width: 40%;
  height: 40%;
}

.arantheme-modal-product-gallery-count {
  border-radius: 7px;
  font-size: 12px;
  color: #fff;
  background: rgb(0 0 0 / 34%);
  padding: 2px 10px;
}

.arantheme-modal-product-gallery-items {
  width: 100%;
  padding: 10px 20px 20px;
}
.arantheme-modal-product-gallery-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  border: solid 3px transparent;
  outline: solid 2px transparent;
  transition: all 0.2s linear;
}
.arantheme-modal-product-gallery-item.gallery-item-current {
  outline: solid 2px #ffffff;
  padding: 2px;
}
.arantheme-modal-product-gallery-item img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #fff;
  object-fit: cover;
  object-position: center;
}

.arantheme-modal-product-gallery-items-label {
  width: 100%;
  text-align: center;
  padding: 10px;
  color: #fff;
  display: none;
}

.arantheme-modal-product-gallery-stage {
  transform: translateY(50px);
  opacity: 0;
  animation: arantheme_gallery_stage 200ms ease 0s forwards;
  height: 100%;
}

@keyframes arantheme_gallery_stage {
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes arantheme_gallery_fade {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes arantheme_gallery_fadeOut {
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@media screen and (max-width: 600px) {
  .arantheme-modal-product-gallery-items-label {
    display: block;
  }
  .arantheme-modal-product-gallery-slide-description {
    display: none;
  }
  .arantheme-modal-product-gallery-slide img {
    border-radius: 0;
  }
}

@media screen and (max-width: 400px) {
  .arantheme-modal-product-gallery-items-label {
    padding: 6px 0 0;
    font-size: 10px;
  }
  .arantheme-modal-product-gallery-slide {
    padding-top: 0 !important;
  }
  .arantheme-modal-product-gallery-items {
    padding-bottom: 5px;
  }
  .arantheme-modal-product-gallery-slide {
    padding: 0;
  }
  .arantheme-modal-product-gallery-stage {
    padding: 0 0 50px !important;
  }
  .arantheme-modal-product-gallery-footer {
    background: rgb(0 0 0 / 35%);
  }
}

/* Skeleton */
.arantheme-modal-gallery-skeleton {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(6px);
}

.arantheme-modal-gallery-skeleton-placeholder {
  background: #5b5b5b6b;
  border-radius: 12px;
}

.arantheme-modal-gallery-skeleton-items {
  padding: 20px;
}
.arantheme-modal-gallery-skeleton-items > div {
  width: 100px;
  height: 100px;
}

.arantheme-modal-gallery-skeleton-main {
  width: 60vw;
  height: 90%;
}
.arantheme-modal-gallery-skeleton-main span {
  width: 40px;
  height: 40px;
  border: solid 2px #fff;
  border-top-color: transparent;
  border-radius: 50%;
  opacity: 0.2;
}
.arantheme-modal-gallery-skeleton-stage {
  padding: 20px 0;
}
.arantheme-modal-gallery-skeleton-description {
  width: 200px;
  height: 10px;
}
/* End: Skeleton */
/** /Modal Product Gallery */

/** Tooltip */
.arantheme-tooltip {
  position: absolute;
  white-space: nowrap;
  opacity: 0;
  z-index: 10;
  user-select: none;
  transition: all 100ms linear;
}

.arantheme-tooltip-parent {
  position: relative;
}

.arantheme-tooltip-parent:hover .arantheme-tooltip,
.arantheme-tootip-preview-show {
  opacity: 1;
}

.arantheme-tooltip::after {
  content: '';
  position: absolute;

  border: 6px solid transparent;
}

.arantheme-tooltip-arrow-top::after {
  border-color: transparent;
  border-bottom-color: var(--border-color, #333);
  bottom: 98%;
  left: 50%;
  /* transform: translateX(-50%); */
}

.arantheme-tooltip-arrow-bottom::after {
  border-color: transparent;
  border-top-color: var(--border-color, #333);
  top: 98%;
  left: 50%;
  /* transform: translateX(-50%); */
}

.arantheme-tooltip-arrow-start::after {
  border-color: transparent;
  border-inline-end-color: var(--border-color, #333);
  top: 50%;
  inset-inline-end: 98%;
  /* transform: translateY(-50%); */
}

.arantheme-tooltip-arrow-end::after {
  border-color: transparent;
  border-inline-start-color: var(--border-color, #333);
  top: 50%;
  inset-inline-start: 98%;
  /* transform: translateY(-50%); */
}

.arantheme-tooltip-arrow-hidden::after {
  display: none;
}

/** End: Tooltip */

/** DarkMode Switcher */
.arantheme-darkmode-switcher .arantheme-darkmode-switcher-icon-dark,
.arantheme-darkmode-switcher .arantheme-darkmode-switcher-icon-light {
  position: absolute;
  inset: 0;
}
.arantheme-darkmode-switcher .arantheme-darkmode-switcher-icon-dark {
  opacity: 1;
  transform: scale(1);
}
.arantheme-darkmode-switcher .arantheme-darkmode-switcher-icon-light {
  opacity: 0;
  transform: scale(0);
}
.at-dark .arantheme-darkmode-switcher .arantheme-darkmode-switcher-icon-dark {
  opacity: 0;
  transform: scale(0);
}
.at-dark .arantheme-darkmode-switcher .arantheme-darkmode-switcher-icon-light {
  opacity: 1;
  transform: scale(1);
}

.arantheme-switcher-control-two-icons {
  position: absolute;
  inset: 0;
  z-index: 99;
}
/** End: DarkMode Switcher */

/** Input Styles */
.arantheme-input-text,
.arantheme-input-textarea,
.arantheme-input-select,
.arantheme-form input[type='text'],
.arantheme-form input[type='email'],
.arantheme-form input[type='tel'],
.arantheme-form input[type='number'],
.arantheme-form select,
.arantheme-form textarea {
  width: 100%;
  max-width: 100%;
  background: #fff;
  color: #282828;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  padding: 8px 10px;
  margin: 0;
  outline: 1px solid #b2b2b2;
  box-shadow: none;
  border: none;
  border-radius: 3px;
  min-height: 40px;
}

.at-dark .arantheme-input-text,
.at-dark .arantheme-input-textarea,
.at-dark .arantheme-input-select,
.at-dark .arantheme-form input[type='text'],
.at-dark .arantheme-form input[type='email'],
.at-dark .arantheme-form input[type='tel'],
.at-dark .arantheme-form input[type='number'],
.at-dark .arantheme-form select,
.at-dark .arantheme-form textarea {
  background: #141414;
  color: #c0c0c0;
  outline-color: #141414;
}

.arantheme-input-text::placeholder,
.arantheme-input-textarea::placeholder,
.arantheme-form input[type='text']::placeholder,
.arantheme-form input[type='tel']::placeholder,
.arantheme-form input[type='number']::placeholder,
.arantheme-form input[type='email']::placeholder {
  color: inherit;
  opacity: 0.5;
}

.arantheme-input-textarea,
.arantheme-form textarea {
  resize: vertical;
  min-height: 120px;
  height: auto;
  max-height: 400px;
}

.arantheme-input-select,
.arantheme-form select {
  border-inline-end: 10px solid transparent;
  cursor: pointer;
}

.arantheme-input-text:focus,
.arantheme-input-textarea:focus,
.arantheme-input-select:focus,
.arantheme-form input[type='text']:focus,
.arantheme-form input[type='email']:focus,
.arantheme-form input[type='tel']:focus,
.arantheme-form input[type='number']:focus,
.arantheme-form select:focus,
.arantheme-form textarea:focus {
  box-shadow: inset 1px 1px 2px rgb(0 0 0 / 4%);
  outline-color: #333333;
}

.at-dark .arantheme-input-text:focus,
.at-dark .arantheme-input-textarea:focus,
.at-dark .arantheme-input-select:focus,
.at-dark .arantheme-form input[type='text']:focus,
.at-dark .arantheme-form input[type='email']:focus,
.at-dark .arantheme-form input[type='tel']:focus,
.at-dark .arantheme-form input[type='number']:focus,
.at-dark .arantheme-form select:focus,
.at-dark .arantheme-form textarea:focus {
  box-shadow: inset 1px 1px 2px rgb(255 255 255 / 4%);
  outline-color: #afafaf;
}

/* Checkbox */

.arantheme-input-checkbox,
.arantheme-form input[type='checkbox'],
.arantheme-input-radio,
.arantheme-form input[type='radio'] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 2px solid #ccc;
  background: transparent;
  color: #fff;
  vertical-align: middle;
  appearance: none;
  cursor: pointer;
  margin-inline-end: 10px;
}

.arantheme-input-radio,
.arantheme-form input[type='radio'] {
  border-radius: 999px;
}

.at-dark .arantheme-input-checkbox,
.at-dark .arantheme-form input[type='checkbox'],
.at-dark .arantheme-input-radio,
.at-dark .arantheme-form input[type='radio'] {
  border-color: #141414;
  background: #141414;
}

.arantheme-input-checkbox:checked,
.arantheme-form input[type='checkbox']:checked,
.arantheme-input-radio:checked,
.arantheme-form input[type='radio']:checked {
  background: #393939;
  border-color: #393939;
}

.at-dark .arantheme-input-checkbox:checked,
.at-dark .arantheme-form input[type='checkbox']:checked,
.at-dark .arantheme-input-radio:checked,
.at-dark .arantheme-form input[type='radio']:checked {
  background: #595858;
  border-color: #747474;
}

.arantheme-input-checkbox::before,
.arantheme-form input[type='checkbox']::before,
.arantheme-input-radio::before,
.arantheme-form input[type='radio']::before {
  content: '';
  width: 12px;
  height: 12px;
  background: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
  transform: rotate(90deg) scale(0.7);
}

.arantheme-input-checkbox:checked:before,
.arantheme-form input[type='checkbox']:checked::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='currentColor' fill='white' stroke-width='0' viewBox='0 0 16 16' height='14' width='14'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'%3E%3C/path%3E%3C/svg%3E");
  transform: rotate(0deg) scale(1);
}

.arantheme-input-radio::before,
.arantheme-form input[type='radio']::before {
  border-radius: 999px;
}

.arantheme-input-radio:checked::before,
.arantheme-form input[type='radio']:checked::before {
  background-color: #fff;
}

/* Button */

.arantheme-n-button,
.arantheme-n-button-primary,
.arantheme-form button[type='button'],
.arantheme-form button[type='reset'],
.arantheme-form button[type='submit'] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  background: #dadada;
  color: #727272;
  border: none;
  outline: none;
  padding: 8px 16px;
  min-height: 40px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.1s linear;
}

.at-dark .arantheme-n-button,
.at-dark .arantheme-form button[type='button'],
.at-dark .arantheme-form button[type='reset'] {
  background: rgb(255 255 255 / 10%);
  color: #bebebe;
}

.arantheme-n-button svg,
.arantheme-n-button-primary svg,
.arantheme-form button[type='button'] svg,
.arantheme-form button[type='reset'] svg,
.arantheme-form button[type='submit'] svg {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

.arantheme-n-button:hover,
.arantheme-form button[type='button']:hover,
.arantheme-form button[type='reset']:hover {
  background: #d5d5d5;
  color: #5a5a5a;
}

.at-dark .arantheme-n-button:hover,
.at-dark .arantheme-form button[type='button']:hover,
.at-dark .arantheme-form button[type='reset']:hover {
  background: rgb(255 255 255 / 15%);
  color: #bebebe;
}

.arantheme-n-button:active,
.arantheme-form button[type='button']:active,
.arantheme-form button[type='reset']:active {
  background: #c5c5c5;
  color: #5a5a5a;
  transform: scale(0.98);
}

.at-dark .arantheme-n-button:active,
.at-dark .arantheme-n-button-primary:active,
.at-dark .arantheme-form button[type='button']:active,
.at-dark .arantheme-form button[type='reset']:active {
  background: rgb(255 255 255 / 12%);
  color: #a8a8a8;
}

.arantheme-n-button-primary,
.arantheme-form button[type='submit'] {
  background: var(--arantheme-brand-color);
  color: var(--arantheme-brand-text-color);
}

.arantheme-n-button-primary:hover,
.arantheme-form button[type='submit']:hover {
  opacity: 0.8;
}

.arantheme-n-button-primary:active,
.arantheme-form button[type='submit']:active {
  opacity: 1;
  transform: scale(0.98);
}

.arantheme-n-button:disabled,
.arantheme-n-button-primary:disabled,
.arantheme-form button[type='button']:disabled,
.arantheme-form button[type='reset']:disabled,
.arantheme-form button[type='submit']:disabled {
  background: #d6d6d6 !important;
  color: #fff !important;
  opacity: 1 !important;
}
.at-dark .arantheme-n-button:disabled,
.at-dark .arantheme-n-button-primary:disabled,
.at-dark .arantheme-form button[type='button']:disabled,
.at-dark .arantheme-form button[type='reset']:disabled,
.at-dark .arantheme-form button[type='submit']:disabled {
  background: #232323 !important;
  color: #6d6d6d !important;
  opacity: 1 !important;
}

.arantheme-input-wrapper {
  display: flex;
  flex-direction: column;
}
.arantheme-input-wrapper label {
  font-size: 14px;
  padding-bottom: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 2px;
}

.arantheme-input-wrapper.arantheme-required label::after,
.arantheme-badge-required {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 24px;
  background: #ff4949;
  margin-inline-start: 5px;
  pointer-events: none;
  display: inline-flex;
  vertical-align: middle;
}
/** End: Input Styles */

/** Rating star */
.arantheme-comment-form-rating-star {
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.arantheme-comment-form-rating-star span svg {
  width: 24px;
  height: 24px;
}

.arantheme-comment-form-rating-star span {
  width: 28px;
  color: #dcdcdc;
  cursor: pointer;
  transition: all 0.1s linear;
}

.at-dark .arantheme-comment-form-rating-star span {
  color: #101010;
}

.arantheme-comment-form-rating-star span.rating-star-fill {
  color: #ffc107;
}

.arantheme-comment-form-rating-star span:hover {
  transform: scale(1.1);
}

.arantheme-comment-form-rating-star span:active {
  transform: scale(1);
}

.arantheme-comment-form-rating-star.display-only span {
  transform: none !important;
  cursor: default;
}

@media screen and (max-width: 600px) {
  .arantheme-comment-form-rating-star span {
    transform: none !important;
  }
}
/** End: Rating star */

/** WooCommerce */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 9px 50px 9px;
}
/** End: WooCommerce */

/** Search */
.arantheme-search-form-submit {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
}
.arantheme-search-form-submit svg {
  width: 100%;
  height: 100%;
}

.arantheme-search-modal {
  position: fixed;
  z-index: 999999;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 0;
}

.arantheme-search-modal-content {
  background: #fff;
  width: 100%;
  max-width: 600px;
  border-radius: 6px;
  overflow: hidden;
}

.at-dark .arantheme-search-modal-content {
  background: #202020;
}

.arantheme-search-modal-input-wrapper {
  position: relative;
}
.arantheme-search-modal-close svg {
}
.arantheme-search-modal-input-wrapper .arantheme-search-input {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  height: 55px;
  padding: 0 42px;
  font-size: 14px;
  font-weight: normal;
  color: #474747;
  border-bottom: 5px solid #f4f4f4;
}
.at-dark .arantheme-search-modal-input-wrapper .arantheme-search-input {
  border-bottom-color: rgb(0 0 0 / 38%);
  color: #e4e4e4;
}
.arantheme-search-modal-input-wrapper .arantheme-search-input::placeholder {
  opacity: 0.5;
  color: inherit;
}

.arantheme-search-input-placeholder {
  opacity: 0.7;
}

.arantheme-search-modal-close {
  inset-inline-start: 10px;
}
.arantheme-search-modal-submit {
  inset-inline-end: 10px;
}
.arantheme-search-modal-submit,
.arantheme-search-modal-close {
  position: absolute;
  top: 12px;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  color: #7a7a7a;
  transition: all 0.2s ease;
}

.at-dark .arantheme-search-modal-submit,
.at-dark .arantheme-search-modal-close {
  color: #d1d1d1;
}

.arantheme-search-modal-submit:hover,
.arantheme-search-modal-close:hover {
  background: #f3f3f3;
}

.at-dark .arantheme-search-modal-submit:hover,
.at-dark .arantheme-search-modal-close:hover {
  color: #d1d1d1;
  background: rgb(255 255 255 / 8%);
}

.arantheme-search-modal-submit:active,
.arantheme-search-modal-close:active {
  background: #efefef;
}

.at-dark .arantheme-search-modal-submit:active,
.at-dark .arantheme-search-modal-close:active {
  color: #d1d1d1;
  background: rgb(255 255 255 / 10%);
}

.arantheme-search-modal-close svg {
  width: 60%;
  height: 60%;
}
.arantheme-search-modal-submit svg {
  width: 70%;
  height: 70%;
}

.arantheme-search-result {
  overflow: auto;
  max-height: 80vh;
  padding: 14px 0;
}

.arantheme-search-button-loading svg {
  transform: scale(0);
  opacity: 1;
}

.arantheme-search-modal-submit svg,
.arantheme-search-form-submit svg {
  transition: all 0.2s ease;
}

.arantheme-search-modal-submit > span,
.arantheme-search-form-submit > span {
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
  transition: all 0.2s ease;
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arantheme-search-modal-submit > span::before,
.arantheme-search-form-submit > span::before {
  content: '';
  pointer-events: none;
  transition: all 0.2s ease;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 1px solid #747474;
  border-top-color: transparent;
}

.at-dark .arantheme-search-modal-submit > span::before,
.at-dark .arantheme-search-form-submit > span::before {
  border: 1px solid #b4b4b4;
  border-top-color: transparent;
}

.arantheme-search-button-loading > span {
  opacity: 1;
  transform: scale(1);
}

.arantheme-search-button-loading > span::before {
  animation: arantheme_spin 1s linear 0s infinite;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  appearance: none;
  display: none;
}

.arantheme-search-result-empty {
  padding: 50px 20px;
  gap: 5px;
}

.arantheme-search-result-empty-icon {
  color: #d2d2d2;
}

.at-dark .arantheme-search-result-empty-icon {
  color: #3f3f3f;
}

.arantheme-search-result-empty-icon svg {
  width: 40px;
  height: 40px;
  animation: arantheme_search_empty 1.5s ease 0s infinite alternate;
  transform: rotate(-5deg) scale(1);
}

.arantheme-search-result-empty-title {
  font-size: 16px;
  font-weight: 500;
}
.arantheme-search-result-empty-description {
  font-size: 12px;
  opacity: 0.7;
}

.arantheme-search-result-empty-description strong {
  background: #f1f1f1;
  padding: 1px 6px;
  border-radius: 9px;
  font-weight: 500;
}

.at-dark .arantheme-search-result-empty-description strong {
  background: rgb(2 2 2 / 36%);
}

@keyframes arantheme_search_empty {
  to {
    transform: rotate(15deg) scale(0.8);
  }
}

.arantheme-search-items {
  padding: 10px 10px 0;
  border-top: solid 1px #f4f4f4;
  margin-top: 10px;
  gap: 7px;
}

.at-dark .arantheme-search-items {
  border-top-color: rgb(0 0 0 / 38%);
}
.arantheme-search-item {
  user-select: none;
  cursor: pointer;
  font-size: 12px;
  gap: 7px;
}
.arantheme-search-item-icon {
  width: 14px;
  height: 14px;
  opacity: 0.5;
}
.arantheme-search-item-icon > svg {
  width: 100%;
  height: 100%;
}
.arantheme-search-item-title {
}
.arantheme-search-item-title strong {
}

.arantheme-search-result-heading {
  font-size: 12px;
  padding: 0 18px 10px;
  color: #818181;
  position: relative;
  margin-top: 20px;
}

.arantheme-search-result-heading:first-child {
  margin-top: 0;
}

.at-dark .arantheme-search-result-heading {
  color: #bdbdbd;
}

.arantheme-search-result-heading::before {
  content: '';
}

.arantheme-search-result-posts {
  padding: 0 10px;
  gap: 10px;
}

.arantheme-search-result-post-image {
  width: 50px;
}

.arantheme-search-result-post-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.arantheme-search-result-post-details {
  gap: 2px;
  flex: 1;
}

.arantheme-search-result-post-title {
  font-size: 14px;
}

.arantheme-search-result-post-price {
  font-size: 12px;
}

.arantheme-search-result-post-price svg {
  width: 10px;
  height: 10px;
  opacity: 0.6;
}

.arantheme-search-result-post-price .arantheme-product-price-currency {
  padding: 0 5px;
}

.arantheme-search-result-post-description {
  font-size: 12px;
  opacity: 0.7;
}

.arantheme-search-result-post-more {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  opacity: 0.6;
  transition: all 0.2s ease;
}

.arantheme-search-result-post:hover .arantheme-search-result-post-more {
  opacity: 1;
}

.arantheme-search-result-post-more svg {
  width: 100%;
  height: 100%;
}

.arantheme-search-result-item {
  align-items: center;
  color: #3b3b3b;
  padding: 10px;
  transition: all 0.2s ease;
  background: #f7f7f7;
  border-radius: 8px;
}

.arantheme-search-result-item:hover {
  background: #f1f1f1;
}

.arantheme-search-result-item:active {
  background: #ebebeb;
}

.at-dark .arantheme-search-result-item {
  color: #e1e1e1;
  background: rgb(255 249 249 / 3%);
}

.at-dark .arantheme-search-result-item:hover {
  background: rgb(247 247 247 / 5%);
}

.at-dark .arantheme-search-result-item:active {
  background: rgb(247 247 247 / 8%);
}

.arantheme-search-result-terms {
  gap: 10px;
  padding: 0 10px;
}
.arantheme-search-result-term {
  gap: 12px;
  padding: 8px 12px;
  min-height: 32px;
}
.arantheme-search-result-term-details {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.arantheme-search-result-term-title {
}
.arantheme-search-result-term-parent {
  font-size: 11px;
  opacity: 0.6;
}
.arantheme-search-result-term-image {
  width: 30px;
}
.arantheme-search-result-term-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  background: #fff;
  border-radius: 6px;
}

/* Skeleton */
.arantheme-search-skeleton-heading {
  width: 110px;
  height: 8px;
  border-radius: 10px;
  margin: 15px;
}
.arantheme-search-skeleton-heading:first-child {
  margin-top: 20px;
}
.arantheme-search-skeleton-posts {
  gap: 4px;
  padding: 0 16px;
  margin-bottom: 10px;
}
.arantheme-search-skeleton-post {
  min-height: 70px;
  gap: 18px;
}
.arantheme-search-skeleton-post-image {
  width: 50px;
  height: 50px;
  border-radius: 6px;
}
.arantheme-search-skeleton-post-details {
  gap: 14px;
  flex: 1;
}
.arantheme-search-skeleton-post-title {
  width: 160px;
  height: 10px;
  border-radius: 20px;
}
.arantheme-search-skeleton-post-subtitle {
  width: 30px;
  height: 7px;
  border-radius: 20px;
}
.arantheme-search-skeleton-post-more {
  width: 8px;
  height: 4px;
  border-radius: 25px;
}
/* End: Skeleton */

.arantheme-search-dropdown {
  left: 0;
  right: 0;
  z-index: 9999;
}

.arantheme-search-keyboard {
  opacity: 0;
  transition: all 0.2s ease;
}

.arantheme-search-input-wrapper:hover .arantheme-search-keyboard,
.arantheme-search-keyboard-preview {
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .arantheme-search-modal {
    padding: 0;
  }

  .arantheme-search-keyboard {
    display: none;
  }

  .arantheme-search-modal-content {
    border-radius: 0px;
    min-height: 100vh;
    height: 100vh;
  }

  .arantheme-search-result {
    max-height: 100%;
    height: 100%;
  }
}

/** End: Search */

/** My Account */
.arantheme-my-account-button {
  position: relative;
  gap: 5px;
  cursor: pointer;
  user-select: none;
  justify-content: end;
}

.arantheme-my-account-button-start {
  position: relative;
}

.arantheme-my-account-button img.arantheme-my-account-button-avatar {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 999px;
}

.arantheme-my-account-button-count {
  position: absolute;
  bottom: -4px;
  inset-inline-start: -4px;
  transition: all 0.2s ease;
}

.arantheme-my-account-item-count,
.arantheme-my-account-button-count {
  display: flex;
  justify-content: center;
  align-items: center;
}

.arantheme-my-account-button-name {
  font-size: 14px;
  font-weight: 600;
}

.arantheme-my-account-button > svg {
  transition: all 0.2s ease;
  width: 14px;
  height: 14px;
  opacity: 0.5;
}

.arantheme-my-account-button.arantheme-open > svg {
  transform: rotate(180deg);
}

.arantheme-my-account-dropdown {
  background: #fff;
  box-shadow: 0 3px 13px rgb(0 0 0 / 16%);
  border-radius: 6px;
  position: absolute;
  width: 260px;
  font-size: 14px;
  line-height: 18px;
  z-index: 9999;
  top: 40px;
  inset-inline-end: 0;
  padding-bottom: 10px;
  overflow: auto;
}

.at-dark .arantheme-my-account-dropdown {
  background: #000000;
}
.arantheme-my-account-info {
  padding: 10px;
  gap: 10px;
}
.arantheme-my-account-info img.arantheme-my-account-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
}
.arantheme-my-account-details {
  gap: 2px;
}
.arantheme-my-account-name {
  font-size: 13px;
  font-weight: 600;
}
.arantheme-my-account-subtitle {
  font-size: 12px;
  opacity: 0.7;
}
.arantheme-my-account-wallet-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.arantheme-my-account-wallet-icon > svg {
  width: 22px;
  height: 22px;
}
.arantheme-my-account-wallet-amount {
  flex: 1;
  text-align: end;
  display: flex;
  justify-content: end;
}

.arantheme-my-account-wallet-amount .arantheme-product-price-currency svg {
  width: 12px;
  height: 12px;
  opacity: 0.7;
}
.arantheme-my-account-items {
  gap: 2px;
}

.arantheme-my-account-item,
.arantheme-my-account-wallet {
  padding: 5px 10px;
  gap: 8px;
  margin: 0 5px;
  transition: all 0.2s ease;
  border-radius: 6px;
  color: #393939;
  user-select: none;
  -webkit-user-drag: none;
}

.at-dark .arantheme-my-account-item,
.at-dark .arantheme-my-account-wallet {
  color: #cccccc;
}

.arantheme-my-account-item:hover,
.arantheme-my-account-wallet:hover {
  background: #f5f5f5;
  color: #000;
}

.at-dark .arantheme-my-account-item:hover,
.at-dark .arantheme-my-account-wallet:hover {
  background: rgb(245 245 245 / 6%);
  color: #ffffff;
}

.arantheme-my-account-item:active,
.arantheme-my-account-wallet:active {
  background: #eeeeee;
  color: #000;
}

.at-dark .arantheme-my-account-item:active,
.at-dark .arantheme-my-account-wallet:active {
  background: rgb(245 245 245 / 9%);
  color: #dedede;
}

.arantheme-my-account-item-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.arantheme-my-account-item-icon svg {
  width: 22px;
  height: 22px;
}
.arantheme-my-account-item-title {
  font-size: 14px;
}
.arantheme-my-account-item-count {
}

/** End: My Account */

@view-transition {
  navigation: auto;
}

/** Elementor */
@media (min-width: 1025px) and (max-width: 99999px) {
  .elementor .elementor-hidden-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .elementor .elementor-hidden-mobile,
  .elementor .elementor-hidden-phone {
    display: none !important;
  }
}

/** End: Elementor */

/** Breadcrumbs  */
.arantheme-breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/** End: Breadcrumbs  */

/** Bookmarks */
.arantheme-bookmark-button {
}
.arantheme-bookmark-button .arantheme-icon-bookmark-svg {
  display: block;
}
.arantheme-bookmark-button .arantheme-icon-bookmarked-svg {
  display: none;
}

.arantheme-bookmark-button.arantheme-bookmarked .arantheme-icon-bookmark-svg {
  display: none;
}
.arantheme-bookmark-button.arantheme-bookmarked .arantheme-icon-bookmarked-svg {
  display: block;
}

.arantheme-user-bookmarks {
  gap: 10px;
}
.arantheme-user-bookmarks-item {
  gap: 10px;
  border: solid 1px rgb(191 191 191 / 46%);
  padding: 10px;
  border-radius: 8px;
}

.at-dark .arantheme-user-bookmarks-item {
  border-color: rgb(173 173 173 / 46%);
  background-color: rgb(255 255 255 / 2%);
}
img.arantheme-user-bookmarks-item-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.arantheme-user-bookmarks-item-title {
  flex: 1;
}

.arantheme-user-bookmarks-item .arantheme-n-button {
  font-size: 10px;
  padding: 5px 10px;
  min-height: auto;
}
.arantheme-user-bookmarks-item a {
  display: flex;
  flex-direction: column;
}
/** End: Bookmarks */

/** Content Block */
figure.wp-block-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}
figure.wp-block-image img {
  border-radius: 4px;
}
/** End: Content Block */

/** WooCommerce My Account */
.arantheme-myaccount-navigation {
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  padding-bottom: 10px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 7px;
}

.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #b2b2b2;
  color: #282828;
  border-radius: 4px;
  padding: 5px;
  font-size: 14px;
}

.woocommerce-Addresses .woocommerce-Address {
  border: 1px solid #e2e2e2;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 12px;
}

.woocommerce-Addresses .woocommerce-Address a.edit {
  color: #4a4a4a;
  background: #f4f4f4;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 7px;
  transition: all 0.2s ease;
}

.at-dark .woocommerce-Addresses .woocommerce-Address {
  border-color: #323232;
  background: #1f1f1f;
}

.woocommerce-Addresses .woocommerce-Address a.edit:hover {
  color: #4a4a4a;
  background: #ececec;
}

.at-dark .woocommerce-Addresses .woocommerce-Address a.edit {
  color: #cccccc;
  background: rgb(236 236 236 / 9%);
}
.at-dark .woocommerce-Addresses .woocommerce-Address a.edit:hover {
  color: #cccccc;
  background: rgb(236 236 236 / 12%);
}

.at-dark .select2-container--default .select2-selection--single {
  background-color: #141414;
  border: 1px solid #141414;
  color: #d2d2d2;
}

.at-dark
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #d7d7d7;
}

.at-dark
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #6c6c6c;
}

.at-dark .select2-dropdown {
  background-color: #161616;
  color: #c9c9c9;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: var(--arantheme-brand-color, #0073aa) !important;
  color: var(--arantheme-brand-text-color, #fff) !important;
}

.at-dark
  .select2-container--default
  .select2-results__option[aria-selected='true'],
.at-dark
  .select2-container--default
  .select2-results__option[data-selected='true'] {
  background-color: #232323 !important;
}

.woo-wallet-balance-card {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt {
  background: var(--arantheme-brand-color) !important;
  color: var(--arantheme-dark-text-color) !important;
}

/** End: WooCommerce My Account */

/** Order steps */
.arantheme-order-steps {
  gap: 10px;
  user-select: none;
}
.arantheme-order-step {
  flex-direction: column;
  font-size: 12px;
  gap: 6px;
  -webkit-user-drag: none;
}
.arantheme-order-step-icon {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 999px;
}
.arantheme-order-step-icon svg {
  width: 50%;
  height: 50%;
}
.arantheme-order-step-label {
}
.arantheme-order-step.is-active {
}
.arantheme-order-step.is-active .arantheme-order-step-icon {
  background: var(--arantheme-brand-color, #000);
  color: var(--arantheme-brand-text-color, #fff);
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px var(--arantheme-brand-color, #000);
}
.arantheme-order-step.is-active .arantheme-order-step-label {
  color: var(--arantheme-brand-color, #000);
  font-weight: 600;
}

.arantheme-order-step-seperator {
  width: 30px;
  height: 2px;
  background: #f5f5f5;
  align-self: flex-start;
  margin-top: 20px;
  border-radius: 25px;
}

.at-dark .arantheme-order-step.is-active .arantheme-order-step-icon {
  border-color: #161718;
}

.at-dark .arantheme-order-step-icon,
.at-dark .arantheme-order-step-seperator {
  background-color: #2b2b2b;
}

.at-dark .arantheme-free-shipping-progress {
  background-color: #000;
}
/** End: Order steps */

/** Message alert */
.arantheme-message {
  display: flex;
  align-items: start;
  gap: 8px;
  border: 1px solid #7f7f7f;
  color: #474747;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 10px;
}
.arantheme-message > svg {
  width: 18px;
  height: 18px;
  flex: 0 1 auto;
  margin-top: 5px;
  fill: currentColor;
}
.arantheme-message-content {
  flex: 1;
  display: flex;
  gap: 4px;
}
.arantheme-message.message-error {
  border-color: #f77676;
  background-color: rgb(204 37 37 / 17%);
  color: #d20505;
}

.at-dark .arantheme-message.message-error {
  color: #ff7979;
}

.arantheme-message.message-success {
  border-color: #25cc2c;
  background-color: rgb(37 204 44 / 17%);
  color: #075c0b;
}

.at-dark .arantheme-message.message-success {
  color: #37ec3f;
}

.arantheme-message.message-info {
  border-color: #76b8f7;
  background-color: rgb(37 153 204 / 17%);
  color: #072a5c;
}

.at-dark .arantheme-message.message-info {
  color: #a0c7ff;
}

.arantheme-message-content > a.button {
  margin-inline-start: auto;
  font-weight: 600;
}

/** End: Message alert */
