header {
  margin-bottom: 30px;
}

/* ---------------- Hover fixes ---------------- */
.group:hover .text {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.card2,
p.bg-primary,
.s-product-card-wishlist-btn,

#agwaa-title-1 a.inline-flex,

#has_discount,
section .form-label,
section .price-wrapper,
h1.text-[14px].text-primary.font-semibold,
.store-footer salla-contacts {
  display: none !important;
}

/* ---------------- Product cards ---------------- */
.s-product-card-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 4 / 3 !important;
}

.s-product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: none !important;
  transition: none !important;
}

.s-product-card-vertical .s-product-card-image,
.s-product-card-horizontal .s-product-card-image {
  border-radius: 8px;
  overflow: hidden;
}

.s-product-card-horizontal .s-product-card-image {
  flex-shrink: 0;
}

/* ---------------- Cart ---------------- */
.cart-item img.flex-none.w-32 {
  width: fit-content !important;
}

.cart .s-product-card-horizontal .s-product-card-image {
  width: 100% !important;
}

.cart .bg-[#f8f8f8],
.cart .bg-[#F8F8F8],
.s-comments-product,
.content.content--single-page {
  background-color: unset !important;
}

/* ---------------- Single page ---------------- */
.content--single-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content--single-page h1,
.content--single-page .content-entry {
  text-align: center;
}

.content--single-page h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 70px;
  color: #ff835a;
}

.content--single-page .content-entry {
  font-size: 20px;
  line-height: 1.9;
  max-width: 600px;
  color: #cb8ec4;
}

/* ---------------- Typography ---------------- */
.product-title h1,
h1.text-primary {
  font-size: 32px !important;
  line-height: 1.1 !important;
}

#productDescription p {
  color: #009eca !important;
}

.s-quantity-input-input {
  color: #8bcc9c !important;
  font-weight: 600;
}

/* ---------------- Icons ---------------- */
.sicon-menu,
.sicon-user {
  color: #cb8ec4 !important;
}

.flex.items-center.justify-end svg path {
  stroke-width: 2 !important;
}

.s-cart-summary-icon svg path {
  fill: #cb8ec4 !important;
  stroke: none !important;
}

.flex.items-center.justify-end svg path.icon-header {
  stroke: #cb8ec4 !important;
  stroke-width: 1.5 !important;
}

.flex.items-center.justify-end {
  gap: 12px;
}

.s-cart-summary-wrapper {
  margin-right: 13px;
}

/* ---------------- Buttons ---------------- */
.s-button-element {
  border-radius: 8px !important;
}

.s-button-primary {
  background-color: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}

/* ---------------- Breadcrumb ---------------- */
salla-breadcrumb a,
ol.s-breadcrumb-wrapper a,
salla-breadcrumb .s-breadcrumb-item:last-child,
ol.s-breadcrumb-wrapper .s-breadcrumb-item:last-child {
  color: #009eca !important;
}

salla-breadcrumb .s-breadcrumb-arrow svg,
ol.s-breadcrumb-wrapper .s-breadcrumb-arrow svg {
  fill: #009eca !important;
}

/* ---------------- Sidebar menu ---------------- */
.desktop__sidemenu .mm-ocd__content {
  width: 300px !important;
  background-color: #fff !important;
}

.desktop__sidemenu .mm-spn.mm-spn--main {
  width: 100% !important;
}

.desktop__sidemenu .mm-spn li:after {
  width: 100% !important;
}

.desktop__sidemenu .mm-spn li a,
.desktop__sidemenu .mm-spn li > span {
  padding: 0 1rem !important;
  font-size: 14px !important;
}

.desktop__sidemenu .mm-spn li a {
  font-size: 18px !important;
}

.mm-spn.mm-spn--navbar:after {
  font-size: 20px;
}

/* ---------------- Footer ---------------- */
.store-footer .description p {
  color: #d18bbc;
}

/* ---------------- Mini checkout ---------------- */
salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout {
  border-radius: 8px;
  background: var(--color-primary);
  color: #fff !important;
}

salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout * {
  color: #fff !important;
}

/* ---------------- Media Queries ---------------- */
@media (min-width: 768px) {

  #agwaa-title-1 h2 {
    margin-bottom: 2rem;
  }

  #agwaa-title-1 p {
    max-width: 100%;
    margin: auto;
  }
}

@media (min-width: 1024px) {
  .description p {
    margin-top: -1.5rem;
    font-weight: 600 !important;
  }

  .description p span {
    color: #d18bbc;
  }
}