/* Add custom CSS styles below */

/* header 
.header__icons i,
.header__icons svg,
.header__icons .sicon-user,
.header__icons .sicon-search,
.header__icons .icon,
.header__icons path {
  color: #e78dba !important;   
  fill: #e78dba !important;
  stroke: #e78dba !important;
}
*/

/* override max width for all secondary page on pc and tablet */
@media screen and (min-width: 768px) {
  .sustainabilityp-container,
  .privacyp-container,
  .returnp-container,
  .terms-container,
  .aboutv-container,
  .contactv-container,
  .faqp-container,
  .joinp-container {
    max-width: 90% !important;
  }
}

/* products styling */

custom-salla-product-card {
  flex: 0 0 200px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease !important;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

custom-salla-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

custom-salla-product-card.product-entry {
  padding: 5px;
  /* border: 1px solid #f1f1f1; */
}

/* .swiper-slide {
  margin-top: 15px;
  margin-bottom: 15px;
} */

#similar-slider .swiper-slide {
  margin-top: 15px;
  margin-bottom: 15px;
}

#similar-slider .slider-slide {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* product button */

.add-to-cart-conatiner .product-popup-trigger {
  display: none;
}
.add-to-cart-conatiner salla-add-product-button salla-button {
  width: 80%;
  padding-bottom: 5px;
}

.add-to-cart-conatiner salla-add-product-button .w-full {
  display: flex;
  justify-content: center;
}

salla-add-product-button.btn--add-to-cart--full.hydrated {
  display: flex;
  justify-content: center;
}

/* custom-salla-product-card.product-entry:hover img {
  transform: scale(1.03);
} */
.custom-salla-product-card img {
  transition: transform 0.3s ease;
}

.product-entry {
  text-align: center;
}
.product-entry * {
  text-align: center;
}
.product-entry__content {
  text-align: center !important;
}

.product-entry__content .price-wrapper,
.product-entry__content .starting-or-normal-price,
.product-entry__content .price_is_on_sale,
.product-entry__content .total-price,
.product-entry__content .before-price,
.product-entry__content .discount-amount {
  text-align: center !important;
  justify-content: center !important;
}

/* main page */

@media (min-width: 1024px) {
  .store-features .right-side h2 {
    font-size: 32px;
    font-weight: 700;
  }

  .store-features .right-side p {
    font-size: 16px;
    color: #000;
  }
}

/*

.store-features img {
  width: 84px ;    
  height: auto;  
  max-width: 100%;
}
*/

.promotion-title,
.s-cart-summary-count {
  background-color: #e8004c;
}

.promotion-badge {
  color: white !important ;
}

.contact-us-map iframe {
  display: none !important;
}

.contact-us-map .flex-1 {
  height: 200px !important;
  background-color: transparent !important;
}

/* join us page */
.joinp-section {
  /* background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%); */
  padding: 48px 20px;
  color: #0b1b2b;
  direction: rtl;
}

.joinp-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: right;
}

.joinp-main-heading {
  font-size: 2rem;
  color: #0072ce;
  margin-bottom: 16px;
  text-align: right;
}

.joinp-paragraph {
  font-size: 1.05rem;
  color: #16324a;
  line-height: 1.9;
  margin-bottom: 10px;
  text-align: right;
}

#joinp-last-paragraph {
  margin-bottom: 30px;
}

.joinp-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.joinp-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  text-align: right;
}

.joinp-card-icon {
  width: 75px;
  height: 75px;
  border-radius: 10px;

  object-fit: contain;
}

.joinp-card-text-container {
  text-align: right;
}

.joinp-card-title {
  font-size: 1.1rem;
  color: #093049;
  margin: 0 0 8px 0;
}

.joinp-card-details {
  margin: 0;
  color: #5b6b78;
  font-size: 0.96rem;
  line-height: 1.7;
}

.joinp-form-area {
  margin-top: 30px;
  padding: 16px 0;
  text-align: right;
}

.joinp-form-instruction {
  margin: 0 0 12px 0;
  color: #16324a;
  font-size: 1rem;
}

.joinp-form-button {
  display: inline-block;
  background: #0072ce;
  color: #fff;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s ease;
}

.joinp-form-button:hover {
  background: #005bb5;
}

/* remove defualt header */
.content--single-page > h1:first-child {
  display: none;
}

/* privacy page */

.privacyp-section {
  /* background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%); */
  padding: 40px 20px;
  color: #0b1b2b;
}
.privacyp-container {
  max-width: 800px;
  margin: auto;
}
.privacyp-title {
  font-size: 2rem;
  color: #0072ce;
  text-align: right;
  margin-bottom: 8px;
}
.privacyp-date {
  color: #5a6b7a;
  text-align: right;
  margin-bottom: 24px;
}
.privacyp-intro {
  line-height: 1.9;
  color: #16324a;
  font-size: 1.05rem;
  background: #fff;
  padding: 16px 20px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(2, 24, 46, 0.06);
}
.privacyp-section-block {
  margin-top: 30px;
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(2, 24, 46, 0.05);
}
.privacyp-subtitle {
  color: #0072ce;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.privacyp-subtitle {
  color: #0072ce;
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
}
.privacyp-subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 3px;
  /* background: linear-gradient(90deg, #0072ce, #4da6ff); */
  border-radius: 2px;
}

.privacyp-section ul {
  padding-right: 20px;
  line-height: 1.8;
}
.privacyp-section p,
.privacyp-section li {
  font-size: 1rem;
  color: #16324a;
}
.privacyp-section a {
  color: #0072ce;
  text-decoration: none;
  word-break: break-word;
}
.privacyp-section a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .privacyp-title {
    font-size: 1.6rem;
  }
  .privacyp-subtitle {
    font-size: 1.1rem;
  }
}

/* return */

.returnp-section {
  /* background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%); */
  padding: 40px 20px;
  color: #0b1b2b;
}
.returnp-container {
  max-width: 800px;
  margin: auto;
}
.returnp-title {
  font-size: 2rem;
  color: #0072ce;
  text-align: right;
  margin-bottom: 8px;
}
.returnp-intro {
  line-height: 1.9;
  color: #16324a;
  font-size: 1.05rem;
  background: #fff;
  padding: 16px 20px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(2, 24, 46, 0.06);
}
.returnp-section-block {
  margin-top: 30px;
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(2, 24, 46, 0.05);
}
.returnp-subtitle {
  color: #0072ce;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.returnp-subtitle {
  color: #0072ce;
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
}
.returnp-subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 3px;
  /* background: linear-gradient(90deg, #0072ce, #4da6ff); */
  border-radius: 2px;
}

.returnp-section ul {
  padding-right: 20px;
  line-height: 1.8;
}
.returnp-section p,
.returnp-section li {
  font-size: 1rem;
  color: #16324a;
  text-align: right;
}
.returnp-section a {
  color: #0072ce;
  text-decoration: none;
  word-break: break-word;
}
.returnp-section a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .returnp-title {
    font-size: 1.6rem;
  }
  .returnp-subtitle {
    font-size: 1.1rem;
  }
}

/* terms page  */
.terms-section {
  /* background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%); */
  padding: 40px 20px;
  color: #0b1b2b;
}
.terms-container {
  max-width: 800px;
  margin: auto;
}
.terms-title {
  font-size: 2rem;
  color: #0072ce;
  text-align: right;
  margin-bottom: 8px;
}
.terms-intro {
  line-height: 1.9;
  color: #16324a;
  font-size: 1.05rem;
  background: #fff;
  padding: 16px 20px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(2, 24, 46, 0.06);
}
.terms-block {
  margin-top: 30px;
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(2, 24, 46, 0.05);
}
.terms-subtitle {
  color: #0072ce;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.terms-subtitle {
  color: #0072ce;
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
}
.terms-subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 3px;
  /* background: linear-gradient(90deg, #0072ce, #4da6ff); */
  border-radius: 2px;
}

.terms-section ul {
  padding-right: 20px;
  line-height: 1.8;
  list-style: none;
}
.terms-section p,
.terms-section li {
  font-size: 1rem;
  color: #16324a;
  text-align: right;
}

.terms-section a {
  color: #0072ce;
  text-decoration: none;
  word-break: break-word;
}
.terms-section a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .terms-title {
    font-size: 1.6rem;
  }
  .terms-subtitle {
    font-size: 1.1rem;
  }
}

/* about - page */

.aboutv-section {
  /* background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%); */
  padding: 40px 20px;
  color: #0b1b2b;
}
.aboutv-container {
  max-width: 800px;
  margin: auto;
}
.aboutv-title {
  font-size: 2rem;
  color: #0072ce;
  text-align: right;
  margin-bottom: 8px;
}
.aboutv-intro {
  line-height: 1.9;
  color: #16324a;
  font-size: 1.05rem;
  background: #fff;
  padding: 16px 20px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(2, 24, 46, 0.06);
}
.aboutv-block {
  margin-top: 30px;
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 10px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: 0 6px 18px rgba(2, 24, 46, 0.05);
  display: flex;
  align-items: center;
  gap: 30px;
}

.aboutv-block-content {
  flex: 1;
}

.aboutv-image-wrapper {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #e8f5fd;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.aboutv-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.aboutv-subtitle {
  color: #0072ce;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.aboutv-subtitle {
  color: #0072ce;
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
}
.aboutv-subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 3px;
  /* background: linear-gradient(90deg, #0072ce, #4da6ff); */
  border-radius: 2px;
}

.aboutv-section p {
  font-size: 1rem;
  color: #16324a;
  text-align: right;
  line-height: 1.9;
}
@media (max-width: 640px) {
  .aboutv-title {
    font-size: 1.6rem;
  }
  .aboutv-subtitle {
    font-size: 1.1rem;
  }
  .aboutv-block {
    flex-direction: column-reverse;
    text-align: center;
  }
  .aboutv-image-wrapper {
    width: 140px;
    height: 140px;
  }
  .aboutv-image {
    width: 120px;
    height: 120px;
  }
}

/* contact us  */
.contactv-section {
  /* background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%); */
  padding: 40px 20px;
  color: #0b1b2b;
}
.contactv-container {
  max-width: 800px;
  margin: auto;
}
.contactv-title {
  font-size: 2rem;
  color: #0072ce;
  text-align: right;
  margin-bottom: 10px;
}
.contactv-intro {
  line-height: 1.9;
  color: #16324a;
  font-size: 1.05rem;
  background: #fff;
  padding: 16px 20px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(2, 24, 46, 0.06);
}

.about-icon {
  color: #0072ce;
}

.contactv-block {
  margin-top: 30px;
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(2, 24, 46, 0.05);
}
.contactv-subtitle {
  color: #0072ce;
  font-size: 1.25rem;
  margin-bottom: 12px;
}
.contactv-info p {
  font-size: 1rem;
  color: #16324a;
  line-height: 1.9;
}
.contactv-info a {
  color: #0072ce;
  text-decoration: none;
}
.contactv-info a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .contactv-title {
    font-size: 1.6rem;
  }
  .contactv-subtitle {
    font-size: 1.1rem;
  }
}

/* singl-page-opt */

.new-top-section {
  margin-bottom: 40px;
}

.dynamic-breadcrumbs {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.dynamic-breadcrumbs a {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}

.dynamic-breadcrumbs span {
  color: #444;
}

.bc-arrow {
  margin: 0 8px;
  color: #888;
}

.page-title-wrapper {
  position: relative;
  text-align: center;
  padding: 30px 10px;
  border-radius: 20px;
  overflow: hidden;
}

.page-title-wrapper-product {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  border-radius: 20px;
  overflow: hidden;
}
/*
.page-title-wrapper::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0,153,255,0.25), transparent 70%);
    animation: floatGlow 7s infinite linear;
    opacity: 0.5;
}
*/
.page-title {
  position: relative;
  font-size: 34px;
  font-weight: 800;
  color: #0b568f;
  letter-spacing: 1px;
  z-index: 2;
}

@keyframes floatGlow {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, 50px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/* Contact-us Page */
.contactp-section {
  /* background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%); */
  padding: 48px 20px;
  color: #0b1b2b;
  direction: rtl;
}

.contactp-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: right;
}

.contactp-intro {
  font-size: 1.05rem;
  color: #16324a;
  line-height: 1.9;
  margin-bottom: 34px;
}

/* ===== Top Cards: Email + Phone ===== */
.contactp-cards-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-bottom: 30px;
}

.contactp-contact-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: 12px;
  padding: 18px 18px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: #0b1b2b;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.contactp-contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.contactp-contact-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  opacity: 0.9;
}

.contactp-contact-title {
  font-size: 1.05rem;
  margin: 0;
  color: #093049;
}

.contactp-contact-value {
  margin: 2px 0 0 0;
  color: #16324a;
  font-size: 0.95rem;
}

/* ===== Social Section ===== */
.contactp-section-block {
  margin-bottom: 32px;
}

.contactp-subtitle {
  font-size: 1.35rem;
  color: #093049;
  margin-bottom: 18px;
  font-weight: 700;
}

/* Social Media Grid */
.contactp-social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 18px;
}

.contactp-social-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0b1b2b;
  font-size: 1rem;
  font-weight: 500;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.contactp-social-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.contactp-social-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  opacity: 0.9;
}

/* FAQ Page */
.faqp-section {
  /* background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%); */
  padding: 48px 20px;
  padding-top: 0px;
  color: #0b1b2b;
  direction: rtl;
}

.faqp-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: right;
}

.faqp-title {
  margin-bottom: 36px;
}

.faqp-subhead {
  font-size: 1.1rem;
  color: #0072ce;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
}

.faqp-heading {
  font-size: 1.8rem;
  color: #093049;
  font-weight: 700;
  margin-bottom: 10px;
}

.faqp-intro {
  font-size: 1.05rem;
  color: #16324a;
  line-height: 1.8;
  text-align: center;
}

/* FAQ List */
.faqp-list {
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.faqp-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 16px 0;
}

.faqp-trigger {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1.05rem;
  font-weight: 600;
  background: none;
  border: none;
  cursor: pointer;
  color: #093049;
  padding: 0;
  text-align: right;
}

.faqp-icon {
  font-size: 1.25rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.faqp-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 1rem;
  line-height: 1.8;
  color: #16324a;
  padding-top: 8px;
}

.faqp-item.active .faqp-content {
  max-height: 500px;
  opacity: 1;
}

.faqp-item.active .faqp-icon {
  transform: rotate(45deg);
}

/* sustainability page */

.sustainabilityp-section {
  /* background: linear-gradient(180deg, #ffffff 0%, #f0f8ff 100%); */
  padding: 40px 20px;
  color: #0b1b2b;
}
.sustainabilityp-container {
  max-width: 800px;
  margin: auto;
}
.sustainabilityp-title {
  font-size: 2rem;
  color: #0072ce;
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
}
.sustainabilityp-intro {
  line-height: 1.9;
  color: #16324a;
  font-size: 1.1rem;
  background-color: white !important;
  padding: 20px 24px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 114, 206, 0.1);
  border-left: 4px solid #0072ce;
  font-weight: 500;
  text-align: center;
}
.sustainabilityp-section-block {
  margin-top: 30px;
  background: #ffffff;
  padding: 20px 24px;
  border-radius: 12px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: 0 6px 20px rgba(2, 24, 46, 0.08);
  border: 1px solid rgba(0, 114, 206, 0.1);
  display: flex;
  align-items: center;
  gap: 30px;
}

.sustainabilityp-block-content {
  flex: 1;
}

.sustainabilityp-image-wrapper {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #e8f5fd;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.sustainabilityp-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.sustainabilityp-subtitle {
  color: #0072ce;
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
}
.sustainabilityp-subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 3px;
  /* background: linear-gradient(90deg, #0072ce, #4da6ff); */
  border-radius: 2px;
}
.sustainabilityp-section ul {
  padding-right: 20px;
  line-height: 1.8;
}
.sustainabilityp-section li {
  font-size: 1rem;
  color: #16324a;
  margin-bottom: 12px;
  position: relative;
  padding-right: 15px;
}
.sustainabilityp-section li::before {
  content: "•";
  position: absolute;
  right: -5px;
  top: 0;
  font-size: 1.1rem;
}
.sustainabilityp-section p {
  font-size: 1rem;
  color: #16324a;
  line-height: 1.8;
  margin-bottom: 15px;
}
.sustainabilityp-section a {
  color: #0072ce;
  text-decoration: none;
  word-break: break-word;
  font-weight: 500;
}
.sustainabilityp-section a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .sustainabilityp-title {
    font-size: 1.7rem;
  }
  .sustainabilityp-subtitle {
    font-size: 1.15rem;
  }
  .sustainabilityp-intro {
    font-size: 1rem;
    padding: 16px 20px;
  }
  .sustainabilityp-section-block {
    padding: 16px 20px;
    flex-direction: column-reverse;
    text-align: center;
  }
  .sustainabilityp-image-wrapper {
    width: 140px;
    height: 140px;
  }
  .sustainabilityp-image {
    width: 120px;
    height: 120px;
  }
}

/* ======================================
   CERTIFICATES SECTION STYLES
   ====================================== */

.certificates-section {
  padding-top: 80px;
  background: transparent;
}

.certificates-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* Header Styles */
.certificates-header {
  text-align: center;
  margin-bottom: 60px;
}

.certificates-title {
  font-size: var(--title-size);
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.certificates-description {
  display: -webkit-box;
  margin-top: 0.75rem;
  -webkit-box-orient: vertical;
  font-size: 0.875rem;
  -webkit-line-clamp: 1;
  line-height: 1.25rem;
  opacity: 0.6;
}

/* Grid Layout */
.certificates-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}

/* Certificate Card */
.certificate-card {
  flex: 0 0 200px;
  max-width: 200px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.certificate-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Image Container */
.certificate-image-container {
  position: relative;
  height: 140px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.certificate-image {
  width: 90px;
  height: 90px;
  object-fit: contain;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.certificate-card:hover .certificate-image {
  transform: scale(1.05);
}

/* Content */
.certificate-content {
  padding: 15px;
  text-align: center;
}

.certificate-title {
  font-size: 0.9rem;
  color: #093049;
  margin: 0 0 10px 0;
  font-weight: 600;
  line-height: 1.4;
  min-height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}

.certificate-description {
  color: #5b6b78;
  font-size: 0.85rem;
  line-height: 1.4;
  margin: 0 0 15px 0;
  min-height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}

/* Meta Information */
.certificate-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.certificate-type {
  background: rgba(0, 114, 206, 0.1);
  color: #0072ce;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .certificates-section {
    padding: 60px 0;
  }

  .certificates-container {
    padding: 0 15px;
  }

  .certificates-title {
    font-size: 2rem;
  }

  .certificates-description {
    font-size: 1rem;
    text-align: center;
  }

  .certificate-card {
    margin: 0 10px;
  }
}

@media (max-width: 480px) {
  .certificates-title {
    font-size: 1.8rem;
  }

  .certificate-content {
    padding: 15px;
  }

  .certificate-title {
    font-size: 0.9rem;
  }

  .certificate-meta {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .certificate-image-container {
    height: 120px;
  }

  .certificate-image {
    width: 80px;
    height: 80px;
  }
}

/*  Animations */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Print Styles */
@media print {
  .certificate-card {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid #ccc;
  }
}

#product-1190564741 salla-quantity-input {
  display: none !important;
}

#product-1190564741
  salla-add-product-button
  .s-add-product-button-main
  salla-button:first-child {
  display: none !important;
}

#product-1190564741 salla-add-product-button .s-add-product-button-main {
  justify-content: center !important;
}

#product-1190564741 .btn--wishlist {
  display: none !important;
}

#product-1190564741 .regular-or-normal-price {
  font-size: 0 !important;
}
#product-1190564741 .regular-or-normal-price::after {
  content: "تواصل معنا للحصول على عرض سعر";
  font-size: 18px;
  font-weight: bold;
}

/* gallery */
.gallery-view-container img {
  height: 350px;
  object-fit: cover;
}

#gaming-block-6 {
  padding-top: 0 !important;
  margin-top: 0 !important;
  background-color: #fafdff;
}

#gaming-block-6 > div {
  background-color: #fafdff;
}

#gaming-block-6 .block-inner {
  display: none !important;
}

#gaming-block-6 a {
  pointer-events: none !important;
  cursor: default !important;
}

#gaming-block-6 .swiper-slide a {
  border-radius: 12px !important;
  overflow: hidden !important;
}

#gaming-block-6 .swiper-slide img {
  border-radius: 12px !important;
}

#gaming-block-6 .swiper-slide div.rounded-b {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

/* new fetures style  */

@media (min-width: 1024px) {
  .store-features .anime-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .store-features .anime-item h2 {
    text-align: center !important;
  }

  .store-features .anime-item p {
    text-align: center !important;
  }

  .store-features
    .flex.flex-col.justify-center:first-of-type
    .anime-item:first-of-type {
    transform: translateX(-120px) !important;
  }

  .store-features
    .flex.flex-col.justify-center:first-of-type
    .anime-item:last-of-type {
    transform: translateX(-120px) !important;
  }

  .store-features
    .flex.flex-col.justify-center:last-of-type
    .anime-item:first-of-type {
    transform: translateX(120px) !important;
  }

  .store-features
    .flex.flex-col.justify-center:last-of-type
    .anime-item:last-of-type {
    transform: translateX(120px) !important;
  }
}

/* statistics cards */
.store-analytics .statistics-item > div {
  background: #ffffff !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

/* custom product page */

.custom-product-p-section {
  padding: 48px 20px;
  color: #0b1b2b;
  direction: rtl;
}

.custom-product-p-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
}

.custom-product-p-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0 auto;
}

.custom-product-p-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  text-align: right;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-product-p-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.custom-product-p-card-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 10px;
  object-fit: contain;
}

.custom-product-p-card-text-container {
  text-align: right;
  flex: 1;
}

.custom-product-p-card-title {
  font-size: 1.15rem;
  color: #093049;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.custom-product-p-card-details {
  margin: 0;
  color: #5b6b78;
  font-size: 0.98rem;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .custom-product-p-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .custom-product-p-card {
    padding: 18px;
  }

  .custom-product-p-card-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  .custom-product-p-card-title {
    font-size: 1.05rem;
  }

  .custom-product-p-card-details {
    font-size: 0.94rem;
  }
}