/*======== Fonts & Imports =========*/
@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap);

/*======== Layout / Shared Flex Utilities =========*/
.faq-content,
.faq-question,
.hero,
.spec-item,
.specs-content {
  display: flex;
}

/*======== Positioning Helpers =========*/
.faq h2,
.faq-image,
.hero {
  position: relative;
}

/*======== Headings / Highlights =========*/
.faq h2,
.specs .highlight {
  font-size: 3.2rem;
  font-weight: 700;
  right: 50%;
  transform: translateX(50%);
}

/*======== Root Variables / Assets =========*/
:root {
  --logo: url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/ZYVpxD/k2NRwNKDpamkPNvr2FXXnihdVAU8MyNGyAdnrV6B.jpg");
}

/*======== Body / Global Styles =========*/
body {
  font-family: Cairo, sans-serif;
  /* padding-top: 40px; */
  background: linear-gradient(to right, #fff9f6, #fff);
}
body.hidden {
  opacity: 0;
  pointer-events: none;
}
.main-nav-container {
  min-height: auto;
  padding-block: 10px;
}
/*======== Lists / Forms =========*/
ul.s-payments-list {
  justify-content: right;
  margin-block: 10px;
}
form.form.product-form > * {
  background: 0 0;
  padding-top: 0;
}

/*======== FAQ / Specs Decorative After Elements =========*/
.faq h2::after,
.specs h2::after {
  bottom: -0.5rem;
  right: -1rem;
  left: -1rem;
  height: 0.8rem;
  background-color: #ffe4d9;
  z-index: -1;
}

/*======== Product Subtitles =========*/
h2.product-entry__sub-title {
  color: red;
}

/*======== Add Product Button =========*/
.s-add-product-button-main .s-add-product-button-mini-checkout {
  width: 100%;
}

/*======== FAQ Section =========*/
.faq h2 {
  color: #1d1d1b;
  text-align: center;
  margin-bottom: 4rem;
  display: inline-block;
}
.faq-answer p,
.faq-question {
  text-align: right;
  color: #1d1d1b;
}
.faq h2::after {
  content: "";
  position: absolute;
}
.faq-content {
  flex-wrap: wrap;
  gap: 4rem;
  align-items: flex-start;
  flex-direction: row;
}
.faq-list {
  flex: 1;
  min-width: 300px;
}
.faq-item {
  background: #00000005;
  border-radius: 1.2rem;
  margin-bottom: 1.5rem;
  animation: 0.5s ease-out slideInRight;
}
.faq-question {
  width: 100%;
  background: 0 0;
  border: none;
  padding: 2rem;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 500;
  transition: color 0.3s;
}
.arrow-icon,
.faq-question:hover {
  color: var(--color-primary);
}
.faq-question span {
  flex: 1;
}
.arrow-icon {
  width: 2rem;
  height: 2rem;
  margin-left: 1.5rem;
  transform: scaleX(-1);
  transition: transform 0.3s;
}
.faq-item.active .arrow-icon {
  transform: scaleX(-1) rotate(180deg);
}
.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
  padding: 0 2rem;
}
.cta-button,
.spec-item {
  font-size: 1rem;
  transition: transform 0.3s, box-shadow 0.3s;
}
.faq-item.active .faq-answer {
  height: auto;
  padding-bottom: 2rem;
}
.faq-answer p {
  font-size: 1.6rem;
  line-height: 1.8;
  opacity: 0.8;
  margin: 0;
}
.faq-image {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 2rem;
  aspect-ratio: 9/16;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.faq-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*======== Responsive: FAQ adjustments =========*/
@media (max-width: 768px) {
  .faq-question {
    padding: 10px;
  }
  .faq-answer p {
    font-size: 18px;
  }
  .faq h2 {
    font-size: 2.2rem;
  }
  .faq-question span {
    font-size: 1.5rem;
  }
  .arrow-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .faq-answer {
    padding: 0 1rem;
  }
}
@media (max-width: 576px) {
  .faq-question span {
    font-size: 20px;
  }
}
/*========  Hero Section  =========*/
.hero {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.hero .carousel {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero .carousel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero .carousel img.active {
  opacity: 1;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero {
    height: 300px;
  }
}
/*======== Feature Section =========*/
.thermal-bag {
  padding: 70px 20px;
  border-radius: 24px;
}

.thermal-bag .title {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  color: #f25a25;
  margin-bottom: 15px;
}

.thermal-bag .subtitle {
  text-align: center;
  font-size: 17px;
  color: #555;
  margin-bottom: 50px;
  line-height: 1.6;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.feature-item {
  background: #fff;
  padding: 25px 20px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.feature-item .icon {
  font-size: 35px;
  margin-bottom: 15px;
}

.feature-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #222;
}

.feature-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .thermal-bag {
    padding: 25px 10px;
  }
  .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
/* ---------- Story Section ---------- */
.story-section {
  padding: 70px 20px;
  border-radius: 20px;
  margin: 60px auto;
  max-width: 1200px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.story-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.story-image {
  flex: 1 1 400px;
  text-align: center;
}

.story-image img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.story-content {
  flex: 1 1 500px;
  font-family: "Cairo", sans-serif;
  color: #222;
  text-align: right;
  font-size: 19px;
  line-height: 1.9;
}

.story-title {
  font-size: 26px;
  font-weight: 800;
  color: #f25a25;
  margin-bottom: 25px;
  line-height: 1.4;
}

.story-content p {
  margin-bottom: 18px;
}

.story-content .highlight {
  font-weight: 700;
  color: #f25a25;
  font-size: 20px;
}

.story-content .emphasize {
  font-weight: 600;
  color: #d33;
}

.story-content .highlight-2 {
  font-size: 22px;
  font-weight: 800;
  color: #f25a25;
}

.story-ending {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.8;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .story-section {
    padding: 50px 15px;
  }

  .story-title {
    font-size: 24px;
  }

  .story-content {
    font-size: 18px;
    line-height: 1.8;
  }
}

@media (max-width: 768px) {
  .story-container {
    flex-direction: column-reverse;
    gap: 25px;
  }

  .story-image,
  .story-content {
    flex: 1 1 100%;
  }

  .story-title {
    text-align: center;
  }

  .story-content {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .story-section {
    padding: 40px 10px;
  }

  .story-title {
    font-size: 22px;
  }

  .story-content {
    font-size: 17px;
    line-height: 1.7;
  }
}

.reviews-title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: #f25a25;
  margin-bottom: 40px;
}

/* Slider Container */
.reviews-container {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

/* Wrapper for spacing */
.reviews-slider-wrapper {
  overflow: visible;
  padding: 0 40px;
  min-height: 500px;
  display: flex;
  justify-content: center;
}

/* Actual Slider */
.reviews-slider {
  display: flex;
  gap: 20px;
  transition: transform 0.8s ease;
  align-items: center;
}

/* Individual Review Item */
.review-item {
  flex: 0 0 300px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease, filter 0.5s ease, opacity 0.5s ease;
  background: url("https://cdn.salla.sa/form-builder/ziJf7Hf36n7Sxg4TEGCWng9q1LwpUspwYuIwDb8J.jpg")
    center/cover no-repeat;
  filter: blur(4px) brightness(0.8);
  cursor: pointer;
  position: relative;
}

/* Active / Centered Item */
.review-item.active {
  transform: scale(1.15);
  filter: none;
  opacity: 1;
  z-index: 2;
}

/* Screenshot inside review box */
.review-screenshot {
  width: 100%;
  height: 350px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  margin-bottom: 10px;
}

/* Footer: avatar + client info */
.review-footer {
  display: flex;
  align-items: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #f0f0f0;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.client-info {
  display: flex;
  flex-direction: column;
}

.client-name {
  font-weight: 700;
  font-size: 14px;
  color: #333;
}

.client-rating {
  font-size: 12px;
  color: #f5b50a;
}

/* Navigation Arrows */
.review-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  color: #f25a25;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 5;
  transition: background 0.3s ease;
}

.review-arrow:hover {
  background: #f25a25;
  color: #fff;
}

.review-arrow.prev {
  left: 10px;
}

.review-arrow.next {
  right: 10px;
}

/* ====================== Responsive ====================== */
@media (max-width: 992px) {
  .review-item {
    flex: 0 0 250px;
  }

  .review-screenshot {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .reviews-slider-wrapper {
    min-height: 350px;
  }
  .review-item {
    flex: 0 0 80%;
  }

  .review-screenshot {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .review-item {
    flex: 0 0 250px;
  }

  .review-screenshot {
    height: 200px;
  }
}

/*======== Specs Section =========*/
.specs {
  padding: 60px 20px;
  background-color: #fff;
  direction: rtl;
  padding-bottom: 5px;
}
.specs .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  flex-direction: column;
  align-content: center;
}
.specs .highlight {
  margin: auto;
  transform: translateX(0%);
}
/* .specs h2::after {
  content: "";
  position: absolute;
} */
.specs-text {
  flex: 1 1 300px;
  padding-left: 30px;
  text-align: center;
}
.specs-text p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #1d1d1b;
}
.cta-button {
  background-color: var(--color-primary);
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}
.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
}
.specs-grid {
  flex: 2 1 400px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.spec-item {
  background-color: #f9f9f9;
  padding: 1.5rem;
  border-radius: 14px;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: #1d1d1b;
  justify-content: flex-start;
}
.put-by,
.size-button {
  font-weight: 700;
  display: flex;
}
.spec-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.spec-icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--color-primary);
}

/*======== Custom Price Buttons =========*/
#custom-price-buttons {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.custom-price-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.custom-price-btn:hover {
  border-color: #666;
  background: #f9f9f9;
}

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

.btn-prices {
  display: flex;
  flex-direction: row;
  text-align: left;
  gap: 5px;
}

.main-price {
  text-decoration: line-through;
  font-size: 12px;
  color: #888;
}

.offer-price {
  font-weight: bold;
  font-size: 16px;
  color: #991b1b;
}

/*======== Responsive: Specs & Layout adjustments =========*/
@media (max-width: 992px) {
  .faq-content {
    flex-direction: column;
    gap: 0;
  }
  .specs .container {
    flex-direction: column;
    text-align: center;
  }
  .specs-grid,
  .specs-text {
    width: 100%;
  }
  .specs-grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .spec-item {
    padding-block: 0;
  }
}
#announcement-bar:has(+ header .fixed-header) {
  z-index: 9;
}

#announcement-bar:has(+ header .fixed-header),
#whatsapp-container {
  position: fixed;
  align-items: center;
  display: flex;
}

/*======== WhatsApp Widget =========*/
#whatsapp-container {
  bottom: 20px;
  right: 20px;
  z-index: 10;
  gap: 10px;
  font-family: Arial, sans-serif;
}
#whatsapp-icon {
  width: 56px;
  height: 56px;
  transition: transform 0.2s;
  cursor: pointer;
}
#whatsapp-icon:hover {
  transform: scale(1.1);
}
#whatsapp-message {
  background-color: #000;
  color: #fff;
  padding: 8px 14px;
  border-radius: 24px;
  font-size: 16px;
  font-family: Cairo, sans-serif;
  animation: 30s forwards fadeout;
  white-space: nowrap;
}

/* ======== Announcement Bar ========= */
:root {
  --animation-speed: 8s;
  --bar-height: 50px;
  --bar-bg: linear-gradient(90deg, #ff6a00, #ee0979);
  --item-bg: #fff;
  --item-color: #333;
  --item-width: 320px;
  --item-padding: 8px 20px;
  --item-radius: 40px;
  --gap: 15px;
  --shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  --glow: 0 0 10px rgba(255, 255, 255, 0.6);
  --font-size: 16px;
  --font-weight: 600;
}

/* ====== Announcement Bar ====== */
.announcement {
  overflow: hidden;
  background: #000;
  color: #fff;
  display: flex;
  position: relative;
  isolation: isolate;
  height: var(--bar-height);
}
section#TheAnnouncementBeforeHeader:has(+ header .fixed-header) {
  position: fixed;
  width: 100%;
  z-index: 9;
}
#TheAnnouncementBeforeProduct {
  background: var(--color-primary);
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  margin-bottom: 30px;
}
.marquee {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 5;
  min-width: 1200px;
}

.item {
  margin: 0 var(--gap);
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ====== Animations ====== */
.InShow {
  animation: scroll_InShow linear var(--animation-speed) infinite forwards;
}

@keyframes scroll_InShow {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.NextShow {
  animation: scroll_NextShow linear var(--animation-speed) infinite forwards;
}

@keyframes scroll_NextShow {
  0% {
    transform: translateX(100%);
  }

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

.OutOfShow {
  transform: translateX(100%);
}

/*======== Put-by / Main Content Helpers =========*/
.put-by {
  border: 3px solid var(--color-primary);
  padding: 4px 8px;
  align-items: center;
  gap: 6px;
  color: #000;
  border-radius: 4px;
}
.main-content .whitespace-nowrap > div:has(.put-by) {
  display: flex;
  width: 100%;
  gap: 10px;
}
.main-content .whitespace-nowrap > div:has(.put-by) * {
  margin: 0 !important;
}
.main-content .whitespace-nowrap > div:has(.put-by) h4 {
  font-size: 1.8em;
  color: var(--color-primary);
}
.product-single .main-content > h1 {
  font-size: 2.4em;
  font-family: Cairo, sans-serif;
  font-weight: bolder;
}

/*======== Promotion / Slider / Cart styling =========*/
.promotion-title {
  animation: 3s ease-in-out infinite alternate forwards teda;
  background-color: #000;
  border: 4px dotted red;
  border-radius: 30px;
  right: 35px;
  top: 25px;
  box-shadow: rgba(6, 24, 44, 0.4) 0 0 0 2px,
    rgba(6, 24, 44, 0.65) 0 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0 1px 0 inset;
}
salla-slider.details-slider .s-slider-container {
  border-radius: 20px;
  box-shadow: rgb(239 91 36 / 50%) 0 2px 4px 0,
    rgb(241 89 39 / 50%) 0 2px 16px 0;
}
salla-slider.details-slider .s-slider-block__title-nav > * {
  background: #000;
}
.s-cart-summary-count,
div#product_selection::after,
footer.store-footer:after {
  background: var(--color-primary);
}
.sidebar salla-slider.details-slider {
  padding: 10px;
}
footer.store-footer:after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -65px;
  left: 0;
  border-radius: 100% 100% 0 0;
  z-index: -1;
}
#TheAnnouncementBeforeProduct ~ div[id*="product"] > div {
  padding-bottom: 0;
}
footer.store-footer {
  isolation: isolate;
  background: var(--color-primary) !important;
  margin-top: 150px;
}
.footer-is-light .store-footer .store-footer__inner {
  padding: 0;
  background: var(--color-primary);
}
button.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center,
footer.store-footer * {
  color: #fff !important;
}
footer > div.store-footer__inner > div > salla-apps-icons:after {
  content: "";
  display: block;
  width: 300px;
  height: 100px;
  background: var(--logo) center/contain no-repeat;
  margin-top: 30px;
}
.main-nav-container.fixed-header .inner {
  transform: translate3d(0, 50px, 0);
  /* padding-block: 10px; */
}

/*======== Animations =========*/
@keyframes teda {
  0% {
    transform: rotate(0) scale(0.5);
  }
  10% {
    transform: rotate(15deg) scale(1.3);
  }
  20% {
    transform: rotate(0) scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.product-single .main-content > div:has(i.sicon-fire) {
  display: block;
}
.product-single .main-content {
  display: flex;
  flex-direction: column;
}
.product-single .main-content > [data-id="0"],
.product-single .main-content > [data-id="1"] {
  order: 0;
}
.product-single .main-content > [data-id="2"] {
  order: 3;
  display: none;
}
.product-single .main-content > [data-id="3"],
.product-single .main-content > [data-id="4"] {
  order: 4;
}
.product-single .main-content > [data-id="6"] {
  order: 5;
}
.product-single
  .main-content
  form.product-form
  label.s-product-options-option-label,
.product-single
  form.product-form
  .s-product-options-thumbnails-wrapper
  > div
  img {
  display: none;
}
div#product_selection {
  position: relative;
  overflow: hidden;
}
.size-button-wrapper {
  display: flex;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-product-options-option {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.size-button {
  background-color: var(--color-primary);
  color: #fff;
  width: -webkit-fill-available;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  transition: 0.25s;
  flex: 1;
  min-width: 260px;
}
.size-button:hover {
  border-color: #999;
  background: #fafafa;
}
.size-button.active {
  color: #fff;
  border-color: #2196f3;
  background: #e3f2fd;
}
.size-title {
  flex: 1;
  text-align: right;
  font-weight: 500;
  color: #333;
  padding-left: 10px;
}
.size-prices {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 100px;
  text-align: left;
}
.old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 13px;
}
.new-price {
  color: #e53935;
  font-weight: 700;
  font-size: 14px;
}
section.specs + .container:has(> nav.breadcrumbs.w-full.py-5) {
  padding: 0;
}

/*======== Responsive: Mobile adjustments =========*/
@media (max-width: 769px) {
  .specs .highlight {
    font-size: 1.5rem;
    right: unset;
    transform: unset;
    margin: 0;
  }
  section.specs .specs-content {
    flex-direction: column;
  }
  section.specs .specs-content .specs-text {
    padding: 0;
    max-height: 235px;
  }
  .specs-grid {
    flex-basis: 250px;
  }
  .specs {
    padding-block: 0;
    margin-top: 20px;
    max-width: 100vw;
  }
  footer.store-footer * {
    text-align: center !important;
    justify-content: center;
  }
  footer > div.store-footer__inner > div > salla-apps-icons:after {
    margin-bottom: 30px;
    margin-inline: auto;
  }
  section.sticky-product-bar.bg-white.p-5.rounded-md.rounded-b-none {
    background: #fff !important;
    padding: 0;
    width: 100vw;
  }
  div#popup-toggle,
  div#whatsapp-container {
    bottom: 120px;
  }
  .product-single .main-content > h1 {
    font-size: 1.4em;
  }
  .product-single .main-content * {
    /* text-align: start; */
    /* justify-content: center; */
    /* margin-inline: auto !important; */
    /* gap: 0; */
  }

  .product-single .main-content input.s-quantity-input-input {
    text-align: center;
  }

  .product-single
    .main-content
    .s-add-product-button-main:not(.w-full)
    > salla-button {
    width: 100% !important;
    margin-top: 10px;
  }
  .product-single .main-content .s-add-product-button-main {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .size-button {
    padding: 3px 10px;
  }
  .product-single .main-content .size-prices * {
    margin-inline: auto 0px !important;
  }
  form.form.product-form .s-product-options-wrapper {
    margin-bottom: 0;
  }
  .product-single .main-content .size-button-wrapper {
    gap: 10px;
  }
}

body.has-notify div#payment_process ul.list.list--brands li {
  display: none;
}