@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caprasimo&family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@font-face {
  font-family: currencyFontStyle;
  src: url(../../font/currency.woff2) format("woff2");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
.icon-aed {
  font-family: "currencyFontStyle", sans-serif !important;
  font-size: 18px;
}

.dm-sans-body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  font: 300 18px/24px "DM Sans", sans-serif !important;
  width: 100vw;
  max-height: 100vh;
}
body .body-container {
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
[dir=rtl] body, html[dir=rtl] body, body[dir=rtl] body, html[lang=ar] body, body[lang=ar] body {
  font-family: "Rubik", sans-serif !important;
}

a {
  text-decoration: none;
  cursor: pointer;
}

::-webkit-scrollbar {
  display: none;
}

* {
  scrollbar-width: none;
}

a {
  color: inherit; /* Inherit color from the parent element */
  text-decoration: none; /* Remove underline */
  -webkit-tap-highlight-color: transparent; /* Prevent tap highlight on touch */
}

input[type=radio] {
  width: unset;
  accent-color: #e92827;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=submit],
input[type=button],
input[type=date],
button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

select {
  width: 100%;
  padding: 10px;
  border: 1px solid #dcdcdc;
  -webkit-appearance: none;
  outline: none;
  font-family: inherit; /* Use the same font as the surrounding text */
  font-size: inherit; /* Match font size */
  color: inherit;
  border-radius: 8px;
  background: url("../../images/arrow.svg"), white;
}

.n_m_b {
  margin-bottom: 0 !important;
}

.n_m_t {
  margin-top: 0 !important;
}

.n_p_b {
  padding-bottom: 0 !important;
}

.n_p_t {
  padding-top: 0 !important;
}

.n_p_b {
  padding-bottom: 0 !important;
}

.bg_light_red {
  background-color: #FFF6F6 !important;
}

.loader.hero_section {
  position: absolute;
  z-index: 99999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: white;
}

.loader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  color: #303030; /* Ensure text is visible over the confetti */
  z-index: 10; /* Ensures the spinner is on top of the confetti */
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

button.slick-prev.slick-arrow {
  background: transparent;
}

.slick-dots {
  position: absolute;
  top: calc(100% + 20px);
}
.slick-dots li {
  width: 22px;
  height: 22px;
  background: transparent;
  border: 1px solid #8c8c8c;
  border-radius: 22px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.slick-dots li:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #8c8c8c;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.3s;
}
.slick-dots li:not(:last-child) {
  margin-right: 15px;
}
.slick-dots li.slick-active {
  border: 1px solid #000;
}
.slick-dots li.slick-active:after {
  background: #000;
}
.slick-dots li button {
  color: transparent;
  display: none;
}

@media (max-width: 480px) {
  .slick-dots li {
    width: 18px;
    height: 18px;
  }
  .slick-dots li:after {
    width: 6px;
    height: 6px;
  }
  .slick-dots li:not(:last-child) {
    margin-right: 10px;
  }
}
.btn {
  font-size: 16px;
  font-weight: 600;
  padding: 14px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn.width_100 {
  width: 100%;
}
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
  text-decoration: line-through;
  color: #fff;
}
.btn.btn_primary {
  background-color: #FFDA1A;
  color: #303030;
}
.btn.btn_primary:hover {
  background: rgb(230, 192.8384279476, 0);
}
.btn.btn_primary.red {
  background-color: #FF1E28;
  color: #fff;
}
.btn.btn_primary.red:hover {
  background: rgb(234, 0, 10.4);
}
.btn.btn_primary.white {
  background: #fff;
  color: #303030;
}
.btn.btn_secondary {
  background-color: #fff;
  color: #303030;
}
.btn.btn_secondary:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.btn.btn_outlined {
  border: 1px solid #303030;
  color: #303030;
}
.btn.btn_outlined.red {
  border-color: #FF1E28;
  background: #fff;
  color: #FF1E28;
}

.add-to-cart, .add-to-cart-item1, .quantity-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(110, 110, 110, 0.6);
  font-family: #e92827;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  height: 48px;
  text-align: center;
}
@media (max-width: 575px) {
  .add-to-cart, .add-to-cart-item1, .quantity-controls {
    height: 40px;
  }
}
.add-to-cart:hover, .add-to-cart-item1:hover, .quantity-controls:hover {
  background: #e92827;
  color: #fff;
  border-color: #e92827;
}
.add-to-cart:disabled, .add-to-cart-item1:disabled, .quantity-controls:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
  text-decoration: line-through;
  color: #303030;
}

.quantity-controls {
  position: relative;
  justify-content: space-between;
  color: #303030;
  overflow: hidden;
  padding: 0 4px;
}
.quantity-controls:hover {
  background: #fff;
  color: #303030;
  border-color: rgba(48, 48, 48, 0.6);
}

.hero_section {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  background: none;
}
.hero_section .confetti-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 50%;
}
.hero_section .confetto {
  position: absolute;
  top: -24px;
  left: var(--x);
  width: var(--w);
  height: var(--h);
  opacity: 1;
  will-change: transform, opacity;
  animation: fall var(--dur) linear forwards, fade var(--dur) linear forwards, sway var(--swayDur) ease-in-out infinite;
}
.hero_section .confetto svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hero_section .hero_slider .hero_slide {
  margin: 48px auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .hero_section .hero_slider .hero_slide {
    margin: 24px auto 0 auto;
  }
}
.hero_section .hero_slider .hero_slide img {
  width: 100%;
  border-radius: 24px;
}
@media (max-width: 575px) {
  .hero_section .hero_slider .hero_slide img {
    border-radius: 16px;
  }
}
.hero_section .hero_slider .hero_slide .hero_heading {
  font-family: "Caprasimo", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 75px;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
[dir=rtl] .hero_section .hero_slider .hero_slide .hero_heading, html[dir=rtl] .hero_section .hero_slider .hero_slide .hero_heading, body[dir=rtl] .hero_section .hero_slider .hero_slide .hero_heading, html[lang=ar] .hero_section .hero_slider .hero_slide .hero_heading, body[lang=ar] .hero_section .hero_slider .hero_slide .hero_heading {
  font-family: "Rubik", sans-serif !important;
}
@media (max-width: 991px) {
  .hero_section .hero_slider .hero_slide .hero_heading {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .hero_section .hero_slider .hero_slide .hero_heading {
    font-size: 25px;
    line-height: 35px;
  }
}
.hero_section .hero_slider .hero_slide .hero_detail ul {
  list-style: none;
}
.hero_section .hero_slider .hero_slide .hero_detail ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  padding: 8px 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
[dir=rtl] .hero_section .hero_slider .hero_slide .hero_detail ul li, html[dir=rtl] .hero_section .hero_slider .hero_slide .hero_detail ul li, body[dir=rtl] .hero_section .hero_slider .hero_slide .hero_detail ul li, html[lang=ar] .hero_section .hero_slider .hero_slide .hero_detail ul li, body[lang=ar] .hero_section .hero_slider .hero_slide .hero_detail ul li {
  font-family: "Rubik", sans-serif !important;
}
@media (max-width: 575px) {
  .hero_section .hero_slider .hero_slide .hero_detail ul li {
    font-size: 14px;
  }
}
.hero_section .hero_slider .hero_slide .hero_detail ul li img {
  width: 40px !important;
}
@media (max-width: 575px) {
  .hero_section .hero_slider .hero_slide .hero_detail ul li img {
    width: 30px !important;
    height: 30px !important;
  }
}
.hero_section .hero_slider .hero_slide .hero_buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
@media (max-width: 575px) {
  .hero_section .hero_slider .hero_slide .hero_buttons {
    flex-wrap: wrap;
  }
}
.hero_section .hero-banner {
  margin-top: 48px;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero_section .hero-banner {
    padding: 60px 20px;
  }
}
@media (max-width: 575px) {
  .hero_section .hero-banner {
    padding: 40px 15px;
    min-height: 200px;
    margin-top: 24px;
  }
}
.hero_section .hero-banner .hero-title {
  font-family: "Caprasimo", serif;
  font-size: 48px;
  font-weight: 400;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  /* Example shadow */
  line-height: 55px;
  text-align: center;
  color: white;
}
@media (max-width: 991px) {
  .hero_section .hero-banner .hero-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 575px) {
  .hero_section .hero-banner .hero-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.hero_section .hero-banner .hero-subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: white;
  margin-top: 16px;
  max-width: 800px;
}
@media (max-width: 991px) {
  .hero_section .hero-banner .hero-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .hero_section .hero-banner .hero-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

@keyframes fall {
  0% {
    transform: translate3d(0, 0, 0) rotate(var(--r));
  }
  100% {
    transform: translate3d(0, var(--fallDist), 0) rotate(calc(var(--r) + 900deg));
  }
}
@keyframes fade {
  0%, 40% {
    opacity: 1;
  }
  65% {
    opacity: 0.35;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sway {
  0% {
    margin-left: calc(var(--drift) * -1);
  }
  50% {
    margin-left: var(--drift);
  }
  100% {
    margin-left: calc(var(--drift) * -1);
  }
}
.product_listing {
  padding: 24px 0;
}

.card {
  width: 100%;
  border: 2px solid rgba(233, 40, 39, 0.1);
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.card_container .card_image {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
  background: #fafafa;
  position: relative;
}
.card_container .card_image .floating-btn {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: white;
  border: 1px solid #fe0c0a;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fe0c0a;
  border-radius: 4px;
  font-family: "DM Sans", sans-serif;
}
.card_container .card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_container .card_content {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  text-align: center;
}
[dir=rtl] .card_container .card_content, html[dir=rtl] .card_container .card_content, body[dir=rtl] .card_container .card_content, html[lang=ar] .card_container .card_content, body[lang=ar] .card_container .card_content {
  text-align: center;
}
.card_container .card_content .product-name {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[dir=rtl] .card_container .card_content .product-name, html[dir=rtl] .card_container .card_content .product-name, body[dir=rtl] .card_container .card_content .product-name, html[lang=ar] .card_container .card_content .product-name, body[lang=ar] .card_container .card_content .product-name {
  text-align: center;
  font-family: "Rubik", sans-serif;
}
.card_container .card_content .stars {
  display: flex;
  gap: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #6e6e6e;
}
.card_container .card_content .rats {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #6e6e6e;
}
@media (max-width: 575px) {
  .card_container .card_content .rats {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .card_container .card_content .rats .icon-aed {
    font-size: 13px;
  }
}
[dir=rtl] .card_container .card_content .rats, html[dir=rtl] .card_container .card_content .rats, body[dir=rtl] .card_container .card_content .rats, html[lang=ar] .card_container .card_content .rats, body[lang=ar] .card_container .card_content .rats {
  text-align: center;
  font-family: "Rubik", sans-serif;
}
.card_container .card_content .rats .red-text {
  color: #e92827;
  margin-left: 4px;
  text-wrap: nowrap;
}
.card:hover {
  border: 2px solid #e92827;
}

.filters-container,
.limited-container {
  max-width: 1230px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0px;
  overflow: visible;
  box-sizing: border-box;
  justify-content: space-between;
}
.filters-container .selected_filters,
.limited-container .selected_filters {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.filters-container .selected_filters span,
.limited-container .selected_filters span {
  background-color: #eff1f4;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  gap: 8px;
  padding: 10px 16px;
  color: #344054;
  border-radius: 900px;
  align-items: center;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.filters-container .selected_filters span i,
.limited-container .selected_filters span i {
  cursor: pointer;
}
.filters-container .selected_filters .clear_all_filter,
.limited-container .selected_filters .clear_all_filter {
  text-decoration: underline;
  color: #e92827;
  background-color: #fff !important;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

.filters-container .selected_filters {
  margin-top: 20px;
}

.decrement:active,
.increment:active,
.decrement:focus,
.increment:focus,
.decrement:hover,
.increment:hover {
  background-color: white !important;
}

.limited-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
  box-sizing: border-box;
}

.filters {
  padding-top: 50px;
  padding-bottom: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  overflow-x: auto;
  overflow-y: unset !important;
  gap: 12px;
}

/* dropdown  */
.filter_dropdown,
.dropdown {
  display: inline-block;
}

.filter_dropdown-btn,
.dropdown-btn {
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  padding: 14px 16px;
  cursor: pointer;
  color: black;
  display: flex;
  align-items: center;
  gap: 16px;
  text-wrap: nowrap;
}

.filter_dropdown-btn p,
.dropdown-btn p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #303030;
}

.arrow {
  font-size: 14px;
}

.filter_dropdown-menu,
.dropdown-menu {
  display: none;
  position: absolute;
  top: auto;
  left: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 5px;
  width: 180px;
  list-style: none;
  padding: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 200px; /* Adjust height as needed */
  overflow-y: auto;
}

.filter_dropdown-menu {
  position: fixed;
}

.filter_dropdown-item,
.dropdown-item {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
  padding: 10px;
}

.filter_dropdown-item:hover,
.dropdown-item:hover {
  background-color: #f5f5f5;
}

.filter_dropdown-item.selected,
.dropdown-item.selected {
  background-color: #ecd5d5;
}

.selected {
  position: relative;
}

.selected::after {
  content: "";
  font-size: 14px;
  color: red;
  position: absolute;
  right: 10px;
}

.sorting {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.clear_filters {
  padding: 14px 16px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  text-align: left;
  display: flex;
  align-items: center;
  color: #303030;
  cursor: pointer;
  gap: 8px;
  border-radius: 8px;
  margin-top: 50px;
}

.row-gap30 {
  row-gap: 30px;
}

@media (max-width: 768px) {
  .clear_filters {
    margin-top: 18px;
    margin-right: 5px;
    padding: 12px 16px;
  }
  .filters-container {
    box-sizing: border-box;
  }
  .filters {
    padding: 20px 0px 0px 0px !important;
  }
  .filter_dropdown-btn,
  .clear_filters {
    padding: 10px 12px;
  }
  .filter_dropdown-btn p,
  .clear_filters p {
    font-size: 14px;
  }
  .filters-container {
    padding-bottom: 0px;
    gap: 10px;
  }
  .filters-container .selected_filters {
    gap: 10px;
  }
  .filters-container .selected_filters span {
    padding: 8px 10px;
    font-size: 12px;
  }
}
.listing_continer {
  width: 100%;
}

.hero-title {
  font-family: "Caprasimo", serif;
  font-size: 48px;
  font-weight: 400;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Example shadow */
  line-height: 55px;
  text-align: center;
  color: white;
}

.treats-container {
  width: 100%;
  background: #fffafa;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.treat-title {
  font-family: "Caprasimo", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .filters {
    padding: 16px;
  }
  .limited-container {
    gap: 24px;
  }
  .dropdown-btn {
    padding: 12px;
  }
  .hero-image {
    height: 120px;
    position: sticky;
    top: 102px;
  }
  .hero-title {
    font-size: 32px;
    line-height: 36px;
  }
  .treat-title {
    font-size: 24px;
  }
  .mb {
    margin-bottom: 40px;
  }
  .treats-container {
    padding: 20px 0;
    gap: 30px;
  }
  .hero-image.blog-hero {
    min-height: 168px;
  }
}
.mega-dropdown {
  display: inline-block;
}
.mega-dropdown .mega-dropdown-toggle .mega_menu_arrow {
  transition: all 0.3s ease;
  transform: rotate(0deg);
}
.mega-dropdown:hover .mega-dropdown-menu {
  display: flex;
}
.mega-dropdown:hover .mega-dropdown-toggle .mega_menu_arrow {
  transform: rotate(180deg);
}
.mega-dropdown button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.78px;
  color: #303030;
}
.mega-dropdown .mega-dropdown-menu {
  display: none; /* Initially hidden */
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  left: 120px;
  max-width: 1140px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
  box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.0588235294);
  z-index: 1000;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.mega-dropdown .mega-dropdown-menu .mega_dropdown_menu_inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: row;
}
.mega-dropdown .mega-dropdown-menu .menu-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 180px;
  align-items: flex-start;
  background: #F9F9F9;
  padding: 12px;
  border-radius: 8px;
  min-height: 212px;
}
.mega-dropdown .mega-dropdown-menu .menu-left .category_item.active {
  background-color: #fef2f2;
  border-radius: 4px;
  color: #e92827 !important;
}
.mega-dropdown .mega-dropdown-menu .menu-left .shop-h {
  padding-left: 10px;
  font-family: "Caprasimo", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.35px;
  color: #303030;
  text-align: left;
}
.mega-dropdown .mega-dropdown-menu .menu-left ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.mega-dropdown .mega-dropdown-menu .menu-left ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #303030;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 8px 10px;
  border-radius: 6px;
}
.mega-dropdown .mega-dropdown-menu .menu-right.active {
  display: flex;
}
.mega-dropdown .mega-dropdown-menu .menu-right.zero_category {
  border-radius: 8px;
  text-align: center;
}
.mega-dropdown .mega-dropdown-menu .menu-right.zero_category .category_wrapper {
  background: #F9F9F9;
  padding: 24px;
  border-radius: 8px;
}
.mega-dropdown .mega-dropdown-menu .menu-right.zero_category .category_wrapper img {
  width: 100%;
}
.mega-dropdown .mega-dropdown-menu .menu-right.zero_category .category_wrapper:hover {
  background: #fef2f2;
}
.mega-dropdown .mega-dropdown-menu .menu-right.zero_category .category_wrapper:hover p {
  color: #e92827;
}
.mega-dropdown .mega-dropdown-menu .menu-right {
  width: 100%;
  display: none;
  color: #303030;
}
.mega-dropdown .mega-dropdown-menu .menu-right .col-3 {
  padding-left: 10px;
  padding-right: 10px;
}
.mega-dropdown .mega-dropdown-menu .menu-right .row {
  width: 100%;
  align-items: center;
}
.mega-dropdown .mega-dropdown-menu .menu-right .category-row img {
  filter: unset;
}
.mega-dropdown .mega-dropdown-menu .menu-right .flavour_card {
  text-wrap: wrap;
  height: 256px;
  width: 100%;
  max-width: 180px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Caprasimo", serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bgFlavour.jpeg);
  background-blend-mode: soft-light;
}
.mega-dropdown .mega-dropdown-menu .menu-right .view_all {
  width: 100%;
  background-color: #fffafa;
  height: 256px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  max-width: 180px;
  font-size: 18px;
  cursor: pointer;
  font-weight: 500;
  color: #e92827;
}
.mega-dropdown .mega-dropdown-menu .cards {
  display: flex;
  width: 100%;
}
.mega-dropdown .mega-dropdown-menu .cards .card-container .image img {
  filter: none;
}
.mega-dropdown .mega-dropdown-menu .flavour_category {
  flex-wrap: wrap;
}

.mega-dropdown-menu:hover .mega-dropdown {
  background-color: #e92827;
}

.searching_for {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.searching_for span {
  font-weight: 400;
}
.searching_for span strong {
  font-weight: 700;
}
.searching_for button {
  color: #e92827;
  text-wrap: nowrap;
  text-decoration: underline;
  background-color: #fff;
  font-weight: 400;
  width: 100px;
}

.no_product_search {
  display: flex;
  flex-direction: row !important;
  gap: 10px;
}
.no_product_search span {
  font-weight: 700;
}

.search_bar_overlay {
  gap: 10px;
  position: fixed;
  align-items: flex-start;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  z-index: 1000;
  padding: 10px;
}
.search_bar_overlay .search_input {
  max-width: 1250px;
  width: 100%;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
}
.search_bar_overlay .search_input input {
  width: 100%;
  border: none;
  padding: 16px;
  outline: none;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.18px;
  text-align: left;
}
.search_bar_overlay .search_input button {
  width: 48px;
  font-style: 24px;
  border-radius: 0px;
  color: #fff;
  border-radius: 0px !important;
  background-color: #e92827;
  border: none;
}
.search_bar_overlay .search_card_container {
  background: #ffffff;
  padding: 32px;
  border-radius: 10px;
  max-width: 1253px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: auto;
  max-height: 70vh;
  overflow: scroll;
  margin: 0 auto;
}
.search_bar_overlay .search_card_container .top_searches {
  display: flex;
  gap: 26px;
  align-items: center;
}
.search_bar_overlay .search_card_container .top_searches p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #000000;
}
.search_bar_overlay .search_card_container .top_searches ul {
  display: flex;
  gap: 8px;
}
.search_bar_overlay .search_card_container .top_searches ul li {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  list-style-type: none;
  padding: 5px 14px;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
}
.search_bar_overlay .search_card_container .hr-line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
.search_bar_overlay .search_card_container .main_search_container {
  display: flex;
  gap: 16px;
}
.search_bar_overlay .search_card_container .popular-categories {
  max-width: 364px;
}
.search_bar_overlay .search_card_container .popular-categories .heading {
  font-family: "Caprasimo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin-bottom: 20px;
}
.search_bar_overlay .search_card_container .popular-categories .category-cards-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  flex: 1 1 auto;
}
.search_bar_overlay .search_card_container .popular-categories .category-cards-container .category-card {
  min-width: 108px;
  max-width: 108px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.search_bar_overlay .search_card_container .popular-categories .category-cards-container .category-card .image {
  max-width: 108px;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
}
.search_bar_overlay .search_card_container .popular-categories .category-cards-container .category-card .image img {
  max-width: 100px;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.search_bar_overlay .search_card_container .popular-categories .category-cards-container .category-card .name {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  color: #303030;
  text-align: center;
  width: 100%;
}

.line {
  width: 1px;
  height: 520px;
  max-height: 520px;
  background: #e5e5e5;
}

.trending-products {
  max-width: 792px;
}

.tp-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.trending-products p {
  font-family: "Caprasimo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}

.tp-card-container {
  width: 180px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tp-card-container .image {
  background: #fbfbfb;
  width: 100%;
  height: 140px;
  border-radius: 8px;
  position: relative;
}

.tp-card-container .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.float-btn {
  position: absolute;
  top: 6px;
  left: 6px;
  padding: 4px 8px;
  border: 0.59px solid #fe0c0a;
  color: #fe0c0a;
  background: #ffffff;
  border-radius: 4px;
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  line-height: 11px;
  font-weight: 500;
}

.pt-content {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.pt-content .product-name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #303030;
  font-family: "DM Sans", sans-serif;
  margin: 0;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.pt-content .price {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #6e6e6e;
  margin: 0;
}

.view-all-btn {
  background: #fffafa;
  width: 180px;
  border-radius: 8px;
  border: none;
  color: #e92827;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  cursor: pointer;
}

.run_time_search_product .category-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.run_time_search_product .category-card .image {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
}
.run_time_search_product .category-card .image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.run_time_search_product .category-card .name {
  font-family: "DM Sans", sans-serif;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  color: #303030;
  text-align: center;
}

@media (max-width: 768px) {
  .search_bar_overlay .search_card_container .popular-categories p {
    text-align: center;
  }
  .search_bar_overlay .search_card_container .popular-categories {
    max-width: unset;
    width: 100%;
  }
  .search_bar_overlay .search_card_container .popular-categories .category-cards-container {
    width: 100%;
  }
  .search_bar_overlay .search_input {
    min-height: 44px;
  }
  .search_bar_overlay .search_card_container {
    padding: 0 16px;
    box-sizing: border-box;
    max-height: 70vh;
  }
  .main_search_container {
    flex-wrap: wrap-reverse;
    gap: 16px;
  }
  .main_search_container .row {
    justify-content: center;
  }
  .top_searches {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .line {
    height: 1px;
    width: 100%;
  }
  .tp-card-container {
    flex-direction: row;
    width: 100%;
    box-shadow: 2px 2px 20px 0px rgba(154, 46, 46, 0.0588235294);
    border-radius: 10px;
    padding: 10px;
  }
  .tp-card-container .image {
    max-width: 75px;
    height: 75px;
  }
  .tp-card-container .price {
    font-size: 12px;
  }
  .product-name {
    font-size: 14px;
    line-height: 18px;
  }
  .view-all-btn {
    width: 100%;
    padding: 10px;
  }
  .category-cards-container {
    gap: 8px;
  }
  .category-cards-container .category-card {
    width: 96px;
  }
  .category-cards-container .card-container .image {
    height: 96px;
  }
}
.rating_stars {
  gap: 3px;
  display: flex;
  align-items: center;
}
.rating_stars .fa-star {
  font-size: 14px;
  color: transparent;
  stroke: #e92827;
  stroke-width: 4px;
  -webkit-text-stroke: 2px #e92827;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.rating_stars .checked {
  color: #e92827;
  stroke: none;
  -webkit-text-stroke: none;
}

#half-stars-example {
  display: flex;
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* set icon padding and size */
  /* add padding and positioning to half star labels */
  /* set default star color */
  /* set color of none icon when unchecked */
  /* if none icon is checked, make it red */
  /* if any input is checked, make its following siblings grey */
  /* make all stars $priColor on rating group hover */
  /* make hovered input's following siblings grey on hover */
  /* make none icon grey on rating group hover */
  /* make none icon red on hover */
}
#half-stars-example .rating-group {
  display: inline-flex;
}
#half-stars-example .rating__icon {
  pointer-events: none;
}
#half-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#half-stars-example .rating__label {
  -webkit-text-stroke: 1px red;
  cursor: pointer;
  /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
  padding: 0 0.1em;
  font-size: 1rem;
}
#half-stars-example .rating__label--half {
  padding-right: 0;
  -webkit-text-stroke: unset !important;
  margin-right: -19.6px;
  z-index: 2;
}
#half-stars-example .rating__icon--star {
  color: #e92827;
}
#half-stars-example .rating__icon--none {
  color: #fff;
}
#half-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
  color: red;
}
#half-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #fff;
}
#half-stars-example .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
  color: #e92827;
}
#half-stars-example .rating__input:hover ~ .rating__label .rating__icon--star,
#half-stars-example .rating__input:hover ~ .rating__label--half .rating__icon--star {
  color: #fff;
}
#half-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
  color: #fff;
}
#half-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
  color: red;
}

/* Stepper Container */
.stepper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
  gap: 16px;
  max-width: 1227px;
  width: 100%;
}

.step_connector {
  height: 2px;
  width: 100%;
  background-color: #eaecf0;
}

/* Default Step Style */
.step {
  text-align: center;
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
}
.step .fa-check {
  display: none;
}
.step p {
  text-wrap: nowrap;
  margin: 0 !important;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #666;
}

/* Step Number Base Styles */
.step-number {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  line-height: 40px;
  border: 1.6px solid #eaecf0;
  border-radius: 50%;
  text-align: center;
  display: flex;
  font-weight: 500;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #666;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

/* Active Step */
.step.active .step-number {
  background-color: #fff; /* Green for active */
  color: #e92827;
  border-color: #e92827;
}

/* Completed Step */
.step.completed .step-number {
  background-color: white; /* White for completed */
  background-color: #e92827;
  color: #fff;
  border: none;
}

.step.active p {
  color: #e92827;
}

.step.step.completed .fa-check {
  display: block;
}

.step.step.completed .number {
  display: none;
}

.step.completed p {
  color: #e92827;
}

form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
form .checkboxs {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
form .checkboxs .checkox {
  width: 100%;
}
form .checkboxs input {
  accent-color: #e92827;
}
form .checkboxs label {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  text-wrap: nowrap;
}
form input,
form textarea,
form select {
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
  font: 400 16px/24px "DM Sans", sans-serif;
  resize: none;
  border-radius: 8px;
  outline: none;
  color: #303030;
}
form input::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
form input::placeholder,
form select::placeholder,
form textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
form select {
  color: rgba(0, 0, 0, 0.4);
}
form select.selected {
  color: #303030;
}
form select option {
  color: #303030;
}
form select option:first-child {
  display: none;
}
form .fields {
  display: flex;
  flex-direction: column;
  gap: 24px !important;
}
form .two-fields {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
form button {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: center;
  color: white;
  background-color: #e92827;
  padding: 15px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}
form .field {
  display: flex;
  flex-direction: column;
  gap: 4px !important;
  width: 100%;
  position: relative;
}
form .field label {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}
form .field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
}

@media (max-width: 600px) {
  .two-fields {
    flex-wrap: wrap;
  }
  .add_quantity.plus,
  .minus_quantity {
    padding: 8px;
  }
}
.add_quantity.plus,
.minus_quantity,
.fa-magnifying-glass {
  cursor: pointer;
}

html[lang=ar] .field select,
:root:lang(ar) .field select,
html[dir=rtl] .field select,
body[dir=rtl] .field select {
  background-position: left 0.7rem top 50% !important;
}
html[lang=ar] form .field label,
:root:lang(ar) form .field label,
html[dir=rtl] form .field label,
body[dir=rtl] form .field label {
  text-align: right;
}

/* ===== Generic Slider ===== */
.c-slider {
  position: relative;
  margin: 0 auto; /* space to host arrows */
}

.c-slider__track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 16px 0 32px;
}

/* hide scrollbars (optional) */
llbar {
  display: none;
}

.c-slider__track {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Each slide: responsive width */
/* Desktop: 4 items per view */
.c-slider__item {
  flex: 0 0 calc(25% - 18px); /* 4 per row minus gap */
  max-width: calc(25% - 18px);
  scroll-snap-align: start;
}

/* Make card fill the slide */
.c-slider__item .card-container {
  width: 33%;
  max-width: 100%;
}

/* Tablet (≤ 1024px): 3 items per view */
@media (max-width: 1024px) {
  .c-slider__item {
    flex: 0 0 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
  }
}
/* Arrows (unchanged) */
.c-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background-color: rgba(17, 17, 17, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  color: rgba(30, 30, 30, 0.4);
  cursor: pointer;
  border: none;
  z-index: 2;
}
.c-slider__arrow svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.c-slider__arrow--prev {
  left: -14px;
}

.c-slider__arrow--next {
  right: -14px;
}

.c-slider__arrow:hover {
  background-color: rgb(17, 17, 17);
  transform: translateY(-50%) scale(1.03);
}
.c-slider__arrow:hover svg {
  fill: #fff;
}

/* Small tablet / big mobile (≤ 768px): 2 items per view */
@media (max-width: 768px) {
  .c-slider {
    padding: 0 16px;
  }
  .c-slider__item {
    flex: 0 0 calc(50% - 14px);
    max-width: calc(50% - 14px);
  }
}
/* Small phones (≤ 480px): 1 item per view */
@media (max-width: 480px) {
  .c-slider__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.feature-cards {
  margin-top: 40px;
}
.feature-cards .feature-card {
  text-align: center;
  padding: 40px 20px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}
@media (max-width: 575px) {
  .feature-cards .feature-card {
    height: auto;
    margin-bottom: 16px;
  }
}
.feature-cards .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(171, 4, 22, 0.15);
}
.feature-cards .feature-card:hover .feature-icon {
  transform: scale(1.1);
  background: linear-gradient(135deg, #AB0416 0%, #d4051a 100%);
}
.feature-cards .feature-card:hover .feature-icon svg {
  fill: white;
}
.feature-cards .feature-card:hover .feature-icon svg .white {
  fill: #AB0416;
}
.feature-cards .feature-card .feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, #FFE8EA 0%, #FFD1D6 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.feature-cards .feature-card .feature-icon svg {
  fill: #AB0416;
  transition: all 0.3s ease;
}
.feature-cards .feature-card .feature-icon svg .white {
  fill: white;
}
.feature-cards .feature-card .feature-title {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.3;
}
.feature-cards .feature-card .feature-description {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.main_header {
  top: 0;
  z-index: 3;
  position: sticky;
  width: 100%;
  border-bottom: 1px solid rgba(141, 141, 141, 0.3215686275);
  background: #fff;
}
@media (max-width: 575px) {
  .main_header {
    padding: 12px 0;
  }
}

.product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.announcement-bar {
  background-color: #ffe9fa;
  padding: 8px 0;
}
.announcement-bar .ann-text {
  font-size: 16px;
  font-weight: 600;
  color: #303030;
  text-align: center;
}
@media (max-width: 575px) {
  .announcement-bar .ann-text {
    font-size: 14px;
  }
}

.logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.navbar_container {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  position: relative;
  box-sizing: border-box;
  gap: 10px;
}
.navbar_container .logo {
  width: 140px;
  height: auto;
}
@media (max-width: 575px) {
  .navbar_container .logo {
    width: 110px;
  }
}
.navbar_container .nav-ul {
  display: flex;
  list-style: none;
}
@media (max-width: 575px) {
  .navbar_container .nav-ul {
    display: none;
  }
}
.navbar_container .nav-ul li .nav_item {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  display: flex;
  padding: 0px 16px;
  height: 86px;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.navbar_container .nav-ul li .nav_item:hover {
  background-color: #fef2f2;
  color: #e92827;
}
.navbar_container .nav-ul .view_all a {
  text-align: center !important;
  width: 100% !important;
}
.navbar_container .nav_options {
  display: flex;
  align-items: center;
  gap: 8px;
}
.navbar_container .nav_options .option_item {
  position: relative;
  display: block;
  background: #F2F2F2;
  padding: 8px;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
}
.navbar_container .nav_options .option_item svg {
  fill: #303030;
}
.navbar_container .nav_options .option_item .product-count {
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 8px;
  background-color: #ff1e28;
  color: #fff;
  aspect-ratio: 1;
  width: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14px;
  border-radius: 100%;
}
.navbar_container .nav_options .option_item:hover {
  background: #fef2f2;
}
.navbar_container .nav_options .option_item:hover svg {
  fill: #e92827;
}
.navbar_container .nav_options .option_item.user_icon {
  display: block;
}
@media (max-width: 575px) {
  .navbar_container .nav_options .option_item.user_icon {
    display: none;
  }
}
.navbar_container .nav_options .option_item.menu_icon {
  display: none;
}
@media (max-width: 575px) {
  .navbar_container .nav_options .option_item.menu_icon {
    display: block;
  }
}
.navbar_container .nav_options .lang-selector .selector-btn {
  background: #F2F2F2;
  padding: 6px 12px;
  border-radius: 8px;
  height: 40px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
}
.navbar_container .nav_options .lang-selector .selector-btn .flag {
  width: 20px;
  height: 20px;
}
.navbar_container .nav_options .lang-selector .selector-btn:hover {
  background: #fef2f2;
  color: #ff1e28;
}
.navbar_container .nav_options .lang-selector .lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 100;
  width: 250px;
  padding: 16px;
}
[dir=rtl] .navbar_container .nav_options .lang-selector .lang-dropdown, html[dir=rtl] .navbar_container .nav_options .lang-selector .lang-dropdown, body[dir=rtl] .navbar_container .nav_options .lang-selector .lang-dropdown, html[lang=ar] .navbar_container .nav_options .lang-selector .lang-dropdown, body[lang=ar] .navbar_container .nav_options .lang-selector .lang-dropdown {
  right: auto;
  left: 0;
}
.navbar_container .nav_options .lang-selector .lang-dropdown .dropdown_section:first-child {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f4f4f4;
}
.navbar_container .nav_options .lang-selector .lang-dropdown .dropdown_section .option {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 8px 8px;
  border-radius: 8px;
}
.navbar_container .nav_options .lang-selector .lang-dropdown .dropdown_section .option img {
  width: 20px;
  height: 20px;
}
.navbar_container .nav_options .lang-selector .lang-dropdown .dropdown_section .option.selected {
  background-color: #f4f4f4;
}
.navbar_container .nav_options .lang-selector .lang-dropdown .dropdown_section .option:hover {
  background: #fef2f2;
  color: #e92827;
}
.navbar_container .nav_options .lang-selector .lang-dropdown .section-title {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
[dir=rtl] .navbar_container .nav_options .lang-selector .lang-dropdown .section-title, html[dir=rtl] .navbar_container .nav_options .lang-selector .lang-dropdown .section-title, body[dir=rtl] .navbar_container .nav_options .lang-selector .lang-dropdown .section-title, html[lang=ar] .navbar_container .nav_options .lang-selector .lang-dropdown .section-title, body[lang=ar] .navbar_container .nav_options .lang-selector .lang-dropdown .section-title {
  text-align: right;
}
.navbar_container .nav_options .lang-selector .lang-dropdown.show {
  display: flex;
  flex-direction: column;
}

.mbl_nav_container {
  width: 100%;
  display: none;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
}
.mbl_nav_container .mbl_nav_body {
  overflow-y: auto;
  height: calc(100vh - 100px);
  padding-bottom: 30px;
}
.mbl_nav_container .arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #303030;
  border-bottom: 2px solid #303030;
  transform: rotate(45deg);
}
.mbl_nav_container .mbl_shop_dropdown {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mbl_nav_container .mbl_shop_dropdown .mbl_shop_toggle {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mbl_nav_container .mbl_shop_dropdown ul {
  margin-top: 0px;
  padding: 0;
  display: none;
}
.mbl_nav_container .mbl_shop_dropdown ul li {
  padding: 8px 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  border-bottom: 0px;
}
.mbl_nav_container .mbl_shop_dropdown ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.mbl_nav_container .header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
}
.mbl_nav_container .header .option_item {
  position: relative;
  display: block;
  background: #F2F2F2;
  padding: 8px;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
}
.mbl_nav_container .header img {
  width: 110px;
  height: auto;
}
.mbl_nav_container .header i {
  font-size: 18px;
}
.mbl_nav_container ul {
  padding: 0px 5px;
}
.mbl_nav_container ul li {
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.44px;
  padding: 18px 12px;
  box-sizing: border-box;
  text-align: left;
  color: #303030;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mbl_nav_container ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.mbl_nav_container .account_actions {
  padding: 16px;
}
.mbl_nav_container .contect_us {
  display: flex;
  margin-top: 20px;
  padding: 0px 16px;
  flex-direction: column;
  gap: 18px;
}
.mbl_nav_container .contect_us .contect {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mbl_nav_container .contect_us .contect div {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #303030;
}
.mbl_nav_container .contect_us .contect div i {
  color: #e92827;
}
.mbl_nav_container .contect_us .follow {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mbl_nav_container .contect_us .follow .socail_icons {
  display: flex;
  gap: 16px;
}
.mbl_nav_container .contect_us .follow .socail_icons div {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e92827;
  padding: 14px;
  border-radius: 100%;
}
.mbl_nav_container .contect_us .follow i {
  font-size: 16px;
  color: #e92827;
}
.mbl_nav_container .contect_us p {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  color: #303030;
}
[dir=rtl] .mbl_nav_container .contect_us p, html[dir=rtl] .mbl_nav_container .contect_us p, body[dir=rtl] .mbl_nav_container .contect_us p, html[lang=ar] .mbl_nav_container .contect_us p, body[lang=ar] .mbl_nav_container .contect_us p {
  text-align: right;
}

.menu_bar,
.menu_icon {
  display: none;
}

@keyframes swipe_right {
  0% {
    transform: translateX(100%);
    /* Start outside from the right */
  }
  100% {
    transform: translateX(-100%);
    /* Scroll completely to the left */
  }
}
.active_tab a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.active_tab a svg,
.active_tab a img {
  display: inline !important;
  filter: invert(38%) sepia(58%) saturate(6094%) hue-rotate(345deg) brightness(91%) contrast(100%) !important;
}

.active_tab:hover a {
  color: #e92827 !important;
}

.active_tab:hover a svg,
.active_tab:hover a img {
  filter: invert(38%) sepia(58%) saturate(6094%) hue-rotate(345deg) brightness(91%) contrast(100%) !important;
}

.scrollable_header {
  transition: all 0.3s ease;
  box-shadow: 0px 8px 16px 0px rgba(97, 8, 8, 0.0392156863);
  animation: up-down 0.9s ease-in-out 1;
}

@keyframes up-down {
  0% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 786px) {
  @keyframes up-down {
    0% {
      transform: translateY(-60px);
    }
    100% {
      transform: translateY(0px);
    }
  }
}
.search_category {
  margin-top: 24px;
}
.search_category .category_card {
  text-align: center;
  margin: 12px 0;
}
.search_category .category_card img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.search_category .category_card .name {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  margin-top: 12px;
}

.footer_menu_outer {
  display: flex;
  gap: 26px;
}

footer {
  width: 100vw;
  background: #303030;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  flex-direction: column;
  gap: 27px;
  align-items: center;
  position: relative;
}
[dir=rtl] footer *, html[dir=rtl] footer *, body[dir=rtl] footer *, html[lang=ar] footer *, body[lang=ar] footer * {
  font-family: "Rubik", sans-serif !important;
}
footer .getinfo {
  max-width: 1112px;
  border-radius: 16px;
  background: #707070;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 24px;
  gap: 80px;
}
footer .getinfo h2 {
  font-family: "Caprasimo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
footer .getinfo .info-btn {
  background: #e92827;
  border: none;
  border-radius: 12px;
  color: #fff;
  padding: 8px;
  width: 138px;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
footer .menus {
  max-width: 1230px;
  display: flex;
  width: 100%;
  gap: 60px;
}
footer .menus .logo {
  max-width: 245px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 575px) {
  footer .menus .logo {
    max-width: 165px;
  }
}
footer .menus .logo img {
  max-width: 165px;
}
footer .menus .logo p {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  color: #fff;
  text-transform: capitalize;
}
footer .menus .footer-menu {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  list-style-type: none;
}
footer .menus .footer-menu form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 230px;
}
footer .menus .footer-menu .head a {
  font-family: "Caprasimo", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-wrap: nowrap;
  text-align: left;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
}
footer .menus .footer-menu li a {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  text-wrap: nowrap;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}
footer .menus .footer-menu input {
  width: 230px;
  padding: 12px;
  border: none;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
footer .menus .footer-menu input::-moz-placeholder {
  color: #c1c1c1;
}
footer .menus .footer-menu input::placeholder {
  color: #c1c1c1;
}
footer .menus .footer-menu button {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: none;
  background: #fff;
  text-transform: uppercase;
  color: #e92827;
  font-family: "Caprasimo", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}
footer .footer-social-icons {
  display: flex;
  gap: 16px;
}
@media (max-width: 575px) {
  footer .footer-social-icons {
    justify-content: center;
  }
}
footer .footer-social-icons .icon {
  padding: 10px;
  aspect-ratio: 1;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff;
}
[dir=rtl] footer .footer-social-icons .icon i, html[dir=rtl] footer .footer-social-icons .icon i, body[dir=rtl] footer .footer-social-icons .icon i, html[lang=ar] footer .footer-social-icons .icon i, body[lang=ar] footer .footer-social-icons .icon i {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 900;
}
footer .hr-line {
  width: 100%;
  height: 1px;
  background: #707070;
}
footer .footer-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
footer .footer-bottom {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 575px) {
  footer .footer-bottom {
    flex-direction: column;
    gap: 15px;
    padding: 10px 0;
  }
}

@media (max-width: 1024px) {
  footer {
    padding-top: 40px;
    gap: 40px;
    align-items: flex-start;
  }
  footer .getinfo {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
  }
  footer .menus {
    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 30px;
  }
  footer .menus .footer-menu {
    gap: 10px;
  }
  footer .whatsapp {
    display: none;
  }
}
.subscribe_footer_input {
  display: flex;
  border: 1px solid #fff;
  border-radius: 9px;
  width: 100%;
  overflow: hidden;
}
.subscribe_footer_input input {
  border: none !important;
  width: 100% !important;
  outline: none;
  border-radius: 0px;
}
.subscribe_footer_input input::-moz-placeholder {
  color: #fff;
}
.subscribe_footer_input input::placeholder {
  color: #fff;
}
.subscribe_footer_input button {
  font-size: 13px !important;
  padding: 12px 10px !important;
  display: inline;
  line-height: 15px;
  width: 118px !important;
  box-sizing: border-box;
  border-radius: 0px !important;
}

@media (max-width: 768px) {
  footer .menus .logo {
    max-width: unset;
  }
  footer .menus .footer_menu_outer .footer-menu {
    gap: 2px;
  }
  .add-to-cart:hover,
  .add-to-cart:active {
    background: #fef2f2 !important;
    color: #e92827 !important;
  }
  footer {
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  footer .menus .footer-menu button {
    padding: 12px 10px !important;
  }
  footer .menus .footer-menu .subscribe_footer_input {
    height: 48px;
    border-radius: 4px;
  }
  footer .menus .footer-menu .subscribe_footer_input input {
    font-size: 12px;
    padding: 5px 16px;
    height: 100%;
  }
  footer .menus .footer-menu .subscribe_footer_input input::-moz-placeholder {
    color: #c1c1c1;
  }
  footer .menus .footer-menu .subscribe_footer_input input::placeholder {
    color: #c1c1c1;
  }
  footer .menus .footer-menu .subscribe_footer_input .subscribe {
    height: 100%;
    font-size: 12px !important;
    padding: 5px 10px !important;
  }
  footer .getinfo {
    gap: 12px;
    justify-content: start;
    padding: 26px;
    width: 100%;
  }
  footer .getinfo h2 {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
  footer .menus {
    flex-direction: column;
    gap: 15px;
  }
  footer .menus .footer-menu a {
    font-size: 12px !important;
  }
  footer .footer-text {
    margin: 0 auto;
    font-size: 10px;
  }
  .location-list {
    max-width: 150px !important;
  }
}
@media (max-width: 375px) {
  .footer_menu_outer {
    gap: 16px;
  }
  footer .menus .footer-menu li a {
    font-size: 10px !important;
  }
}
.section {
  padding: 80px 0;
}
@media (max-width: 575px) {
  .section {
    padding: 40px 0;
  }
}
.section_heading {
  font-size: 40px;
  line-height: 48px;
  font-family: "Caprasimo", serif;
  margin-bottom: 40px;
}
[dir=rtl] .section_heading, html[dir=rtl] .section_heading, body[dir=rtl] .section_heading, html[lang=ar] .section_heading, body[lang=ar] .section_heading {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
}
@media (max-width: 575px) {
  .section_heading {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 24px;
  }
}
.section_heading.red {
  color: #AB0416;
}
.section_heading.center {
  text-align: center;
}
.section_heading.left {
  text-align: left;
}
.section_heading.right {
  text-align: right;
}
.section_subheading {
  font-size: 16px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 24px;
  font-weight: 500;
  margin-top: 12px;
}
[dir=rtl] .section_subheading, html[dir=rtl] .section_subheading, body[dir=rtl] .section_subheading, html[lang=ar] .section_subheading, body[lang=ar] .section_subheading {
  font-family: "Rubik", sans-serif;
}
@media (max-width: 575px) {
  .section_subheading {
    font-size: 14px;
    line-height: 22px;
  }
}
.section_subheading.center {
  text-align: center;
}
.section_subheading.left {
  text-align: left;
}
.section_subheading.right {
  text-align: right;
}
.section_subheading.max_width {
  max-width: 800px;
  margin: 12px auto 0 auto;
}
.section_subheading.h_m_b {
  margin-bottom: 40px;
}
.section.n_p_b {
  padding-bottom: 0;
}

.product-card {
  position: relative;
  width: 100%;
  height: 420px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  background: #e1eab4;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  margin-bottom: 30px;
  /* Default state (circle can) */
  /* Hero image (top) */
  /* Wave + background mask */
  /* Bottom content */
  /* ---------- Hover states ---------- */
}
@media (max-width: 575px) {
  .product-card {
    height: 320px;
  }
}
.product-card__link {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.product-card .card-default {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.product-card .card-default .card-circle {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card .card-default .card-circle img {
  max-height: 92%;
  width: auto;
}
@media (max-width: 575px) {
  .product-card .card-default .card-circle {
    width: 150px;
    height: 150px;
  }
}
.product-card .card-default .card-title {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #303030;
  letter-spacing: 0.03em;
  opacity: 1;
  transition: all 0.7s ease;
}
@media (max-width: 575px) {
  .product-card .card-default .card-title {
    font-size: 18px;
    padding: 0 12px;
  }
}
.product-card .card-hero {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 220px;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease 0.2s;
}
.product-card .card-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .product-card .card-hero img {
    height: 140px;
  }
}
.product-card .card-mask {
  position: absolute;
  left: 0;
  width: 100%;
  height: 420px;
  top: -420px;
  z-index: 2;
  transition: top 0.5s ease;
}
.product-card .card-mask svg {
  width: 100%;
  height: 12px;
  display: block;
  margin-top: -12px;
}
.product-card .card-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 220px;
  height: 200px;
  padding: 24px 18px 22px;
  display: flex;
  flex-direction: column;
  text-align: center;
  z-index: 3;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.35s ease 0.25s, transform 0.35s ease 0.25s;
}
@media (max-width: 575px) {
  .product-card .card-content {
    padding: 18px;
    top: 140px;
  }
}
.product-card .card-content .card-subtitle {
  font-size: 24px;
  font-weight: 900;
  color: #303030;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .product-card .card-content .card-subtitle {
    font-size: 15px;
  }
}
.product-card .card-content .card-text {
  font-size: 13px;
  color: #285342;
  margin-bottom: 24px;
}
.product-card .card-content .card-btn {
  display: inline-block;
  height: 40px;
  margin: 0 auto;
  width: 120px;
  border-radius: 999px;
  background: #ffffff;
  color: #303030;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
  position: relative;
  z-index: 4;
}
.product-card .card-content .card-btn:hover, .product-card .card-content .card-btn:focus {
  background: #e92827;
  color: #ffffff;
}
.product-card .card-content .card-btn:active {
  transform: scale(0.97);
}
.product-card:hover .card-default {
  opacity: 0;
}
.product-card:hover .card-default .card-title {
  opacity: 0;
}
.product-card:hover .card-hero {
  opacity: 1;
}
.product-card:hover .card-mask {
  top: 220px;
}
@media (max-width: 575px) {
  .product-card:hover .card-mask {
    top: 140px;
  }
}
.product-card:hover .card-content {
  opacity: 1;
  transform: translateY(0);
}

.about-section {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  /* Centered text block */
  /* Tablet landscape / portrait */
  /* Small phones */
}
.about-section .about-inner {
  max-width: 1290px;
  margin: 0 auto;
  position: relative;
}
.about-section .about-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.about-section .about-eyebrow {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 28px);
  color: #c1002e;
}
.about-section .about-heading {
  margin: 0 0 28px;
  font-family: "Caprasimo", serif;
  font-weight: 800;
  font-size: clamp(32px, 3.6vw, 44px);
  line-height: 1.1;
  color: #c1002e;
}
.about-section .about-body {
  margin: 0 auto 12px;
  max-width: 700px;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.7;
  color: #555555;
}
.about-section .about-body--highlight {
  margin-top: 22px;
  font-weight: 600;
}
.about-section .about-image {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  /* optional hover scale (desktop only really) */
}
.about-section .about-image--left {
  bottom: 40px;
  left: 24px;
}
.about-section .about-image--right {
  top: 40px;
  right: 24px;
}
.about-section .about-image--right img {
  animation-direction: reverse;
}
.about-section .about-image img {
  display: block;
  width: 220px;
  height: auto;
  max-width: 100%;
  border-radius: 999px;
  transition: transform 0.3s ease;
  animation: aboutFloat 7s ease-in-out infinite;
}
.about-section .about-image:hover img {
  transform: translateY(0) scale(1.03);
}
@media (max-width: 1200px) {
  .about-section {
    padding: 110px 16px 110px;
  }
  .about-section .about-image img {
    width: 200px;
  }
}
@media (max-width: 992px) {
  .about-section {
    padding: 90px 16px 90px;
  }
  .about-section .about-content {
    max-width: 640px;
  }
  .about-section .about-image img {
    width: 180px;
  }
  .about-section .about-image--left {
    left: 12px;
    bottom: 30px;
  }
  .about-section .about-image--right {
    right: 12px;
    top: 30px;
  }
}
@media (max-width: 768px) {
  .about-section {
    padding: 56px 16px 56px;
    /* stack order: top image -> text -> bottom image */
  }
  .about-section .about-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
  }
  .about-section .about-image {
    position: static;
    pointer-events: auto;
    z-index: 1;
    transform: none;
  }
  .about-section .about-image--left {
    order: 1;
  }
  .about-section .about-image--right {
    order: 3;
  }
  .about-section .about-image img {
    width: 150px;
    animation-duration: 6s;
  }
  .about-section .about-content {
    order: 2;
    max-width: 100%;
    text-align: center;
    padding: 0 4px;
  }
  .about-section .about-eyebrow {
    font-size: 22px;
  }
  .about-section .about-heading {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .about-section .about-body {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .about-section {
    padding: 44px 14px 44px;
  }
  .about-section .about-image img {
    width: 200px;
  }
  .about-section .about-heading {
    font-size: 24px;
  }
}

@keyframes aboutFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.flavour-section {
  background-color: #ffffff;
}
.flavour-section .flavour-inner {
  padding: 60px 0px;
  max-width: 1290px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid #eeeeee;
}
.flavour-section .flavour-heading {
  flex: 0 0 auto;
}
.flavour-section .flavour-blobs {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.flavour-section .flavour-blob {
  --blob-color: #f778e0;
  position: relative;
  width: 150px;
  height: 94px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
}
.flavour-section .flavour-blob::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--blob-color);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='166' height='94' viewBox='0 0 166 94'%3E%3Cpath fill='white' d='M165.601 37.7611C163.201 -0.23888 111.601 -2.40555 86.101 1.26112C56.7676 4.92782 -4.67365 23.2994 0.282959 57.5C5.28296 92 72.101 95.2612 99.601 92.7612C122.601 90.2612 168.001 75.7611 165.601 37.7611Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='166' height='94' viewBox='0 0 166 94'%3E%3Cpath fill='white' d='M165.601 37.7611C163.201 -0.23888 111.601 -2.40555 86.101 1.26112C56.7676 4.92782 -4.67365 23.2994 0.282959 57.5C5.28296 92 72.101 95.2612 99.601 92.7612C122.601 90.2612 168.001 75.7611 165.601 37.7611Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transition: filter 0.2s ease;
}
.flavour-section .flavour-blob .flavour-blob__label {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 16px;
  color: #111111;
  white-space: nowrap;
}
.flavour-section .flavour-blob:hover::before, .flavour-section .flavour-blob:focus-visible::before {
  filter: brightness(0.9);
}
.flavour-section .flavour-blob:focus-visible {
  outline: none;
}
@media (max-width: 992px) {
  .flavour-section .flavour-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .flavour-section .flavour-blobs {
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .flavour-section {
    padding: 40px 16px;
  }
  .flavour-section .flavour-inner {
    align-items: center;
    text-align: center;
  }
  .flavour-section .flavour-heading h2 {
    text-align: center;
  }
  .flavour-section .flavour-blobs {
    justify-content: center;
    gap: 16px;
  }
  .flavour-section .flavour-blob {
    transform: scale(0.9);
  }
}

.trusted-retailers {
  background: #3ec2af;
  padding: 80px 0;
  text-align: center;
}
.trusted-retailers p {
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  font-size: 15px;
}
.trusted-retailers .heading {
  font-weight: 700;
  letter-spacing: 4px;
  color: #3ec2af;
  text-align: center;
  line-height: 50px;
  /* Outline effect */
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
@media (max-width: 575px) {
  .trusted-retailers .heading {
    font-size: 20px;
    line-height: 35px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  }
}
.trusted-retailers .retailer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 575px) {
  .trusted-retailers .retailer-logos {
    gap: 20px;
  }
}
.trusted-retailers .retailer-logos img {
  transition: transform 0.3s ease;
}
@media (max-width: 575px) {
  .trusted-retailers .retailer-logos img {
    height: auto;
    width: 110px;
  }
}
.trusted-retailers .retailer-logos img:hover {
  transform: scale(1.1);
}

.faq-section {
  padding: 80px 15px;
  background: #fff;
  text-align: center;
}
.faq-section .section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #333;
  font-family: Caprasimo;
}
.faq-section .section-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}

.faq-item {
  background: #f8f8f8;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 15px 20px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  max-width: 850px;
  margin: 0 auto 10px;
}
[dir=rtl] .faq-item, html[dir=rtl] .faq-item, body[dir=rtl] .faq-item, html[lang=ar] .faq-item, body[lang=ar] .faq-item {
  text-align: right;
}
.faq-item:hover {
  background: #f0f0f0;
}
.faq-item h5 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  position: relative;
  cursor: pointer;
  padding-right: 25px;
}
[dir=rtl] .faq-item h5, html[dir=rtl] .faq-item h5, body[dir=rtl] .faq-item h5, html[lang=ar] .faq-item h5, body[lang=ar] .faq-item h5 {
  padding-right: 0;
}
.faq-item h5::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
[dir=rtl] .faq-item h5::after, html[dir=rtl] .faq-item h5::after, body[dir=rtl] .faq-item h5::after, html[lang=ar] .faq-item h5::after, body[lang=ar] .faq-item h5::after {
  right: auto;
  left: 0;
}
.faq-item.active h5::after {
  transform: translateY(-50%) rotate(-135deg);
}
.faq-item.active .faq-answer {
  display: block;
}
.faq-item .faq-answer {
  display: none;
  margin-top: 10px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 4 !important;
}

/* Modal Box */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: none;
}

.new-year-modal {
  border-radius: 8px;
  position: relative;
  max-width: 400px;
  width: 90%;
  background-image: url(../images/Desktop-Pop-up-Size-Width--400–600px.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.new-year-modal img {
  width: 100%;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #666;
}

.close-btn:hover {
  color: #000;
}

.gcc-countries-section {
  background: linear-gradient(135deg, #fffafa 0%, #fff 100%);
}
.gcc-countries-section .gcc-flags-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
@media (max-width: 575px) {
  .gcc-countries-section .gcc-flags-container {
    gap: 25px;
    padding: 10px;
  }
}
.gcc-countries-section .gcc-flag-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transition: transform 0.4s ease, filter 0.3s ease;
  cursor: pointer;
  position: relative;
}
.gcc-countries-section .gcc-flag-item:hover {
  transform: translateY(-10px) scale(1.05);
}
.gcc-countries-section .gcc-flag-item:hover .flag-circle {
  box-shadow: 0 15px 40px rgba(233, 40, 39, 0.3);
  transform: rotate(5deg);
}
.gcc-countries-section .gcc-flag-item:hover .flag-circle::before {
  transform: scale(1.15);
  opacity: 1;
}
.gcc-countries-section .gcc-flag-item:hover .flag-circle img {
  transform: scale(1.1);
}
.gcc-countries-section .gcc-flag-item:hover .country-name {
  color: #e92827;
  transform: scale(1.05);
}
.gcc-countries-section .gcc-flag-item .flag-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  background: #fff;
}
.gcc-countries-section .gcc-flag-item .flag-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gcc-countries-section .gcc-flag-item .country-name {
  font-size: 16px;
  font-weight: 700;
  color: #303030;
  text-align: center;
  transition: all 0.3s ease;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  .gcc-countries-section .gcc-flag-item .country-name {
    font-size: 14px;
  }
}

.features {
  background-color: #fff5f5;
  width: 100%;
  padding: 40px 0;
}

.text_404 {
  text-align: center;
  color: #444;
  font-family: "Caprasimo", cursive;
  line-height: 30px;
}
.text_404 h1 {
  font-size: 120px;
  margin-bottom: 20px;
}
.text_404 h2 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 50px;
}
.text_404 p {
  font-size: 18px;
  max-width: 500px;
  margin: 0 auto;
}
.text_404 button {
  background-color: #c1002e;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}
.text_404 button:hover {
  background-color: #a80024;
}

.details-limit-container2 {
  max-width: 1230px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.details-limit-container2 .container {
  width: 100%;
  padding: 0;
}

.details-limit-container {
  max-width: 1230px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.details-limit-container .container {
  width: 100%;
}
.details-limit-container .container {
  padding: 0;
}
.details-limit-container .col-12 {
  padding: 0;
}

.details-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 60px 10px;
}
[dir=rtl] .details-container, html[dir=rtl] .details-container, body[dir=rtl] .details-container, html[lang=ar] .details-container, body[lang=ar] .details-container {
  flex-direction: row-reverse;
}
.details-container .detail-images {
  display: flex;
  gap: 30px;
}
[dir=rtl] .details-container .detail-images, html[dir=rtl] .details-container .detail-images, body[dir=rtl] .details-container .detail-images, html[lang=ar] .details-container .detail-images, body[lang=ar] .details-container .detail-images {
  flex-direction: row-reverse;
}
.details-container .detail-images .multiple-images {
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  gap: 14px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.details-container .detail-images .multiple-images .small-image {
  width: 82px;
  cursor: pointer;
  height: unset !important;
  aspect-ratio: 1;
  background: #f5f5f5;
}
.details-container .detail-images .multiple-images .small-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.details-container .detail-images .image {
  height: unset !important;
  width: unset !important;
  border: 1px solid #d6d6d6;
  position: relative;
}
.details-container .detail-images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.details-container .detail-images .image .sale-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  border: 1px solid #6e6e6e;
  padding: 8px;
  border-radius: 2px;
  background: transparent;
  width: 56px;
}
.details-container .content-details {
  min-width: 460px;
  width: 460px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: -moz-fit-content;
  height: fit-content;
  align-items: flex-start;
}
.details-container .content-details .detail-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.details-container .content-details .detail-container .name-rating {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.details-container .content-details .detail-container .name-rating h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  text-align: left;
  font-family: "Caprasimo", serif;
}
[dir=rtl] .details-container .content-details .detail-container .name-rating h1, html[dir=rtl] .details-container .content-details .detail-container .name-rating h1, body[dir=rtl] .details-container .content-details .detail-container .name-rating h1, html[lang=ar] .details-container .content-details .detail-container .name-rating h1, body[lang=ar] .details-container .content-details .detail-container .name-rating h1 {
  text-align: right;
  font-family: "Rubik", sans-serif;
}
.details-container .content-details .detail-container .name-rating .stars {
  color: #e92827;
  font-size: 14px;
  line-height: 20px;
}
.details-container .content-details .detail-container .name-rating .stars span {
  color: #6e6e6e;
}
.details-container .content-details .detail-container .name-rating p {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  margin-top: 16px;
}
.details-container .content-details .detail-container .name-rating p del {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #6e6e6e;
}
.details-container .content-details .detail-container .name-rating p span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #e92827;
}
.details-container .content-details .detail-container .earn {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: "DM Sans", sans-serif;
}
.details-container .content-details .detail-container .earn p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.details-container .content-details .detail-container .earn p span {
  color: #6e6e6e;
}
.details-container .content-details .detail-container .earn .interest {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding: 8px;
  border: 1px solid #d6d6d6;
  color: #6e6e6e;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details-container .content-details .detail-container .earn .interest span {
  text-decoration: underline;
  color: #303030;
}
.details-container .content-details .detail-container .quantity-container {
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.details-container .content-details .detail-container .quantity-container label {
  display: block;
  margin-bottom: 8px;
  color: #6e6e6e;
}
.details-container .content-details .detail-container .quantity-container .quantity-input {
  width: -moz-min-content;
  width: min-content;
  min-width: 135px;
  display: flex;
  align-items: center;
  border: 1px solid #6e6e6e;
  border-radius: 12px;
  overflow: hidden;
}
.details-container .content-details .detail-container .quantity-container .quantity-input button {
  background: none;
  border: none;
  color: #4e4e4e;
  width: 40px;
  height: 48px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.details-container .content-details .detail-container .quantity-container .quantity-input button:hover {
  background-color: #f0f0f0;
}
.details-container .content-details .detail-container .quantity-container .quantity-input button:active {
  background-color: #e0e0e0;
}
.details-container .content-details .detail-container .quantity-container .quantity-input input {
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 14px;
}
.details-container .content-details .detail-container .quantity-container .quantity-input input::-webkit-inner-spin-button, .details-container .content-details .detail-container .quantity-container .quantity-input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.details-container .content-details .fast-delivery {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #6e6e6e;
}
[dir=rtl] .details-container .content-details .fast-delivery, html[dir=rtl] .details-container .content-details .fast-delivery, body[dir=rtl] .details-container .content-details .fast-delivery, html[lang=ar] .details-container .content-details .fast-delivery, body[lang=ar] .details-container .content-details .fast-delivery {
  text-align: right;
}
.details-container .content-details .fast-delivery .fast {
  color: #303030;
  font-weight: 700;
}
.details-container .content-details .fast-delivery .day {
  color: #303030;
  font-weight: 700;
}
.details-container .content-details .fast-delivery .date {
  color: #e92827;
}
.details-container .content-details .delivery-cash {
  border: 1px solid #303030;
  border-left: none;
  border-right: none;
  padding: 16px 8px;
  display: flex;
  gap: 48px;
}
.details-container .content-details .delivery-cash .cash {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  color: #6e6e6e;
  font-family: "DM Sans", sans-serif;
}
.details-container .content-details .delivery-cash .cash i {
  color: #e92827;
}

.tabs {
  margin-bottom: 48px;
}
.tabs .tab-header {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.tabs .tab-header .tab-item {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  max-width: 410px;
  width: 50%;
  text-align: center;
  color: #6e6e6e;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6e6e6e;
}
.tabs .tab-header .tab-item.active {
  border-bottom: 2px solid #e92827;
  color: #303030;
}
.tabs .tab-header .tab-item:hover {
  background-color: #f5f5f5;
}
.tabs .tab-content {
  margin-top: 20px;
  padding: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.tabs .tab-content .tab-panel {
  display: none;
}
[dir=rtl] .tabs .tab-content .tab-panel p, html[dir=rtl] .tabs .tab-content .tab-panel p, body[dir=rtl] .tabs .tab-content .tab-panel p, html[lang=ar] .tabs .tab-content .tab-panel p, body[lang=ar] .tabs .tab-content .tab-panel p {
  text-align: right;
  font-family: "Rubik", sans-serif;
}
.tabs .tab-content .tab-panel.active {
  display: block;
}

.shipping-container {
  width: 100%;
  background: #fffafa;
  padding: 64px 10px;
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.shipping-container .container {
  padding: 0;
  display: flex;
  justify-content: center;
}
.shipping-container .col-12 {
  padding: 0;
}
.shipping-container .shipping-card {
  padding: 12px 0;
  width: 285px;
}
.shipping-container .shipping-card .shipping-inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.shipping-container .shipping-card .shipping-inner .icon {
  font-size: 32px;
}
.shipping-container .shipping-card .shipping-inner .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.shipping-container .shipping-card .shipping-inner .content .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}
.shipping-container .shipping-card .shipping-inner .content .order {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #4e4e4e;
}

.reviews-container {
  padding: 80px 10px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  justify-content: center;
}
.reviews-container .heading {
  font: 400 40px/52px "Caprasimo", serif;
}
.reviews-container-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.reviews-container-inner .write-rview {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.reviews-container-inner .write-rview .dropdown {
  display: flex;
  align-items: center;
  gap: 4px;
}
.reviews-container-inner .write-rview .dropdown .stars {
  color: #e92827;
}
.reviews-container-inner .write-rview .dropdown .dropbtn {
  background: transparent;
  font: 400 16px/24px "DM Sans", sans-serif;
  color: #6e6e6e;
  display: flex;
  gap: 4px;
  align-items: center;
  border: none;
}
.reviews-container-inner .write-rview .buttons-container {
  display: flex;
  align-items: center;
  gap: 14px;
}
.reviews-container-inner .write-rview .buttons-container .write-review {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #303030;
  background: transparent;
  font: 700 16px/20px "DM Sans", sans-serif;
  cursor: pointer;
}
.reviews-container-inner .write-rview .buttons-container .filter-btn {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #303030;
  background: transparent;
  font: 700 16px/20px "DM Sans", sans-serif;
  cursor: pointer;
}
.reviews-container-inner .container {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.reviews-container-inner .container .review-card {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.reviews-container-inner .container .review-card .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 390px;
}
.reviews-container-inner .container .review-card .content .name-date {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
}
.reviews-container-inner .container .review-card .content .name-date .name {
  font: 700 20px/22px "DM Sans", sans-serif;
}
.reviews-container-inner .container .review-card .content .name-date .date {
  font: 400 16px/24px "DM Sans", sans-serif;
  color: #6e6e6e;
}
.reviews-container-inner .container .review-card .content .stars {
  color: #e92827;
}
.reviews-container-inner .container .review-card .content .review {
  font: 400 16px/24px "DM Sans", sans-serif;
  color: #6e6e6e;
}
.reviews-container-inner .container .review-card .image {
  width: 180px;
  height: 240px;
}
.reviews-container-inner .container .review-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px 30px;
  width: 100%;
  max-width: 750px;
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 300;
}
.modal .modal-content .logo {
  margin: 0 auto;
}
.modal .modal-content .review-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow-y: auto;
  height: auto;
}
.modal .modal-content .review-content .hr-line {
  border-bottom: 1px solid #e5e5e5;
}
.modal .modal-content .review-content .stars-rating {
  display: flex;
  gap: 24px;
}
.modal .modal-content .review-content .stars-rating .image {
  width: 105px;
  height: 105px !important;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.modal .modal-content .review-content .stars-rating .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal .modal-content .review-content .stars-rating .name-stars {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
.modal .modal-content .review-content .stars-rating .name-stars .name {
  font: 400 20px/22px "Caprasimo", serif;
}
.modal .modal-content .review-content .stars-rating .name-stars .rating-container {
  display: flex;
}
.modal .modal-content .review-content .stars-rating .name-stars .rating-container .star {
  font-size: 35px;
  cursor: pointer;
  color: #ccc;
  transition: color 0.3s ease;
}
.modal .modal-content .review-content .stars-rating .name-stars .rating-container .star:hover, .modal .modal-content .review-content .stars-rating .name-stars .rating-container .star.active {
  color: #e92827;
}
.modal .modal-content .review-content .input-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal .modal-content .review-content .input-fields .two-fields {
  width: 100%;
  display: flex;
  gap: 24px;
}
.modal .modal-content .review-content .input-fields .two-fields input {
  width: 100%;
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
}
.modal .modal-content .review-content .input-fields input,
.modal .modal-content .review-content .input-fields textarea {
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
}
.modal .modal-content .review-content .input-fields p {
  font: 400 16px/20px "DM Sans", sans-serif;
  color: #4e4e4e;
}
.modal .modal-content .review-content .input-fields .upload-container {
  display: flex;
  gap: 16px;
  padding: 16px 22px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.modal .modal-content .review-content .input-fields .upload-container .upload-box {
  width: 72px;
  height: 72px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modal .modal-content .review-content .input-fields .upload-container .upload-box i {
  font-size: 32px;
  color: #e92827;
}
.modal .modal-content .review-content .input-fields .upload-container .upload-box img,
.modal .modal-content .review-content .input-fields .upload-container .upload-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal .modal-content .review-content .input-fields .upload-container .headings {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: flex-start;
}
.modal .modal-content .review-content .input-fields .upload-container .headings h3 {
  font: 500 16px/20px "DM Sans", sans-serif;
}
.modal .modal-content .review-content .input-fields .upload-container .headings p {
  font: 400 12px/14px "DM Sans", sans-serif;
  color: #4e4e4e;
}
.modal .modal-content .review-content .recommend {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modal .modal-content .review-content .recommend h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.98px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.modal .modal-content .review-content .terms {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.84px;
  text-align: left;
}
.modal .modal-content .review-content .agree_btn {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  padding: 10px;
  width: 100%;
  background-color: #e92827;
  color: #fff;
  border: none;
  border-radius: 10px;
}
.modal .modal-content .review-content .radio-buttons {
  display: flex;
  gap: 10px;
}
.modal .modal-content .review-content input[type=radio] {
  display: none; /* Hide the actual radio buttons */
}
.modal .modal-content .review-content .button-radio {
  display: inline-block;
  padding: 15px 25px;
  border: 2px solid #01c96c; /* Green theme */
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  background-color: white;
  color: #303030;
  border: 1px solid #dfdfdf;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.48px;
  text-align: left;
  transition: background-color 0.3s, color 0.3s;
}
.modal .modal-content .review-content input[type=radio]:checked + .button-radio {
  background-color: #e92827; /* Green background for selected */
  color: white;
  font-weight: bold;
  border: none;
}
.modal .modal-content .review-content .button-radio:hover {
  background-color: #e8f5e9; /* Light green on hover */
}

.popular-paitings {
  background-color: #fffafa;
  padding: 80px 0 20px 0;
}
.popular-paitings .cards {
  justify-content: center;
  max-width: 1230px;
}
.popular-paitings .heading {
  font: 400 40px/52px "Caprasimo", serif;
  text-align: center;
  margin-bottom: 50px;
}
.popular-paitings .container {
  margin: auto;
  max-width: 1230px;
  width: 100%;
}

.review_modal_close_btn {
  position: absolute;
  font-size: 24px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.review_card_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px; /* Add spacing between items */
  justify-content: space-between;
}
.review_card_container .review-card {
  flex: 1 1 calc(50% - 16px); /* Two items per row, accounting for gap */
}

.product_characteristics {
  display: flex;
  gap: 16px;
  padding: 0px;
  width: 100%;
  border-radius: 8px;
  flex-wrap: wrap;
}
.product_characteristics li {
  color: #6e6e6e;
  font-size: 16px;
  display: flex;
  gap: 4px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  align-items: center;
}

.detailed_product_characteristics {
  display: flex;
  gap: 16px;
}
.detailed_product_characteristics li {
  background: rgba(0, 0, 0, 0.0196078431);
  display: flex;
  flex-direction: column;
  padding: 8px 12px;
  gap: 7px;
  align-items: center;
  justify-content: center;
  color: #6e6e6e;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  border-radius: 8px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.inline-qty-buttton {
  display: flex;
}

@media (max-width: 1147px) {
  .details-container {
    flex-wrap: wrap;
    width: 100%;
  }
  .details-container .content-details {
    width: 100% !important;
    min-width: unset !important;
    max-width: 560px;
  }
  .details-container .detail-images {
    flex-direction: column-reverse;
    width: 100%;
  }
  .details-container .detail-images .image {
    align-self: center;
    max-width: 560px;
    width: 100% !important;
    height: unset !important;
    aspect-ratio: 1 !important;
  }
  .details-container .detail-images .multiple-images {
    overflow-x: auto;
    width: 100%;
    max-width: 560px;
    height: unset !important;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 1024px) {
  .details-container {
    align-items: center;
  }
  .details-container .detail-images {
    justify-content: flex-start;
  }
}
@media (max-width: 786px) {
  .rating-container .star {
    font-size: 18px !important;
  }
  .modal .modal-content .logo img {
    width: 100px;
  }
  .modal .modal-content .review-content {
    gap: 16px;
  }
  .modal .modal-content .review-content .recommend {
    gap: 10px;
  }
  .modal .modal-content .review-content .recommend h1 {
    font-size: 14px;
  }
  .modal .modal-content .review-content .button-radio {
    padding: 10px 15px;
    font-size: 12px;
  }
  .modal .modal-content .review-content .input-fields {
    gap: 12px;
  }
  .modal .modal-content .review-content .input-fields .upload-container {
    padding: 10px;
  }
  .modal .modal-content .review-content .input-fields .upload-container .headings p {
    line-height: 16px;
  }
  .modal .modal-content .review-content .input-fields .upload-container .headings h3 {
    font-size: 14px;
  }
  .modal .modal-content .review-content .input-fields .two-fields {
    gap: 12px;
  }
  .modal .modal-content .review-content .input-fields .two-fields input,
  .modal .modal-content .review-content .input-fields input,
  .modal .modal-content .review-content .input-fields textarea {
    padding: 10px;
    font-size: 12px;
  }
  .modal .modal-content .review-content .stars-rating image img {
    width: 85px;
    height: 85px;
  }
  .modal .modal-content .review-content .stars-rating .name-stars .name {
    font-size: 16px;
  }
  .shipping-container {
    padding: 48px 10px;
  }
  .shipping-container .shipping-card .shipping-inner {
    gap: 14px;
  }
  .shipping-container .shipping-card .shipping-inner .content {
    gap: 4px;
  }
  .shipping-container .shipping-card .shipping-inner .content .order {
    font-size: 13px;
    line-height: 16px;
  }
  .shipping-container .shipping-card .shipping-inner .content .name {
    font-size: 16px;
    line-height: 20px;
  }
  .details-container {
    padding: 10px;
    flex-wrap: wrap;
  }
  .shipping-container .row {
    width: 100%;
  }
  .reviews-container-inner .write-rview {
    flex-direction: column;
  }
  .reviews-container-inner .write-rview .buttons-container .write-review {
    font-size: 14px;
  }
  .reviews-container-inner .container .review-card .stars {
    font-size: 12px;
  }
  .reviews-container-inner .container .review-card .content .name-date {
    flex-direction: row;
  }
  .reviews-container-inner .container .review-card .content .name-date .date {
    font-size: 11px;
    line-height: 14px;
  }
  .reviews-container-inner .container .review-card .content .name-date .name {
    font-size: 12px;
    line-height: 16px;
  }
  .reviews-container {
    padding: 40px 10px;
  }
  .details-limit-container {
    width: 100%;
    gap: 24px;
  }
  .details-limit-container .detail-images {
    width: 100%;
    gap: 24px;
  }
  .details-limit-container .detail-images .image {
    width: 100%;
    height: 322px;
  }
  .details-limit-container .detail-images .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .details-limit-container .detail-images .image .sale-btn {
    display: none;
  }
  .details-limit-container .content-details .detail-container .name-rating {
    gap: 0px;
  }
  .details-limit-container .content-details .detail-container .name-rating h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .details-limit-container .content-details .detail-container .name-rating p {
    font-size: 20px;
    line-height: 24px;
  }
  .details-limit-container .content-details .detail-container .earn .interest {
    font-size: 10px;
  }
  .details-limit-container .content-details .delivery-cash {
    gap: 16px;
  }
  .details-limit-container .content-details .delivery-cash .cash {
    font-size: 10px;
  }
  .details-limit-container .tab-header .tab-item {
    font-size: 14px;
    line-height: 24px;
    max-width: 114px;
    font-weight: 400;
    padding: 10px 5px;
    color: #6e6e6e;
  }
  .details-limit-container .tab-content {
    font-size: 14px;
    line-height: 20px;
  }
  .reviews-container .heading {
    font-size: 28px;
    line-height: 32px;
  }
  .reviews-container .review-card {
    width: 100%;
    gap: 12px !important;
    align-items: center !important;
  }
  .reviews-container .review-card .content {
    width: 228px;
  }
  .reviews-container .review-card .content .name-date {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
  }
  .reviews-container .review-card .content .name-date .name {
    font: 700 12px/14px "DM Sans", sans-serif;
  }
  .reviews-container .review-card .content .review {
    font: 400 10px/16px "DM Sans", sans-serif !important;
  }
  .reviews-container .review-card .content .recommendation {
    font: 400 10px/16px "DM Sans", sans-serif !important;
  }
  .reviews-container .review-card .image {
    height: 120px !important;
    width: 100px !important;
  }
  .popular-paitings {
    padding: 16px 10px;
  }
  .popular-paitings .heading {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .modal {
    justify-content: center;
    align-items: center;
  }
  .modal .modal-content {
    padding: 20px 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .modal .modal-content .review-content .input-fields .two-fields {
    flex-direction: column;
  }
  .modal .modal-content .review-content .input-fields .two-fields input {
    width: initial;
  }
  .product_characteristics {
    gap: 7px;
    padding: 8px;
  }
  .product_characteristics li {
    font-size: 10px;
    gap: 7px;
    line-height: 18px;
  }
  .detailed_product_characteristics {
    gap: 16px;
  }
  .detailed_product_characteristics li {
    padding: 6px 10px;
    gap: 5px;
    font-size: 10px;
    line-height: 16px;
  }
  .details-container .detail-images .multiple-images {
    overflow-y: hidden;
    justify-content: flex-start;
  }
  .details-container .detail-images .multiple-images .small-image {
    min-width: 80px;
    aspect-ratio: 1;
    min-height: 80px;
  }
  .row-gap-3 {
    row-gap: 10px;
  }
}
/* Desktop style (tabs) */
.details-limit-container.mobile {
  display: none;
}

/* Mobile style (accordion) */
@media (max-width: 767px) {
  .details-limit-container.desktop {
    display: none;
  }
  .details-limit-container.mobile {
    display: block;
  }
  .tab-header {
    display: none; /* hide tab header */
  }
  .tab-item-wrapper {
    border-bottom: 1px solid #e5e5e5;
  }
  .tab-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 12px;
    font-weight: bold;
    color: #6e6e6e;
  }
  .tab-panel {
    display: none;
    padding: 12px;
    background: #fff;
  }
  .tab-item.active + .tab-panel {
    display: block;
  }
}
.celebration_container {
  max-width: 1472px;
  width: 100%;
  padding: 80px 16px;
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}
.celebration_container h1 {
  font-family: "Caprasimo", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 55.05px;
  text-align: center;
  color: #303030;
}
.celebration_container .cards {
  justify-content: center;
}

.celebration_outer_form {
  width: 100%;
  background: url(/front/assets/images/celebrationForm.png), #fde3e9;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0px;
}
.celebration_outer_form .star,
.celebration_outer_form .star2 {
  position: absolute;
}
.celebration_outer_form .star2 {
  bottom: 122px;
  left: 0px;
}
.celebration_outer_form .star {
  left: 50%;
  top: 33px;
}
.celebration_outer_form .celebration_form {
  display: flex;
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 0px 20px;
  box-sizing: border-box;
  justify-content: space-between;
}
.celebration_outer_form .celebration_form form {
  padding: 10px;
  justify-content: center;
}
.celebration_outer_form .celebration_form form h1 {
  font-family: "Caprasimo", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  text-align: left;
  color: #303030;
}
.celebration_outer_form .celebration_form form .checkboxs {
  display: flex;
  gap: 18px;
}
.celebration_outer_form .celebration_form form .checkboxs .checkbox {
  display: flex;
  gap: 8px;
  align-items: center;
  accent-color: #e92827;
}
.celebration_outer_form .celebration_form form .checkboxs .checkbox input {
  color: #e92827;
}

.event_card {
  max-width: 200px;
  width: 100%;
  height: 244px;
  background: #ffeef2;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 24px;
  background-blend-mode: multiply;
  margin: 10px;
}
.event_card h1 {
  font-family: "Caprasimo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22.7px;
  text-align: left;
  color: #fff;
}

.celebration_card {
  background: url("../images/christmas-decoration-candies.png"), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 38.45%, rgba(178, 178, 178, 0) 102.86%);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  max-width: 330px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 420px;
  align-items: flex-start;
  gap: 24px;
  background-blend-mode: multiply;
  margin: 10px;
}
.celebration_card h1 {
  font-family: "Caprasimo", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36.7px;
  text-align: left;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Example shadow */
}
.celebration_card p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Example shadow */
}
.celebration_card button {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-color: #e92827;
  border: none;
  border-radius: 4px;
  padding: 6px 12px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Example shadow */
}

@media (max-width: 1024px) {
  .celebration_outer_form img {
    display: none;
  }
  .celebration_outer_form .celebration_form {
    padding: 32px 16px;
  }
  .celebration_outer_form .celebration_form form {
    margin: auto;
  }
}
@media (max-width: 768px) {
  .event_card {
    box-sizing: border-box;
    max-width: 161px;
  }
  .event_card h1 {
    font-size: 20px !important;
  }
  .celebration_container {
    padding: 24px 16px;
    gap: 24px;
  }
  .celebration_container h1 {
    font-family: "Caprasimo", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
  }
  .celebration_container .celebration_card {
    gap: 24px;
  }
  .celebration_outer_form .celebration_form form h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .celebration_outer_form {
    padding: 40px 0px;
    background: #fde3e9;
  }
  .celebration_outer_form .celebration_form {
    padding: 32px 16px;
  }
  .celebration_outer_form .celebration_form form .checkboxs {
    flex-wrap: wrap;
  }
  .celebration_outer_form .celebration_form form .fields .two_fields {
    flex-wrap: wrap;
  }
}
@media (max-width: 375px) {
  .celebration_container {
    padding: 24px 10px;
  }
  .event_card {
    width: 140px;
  }
}
.contactus-container {
  width: 100%;
  display: flex;
  margin: 40px 0;
  justify-content: space-between;
  background: white;
  z-index: 1;
  position: relative;
}
.contactus-container .contactus-tabs {
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #f5f5f5;
  padding: 24px;
  height: 100%;
  border-radius: 24px;
}
.contactus-container .contactus-tabs .tabs-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 632px;
}
.contactus-container .contactus-tabs .tabs-container .tabs-heading {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contactus-container .contactus-tabs .tabs-container .tabs-heading .heading1 {
  font: 400 40px/52px "Caprasimo", serif;
}
.contactus-container .contactus-tabs .tabs-container .tabs-heading .tabs {
  display: flex;
  gap: 24px;
  margin-bottom: 0px;
}
.contactus-container .contactus-tabs .tabs-container .tabs-heading .tabs .tab {
  padding: 32px 0;
  border: 1px solid #707070;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  font: 400 14px/16px "DM Sans", sans-serif;
  color: #303030;
  cursor: pointer;
  background: #fff;
}
.contactus-container .contactus-tabs .tabs-container .tabs-heading .tabs .tab.active {
  border-color: #e92827;
  color: #e92827;
}
.contactus-container .contactus-tabs .tabs-container .tabs-heading .tabs .tab.active img,
.contactus-container .contactus-tabs .tabs-container .tabs-heading .tabs .tab.active svg {
  filter: invert(38%) sepia(58%) saturate(6094%) hue-rotate(345deg) brightness(91%) contrast(100%);
}
.contactus-container .contactus-tabs .tabs-container .tabs-heading .tabs .tab.active svg path {
  stroke: #fe0c0a; /* Change stroke color */
  stroke-width: 1px;
  fill: none; /* Keep the icon unfilled */
  transition: stroke 0.3s ease;
}
.contactus-container .contactus-tabs .tabs-container .form-containerr .checkboxs {
  display: flex;
  gap: 18px;
  font: 400 20px/24px "DM Sans", sans-serif;
  margin-bottom: 32px;
}
.contactus-container .contactus-tabs .tabs-container .form-containerr .checkboxs .checkbox {
  display: flex;
  gap: 8px;
  align-items: center;
}
.contactus-container .contactus-tabs .tabs-container .form-containerr .form {
  display: none;
}
.contactus-container .contactus-tabs .tabs-container .form-containerr .form .fields .contactus-btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  background: #e92827;
  color: #fff;
  font: 500 18px/24px "DM Sans", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
}
.contactus-container .contactus-tabs .tabs-container .form-containerr .form .fields.event-organizers.active {
  display: flex;
}
.contactus-container .contactus-tabs .tabs-container .form-containerr .form .fields.event-organizers {
  display: none;
}
.contactus-container .contactus-tabs .tabs-container .form-containerr .form.active {
  display: block;
}
.contactus-container .contactus-infos {
  background-image: url("../../images/contactushero2.png");
  background-size: cover;
  background-position: center;
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px;
  border-radius: 24px;
  height: 100%;
}
.contactus-container .contactus-infos .address-card {
  padding: 22px;
  border-radius: 22px;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  background: rgba(70, 70, 70, 0.4);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.contactus-container .contactus-infos .address-card .address {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contactus-container .contactus-infos .address-card .address p {
  color: white;
}
.contactus-container .contactus-infos .address-card .address .title {
  font: 500 22px/26px "DM Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.contactus-container .contactus-infos .address-card .address .subtitle {
  font: 400 18px/24px "DM Sans", sans-serif;
  color: #fff;
}
.contactus-container .contactus-infos .address-card .blue-line {
  width: 100%;
  height: 1px;
  background: rgb(55, 124, 253);
  max-width: 336px;
}

.social-icons {
  display: flex;
  gap: 16px;
}
.social-icons .icon {
  padding: 10px;
  aspect-ratio: 1;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .contactus-container {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .contactus-container .contactus-tabs {
    padding: 24px 0;
  }
  .contactus-container .contactus-tabs .tabs-container {
    width: 90%;
    gap: 24px;
  }
  .contactus-container .contactus-tabs .tabs-container .tabs-heading .heading1 {
    font: 400 20px/22px "Caprasimo", serif;
  }
  .contactus-container .contactus-tabs .tabs-container .tabs-heading .tabs {
    overflow-x: auto;
    scrollbar-width: none;
    margin-bottom: 0;
    gap: 8px;
  }
  .contactus-container .contactus-tabs .tabs-container .tabs-heading .tabs .tab {
    padding: 6px 10px;
    width: auto;
    flex-direction: row;
    font: 400 12px/16px "DM Sans", sans-serif;
    text-wrap: nowrap;
    flex-wrap: wrap;
    gap: 4px;
  }
  .contactus-container .contactus-tabs .tabs-container .tabs-heading .tabs .tab svg,
  .contactus-container .contactus-tabs .tabs-container .tabs-heading .tabs .tab img {
    width: 24px;
  }
  .contactus-container .contactus-tabs .tabs-container .tabs-heading .tabs .tab button {
    font-size: 14px;
  }
  .contactus-container .contactus-tabs .tabs-container .form-container .form .checkboxs {
    flex-direction: column;
  }
  .contactus-container .contactus-infos {
    width: 100%;
    padding: 16px;
    align-items: center;
  }
  .contactus-container .contactus-tabs .tabs-container .tabs-heading {
    gap: 20px;
  }
  .contactus-container .contactus-tabs .tabs-container .form-containerr .form .fields .contactus-btn {
    font-size: 14px;
  }
  .contactus-container .contactus-infos .address-card .address .title {
    font-size: 18px;
  }
  .contactus-container .contactus-infos .address-card .address .subtitle {
    font-size: 14px;
  }
  .contactus-container .contactus-infos .address-card .address {
    gap: 10px;
  }
}
.outer_privacy_policy_container {
  width: 100%;
  background-color: white;
  z-index: 1;
  position: relative;
}

.privacy_policy_container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-sizing: border-box;
  max-width: 1016px;
  padding: 100px 10px;
}
.privacy_policy_container h1 {
  font-family: "Caprasimo", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32.12px;
  display: inline;
  letter-spacing: 0.03em;
}
.privacy_policy_container h4 {
  font-size: 23px;
  margin-top: 32px;
  font-weight: 700;
  line-height: 29.95px;
}
.privacy_policy_container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #303030;
}
[dir=rtl] .privacy_policy_container p, html[dir=rtl] .privacy_policy_container p, body[dir=rtl] .privacy_policy_container p, html[lang=ar] .privacy_policy_container p, body[lang=ar] .privacy_policy_container p {
  text-align: right;
}
.privacy_policy_container ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style: inside;
  list-style-type: decimal;
}
.privacy_policy_container ul ::marker {
  font-size: 28px;
  font-weight: 400;
  line-height: 32.12px;
  display: inline;
  letter-spacing: 0.03em;
  color: #AB0416;
}
.privacy_policy_container ul li div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faqs-container {
  padding: 50px 0;
  max-width: 1230px;
  margin: 0 auto;
}
.faqs-container .container {
  padding: 0px 0px !important;
}
.faqs-container .my-grid .row {
  margin: auto;
  width: 100%;
  row-gap: 24px;
}
.faqs-container .my-grid .grid-item {
  background-color: #fffafa;
  text-align: center;
  padding: 40px 20px;
}
.faqs-container .my-grid .grid-item i {
  margin-bottom: 24px;
}
.faqs-container .my-grid .grid-item p {
  margin: 0;
  font: 600 24px/32px "DM Sans", sans-serif;
}
.faqs-container .popular-questions {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding: 100px 0;
}
.faqs-container .popular-questions .heading {
  font: 400 56px/64px "Caprasimo", serif;
}
.faqs-container .popular-questions .accordion {
  width: 100%;
  max-width: 1020px;
}
.faqs-container .popular-questions .accordion .accordion-item:last-child {
  border-bottom: none;
}
.faqs-container .popular-questions .accordion .accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  border-bottom: 1px solid #e5e5e5;
  font: 700 22px/32px "DM Sans", sans-serif;
}
.faqs-container .popular-questions .accordion .accordion-item .accordion-header .toggle-icon {
  font: 700 22px/32px "DM Sans", sans-serif;
  color: #303030;
}
.faqs-container .popular-questions .accordion .accordion-item .accordion-header h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #303030;
}
.faqs-container .popular-questions .accordion .accordion-item .accordion-content {
  padding: 0 20px;
  font: 400 16px/22px "DM Sans", sans-serif;
  background-color: #fff;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.faqs-container .popular-questions .accordion .accordion-item .accordion-content p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #303030;
}
.faqs-container .popular-questions .accordion .accordion-item .accordion-content.expanded {
  height: auto;
  padding: 15px 20px;
}
.faqs-container .popular-questions .accordion .open .accordion-header {
  background-color: #e9ecef;
}
.faqs-container .popular-questions .accordion .open .accordion-header .toggle-icon {
  content: "-";
  color: #007bff;
}
.faqs-container .popular-questions .accordion .open .accordion-content {
  height: auto;
  padding: 15px 20px;
}

.popular-questions {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding: 100px 0;
}
.popular-questions .heading {
  font: 400 56px/64px "Caprasimo", serif;
}
.popular-questions .accordion {
  width: 100%;
  max-width: 1020px;
}
.popular-questions .accordion .accordion-item:last-child {
  border-bottom: none;
}
.popular-questions .accordion .accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  border-bottom: 1px solid #e5e5e5;
  font: 700 22px/32px "DM Sans", sans-serif;
}
.popular-questions .accordion .accordion-item .accordion-header .toggle-icon {
  font: 700 22px/32px "DM Sans", sans-serif;
  color: #303030;
}
.popular-questions .accordion .accordion-item .accordion-header h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #303030;
}
.popular-questions .accordion .accordion-item .accordion-content {
  padding: 0 20px;
  font: 400 16px/22px "DM Sans", sans-serif;
  background-color: #fff;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.popular-questions .accordion .accordion-item .accordion-content p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #303030;
}
.popular-questions .accordion .accordion-item .accordion-content.expanded {
  height: auto;
  padding: 15px 20px;
}
.popular-questions .accordion .open .accordion-header {
  background-color: #e9ecef;
}
.popular-questions .accordion .open .accordion-header .toggle-icon {
  content: "-";
  color: #007bff;
}
.popular-questions .accordion .open .accordion-content {
  height: auto;
  padding: 15px 20px;
}

@media screen and (max-width: 786px) {
  .popular-questions {
    padding: 24px 10px;
    gap: 32px;
  }
  .popular-questions .heading {
    font: 400 28px/32px "Caprasimo", serif;
  }
  .popular-questions .accordion .accordion-item .accordion-header {
    padding: 15px 10px;
  }
  .popular-questions .accordion .accordion-item .accordion-header h3 {
    font: 700 18px/28px "DM Sans", sans-serif;
  }
  .popular-questions .accordion .accordion-item .accordion-content {
    padding: 0 10px;
    font: 400 16px/22px "DM Sans", sans-serif;
  }
  .faqs-container .popular-questions {
    padding: 24px 0;
    gap: 32px;
  }
  .faqs-container .popular-questions .heading {
    font: 400 24px/32px "Caprasimo", serif;
  }
  .faqs-container .popular-questions .accordion .accordion-item .accordion-header h3 {
    padding: 15px 10px;
    font: 700 18px/32px "DM Sans", sans-serif !important;
  }
  .faqs-container .popular-questions .accordion .accordion-item .accordion-content {
    padding: 0 10px;
    font: 400 16px/22px "DM Sans", sans-serif;
  }
  .faqs-container .my-grid .grid-item p {
    font-size: 14px;
    line-height: 20px;
  }
  .faqs-container .my-grid .grid-item i {
    font-size: 28px;
  }
}
.aboutus-container {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  background: white;
  z-index: 1;
  position: relative;
}
.aboutus-container .grid-container {
  padding: 100px 0;
}
.aboutus-container .grid-container .row {
  width: 100%;
  align-items: center;
  padding: 56px;
  border-radius: 24px;
  justify-content: center;
}
.aboutus-container .grid-container .row .text-content {
  max-width: 570px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.aboutus-container .grid-container .row .text-content .heading {
  font: 400 40px/56px "Caprasimo", serif;
}
.aboutus-container .grid-container .row .text-content .description {
  font: 300 16px/22px "DM Sans", sans-serif;
}
.aboutus-container .grid-container .row .text-content .expolre-btn {
  padding: 8px;
  border-radius: 4px;
  background: #e92827;
  color: #fff;
  border: none;
  max-width: 200px;
  font: 700 16px/20px "DM Sans", sans-serif;
  cursor: pointer;
}
.aboutus-container .grid-container .row .image {
  max-width: 600px;
  max-height: 550px;
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
}
.aboutus-container .grid-container .row .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutus-container .feature-container {
  padding: 64px 0px;
  background: transparent;
}
.aboutus-container .feature-container .sub_description {
  text-align: center;
  margin-bottom: 1rem;
  line-height: normal;
}
.aboutus-container .feature-container .feature-box-about {
  background: #fff;
  border-radius: 12px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  font: 300 16px/24px "DM Sans", sans-serif;
}
.aboutus-container .feature-container .feature-box-about img {
  align-items: start;
}
.aboutus-container .feature-container .feature-box-about .feature-icon {
  font-size: 48px;
  color: #e92827;
  align-items: left;
}
.aboutus-container .feature-container .feature-box-about .feature-title {
  font: 600 20px/28px "DM Sans", sans-serif;
}
.aboutus-container .feature-container .feature-box-about .feature-description {
  font: 400 16px/22px "DM Sans", sans-serif;
  color: #4e4e4e;
  text-align: center;
}
.aboutus-container .craft {
  background: #feda16;
  height: 407px;
  display: flex;
  justify-content: space-between;
  padding-left: 120px;
  width: 100%;
}
[dir=rtl] .aboutus-container .craft, html[dir=rtl] .aboutus-container .craft, body[dir=rtl] .aboutus-container .craft, html[lang=ar] .aboutus-container .craft, body[lang=ar] .aboutus-container .craft {
  padding-left: 0px;
  padding-right: 24px;
}
@media (max-width: 575px) {
  [dir=rtl] .aboutus-container .craft, html[dir=rtl] .aboutus-container .craft, body[dir=rtl] .aboutus-container .craft, html[lang=ar] .aboutus-container .craft, body[lang=ar] .aboutus-container .craft {
    padding-right: 0px;
  }
}
.aboutus-container .craft .text-content {
  max-width: 710px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aboutus-container .craft .text-content .heading {
  font: 400 44px/52px "Caprasimo", serif;
  color: black;
}
.aboutus-container .craft .text-content .description {
  font: 500 20px/30px "DM Sans", sans-serif;
  color: black;
  margin-top: 16px;
}
.aboutus-container .craft .text-content button {
  padding: 8px;
  margin-top: 40px;
  border-radius: 4px;
  background: #e92827;
  border: none;
  width: 174px;
  font: 700 16px/20px "DM Sans", sans-serif;
  cursor: pointer;
}
.aboutus-container .craft .image {
  height: 100%;
  width: 50%;
  background-size: cover;
}
.aboutus-container .craft .image .gradiant {
  background: linear-gradient(270deg, rgba(254, 218, 22, 0) 32.23%, #feda16 100%);
  height: 100%;
  width: 100%;
}
.aboutus-container .feature-row {
  padding: 64px 0;
}
.aboutus-container .feature-row .feature-col {
  padding: 2rem 1rem;
  text-align: center;
}
.aboutus-container .feature-row .feature-col i {
  font-size: 2rem;
}
.aboutus-container .feature-row .feature-col .feature-title {
  font: 600 22px/28px "DM Sans", sans-serif;
  margin: 24px 0 16px 0;
}
.aboutus-container .feature-row .feature-col .feature-description {
  font: 400 16px/22px "DM Sans", sans-serif;
  color: #4e4e4e;
}
.aboutus-container .get-in-touch {
  display: flex;
  justify-content: space-between;
}
.aboutus-container .get-in-touch .form {
  max-width: 616px;
  width: 100%;
  background: #fffafa;
  padding: 42px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.aboutus-container .get-in-touch .form .heading {
  font: 400 38px/52px "Caprasimo", serif;
}
.aboutus-container .get-in-touch .form .submit-btn {
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  background: #e92827;
  color: #fff;
  font: 700 16px/20px "DM Sans", sans-serif;
  cursor: pointer;
  width: 193px;
}
.aboutus-container .get-in-touch .map {
  width: 100vw;
}

@media screen and (max-width: 1024px) {
  .aboutus-container {
    padding-top: 40px;
    gap: 30px;
  }
  .aboutus-container .craft {
    padding-left: 0px;
    height: 615px;
    flex-wrap: wrap-reverse;
    align-items: flex-end;
  }
  .aboutus-container .craft .text-content {
    width: 90%;
    padding: 20px;
  }
  .aboutus-container .craft .text-content button {
    margin-top: 16px;
  }
  .aboutus-container .craft .image {
    width: 100%;
    height: 261px;
  }
  .aboutus-container .craft .image .gradiant {
    background: linear-gradient(180deg, rgba(254, 218, 22, 0) 32.23%, #feda16 100%);
  }
}
@media screen and (max-width: 768px) {
  .aboutus-container .grid-container {
    padding: 30px 0;
  }
  .aboutus-container .grid-container .grid-row {
    flex-wrap: wrap-reverse;
    row-gap: 24px;
  }
  .aboutus-container .grid-container .grid-row .grid-colum {
    max-width: 90%;
  }
  .aboutus-container .grid-container .grid-row .grid-colum .text-content {
    gap: 16px;
    max-width: 100%;
  }
  .aboutus-container .grid-container .grid-row .grid-colum .text-content .heading {
    font: 400 20px/22px "Caprasimo", serif;
  }
  .aboutus-container .grid-container .grid-row .grid-colum .text-content .description {
    font: 400 14px/20px "DM Sans", sans-serif;
  }
  .aboutus-container .grid-container .grid-row .grid-colum .image {
    max-width: 100%;
    max-height: 400px;
  }
  .aboutus-container .grid-container .grid-row2 {
    flex-wrap: wrap;
    padding: 30px 0px;
  }
  .aboutus-container .feature-row {
    padding: 32px 0;
  }
  .aboutus-container .feature-row .feature-col {
    padding: 16px;
  }
  .aboutus-container .feature-row .feature-col .feature-title {
    margin: 18px 0px 8px 0px;
    font-size: 18px;
    line-height: 26px;
  }
  .aboutus-container .feature-row .feature-col .feature-description {
    font-size: 14px;
    line-height: 20px;
  }
  .aboutus-container .get-in-touch {
    flex-direction: column;
    gap: 0px;
  }
  .aboutus-container .get-in-touch .form {
    gap: 24px;
    padding: 24px;
  }
  .aboutus-container .get-in-touch .form .heading {
    font: 400 20px/36px "Caprasimo", serif;
  }
  .aboutus-container .get-in-touch .form .submit-btn {
    padding: 12px 10px;
    font: 700 12px/18px "DM Sans", sans-serif;
  }
  .aboutus-container .get-in-touch .map {
    width: 100vw;
    height: 400px;
  }
}
.del_btn {
  background-color: #fff;
  font-size: 14px;
  aspect-ratio: 1;
  cursor: pointer;
  width: 32px;
  height: 32px;
  color: #303030;
  border: none;
}

#minus {
  display: none;
}

.quantity-btn {
  border: none;
  font-size: 22px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #303030;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.add_cart_container {
  max-width: 1230px;
  width: 100%;
  min-height: calc(100vh - 565px);
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  padding: 80px 10px;
  flex-direction: column;
  gap: 57px;
}
.add_cart_container h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-align: left;
}
[dir=rtl] .add_cart_container h1, html[dir=rtl] .add_cart_container h1, body[dir=rtl] .add_cart_container h1, html[lang=ar] .add_cart_container h1, body[lang=ar] .add_cart_container h1 {
  text-align: right;
}
.add_cart_container .content1 {
  display: flex;
  gap: 26px;
  align-items: flex-start;
}
[dir=rtl] .add_cart_container .content1, html[dir=rtl] .add_cart_container .content1, body[dir=rtl] .add_cart_container .content1, html[lang=ar] .add_cart_container .content1, body[lang=ar] .add_cart_container .content1 {
  flex-direction: row-reverse;
}
.add_cart_container .content1 .added_products {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.add_cart_container .content1 .added_products hr {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  border-top: none;
}
.add_cart_container .content1 .added_products .product {
  display: flex;
  gap: 16px;
  width: 100%;
  background: #FAFAFA;
  padding: 12px;
  border-radius: 8px;
}
.add_cart_container .content1 .added_products .product img {
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  background: white;
  border-radius: 8px;
}
.add_cart_container .content1 .added_products .product .detail {
  display: flex;
  width: 100%;
  gap: 20px;
  flex-direction: column;
}
.add_cart_container .content1 .added_products .product .detail .info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
.add_cart_container .content1 .added_products .product .detail .info h1,
.add_cart_container .content1 .added_products .product .detail .info h2,
.add_cart_container .content1 .added_products .product .detail .info h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #303030;
  text-align: left;
}
[dir=rtl] .add_cart_container .content1 .added_products .product .detail .info h1, html[dir=rtl] .add_cart_container .content1 .added_products .product .detail .info h1, body[dir=rtl] .add_cart_container .content1 .added_products .product .detail .info h1, html[lang=ar] .add_cart_container .content1 .added_products .product .detail .info h1, body[lang=ar] .add_cart_container .content1 .added_products .product .detail .info h1,
[dir=rtl] .add_cart_container .content1 .added_products .product .detail .info h2,
html[dir=rtl] .add_cart_container .content1 .added_products .product .detail .info h2,
body[dir=rtl] .add_cart_container .content1 .added_products .product .detail .info h2,
html[lang=ar] .add_cart_container .content1 .added_products .product .detail .info h2,
body[lang=ar] .add_cart_container .content1 .added_products .product .detail .info h2,
[dir=rtl] .add_cart_container .content1 .added_products .product .detail .info h3,
html[dir=rtl] .add_cart_container .content1 .added_products .product .detail .info h3,
body[dir=rtl] .add_cart_container .content1 .added_products .product .detail .info h3,
html[lang=ar] .add_cart_container .content1 .added_products .product .detail .info h3,
body[lang=ar] .add_cart_container .content1 .added_products .product .detail .info h3 {
  text-align: right;
}
.add_cart_container .content1 .added_products .product .detail .info h2 {
  color: #707070;
}
.add_cart_container .content1 .added_products .product .detail .operations {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.add_cart_container .content1 .added_products .product .detail .operations .quantity-controls {
  width: 140px;
  min-width: unset;
}
.add_cart_container .content1 h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
}
.add_cart_container .content1 .summary_card {
  background: #fafafa;
  max-width: 390px;
  padding: 24px;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  top: 142px;
  gap: 13px;
}
.add_cart_container .content1 .summary_card .cards {
  justify-content: flex-start !important;
  gap: 6px;
}
.add_cart_container .content1 .summary_card hr {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  border-top: none;
}
.add_cart_container .content1 .summary_card h1 {
  color: #303030;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.add_cart_container .content1 .summary_card div {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  text-align: left;
  color: #4e4e4e;
  gap: 20px;
}
.add_cart_container .content1 .summary_card div span {
  text-wrap: nowrap;
}
.add_cart_container .content1 .summary_card .total {
  font-weight: bold;
}
.add_cart_container .content1 .summary_card p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #4e4e4e;
}
.add_cart_container .content1 .summary_card button {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  text-align: center;
  padding: 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.add_cart_container .content1 .summary_card button a {
  text-decoration: none;
}
.add_cart_container .content1 .summary_card .checkout {
  background-color: #e92827;
  color: #fff;
  margin-top: 24px;
}
.add_cart_container .content1 .summary_card .continue_shopping {
  background-color: #fff;
  color: #e92827;
  border: 1px solid #e92827;
}
.add_cart_container .content1 form {
  padding: 32px;
  width: 100%;
  width: 100%;
  max-width: 810px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.add_cart_container .content1 form .payment_method {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.add_cart_container .content1 form .payment_method input {
  width: unset;
}
.add_cart_container .content1 form .payment_method .card_details {
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
}
.add_cart_container .content1 form .payment_method hr {
  width: 100%;
  border-top: none;
}
.add_cart_container .content1 form .payment_method input[type=radio] {
  display: inline !important;
  accent-color: #e92827;
  height: 16px;
}
.add_cart_container .content1 form .payment_method label {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  gap: 10px;
}
.add_cart_container .content1 form .payment_method label h1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.add_cart_container .content1 form .payment_method label p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #7b7b7b;
}
.add_cart_container .content1 form .payment_method .payment {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.add_cart_container .content1 form .payment_method .payment h1 {
  display: flex;
  gap: 5px;
}
.add_cart_container .content1 form h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
}
[dir=rtl] .add_cart_container .content1 form h1, html[dir=rtl] .add_cart_container .content1 form h1, body[dir=rtl] .add_cart_container .content1 form h1, html[lang=ar] .add_cart_container .content1 form h1, body[lang=ar] .add_cart_container .content1 form h1 {
  text-align: right;
}
.add_cart_container .content1 form .next {
  font-size: 16px;
  font-weight: 700;
  padding: 17px;
  max-width: 227px;
  width: 100%;
  border-radius: 8px;
  color: #fff;
  background-color: #e92827;
  border: none;
  line-height: 20.83px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  cursor: pointer;
  margin-left: auto;
}
.add_cart_container .compelete {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 36px;
  align-items: center;
  justify-content: center;
}
.add_cart_container .compelete img {
  max-width: 217px;
  width: 100%;
}
.add_cart_container .compelete .text_section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.add_cart_container .compelete .text_section h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  text-align: center;
}
.add_cart_container .compelete .text_section p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.add_cart_container .compelete button {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  text-align: center;
  padding: 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  background-color: #e92827;
  color: #fff;
  text-transform: capitalize;
}

.step_label {
  display: none;
  flex-direction: column;
  gap: 16px;
}
.step_label p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.step_label p a {
  color: #e92827;
}

.active_step_label {
  display: none;
}
.active_step_label h1 {
  font-size: 13px !important;
  font-weight: 500;
  line-height: 15.73px;
  letter-spacing: 0.01em;
  text-align: left;
}
.active_step_label h1 span {
  color: #a1a1a1;
}

.error-message {
  font-size: 14px;
}

.button_spin_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* HTML: <div class="loader"></div> */
.loader_dots {
  color: #e92827;
  width: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
  transform: translateX(-38px);
  animation: l21 0.5s infinite alternate linear;
}

.product-total-container {
  display: flex;
  justify-content: space-between;
}
.product-total-container span {
  font-weight: 600;
  font-size: 20px;
  line-height: 26.04px;
  color: #303030;
}

@keyframes l21 {
  50% {
    box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px;
  }
  100% {
    box-shadow: 19px 0 0 0, 38px 0 0 3px, 57px 0 0 7px;
  }
}
@media (min-width: 900px) {
  .active_step_label {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .add_cart_container {
    padding: 30px 10px;
    box-sizing: border-box;
    gap: 20px;
  }
  .add_cart_container h1 {
    font-size: 24px;
  }
  .add_cart_container .content1 {
    flex-wrap: wrap;
  }
  .add_cart_container .content1 form {
    padding: 14px;
  }
  .add_cart_container .content1 form h1 {
    font-size: 20px;
  }
  [dir=rtl] .add_cart_container .content1 form h1, html[dir=rtl] .add_cart_container .content1 form h1, body[dir=rtl] .add_cart_container .content1 form h1, html[lang=ar] .add_cart_container .content1 form h1, body[lang=ar] .add_cart_container .content1 form h1 {
    text-align: right;
  }
  .add_cart_container .content1 form .next {
    width: 100%;
    max-width: unset;
  }
  .add_cart_container .content1 form h3 {
    font-size: 16px;
    line-height: 28px;
  }
  .step {
    height: 16px;
    background-color: #eaecf0;
    padding: 4px;
  }
  .step-number {
    width: 6px;
    box-sizing: content-box;
    height: 6px;
    background-color: #e92827;
  }
  .step.active .step-number {
    width: 6px;
    height: 6px;
    border-width: 5px;
    box-sizing: content-box;
  }
  .step_connector {
    height: 16px;
  }
  .stepper {
    gap: 0;
    border-radius: 6px;
    overflow: hidden;
    background-color: #eaecf0;
  }
  .step-number span,
  .step-numbe i {
    display: none;
  }
  .step p {
    display: none;
  }
  .step.completed + .step_connector,
  .step.completed {
    border-radius: 0px !important;
    background-color: #e92827;
  }
  .step.completed .step-number {
    background-color: #fff;
  }
  .step.active {
    background-color: #e92827;
    border-radius: 0px 6px 6px 0px;
  }
  .step.step.completed .fa-check {
    display: none;
  }
  .step_label {
    gap: 10px;
  }
  .step_label p {
    font-size: 16px;
  }
  .active_step_label {
    display: none;
  }
  .stepper_outer {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .stepper_outer .active_step_label:nth-child(1) {
    display: block;
  }
}
.debit_card + div {
  display: none;
}

.debit_card:has(input:checked) + div {
  display: block;
}

.radio-group {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  flex-direction: row !important;
}
.radio-group .radio-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  background-color: white;
  color: #303030;
  width: 100%;
  display: flex;
  gap: 7px;
  transition: all 0.3s ease;
}
.radio-group .radio-label input {
  display: none;
}
.radio-group input[type=radio] {
  display: none;
}
.radio-group input[type=radio]:checked + .radio-label {
  background-color: #e92827; /* Green background for selected */
  color: white;
  font-weight: bold;
  border: none;
}

.min-order {
  display: flex;
  align-items: center;
  gap: 0px !important;
  width: 100%;
}
.min-order .candy-loading-bar {
  height: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 100%;
}
.min-order .content {
  width: 100%;
  display: flex !important;
  flex-direction: column;
}
.min-order img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  z-index: 2;
}
.min-order span {
  font-weight: 500;
  font-size: 12px;
  line-height: 15.62px;
  letter-spacing: 0%;
  text-align: right;
}

#rider-stepper {
  min-width: 0px;
  transition: all 0.7s ease;
}

.text-area-placeholder::-moz-placeholder {
  color: #979797;
  font-size: 12px;
}

.text-area-placeholder::placeholder {
  color: #979797;
  font-size: 12px;
}

.shipping-cost-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  border-radius: 8px;
  background-color: #fff8fd;
}
.shipping-cost-container span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
}

.coupon-form {
  width: 100%;
  display: flex;
  background-color: white;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.coupon-form #applyCouponForm {
  display: flex;
  border: none !important;
  flex-direction: row !important;
  align-items: center;
  height: 56px;
  gap: 10px !important;
  padding: 16px 8px 16px 12px !important;
}

.coupon-form #applyCouponForm input[type=text] {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #6e6e6e;
  border: none;
  outline: none;
  height: auto;
  padding: 0px;
  width: 100%;
  line-height: 20px;
  letter-spacing: 0%;
  color: black !important;
}

.coupon-error {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 18.23px;
  letter-spacing: 0%;
  color: #e92827 !important;
}

#myButton.visible {
  opacity: 1 !important;
}

.coupon-form #applyCouponForm button {
  font-family: "DM Sans";
  font-weight: 600;
  font-size: 14px;
  padding: 12px 20px;
  line-height: 20px;
  letter-spacing: 0%;
  background-color: #e92827;
  color: white;
}

@media (max-width: 786px) {
  .product-total-container span {
    font-size: 16px;
    line-height: 20.04px;
  }
  .add_cart_container .content1 .added_products .product .detail .info h1,
  .add_cart_container .content1 .added_products .product .detail .info h2,
  .add_cart_container .content1 .added_products .product .detail .info h3 {
    font-size: 15px;
    line-height: 19px;
  }
  .add_cart_container .content1 .added_products .product .detail .info {
    gap: 6px;
  }
  .add_cart_container .content1 .summary_card {
    padding: 16px 14px;
    max-width: unset;
  }
  .add_cart_container .content1 .summary_card button {
    padding: 13px;
    font-size: 14px;
  }
  .add_cart_container .content1 form {
    gap: 24px;
  }
  .fields .two_fields .field input,
  .fields .two_fields .field select {
    padding: 12px;
  }
  label {
    font-size: 14px;
  }
  .fields .two_fields .field {
    gap: 4px;
  }
  .fields .two_fields,
  .fields,
  .add_cart_container .compelete .text_section {
    gap: 8px;
  }
  .add_cart_container .content1 form .next,
  .add_cart_container .compelete button {
    padding: 13px;
    font-size: 14px;
  }
  .add_cart_container .content1 form .payment_method {
    gap: 12px;
  }
  .add_cart_container .compelete .text_section h1 {
    font-size: 18px;
    line-height: 20px;
  }
  .add_cart_container .compelete {
    gap: 20px;
  }
  .add_cart_container .compelete img {
    max-width: 90px;
  }
  .add_cart_container .compelete .text_section p {
    font-size: 12px;
  }
  .error-message {
    font-size: 12px;
  }
}
#card-element {
  background: white;
  border-radius: 12px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
}

#card-element iframe {
  height: 30px !important;
}

.candy-loading-bar {
  position: relative;
}

.candy-loading-bar span {
  display: block;
  position: relative;
  height: 100%;
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  width: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-image: linear-gradient(to bottom, #fac4c0, #f60000 60%);
  overflow: hidden;
}

.checkout:disabled {
  opacity: 0.6;
}

.candy-loading-bar span:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, #e92827 25%, white 25%, white 50%, #e92827 50%, #e92827 75%, white 75%, white);
  z-index: 1;
  background-size: 50px 50px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
}

.candy-loading-bar > span:after,
.animate > span > span {
  animation: load 1s infinite;
}

@keyframes load {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.min-order .slider {
  position: relative;
}

.min-order .slider::after {
  content: " ";
  position: absolute;
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  background: white;
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  z-index: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.partner {
  padding: 100px 10px;
}
.partner .partner-grid-row .image {
  max-width: 600px;
  border-radius: 6px;
  overflow: hidden;
}
.partner .partner-grid-row .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.partner .partner-grid-row .content {
  max-width: 570px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.partner .partner-grid-row .content .heading {
  font: 400 40px/52px "Caprasimo", serif;
}
.partner .partner-grid-row .content .desc {
  font: 400 16px/20px "DM Sans", sans-serif;
}
.partner .partner-grid-row .content ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.partner .partner-grid-row .content ul li strong {
  font: 600 18px/24px "DM Sans", sans-serif;
  margin-bottom: 8px;
}
.partner .partner-grid-row .content ul li p {
  margin-top: 8px;
  margin-left: 15px;
}
.partner .partner-grid-row .content .submit {
  padding: 8px 32px;
  border: none;
  background-color: #e92827;
  color: #fff;
  border-radius: 4px;
  width: 156px;
  height: 48px;
  font: 700 16px/20px "DM Sans", sans-serif;
}
.partner .partner2 {
  flex-wrap: wrap-reverse;
}

.franchise-container {
  background-color: #fffafa;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.franchise-container .heading {
  font: 400 40px/52px "Caprasimo", serif;
  text-align: center;
}
.franchise-container .container .row {
  row-gap: 24px;
}
.franchise-container .container .row .grid-column .offer-card {
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(97, 8, 8, 0.0392156863);
  max-width: 642px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.franchise-container .container .row .grid-column .offer-card .icon {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: rgba(240, 240, 240, 0.6980392157);
  display: flex;
  justify-content: center;
  align-items: center;
}
.franchise-container .container .row .grid-column .offer-card .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.franchise-container .container .row .grid-column .offer-card .content h4 {
  font: 700 22px/22px "DM Sans", sans-serif;
}
.franchise-container .container .row .grid-column .offer-card .content p {
  font: 400 14px/20px "DM Sans", sans-serif;
}

.form_outer_container {
  background: url(/front/assets/images/House.png), #fde3e9;
  background-repeat: no-repeat;
  background-position: right;
  padding: 40px 0px;
}

.form-container .form .become_partner_form {
  gap: 16px !important;
}

.form-container .form .two-fields .dropdown {
  margin-top: 0px !important;
}

.form-container {
  width: 100%;
  max-width: 1230px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.form-container .become_partner_outer_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 42px 10px !important;
  box-sizing: border-box;
}
.form-container .form {
  padding-top: 80px;
  padding-left: 100px;
  max-width: 748px;
  width: 100%;
}
.form-container .form .become_partner_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-container .form .heading {
  font: 400 40px/52px "Caprasimo", serif;
}
.form-container .form input,
.form-container .form textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #b3b3b3;
  font: 400 16px/20px "DM Sans", sans-serif;
}
.form-container .form .two-fields {
  display: flex;
  gap: 16px;
}
.form-container .form .two-fields .dropdown {
  position: relative;
  width: 50%;
  margin-top: 16px;
  max-width: 366px;
}
.form-container .form .two-fields .dropdown-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
  cursor: pointer;
}
.form-container .form .two-fields .dropdown-btn img {
  width: 14px;
  height: auto;
}
.form-container .form .two-fields .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 8px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  list-style: none;
  padding: 0;
}
.form-container .form .two-fields .dropdown-menu .dropdown-item {
  padding: 12px 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}
.form-container .form .two-fields .dropdown-menu .dropdown-item:hover {
  background-color: #f8f8f8;
}
.form-container .form .two-fields .dropdown-menu .dropdown-item.selected {
  background-color: #fce9e9;
  position: relative;
}
.form-container .form .two-fields .dropdown-menu .dropdown-item.selected::after {
  content: "✓";
  position: absolute;
  right: 16px;
  color: #e63946;
  font-size: 14px;
}
.form-container .form .sorting {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.form-container .form .clear_filters {
  padding: 14px 16px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  color: #000;
  cursor: pointer;
  gap: 8px;
  margin-top: 50px;
}
.form-container .form .contact-btn {
  padding: 16px 32px;
  border: none;
  background-color: #e92827;
  color: #fff;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  font: 700 16px/20px "DM Sans", sans-serif;
  text-transform: uppercase;
  margin-top: 24px;
  cursor: pointer;
}
.form-container .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.commitment {
  width: 100%;
  background-color: #03b9a5;
  padding: 80px 0;
}
.commitment .container11 .container-inner {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
}
.commitment .container11 .container-inner .headingss {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.commitment .container11 .container-inner .headingss .heading11 {
  font: 400 40px/52px "Caprasimo", serif;
  text-align: center;
  color: #fff;
}
.commitment .container11 .container-inner .headingss .desc {
  font: 400 20px/28px "DM Sans", sans-serif;
  text-align: center;
  color: #fff;
}
.commitment .container11 .container-inner .apply-btn {
  padding: 16px 32px;
  border: none;
  background-color: #fff;
  border-radius: 4px;
  color: #000;
  height: 48px;
  font: 700 16px/20px "DM Sans", sans-serif;
  cursor: pointer;
}

.dropdown {
  position: relative;
}

.dropdown.open .dropdown-menu {
  display: block !important;
}

@media screen and (max-width: 1024px) {
  .form-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .form-container .form {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .partner {
    padding: 48px 10px;
  }
  .partner .partner-grid-row {
    row-gap: 24px;
  }
  .partner .partner-grid-row .content {
    gap: 12px;
  }
  .partner .partner-grid-row .content .heading {
    font: 400 20px/22px "Caprasimo", serif;
  }
  .franchise-container {
    padding: 48px 0;
    gap: 24px;
  }
  .franchise-container .heading {
    font: 400 20px/22px "Caprasimo", serif;
  }
  .form-container {
    justify-content: center;
    align-items: center;
    gap: 32px;
  }
  .form-container .form {
    padding-top: 42px;
    padding-left: 0;
    width: 100%;
  }
  .form-container .form .heading {
    font: 400 20px/22px "Caprasimo", serif;
  }
  .form-container .form .two-fields {
    flex-direction: column;
  }
  .form-container .form .two-fields .dropdown {
    width: 100%;
    max-width: 100%;
  }
  .form-container .image {
    width: 100%;
  }
  .form-container .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: initial;
       object-fit: initial;
  }
  .commitment {
    padding: 48px 0;
  }
  .commitment .container11 .container-inner {
    gap: 24px;
  }
  .commitment .container11 .container-inner .headingss {
    gap: 12px;
  }
  .commitment .container11 .container-inner .headingss .heading11 {
    font: 400 24px/42px "Caprasimo", serif;
  }
  .commitment .container11 .container-inner .headingss .desc {
    font: 400 20px/26px "DM Sans", sans-serif;
  }
  .form_outer_container {
    background: #fde3e9;
    padding: 20px 0px;
  }
}
.fields.event-organizers.active {
  display: flex;
}

.fields.event-organizers {
  display: none;
}

.your-shop {
  padding: 80px 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.your-shop .row {
  flex-wrap: wrap-reverse;
  width: 100%;
}
.your-shop .row .col .business-card {
  background: #fffafa;
  padding: 20px 30px;
  width: 630px;
  max-width: 730px;
  height: 444px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.your-shop .row .col .business-card .heading {
  font: 400 38px/38px "Caprasimo", serif;
}
.your-shop .row .col .business-card .desc {
  font: 400 21px/34px "DM Sans", sans-serif;
  color: #303030;
}
.your-shop .row .col .business-card .btn {
  padding: 8px 32px;
  border-radius: 4px;
  font: 700 16px/20px "DM Sans", sans-serif;
  color: #fff;
  border: none;
  height: 48px;
  width: -moz-max-content;
  width: max-content;
  background-color: #e92827;
}
.your-shop .row .col .slider {
  position: relative;
  width: 444px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fee7f1;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}
.your-shop .row .col .slider .slider-wrapper {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.your-shop .row .col .slider .slider-item {
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 384px;
}
.your-shop .row .col .slider .slider-item img {
  width: 100%;
  max-width: 280px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.your-shop .row .col .slider .slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.your-shop .row .col .slider .slider-dots .dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ccc;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s;
}
.your-shop .row .col .slider .slider-dots .dot.active {
  background-color: #e74c3c;
  width: 20px;
  border-radius: 40%;
}
.your-shop .second-row {
  flex-wrap: wrap;
}

.welcome-retailers {
  width: 100%;
  background-image: url("../images/formbg.jpg");
  background-size: cover;
  background-position: center;
}
.welcome-retailers .form-container21 {
  padding: 80px 0px 80px 100px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 748px;
  width: 90%;
}
.welcome-retailers .form-container21 .form-headings .heading1 {
  font: 400 40px/52px "Caprasimo", serif;
  margin-bottom: 16px;
}
.welcome-retailers .form-container21 .form-headings .desc {
  font: 400 20px/24px "DM Sans", sans-serif;
  color: #707070;
}
.welcome-retailers .form-container21 .logo-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
}
.welcome-retailers .form-container21 .logo-slider .logos {
  display: flex;
  gap: 30px;
  animation: scroll 15s linear infinite;
}
.welcome-retailers .form-container21 .logo-slider .logos img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 1200px) {
  .your-shop .row {
    row-gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .your-shop {
    padding: 40px 0;
  }
  .your-shop .row {
    row-gap: 24px;
  }
  .your-shop .row .col .business-card {
    width: 100%;
    max-height: 290px;
  }
  .your-shop .row .col .business-card .heading {
    font: 400 20px/22px "Caprasimo", serif;
  }
  .your-shop .row .col .business-card .desc {
    font: 400 16px/20px "DM Sans", sans-serif;
  }
  .your-shop .row .col .slider {
    width: 100%;
    min-width: 300px;
    height: 330px;
    padding: 20px;
  }
  .your-shop .row .col .slider .slider-item {
    height: 280px;
  }
  .your-shop .row .col .slider .slider-item img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .welcome-retailers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../images/FormBGM.png");
    background-size: cover;
    padding-bottom: 350px;
  }
  .welcome-retailers .form-container21 {
    padding: 48px 0px 0px 0px;
  }
  .welcome-retailers .form-container21 .form-headings .heading1 {
    font: 400 32px/42px "Caprasimo", serif;
  }
  .welcome-retailers .form-container21 .form-headings .desc {
    font: 400 18px/24px "DM Sans", sans-serif;
  }
}
.contact_us_wrapper {
  background: #F2F2F2;
  border-radius: 24px;
  overflow: hidden;
}
.contact_us_wrapper .side_image {
  background: url(../../assets/images/Signup.jpg);
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
@media (max-width: 575px) {
  .contact_us_wrapper .side_image {
    display: none;
  }
}
.contact_us_wrapper .form {
  padding: 100px;
}
@media (max-width: 575px) {
  .contact_us_wrapper .form {
    padding: 24px;
  }
}
.contact_us_wrapper .form_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact_us_wrapper .form .remember {
  margin: 15px 0px;
}

.dashboard {
  background-color: #fef2f2;
  padding: 56px 0;
  display: flex;
  min-height: calc(100vh - 100px);
}
.dashboard .sidebar {
  border-radius: 8px;
  margin-bottom: 30px;
}
.dashboard .sidebar_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.dashboard .sidebar_header .account_menu {
  color: #e92827;
  border: 1px solid #e92827;
  padding: 4px 16px;
  background: #fff;
  border-radius: 8px;
  display: none;
}
.dashboard .sidebar h3 {
  font: 500 22px/32px "DM Sans", sans-serif;
}
.dashboard .sidebar .menu {
  list-style: none;
  padding: 0;
  background: #fff;
}
.dashboard .sidebar .menu .menu-item {
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard .sidebar .menu .menu-item a {
  text-decoration: none;
  font: 500 16px/24px "DM Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard .sidebar .menu .menu-item.active {
  background: #e92827;
  color: #fff;
}
.dashboard .sidebar .menu .menu-item.active:hover {
  background: #e92827;
  color: #fff;
}
.dashboard .sidebar .menu .menu-item:hover {
  background: rgb(239, 239, 239);
  cursor: pointer;
}
.dashboard .content {
  flex: 1;
  margin-left: 30px;
}
.dashboard .content .tab {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}
.dashboard .content .tab.active-tab {
  display: block;
}
.dashboard .content .tab.active-tab h3 {
  font: 700 24px/32px "DM Sans", sans-serif;
}
.dashboard .content .tab.active-tab .tab-name {
  margin-bottom: 20px;
}
.dashboard .content .tab.active-tab .main-content {
  background: #fff;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 32px;
}
.dashboard .content .tab.active-tab .main-content .info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dashboard .content .tab.active-tab .main-content .info .title {
  font: 700 24px/32px "DM Sans", sans-serif;
  margin: 0;
}
.dashboard .content .tab.active-tab .main-content .info .hr-line {
  height: 1px;
  background: #e5e5e5;
}
.dashboard .content .tab.active-tab .main-content .info .row .grid-column .contact-info h4 {
  font: 700 16px/24px "DM Sans", sans-serif;
  margin-bottom: 16px;
}
.dashboard .content .tab.active-tab .main-content .info .row .grid-column .contact-info p {
  font: 400 14px/20px "DM Sans", sans-serif;
  margin: 0;
}
.dashboard .content .tab.active-tab .main-content .info .row .grid-column .contact-info .links {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.dashboard .content .tab.active-tab .main-content .info .row .grid-column .contact-info .links a {
  text-decoration: none;
  color: #e92827;
  font: 400 14px/20px "DM Sans", sans-serif;
}
.dashboard .content .tab.active-tab .main-content .info .row .grid-column .contact-info .links .vr-line {
  width: 1px;
  height: 16px;
  background: #e92827;
}
.dashboard .content .tab.active-tab .main-content .info .row .grid-column .two-fields {
  display: flex;
  gap: 16px;
  width: 100%;
}
.dashboard .content .tab.active-tab .main-content .info .row .grid-column .two-fields .input-field {
  width: 100%;
}
.dashboard .content .tab.active-tab .main-content .info .row .form-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.dashboard .content .tab.active-tab .main-content .info .row .form-grid .input-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dashboard .content .tab.active-tab .main-content .info .row .form-grid .input-field label {
  font: 700 16px/20px "DM Sans", sans-serif;
}
.dashboard .content .tab.active-tab .main-content .info .row .form-grid .input-field label span {
  color: #e92827;
}
.dashboard .content .tab.active-tab .main-content .info .row .form-grid .input-field input,
.dashboard .content .tab.active-tab .main-content .info .row .form-grid .input-field select {
  padding: 16px;
  border-radius: 6px;
  font: 400 16px/24px "DM Sans", sans-serif;
  border: 1px solid #4e4e4e !important;
}
.dashboard .content .tab.active-tab .main-content .info .no-payment-methods {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dashboard .content .tab.active-tab .main-content .info .card-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .two-fields {
  display: flex;
  gap: 16px;
  width: 100%;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .two-fields .cardinput {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .two-fields .cardinput label {
  font: 700 16px/20px "DM Sans", sans-serif;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .two-fields .cardinput label span {
  color: #e92827;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .two-fields .cardinput .input-with-icon {
  position: relative;
  display: flex;
  border: 1px solid #4e4e4e;
  padding: 16px 22px;
  border-radius: 6px;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .two-fields .cardinput .input-with-icon input {
  border: none;
  outline: none;
  width: 100%;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .two-fields .cardinput .input-with-icon img {
  margin-left: 8px;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .two-fields .input-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .two-fields .input-field label {
  font: 700 16px/20px "DM Sans", sans-serif;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .two-fields .input-field label span {
  color: #e92827;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .two-fields .input-field input,
.dashboard .content .tab.active-tab .main-content .info .card-form .two-fields .input-field select {
  padding: 16px;
  border-radius: 6px;
  font: 400 16px/24px "DM Sans", sans-serif;
  border: 1px solid #4e4e4e !important;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .input-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .input-field label {
  font: 700 16px/20px "DM Sans", sans-serif;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .input-field label span {
  color: #e92827;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .input-field input,
.dashboard .content .tab.active-tab .main-content .info .card-form .input-field select {
  padding: 16px;
  border-radius: 6px;
  font: 400 16px/24px "DM Sans", sans-serif;
  border: 1px solid #4e4e4e !important;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .dropdown {
  position: relative;
  width: 100%;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .dropdown-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
  cursor: pointer;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .dropdown-btn img {
  width: 14px;
  height: auto;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 8px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  list-style: none;
  padding: 0;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .dropdown-menu .dropdown-item {
  padding: 12px 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .dropdown-menu .dropdown-item:hover {
  background-color: #f8f8f8;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .dropdown-menu .dropdown-item.selected {
  background-color: #fce9e9;
  position: relative;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .dropdown-menu .dropdown-item.selected::after {
  content: "✓";
  position: absolute;
  right: 16px;
  color: #e63946;
  font-size: 14px;
}
.dashboard .content .tab.active-tab .main-content .info .card-form .dropdown.open .dropdown-menu {
  display: block;
}
.dashboard .content .tab.active-tab .main-content .info p {
  font: 400 16px/24px "DM Sans", sans-serif;
}
.dashboard .content .tab.active-tab .main-content .info .information-card {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.dashboard .content .tab.active-tab .main-content .info .information-card .card-info h3 {
  font: 700 20px/24px "DM Sans", sans-serif;
  margin-bottom: 12px;
}
.dashboard .content .tab.active-tab .main-content .info .information-card .card-info p {
  font: 400 16px/24px "DM Sans", sans-serif;
}
.dashboard .content .tab.active-tab .main-content .info .information-card .remove-btn {
  border: none;
  border-bottom: 1px solid #e92827;
  background: none;
  font: 700 16px/24px "DM Sans", sans-serif;
  color: #e92827;
  cursor: pointer;
}
.dashboard .content .tab.active-tab .main-content .address-btn {
  width: -moz-max-content;
  width: max-content;
}
.dashboard .content .tab.active-tab .main-content .active-address {
  display: flex;
}
.dashboard .content .tab.active-tab .main-content .deactive-address {
  display: none;
}
.dashboard .content .tab .order-table-container {
  background-color: #fff;
}
.dashboard .content .tab .order-table-container .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #ddd;
}
.dashboard .content .tab .order-table-container .table-responsive .order-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.dashboard .content .tab .order-table-container .table-responsive .order-table thead th {
  padding: 16px 22px;
  font: 700 14px/20px "DM Sans", sans-serif;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.dashboard .content .tab .order-table-container .table-responsive .order-table thead th:last-child {
  text-align: right;
}
.dashboard .content .tab .order-table-container .table-responsive .order-table tbody tr {
  border-bottom: 1px solid #ddd;
}
.dashboard .content .tab .order-table-container .table-responsive .order-table tbody tr:hover {
  background-color: #f9f9f9;
}
.dashboard .content .tab .order-table-container .table-responsive .order-table tbody tr td {
  padding: 16px 22px;
  font: 400 14px/20px "DM Sans", sans-serif;
  text-align: left;
}
.dashboard .content .tab .order-table-container .table-responsive .order-table tbody tr td .status {
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.9rem;
  text-align: center;
}
.dashboard .content .tab .order-table-container .table-responsive .order-table tbody tr td .status.cancelled {
  background-color: #d3d3d3;
  color: rgb(134.5, 134.5, 134.5);
}
.dashboard .content .tab .order-table-container .table-responsive .order-table tbody tr td .status.refunded {
  background-color: #f8d7da;
  color: rgb(225.2127659574, 84.7872340426, 97.5531914894);
}
.dashboard .content .tab .order-table-container .table-responsive .order-table tbody tr td .status.complete {
  background-color: #d4edda;
  color: rgb(104.1475409836, 191.8524590164, 125.1967213115);
}
.dashboard .content .tab .order-table-container .table-responsive .order-table tbody tr td .status.pending {
  background-color: #fff3cd;
  color: rgb(255, 206.28, 52);
}
.dashboard .content .tab .order-table-container .table-responsive .order-table tbody tr td .status.processing {
  background-color: #cce5ff;
  color: #3397ff;
}
.dashboard .content .tab .order-table-container .table-responsive .order-table tbody tr td .action-btn {
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.9rem;
  margin-right: 5px;
  background: #303030;
  color: #fff;
}
.dashboard .content .tab .order-table-container .table-responsive .order-table tbody tr td .action-btn:hover {
  opacity: 0.8;
}
.dashboard .content .tab .order-table-container .table-responsive .order-table tbody tr td:last-child {
  text-align: right;
}
.dashboard .content .tab .favorite-items {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}
.dashboard .content .tab .favorite-items .card-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 180px;
  overflow: hidden;
}
.dashboard .content .tab .favorite-items .card-container .image {
  width: 100%;
  height: 180px;
  background: #fff;
  position: relative;
}
.dashboard .content .tab .favorite-items .card-container .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dashboard .content .tab .favorite-items .card-container .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
}
.dashboard .content .tab .favorite-items .card-container .content .product-name {
  font: 700 14px/20px "DM Sans", sans-serif;
  text-align: left;
}
.dashboard .content .tab .favorite-items .card-container .content .rats {
  font: 500 14px/20px "DM Sans", sans-serif;
  color: #6e6e6e;
}
.dashboard .content .tab .favorite-items .card-container .button button {
  width: 100%;
  border-radius: 4px;
  text-align: center;
  padding: 3px 0;
  background: #e92827;
  color: #fff;
  border: none;
  font: 500 12px/24px "DM Sans", sans-serif;
  cursor: pointer;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .dashboard .sidebar_header {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .dashboard .sidebar_header .account_menu {
    display: block;
  }
  .dashboard .sidebar .menu.active {
    position: absolute;
  }
  .dashboard .sidebar .fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 999;
    padding: 20px;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: all 0.8s;
  }
  .dashboard .sidebar .fullscreen-menu ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .dashboard .sidebar .fullscreen-menu ul.menu .menu-item {
    padding: 16px 24px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dashboard .sidebar .fullscreen-menu ul.menu .menu-item a {
    text-decoration: none;
    color: #303030;
    font: 500 16px/24px "DM Sans", sans-serif;
  }
  .dashboard .sidebar .fullscreen-menu ul.menu .menu-item.active {
    background: #e92827;
    color: #fff;
  }
  .dashboard .sidebar .fullscreen-menu ul.menu .menu-item.active a {
    color: #fff;
  }
  .dashboard .sidebar .fullscreen-menu.active {
    display: block;
    transform: translateX(0%);
  }
  .dashboard .sidebar .account_menu {
    display: block;
    background: #e92827;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font: 500 16px/24px "DM Sans", sans-serif;
  }
  .dashboard .content {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .order-table thead {
    display: none;
  }
  .order-table tbody tr {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ddd;
  }
  .order-table tbody tr td {
    display: block;
    text-align: right;
    padding: 10px;
  }
  .order-table tbody tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .order-table tbody tr td .status {
    text-align: left;
  }
}
.btn-danger button {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: center;
  color: white;
  background-color: #e92827;
  padding: 15px;
  border-radius: 8px;
  font-family: "DM Sans", sans-serif;
  border: none;
  cursor: pointer;
  margin-top: 30px;
}

@media (max-width: 580px) {
  .dashboard .container {
    width: 100%;
  }
  .dashboard .container .content .tab.active-tab .main-content {
    padding: 20px 16px;
  }
  .dashboard .container .sidebar h3 {
    max-width: 140px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
  }
}
.custom_box_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 45px;
  flex-wrap: nowrap;
}
.custom_box_container .container {
  width: 100%;
  max-width: unset !important;
  padding: 40px 0px;
}
.custom_box_container .mb-4 {
  margin-bottom: 32px !important;
}
.custom_box_container .card-container,
.custom_box_container .row {
  width: 100%;
}
.custom_box_container .card-container2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 0;
  border-radius: 12px;
}
.custom_box_container .card-container2 .image {
  width: 100%;
  aspect-ratio: 1;
  background: #fafafa;
  display: flex;
  align-items: center;
  position: relative;
}
.custom_box_container .card-container2 .image .floating-btn {
  position: absolute;
  top: 14px;
  left: 14px;
  background: white;
  border: 1px solid #fe0c0a;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fe0c0a;
  border-radius: 4px;
  font-family: "DM Sans", sans-serif;
}
.custom_box_container .card-container2 .image img {
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom_box_container .card-container2 .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.custom_box_container .card-container2 .content .product-name {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom_box_container .card-container2 .content .product-name .stars {
  display: flex;
  gap: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #6e6e6e;
}
.custom_box_container .card-container2 .content .product-name .rats {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #6e6e6e;
}
.custom_box_container .card-container2 .content .product-name .rats .red-text {
  color: #e92827;
  margin-left: 4px;
  text-wrap: nowrap;
}
.custom_box_container .card-container2 .content .rats {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #6e6e6e;
}
.custom_box_container .card-container2 .content .rats .red-text {
  color: #e92827;
  margin-left: 4px;
}
.custom_box_container .card-container2 .button button {
  width: 100%;
  border-radius: 12px;
  text-align: center;
  padding: 12px 0;
  background: #fef2f2;
  color: #e92827;
  border: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  cursor: pointer;
}
.custom_box_container .card-container2 .button button:hover {
  background: #e92827;
  color: white;
}
.custom_box_container .add_basket {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  width: 100%;
  background-color: #e92827;
  border-radius: 4px;
  border: none;
  line-height: 24px;
  text-align: center;
  color: #fff;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.custom_box_container .card-container {
  max-width: 234px;
}

.packaging_detail_2 {
  padding: 0px 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.asside_section {
  max-width: 480px;
  display: flex;
  padding: 0px 0px;
  border-right: 1px solid #dbdbdb;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  overflow-y: auto;
  height: calc(100vh - 102px);
  width: 100%;
  position: sticky;
  top: 100px;
}
.asside_section .cards {
  margin-bottom: 90px;
  margin-top: 0px;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.asside_section .box-item {
  margin-bottom: 32px;
}
.asside_section .box-item .box_inner_item {
  display: flex;
  width: 100%;
  gap: 10px;
}
.asside_section .box-item .box_inner_item img {
  width: 88px;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8.8px;
}
.asside_section .box-item .box_inner_item .detail {
  align-items: center;
  gap: 8px;
  width: 100%;
}
.asside_section .box-item .box_inner_item .detail div {
  display: flex;
  gap: 4px;
  flex-direction: column;
}
.asside_section .radio-group label {
  border-radius: 4100px;
}
.asside_section .flieds {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.asside_section .add_card_btn_outer {
  width: 100%;
  position: sticky;
  bottom: 0px;
  padding: 20px;
  background-color: white;
}
.asside_section .add_card_btn {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 17px;
  width: 100%;
  border-radius: 12px;
  border: none;
  background-color: #e92827;
  line-height: 20.83px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
}

.added_card {
  max-width: 127px;
  position: relative;
  width: 100%;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.added_card .remove_item {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 22px;
  color: #303030;
}
.added_card img {
  width: 127px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 127px;
}
.added_card .content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.added_card .content h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #303030;
  line-height: 16px;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.added_card .content p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #6e6e6e;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.packaging_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}
.packaging_box p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #303030;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.packaging_box .detail {
  display: flex;
  justify-content: space-between;
}
.packaging_box .detail h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  color: #303030;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.packaging_box .detail span {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-wrap: nowrap;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.message {
  display: block;
  width: 100%;
  margin-bottom: 17px;
  background-color: #e3fdfa;
  padding: 8px 16px;
  border-radius: 6px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.packaging_detail {
  padding: 24px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fffafa;
}
.packaging_detail .radio-group input[type=radio]:checked + .radio-label svg {
  fill: white;
}
.packaging_detail .radio-group label {
  padding: 8px;
  font-size: 20px;
  display: flex;
  gap: 13px;
}
.packaging_detail .radio-group label svg {
  width: 20px;
}
.packaging_detail .dropdown {
  width: 100%;
}
.packaging_detail .dropdown .dropdown-btn {
  border: 1px solid #dcdcdc;
  border-radius: 8px;
}
.packaging_detail .dropdown .box_size {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.packaging_detail .dropdown .box_size span {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
.packaging_detail .dropdown .box_size p {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #6b707c;
}
.packaging_detail .dropdown .dropdown-btn,
.packaging_detail .dropdown .dropdown-menu {
  width: 100%;
  max-width: 360px;
  justify-content: space-between;
}
.packaging_detail .field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.packaging_detail .field label {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #434343;
}

.mbl_box_customization {
  position: fixed;
  scroll-behavior: none;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease;
  padding: 16px;
  border-radius: 24px 24px 0px 0px;
  bottom: 0px;
  background-color: #fff;
  box-shadow: 0px -5px 40px 0px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.mbl_box_customization .add_card_btn {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 17px;
  width: 100%;
  border: none;
  margin-top: 8px;
  background-color: #e92827;
  line-height: 20.83px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
}
.mbl_box_customization .packaging_detail {
  max-width: 400px;
  background-color: #f5f5f5;
}
.mbl_box_customization .fa-grip-lines {
  width: 100%;
  text-align: center;
}
.mbl_box_customization .message {
  display: none;
  transition: all 0.3s ease;
}
.mbl_box_customization .packaging_box {
  display: flex;
  flex-direction: row;
  transition: all 0.3s ease;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.mbl_box_customization .packaging_box .img_outer {
  display: flex;
  gap: 12px;
  width: 100%;
  align-items: center;
}
.mbl_box_customization .packaging_box .img_outer img {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.mbl_box_customization .packaging_box .img_outer .detail_outer {
  width: 100%;
}
.mbl_box_customization .packaging_box .img_outer .detail_outer .detail {
  margin-top: 0;
  width: 100%;
}
.mbl_box_customization .packaging_box .img_outer .detail_outer .detail h3,
.mbl_box_customization .packaging_box .img_outer .detail_outer .detail span {
  font-size: 16px;
}
.mbl_box_customization .packaging_box .img_outer .detail_outer p {
  font-size: 13px;
}
.mbl_box_customization .cards {
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
}
.mbl_box_customization .cards .added_card {
  flex-direction: row;
  min-width: 193px;
}
.mbl_box_customization .cards .added_card .remove_item {
  left: 6px;
  font-size: 18px;
}
.mbl_box_customization .cards .added_card img {
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  border-radius: 8px;
}
.mbl_box_customization .cards .added_card h1,
.mbl_box_customization .cards .added_card p {
  font-size: 12px;
}

.down_menu_box form {
  display: none;
}
.down_menu_box .message {
  display: block;
}

@media (min-width: 1230px) {
  .mbl_box_customization {
    display: none;
  }
}
@media (max-width: 1230px) {
  .asside_section {
    display: none !important;
  }
  .added_card .content h1 {
    text-wrap: wrap;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  z-index: 0;
  display: none; /* Hidden by default */
}

/* Make the overlay visible */
.overlay.active {
  display: block;
}

.customize_box_banner {
  max-width: 1230px;
  width: 100%;
  padding: 26px;
  display: flex;
  margin-top: 60px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: url("../../images/product1.png"), red;
  background-blend-mode: multiply;
  border-radius: 24px;
}
.customize_box_banner .text_section {
  background-color: #fff;
  padding: 32px 63px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  max-width: 763px;
  width: 100%;
}
.customize_box_banner .text_section h1 {
  font-family: "Caprasimo", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 41.29px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.customize_box_banner .text_section button {
  font-family: "DM Sans", sans-serif;
  padding: 12px 24px;
  border-radius: 4px;
  background-color: #e92827;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 24px;
  border: none;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

@media (max-width: 786px) {
  .custom_box_container .add_basket {
    padding: 5px 0px !important;
  }
  .add_basket:hover {
    background-color: #fef2f2 !important;
    color: #e92827 !important;
  }
  .custom_box_container .container {
    padding: 20px 0;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1230px) {
  .custom_box_container {
    gap: 14px;
  }
  .asside_section {
    max-width: 300px;
  }
}
.add_card_btn:disabled {
  background-color: rgba(233, 40, 39, 0.6);
}

@media (min-width: 1400px) {
  .col-custom-xxl {
    flex: 0 0 auto;
    width: 20%; /* Adjust as needed */
  }
}
.thanks_container {
  max-width: 1020px;
  width: 100%;
  margin: 60px auto;
}
.thanks_container h1 {
  font-size: 40px;
  font-weight: 700;
  color: #303030;
  line-height: 56px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
[dir=rtl] .thanks_container h1, html[dir=rtl] .thanks_container h1, body[dir=rtl] .thanks_container h1, html[lang=ar] .thanks_container h1, body[lang=ar] .thanks_container h1 {
  text-align: right;
}
.thanks_container p {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-top: 6px;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
[dir=rtl] .thanks_container p, html[dir=rtl] .thanks_container p, body[dir=rtl] .thanks_container p, html[lang=ar] .thanks_container p, body[lang=ar] .thanks_container p {
  text-align: right;
}
.thanks_container .order_detail_card {
  width: 100%;
  display: flex;
  margin-top: 24px;
  flex-direction: column;
  padding: 32px;
  gap: 16px;
  background-color: #fafafa;
  border-radius: 10px;
}
.thanks_container .order_detail_card .order_detail_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.thanks_container .order_detail_card .order_detail_info ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.thanks_container .order_detail_card .order_detail_info ul li {
  font-size: 16px;
  font-weight: 400;
  color: #303030;
  line-height: 20.83px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
[dir=rtl] .thanks_container .order_detail_card .order_detail_info ul li, html[dir=rtl] .thanks_container .order_detail_card .order_detail_info ul li, body[dir=rtl] .thanks_container .order_detail_card .order_detail_info ul li, html[lang=ar] .thanks_container .order_detail_card .order_detail_info ul li, body[lang=ar] .thanks_container .order_detail_card .order_detail_info ul li {
  text-align: right;
}
.thanks_container .order_detail_card .order_detail_info h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 16px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
[dir=rtl] .thanks_container .order_detail_card .order_detail_info h5, html[dir=rtl] .thanks_container .order_detail_card .order_detail_info h5, body[dir=rtl] .thanks_container .order_detail_card .order_detail_info h5, html[lang=ar] .thanks_container .order_detail_card .order_detail_info h5, body[lang=ar] .thanks_container .order_detail_card .order_detail_info h5 {
  text-align: right;
}
.thanks_container .order_detail_card .order_detail_info h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #202020;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
[dir=rtl] .thanks_container .order_detail_card .order_detail_info h3, html[dir=rtl] .thanks_container .order_detail_card .order_detail_info h3, body[dir=rtl] .thanks_container .order_detail_card .order_detail_info h3, html[lang=ar] .thanks_container .order_detail_card .order_detail_info h3, body[lang=ar] .thanks_container .order_detail_card .order_detail_info h3 {
  text-align: right;
}
.thanks_container .order_detail_card h2 {
  color: #202020;
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.006em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
[dir=rtl] .thanks_container .order_detail_card h2, html[dir=rtl] .thanks_container .order_detail_card h2, body[dir=rtl] .thanks_container .order_detail_card h2, html[lang=ar] .thanks_container .order_detail_card h2, body[lang=ar] .thanks_container .order_detail_card h2 {
  text-align: right;
}
.thanks_container .order_detail_card .ordered_items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.thanks_container .order_detail_card .ordered_items .item {
  display: flex;
  gap: 16px;
}
.thanks_container .order_detail_card .ordered_items .item img {
  width: 83px;
  height: 107px;
  -o-object-fit: cover;
     object-fit: cover;
}
.thanks_container .order_detail_card .ordered_items .item .detail {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.thanks_container .order_detail_card .ordered_items .item .detail h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
[dir=rtl] .thanks_container .order_detail_card .ordered_items .item .detail h6, html[dir=rtl] .thanks_container .order_detail_card .ordered_items .item .detail h6, body[dir=rtl] .thanks_container .order_detail_card .ordered_items .item .detail h6, html[lang=ar] .thanks_container .order_detail_card .ordered_items .item .detail h6, body[lang=ar] .thanks_container .order_detail_card .ordered_items .item .detail h6 {
  text-align: right;
}
.thanks_container .order_detail_card .ordered_items .item .detail span {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #4a4a4a;
}
[dir=rtl] .thanks_container .order_detail_card .ordered_items .item .detail span, html[dir=rtl] .thanks_container .order_detail_card .ordered_items .item .detail span, body[dir=rtl] .thanks_container .order_detail_card .ordered_items .item .detail span, html[lang=ar] .thanks_container .order_detail_card .ordered_items .item .detail span, body[lang=ar] .thanks_container .order_detail_card .ordered_items .item .detail span {
  text-align: right;
}
.thanks_container .order_detail_card .ordered_items .item .detail .quantity {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.thanks_container .order_detail_card .ordered_items .item .detail .quantity p {
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  text-align: right;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.thanks_container .order_detail_card .ordered_items hr {
  margin-top: 0px;
  width: 100%;
  border-top: 1px solid #cccccc;
}
.thanks_container .order_detail_card .continue_shipping {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.thanks_container .order_detail_card .continue_shipping p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.006em;
  text-align: left;
  color: #202020;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.thanks_container .order_detail_card .continue_shipping p a {
  color: #e92827;
}
[dir=rtl] .thanks_container .order_detail_card .continue_shipping p, html[dir=rtl] .thanks_container .order_detail_card .continue_shipping p, body[dir=rtl] .thanks_container .order_detail_card .continue_shipping p, html[lang=ar] .thanks_container .order_detail_card .continue_shipping p, body[lang=ar] .thanks_container .order_detail_card .continue_shipping p {
  text-align: right;
}
.thanks_container .order_detail_card .continue_shipping button {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  padding: 16px 51px;
  background-color: #e92827;
  border-radius: 4px;
  border: none;
}

@media (max-width: 786px) {
  .thanks_container h1 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .thanks_container p {
    text-align: center;
  }
}
.confetti-section {
  position: relative;
  overflow: hidden;
}

.hero_section .container {
  position: relative;
  z-index: 1;
}

.product-lineup .lineup-list {
  background: #f2f2f2;
  padding: 24px;
  border-radius: 24px;
  height: 100%;
}
.product-lineup .lineup-list-title {
  color: #AB0416;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}
.product-lineup .lineup-list-content {
  list-style: none;
  padding: 0;
}
.product-lineup .lineup-list-content .lineup-list-item {
  padding: 12px 0;
  font-size: 16px;
  color: #333;
  position: relative;
  padding-left: 30px;
}
.product-lineup .lineup-list-content .lineup-list-item:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #AB0416;
  font-weight: bold;
  font-size: 18px;
}
.product-lineup .lineup-list-content .lineup-list-item strong {
  color: #AB0416;
  font-weight: 600;
}

.we-are-ready {
  background: #FFF9F0;
}

.customised-section {
  padding: 60px 0;
}
.customised-section .section-subtitle {
  max-width: 800px;
  margin: 20px auto 40px;
  text-align: center;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}
.customised-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.customised-section .gallery-grid .gallery-item {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 430px;
  margin-bottom: 24px;
}
.customised-section .gallery-grid .gallery-item:hover {
  transform: translateY(-5px);
}
.customised-section .gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .customised-section .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .customised-section .gallery-grid {
    grid-template-columns: 1fr;
  }
}

.reseller-contact {
  background: #ffeef2;
  padding: 100px 20px;
  text-align: center;
  position: relative;
  /* Logos Row */
  /* Form Styling */
}
.reseller-contact .subtitle {
  color: #444;
  font-size: 1.05rem;
  margin-bottom: 40px;
}
.reseller-contact .reseller-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}
.reseller-contact .reseller-logos img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(0);
  opacity: 0.9;
  transition: all 0.3s ease;
}
.reseller-contact .reseller-logos img:hover {
  transform: scale(1.05);
  opacity: 1;
}
.reseller-contact .reseller-form {
  max-width: 700px;
  margin: 0 auto;
}
.reseller-contact .reseller-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.reseller-contact .reseller-form .two-cols input {
  flex: 1 1 calc(50% - 10px);
  min-width: 48%;
}
.reseller-contact .reseller-form input,
.reseller-contact .reseller-form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 14px 16px;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  color: #333;
  transition: border 0.3s ease;
}
.reseller-contact .reseller-form input:focus,
.reseller-contact .reseller-form textarea:focus {
  border-color: #E63946;
  outline: none;
}

/* ============================================
   BLOG STYLES
   ============================================ */
/* -----------------------------
   Blog Listing Page
   ----------------------------- */
.auther-detail {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 15.13px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #303030;
}

.blog-sub-title {
  margin-top: 8px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 15.13px;
  line-height: 24px;
  letter-spacing: 0%;
  width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  color: #697281;
}

/* -----------------------------
   Pagination
   ----------------------------- */
.pagination {
  display: flex;
  margin-top: 20px;
  gap: 8px;
  justify-content: flex-end;
}
.pagination .page-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 16px;
  max-height: 32px;
  width: 32px;
}
.pagination .page-item.active {
  color: white;
  background-color: #e92827;
}
.pagination .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: text;
}
.pagination .page-item:has(.page-link) {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.pagination .page-link {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 16px;
  gap: 8px;
}
.pagination .page-link svg {
  min-width: 16px;
}
.pagination .prev .page-link svg {
  transform: rotate(180deg);
}

/* -----------------------------
   Filter & Search
   ----------------------------- */
.filter-container {
  display: flex;
  gap: 12px;
}
.filter-container .search-box {
  min-width: 300px;
}
@media (max-width: 768px) {
  .filter-container {
    flex-wrap: wrap;
  }
  .filter-container .search-box {
    min-width: 100%;
  }
}

.category-pills {
  display: flex;
  gap: 8px;
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: scroll;
}
.category-pills .pills {
  padding: 8px 12px;
  border-radius: 16px;
  background-color: white;
  font-size: 14px;
  color: #333;
  text-wrap: nowrap;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}
.category-pills .pills:hover {
  border-color: #e92827;
}
.category-pills .pills.active {
  color: white;
  background: #e92827;
  border-color: #e92827;
}

/* -----------------------------
   Blog Detail Content
   ----------------------------- */
#blog-detail-content div {
  width: 100%;
}
#blog-detail-content h1 {
  display: block;
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: bold;
  line-height: 1em;
}
#blog-detail-content h2 {
  display: block;
  font-size: 1.5em;
  margin: 0.75em 0;
  font-weight: bold;
  line-height: 1em;
}
#blog-detail-content h3 {
  display: block;
  font-size: 1.17em;
  margin: 0.83em 0;
  line-height: 1em;
  font-weight: bold;
}
#blog-detail-content h4 {
  display: block;
  margin: 1.12em 0;
  font-weight: bold;
  line-height: 1em;
}
#blog-detail-content h5 {
  display: block;
  font-size: 0.83em;
  margin: 1.5em 0;
  font-weight: bold;
  line-height: 0.8em;
}
#blog-detail-content h6 {
  display: block;
  font-size: 0.75em;
  margin: 1.67em 0;
  font-weight: bold;
  line-height: 0.7em;
}
#blog-detail-content p {
  display: block;
  margin: 1em 0;
}
#blog-detail-content strong,
#blog-detail-content b {
  font-weight: bold;
}
#blog-detail-content em,
#blog-detail-content i {
  font-style: italic;
}
#blog-detail-content u {
  text-decoration: underline;
}
#blog-detail-content mark {
  background-color: yellow;
  color: black;
}
#blog-detail-content del,
#blog-detail-content s {
  text-decoration: line-through;
}
#blog-detail-content ins {
  text-decoration: underline;
}
#blog-detail-content sub {
  vertical-align: sub;
  font-size: smaller;
}
#blog-detail-content sup {
  vertical-align: super;
  font-size: smaller;
}
#blog-detail-content ul {
  display: block;
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px;
}
#blog-detail-content ol {
  display: block;
  list-style-type: decimal;
  margin: 1em 0;
  padding-left: 40px;
}
#blog-detail-content li {
  display: list-item;
}
#blog-detail-content table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}
#blog-detail-content thead {
  display: table-header-group;
  vertical-align: middle;
}
#blog-detail-content tbody {
  display: table-row-group;
  vertical-align: middle;
}
#blog-detail-content tr {
  display: table-row;
  vertical-align: inherit;
}
#blog-detail-content th,
#blog-detail-content td {
  display: table-cell;
  vertical-align: inherit;
  padding: 1px;
}
#blog-detail-content th {
  font-weight: bold;
  text-align: center;
}
#blog-detail-content caption {
  display: table-caption;
  text-align: center;
}
#blog-detail-content a {
  color: #e92827;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
}
#blog-detail-content a:hover {
  color: rgb(200.5714285714, 21.3571428571, 20.4285714286);
}
#blog-detail-content img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#blog-detail-content video,
#blog-detail-content audio {
  display: inline-block;
  max-width: 100%;
}
#blog-detail-content div,
#blog-detail-content section,
#blog-detail-content article,
#blog-detail-content aside,
#blog-detail-content header,
#blog-detail-content footer,
#blog-detail-content nav,
#blog-detail-content main {
  display: block;
}
#blog-detail-content form {
  display: block;
  margin-top: 0em;
}
#blog-detail-content label {
  cursor: default;
}
#blog-detail-content input,
#blog-detail-content textarea,
#blog-detail-content select,
#blog-detail-content button {
  font: 1em sans-serif;
  margin: 0;
}
#blog-detail-content input[type=text],
#blog-detail-content textarea {
  padding: 1px;
}
#blog-detail-content button {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  text-align: center;
}
#blog-detail-content code,
#blog-detail-content kbd,
#blog-detail-content samp {
  font-family: monospace;
  background-color: #f5f5f5;
  padding: 2px 6px;
  border-radius: 4px;
}
#blog-detail-content pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0;
  background-color: #f5f5f5;
  padding: 12px;
  border-radius: 8px;
  overflow-x: auto;
}
#blog-detail-content span {
  display: inline;
}
#blog-detail-content abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
}
#blog-detail-content hr {
  display: block;
  border: 1px inset;
  margin: 0.5em auto;
  border-style: inset;
  border-width: 1px;
}
@media (max-width: 768px) {
  #blog-detail-content textarea {
    width: 100%;
  }
}

/* -----------------------------
   Blog Card Styles
   ----------------------------- */
.blog-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.blog-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}
.blog-card .blog-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card .blog-content {
  padding: 20px;
}
.blog-card .blog-content .blog-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #303030;
  font-family: "DM Sans", sans-serif;
}
.blog-card .blog-content .blog-excerpt {
  font-size: 14px;
  color: #697281;
  line-height: 1.6;
  margin-bottom: 16px;
}
.blog-card .blog-content .blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #999;
}
.blog-card .blog-content .blog-meta .read-more {
  color: #e92827;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-card .blog-content .blog-meta .read-more:hover {
  color: rgb(200.5714285714, 21.3571428571, 20.4285714286);
}

/* -----------------------------
   Blog Grid Layout
   ----------------------------- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* -----------------------------
   Featured Blog Post
   ----------------------------- */
.featured-blog {
  background: linear-gradient(135deg, #fffafa 0%, #fff 100%);
  padding: 60px 20px;
  border-radius: 16px;
  margin-bottom: 40px;
}
.featured-blog .featured-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 768px) {
  .featured-blog .featured-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.featured-blog .featured-content .featured-image {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.featured-blog .featured-content .featured-text h2 {
  font-size: 32px;
  font-weight: 700;
  color: #e92827;
  margin-bottom: 16px;
  font-family: "DM Sans", sans-serif;
}
.featured-blog .featured-content .featured-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 24px;
}
.featured-blog .featured-content .featured-text .btn-read-more {
  display: inline-block;
  padding: 12px 24px;
  background: #e92827;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.featured-blog .featured-content .featured-text .btn-read-more:hover {
  background: rgb(200.5714285714, 21.3571428571, 20.4285714286);
  transform: translateY(-2px);
}/*# sourceMappingURL=main.css.map */