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

a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
textarea,
body {
  font-family: "Cairo", sans-serif !important;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  color: #222;
  font-family: Arial, Tahoma, sans-serif;
}

.ty-wp-header {
  background: #fff;
  border-bottom: 1px solid #dedede;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  color: #111;
  direction: rtl;
  position: relative;
  z-index: 50;
}

.ty-wp-header *,
.ty-wp-header *::before,
.ty-wp-header *::after {
  box-sizing: border-box;
}

.ty-wp-header-inner {
  align-items: center;
  display: flex;
  gap: 22px;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 34px;
  position: relative;
  justify-content: space-between;
}

.ty-wp-header a {
  color: inherit;
  text-decoration: none;
}

.ty-wp-header svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 22px;
}

.ty-wp-header-top {
  font-size: 13px;
  height: 32px;
}

.ty-wp-header-top .ty-wp-header-inner {
  height: 100%;
}

.ty-country {
  align-items: center;
  display: flex;
  margin-left: auto;
}

.ty-flag {
  align-items: center;
  background: #007a3d;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  height: 18px;
  justify-content: center;
  min-width: 42px;
  padding: 0 6px;
}

.ty-menu {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ty-menu-top {
  gap: 36px;
}

.ty-menu-top a,
.ty-help-link {
  color: #333;
  font-weight: 400;
  white-space: nowrap;
}

.ty-help-link {
  align-items: center;
  display: inline-flex;
  gap: 5px;
}

.ty-help-link svg {
  height: 17px;
  width: 17px;
}

.ty-wp-header-main {
  height: 86px;
}

.ty-wp-header-main .ty-wp-header-inner {
  height: 100%;
}

.ty-site-logo {
  color: #2b2b2b;
  display: inline-flex;
  flex: 0 0 220px;
  font-size: 45px;
  font-weight: 400;
  justify-content: flex-start;
  letter-spacing: 0;
  line-height: 1;
  order: 1;
}

.ty-site-logo img {
  display: block;
  max-height: 56px;
  width: auto;
}

.ty-wp-search {
  align-items: center;
  background: #f5f5f5;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  display: flex;
  flex: 1 1 auto;
  height: 48px;
  max-width: 960px;
  min-width: 360px;
  order: 2;
  overflow: hidden;
}

.ty-wp-search input {
  background: transparent;
  border: 0;
  color: #555;
  flex: 1;
  font-size: 15px;
  height: 100%;
  outline: 0;
  padding: 0 20px;
  text-align: right;
}

.ty-wp-search input::placeholder {
  color: #777;
}

.ty-wp-search button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #e8541f;
  cursor: pointer;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  padding: 0 18px;
}

.ty-wp-search button svg {
  height: 25px;
  width: 25px;
}

.ty-user-actions {
  align-items: center;
  display: flex;
  flex: 0 0 300px;
  gap: 26px;
  justify-content: flex-end;
  order: 3;
}

.ty-user-actions a {
  align-items: center;
  color: #111;
  display: inline-flex;
  flex-direction: row-reverse;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
  min-height: 34px;
  position: relative;
  white-space: nowrap;
}

.ty-header-badge {
  align-items: center;
  background: #e8541f;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 19px;
  justify-content: center;
  line-height: 1;
  min-width: 19px;
  padding: 0 5px;
  position: absolute;
  right: -8px;
  top: -8px;
  z-index: 2;
}

.ty-header-badge.is-empty {
  display: none;
}

.ty-user-actions a:hover,
.ty-menu-top a:hover,
.ty-help-link:hover {
  color: #e8541f;
}

.ty-wp-header-nav {
  border-top: 0;
  height: 42px;
}

.ty-wp-header-nav .ty-wp-header-inner {
  height: 100%;
}

.ty-mega-shell {
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  order: 1;
  position: relative;
}

.ty-categories-trigger {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 0;
  color: #111;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row-reverse;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  gap: 8px;
  height: 100%;
  padding: 0 0 0 8px;
  position: relative;
  white-space: nowrap;
}

.ty-categories-trigger svg {
  height: 22px;
  width: 22px;
}

.ty-categories-trigger b {
  background: #f12b38;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 4px 7px;
}

.ty-primary-nav {
  flex: 1 1 auto;
  min-width: 0;
  order: 2;
  overflow: hidden;
}

.ty-menu-primary {
  flex-direction: row;
  gap: 31px;
  justify-content: flex-start;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

.ty-menu-primary::-webkit-scrollbar {
  display: none;
}

.ty-menu-primary a {
  color: #111;
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 42px;
  position: relative;
}

.ty-menu-primary .current-menu-item > a,
.ty-menu-primary a:hover {
  color: #e8541f;
}

.ty-menu-primary .current-menu-item > a::after,
.ty-menu-primary a:hover::after,
.ty-categories-trigger::after {
  background: #e8541f;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

.ty-mega-menu {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 2px solid #f12b38;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: none;
  left: auto;
  min-height: 540px;
  position: absolute;
  right: 0;
  top: 42px;
  width: min(1040px, calc(100vw - 70px));
  z-index: 100;
}

.ty-wp-header.is-mega-open .ty-mega-menu,
.ty-mega-shell:hover .ty-mega-menu {
  display: flex;
}

.ty-mega-tabs {
  border-left: 1px solid #e2e2e2;
  flex: 0 0 176px;
  padding: 12px 10px;
}

.ty-mega-tabs a,
.ty-mega-tabs button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: #111;
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 13px;
  padding: 13px 16px;
  width: 100%;
  text-align: right;
}

.ty-mega-tabs a.is-active,
.ty-mega-tabs a:hover,
.ty-mega-tabs button.is-active,
.ty-mega-tabs button:hover {
  background: #fff4ec;
  color: #e8541f;
  cursor: pointer;
}

.ty-mega-content {
  flex: 1;
  min-width: 0;
  padding: 16px 34px 24px;
}

.ty-mega-panel {
  display: none;
  gap: 36px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ty-mega-panel.is-active {
  display: grid;
}

.ty-mega-group {
  margin: 0 0 24px;
}

.ty-mega-group h3 {
  align-items: center;
  color: #e8541f;
  display: flex;
  flex-direction: row-reverse;
  font-size: 16px;
  font-weight: 800;
  gap: 5px;
  justify-content: flex-end;
  margin: 0 0 9px;
}

.ty-mega-group h3 svg {
  height: 14px;
  stroke-width: 2;
  width: 14px;
}

.ty-mega-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ty-mega-group li {
  margin: 0 0 8px;
}

.ty-mega-group li a {
  color: #222;
  font-size: 15px;
  line-height: 1.2;
}

.ty-mega-group li a:hover {
  color: #e8541f;
}

@media (max-width: 1200px) {
  .ty-wp-header-inner {
    padding: 0 18px;
  }

  .ty-menu-primary {
    gap: 20px;
  }

  .ty-user-actions {
    flex-basis: 260px;
    gap: 16px;
  }
}

@media (max-width: 900px) {
  .ty-wp-header-top {
    display: none;
  }

  .ty-wp-header-main {
    height: auto;
    padding: 14px 0;
  }

  .ty-wp-header-main .ty-wp-header-inner {
    flex-wrap: wrap;
  }

  .ty-site-logo,
  .ty-user-actions,
  .ty-wp-search {
    flex-basis: auto;
    min-width: 0;
  }

  .ty-site-logo {
    flex: 1 0 140px;
    font-size: 38px;
    order: 1;
  }

  .ty-user-actions {
    flex: 1 0 auto;
    order: 2;
  }

  .ty-user-actions span {
    display: none;
  }

  .ty-wp-search {
    flex: 1 0 100%;
    max-width: none;
    order: 3;
  }

  .ty-mega-menu {
    left: auto;
    right: 0;
    width: calc(100vw - 36px);
  }

  .ty-mega-content {
    overflow-y: auto;
  }

  .ty-mega-panel,
  .ty-mega-panel.is-active {
    grid-template-columns: 1fr;
  }
}

.ty-section-category-slider {
  background: #fafafa !important;
  padding: 30px 80px !important;
  margin-bottom: 30px;
}

.ty-category-slider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.ty-category-slider-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.ty-category-icon {
  font-size: 32px;
  color: #e8541f;
  margin-bottom: 10px;
}

.ty-category-title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.ty-section-loved-head,
.ty-section-loved-products {
  background: #fff !important;
  border: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ty-section-loved-head {
  padding-bottom: 0 !important;
  padding-top: 22px !important;
}

.ty-section-loved-head > .elementor-container {
  background: linear-gradient(180deg, #efefef 0%, #f8f8f8 100%) !important;
  border: none;
  border-bottom: 0;
  border-radius: 0;
  max-width: none !important;
  min-height: 64px;
  padding: 0 28px !important;
}

.ty-section-loved-head .elementor-container {
  align-items: center;
}

.ty-loved-title .elementor-heading-title,
.ty-section-loved-head h2 {
  color: #333;
  font-size: 22px;
  font-weight: 800;
  margin: 0;
}

.ty-loved-more .elementor-button {
  background: transparent !important;
  color: #333 !important;
  font-size: 18px;
  font-weight: 800;
  padding: 0 !important;
}

.ty-section-loved-head .elementor-col-50:last-child .elementor-widget-wrap {
  justify-content: flex-start;
}

.ty-section-loved-products {
  padding-bottom: 22px !important;
  padding-top: 0 !important;
}

.ty-section-loved-products > .elementor-container {
  background: #f8f8f8 !important;
  border: none;
  border-radius: 0;
  border-top: 0;
  max-width: none !important;
  min-height: 440px;
  overflow: hidden;
  padding: 0 0 18px !important;
  position: relative;
}

.ty-section-loved-products .elementor-widget-wrap {
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0 8px !important;
}

.ty-loved-product-column {
  padding-top: 0;
}

.ty-loved-card {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 7px;
  height: 398px;
  overflow: hidden;
  position: relative;
}

.ty-loved-card a {
  color: inherit;
  text-decoration: none;
}

.ty-loved-heart {
  align-items: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);
  display: flex;
  font-size: 21px;
  height: 32px;
  justify-content: center;
  left: 12px;
  line-height: 1;
  position: absolute;
  top: 14px;
  width: 32px;
  z-index: 3;
}

.ty-favorite-button {
  appearance: none;
  color: #222;
  cursor: pointer;
  padding: 0;
}

.ty-favorite-button svg {
  display: block;
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 17px;
}

.ty-favorite-button.is-active {
  border-color: #ff174c;
  color: #ff174c;
}

.ty-favorite-button.is-active svg {
  fill: currentColor;
}

.ty-loved-badge {
  align-items: center;
  background: #ff174c;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  line-height: 1.05;
  padding: 8px;
  position: absolute;
  right: 18px;
  text-align: center;
  top: 12px;
  white-space: normal;
  width: 58px;
  z-index: 2;
}

.ty-loved-image {
  align-items: center;
  background: #fff;
  display: flex;
  height: 284px;
  justify-content: center;
  overflow: hidden;
}

.ty-loved-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ty-loved-rank {
  background: linear-gradient(90deg, #ff7a00 0%, #e3b229 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding: 0 8px;
  text-align: right;
  white-space: nowrap;
}

.ty-loved-body {
  padding: 8px 12px 10px;
}

.ty-loved-body h3 {
  color: #444;
  display: -webkit-box;
  font-size: 14px !important;
  font-weight: 400 !important;
  height: 39px;
  line-height: 1.35 !important;
  margin: 0 0 3px !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ty-loved-body h3 strong {
  color: #333;
  font-weight: 800;
}

.ty-loved-proof {
  color: #e8541f;
  display: -webkit-box;
  font-size: 12px;
  font-weight: 700;
  height: 17px;
  line-height: 17px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.ty-loved-rating {
  align-items: center;
  color: #777;
  display: flex;
  flex-direction: row-reverse;
  font-size: 12px;
  gap: 4px;
  justify-content: right;
  margin-top: 2px;
}

.ty-loved-rating b {
  color: #e3b229;
  font-size: 13px;
  letter-spacing: 0;
}

.ty-loved-rating em {
  color: #444;
  font-style: normal;
}

.ty-loved-price {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 6px;
  justify-content: right;
  margin-top: 4px;
}

.ty-loved-price del {
  color: #888;
  font-size: 12px;
}

.ty-loved-price strong {
  color: #e8541f;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.ty-loved-sale {
  background: #ff6b00;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  padding: 2px 4px;
}

.ty-loved-arrow-column {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 4;
}

.ty-loved-arrow {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
  color: #222;
  cursor: default;
  display: flex;
  font-size: 30px;
  height: 54px;
  justify-content: center;
  line-height: 1;
  width: 54px;
}

.ty-section-loved-dynamic {
  background: #fff !important;
  border: 0 !important;
  /* padding: 22px 80px !important; */
}

.ty-section-loved-dynamic > .elementor-container {
  max-width: 1400px !important;
}

.ty-section-loved-dynamic .elementor-widget-wrap {
  padding: 0 !important;
}

.ty-loved-shell {
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  direction: rtl;
  overflow: hidden;
}

.ty-loved-header {
  align-items: center;
  background: linear-gradient(180deg, #eeeeee 0%, #f8f8f8 100%);
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 22px;
}

.ty-loved-header h2 {
  color: #333;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}

.ty-loved-header a {
  color: #333;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.ty-loved-carousel {
  position: relative;
}

.ty-loved-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 18px 0px 18px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.ty-loved-track::-webkit-scrollbar {
  display: none;
}

.ty-loved-track .ty-loved-card {
  flex: 0 0 214px;
  height: 426px;
}

.ty-loved-track .ty-loved-image {
  height: 288px;
}

.ty-loved-track .ty-loved-image img {
  height: 240px;
  object-fit: cover;
  width: 100%;
}

.ty-loved-track .ty-loved-body h3 {
  font-size: 13px !important;
}

.ty-loved-track .ty-loved-price {
  align-items: center;
  color: #e8541f;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 900;
  gap: 5px;
  justify-content: right;
}

.ty-loved-track .ty-loved-price del,
.ty-loved-track .ty-loved-price del .woocommerce-Price-amount {
  color: #888;
  font-size: 12px;
  font-weight: 400;
}

.ty-loved-track .ty-loved-price ins {
  color: #e8541f;
  text-decoration: none;
}

.ty-loved-track .ty-loved-price .woocommerce-Price-currencySymbol {
  margin-left: 2px;
}

.ty-loved-carousel > .ty-loved-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.ty-loved-carousel > .ty-loved-arrow-right {
  right: 28px;
}

.ty-loved-carousel > .ty-loved-arrow-left {
  left: 28px;
}

.ty-loved-empty {
  color: #555;
  font-size: 16px;
  margin: 24px auto;
}

.ty-section-flash-dynamic,
.ty-section-flash-campaigns {
  background: #fff !important;
  border: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ty-section-flash-dynamic {
  padding-bottom: 12px !important;
  padding-top: 10px !important;
}

.ty-section-flash-campaigns {
  padding-bottom: 28px !important;
  padding-top: 10px !important;
}

.ty-section-flash-dynamic .elementor-widget-wrap,
.ty-section-flash-campaigns .elementor-widget-wrap {
  padding: 0 !important;
}

.ty-flash-shell {
  background: linear-gradient(105deg, #ff4775 0%, #ffb11f 38%, #ff5b24 100%);
  border-radius: 0;
  direction: rtl;
  overflow: hidden;
  border-radius: 10px;
}

.ty-flash-header {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
  min-height: 70px;
  padding: 0 28px;
}

.ty-flash-more,
.ty-flash-more:hover {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  text-decoration: none;
}

.ty-flash-title {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  font-size: 24px;
  font-weight: 900;
}

.ty-flash-title b {
  color: #fff200;
  font-size: 32px;
  line-height: 1;
}

.ty-flash-title time {
  align-items: center;
  direction: ltr;
  display: flex;
  gap: 7px;
  line-height: 1;
}

.ty-flash-title time span {
  align-items: center;
  background: #fff;
  border-radius: 4px;
  color: #333;
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  min-width: 34px;
  padding: 0 6px;
}

.ty-flash-carousel {
  padding: 0 54px 18px;
  position: relative;
}

.ty-flash-track {
  display: flex;
  gap: 16px;
  /* overflow-x: hidden; */
  scroll-behavior: smooth;
  /* scrollbar-width: none; */
}

.ty-flash-track::-webkit-scrollbar {
  display: none;
}

.ty-flash-card {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 7px;
  flex: 0 0 232px;
  height: 470px;
  overflow: hidden;
  position: relative;
}

.ty-flash-card a {
  color: inherit;
  text-decoration: none;
}

.ty-flash-heart {
  align-items: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);
  display: flex;
  font-size: 21px;
  height: 34px;
  justify-content: center;
  left: 14px;
  line-height: 1;
  position: absolute;
  top: 14px;
  width: 34px;
  z-index: 3;
}

.ty-flash-badge {
  align-items: center;
  background: #ff5f00;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  height: 60px;
  justify-content: center;
  line-height: 1.05;
  padding: 8px;
  position: absolute;
  right: 14px;
  text-align: center;
  top: 12px;
  width: 60px;
  z-index: 2;
}

.ty-flash-image {
  align-items: center;
  background: #fff;
  display: flex;
  height: 290px;
  justify-content: center;
  overflow: hidden;
}

.ty-flash-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ty-flash-shipping {
  background: #666;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  height: 27px;
  line-height: 27px;
  text-align: center;
}

.ty-flash-body {
  padding: 9px 12px 12px;
}

.ty-flash-body h3 {
  color: #444;
  display: -webkit-box;
  font-size: 14px !important;
  font-weight: 400 !important;
  height: 39px;
  line-height: 1.35 !important;
  margin: 0 0 3px !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ty-flash-proof {
  color: #e8541f;
  display: -webkit-box;
  font-size: 12px;
  font-weight: 800;
  height: 17px;
  line-height: 17px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.ty-flash-rating {
  align-items: center;
  color: #777;
  display: flex;
  flex-direction: row-reverse;
  font-size: 12px;
  gap: 4px;
  justify-content: right;
  margin-top: 2px;
}

.ty-flash-rating b {
  color: #e3b229;
  font-size: 13px;
  letter-spacing: 0;
}

.ty-flash-rating em {
  color: #444;
  font-style: normal;
}

.ty-flash-price {
  align-items: center;
  color: #e8541f;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 900;
  gap: 5px;
  justify-content: right;
  margin-top: 4px;
}

.ty-flash-price del,
.ty-flash-price del .woocommerce-Price-amount {
  color: #888;
  font-size: 12px;
  font-weight: 400;
}

.ty-flash-price ins {
  color: #e8541f;
  text-decoration: none;
}

.ty-flash-sale {
  background: #ff5f00;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  padding: 2px 4px;
}

.ty-flash-arrow {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
  color: #222;
  display: flex;
  font-size: 42px;
  height: 54px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  z-index: 5;
}

.ty-flash-arrow-right {
  right: 20px;
}

.ty-flash-arrow-left {
  left: 20px;
}

.ty-flash-empty {
  color: #fff;
  font-size: 16px;
  margin: 24px auto;
}

.ty-section-flash-campaigns .swiper-slide {
  overflow: hidden;
  border-radius: 8px;
}

.ty-section-flash-campaigns .swiper-slide img {
  aspect-ratio: 2.35 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1200px) {
  .ty-section-loved-head,
  .ty-section-loved-products,
  .ty-section-loved-dynamic,
  .ty-section-flash-dynamic,
  .ty-section-flash-campaigns {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .ty-section-loved-products > .elementor-container {
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .ty-loved-product-column {
    min-width: 210px;
  }

  .ty-loved-arrow-column {
    display: none;
  }

  .ty-loved-track {
    padding: 14px 16px 16px;
  }

  .ty-loved-track .ty-loved-card {
    flex-basis: 210px;
  }

  .ty-loved-carousel > .ty-loved-arrow {
    display: none;
  }

  .ty-flash-header {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 10px;
    padding: 16px;
  }

  .ty-flash-title {
    font-size: 20px;
  }

  .ty-flash-carousel {
    padding: 0 16px 16px;
  }

  .ty-flash-card {
    flex-basis: 214px;
  }

  .ty-flash-arrow {
    display: none;
  }
}

.site-main--front .elementor > .elementor-section:nth-of-type(1) {
  background: #fff;
  padding: 14px 60px 18px;
}

.site-main--front
  .elementor
  > .elementor-section:nth-of-type(1)
  > .elementor-container {
  background: transparent;
  border-radius: 0;
  max-width: 1760px;
  overflow: visible;
  padding: 0;
}

.site-main--front
  .elementor
  > .elementor-section:nth-of-type(1)
  .elementor-image-carousel-wrapper,
.site-main--front .ty-home-slider-carousel .elementor-image-carousel-wrapper {
  overflow: visible;
}

.site-main--front .elementor > .elementor-section:nth-of-type(1) .swiper-slide,
.site-main--front .ty-home-slider-carousel .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}

.site-main--front .elementor > .elementor-section:nth-of-type(1) img,
.site-main--front .ty-home-slider-carousel img {
  border-radius: 8px;
  display: block;
  width: 100%;
}

.site-main--front .elementor-swiper-button,
.site-main--front .elementor-swiper-button-prev,
.site-main--front .elementor-swiper-button-next {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
  color: #222;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.site-main--front .elementor-swiper-button svg {
  height: 20px;
  width: 20px;
}

.site-main--front .elementor > .elementor-section:nth-of-type(2),
.site-main--front .elementor > .elementor-section:nth-of-type(3) {
  background: #fff;
  border-bottom: 0;
  padding: 8px 54px 0;
}

.site-main--front
  .elementor
  > .elementor-section:nth-of-type(2)
  > .elementor-container,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(3)
  > .elementor-container {
  background: transparent;
  border-radius: 0;
  max-width: 1400px;
  overflow: visible;
  padding: 0;
}

.site-main--front
  .elementor
  > .elementor-section:nth-of-type(2)
  .elementor-widget-wrap,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(3)
  .elementor-widget-wrap {
  background: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0 8px;
}

.ty-circle-category-box .elementor-image-box-wrapper,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(2)
  .elementor-image-box-wrapper,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(3)
  .elementor-image-box-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.ty-circle-category-box img,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(2)
  .elementor-image-box-img
  img,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(3)
  .elementor-image-box-img
  img {
  aspect-ratio: 1;
  border: 2px solid #ededed;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  height: 96px;
  object-fit: cover;
  padding: 0;
  width: 96px;
}

.ty-circle-category-box .elementor-image-box-title,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(2)
  .elementor-image-box-title,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(3)
  .elementor-image-box-title {
  color: #222;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  margin: 9px 0 0;
  min-height: 38px;
}

.ty-circle-category-box .elementor-image-box-title a,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(2)
  .elementor-image-box-title
  a,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(3)
  .elementor-image-box-title
  a {
  color: inherit;
}

.site-main--front .elementor > .elementor-section:nth-of-type(4) {
  padding-top: 18px;
}

@media (max-width: 900px) {
  .site-main--front .elementor > .elementor-section:nth-of-type(1),
  .site-main--front .elementor > .elementor-section:nth-of-type(2),
  .site-main--front .elementor > .elementor-section:nth-of-type(3) {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-main--front
    .elementor
    > .elementor-section:nth-of-type(2)
    .elementor-column,
  .site-main--front
    .elementor
    > .elementor-section:nth-of-type(3)
    .elementor-column {
    width: 20% !important;
  }

  .ty-circle-category-box img,
  .site-main--front
    .elementor
    > .elementor-section:nth-of-type(2)
    .elementor-image-box-img
    img,
  .site-main--front
    .elementor
    > .elementor-section:nth-of-type(3)
    .elementor-image-box-img
    img {
    height: 74px;
    width: 74px;
  }

  .ty-circle-category-box .elementor-image-box-title,
  .site-main--front
    .elementor
    > .elementor-section:nth-of-type(2)
    .elementor-image-box-title,
  .site-main--front
    .elementor
    > .elementor-section:nth-of-type(3)
    .elementor-image-box-title {
    font-size: 13px;
  }
}

.site-main--front,
.site-main--elementor-full-width {
  overflow: hidden;
}

.ty-standard-page-section {
  padding: 44px 18px 54px;
}

.ty-standard-page-section .elementor-heading-title {
  color: #222;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 18px;
}

.ty-info-page {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  color: #333;
  direction: rtl;
  font-family: "Cairo", sans-serif !important;
  font-size: 15px;
  line-height: 1.9;
  padding: 28px;
}

.ty-info-lead {
  color: #444;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.85;
  margin: 0 0 22px;
}

.ty-info-page h2,
.ty-info-page h3 {
  color: #222;
  font-weight: 900;
  line-height: 1.35;
  margin: 0 0 12px;
}

.ty-info-page h2 {
  font-size: 20px;
}

.ty-info-page h3 {
  font-size: 17px;
}

.ty-info-page p {
  margin: 0 0 16px;
}

.ty-info-page ul {
  margin: 0;
  padding: 0 20px 0 0;
}

.ty-info-page li {
  margin: 0 0 8px;
}

.ty-info-page a {
  color: #e8541f;
  font-weight: 800;
  text-decoration: none;
}

.ty-info-page a:hover,
.ty-info-page a:focus {
  text-decoration: underline;
}

.ty-info-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ty-info-grid > section,
.ty-info-grid-links > a,
.ty-faq-list details {
  background: #fafafa;
  border: 1px solid #ededed;
  border-radius: 8px;
  padding: 20px;
}

.ty-info-grid-links {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ty-info-grid-links > a {
  color: #333;
  display: block;
  min-height: 132px;
  text-decoration: none;
}

.ty-info-grid-links strong {
  color: #222;
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}

.ty-info-grid-links span {
  color: #666;
  display: block;
  font-size: 13px;
  line-height: 1.7;
}

.ty-faq-list {
  display: grid;
  gap: 12px;
}

.ty-faq-list details {
  color: #555;
}

.ty-faq-list summary {
  color: #222;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  list-style-position: inside;
}

.ty-faq-list p {
  margin: 12px 0 0;
}

@media (max-width: 900px) {
  .ty-info-grid,
  .ty-info-grid-links {
    grid-template-columns: 1fr;
  }

  .ty-standard-page-section {
    padding: 28px 12px 36px;
  }

  .ty-standard-page-section .elementor-heading-title {
    font-size: 28px;
  }

  .ty-info-page {
    padding: 20px;
  }
}

.ty-section > .elementor-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ty-section-promo {
  background: #e8541f;
}

.ty-promo-bar {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 16px;
  text-align: center;
}

.ty-section-header {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding: 18px 16px;
}

.ty-section-header .elementor-container {
  align-items: center;
}

.ty-logo-heading .elementor-heading-title {
  color: #e8541f;
  font-size: 34px;
  font-weight: 800;
  margin: 0;
}

.ty-editable-search {
  align-items: center;
  background: #f3f3f3;
  border: 2px solid transparent;
  border-radius: 8px;
  display: flex;
  min-height: 44px;
  overflow: hidden;
}

.ty-editable-search:focus-within {
  border-color: #e8541f;
}

.ty-editable-search input {
  background: transparent;
  border: 0;
  flex: 1;
  font-size: 14px;
  outline: 0;
  padding: 0 16px;
}

.ty-editable-search button,
.elementor-button {
  background: #e8541f;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 11px 20px;
}

.ty-editable-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.ty-editable-actions a,
.ty-editable-category-nav a {
  color: #222;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.ty-section-categories {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 16px;
}

.ty-editable-category-nav {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 13px 0;
  white-space: nowrap;
}

.ty-editable-category-nav a:hover,
.ty-editable-actions a:hover {
  color: #e8541f;
}

.ty-section-hero {
  padding: 28px 16px 18px;
}

.ty-section-hero .elementor-container {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.ty-hero-copy {
  padding: 34px;
}

.ty-hero-copy .elementor-heading-title {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.15;
}

.ty-hero-copy .elementor-widget-text-editor {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

.ty-hero-media img {
  aspect-ratio: 16 / 6.5;
  display: block;
  object-fit: cover;
  width: 100%;
}

.ty-section-quick,
.ty-section-brands,
.ty-section-campaigns,
.ty-section-product-grid,
.ty-section-benefits {
  padding: 8px 16px;
}

.ty-mini-card,
.ty-brand-item,
.ty-campaign-card,
.ty-product-card,
.ty-section-benefits .elementor-column {
  padding: 8px;
}

.ty-mini-card > .elementor-widget-wrap,
.ty-brand-item > .elementor-widget-wrap,
.ty-campaign-card > .elementor-widget-wrap,
.ty-product-card > .elementor-widget-wrap,
.ty-section-benefits .elementor-widget-wrap {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  padding: 12px;
}

.ty-mini-card img,
.ty-campaign-card img {
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  object-fit: cover;
  width: 100%;
}

.ty-mini-card .elementor-heading-title,
.ty-campaign-card .elementor-heading-title,
.ty-product-card .elementor-heading-title,
.ty-brand-item .elementor-heading-title {
  color: #222;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  margin: 10px 0 0;
}

.ty-section-brands .elementor-container {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
}

.ty-brand-item img {
  aspect-ratio: 2 / 1;
  object-fit: contain;
  width: 100%;
}

.ty-section-title,
.ty-section-products-head {
  padding: 22px 16px 4px;
}

.ty-section-title .elementor-heading-title,
.ty-section-products-head .elementor-heading-title {
  font-size: 26px;
  font-weight: 800;
}

.ty-section-products-head .elementor-container {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 18px;
}

.ty-product-card img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.ty-product-card .elementor-widget-text-editor {
  margin: 8px 0;
}

.ty-price {
  color: #e8541f;
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  margin-left: 8px;
}

.ty-product-card del {
  color: #888;
  font-size: 13px;
}

.ty-section-benefits .elementor-heading-title {
  font-size: 18px;
}

.ty-section-footer {
  background: #222;
  margin-top: 24px;
  padding: 28px 16px;
}

.ty-editable-footer {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.ty-editable-footer strong {
  color: #e8541f;
  font-size: 24px;
}

@media (max-width: 767px) {
  .ty-section-header .elementor-column,
  .ty-section-hero .elementor-column,
  .ty-section-quick .elementor-column,
  .ty-section-brands .elementor-column,
  .ty-section-campaigns .elementor-column,
  .ty-section-product-grid .elementor-column,
  .ty-section-benefits .elementor-column {
    width: 100% !important;
  }

  .ty-logo-heading .elementor-heading-title,
  .ty-hero-copy .elementor-heading-title {
    font-size: 30px;
    text-align: center;
  }

  .ty-editable-actions {
    justify-content: center;
    margin-top: 12px;
  }

  .ty-hero-copy {
    padding: 24px 18px;
    text-align: center;
  }
}

.site-main--front .elementor > .elementor-section {
  padding: 8px 16px;
}

.site-main--front .elementor > .elementor-section > .elementor-container {
  max-width: 1200px;
  margin-inline: auto;
}

.site-main--front .elementor > .elementor-section:nth-of-type(1) {
  background: #e8541f;
  padding: 0;
}

.site-main--front .elementor > .elementor-section:nth-of-type(2),
.site-main--front .elementor > .elementor-section:nth-of-type(3) {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.site-main--front .elementor > .elementor-section:nth-of-type(2) {
  padding-bottom: 18px;
  padding-top: 18px;
}

.site-main--front
  .elementor
  > .elementor-section:nth-of-type(2)
  > .elementor-container,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(6)
  > .elementor-container,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(10)
  > .elementor-container {
  align-items: center;
}

.site-main--front
  .elementor
  > .elementor-section:nth-of-type(4)
  > .elementor-container,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(6)
  > .elementor-container,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(10)
  > .elementor-container {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 18px;
}

.site-main--front
  .elementor
  > .elementor-section:nth-of-type(4)
  .elementor-col-38 {
  padding: 24px;
}

.site-main--front .elementor > .elementor-section:nth-of-type(4) h2 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.15;
}

.site-main--front .elementor > .elementor-section:nth-of-type(4) img {
  aspect-ratio: 16 / 6.5;
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.site-main--front
  .elementor
  > .elementor-section:nth-of-type(5)
  .elementor-widget-wrap,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(6)
  .elementor-widget-wrap,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(8)
  .elementor-widget-wrap,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(9)
  .elementor-widget-wrap,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(11)
  .elementor-widget-wrap,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(12)
  .elementor-widget-wrap,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(13)
  .elementor-widget-wrap {
  background: #fff;
  /* border: 1px solid #e8e8e8; */
  border-radius: 8px;
  height: 100%;
  margin: 8px;
  overflow: hidden;
  padding: 12px;
}

.site-main--front .elementor > .elementor-section:nth-of-type(5) img,
.site-main--front .elementor > .elementor-section:nth-of-type(8) img,
.site-main--front .elementor > .elementor-section:nth-of-type(9) img {
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  object-fit: cover;
  width: 100%;
  height: 240px;
}

/* .site-main--front .elementor > .elementor-section:nth-of-type(11) img,
.site-main--front .elementor > .elementor-section:nth-of-type(12) img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
} */

.site-main--front .elementor > .elementor-section:nth-of-type(6) img {
  aspect-ratio: 2 / 1;
  object-fit: contain;
  width: 100%;
}

.site-main--front .elementor > .elementor-section:nth-of-type(7),
.site-main--front .elementor > .elementor-section:nth-of-type(10) {
  padding-top: 22px;
}

.site-main--front .elementor h2,
.site-main--front .elementor h3 {
  color: #222;
  font-weight: 800;
  line-height: 1.35;
}

.site-main--front .elementor h3 {
  font-size: 16px;
}

@media (max-width: 767px) {
  .site-main--front .elementor > .elementor-section .elementor-column {
    width: 100% !important;
  }
}

.site-main--front .elementor > .elementor-section:nth-of-type(1) {
  background: transparent;
  padding: 28px 16px 18px;
  max-width: 1400px;
  margin: 0 auto;
}

.site-main--front
  .elementor
  > .elementor-section:nth-of-type(1)
  > .elementor-container {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
}

.site-main--front
  .elementor
  > .elementor-section:nth-of-type(1)
  .elementor-col-38 {
  padding: 34px;
}

.site-main--front .elementor > .elementor-section:nth-of-type(1) h2 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.15;
}

.site-main--front .elementor > .elementor-section:nth-of-type(1) img {
  width: 100%;
}

.site-main--front .elementor > .elementor-section:nth-of-type(2),
.site-main--front .elementor > .elementor-section:nth-of-type(3),
.site-main--front .elementor > .elementor-section:nth-of-type(5),
.site-main--front .elementor > .elementor-section:nth-of-type(6),
.site-main--front .elementor > .elementor-section:nth-of-type(8),
.site-main--front .elementor > .elementor-section:nth-of-type(9),
.site-main--front .elementor > .elementor-section:nth-of-type(10) {
  background: transparent;
  border-bottom: 0;
  padding: 8px 16px;
  max-width: 1400px;
  margin: 0 auto;
}

.site-main--front
  .elementor
  > .elementor-section:nth-of-type(2)
  > .elementor-container,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(3)
  > .elementor-container,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(5)
  > .elementor-container,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(6)
  > .elementor-container,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(8)
  > .elementor-container,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(9)
  > .elementor-container,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(10)
  > .elementor-container {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  padding: 0;
}

.site-main--front
  .elementor
  > .elementor-section:nth-of-type(2)
  .elementor-widget-wrap,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(3)
  .elementor-widget-wrap,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(5)
  .elementor-widget-wrap,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(6)
  .elementor-widget-wrap,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(8)
  .elementor-widget-wrap,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(9)
  .elementor-widget-wrap,
.site-main--front
  .elementor
  > .elementor-section:nth-of-type(10)
  .elementor-widget-wrap {
  /* background: #fff; */
  /* border: 1px solid #e8e8e8; */
  border-radius: 8px;
  height: 100%;
  margin: 8px;
  overflow: hidden;
  padding: 12px;
}

.site-main--front .elementor > .elementor-section:nth-of-type(2) img,
.site-main--front .elementor > .elementor-section:nth-of-type(5) img,
.site-main--front .elementor > .elementor-section:nth-of-type(6) img {
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  object-fit: cover;
  width: 100%;
}

.site-main--front
  .elementor
  > .elementor-section:nth-of-type(3)
  > .elementor-container {
  /* align-items: center; */
  /* background: #fff; */
  /* border-radius: 8px; */
  /* padding: 16px; */
}

.site-main--front
  .elementor
  > .elementor-section:nth-of-type(3)
  .elementor-widget-wrap {
  border: 0;
  margin: 0;
}

.site-main--front .elementor > .elementor-section:nth-of-type(3) img {
  aspect-ratio: 2 / 1;
  object-fit: contain;
  width: 100%;
}

.site-main--front .elementor > .elementor-section:nth-of-type(4),
.site-main--front .elementor > .elementor-section:nth-of-type(7) {
  background: transparent;
  border-bottom: 0;
  padding: 22px 16px 4px;
}

.site-main--front
  .elementor
  > .elementor-section:nth-of-type(7)
  > .elementor-container {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 18px;
}

.site-main--front .elementor > .elementor-section:nth-of-type(8) img,
.site-main--front .elementor > .elementor-section:nth-of-type(9) img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.elementor-image-box-img {
  width: auto !important;
}

.elementor-element.elementor-element-1dd141e.ty-flash-campaigns-carousel.elementor-arrows-position-inside.elementor-widget.elementor-widget-image-carousel.e-widget-swiper
  .swiper-slide {
  margin: 0 10px;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ Swiper-based sliders ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ */
.ty-loved-carousel.swiper,
.ty-flash-carousel.swiper,
.ty-popular-cats-carousel.swiper {
  overflow: hidden;
  padding: 6px 48px;
  position: relative;
  margin: 0;
  margin: 0 20px;
}

.ty-loved-carousel .swiper-wrapper,
.ty-flash-carousel .swiper-wrapper,
.ty-popular-cats-carousel .swiper-wrapper {
  align-items: stretch;
  box-sizing: content-box;
  overflow: visible;
}

/* Let Swiper size each slide; remove the legacy fixed flex basis. */
.ty-loved-track.swiper-wrapper .ty-loved-card,
.ty-flash-track.swiper-wrapper .ty-flash-card {
  flex: 0 0 auto;
  height: auto;
  /* min-height: 426px; */
  width: auto;
}

.ty-popular-cats-track.swiper-wrapper .ty-popular-cats-item {
  min-width: 0;
  width: auto;
}

.ty-loved-carousel .swiper-slide,
.ty-flash-carousel .swiper-slide,
.ty-popular-cats-carousel .swiper-slide {
  height: auto;
}

@media (prefers-reduced-motion: reduce) {
  .ty-loved-carousel .swiper-wrapper,
  .ty-flash-carousel .swiper-wrapper,
  .ty-popular-cats-carousel .swiper-wrapper {
    transition-duration: 0ms !important;
  }
}

.ty-popular-cats {
  border-radius: 0;
  direction: rtl;
  margin: 0;
}

.ty-circle-category-box img {
  width: 90px !important;
  height: 90px !important;
  border-radius: 50% !important;
}

.ty-circle-category-box {
  text-align: center;
}

.ty-popular-cats-header {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 0 28px;
  min-height: 70px;
}

.ty-popular-cats-header h2 {
  color: #fff;
  font-family: inherit;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
}

.ty-popular-cats-carousel {
  position: relative;
}

.ty-popular-cats-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 0 54px 18px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ty-popular-cats-track::-webkit-scrollbar {
  display: none;
}

.ty-popular-cats-item {
  align-items: center;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  min-width: 130px;
  padding: 6px 4px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.25s ease;
  width: 130px;
}

.ty-popular-cats-item:hover {
  transform: translateY(-4px);
}

.ty-popular-cats-img {
  align-items: center;
  background: #fff;
  border: none;
  border-radius: 8px;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  width: 100px;
}

.ty-popular-cats-item:hover .ty-popular-cats-img {
  border-color: #e8541f;
  box-shadow: 0 0 0 3px rgba(242, 122, 26, 0.15);
}

.ty-popular-cats-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ty-popular-cats-name {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.ty-popular-cats-name em {
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: 600;
  margin-right: 2px;
}

.ty-popular-cats-arrow {
  align-items: center;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  color: #222;
  cursor: pointer;
  display: flex;
  height: 38px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition:
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
  width: 38px;
  z-index: 5;
}

.ty-popular-cats-arrow:hover {
  background: #e8541f;
  border-color: #e8541f;
  color: #fff;
  box-shadow: 0 4px 14px rgba(242, 122, 26, 0.3);
}

.ty-popular-cats-arrow svg {
  display: block;
  transform: scale(-1);
}

.ty-popular-cats-arrow-right {
  right: 2px;
}

.ty-popular-cats-arrow-left {
  left: 2px;
}

h2.woocommerce-loop-category__title mark {
  display: none;
}

a.ty-popular-cats-item.swiper-slide img {
  border-radius: 50% !important;
  width: 90px !important;
  height: 90px !important;
}

@media (max-width: 900px) {
  .ty-popular-cats {
    padding: 0;
  }

  .ty-popular-cats-header {
    min-height: 60px;
    padding: 0 16px;
  }

  .ty-popular-cats-header h2 {
    font-size: 20px;
  }

  .ty-popular-cats-item {
    min-width: 100px;
    width: 100px;
  }

  .ty-popular-cats-img {
    height: 80px;
    width: 80px;
  }

  .ty-popular-cats-name {
    font-size: 12px;
  }

  .ty-popular-cats-track {
    padding: 0 16px 16px;
  }

  .ty-popular-cats-arrow {
    height: 32px;
    width: 32px;
  }
}

.bannersect .elementor-element-populated {
  padding: 0 !important;
}

.listfavorite {
}

.listfavorite li {
  color: #333;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 10px 20px !important;
  font-size: 14px !important;
  margin-bottom: 10px !important;
}

/* ===== trendiumplus site footer ===== */
.ty-wp-footer {
  direction: rtl;
  font-family: inherit;
  margin-top: 40px;
}

.ty-wp-footer-inner {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 24px;
}

.ty-wp-footer-top {
  background: #f4f4f4;
  border-top: 1px solid #e6e6e6;
  padding: 40px 0 32px;
}

.ty-wp-footer-top .ty-wp-footer-inner {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.ty-footer-title {
  color: #333;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 16px;
}

.ty-footer-col-secure .ty-footer-title:nth-of-type(2) {
  margin-top: 24px;
}

.ty-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.elementor-widget-heading .elementor-heading-title {
  color: #e8541f !important;
  font-family: "Cairo", sans-serif !important;
}

.ty-footer-links li {
  margin: 0 0 10px;
}

.ty-footer-links a {
  color: #555;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.15s ease;
}

.ty-footer-links a:hover,
.ty-footer-links a:focus {
  color: #e8541f;
}

.ty-footer-payments {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.ty-pay-badge {
  align-items: center;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  color: #1a1a1a;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  min-width: 50px;
  padding: 0 10px;
}

.ty-pay-badge .fab,
.ty-pay-badge .fas {
  font-size: 22px;
}

.ty-pay-badge .fa-cc-visa {
  color: #1a1f71;
}
.ty-pay-badge .fa-cc-mastercard {
  color: #eb001b;
}
.ty-pay-badge .fa-cc-apple-pay {
  color: #000;
}

.ty-pay-mada {
  color: #84b65d;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-weight: 900;
}

.ty-pay-mada-alt {
  background: linear-gradient(
    180deg,
    #84b65d 0%,
    #5b9b3b 50%,
    #1d5fa6 50%,
    #1a4f8a 100%
  );
  border-color: transparent;
  color: #fff;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-weight: 900;
}

.ty-pay-cod {
  color: #e8541f;
}

.ty-pay-tabby {
  background: #3bd4ae;
  border-color: transparent;
  color: #1a1a1a;
  font-family: Arial, sans-serif;
  font-weight: 800;
}

.ty-footer-security {
  align-items: center;
  display: flex;
  gap: 12px;
}

.ty-security-badge {
  align-items: center;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  color: #1d5fa6;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  height: 56px;
  justify-content: center;
  line-height: 1.1;
  text-align: center;
  width: 60px;
}

.ty-security-badge .fas {
  color: #1d5fa6;
  font-size: 26px;
}

.ty-security-2 {
  color: #2aa84a;
  font-family: Arial, sans-serif;
}

.ty-security-2 small {
  display: block;
  font-size: 10px;
  font-weight: 700;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.ty-wp-footer-bottom {
  background: #1f1f1f;
  color: #c8c8c8;
  padding: 22px 0 26px;
}

.ty-footer-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 10px 0;
}

.ty-footer-row + .ty-footer-row {
  border-top: 1px solid #2c2c2c;
}

.ty-footer-apps {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ty-app-badge {
  align-items: center;
  background: #000;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  gap: 8px;
  min-height: 44px;
  padding: 6px 14px;
  text-decoration: none;
  transition: border-color 0.15s ease;
}

.ty-app-badge:hover,
.ty-app-badge:focus {
  border-color: #e8541f;
}

.ty-app-badge .fab,
.ty-app-badge .fas {
  font-size: 22px;
}

.ty-app-badge span {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.ty-app-badge small {
  font-size: 10px;
  font-weight: 400;
  opacity: 0.85;
}

.ty-app-badge strong {
  font-size: 14px;
  font-weight: 700;
}

.ty-footer-social {
  align-items: center;
  display: flex;
  gap: 10px;
}

.ty-footer-social a {
  align-items: center;
  background: #2a2a2a;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  height: 36px;
  justify-content: center;
  text-decoration: none;
  transition: background 0.15s ease;
  width: 36px;
}

.ty-footer-social a:hover,
.ty-footer-social a:focus {
  background: #e8541f;
}

.ty-footer-social a svg {
  display: block;
  fill: currentColor;
  height: 16px;
  width: 16px;
}

.ty-pay-badge.ty-pay-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.ty-footer-legal {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.ty-footer-legal a {
  color: #c8c8c8;
  font-size: 12px;
  text-decoration: none;
}

.ty-footer-legal a:hover,
.ty-footer-legal a:focus {
  color: #fff;
}

.ty-footer-copyright {
  color: #9a9a9a;
  font-size: 12px;
  margin: 0;
  text-align: end;
}

.ty-footer-cert {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.ty-footer-cert-logo {
  align-items: center;
  background: #fff;
  border-radius: 4px;
  color: #166e3a;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  letter-spacing: 1px;
  width: 60px;
}

.ty-footer-cert-text {
  color: #c8c8c8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.ty-footer-cert-text small {
  color: #9a9a9a;
  font-size: 11px;
  font-weight: 500;
}

.ty-footer-info {
  color: #9a9a9a;
  font-size: 12px;
  margin: 0;
  text-align: end;
}

@media (max-width: 900px) {
  .ty-wp-footer-top .ty-wp-footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ty-footer-row {
    justify-content: flex-start;
  }

  .ty-footer-copyright,
  .ty-footer-info {
    text-align: start;
  }
}

@media (max-width: 600px) {
  .ty-app-badge {
    padding: 6px 10px;
  }

  .ty-app-badge strong {
    font-size: 12px;
  }
}

/* Single product page */
.single-product .ty-product-page,
.single-product .ty-product-page * {
  box-sizing: border-box;
}

.single-product .ty-product-page {
  background: #fff;
  color: #222;
  direction: rtl;
  padding: 18px 0 40px;
}

.ty-product-shell {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 16px;
}

.ty-product-breadcrumb {
  color: #8b8b8b;
  font-size: 12px;
  margin: 0 0 10px;
}

.ty-product-breadcrumb a {
  color: #777;
  text-decoration: none;
}

.ty-product-breadcrumb span {
  margin: 0 7px;
}

.ty-product-layout {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(340px, 400px) minmax(430px, 1fr) 228px;
}

.ty-product-layout-no-side {
  grid-template-columns: minmax(340px, 400px) minmax(430px, 1fr);
}

.ty-product-gallery {
  min-width: 0;
}

.ty-product-stage {
  align-items: center;
  background: var(--ty-product-gallery-bg, #f2f2f2);
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  display: flex;
  min-height: 590px;
  overflow: hidden;
  padding: 42px 22px 54px;
  position: relative;
}

.ty-product-stage img {
  display: block;
  height: auto;
  margin: auto;
  max-height: 480px;
  max-width: 100%;
  object-fit: contain;
}

.ty-product-stage-badges {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  right: 16px;
  top: 18px;
  z-index: 3;
}

.ty-product-cargo-badge,
.ty-product-coupon-badge {
  align-items: center;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
  line-height: 1;
  padding: 6px 9px;
}

.ty-product-cargo-badge {
  background: #5b5b5b;
}

.ty-product-coupon-badge {
  background: #ff4f87;
}

.ty-product-sale-bubble {
  align-items: center;
  background: var(--ty-product-accent, #e8541f);
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 9px;
  font-weight: 900;
  height: 60px;
  justify-content: center;
  line-height: 1.08;
  position: absolute;
  right: 26px;
  text-align: center;
  top: 86px;
  width: 60px;
  z-index: 2;
}

.ty-gallery-arrow {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  color: #444;
  cursor: pointer;
  display: flex;
  height: 42px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  z-index: 4;
}

.ty-gallery-arrow-prev {
  right: 10px;
}

.ty-gallery-arrow-next {
  left: 10px;
}

.ty-product-green-strip {
  align-items: center;
  background: var(--ty-product-success, #10bf5a);
  bottom: 8px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  height: 33px;
  justify-content: flex-start;
  left: 10px;
  padding: 0 14px;
  position: absolute;
  right: 10px;
}

.ty-product-thumbs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}

.ty-product-thumb {
  align-items: center;
  background: #f4f4f4;
  border: 1px solid #dedede;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  padding: 4px;
  width: 42px;
}

.ty-product-thumb.is-active {
  border-color: var(--ty-product-accent, #e8541f);
  border-width: 2px;
}

.ty-product-thumb img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.ty-product-summary {
  min-width: 0;
}

.ty-product-title {
  color: #222;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 8px;
}

.ty-product-title strong {
  font-weight: 900;
  margin-left: 6px;
}

.ty-product-meta-line {
  align-items: center;
  color: #777;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 9px;
}

.ty-product-meta-line a {
  color: #666;
  text-decoration: none;
}

.ty-product-rating {
  align-items: center;
  color: #f6a600;
  display: inline-flex;
  gap: 5px;
}

.ty-product-rating b {
  color: #222;
  font-size: 14px;
}

.ty-product-alerts {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

.ty-product-stock-alert,
.ty-product-coupon-line,
.ty-product-loved {
  border-radius: 4px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 6px;
  line-height: 1.2;
  padding: 4px 7px;
}

.ty-product-stock-alert {
  background: #fff0f2;
  color: #d60018;
}

.ty-product-coupon-line {
  background: #fff2f6;
  color: #d80b4f;
}

.ty-product-coupon-line b {
  background: #fff;
  border: 1px solid #ff5a8a;
  border-radius: 4px;
  color: #ff3d78;
  padding: 0 12px;
}

.ty-product-loved {
  background: transparent;
  color: #222;
  padding-inline-start: 0;
}

.ty-product-loved i {
  color: #ff8a00;
}

.ty-product-price-row {
  align-items: center;
  border-bottom: 1px solid #eee;
  display: flex;
  gap: 8px;
  margin-top: 8px;
  padding-bottom: 14px;
}

.ty-product-price {
  align-items: baseline;
  color: var(--ty-product-accent, #e8541f);
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  font-weight: 900;
  gap: 7px;
}

.ty-product-price del,
.ty-product-price del .woocommerce-Price-amount {
  color: #999;
  font-size: 20px;
  font-weight: 500;
}

.ty-product-price ins {
  color: var(--ty-product-accent, #e8541f);
  text-decoration: none;
}

.ty-product-discount {
  background: var(--ty-product-accent, #e8541f);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  padding: 0 5px;
}

.ty-product-short-description {
  color: #555;
  font-size: 13px;
  margin: 12px 0;
}

.ty-product-highlight-features {
  margin: 16px 0 18px;
}

.ty-product-highlight-features h2 {
  color: #222;
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 10px;
  text-align: right;
}

.ty-product-highlight-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ty-product-highlight-grid article {
  background: #f5f5f5;
  border-radius: 5px;
  min-height: 47px;
  padding: 8px 10px;
  text-align: right;
}

.ty-product-highlight-grid span,
.ty-product-highlight-grid strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ty-product-highlight-grid span {
  color: #777;
  font-size: 12px;
  line-height: 1.1;
}

.ty-product-highlight-grid strong {
  color: #111;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
  margin-top: 3px;
}

.ty-product-cart {
  border-bottom: 1px solid #eee;
  margin-top: 12px;
  padding-bottom: 16px;
  position: relative;
}

.ty-product-cart form.cart {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto;
}

.ty-product-cart .quantity {
  display: none;
}

.ty-product-cart table.variations {
  border: 0;
  grid-column: 1 / -1;
  margin: 0;
  width: 100%;
}

.ty-product-cart table.variations tr {
  display: block;
  margin-bottom: 18px;
}

.ty-product-cart table.variations th,
.ty-product-cart table.variations td {
  display: block;
  padding: 0;
  text-align: right;
}

.ty-product-cart table.variations label {
  color: #222;
  display: block;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 10px;
}

.ty-product-cart table.variations tr.ty-variation-row-enhanced select {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  width: 1px;
}

.ty-product-cart table.variations tr:not(.ty-variation-row-enhanced) select {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  color: #444;
  min-height: 36px;
  min-width: 190px;
  padding: 0 10px;
}

/* .ty-product-cart table.variations .select_box {
  display: none !important;
} */

.ty-product-cart table.variations .select_box:not(.select_box_colorpicker) {
  display: none !important;
}

.ty-product-cart
  table.variations
  tr.ty-variation-row-color
  .ty-variation-chips {
  display: none !important;
}

.ty-product-cart
  table.variations
  tr.ty-variation-row-color
  .select_box_colorpicker {
  display: flex !important;
  gap: 14px;
  justify-content: flex-start;
  margin: 0;
}

.ty-product-cart
  table.variations
  tr.ty-variation-row-color
  .select_option_colorpicker {
  margin: 0 !important;
}

.ty-variation-selected-value {
  color: #222;
  font-weight: 900;
}

.ty-variation-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  margin-top: 0;
}

.ty-variation-chip {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  color: #4f4f4f;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  height: 33px;
  min-width: 48px;
  padding: 0 10px;
  text-align: center;
}

.ty-variation-chip.is-active {
  border-color: var(--ty-product-accent, #e8541f);
  color: var(--ty-product-accent, #e8541f);
  font-weight: 800;
}

.ty-product-cart .reset_variations {
  color: #777;
  display: inline-block;
  font-size: 12px;
  margin-top: 8px;
  text-decoration: none;
}

.ty-product-cart .single_variation_wrap,
.ty-product-cart .woocommerce-variation-add-to-cart {
  display: contents;
}

.ty-product-cart .single_add_to_cart_button {
  align-items: center;
  background: var(--ty-product-accent, #e8541f) !important;
  border: 0 !important;
  border-radius: 7px !important;
  color: #fff !important;
  cursor: pointer;
  display: flex !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  height: 48px;
  justify-content: center;
  line-height: 1 !important;
  padding: 0 18px !important;
  text-decoration: none !important;
  width: 100%;
}

.ty-product-heart {
  align-items: center;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 999px;
  color: #555;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: calc(100% - 64px);
  transform: translateX(60px);
  width: 48px;
}

.ty-product-delivery-card,
.ty-product-service-card {
  background: #fff;
  border: 1px solid var(--ty-product-card-border, #e4e4e4);
  border-radius: 7px;
}

.ty-product-delivery-card {
  align-items: center;
  background: #f6f6f6;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding: 9px 13px;
}

.ty-product-delivery-card span,
.ty-product-delivery-card small {
  display: block;
  font-size: 13px;
}

.ty-product-delivery-card small {
  color: #555;
}

.ty-product-delivery-card strong {
  color: var(--ty-product-accent, #e8541f);
  font-size: 13px;
}

.ty-product-payment {
  margin-top: 24px;
}

.ty-product-payment h2,
.ty-product-service-card h2 {
  color: #222;
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 10px;
}

.ty-product-payment-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.ty-product-payment-grid article {
  background: #f7fff7;
  border: 1px solid var(--ty-product-success, #10bf5a);
  border-radius: 8px;
  color: #333;
  min-height: 66px;
  padding: 9px 10px;
  position: relative;
}

.ty-product-payment-grid article:nth-child(2) {
  background: #f5fffb;
  border-color: #00c68b;
}

.ty-product-payment-grid article:nth-child(3) {
  background: #fffaf2;
  border-color: #ff9f1a;
}

.ty-product-payment-grid i {
  color: #16b95f;
  position: absolute;
  right: 10px;
  top: 9px;
}

.ty-product-payment-grid strong,
.ty-product-payment-grid span {
  display: block;
  padding-right: 28px;
}

.ty-product-payment-grid strong {
  font-size: 12px;
  margin-bottom: 3px;
}

.ty-product-payment-grid span {
  color: #555;
  font-size: 11px;
  line-height: 1.35;
}

.ty-product-service-card {
  margin-top: 24px;
  overflow: hidden;
  padding: 15px 16px 0;
}

.ty-service-row {
  border-bottom: 1px solid #ededed;
  padding-bottom: 14px;
}

.ty-service-row h2 {
  color: var(--ty-product-success, #00a650);
}

.ty-service-row p {
  font-size: 13px;
  margin: 4px 0;
}

.ty-service-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  padding-top: 12px;
}

.ty-service-grid h2 {
  grid-column: 1 / -1;
}

.ty-service-grid div {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 9px 10px;
}

.ty-service-grid strong,
.ty-service-grid span {
  display: block;
  font-size: 12px;
}

.ty-service-grid strong {
  color: var(--ty-product-success, #00a650);
  margin-bottom: 4px;
}

.ty-service-return {
  align-items: center;
  color: var(--ty-product-success, #00a650);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  min-height: 44px;
}

.ty-product-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.ty-seller-card-title {
  color: #999;
  font-size: 12px;
  margin-bottom: 8px;
  text-align: center;
}

.ty-free-shipping-card,
.ty-store-card,
.ty-collection-button {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 7px;
}

.ty-free-shipping-card {
  align-items: center;
  color: #222;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  gap: 10px;
  justify-content: space-between;
  min-height: 50px;
  padding: 0 12px;
  text-decoration: none;
}

.ty-free-shipping-card i:first-child {
  background: #eee;
  border-radius: 4px;
  color: #999;
  padding: 7px;
}

.ty-store-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
}

.ty-store-score {
  align-items: center;
  background: #eaf5ff;
  border-radius: 4px;
  display: flex;
  gap: 7px;
  justify-content: center;
  min-height: 46px;
}

.ty-store-score strong {
  background: #00b341;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  padding: 1px 6px;
}

.ty-store-score span {
  color: #1c68a8;
  font-size: 12px;
  font-weight: 800;
}

.ty-store-card a {
  align-items: center;
  color: #222;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  justify-content: flex-end;
  min-height: 28px;
  text-decoration: none;
}

.ty-store-button {
  background: #f5f5f5;
  border-radius: 999px;
  justify-content: center !important;
}

.ty-collection-button {
  align-items: center;
  background: #fff6ee;
  border: 0;
  color: #222;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  gap: 9px;
  height: 48px;
  justify-content: space-between;
  padding: 0 12px;
}

.ty-collection-button i {
  align-items: center;
  background: var(--ty-product-accent, #e8541f);
  border-radius: 4px;
  color: #fff;
  display: flex;
  height: 28px;
  justify-content: center;
  width: 26px;
}

.ty-collection-button b {
  font-size: 22px;
  font-weight: 500;
}

.ty-product-details-tabs {
  margin-top: 34px;
}

.ty-product-details-tabs .woocommerce-tabs {
  border-top: 1px solid #eee;
  padding-top: 18px;
}

.ty-product-details-tabs ul.tabs {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.ty-product-details-tabs ul.tabs li a {
  background: #f6f6f6;
  border-radius: 6px;
  color: #222;
  display: block;
  font-size: 13px;
  font-weight: 900;
  padding: 9px 14px;
  text-decoration: none;
}

.ty-product-details-tabs ul.tabs li.active a {
  background: var(--ty-product-accent, #e8541f);
  color: #fff;
}

@media (max-width: 1100px) {
  .ty-product-layout {
    grid-template-columns: minmax(300px, 390px) minmax(360px, 1fr);
  }

  .ty-product-side {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 820px) {
  .ty-product-layout,
  .ty-product-payment-grid,
  .ty-product-highlight-grid,
  .ty-service-grid {
    grid-template-columns: 1fr;
  }

  .ty-product-stage {
    min-height: 420px;
  }

  .ty-product-heart {
    position: static;
    transform: none;
  }

  .ty-product-cart form.cart {
    grid-template-columns: 1fr;
  }
}

/* Shop/category archive filters */
.ty-shop-page,
.ty-shop-page * {
  box-sizing: border-box;
}

.ty-shop-page {
  background: #fff;
  direction: rtl;
  padding: 18px 0 42px;
}

.ty-shop-shell {
  align-items: start;
  display: grid;
  gap: 26px;
  grid-template-columns: 220px minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 16px;
}

.ty-shop-sidebar {
  min-width: 0;
}

.ty-shop-filter {
  background: #fff;
  color: #222;
  direction: rtl;
  font-size: 14px;
  text-align: right;
}

.ty-shop-filter-section {
  border-bottom: 1px solid #e7e7e7;
  padding: 12px 0 14px;
}

.ty-shop-filter-section h3 {
  align-items: center;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: space-between;
  line-height: 1;
  margin: 0 0 10px;
}

.ty-shop-filter-section h3 i {
  color: #999;
  font-size: 13px;
  transition: transform 0.15s ease;
}

.ty-shop-filter-section:not(.is-open) h3 i {
  transform: rotate(180deg);
}

.ty-shop-filter-body {
  display: none;
}

.ty-shop-filter-section.is-open .ty-shop-filter-body {
  display: block;
}

.ty-shop-filter-search {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  color: #555;
  font-size: 13px;
  height: 31px;
  margin-bottom: 9px;
  padding: 0 9px;
  text-align: right;
  width: 100%;
}

.ty-shop-filter-check {
  align-items: center;
  color: #555;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  gap: 8px;
  justify-content: flex-start;
  line-height: 1.45;
  margin: 5px 0;
}

.ty-shop-filter-check input {
  appearance: none;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  height: 16px;
  margin: 0;
  position: relative;
  width: 16px;
}

.ty-shop-filter-check input:checked {
  background: #e8541f;
  border-color: #e8541f;
}

.ty-shop-filter-check input:checked::after {
  color: #fff;
  content: "\2713";
  font-size: 12px;
  font-weight: 900;
  left: 2px;
  line-height: 1;
  position: absolute;
  top: 1px;
}

.ty-shop-color-grid {
  display: grid;
  gap: 10px 12px;
  grid-template-columns: repeat(3, 1fr);
}

.ty-shop-color-option {
  align-items: center;
  color: #555;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  gap: 3px;
  min-width: 0;
  text-align: center;
}

.ty-shop-color-option input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.ty-shop-color-swatch {
  background: var(--ty-filter-color);
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 0 1px #b8b8b8;
  display: block;
  height: 23px;
  width: 23px;
}

.ty-shop-color-option input:checked + .ty-shop-color-swatch {
  box-shadow: 0 0 0 2px #1d7bd8;
}

.ty-shop-color-option b {
  font-size: 12px;
  font-weight: 500;
  max-width: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ty-shop-price-inputs {
  align-items: center;
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr auto 1fr 34px;
  margin-bottom: 9px;
}

.ty-shop-price-inputs input {
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
  height: 32px;
  min-width: 0;
  padding: 0 7px;
  text-align: center;
}

.ty-shop-price-inputs button {
  align-items: center;
  background: #e8541f;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
}

.ty-shop-filter-actions {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.ty-shop-filter-actions button {
  display: none;
}

.ty-shop-filter-actions button,
.ty-shop-filter-actions a {
  align-items: center;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  text-decoration: none;
}

.ty-shop-filter-actions button {
  background: #e8541f;
  border: 0;
  color: #fff;
  cursor: pointer;
  flex: 1;
}

.ty-shop-filter-actions a {
  background: #f5f5f5;
  color: #666;
  display: inline-flex;
  flex: 1;
  padding: 0 12px;
}

.ty-shop-content {
  min-width: 0;
}

.ty-shop-content .woocommerce-products-header__title {
  font-size: 26px;
  margin: 0 0 18px;
}

.ty-shop-content .woocommerce-result-count {
  color: #777;
  font-size: 13px;
}

.ty-shop-content .woocommerce-ordering select {
  border: 1px solid #ddd;
  border-radius: 5px;
  min-height: 34px;
  padding: 0 10px;
}

.ty-shop-content ul.products {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ty-shop-content ul.products::before,
.ty-shop-content ul.products::after {
  display: none;
}

.ty-shop-content ul.products li.product {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
}

@media (max-width: 980px) {
  .ty-shop-shell {
    grid-template-columns: 1fr;
  }

  .ty-shop-content ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .ty-shop-content ul.products {
    grid-template-columns: 1fr;
  }
}

/* Customer pages: auth, account, wishlist, cart */
.ty-customer-page,
.ty-customer-page * {
  box-sizing: border-box;
}

.ty-customer-page {
  background: #f7f7f7;
  color: #222;
  direction: rtl;
  font-family: "Cairo", sans-serif !important;
  min-height: 60vh;
  padding: 24px 0 48px;
  text-align: right;
}

.ty-customer-shell {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 16px;
}

.ty-customer-hero {
  align-items: center;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 18px 22px;
}

.ty-customer-hero span,
.ty-auth-brand > span {
  color: #e8541f;
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 6px;
}

.ty-customer-hero h1,
.ty-auth-brand h1 {
  color: #222;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0;
}

.ty-customer-hero p,
.ty-auth-brand p {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  margin: 8px 0 0;
}

.ty-primary-button,
.ty-secondary-button,
.ty-customer-page .button,
.ty-customer-page button.button,
.ty-customer-page .woocommerce-button {
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  text-decoration: none;
}

.ty-primary-button,
.ty-customer-page .button,
.ty-customer-page button.button,
.ty-customer-page .woocommerce-button {
  background: #e8541f;
  border: 1px solid #e8541f;
  color: #fff;
}

.ty-secondary-button {
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
}

.ty-auth-shell {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(280px, 0.85fr) minmax(420px, 1.15fr);
}

.ty-auth-brand,
.ty-auth-card,
.ty-wishlist-panel,
.ty-account-content,
.ty-account-nav,
.ty-cart-items,
.ty-cart-summary,
.ty-empty-state {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}

.ty-auth-brand {
  overflow: hidden;
  padding: 32px;
  position: relative;
}

.ty-auth-brand::after {
  background: linear-gradient(
    135deg,
    rgba(242, 122, 26, 0.16),
    rgba(255, 198, 41, 0.16)
  );
  border-radius: 999px;
  content: "";
  height: 220px;
  left: -80px;
  position: absolute;
  top: -70px;
  width: 220px;
}

.ty-auth-benefits {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  position: relative;
  z-index: 1;
}

.ty-auth-benefits strong {
  background: #fff7ef;
  border: 1px solid #ffe0c2;
  border-radius: 6px;
  color: #333;
  font-size: 14px;
  padding: 12px;
}

.ty-auth-card {
  padding: 18px;
}

.ty-auth-tabs {
  background: #f5f5f5;
  border-radius: 6px;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
  padding: 4px;
}

.ty-auth-tabs a {
  border-radius: 5px;
  color: #555;
  font-size: 14px;
  font-weight: 900;
  padding: 11px;
  text-align: center;
  text-decoration: none;
}

.ty-auth-tabs a.is-active,
.ty-auth-tabs a:hover {
  background: #fff;
  color: #e8541f;
}

.ty-auth-forms {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

.ty-auth-forms.has-register {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ty-auth-pane {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 18px;
}

.ty-auth-pane h2,
.ty-customer-section-head h2,
.ty-account-welcome h2 {
  color: #222;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 16px;
}

.ty-customer-page label {
  color: #333;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
}

.ty-customer-page input[type="text"],
.ty-customer-page input[type="email"],
.ty-customer-page input[type="password"],
.ty-customer-page input[type="tel"],
.ty-customer-page input[type="number"],
.ty-customer-page textarea,
.ty-customer-page select {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #333;
  min-height: 42px;
  padding: 0 12px;
  text-align: right;
  width: 100%;
}

.ty-customer-page textarea {
  min-height: 110px;
  padding-top: 10px;
}

.ty-auth-submit-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.ty-auth-submit-row .woocommerce-form-login__rememberme {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  margin: 0;
}

.ty-auth-submit-row input[type="checkbox"] {
  accent-color: #e8541f;
}

.ty-auth-note,
.ty-customer-page .lost_password a {
  color: #666;
  font-size: 13px;
}

.ty-account-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: 260px minmax(0, 1fr);
}

.ty-account-nav {
  overflow: hidden;
}

.ty-account-nav ul {
  list-style: none;
  margin: 0;
  padding: 8px;
}

.ty-account-nav li {
  margin: 0;
}

.ty-account-nav a {
  align-items: center;
  border-radius: 6px;
  color: #444;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  padding: 13px 12px;
  text-decoration: none;
}

.ty-account-nav a i {
  color: #999;
  font-size: 15px;
  width: 18px;
}

.ty-account-nav li.is-active a,
.ty-account-nav a[aria-current="page"],
.ty-account-nav a:hover {
  background: #fff4ea;
  color: #e8541f;
}

.ty-account-nav li.is-active a i,
.ty-account-nav a[aria-current="page"] i,
.ty-account-nav a:hover i {
  color: #e8541f;
}

.ty-account-content {
  min-height: 360px;
  padding: 22px;
}

.ty-account-dashboard {
  display: grid;
  gap: 20px;
}

.ty-account-welcome {
  background: #fff7ef;
  border: 1px solid #ffe2c7;
  border-radius: 8px;
  padding: 18px;
}

.ty-account-welcome p {
  color: #666;
  margin: 0;
}

.ty-account-quick-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ty-account-quick-grid a {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  color: #333;
  display: grid;
  gap: 6px;
  min-height: 130px;
  padding: 16px;
  text-decoration: none;
}

.ty-account-quick-grid i {
  color: #e8541f;
  font-size: 24px;
}

.ty-account-quick-grid strong {
  font-size: 15px;
  font-weight: 900;
}

.ty-account-quick-grid span {
  color: #777;
  font-size: 13px;
}

.ty-customer-page .woocommerce-Addresses,
.ty-customer-page .woocommerce-address-fields,
.ty-customer-page .woocommerce-EditAccountForm {
  display: grid;
  gap: 14px;
}

.ty-customer-page .woocommerce-orders-table,
.ty-customer-page table.shop_table {
  border: 1px solid #e7e7e7;
  border-collapse: separate;
  border-radius: 8px;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
}

.ty-customer-page table.shop_table th,
.ty-customer-page table.shop_table td {
  border-bottom: 1px solid #eee;
  padding: 13px;
  text-align: right;
}

.ty-customer-page table.shop_table th {
  background: #fafafa;
  color: #555;
  font-size: 13px;
  font-weight: 900;
}

.ty-wishlist-panel {
  padding: 20px;
}

.ty-customer-section-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.ty-customer-section-head a {
  color: #e8541f;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.ty-wishlist-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ty-wishlist-card {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.ty-wishlist-remove {
  align-items: center;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  height: 34px;
  justify-content: center;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 34px;
  z-index: 1;
}

.ty-wishlist-remove svg {
  fill: #e8541f;
  stroke: #e8541f;
  width: 18px;
}

.ty-wishlist-image {
  align-items: center;
  aspect-ratio: 1 / 1.15;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
}

.ty-wishlist-image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.ty-wishlist-info {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.ty-wishlist-info h3 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  margin: 0;
  min-height: 40px;
}

.ty-wishlist-info h3 a {
  color: #333;
  text-decoration: none;
}

.ty-wishlist-rating {
  align-items: center;
  color: #f6a500;
  display: flex;
  font-size: 12px;
  gap: 6px;
}

.ty-wishlist-rating b {
  color: #333;
}

.ty-wishlist-price {
  color: #e8541f;
  font-size: 16px;
  font-weight: 900;
}

.ty-wishlist-price del {
  color: #999;
  font-size: 12px;
  font-weight: 400;
}

.ty-wishlist-price ins {
  text-decoration: none;
}

.ty-wishlist-card .ty-secondary-button {
  font-size: 13px;
  min-height: 36px;
}

.ty-cart-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 340px;
}

.ty-cart-items {
  padding: 16px;
}

.ty-cart-list {
  display: grid;
  gap: 14px;
}

.ty-cart-item {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-template-columns: 116px minmax(0, 1fr) 150px;
  padding: 14px;
}

.ty-cart-thumb {
  align-items: center;
  background: #f7f7f7;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  min-height: 116px;
  overflow: hidden;
}

.ty-cart-thumb img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.ty-cart-details h2 {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0 0 8px;
}

.ty-cart-details h2 a {
  color: #222;
  text-decoration: none;
}

.ty-cart-meta {
  color: #777;
  font-size: 12px;
}

.ty-cart-meta dl {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin: 0;
}

.ty-cart-meta dt,
.ty-cart-meta dd,
.ty-cart-meta p {
  margin: 0;
}

.ty-cart-controls {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-top: 16px;
}

.ty-cart-controls .quantity {
  align-items: stretch;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  display: inline-flex;
  flex-direction: row-reverse;
  height: 40px;
  overflow: hidden;
  padding: 0;
}

.ty-cart-controls .quantity .ty-qty-btn {
  align-items: center;
  background: transparent;
  border: 0;
  color: #e8541f;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  font-weight: 800;
  height: 100%;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
  width: 36px;
}

.ty-cart-controls .quantity .ty-qty-btn:hover {
  background: #fff3e8;
}

.ty-cart-controls .quantity .ty-qty-btn:disabled {
  color: #c9c9c9;
  cursor: not-allowed;
}

.ty-cart-controls .quantity .ty-qty-btn:disabled:hover {
  background: transparent;
}

.ty-cart-controls .quantity input.qty {
  -moz-appearance: textfield;
  appearance: textfield;
  background: transparent;
  border: 0;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  max-width: 48px;
  min-width: 48px;
  outline: none;
  padding: 0;
  text-align: center;
}

.ty-cart-controls .quantity input.qty::-webkit-outer-spin-button,
.ty-cart-controls .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ty-cart-controls .remove {
  color: #888;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.ty-cart-controls .remove:hover {
  color: #e8541f;
}

.ty-cart-price {
  align-content: start;
  display: grid;
  gap: 8px;
  justify-items: end;
}

.ty-cart-price span {
  color: #888;
  font-size: 12px;
}

.ty-cart-price .woocommerce-Price-amount,
.ty-cart-price strong {
  color: #e8541f;
  font-size: 16px;
  font-weight: 900;
}

.ty-cart-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.ty-cart-actions .coupon {
  display: flex;
  gap: 8px;
  min-width: 300px;
}

.ty-cart-actions .coupon input {
  min-width: 0;
}

.ty-cart-summary {
  padding: 16px;
  position: sticky;
  top: 16px;
}

.ty-cart-summary .cart_totals {
  float: none;
  width: 100%;
}

.ty-cart-summary .cart_totals h2 {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 14px;
}

.ty-cart-summary .wc-proceed-to-checkout {
  padding: 12px 0 0;
}

.ty-cart-summary .checkout-button {
  border-radius: 6px;
  display: flex;
  font-size: 16px;
  min-height: 48px;
  width: 100%;
}

/* Custom totals list (no tax line, no individual coupon rows) */
.ty-cart-totals-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ty-cart-totals-row {
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 10px 0;
  direction: ltr;
}

.ty-cart-totals-row:last-child {
  border-bottom: 0;
}

.woocommerce img,
.woocommerce-page img {
}

.ty-cart-totals-label {
  color: #444;
  font-size: 14px;
  font-weight: 700;
}

.ty-cart-totals-label small {
  color: #888;
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin-top: 2px;
}

.ty-cart-totals-value {
  color: #222;
  font-size: 14px;
  font-weight: 700;
}

.ty-cart-totals-total .ty-cart-totals-value {
  color: #e8541f;
  font-size: 18px;
  font-weight: 900;
}

.ty-cart-shipping-free {
  background: #d9f5e3;
  border-radius: 4px;
  color: #0e8a3a;
  font-size: 12px;
  font-weight: 800;
  padding: 3px 8px;
}

.ty-cart-checkout-wrap {
  margin-top: 14px;
}

.ty-cart-checkout-wrap .checkout-button {
  align-items: center;
  background: #e8541f;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  width: 100%;
}

/* Cart item header: vendor + delivery badge */
.ty-cart-item-header {
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 10px;
  grid-column: 1 / -1;
  justify-content: space-between;
  margin-bottom: 4px;
  padding-bottom: 10px;
}

.ty-cart-vendor-block {
  align-items: center;
  display: inline-flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 6px;
}

.ty-cart-vendor-rating {
  background: #10bf5a;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  padding: 3px 6px;
}

.ty-cart-vendor-label {
  color: #777;
}

.ty-cart-vendor-name {
  color: #222;
  font-weight: 800;
}

.ty-cart-vendor-shipping {
  background: #d9f5e3;
  border-radius: 4px;
  color: #0e8a3a;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 10px;
}

/* Cart-item extra meta */
.ty-cart-sales-count {
  color: #e8541f;
  font-size: 13px;
  font-weight: 700;
  margin: 4px 0;
}

.ty-cart-delivery-date {
  color: #444;
  font-size: 13px;
  margin: 2px 0 6px;
}

.ty-cart-stock-badge {
  background: #ff174c;
  border-radius: 4px;
  bottom: 6px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 8px;
  position: absolute;
  right: 6px;
  z-index: 2;
}

.ty-cart-thumb {
  position: relative;
}

/* Suggested products section under cart */
.ty-cart-suggested {
  margin-top: 28px;
}

.ty-empty-state {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 560px;
  padding: 42px 24px;
  text-align: center;
}

.ty-empty-icon {
  align-items: center;
  background: #fff4ea;
  border-radius: 999px;
  color: #e8541f;
  display: flex;
  height: 70px;
  justify-content: center;
  margin-bottom: 16px;
  width: 70px;
}

.ty-empty-icon svg {
  height: 32px;
  stroke: currentColor;
  width: 32px;
}

.ty-empty-state h1,
.ty-empty-state h2 {
  color: #222;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 8px;
}

.ty-empty-state p {
  color: #666;
  margin: 0 0 18px;
}

.ty-empty-state .cart-empty {
  display: none;
}

.ty-customer-page .woocommerce-message,
.ty-customer-page .woocommerce-info,
.ty-customer-page .woocommerce-error {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-right: 4px solid #e8541f;
  border-radius: 6px;
  color: #333;
  margin: 0 auto 14px;
  max-width: 1180px;
  padding: 14px 18px;
}

@media (max-width: 980px) {
  .ty-auth-shell,
  .ty-account-layout,
  .ty-cart-layout {
    grid-template-columns: 1fr;
  }

  .ty-account-quick-grid,
  .ty-wishlist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ty-cart-summary {
    position: static;
  }
}

@media (max-width: 640px) {
  .ty-customer-hero,
  .ty-auth-submit-row,
  .ty-cart-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ty-auth-forms.has-register,
  .ty-account-quick-grid,
  .ty-wishlist-grid {
    grid-template-columns: 1fr;
  }

  .ty-cart-item {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .ty-cart-price {
    grid-column: 1 / -1;
    justify-items: start;
  }

  .ty-cart-actions .coupon {
    min-width: 0;
    width: 100%;
  }
}

/* ===================== Checkout page ===================== */
.ty-checkout-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 320px;
}

.ty-checkout-main {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.ty-checkout-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 20px;
}

.ty-checkout-step-head {
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  gap: 14px;
  margin: -4px 0 18px;
  padding-bottom: 16px;
}

.ty-checkout-step-num {
  align-items: center;
  background: #fff4ea;
  border-radius: 999px;
  color: #e8541f;
  display: flex;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.ty-checkout-step-head h2 {
  color: #222;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 4px;
}

.ty-checkout-step-head p {
  color: #777;
  font-size: 13px;
  margin: 0;
}

.ty-checkout-step-body {
  display: grid;
  gap: 22px;
}

.ty-checkout-billing h3,
.ty-checkout-shipping h3 {
  color: #222;
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 14px;
}

.ty-checkout-form .form-row {
  display: block;
  margin: 0 0 14px;
  padding: 0;
}

.ty-checkout-form .form-row.form-row-first,
.ty-checkout-form .form-row.form-row-last {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 6px);
}

.ty-checkout-form .form-row.form-row-first {
  margin-left: 12px;
}

.ty-checkout-form .form-row.form-row-wide {
  width: 100%;
}

.ty-checkout-form .form-row label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
}

.ty-checkout-form .form-row .required {
  color: #e8541f;
  text-decoration: none;
}

.ty-checkout-form .form-row .optional {
  color: #999;
  font-weight: 400;
}

.ty-checkout-form .select2-container .select2-selection--single {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  height: 42px;
  outline: none;
  padding: 0 12px;
}

.ty-checkout-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #333;
  line-height: 40px;
  padding: 0;
  text-align: right;
}

.ty-checkout-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
  left: 8px;
  right: auto;
  top: 0;
}

.ty-checkout-form .woocommerce-account-fields,
.ty-checkout-form .woocommerce-additional-fields {
  margin-top: 18px;
}

.ty-checkout-form .woocommerce-account-fields h3,
.ty-checkout-form .woocommerce-additional-fields h3 {
  color: #222;
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 14px;
}

.ty-checkout-form #ship-to-different-address label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  margin: 0;
}

.ty-checkout-form #ship-to-different-address input[type="checkbox"] {
  accent-color: #e8541f;
}

.ty-review-order {
  margin-top: 4px;
}

.ty-review-title {
  color: #222;
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 12px;
}

.ty-review-items {
  border: 1px solid #eee;
  border-radius: 8px;
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0 0 16px;
  padding: 4px 12px;
}

.ty-review-item {
  align-items: center;
  border-bottom: 1px dashed #f0f0f0;
  display: grid;
  gap: 12px;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  padding: 12px 0;
}

.ty-review-item:last-child {
  border-bottom: 0;
}

.ty-review-thumb {
  align-items: center;
  background: #f7f7f7;
  border-radius: 6px;
  display: flex;
  height: 56px;
  justify-content: center;
  overflow: hidden;
  width: 56px;
}

.ty-review-thumb img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.ty-review-name {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ty-review-name strong {
  color: #222;
  font-size: 14px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ty-review-qty {
  color: #777;
  font-size: 12px;
}

.ty-review-price {
  color: #222;
  font-size: 14px;
  font-weight: 800;
}

.ty-review-totals {
  display: grid;
  gap: 6px;
  margin: 0;
}

.ty-review-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
}

.ty-review-row dt {
  color: #555;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.ty-review-row dd {
  color: #222;
  font-size: 14px;
  font-weight: 800;
  margin: 0;
}

.ty-review-row.ty-review-total {
  border-top: 1px solid #eee;
  margin-top: 6px;
  padding-top: 12px;
}

.ty-review-row.ty-review-total dt {
  color: #222;
  font-size: 16px;
  font-weight: 900;
}

.ty-review-row.ty-review-total dd {
  color: #e8541f;
  font-size: 18px;
  font-weight: 900;
}

.ty-review-shipping ul,
.ty-review-shipping #shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ty-review-shipping #shipping_method li {
  margin: 4px 0;
}

.ty-review-shipping #shipping_method input[type="radio"] {
  accent-color: #e8541f;
  margin-left: 6px;
}

/* Payment block */
.ty-checkout-card .woocommerce-checkout-payment {
  background: transparent;
  border-radius: 0;
  margin-top: 22px;
}

.ty-checkout-card .woocommerce-checkout-payment ul.payment_methods {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 8px;
  list-style: none;
  margin: 0 0 18px;
  padding: 8px 14px;
}

.ty-checkout-card .woocommerce-checkout-payment ul.payment_methods li {
  border-bottom: 1px dashed #ececec;
  margin: 0;
  padding: 12px 0;
}

.ty-checkout-card
  .woocommerce-checkout-payment
  ul.payment_methods
  li:last-child {
  border-bottom: 0;
}

.ty-checkout-card .woocommerce-checkout-payment ul.payment_methods li label {
  color: #222;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  margin: 0;
}

.ty-checkout-card
  .woocommerce-checkout-payment
  ul.payment_methods
  li
  input[type="radio"] {
  accent-color: #e8541f;
}

.ty-checkout-card .woocommerce-checkout-payment .payment_box {
  background: #fff;
  border: 1px solid #f0e2d2;
  border-radius: 6px;
  color: #555;
  font-size: 13px;
  margin: 10px 0 0;
  padding: 12px 14px;
}

.ty-checkout-card .woocommerce-checkout-payment .payment_box::before {
  display: none;
}

.ty-checkout-card .form-row.place-order {
  margin: 0;
  padding: 0;
}

.ty-checkout-card #place_order,
.ty-checkout-card .ty-place-order-button {
  background: #e8541f;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.2px;
  min-height: 52px;
  padding: 0 20px;
  width: 100%;
}

.ty-checkout-card #place_order:hover,
.ty-checkout-card .ty-place-order-button:hover {
  background: #e26e15;
}

.ty-checkout-card .woocommerce-terms-and-conditions-wrapper {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 6px;
  margin-bottom: 14px;
  padding: 12px 14px;
}

.ty-checkout-card .woocommerce-terms-and-conditions-wrapper label {
  color: #444;
  font-size: 13px;
  font-weight: 700;
}

/* Aside summary */
.ty-checkout-aside {
  position: sticky;
  top: 16px;
}

.ty-checkout-summary {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 18px;
}

.ty-checkout-summary h3 {
  color: #222;
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 14px;
}

.ty-checkout-mini-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}

.ty-checkout-mini-list li {
  align-items: center;
  border-bottom: 1px dashed #f0f0f0;
  display: grid;
  gap: 10px;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  padding-bottom: 10px;
}

.ty-checkout-mini-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.ty-mini-thumb {
  align-items: center;
  background: #f7f7f7;
  border-radius: 6px;
  display: flex;
  height: 48px;
  justify-content: center;
  overflow: hidden;
  width: 48px;
}

.ty-mini-thumb img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.ty-mini-info {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ty-mini-info strong {
  color: #222;
  font-size: 13px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ty-mini-meta {
  color: #888;
  font-size: 12px;
}

.ty-mini-price {
  color: #e8541f;
  font-size: 13px;
  font-weight: 900;
}

.ty-checkout-summary-note {
  background: #fff7ef;
  border: 1px solid #ffe0c2;
  border-radius: 6px;
  color: #6a4a26;
  font-size: 12px;
  line-height: 1.6;
  padding: 10px 12px;
}

@media (max-width: 960px) {
  .ty-checkout-layout {
    grid-template-columns: 1fr;
  }

  .ty-checkout-aside {
    position: static;
  }
}

@media (max-width: 640px) {
  .ty-checkout-form .form-row.form-row-first,
  .ty-checkout-form .form-row.form-row-last {
    display: block;
    margin-left: 0;
    width: 100%;
  }

  .ty-checkout-card {
    padding: 16px;
  }

  .ty-checkout-step-head {
    gap: 10px;
  }

  .ty-review-item {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .ty-review-price {
    grid-column: 1 / -1;
    text-align: end;
  }
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
  height: 70px;
  overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: right;
  width: 100%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: left;
  width: 100%;
}

.woocommerce a.remove {
  font-size: 12px;
}

.woocommerce a.remove:hover {
  background-color: inherit;
  color: inherit;
}

.woocommerce a.remove:hover {
  background-color: inherit;
  color: inherit !important;
}

.wp-block-woocommerce-checkout {
  margin: 0 auto !important;
  max-width: 1400px;
  padding: 40px 0;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form
  .wc-block-components-text-input
  input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  border: 1px solid #ddd;
}

.woocommerce-info {
  border-top-color: #f6f5f8;
  max-width: 1400px;
  margin: 16px auto;
  border-radius: 10px;
}

.woocommerce-info a {
  color: #000;
}

.ty-circle-category-box .woocommerce ul.products,
.ty-circle-category-box ul.products {
  display: grid !important;
  gap: 14px 10px;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  margin: 0 !important;
  padding: 0 !important;
}

.ty-circle-category-box ul.products li.product,
.ty-circle-category-box ul.products li.product-category {
  float: none !important;
  margin: 0 !important;
  text-align: center;
  width: auto !important;
}

.ty-circle-category-box ul.products li.product-category a {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.ty-circle-category-box ul.products li.product-category img {
  aspect-ratio: 1;
  border: 2px solid #ededed;
  border-radius: 999px;
  height: 82px;
  object-fit: cover;
  width: 82px;
}

.ty-circle-category-box
  ul.products
  li.product-category
  .woocommerce-loop-category__title {
  color: #222;
  font-size: 13px !important;
  font-weight: 800;
  height: auto !important;
  line-height: 1.35;
  margin: 8px 0 0;
  min-height: 0;
  padding: 0;
  text-align: center;
}

.ty-circle-category-box ul.products li.product-category mark {
  display: none;
}

/* ===================== Site-wide responsive hardening ===================== */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
video,
iframe,
svg {
  max-width: 100%;
}

.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.woocommerce,
.woocommerce-page {
  max-width: 100%;
}

.ty-wp-header,
.ty-product-page,
.ty-shop-page,
.ty-customer-page {
  overflow-x: clip;
}

.ty-wp-header-inner,
.ty-product-shell,
.ty-shop-shell,
.ty-customer-shell {
  width: 100%;
}

@media (max-width: 1280px) {
  .ty-wp-header-inner {
    gap: 16px;
    padding-inline: 22px;
  }

  .ty-site-logo {
    flex-basis: 180px;
  }

  .ty-user-actions {
    flex-basis: 270px;
    gap: 18px;
  }

  .ty-menu-primary {
    gap: 22px;
  }

  .ty-product-shell,
  .ty-shop-shell,
  .ty-customer-shell {
    max-width: 1180px;
  }
}

@media (max-width: 1024px) {
  .ty-wp-header-main {
    height: auto;
    padding: 12px 0;
  }

  .ty-wp-header-main .ty-wp-header-inner {
    align-items: center;
    flex-wrap: wrap;
  }

  .ty-site-logo {
    flex: 1 1 160px;
    order: 1;
  }

  .ty-user-actions {
    flex: 0 1 auto;
    order: 2;
  }

  .ty-wp-search {
    flex: 1 0 100%;
    max-width: none;
    min-width: 0;
    order: 3;
  }

  .ty-mega-menu {
    max-height: calc(100vh - 140px);
    min-height: 0;
    overflow: auto;
    width: calc(100vw - 44px);
  }

  .ty-mega-panel,
  .ty-mega-panel.is-active {
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ty-product-layout,
  .ty-product-layout-no-side {
    grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  }

  .ty-product-side {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .ty-product-stage {
    min-height: 460px;
  }

  .ty-auth-shell,
  .ty-account-layout,
  .ty-cart-layout,
  .ty-checkout-layout {
    grid-template-columns: 1fr;
  }

  .ty-cart-summary,
  .ty-checkout-aside {
    position: static;
  }
}

@media (max-width: 768px) {
  .site-main--front,
  .site-main--elementor-full-width {
    overflow: hidden;
    width: 100%;
  }

  .site-main--front .elementor,
  .site-main--front .elementor-section,
  .site-main--front .elementor-container,
  .site-main--front .elementor-widget-wrap,
  .site-main--elementor-full-width .elementor,
  .site-main--elementor-full-width .elementor-section,
  .site-main--elementor-full-width .elementor-container,
  .site-main--elementor-full-width .elementor-widget-wrap {
    max-width: 100% !important;
  }

  .site-main--front .elementor-section,
  .site-main--elementor-full-width .elementor-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .site-main--front .elementor-column,
  .site-main--elementor-full-width .elementor-column {
    min-width: 0;
  }

  .site-main--front
    .elementor
    > .elementor-section:nth-of-type(2)
    > .elementor-container,
  .site-main--front
    .elementor
    > .elementor-section:nth-of-type(3)
    > .elementor-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  .site-main--front
    .elementor
    > .elementor-section:nth-of-type(2)
    > .elementor-container::-webkit-scrollbar,
  .site-main--front
    .elementor
    > .elementor-section:nth-of-type(3)
    > .elementor-container::-webkit-scrollbar {
    display: none;
  }

  .ty-circle-category-box .woocommerce ul.products,
  .ty-circle-category-box ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .site-main--front
    .elementor
    > .elementor-section:nth-of-type(2)
    .elementor-column,
  .site-main--front
    .elementor
    > .elementor-section:nth-of-type(3)
    .elementor-column {
    flex: 0 0 100%;
    max-width: 100% !important;
    width: 100% !important;
  }

  .ty-wp-header-inner {
    gap: 12px;
    padding-inline: 14px;
  }

  .ty-site-logo {
    flex-basis: 120px;
    font-size: 32px;
    max-width: 140px;
    overflow: hidden;
  }

  .ty-site-logo img {
    max-height: 42px;
  }

  .ty-user-actions {
    gap: 12px;
  }

  .ty-user-actions a {
    font-size: 0;
    gap: 0;
    min-height: 34px;
    min-width: 34px;
  }

  .ty-user-actions span {
    display: none;
  }

  .ty-header-badge {
    right: -4px;
    top: -6px;
  }

  .ty-wp-search {
    height: 42px;
  }

  .ty-wp-search input {
    font-size: 13px;
    padding-inline: 12px;
  }

  .ty-wp-header-nav {
    height: auto;
  }

  .ty-wp-header-nav .ty-wp-header-inner {
    align-items: stretch;
    gap: 10px;
  }

  .ty-categories-trigger {
    font-size: 14px;
    min-height: 42px;
  }

  .ty-categories-trigger b {
    display: none;
  }

  .ty-primary-nav {
    overflow-x: auto;
  }

  .ty-menu-primary {
    gap: 18px;
    min-width: max-content;
  }

  .ty-menu-primary a {
    font-size: 14px;
  }

  .ty-mega-menu {
    flex-direction: column;
    right: -14px;
    width: 100vw;
  }

  .ty-mega-tabs {
    border-bottom: 1px solid #eee;
    border-left: 0;
    flex: 0 0 auto;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 14px;
  }

  .ty-mega-tabs a,
  .ty-mega-tabs button {
    flex: 0 0 auto;
    font-size: 14px;
    margin: 0;
    padding: 10px 12px;
    white-space: nowrap;
    width: auto;
  }

  .ty-mega-content {
    padding: 14px;
  }

  .ty-mega-panel,
  .ty-mega-panel.is-active {
    grid-template-columns: 1fr;
  }

  .ty-mega-group {
    margin-bottom: 18px;
  }

  .ty-section-category-slider {
    padding: 18px 14px !important;
  }

  .ty-product-layout,
  .ty-product-layout-no-side,
  .ty-product-payment-grid,
  .ty-product-highlight-grid,
  .ty-service-grid {
    grid-template-columns: 1fr;
  }

  .ty-product-title {
    font-size: 20px;
  }

  .ty-product-stage {
    min-height: 360px;
    padding: 36px 14px 48px;
  }

  .ty-product-stage img {
    max-height: 320px;
  }

  .ty-product-sale-bubble {
    font-size: 18px;
    height: 74px;
    right: 18px;
    top: 72px;
    width: 74px;
  }

  .ty-product-thumbs {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .ty-product-cart form.cart {
    grid-template-columns: 1fr;
  }

  .ty-product-heart {
    height: 44px;
    position: static;
    transform: none;
    width: 44px;
  }

  .ty-shop-shell {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .ty-shop-sidebar {
    border: 1px solid #eee;
    border-radius: 8px;
    min-width: 0;
    overflow: hidden;
    padding: 0 12px;
  }

  .ty-shop-filter-check,
  .ty-shop-color-option,
  .ty-shop-filter-section h3 {
    min-width: 0;
  }

  .ty-shop-filter-check {
    overflow-wrap: anywhere;
  }

  .ty-shop-filter-check span,
  .ty-shop-color-option b {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ty-shop-content ul.products,
  .woocommerce ul.products {
    gap: 14px;
    grid-template-columns: 1fr !important;
  }

  .ty-shop-content .woocommerce-products-header__title {
    font-size: 22px;
  }

  .ty-customer-page {
    padding-top: 16px;
  }

  .ty-customer-hero,
  .ty-auth-submit-row,
  .ty-cart-actions,
  .ty-customer-section-head {
    align-items: stretch;
    flex-direction: column;
  }

  .ty-customer-hero h1,
  .ty-auth-brand h1 {
    font-size: 24px;
  }

  .ty-auth-brand,
  .ty-auth-card,
  .ty-account-content,
  .ty-wishlist-panel,
  .ty-cart-items,
  .ty-cart-summary,
  .ty-checkout-card,
  .ty-checkout-summary {
    padding: 16px;
  }

  .ty-account-content {
    overflow-x: auto;
  }

  .ty-account-quick-grid,
  .ty-wishlist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ty-cart-item {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .ty-cart-price {
    grid-column: 1 / -1;
    justify-items: start;
  }

  .ty-cart-actions .coupon {
    min-width: 0;
    width: 100%;
  }

  .ty-checkout-form .form-row.form-row-first,
  .ty-checkout-form .form-row.form-row-last {
    display: block;
    margin-left: 0;
    width: 100%;
  }

  .ty-checkout-form input.input-text,
  .ty-checkout-form textarea,
  .ty-checkout-form select,
  .ty-checkout-form .select2-container {
    width: 100% !important;
  }

  .ty-review-item,
  .ty-checkout-mini-list li {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .ty-review-price,
  .ty-mini-price {
    grid-column: 1 / -1;
    text-align: end;
  }
}

@media (max-width: 600px) {
  .ty-site-logo {
    max-width: 130px;
  }

  .site-main--front .elementor-section,
  .site-main--elementor-full-width .elementor-section {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .ty-circle-category-box .woocommerce ul.products,
  .ty-circle-category-box ul.products {
    gap: 18px 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ty-circle-category-box ul.products li.product-category img {
    height: 76px;
    width: 76px;
  }
}

@media (max-width: 480px) {
  .ty-wp-header-inner,
  .ty-product-shell,
  .ty-shop-shell,
  .ty-customer-shell {
    padding-inline: 10px;
  }

  .ty-circle-category-box ul.products li.product,
  .ty-circle-category-box ul.products li.product-category {
    float: right !important;
    margin: 0 !important;
    text-align: center;
    display: inline-block !important;
    width: 42% !important;
  }

  .ty-user-actions {
    gap: 8px;
  }

  .ty-user-actions a {
    min-width: 30px;
  }

  .ty-wp-search button {
    padding-inline: 12px;
  }

  .ty-menu-primary {
    gap: 14px;
  }

  .ty-product-stage {
    min-height: 300px;
  }

  .ty-product-stage img {
    max-height: 260px;
  }

  .ty-product-price {
    font-size: 20px;
  }

  .ty-product-price del,
  .ty-product-price del .woocommerce-Price-amount {
    font-size: 15px;
  }

  .ty-product-highlight-grid,
  .ty-shop-content ul.products,
  .ty-account-quick-grid,
  .ty-wishlist-grid {
    grid-template-columns: 1fr;
  }

  .ty-circle-category-box .woocommerce ul.products,
  .ty-circle-category-box ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ty-product-delivery-card,
  .ty-product-price-row,
  .ty-cart-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .ty-cart-item {
    grid-template-columns: 1fr;
  }

  .ty-cart-thumb {
    min-height: 180px;
  }

  .ty-cart-price {
    justify-items: stretch;
  }

  .ty-cart-controls {
    gap: 10px;
  }

  .ty-cart-controls .quantity {
    width: max-content;
  }

  .ty-review-row {
    gap: 8px;
  }

  .ty-review-row dd {
    text-align: end;
  }
}

/* ===================== Product details section (single product) ===================== */
.ty-product-details {
  direction: rtl;
  margin: 28px 0 24px;
}

.ty-product-details-title {
  color: #222;
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 14px;
  text-align: right;
}

.ty-product-details-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 22px;
}

.ty-product-details-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1.4fr 1fr;
}

.ty-product-details-block h3 {
  color: #222;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 12px;
}

.ty-product-details-description-body {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
}

.ty-product-details-description-body img {
  border-radius: 8px;
  flex: 0 0 180px;
  height: auto;
  max-width: 180px;
  object-fit: cover;
}

.ty-product-details-description-text {
  color: #444;
  flex: 1;
  font-size: 14px;
  line-height: 1.8;
  min-width: 0;
  text-align: right;
}

.ty-product-details-description-text p {
  margin: 0 0 10px;
}

.ty-product-details-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ty-product-details-list li {
  align-items: flex-start;
  border-bottom: 1px dashed #eee;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  gap: 8px;
  padding: 8px 0;
  width: 46%;
  display: inline-block;
  margin-left: 30px;
}

@media (max-width: 500px) {
  .ty-product-details-list li {
    width: 100%;
  }
}

/* .ty-product-details-list li::before {
  color: #e8541f;
  content: "Ã¢â‚¬Â¢";
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
} */

.ty-img-carousel-arrow-next {
  transform: scale(-1) !important;
}

.ty-img-carousel-arrow-prev {
  transform: scale(-1) !important;
}

.ty-product-details-list-label {
  color: #444;
  font-weight: 700;
  margin-left: 4px;
}

.ty-product-details-list-value {
  color: #222;
  font-weight: 500;
}

.ty-product-details-features {
  border-top: 1px solid #eee;
  margin-top: 22px;
  padding-top: 18px;
}

.ty-product-details-features h3 {
  color: #222;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 12px;
  text-align: right;
}

.ty-product-details-features-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ty-product-feature-pill {
  align-items: center;
  background: #f7f7f7;
  border-radius: 8px;
  display: flex;
  flex-direction: row-reverse;
  font-size: 13px;
  justify-content: space-between;
  padding: 12px 14px;
}

.ty-product-feature-label {
  color: #777;
}

.ty-product-feature-value {
  color: #222;
  font-weight: 700;
}

.ty-related-products {
  margin: 28px 0 24px;
}

/* ===================== Product reviews (single product, after related) ===================== */
.ty-product-reviews {
  direction: rtl;
  margin: 28px 0 24px;
}

.ty-product-reviews-title {
  color: #222;
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 14px;
  text-align: right;
}

.ty-product-reviews-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 22px;
}

.ty-product-reviews-card #reviews {
  margin: 0;
}

.ty-product-reviews-card .woocommerce-Reviews-title {
  display: none;
}

.ty-product-reviews-card .commentlist {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.ty-product-reviews-card .commentlist li {
  border-bottom: 1px solid #eee;
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.ty-product-reviews-card .commentlist li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ty-product-reviews-card #respond {
  margin-top: 8px;
}

.ty-product-reviews-card #respond textarea,
.ty-product-reviews-card #respond input[type="text"],
.ty-product-reviews-card #respond input[type="email"],
.ty-product-reviews-card #respond input[type="url"] {
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  padding: 10px 12px;
  width: 100%;
}

.ty-product-reviews-card #respond .form-submit input,
.ty-product-reviews-card #respond input[type="submit"] {
  background: #e8541f;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  padding: 10px 22px;
}

@media (max-width: 600px) {
  .ty-product-reviews-card {
    padding: 14px;
  }

  .ty-product-reviews-title {
    font-size: 18px;
  }
}

@media (max-width: 820px) {
  .ty-product-details-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ty-product-details-features-grid {
    grid-template-columns: 1fr;
  }

  .ty-product-details-description-body {
    flex-direction: column;
  }

  .ty-product-details-description-body img {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
}

.ty-product-details-description-body img {
  width: 150px;
}

@media (max-width: 600px) {
  .ty-product-details-card {
    padding: 14px;
  }

  .ty-product-details-title {
    font-size: 18px;
  }
}

/* ===================== Product badges (flash / sale / bestseller) ===================== */
.ty-product-badges {
  display: flex;
  flex-direction: column;
  gap: 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
}

.ty-product-badge {
  align-items: center;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex-direction: row-reverse;
  font-size: 11px;
  font-weight: 800;
  gap: 4px;
  line-height: 1;
  padding: 6px 10px;
  white-space: nowrap;
}

.ty-product-badge-icon {
  font-size: 12px;
  line-height: 1;
}

.ty-product-badge--flash {
  background: #e8541f;
  border-radius: 50%;
  flex-direction: column;
  font-size: 10px;
  gap: 2px;
  height: 56px;
  justify-content: center;
  padding: 0 6px;
  text-align: center;
  width: 56px;
}

.ty-product-badge--flash .ty-product-badge-icon {
  font-size: 16px;
}

.ty-product-badge--flash .ty-product-badge-label {
  line-height: 1.15;
  font-size: 8px;
}

.ty-product-badge--sale {
  background: #ff174c;
}

.ty-product-badge--bestseller {
  background: #ff174c;
  border-radius: 50%;
  flex-direction: column;
  font-size: 10px;
  gap: 2px;
  height: 56px;
  justify-content: center;
  padding: 0 6px;
  text-align: center;
  width: 56px;
}

.ty-product-badge--bestseller .ty-product-badge-icon {
  color: #e3b229;
  font-size: 13px;
  letter-spacing: 1px;
}

.ty-product-badge--bestseller .ty-product-badge-label {
  line-height: 1.15;
}

/* Make sure parents are positioned so absolute badges anchor correctly */
.woocommerce ul.products li.product,
.ty-shop-content ul.products li.product,
.ty-loved-card,
.ty-flash-card {
  position: relative;
}

.woocommerce ul.products li.product .ty-product-badges,
.ty-shop-content ul.products li.product .ty-product-badges {
  right: 12px;
  top: 12px;
}

/* On the single product page, badges show inline above the title */
.ty-product-badges--single {
  display: inline-flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
  position: static;
}

.ty-product-badges--single .ty-product-badge--flash,
.ty-product-badges--single .ty-product-badge--bestseller {
  border-radius: 999px;
  flex-direction: row-reverse;
  font-size: 12px;
  gap: 4px;
  height: auto;
  padding: 6px 12px;
  width: auto;
}

.ty-product-badges--single .ty-product-badge--flash .ty-product-badge-icon,
.ty-product-badges--single
  .ty-product-badge--bestseller
  .ty-product-badge-icon {
  font-size: 13px;
}

@media (max-width: 600px) {
  .ty-product-badge {
    font-size: 10px;
    padding: 5px 8px;
  }

  .ty-product-badge--flash,
  .ty-product-badge--bestseller {
    font-size: 9px;
    height: 48px;
    width: 48px;
  }

  .ty-product-badges {
    right: 8px;
    top: 8px;
  }
}

/* Hide the default WooCommerce sale flash since our badges replace it */
.woocommerce ul.products li.product .onsale,
.ty-shop-content ul.products li.product .onsale {
  display: none !important;
}

/* ===================== Category banner ===================== */
.ty-category-banner {
  margin: 0 auto 18px;
  max-width: 1200px;
  padding: 0 16px;
}

.ty-category-banner img {
  border-radius: 10px;
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.ty-category-banner-link {
  display: block;
}

@media (max-width: 600px) {
  .ty-category-banner {
    margin-bottom: 12px;
    padding: 0 10px;
  }

  .ty-category-banner img {
    border-radius: 8px;
  }
}

/* ===================== Mobile responsive overrides (final pass) ===================== */
/* Hard guard against horizontal overflow site-wide on small screens */
@media (max-width: 900px) {
  html,
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .ty-wp-header,
  .ty-wp-footer,
  .ty-wp-header-top,
  .ty-wp-header-main,
  .ty-wp-header-nav,
  .ty-product-page,
  .ty-shop-page,
  .ty-customer-page,
  .site-main,
  main {
    max-width: 100vw;
    overflow-x: clip;
  }

  /* Cap common content blocks (excluding absolutely-positioned overlays) */
  .ty-wp-header-inner,
  .ty-wp-footer-inner,
  .ty-product-shell,
  .ty-shop-shell,
  .ty-customer-shell,
  .elementor-section,
  .elementor-container,
  .elementor-widget-wrap,
  .woocommerce,
  .woocommerce-page,
  .ty-loved-shell,
  .ty-flash-shell {
    max-width: 100%;
  }

  /* Stop fixed min-widths from forcing scroll */
  .ty-wp-search,
  .ty-product-shell,
  .ty-shop-shell,
  .ty-customer-shell,
  .ty-shop-sidebar,
  .ty-shop-content {
    min-width: 0;
  }

  .ty-wp-search {
    min-width: 0 !important;
  }
}

/* ===== Tablet & mobile (ÃƒÂ¢Ã¢â‚¬Â°Ã‚Â¤ 767px): one product per row everywhere ===== */
@media (max-width: 767px) {
  /* Shop archive */
  .ty-shop-content ul.products,
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    display: grid !important;
    grid-template-rows: repeat(2, auto) !important;
    grid-auto-flow: column !important;
    /* grid-auto-columns: calc(47% - 8px) !important; */
    grid-template-columns: unset !important;
  }

  .ty-shop-content ul.products li.product,
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    clear: both;
  }

  .ty-loved-carousel.swiper,
  .ty-flash-carousel.swiper,
  .ty-popular-cats-carousel.swiper {
    padding: 0px;
    margin: 0;
  }

  /* Wishlist / account quick / generic product highlight grids */
  .ty-product-highlight-grid,
  .ty-wishlist-grid,
  .ty-account-quick-grid {
    grid-template-columns: 1fr !important;
  }

  /* Home page horizontal product carousels handled by Swiper (slidesPerView=1, centered) */
  .ty-flash-carousel {
    padding: 0 !important;
  }

  /* Mega menu inside categories shouldn't double-scroll */
  .ty-mega-menu {
    width: 100vw !important;
    right: 0 !important;
    left: 0 !important;
    max-width: 100vw;
  }
}

/* ===== Mobile hamburger button + nav hide (ÃƒÂ¢Ã¢â‚¬Â°Ã‚Â¤ 900px) ===== */
.ty-mobile-menu-toggle {
  display: none;
}

@media (max-width: 900px) {
  /* Hide categories nav row entirely on mobile but keep it in flow for absolute children */
  .ty-wp-header-nav {
    border: 0;
    height: 0;
    overflow: visible;
    padding: 0;
  }

  .ty-wp-header-nav .ty-categories-trigger,
  .ty-wp-header-nav .ty-primary-nav {
    display: none !important;
  }

  /* Show the hamburger toggle next to the logo (rightmost in RTL) */
  .ty-mobile-menu-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 6px;
    color: #111;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    height: 40px;
    justify-content: center;
    margin: 0;
    order: 0;
    padding: 0;
    width: 40px;
  }

  .ty-mobile-menu-toggle svg {
    fill: none;
    height: 24px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 24px;
  }

  .ty-mobile-menu-toggle:hover,
  .ty-mobile-menu-toggle:focus-visible {
    background: #f5f5f5;
    color: #e8541f;
    outline: 0;
  }

  .ty-mobile-menu-toggle .ty-mobile-menu-toggle-close {
    display: none;
  }

  .is-mega-open .ty-mobile-menu-toggle .ty-mobile-menu-toggle-open {
    display: none;
  }

  .is-mega-open .ty-mobile-menu-toggle .ty-mobile-menu-toggle-close {
    display: inline-flex;
  }

  /* Make the mega menu a fixed full-screen panel anchored to viewport */
  .ty-mega-menu {
    background: #fff;
    border: 0;
    border-top: 2px solid #f12b38;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    display: none;
    flex-direction: column;
    height: auto;
    left: 0 !important;
    max-height: calc(100vh - var(--ty-header-h, 110px));
    max-width: 100vw;
    min-height: 0;
    overflow-y: auto;
    position: fixed !important;
    right: 0 !important;
    top: var(--ty-header-h, 110px) !important;
    width: 100vw !important;
    z-index: 200;
  }

  .ty-wp-header.is-mega-open .ty-mega-menu {
    display: flex;
  }

  /* Disable hover-open on mobile (touch devices) */
  .ty-mega-shell:hover .ty-mega-menu {
    display: none;
  }

  .ty-wp-header.is-mega-open .ty-mega-shell:hover .ty-mega-menu {
    display: flex;
  }
}

/* ===== Small mobile tightening (ÃƒÂ¢Ã¢â‚¬Â°Ã‚Â¤ 600px) ===== */
@media (max-width: 600px) {
  .ty-wp-header-inner {
    gap: 8px;
    padding-inline: 10px;
  }

  .ty-site-logo {
    flex: 0 0 auto;
    font-size: 26px;
    max-width: 110px;
  }

  .ty-site-logo img {
    max-height: 36px;
  }

  .ty-user-actions {
    gap: 10px;
  }

  .ty-user-actions a {
    min-height: 32px;
    min-width: 32px;
  }

  .ty-wp-search {
    height: 40px;
  }

  .ty-wp-search input {
    font-size: 12px;
    padding: 0 10px;
  }

  .ty-wp-search button {
    padding: 0 10px;
  }

  .ty-wp-search button svg {
    height: 20px;
    width: 20px;
  }

  /* Categories pill bar ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â smaller */
  .ty-menu-primary {
    gap: 14px;
  }

  .ty-menu-primary a {
    font-size: 13px;
  }

  .ty-categories-trigger {
    font-size: 13px;
    padding: 0 4px;
  }

  /* Front page section paddings */
  .site-main--front .elementor-section,
  .site-main--elementor-full-width .elementor-section {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .ty-section-loved-head,
  .ty-section-loved-products,
  .ty-section-loved-dynamic,
  .ty-section-flash-dynamic,
  .ty-section-flash-campaigns {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .ty-section-loved-head > .elementor-container,
  .ty-loved-header {
    padding: 0 14px !important;
    min-height: 56px;
  }

  .ty-loved-title .elementor-heading-title,
  .ty-section-loved-head h2,
  .ty-loved-header h2 {
    font-size: 15px;
  }

  .ty-loved-more .elementor-button,
  .ty-loved-header a {
    font-size: 14px;
  }

  /* Product page: tighter image stage and smaller bubble */
  .ty-product-stage {
    min-height: 280px;
    padding: 24px 12px 36px;
  }

  .ty-product-stage img {
    max-height: 240px;
  }

  .ty-product-sale-bubble {
    font-size: 16px;
    height: 64px;
    right: 12px;
    top: 56px;
    width: 64px;
  }

  /* Shop sidebar: full width, no extra horizontal padding */
  .ty-shop-shell {
    padding: 0 10px;
    gap: 14px;
  }

  .ty-shop-sidebar {
    padding: 8px;
  }

  /* Footer */
  .ty-wp-footer-inner {
    padding: 0 14px;
  }

  .ty-wp-footer-top {
    padding: 28px 0 22px;
  }

  .ty-footer-row {
    gap: 12px;
  }

  /* Home circle categories: keep readable on tiny screens */
  .ty-circle-category-box .woocommerce ul.products,
  .ty-circle-category-box ul.products {
    gap: 14px 8px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .ty-circle-category-box img,
  .site-main--front
    .elementor
    > .elementor-section:nth-of-type(2)
    .elementor-image-box-img
    img,
  .site-main--front
    .elementor
    > .elementor-section:nth-of-type(3)
    .elementor-image-box-img
    img {
    height: 64px;
    width: 64px;
  }

  /* Cart / checkout summary cards */
  .ty-cart-summary,
  .ty-checkout-aside,
  .ty-checkout-card,
  .ty-cart-items {
    padding: 12px;
  }

  .ty-flash-more {
    font-size: 14px;
  }
  .ty-flash-title {
    font-size: 14px;
  }
}

/* ===== Extra small (ÃƒÂ¢Ã¢â‚¬Â°Ã‚Â¤ 420px) ===== */
@media (max-width: 420px) {
  .ty-site-logo {
    font-size: 22px;
    max-width: 90px;
  }

  .ty-loved-track.swiper-wrapper .ty-loved-card,
  .ty-flash-track.swiper-wrapper .ty-flash-card {
    margin-left: 0px !important;
    width: 49% !important;
  }

  .ty-flash-track {
    gap: 12px;
  }

  .ty-loved-track {
    gap: 12px;
  }

  .ty-site-logo img {
    max-height: 32px;
  }

  .ty-wp-header-inner {
    padding-inline: 8px;
  }

  .ty-wp-search {
    height: 38px;
  }

  .ty-menu-primary {
    gap: 10px;
  }

  .ty-menu-primary a {
    font-size: 12px;
  }
}

.categprive {
  text-align: center;
}

.categprive .product-category img {
  border-radius: 10px !important;
  min-height: 370px;
  object-fit: cover !important;
  width: 100% !important;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled
  .quantity {
  opacity: 0 !important;
}

/* ===================== Top promo banner (homepage only) ===================== */
.ty-top-banner {
  direction: rtl;
  font-family: "Cairo", Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 1.4;
  padding: 14px 16px;
  position: relative;
  width: 100%;
  z-index: 60;
}

.ty-top-banner-link,
.ty-top-banner-content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1400px;
  text-decoration: none;
}

.ty-top-banner-link {
  color: inherit;
}

.ty-top-banner-link:hover,
.ty-top-banner-link:focus {
  color: inherit;
  opacity: 0.92;
}

.ty-top-banner-primary,
.ty-top-banner-highlight {
  display: inline-block;
}

.ty-top-banner-highlight {
  font-weight: 900;
}

@media (max-width: 768px) {
  .ty-top-banner {
    font-size: 13px;
    padding: 10px 12px;
  }
}

@media (max-width: 480px) {
  .ty-top-banner {
    font-size: 12px;
    padding: 8px 10px;
  }
}

.ty-top-banner--hide-mobile {
  display: block;
}

@media (max-width: 768px) {
  .ty-top-banner--hide-mobile {
    display: none;
  }
}

/* When wrapped in an Elementor section, strip default container paddings */
.elementor-section .ty-top-banner {
  margin: 0;
}

/* The hidden top-banner page should render as a plain block, no container */
body[class*="page-id-"] .ty-top-banner-wrapper {
  margin: 0;
}

/* ===================== Floating mini-cart drawer ===================== */
.ty-mini-cart-drawer {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px 0 0 8px;
  bottom: 16px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
  direction: rtl;
  display: flex;
  flex-direction: column;
  font-family: "Cairo", Tahoma, Arial, sans-serif;
  left: 0;
  max-height: calc(100vh - 32px);
  overflow: hidden;
  position: fixed;
  top: 90px;
  transition:
    transform 0.25s ease,
    width 0.25s ease;
  width: 132px;
  z-index: 90;
}

.ty-mini-cart-drawer.is-empty {
  display: none;
}

.ty-mini-cart-drawer.is-collapsed {
  transform: translateX(calc(-100% + 28px));
}

.ty-mini-cart-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.ty-mini-cart-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 8px;
}

.ty-mini-cart-checkout {
  align-items: center;
  background: #e8541f;
  border-radius: 6px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 800;
  gap: 2px;
  line-height: 1.2;
  padding: 8px 6px;
  text-align: center;
  text-decoration: none;
}

.ty-mini-cart-checkout:hover,
.ty-mini-cart-checkout:focus {
  background: #d96a13;
  color: #fff;
}

.ty-mini-cart-checkout-title {
  font-size: 12px;
}

.ty-mini-cart-checkout-meta {
  font-size: 10px;
  opacity: 0.95;
}

.ty-mini-cart-subtotal {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 8px;
  text-align: center;
}

.ty-mini-cart-subtotal-label {
  color: #666;
  font-size: 11px;
}

.ty-mini-cart-subtotal-value {
  color: #e8541f;
  font-size: 13px;
  font-weight: 900;
}

.ty-mini-cart-list {
  flex: 1;
  list-style: none;
  margin: 0;
  overflow-y: auto;
  padding: 8px;
  scrollbar-width: thin;
}

.ty-mini-cart-list::-webkit-scrollbar {
  width: 4px;
}

.ty-mini-cart-list::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 2px;
}

.ty-mini-cart-empty {
  color: #888;
  font-size: 12px;
  padding: 20px 8px;
  text-align: center;
}

.ty-mini-cart-item {
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px 0;
  position: relative;
  transition: opacity 0.15s ease;
}

.ty-mini-cart-item:last-child {
  border-bottom: 0;
}

.ty-mini-cart-item.is-busy {
  opacity: 0.5;
  pointer-events: none;
}

.ty-mini-cart-thumb {
  background: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 6px;
  height: 110px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ty-mini-cart-thumb a,
.ty-mini-cart-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ty-mini-cart-stock {
  background: #c81212;
  border-radius: 0 0 6px 6px;
  bottom: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  left: 0;
  padding: 3px 6px;
  position: absolute;
  right: 0;
  text-align: center;
}

.ty-mini-cart-price {
  color: #e8541f;
  font-size: 13px;
  font-weight: 900;
  text-align: right;
}

.ty-mini-cart-price .woocommerce-Price-amount {
  color: inherit;
  font-weight: inherit;
}

.ty-mini-cart-actions {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: space-between;
}

.ty-mini-cart-remove {
  align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  color: #777;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  text-decoration: none;
  width: 28px;
}

.ty-mini-cart-remove:hover {
  background: #fff5ec;
  border-color: #e8541f;
  color: #e8541f;
}

.ty-mini-cart-qty {
  align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  display: inline-flex;
  height: 28px;
  overflow: hidden;
}

.ty-mini-cart-qty-btn {
  background: #fff;
  border: 0;
  color: #444;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  height: 100%;
  padding: 0;
  width: 24px;
}

.ty-mini-cart-qty-btn:hover:not(:disabled) {
  background: #fff5ec;
  color: #e8541f;
}

.ty-mini-cart-qty-btn:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.ty-mini-cart-qty-value {
  color: #222;
  font-size: 12px;
  font-weight: 800;
  min-width: 22px;
  text-align: center;
}

.ty-mini-cart-toggle {
  align-items: center;
  background: #fff;
  border: 0;
  border-top: 1px solid #f0f0f0;
  color: #444;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  font-size: 12px;
  font-weight: 700;
  gap: 4px;
  justify-content: center;
  padding: 8px;
  width: 100%;
}

.ty-mini-cart-toggle:hover {
  background: #fafafa;
  color: #e8541f;
}

.ty-mini-cart-drawer.is-collapsed .ty-mini-cart-toggle {
  background: #e8541f;
  border-radius: 0 6px 6px 0;
  color: #fff;
  flex-direction: column;
  gap: 2px;
  height: 100%;
  margin-left: auto;
  width: 28px;
  writing-mode: vertical-rl;
}

.ty-mini-cart-drawer.is-collapsed .ty-mini-cart-toggle svg {
  transform: scaleX(-1);
  writing-mode: horizontal-tb;
}

@media (max-width: 900px) {
  .ty-mini-cart-drawer {
    bottom: 8px;
    top: auto;
    width: 116px;
  }
}

@media (max-width: 600px) {
  .ty-mini-cart-drawer {
    display: none;
  }
}

img.custom-logo {
  width: 121px;
  height: auto !important;
}

/* ===================== trendiumplus Image Carousel widget ===================== */
.ty-img-carousel {
  --ty-ic-radius: 8px;
  direction: rtl;
  position: relative;
  width: 100%;
}

.ty-img-carousel .swiper-slide {
  height: auto;
}

.ty-img-carousel-slide,
.ty-img-carousel-link {
  display: block;
  height: 100%;
  width: 100%;
}

.ty-img-carousel img {
  border-radius: var(--ty-ic-radius);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.ty-img-carousel-arrow {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  color: #222;
  cursor: pointer;
  display: flex;
  height: 38px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition:
    background 0.15s ease,
    color 0.15s ease;
  width: 38px;
  z-index: 5;
}

.ty-img-carousel-arrow:hover {
  background: #e8541f;
  color: #fff;
}

.ty-img-carousel-arrow-prev {
  right: 8px;
}

.ty-img-carousel-arrow-next {
  left: 8px;
}

.ty-img-carousel-arrow.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.ty-img-carousel-pagination {
  bottom: 8px !important;
  position: relative;
  text-align: center;
}

.ty-img-carousel-pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 0.7;
}

.ty-img-carousel-pagination .swiper-pagination-bullet-active {
  background: #e8541f;
  opacity: 1;
}

@media (max-width: 600px) {
  .ty-img-carousel-arrow {
    height: 32px;
    width: 32px;
  }
}

/* Mobile horizontal carousel - 2 rows visible, swipe horizontally for more */
@media (max-width: 768px) {
  .ty-circle-category-box .woocommerce ul.products.ty-mobile-carousel-list,
  .ty-circle-category-box ul.products.ty-mobile-carousel-list,
  ul.products.ty-mobile-carousel-list {
    display: grid !important;
    grid-template-rows: repeat(2, auto) !important;
    grid-auto-flow: column !important;
    grid-auto-columns: calc(32% - 8px) !important;
    grid-template-columns: unset !important;
    column-gap: 16px !important;
    row-gap: 18px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 4px 8px 8px !important;
    scrollbar-width: none;
    width: 100%;
    margin: 0 !important;
    list-style: none !important;
  }

  .ty-mobile-carousel-list::-webkit-scrollbar {
    display: none;
  }

  .ty-circle-category-box
    ul.products.ty-mobile-carousel-list
    li.ty-mobile-carousel-item,
  ul.products.ty-mobile-carousel-list li.ty-mobile-carousel-item {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    scroll-snap-align: start;
  }

  .ty-mobile-carousel-list .ty-mobile-carousel-item:nth-child(odd) {
    scroll-snap-align: start;
  }

  .ty-circle-category-box,
  .ty-circle-category-box .elementor-widget-container,
  .ty-circle-category-box .woocommerce {
    overflow: visible !important;
  }

  .site-main--front .elementor > .elementor-section:nth-of-type(4) h2 {
    font-size: 20px;
  }

  ul.products.elementor-grid.columns-5.ty-mobile-carousel-list {
    grid-template-rows: inherit !important;
    grid-auto-columns: calc(48% - 8px) !important;
  }
  h2.woocommerce-loop-category__title {
    height: auto !important;
  }
  .elementor-element .swiper .elementor-swiper-button,
  .elementor-element .swiper ~ .elementor-swiper-button,
  .elementor-lightbox .swiper .elementor-swiper-button,
  .elementor-lightbox .swiper ~ .elementor-swiper-button {
    display: none !important;
  }
}

/* ========== Mobile horizontal filter dropdowns ========== */
@media (max-width: 768px) {
  .ty-shop-sidebar {
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-bottom: 12px;
    overflow: visible !important;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 40;
  }

  .ty-shop-filter {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    padding: 10px 12px;
    scrollbar-width: none;
    border-bottom: 1px solid #ececec;
    align-items: flex-start;
    position: relative;
  }

  .ty-shop-filter::-webkit-scrollbar {
    display: none;
  }

  .ty-shop-filter-section {
    flex: 0 0 auto;
    border: 1px solid #dcdcdc !important;
    border-radius: 999px;
    padding: 0 !important;
    background: #fff;
    position: relative;
  }

  .ty-shop-filter-section h3 {
    margin: 0 !important;
    padding: 8px 14px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    white-space: nowrap;
    gap: 6px;
    color: #222;
    border-radius: 999px;
  }

  .ty-shop-filter-section h3 i {
    font-size: 11px !important;
    color: #666;
  }

  .ty-shop-filter-section.is-open {
    background: #fff5f0;
    border-color: #e8541f !important;
  }

  .ty-shop-filter-section.is-open h3 {
    color: #e8541f;
  }

  .ty-shop-filter-section.is-open h3 i {
    color: #e8541f;
  }

  /* Body becomes dropdown popup, position: fixed to escape form's overflow clipping */
  .ty-shop-filter-section .ty-shop-filter-body {
    display: none;
  }

  .ty-shop-filter-section.is-open .ty-shop-filter-body {
    display: block !important;
    position: fixed;
    top: var(--ty-filter-dropdown-top, 60px);
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(340px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    max-height: 65vh;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    padding: 14px;
    z-index: 999;
    text-align: right;
  }

  /* Filter checks inside dropdown - normal vertical layout */
  .ty-shop-filter-section.is-open .ty-shop-filter-body .ty-shop-filter-check {
    padding: 6px 0;
    width: 100%;
    overflow: visible;
  }

  .ty-shop-filter-section.is-open
    .ty-shop-filter-body
    .ty-shop-filter-check
    span {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  /* Color grid stays as grid inside dropdown */
  .ty-shop-filter-section.is-open .ty-shop-color-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  /* Price inputs inside dropdown */
  .ty-shop-filter-section.is-open .ty-shop-price-inputs {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
  }

  .ty-shop-filter-section.is-open .ty-shop-price-inputs input {
    min-width: 0;
    flex: 1;
  }

  /* Search input inside size dropdown */
  .ty-shop-filter-section.is-open .ty-shop-filter-search {
    width: 100%;
    margin-bottom: 8px;
  }

  /* Actions become a chip-style horizontal pair */
  .ty-shop-filter-actions {
    flex: 0 0 auto;
    display: flex !important;
    flex-direction: row !important;
    gap: 6px;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  .ty-shop-filter-actions button,
  .ty-shop-filter-actions a {
    padding: 8px 14px !important;
    font-size: 13px !important;
    border-radius: 999px !important;
    white-space: nowrap;
    height: auto !important;
    min-height: 0 !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    font-size: 12px;
    height: 30px;
    overflow: hidden;
  }
}
