.colour-sticker-page {
  --primary-red: var(--button-color);
  --text-dark: var(--text-color);
  --bg-light: var(--accordiansandboxes-color);
  --orange-accent: var(--information-color);
  --white: var(--color-white);
  overflow-x: hidden;
}

/* =========================================
   Hero Section
   ========================================= */

.colour-sticker-page .name-stickers-hero-content {
  position: relative;
  width: 100%;
}

.colour-sticker-page .hero-image {
  width: 100%;
  height: auto;
  min-height: 140px;
  object-fit: cover;
  object-position: left center;
  display: block;
}

.colour-sticker-page .hero-mobile {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: left center;
  display: none;
}

.colour-sticker-page .hero-features {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px 40px;
}

.colour-sticker-page .hero-feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #333;
  font-size: clamp(16px, 1.39vw, 20px);
  font-weight: 600;
  white-space: nowrap;
}

.colour-sticker-page .hero-feature-item span {
  font-family: "Quicksand", sans-serif;
}

.colour-sticker-page .hero-feature-item .feature-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* =========================================
   Design Tool Section
   ======================================== */

.colour-sticker-page .design-tool-section {
  padding: 20px 0;
  background-color: var(--white);
}

.colour-sticker-page .design-header {
  margin-bottom: 20px;
}

.colour-sticker-page .title-rating {
  display: flex;
  align-items: center;
  gap: clamp(8px, 3vw, 20px);
  flex-wrap: wrap;
}

.colour-sticker-page .title-rating--stacked {
  gap: 2px; 
}

.colour-sticker-page .title-rating h1 {
  font-size: clamp(22px, 1.81vw, 26px);
  color: var(--text-dark);
  white-space: nowrap;
}

.colour-sticker-page .rating-stars {
  display: flex;
  align-items: center;
  gap: 5px;
}

.colour-sticker-page .rating-stars .stars {
  display: flex;
  align-items: center;
  gap: 1px;
  color: #ffc107;
}

.colour-sticker-page .rating-stars .stars svg {
  width: clamp(0.9375rem, 1.18vw, 1.125rem);
  height: clamp(0.9375rem, 1.18vw, 1.125rem);
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linejoin: round;
}

.colour-sticker-page .rating-stars .score {
  font-weight: 700;
  font-size: clamp(12px, 0.97vw, 14px);
  margin-left: 5px;
}

.colour-sticker-page .rating-stars .count {
  color: #888;
  font-size: clamp(11px, 0.83vw, 12px);
}

.colour-sticker-page .design-tool-wrapper {
  display: grid;
  grid-template-columns: minmax(300px, 380px) 1fr;
  gap: 30px;
  align-items: start;
}

.colour-sticker-page .design-left-col,
.colour-sticker-page .design-right-col {
  min-width: 0;
}

.colour-sticker-page .sticker-preview {
  background-color: #dcf3fd;
  border-radius: 12px;
  margin-bottom: 30px;
  display: flex;
  min-height: 156px;
}

.colour-sticker-page .preview-badge {
  display: flex;
  align-items: center;
  gap: 16px;
}

.colour-sticker-page .preview-logo {
  height: 126px;
  width: auto;
  background: transparent;
  object-fit: contain;
}

.colour-sticker-page .preview-text h2 {
  font-size: clamp(26px, 2.22vw, 32px);
  font-weight: 600;
  margin-bottom: 2px;
}

.colour-sticker-page .preview-text p {
  font-size: clamp(28px, 2.36vw, 34px);
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  text-align: center;
}

.colour-sticker-page .design-inputs {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 25px;
}

.colour-sticker-page .input-group {
  position: relative;
}

.colour-sticker-page .input-group input {
  width: 100%;
  padding: 15px 50px 15px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: clamp(12px, 0.97vw, 14px);
  font-family: "Nunito Sans", sans-serif;
}

.colour-sticker-page .input-group input:focus {
  border: 0.5px solid #d61b3c;
  outline: none;
}

.colour-sticker-page .char-limit {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(11px, 0.83vw, 12px);
  color: #999;
}

.colour-sticker-page .add-line-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(18px, 1.53vw, 22px);
  transform: scale(1.2);
  width: fit-content;
  margin: 0 auto;
}

.colour-sticker-page .add-line-btn button {
  border: 0.5px solid #d61b3c;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.colour-sticker-page .desktop-full-info .description {
  font-size: clamp(12px, 0.97vw, 14px);
  color: var(--text-muted);
  margin-bottom: 16px;
  line-height: 1.5;
}

.colour-sticker-page .specs-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(14px, 1.11vw, 16px);
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 10px;
}

.colour-sticker-page .bundle-price {
  font-size: clamp(14px, 1.11vw, 16px);
  font-weight: 700;
  margin-bottom: 20px;
}

.colour-sticker-page .btn-full-basket,
.colour-sticker-page .btn-add-mini {
  background-color: var(--primary-red);
  color: var(--white);
  border-radius: 6px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
}

.colour-sticker-page .btn-full-basket {
  width: 100%;
  padding: 15px;
  font-size: clamp(15px, 1.25vw, 18px);
}

.colour-sticker-page .mobile-short-info {
  display: none;
  margin-right: 10px;
}

.colour-sticker-page .tool-tabs {
  display: flex;
  gap: 2px;
  margin-bottom: 25px;
}

.colour-sticker-page .tab-btn {
  flex: 1;
  padding: 15px 10px;
  background-color: var(--bg-light);
  font-weight: 700;
  font-size: clamp(14px, 1.11vw, 16px);
  border-radius: 6px 6px 0 0;
  color: #444;
  font-family: "Quicksand", sans-serif;
}

.colour-sticker-page .tab-btn.active {
  background-color: var(--white);
  border: 1px solid #ddd;
  border-bottom: 1px solid transparent;
}

.colour-sticker-page .tool-content {
  border: 1px solid #ddd;
  border-top: 1px solid transparent;
  padding: 30px 30px 20px;
  border-radius: 0 0 6px 6px;
  position: relative;
  margin-top: -26px;
  background-color: var(--white);
}

.colour-sticker-page .content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.colour-sticker-page .content-top h3 {
  font-size: clamp(20px, 1.67vw, 24px);
}

.colour-sticker-page .toggle-control {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(11px, 0.83vw, 12px);
  font-weight: 700;
}

.colour-sticker-page .toggle-switch {
  position: relative;
  width: 40px;
  height: 20px;
}

.colour-sticker-page .toggle-switch input {
  display: none;
}

.colour-sticker-page .toggle-switch label {
  position: absolute;
  inset: 0;
  background-color: #ddd;
  border-radius: 20px;
  cursor: pointer;
}

.colour-sticker-page .toggle-switch label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: var(--white);
  border-radius: 50%;
  transition: 0.3s;
}

.colour-sticker-page .toggle-switch input:checked + label {
  background-color: var(--primary-red);
}

.colour-sticker-page .toggle-switch input:checked + label::after {
  left: 22px;
}

.colour-sticker-page .grid-container {
  position: relative;
  margin-bottom: 30px;
}

.colour-sticker-page .icon-grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, 1fr);
  grid-auto-columns: calc((100% - 65px) / 10);
  gap: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-width: 100%;
}

.colour-sticker-page .icon-grid::-webkit-scrollbar,
.colour-sticker-page .category-icons::-webkit-scrollbar {
  display: none;
}

.colour-sticker-page .grid-box {
  background-color: #fafafb;
  aspect-ratio: 1 / 1;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 12px 0 0 12px;
  cursor: pointer;
  position: relative;
  scroll-snap-align: start;
}

.colour-sticker-page .grid-box.item-9 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.colour-sticker-page .tooltip {
  position: fixed;
  background-color: #a58e85;
  color: var(--white);
  padding: 5px 10px;
  font-size: clamp(11px, 0.83vw, 12px);
  font-weight: 500;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.colour-sticker-page .tooltip.visible {
  opacity: 1;
  visibility: visible;
}

.colour-sticker-page .grid-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
  font-size: clamp(16px, 1.39vw, 20px);
  background: var(--white);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  z-index: 10;
  transition: opacity 0.3s;
}

.colour-sticker-page .grid-arrow.arrow-right {
  right: -15px;
}

.colour-sticker-page .grid-arrow.arrow-left {
  left: -24px;
}

.colour-sticker-page .slider-wrapper {
  margin-top: 35px;
  padding: 0 8px;
}

.colour-sticker-page .range-slider {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #ddd;
}

.colour-sticker-page .slider-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: var(--primary-red);
  border-radius: 50%;
  cursor: pointer;
}

.colour-sticker-page .slider-track {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #d61b3c;
  border-radius: 4px;
}

.colour-sticker-page .category-container {
  position: relative;
  margin-top: 20px;
  max-width: 100%;
}

.colour-sticker-page .category-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 6px 5px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
}

.colour-sticker-page .cat-item {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #444;
  font-size: clamp(20px, 1.67vw, 24px);
  transition: background 0.3s;
  scroll-snap-align: start;
}

.colour-sticker-page .cat-item.active {
  background-color: var(--bg-light);
}

.colour-sticker-page .cat-item img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
}

/* =========================================
   Feature Icons Row
   ========================================= */

.colour-sticker-page .name-stickers-features-section {
  padding: 45px 0 0;
  background-color: var(--white);
}

.colour-sticker-page .name-stickers-features-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0 15px;
  text-align: center;
}

.colour-sticker-page .feature-item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.colour-sticker-page .feature-icon-black {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  margin: 0 auto;
}

.colour-sticker-page .feature-icon-black svg,
.colour-sticker-page .feature-icon-black img {
  width: 100%;
  height: 100%;
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
  display: block;
}

.colour-sticker-page .feature-icon-black i {
  color: #000 !important;
}

.colour-sticker-page .feature-item-box p {
  font-weight: 700;
  color: var(--text-muted);
  font-size: clamp(14px, 1.11vw, 16px);
  line-height: 1.1;
  font-family: "Quicksand", sans-serif;
  min-height: 40px;
}

/* =========================================
   Mobile Footer Info
   ========================================= */

.colour-sticker-page .mobile-footer-info {
  display: none;
  text-align: center;
  margin-top: 40px;
}

.colour-sticker-page .mobile-footer-info .description {
  font-size: clamp(12px, 0.97vw, 14px);
  color: var(--text-muted);
  line-height: 1.5;
  max-width: 340px;
  margin: 0 auto 20px;
}

.colour-sticker-page .mobile-footer-info .specs-bar {
  justify-content: center;
  font-size: clamp(12px, 0.97vw, 14px);
}

.colour-sticker-page .mobile-footer-info .bundle-price {
  font-size: clamp(15px, 1.25vw, 18px);
}

/* =========================================
   Info Cards
   ========================================= */

.colour-sticker-page .info-cards-section {
  background-color: var(--white);
}

.colour-sticker-page .info-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.colour-sticker-page .info-card {
  background-color: #fcfae6;
  padding: 26px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.colour-sticker-page .card-title {
  font-size: clamp(20px, 1.67vw, 24px);
  margin-bottom: 16px;
  color: var(--text-dark);
}

.colour-sticker-page .card-text {
  font-size: clamp(14px, 1.11vw, 16px);
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
  padding: 10px;
}

.colour-sticker-page .card-text--delivery { 
	margin-bottom: 8px; 
	padding: 6px 10px; 
}

.colour-sticker-page .card-text-layout {
  font-size: clamp(14px, 1.11vw, 16px);
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 10px;
}

.colour-sticker-page .card-badges {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.colour-sticker-page .badge-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: clamp(10px, 0.76vw, 11px);
  font-weight: 700;
  color: #333;
  line-height: 1.2;
  align-items: center;
}

.colour-sticker-page .badge-item span {
  font-family: "Quicksand", sans-serif;
  font-size: clamp(12px, 0.9vw, 13px);
}

.colour-sticker-page .card-images-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.colour-sticker-page .card-images-row.four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.colour-sticker-page .card-images-row img {
  width: 100%;
  border-radius: 4px;
}

.colour-sticker-page .delivery-logo {
  display: flex;
  justify-content: center;
}

.colour-sticker-page .delivery-logo img {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.colour-sticker-page .delivery-link {
  text-decoration: underline;
  font-weight: 600;
}

/* =========================================
   Gif Section
   ========================================= */

.colour-sticker-page .gif-section {
  background-color: var(--white);
}

.colour-sticker-page .gif-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  gap: 20px;
}

.colour-sticker-page .gif-placeholder {
  background-color: #d9d9d9;
  position: relative;
  min-height: clamp(360px, 30vw, 400px);
  overflow: hidden;
}

.colour-sticker-page .gif-static-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.colour-sticker-page .gif-content-card {
  background-color: #fcfae6;
  padding: 49px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.colour-sticker-page .founder-signature {
  margin-top: auto;
}

.colour-sticker-page .founder-name {
  font-size: clamp(15px, 1.25vw, 18px);
  color: var(--text-dark);
  margin-bottom: 2px;
}

.colour-sticker-page .founder-role {
  font-size: clamp(12px, 0.97vw, 14px);
  color: var(--text-muted);
}

/* =========================================
   Trustpilot
   ========================================= */

.colour-sticker-page .trustpilot-widget {
  height: 250px;
}

.reviews-section {
  padding: 14px 0;
}

/* =========================================
   Why Parents Choose
   ========================================= */

.why-parent-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(25px, 3vw, 50px) clamp(15px, 5vw, 100px);
  margin-bottom: clamp(35px, 4vw, 50px);
}

.why-parent-item {
  display: flex;
  align-items: center;
  gap: clamp(6px, 2vw, 20px);
	font-size: clamp(14px, 1.11vw, 16px);
}

.why-parent-icon-wrapper {
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.why-parent-icon-wrapper img {
  max-height: 60px;
  object-fit: contain;
  margin: auto;
}

.why-parent-item h3 {
  font-size: clamp(0.75rem, 0.4943rem + 1.2784vw, 1.3125rem);
  margin-bottom: clamp(6px, 1vw, 10px);
}

.why-parent-item p {
  line-height: 1.2;
}

/* =========================================
   Testimonials
   ========================================= */

.colour-sticker-page .testimonials {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.colour-sticker-page .testimonials-slider-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 60px;
}

.colour-sticker-page .testimonials-slider-container {
  display: flex;
  align-items: start;
  gap: 20px;
  transition: transform 0.35s ease;
  will-change: transform;
  touch-action: pan-y;
}

.colour-sticker-page .testimonials-card {
  flex-shrink: 0;
  background: var(--accordiansandboxes-color);
  padding: 30px;
  padding-top: clamp(78px, 6vw, 82px);
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

.colour-sticker-page .testimonials-avatar {
  position: absolute;
  top: calc(-1 * clamp(58px, 5.5vw, 65px));
  left: 50%;
  transform: translateX(-50%);
  width: clamp(109px, 10vw, 129px);
  height: clamp(109px, 10vw, 129px);
  border-radius: 50%;
  border: clamp(8px, 1vw, 10px) solid #fff;
  background: #b3b3b3;
  overflow: hidden;
}

.colour-sticker-page .testimonials-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.colour-sticker-page .testimonials-name {
  font-size: clamp(1rem, 0.4943rem + 1.2784vw, 1.3125rem);
}

.colour-sticker-page .testimonials-designation {
  font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
}

.colour-sticker-page .testimonials-text {
  line-height: 1.45;
  font-size: clamp(14px, 1.11vw, 16px);	
}

.colour-sticker-page .testimonials-text-wrapper {
  max-height: 89px;
  margin-top: 12px;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.colour-sticker-page .testimonials-more-text {
  display: inline;
}

.colour-sticker-page .testimonials-read-checkbox {
  display: none;
}

.colour-sticker-page .testimonials-read-checkbox:checked ~ .testimonials-text-wrapper {
  max-height: 1000px;
}

.testimonials-read-checkbox + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text::after {
  content: "READ MORE";
}

.testimonials-read-checkbox + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text-ar::after {
  content: "اقرأ المزيد";
}

.testimonials-read-checkbox + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text-fr::after {
  content: "LIRE LA SUITE";
}

.testimonials-read-checkbox + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text-nl::after {
  content: "LEES MEER";
}

.testimonials-read-checkbox + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text-pt::after {
  content: "LER MAIS";
}

.testimonials-read-checkbox + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text-it::after {
  content: "SCOPRI DI PIÙ";
}

.testimonials-read-checkbox:checked + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text::after {
  content: "READ LESS";
}

.testimonials-read-checkbox:checked + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text-ar::after {
  content: "اقرأ أقل";
}

.testimonials-read-checkbox:checked + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text-fr::after {
  content: "LIRE MOINS";
}

.testimonials-read-checkbox:checked + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text-nl::after {
  content: "LEES MINDER";
}

.testimonials-read-checkbox:checked + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text-pt::after {
  content: "LER MENOS";
}

.testimonials-read-checkbox:checked + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-toggle-text-it::after {
  content: "MOSTRA MENO";
}

.colour-sticker-page .testimonials-read-checkbox + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-arrow {
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s ease;
  object-fit: contain;
}

.colour-sticker-page .testimonials-read-checkbox:checked + .testimonials-text-wrapper + .testimonials-read-toggle .testimonials-arrow {
  transform: rotate(180deg);
}

.colour-sticker-page .testimonials-read-toggle {
  font-size: clamp(0.6875rem, 0.625rem + 0.2778vw, 0.875rem);
  color: var(--information-color);
  font-weight: 600;
  letter-spacing: 0.6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  margin-top: 18px;
}

.colour-sticker-page .testimonials-slider-dots {
  text-align: center;
  margin-top: 20px;
}

.colour-sticker-page .testimonials-slider-dots span {
  display: inline-block;
  margin: 5px;
  cursor: pointer;
  width: clamp(10px, 1vw, 12px);
  height: clamp(10px, 1vw, 12px);
  border-radius: 50%;
  background: #999;
}

.colour-sticker-page .testimonials-slider-dots .active {
  background: var(--information-color);
}

/* =========================================
   FAQ Section
   ========================================= */

.colour-sticker-page .faq-section {
  padding: 0 0 40px;
  background-color: var(--white);
}

.colour-sticker-page .faq-wrapper {
  display: flex;
  align-items: stretch;
  gap: 15px;
}

.colour-sticker-page .faq-image-side,
.colour-sticker-page .faq-accordion-side {
  flex: 1;
}

.colour-sticker-page .faq-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.colour-sticker-page .faq-accordion-side {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.colour-sticker-page .faq-box {
  background-color: var(--bg-light);
  overflow: hidden;
}

.colour-sticker-page .faq-toggle {
  display: none;
}

.colour-sticker-page .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  cursor: pointer;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: clamp(15px, 1.25vw, 18px);
  color: var(--text-dark);
  transition: background 0.3s ease;
  user-select: none;
}

.colour-sticker-page .faq-question:hover {
  background-color: #edeae4;
}

.colour-sticker-page .faq-icon::before {
  content: "+";
  font-size: clamp(20px, 1.67vw, 24px);
  font-weight: 400;
  color: #333;
}

.colour-sticker-page .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--bg-light);
}

.colour-sticker-page .faq-answer p {
  padding: 25px 30px 25px;
  font-size: clamp(14px, 1.11vw, 16px);
  line-height: 1.8;
  margin-bottom: 30px;
  color: var(--text-muted);
}

.colour-sticker-page .faq-toggle:checked + .faq-question .faq-icon::before {
  content: "-";
}

.colour-sticker-page .faq-toggle:checked ~ .faq-answer {
  max-height: 400px;
}

/* =========================================
   UGC Gallery Section
   ========================================= */

.colour-sticker-page .ugc-section {
  padding: 40px 0 80px;
  background-color: var(--white);
}

.colour-sticker-page .ugc-slider {
  overflow: hidden;
}

.colour-sticker-page .ugc-slider .swiper-wrapper {
  align-items: stretch;
}

.colour-sticker-page .ugc-slider .swiper-slide {
  height: auto;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.colour-sticker-page .ugc-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.colour-sticker-page .ugc-hashtag {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 1.67vw, 24px);
  color: var(--text-dark);
}

.colour-sticker-page .ugc-nav {
  display: flex;
  gap: 4px;
}

.colour-sticker-page .ugc-prev,
.colour-sticker-page .ugc-next {
  width: 46px;
  height: 40px;
  background-color: var(--orange-accent);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s;
}

.colour-sticker-page .ugc-prev:hover,
.colour-sticker-page .ugc-next:hover {
  opacity: 0.8;
}

.colour-sticker-page .ugc-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 100%;
}

.colour-sticker-page .ugc-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.colour-sticker-page .ugc-handle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  color: var(--white);
  font-size: clamp(12px, 0.97vw, 14px);
  font-weight: 600;
}

/* =========================================
   Green Impact Section
   ========================================= */

.mnt-green-section {
  background: #daeedb;
  padding: 50px 20px;
  font-family: 'Quicksand', sans-serif;
}

.mnt-green-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.mnt-green-left {
  flex: 1.2;
  text-align: center;
}

.mnt-green-left strong {
  font-size: 80px;
  display: block;
  color: #427742;
  line-height: 1;	
}

.mnt-green-left p {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

.mnt-green-middle {
  flex: 6;
  max-width: 750px;
  font-size: clamp(14px, 1.11vw, 16px);
}

.mnt-green-middle h2 {
  font-size: clamp(20px, 1.67vw, 24px);
  margin-bottom: 10px;
}

.mnt-green-middle p {
  margin-bottom: 10px;
}

.mnt-sub {
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #555;
  font-size: 70%;
}

.mnt-green-right {
  flex: 1.2;
  text-align: center;
}

.mnt-green-btn-secondary {
  display: inline-block;
  padding: 10px 18px;
  background: #427742;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.mnt-green-btn-secondary:hover {
  background: #256628;
}

/* =========================================
   Sew-ons vs Iron-ons Table Section
   ========================================= */

.comparison-section .container {
  width: clamp(320px, 100%, 1200px);
  margin: 0 auto;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  table-layout: fixed;
}

.comparison-table th,
.comparison-table td {
  border: 1px solid #e0e0e0;
  padding: clamp(10px, 2vw, 18px);
  text-align: center;
  font-size: clamp(12px, 1.67vw, 17px);
  vertical-align: middle;
  height: 80px;
}

.comparison-table th {
font-family: 'Quicksand', sans-serif;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
  text-align: left;
  font-weight: 700;
  width: 35%;
}

.comparison-table thead th {
  background: #f3f1ed;
  font-size: clamp(13px, 1.67vw, 24px);
}

.comparison-table th.highlight {
  background: #ea9e57;
  color: #fff;
  text-align: center;
  position: relative;
}

.badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #da3a4a;
  color: #fff;
  font-size: clamp(9px, 1.67vw, 12px);
  padding: 5px 9px;
  border-radius: 0 0 4px 4px;
  text-transform: uppercase;
  white-space: nowrap;	
}

.icon {
  width: clamp(24px, 4vw, 40px);
  height: auto;
  display: inline-block;
}

/* =========================================
   Other Products Section
   ========================================= */

.other-products {
  padding: 50px 0;
  background: #fff;
  text-align: left;
}

.other-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  max-width: 1500px;
  margin: 0 auto;
}

.other-products-card {
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fafafa;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.other-products-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.other-products-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}

.other-products-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.other-products-card p {
  font-size: clamp(11px, 1.11vw, 14px);
  color: #333333;
  flex-grow: 1; 
}

.other-products-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.mnt-other-products-meta {
  font-size: 14px;
  font-weight: 600;
  color: #555555;
  margin-bottom: 12px;
}

.mnt-other-products-price {
  font-weight: 700;
  color: #333333;
}

.mnt-other-products-divider {
  margin: 0 6px;
  color: #999;
  font-size: 25px;
}

.mnt-other-products-btn {
  display: inline-block;
  padding: 10px 16px;
  background: #333333;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;	
  text-transform: uppercase;
  text-align: center;
}

.mnt-btn:hover {
  background: #4a4a4a;
}

/* =========================================
   Teddy Research Section
   ========================================= */

.colour-sticker-page .teddy-section {
  padding: 40px 0;
  background-color: #fcfae6;
}

.colour-sticker-page .teddy-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.colour-sticker-page .teddy-image-side {
  display: flex;
  justify-content: center;
}

.colour-sticker-page .teddy-img-container {
  border-radius: 50%;
  overflow: hidden;
}

.colour-sticker-page .teddy-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.colour-sticker-page .teddy-content-side {
  flex: 1;
}

.colour-sticker-page .teddy-title {
  font-size: clamp(30px, 2.5vw, 36px);
  margin-bottom: 25px;
  color: var(--text-dark);
}

.colour-sticker-page .teddy-details {
  font-size: clamp(14px, 1.11vw, 16px);
  color: #555;
  margin-top: 30px;
}

.colour-sticker-page .teddy-read-more-checkbox {
  display: none;
}

.colour-sticker-page .teddy-more-text-block {
  display: block;
}

.colour-sticker-page .teddy-read-more-label {
  display: none;
}

/* =========================================
   Footer CTA Bar
   ========================================= */

.footer-cta-bar {
  background-color: #ffd578;
  padding: 28px 0;
  text-align: center;
}

.footer-cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: nowrap;
}

.footer-cta-text {
  font-family: "Quicksand", sans-serif;
  font-size: clamp(18px, calc(6px + 2.34375vw), 26px);
  font-weight: 800;
  color: black;
  margin: 0;
}

.footer-cta-btn {
  background-color: var(--primary-red);
  color: var(--white);
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 700;
  font-size: clamp(15px, 1.25vw, 18px);
  text-decoration: none;
  transition: background 0.3s;
  display: inline-block;
  letter-spacing: 0.5px;
  white-space: nowrap;
  font-family: "Quicksand", sans-serif;
}

.footer-cta-btn:hover {
  background-color: #d61b3c;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

@media only screen and (min-width: 1200px) {
  .colour-sticker-page .category-icons {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .colour-sticker-page .category-icons {
    justify-content: space-between;
  }

  .colour-sticker-page .info-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }	
}

@media (max-width: 992px) {
  .colour-sticker-page .name-stickers-hero-content {
    margin-top: 24px;
  } 	
  .colour-sticker-page .design-tool-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .colour-sticker-page .mobile-preview-info {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
  }

  .colour-sticker-page .sticker-preview {
    margin-bottom: 0;
    flex: 1;
    min-height: 90px;
    justify-content: center;
    align-items: center;
  }

  .colour-sticker-page .preview-logo {
    height: 55px;
  }

  .colour-sticker-page .preview-text h2,
  .colour-sticker-page .preview-text p {
    font-size: clamp(14px, 1.11vw, 16px);
    margin-bottom: 0;
  }

  .colour-sticker-page .mobile-short-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: -4px;
    flex: 1;
  }

  .colour-sticker-page .mobile-short-info p {
    font-size: clamp(12px, 0.9vw, 13px);
    font-weight: 700;
  }

  .colour-sticker-page .btn-add-mini {
    padding: 16px 12px;
    font-size: clamp(12px, 0.97vw, 14px);
    margin-top: 5px;
    width: 100%;
    text-align: center;
  }

  .colour-sticker-page .desktop-full-info {
    display: none;
  }

  .colour-sticker-page .icon-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .colour-sticker-page .grid-arrow {
    display: none;
  }

  .colour-sticker-page .tool-tabs {
    flex-wrap: wrap;
    gap: 5px;
  }

  .colour-sticker-page .tool-content {
    padding: 15px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .colour-sticker-page .hero-features {
    display: none;
  }

  .colour-sticker-page .icon-grid {
    grid-auto-columns: calc((100% - 45px) / 4);
  }

  .colour-sticker-page .name-stickers-features-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 10px;
  }

  .colour-sticker-page .feature-icon-black {
    font-size: clamp(30px, 2.5vw, 36px);
  }

  .colour-sticker-page .feature-item-box {
    gap: 6px;
  }

  .colour-sticker-page .feature-item-box p {
    font-size: clamp(11px, 0.83vw, 12px);
  }

  .colour-sticker-page .name-stickers-features-section {
    padding: 40px 0 0;
  }

  .colour-sticker-page .mobile-footer-info {
    display: block;
  }

  .colour-sticker-page .gif-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .colour-sticker-page .faq-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .colour-sticker-page .faq-image-side,
  .colour-sticker-page .faq-accordion-side {
    width: 100%;
  }

  .colour-sticker-page .faq-question {
    padding: 20px 25px;
    font-size: clamp(14px, 1.11vw, 16px);
  }

  .colour-sticker-page .ugc-header {
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .colour-sticker-page .ugc-hashtag {
    font-size: clamp(16px, 1.39vw, 20px);
  }

  .colour-sticker-page .teddy-section {
    background-color: transparent !important;
    padding: 100px 0 40px;
  }

  .colour-sticker-page .teddy-wrapper {
    background-color: #fcfae6;
    flex-direction: column;
    text-align: center;
    gap: 0;
    padding: 0 20px 40px;
    border-radius: 12px;
  }

  .colour-sticker-page .teddy-image-side {
    flex: 0 0 auto;
    margin-top: -85px;
    margin-bottom: 10px;
    width: 100%;
  }

  .colour-sticker-page .teddy-img-container {
    width: 170px;
    height: 170px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .colour-sticker-page .teddy-title {
    font-size: clamp(24px, 1.94vw, 28px);
    margin-bottom: 20px;
  }  
 }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .colour-sticker-page .info-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .colour-sticker-page .category-icons {
    justify-content: space-between;
  }

  .colour-sticker-page .icon-grid {
    grid-auto-columns: calc((100% - 75px) / 8);
    gap: 20px;
  } 
	
  .other-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }		
}

@media only screen and (max-width: 767px) {
	
  .colour-sticker-page .title-rating h1 {
    font-size: clamp(24px, 1.94vw, 28px);
  }

  .colour-sticker-page .category-icons {
    justify-content: space-between !important;
    gap: 2px !important;
    overflow: hidden !important;
    padding: 10px 0 !important;
  }

  .colour-sticker-page .cat-item {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
  }

  .colour-sticker-page .cat-item img {
    width: 22px !important;
  }

  .colour-sticker-page #category-arrow-left,
  .colour-sticker-page #category-arrow-right {
    display: none !important;
  }

  .colour-sticker-page .category-container {
    padding: 0 5px;
  }
	
  .why-parent-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .why-parent-item {
    width: 85%;
  }

  .why-parent-icon-wrapper {
    width: 42px;
    height: 42px;
  }

  .mnt-green-content {
    flex-direction: column;
    text-align: center;
	gap: 10px
  }

  .mnt-green-left,
  .mnt-green-middle,
  .mnt-green-right {
    width: 100%;
    flex: unset;
  }

  .mnt-green-left,
  .mnt-green-middle {
    margin-bottom: 25px;
  }
	
  .other-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }	
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .colour-sticker-page .info-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .colour-sticker-page .hero-image {
    display: none;
  }

  .colour-sticker-page .hero-mobile {
    display: block;
  }

  .colour-sticker-page .gif-section,
  .colour-sticker-page .faq-section {
    padding: 20px 0;
  }

  .colour-sticker-page .info-card {
    padding: 20px 24px;
  }

  .colour-sticker-page .gif-content-card {
    padding: 30px 20px;
  }

  .colour-sticker-page .icon-grid {
    grid-auto-columns: calc((100% - 75px) / 6);
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .colour-sticker-page .trustpilot-widget {
    height: 280px;
  }
}

@media (max-width: 576px) {
  .colour-sticker-page .mobile-preview-info {
    gap: 10px;
    margin-bottom: 6px;
  }

  .colour-sticker-page .icon-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .colour-sticker-page .cat-item {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .colour-sticker-page .cat-item img {
    width: 24px;
  }

  .colour-sticker-page .name-stickers-features-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 5px;
  }

  .colour-sticker-page .name-stickers-features-section {
    padding: 30px 0 0;
  }
}

@media (max-width: 575px) {
  .colour-sticker-page .icon-grid {
    grid-auto-columns: calc((100% - 30px) / 4);
  }

  .colour-sticker-page .preview-badge {
    gap: 8px;
  }

  .colour-sticker-page .grid-arrow.arrow-right {
    right: -10px;
  }

  .colour-sticker-page .grid-arrow.arrow-left {
    left: -10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
  .colour-sticker-page .hero-image {
    display: none;
  }

  .colour-sticker-page .hero-mobile {
    display: block;
  }

  .colour-sticker-page .gif-content-card {
    padding: 30px 20px;
  }

  .colour-sticker-page .info-card {
    padding: 16px 24px;
  }

  .colour-sticker-page .info-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .colour-sticker-page .info-cards-section,
  .colour-sticker-page .gif-section,
  .colour-sticker-page .faq-section {
    padding: 20px 0;
  }

  .colour-sticker-page .icon-grid {
    grid-auto-columns: calc((100% - 75px) / 4);
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .colour-sticker-page .design-tool-wrapper {
    gap: 0 10px;
  }

  .colour-sticker-page .name-stickers-features-grid {
    gap: 15px 8px;
  }

  .colour-sticker-page .name-stickers-features-section {
    padding: 20px 0;
  }

  .colour-sticker-page .feature-icon-black {
    width: 50px;
    height: 50px;
  }

  .colour-sticker-page .feature-icon-black svg,
  .colour-sticker-page .feature-icon-black img {
    max-width: 45px;
    max-height: 35px;
  }

  .colour-sticker-page .feature-item-box p {
    font-size: clamp(9px, 0.69vw, 10px);
    min-height: 32px;
  }

  .colour-sticker-page .faq-question {
    padding: 15px 20px;
  }

  .colour-sticker-page .ugc-section {
    padding: 50px 0;
  }

  .colour-sticker-page .ugc-prev,
  .colour-sticker-page .ugc-next {
    width: 35px;
    height: 35px;
  }

  .colour-sticker-page .teddy-section {
    padding: 80px 0 20px;
  }

  .colour-sticker-page .teddy-img-container {
    width: 180px;
    height: 180px;
  }

  .colour-sticker-page .teddy-title {
    margin-bottom: 15px;
  }

  .colour-sticker-page .teddy-read-more-label {
    display: inline-block;
    margin-top: 20px;
    color: var(--orange-accent);
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    width: 100%;
    transition: color 0.3s ease;
    font-family: "Nunito Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .colour-sticker-page .teddy-more-text-block {
    display: none;
  }

  .colour-sticker-page .teddy-read-more-checkbox:checked ~ .teddy-text-container .teddy-more-text-block {
    display: block;
    margin-top: 15px;
  }

  .colour-sticker-page .teddy-read-more-checkbox:checked ~ .teddy-read-more-label .read-more-text {
    display: none;
  }

  .colour-sticker-page .teddy-read-more-checkbox:checked ~ .teddy-read-more-label .read-less-text {
    display: inline;
  }

  .colour-sticker-page .teddy-read-more-label .read-less-text {
    display: none;
  }

  .footer-cta-bar {
    padding: 18px 0;
  }

  .footer-cta-container {
    gap: 12px;
  }

  .footer-cta-btn {
    padding: 10px 12px;
    font-size: clamp(11px, 3vw, 13px);
  }
}

@media only screen and (min-width: 375px) and (max-width: 479px) {
  .colour-sticker-page .mobile-short-info {
    flex: none;
    gap: 1px;
  }

  .colour-sticker-page .hero-image {
    display: none;
  }

  .colour-sticker-page .hero-mobile {
    display: block;
  }

  .colour-sticker-page .gif-content-card {
    padding: 30px 20px;
  }

  .colour-sticker-page .info-card {
    padding: 12px 24px;
  }

  .colour-sticker-page .card-title {
    margin-bottom: 8px;
  }

  .colour-sticker-page .gif-section,
  .colour-sticker-page .info-cards-section,
  .colour-sticker-page .faq-section {
    padding: 20px 0;
  }

  .colour-sticker-page .info-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .colour-sticker-page .btn-add-mini {
    padding: 8px 6px;
    font-size: clamp(11px, 0.83vw, 12px);
  }

  .colour-sticker-page .btn-full-basket {
    padding: 12px;
    font-size: clamp(14px, 1.11vw, 16px);
  }

  .colour-sticker-page .sticker-preview {
    padding: 8px;
    margin-bottom: 30px;
  }

  .colour-sticker-page .icon-grid {
    grid-auto-columns: calc((100% - 75px) / 4);
    gap: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .colour-sticker-page .mobile-short-info {
    flex: none;
    gap: 0.5px;
  }

  .colour-sticker-page .hero-image {
    display: none;
  }

  .colour-sticker-page .hero-mobile {
    display: block;
  }

  .colour-sticker-page .gif-content-card {
    padding: 30px 20px;
  }

  .colour-sticker-page .info-card {
    padding: 10px 24px;
  }

  .colour-sticker-page .card-title {
    margin-bottom: 6px;
  }

  .colour-sticker-page .info-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .colour-sticker-page .faq-section {
    padding: 20px 0;
  }

  .colour-sticker-page .btn-add-mini {
    padding: 10px 6px;
    font-size: clamp(9px, 0.69vw, 10px);
  }

  .colour-sticker-page .sticker-preview {
    padding: 8px;
    margin-bottom: 30px;
  }

  .colour-sticker-page .preview-text h2,
  .colour-sticker-page .preview-text p {
    font-size: clamp(12px, 0.97vw, 14px);
  }
}

/* =========================================
   Arabic font
   ========================================= */

html[lang="ar"] .colour-sticker-page *,
html[lang="ar"] .mnt-green-section *,
html[lang="ar"] .other-products *,
html[lang="ar"] .footer-cta *,
html[lang="ar"] body {
  font-family: "Noto Kufi Arabic", sans-serif !important;
}