/* ArshadPc — responsive safety patches */

html {
  overflow-x: clip;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

/* Inline icons (delivery truck, payment badges) — keep template size */
.single__product__car img {
  height: 25px;
  width: auto;
  max-width: none;
  display: inline-block;
  vertical-align: middle;
}

.single__product__small__img img {
  height: auto;
  max-width: 48px;
  width: auto;
}

/* Mega menu: 7 categories wrap cleanly on laptop */
.headerarea__megamenu .mega__menu__li {
  min-width: 140px;
}

@media (max-width: 991px) {
  .herobanner__inner {
    height: auto;
    min-height: 420px;
  }

  .single__product__heding h2 {
    font-size: clamp(1.25rem, 5vw, 2rem);
    word-break: break-word;
  }

  .copyright__menu ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1rem;
  }
}

.footer__payments ul {
  flex-wrap: wrap;
  gap: 0.5rem;
}

.grid__wraper__badge span.hot__badge {
  background-color: #e74c3c;
  color: #fff;
}

.grid__wraper__badge span.featured__badge {
  background-color: #2563eb;
  color: #fff;
}

.text-warning.small {
  color: #b45309;
  font-weight: 600;
}

.checkoutarea__table__wraper {
  -webkit-overflow-scrolling: touch;
}

/* --- Premium checkout --- */
.checkout-premium .checkout-trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
}

.checkout-trust-bar li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0.85rem;
  background: linear-gradient(135deg, #f8fafc 0%, #eef6fc 100%);
  border: 1px solid rgba(10, 133, 209, 0.12);
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.3;
}

.checkout-trust-bar i {
  color: var(--primaryColor);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.checkout-panel {
  background: #fff;
  border: 1px solid rgba(31, 34, 38, 0.08);
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
  padding: 1.5rem 1.35rem;
  height: 100%;
}

.checkout-panel--summary .checkoutarea__payment__wraper {
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none;
}

.checkout-panel__hint {
  margin: -0.5rem 0 1rem;
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}

.checkout-premium .checkoutarea__billing__heading h2,
.checkout-premium .checkoutarea__total h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  border-bottom-color: rgba(31, 34, 38, 0.1);
}

.checkout-premium .checkoutarea__billing__heading h2 i,
.checkout-premium .checkoutarea__total h3 i {
  color: var(--primaryColor);
}

.checkoutarea__inputbox label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--headingColor);
  letter-spacing: 0.02em;
}

.checkoutarea__inputbox input,
.checkoutarea__inputbox input.info {
  color: #1f2226 !important;
  background-color: #ffffff !important;
  -webkit-text-fill-color: #1f2226;
  border-radius: 10px !important;
  border: 1px solid #e2e8f0 !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.checkoutarea__inputbox input:focus {
  border-color: var(--primaryColor) !important;
  box-shadow: 0 0 0 3px rgba(10, 133, 209, 0.15);
  outline: none;
}

.checkoutarea__inputbox input::placeholder {
  color: #94a3b8;
  opacity: 1;
}

.checkout-pay-heading {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin: 1.25rem 0 0.75rem;
}

.checkout-pay-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.checkout-pay-option {
  position: relative;
  margin: 0 !important;
}

.checkout-pay-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkout-pay-option label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 !important;
  padding: 0.85rem 0.75rem;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.checkout-pay-option label i {
  color: var(--primaryColor);
}

.checkout-pay-option input:checked + label {
  border-color: var(--primaryColor);
  background: rgba(10, 133, 209, 0.08);
  color: #0f172a;
}

.checkout-payment-note {
  margin-top: 0.85rem;
  padding: 0.85rem 1rem;
  background: #f8fafc;
  border-left: 3px solid var(--primaryColor);
  border-radius: 0 8px 8px 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #475569;
}

.checkout-premium .checkoutarea__table {
  border-radius: 10px;
  overflow: hidden;
}

.checkout-premium .checkoutarea__item td {
  text-transform: none;
  font-size: 0.9rem;
}

.checkout-premium #checkout-total,
.checkout-premium .prc-total {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--primaryColor) !important;
}

.checkoutarea__payment__input__box .checkout-submit-btn {
  width: 100%;
  max-width: 100%;
  border: none;
  cursor: pointer;
  min-height: 52px;
  line-height: 1.2;
  padding: 14px 24px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(10, 133, 209, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.checkout-submit-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(10, 133, 209, 0.4);
}

.checkout-submit-btn i {
  margin-right: 0.35rem;
}

.checkout-message {
  font-size: 14px;
}

.checkout-message.is-success {
  color: #15803d;
}

.checkout-message.is-error {
  color: #b91c1c;
}

.checkout-promo-box {
  margin-bottom: 1.25rem;
  padding: 1rem;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.checkout-promo-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.checkout-promo-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.checkout-promo-row input {
  flex: 1;
  min-width: 140px;
}

.checkout-promo-row .default__button {
  flex-shrink: 0;
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
}

.checkout-promo-msg {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
}

.checkout-promo-msg.is-success {
  color: #15803d;
}

.checkout-promo-msg.is-error {
  color: #b91c1c;
}

.grid__wraper__icon a.is-wishlisted i {
  color: #e11d48;
}

@media (max-width: 991px) {
  .checkout-premium .checkout-trust-bar {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .checkout-panel {
    padding: 1.15rem 1rem;
  }

  .checkout-pay-grid {
    grid-template-columns: 1fr;
  }

  .checkoutarea__item td {
    padding: 12px 10px;
    font-size: 13px;
  }

  .checkout-premium .checkoutarea__billing__heading h2,
  .checkout-premium .checkoutarea__total h3 {
    font-size: 1.1rem;
  }
}

@media (max-width: 575px) {
  .checkout-premium .checkout-trust-bar {
    grid-template-columns: 1fr;
  }

  .checkout-trust-bar li {
    font-size: 0.78rem;
  }
}

/* Product page — mobile buttons & actions (matches template structure) */
.single__product__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
}

/* Product page — quantity + CTA row (grid prevents overlap on narrow columns) */
.single__product__quantity {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
}

.single__product__quantity .qty-container {
  margin-right: 0;
  grid-column: 1;
  grid-row: 1;
}

.single__product__quantity .product-btn-add-cart {
  grid-column: 2;
  grid-row: 1;
}

.single__product__quantity .product-btn-buy {
  grid-column: 3;
  grid-row: 1;
}

.single__product__quantity .product-btn-wa {
  grid-column: 1 / -1;
  grid-row: 2;
}

.single__product__quantity .default__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: auto !important;
  min-height: 48px;
  line-height: 1.2 !important;
  padding: 12px 16px !important;
  white-space: nowrap;
}

.product-action-links,
.product-share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-action-links li,
.product-share-links li {
  margin-right: 0 !important;
}

.featurearea__details__img img {
  width: 100%;
  height: auto;
}

/* Product page — color/size swatches */
.single__product__swatch .swatch-element.is-active .label_bg_img,
.single__product__swatch .label_bg_img.is-active {
  outline: 2px solid var(--primaryColor, #2563eb);
  outline-offset: 2px;
}

.single__product__size ul li a.is-active {
  background: var(--primaryColor, #2563eb);
  color: var(--whiteColor, #fff);
}

.single__product__swatch .label_bg_img {
  cursor: pointer;
  padding: 0;
}

.single__product__swatch.d-flex {
  gap: 0.35rem 0.5rem;
}

@media (max-width: 575px) {
  .single__product__swatch .header {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .single__product__size ul {
    flex-wrap: wrap;
    display: flex;
    gap: 0.35rem;
    padding: 0;
    margin: 0;
    list-style: none;
  }
}

@media (max-width: 575px) {
  .single__product__quantity {
    grid-template-columns: 1fr;
  }

  .single__product__quantity .qty-container,
  .single__product__quantity .product-btn-add-cart,
  .single__product__quantity .product-btn-buy,
  .single__product__quantity .product-btn-wa {
    grid-column: 1;
    grid-row: auto;
  }

  .single__product__quantity .qty-container {
    width: 100%;
    max-width: 140px;
  }

  .single__product__quantity .default__button {
    white-space: normal;
    text-align: center;
  }

  .single__product__price span {
    font-size: 1.5rem;
  }

  .single__product__bottom__menu ul li,
  .single__social__media ul li {
    display: block;
    margin-bottom: 0.35rem;
  }
}

/* --- Home hero (herobanner__3) --- */
.arshad-hero-banner__image {
  display: block;
  width: 100%;
  overflow: hidden;
  background: var(--greyColor, #ebebeb);
}

.arshad-hero-banner__image picture,
.arshad-hero-banner__image img {
  display: block;
  width: 100%;
  height: 100%;
}

.arshad-hero-banner__img {
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) {
  .arshad-hero-banner__image {
    aspect-ratio: 16 / 9;
    max-height: min(56vw, 720px);
    border-radius: 0 0 20px 20px;
  }
}

@media (max-width: 767px) {
  .arshad-hero-banner__image {
    aspect-ratio: 9 / 16;
    max-height: min(92vh, 820px);
  }

  .arshad-hero-banner__slide {
    display: flex;
    flex-direction: column;
  }

  .arshad-hero-banner__content.herobanner__inner__3 {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-top: 0;
    padding: 1rem 1rem 1.25rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, #fff 100%);
  }

  .arshad-hero-banner .herobanner__text__wraper {
    margin-bottom: 0;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .herobanner__3 .herobanner__inner__1320 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .herobanner__3 .herobanner__title {
    font-size: clamp(1.75rem, 6vw, 2.75rem);
    line-height: 1.15;
  }

  .herobanner__3 .herobanner__text p {
    font-size: 0.95rem;
  }
}

@media (max-width: 575px) {
  .herobanner__3 .herobanner__inner__1320 {
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .herobanner__3 .herobanner__title {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }
}

/* --- Home collection tiles --- */
@media (max-width: 575px) {
  .collection__2 .collection__img__2 img {
    max-height: 120px;
    width: auto;
    margin: 0 auto;
    display: block;
  }

  .collection__2 .collection__text__2 h5 {
    font-size: 0.9rem;
  }
}

/* --- Collection slider: dots above View All (mobile + desktop) --- */
.arshad-section-slider-wrap {
  position: relative;
}

.feture__section .arshad-section-slider-wrap .slick-list,
.pb-block--products .arshad-section-slider-wrap .slick-list {
  overflow: hidden;
}

.arshad-section-footer {
  margin-top: 1.25rem;
  text-align: center;
}

.arshad-section-footer .arshad-section-dots {
  display: block;
  min-height: 10px;
  margin-bottom: 1rem;
}

.arshad-section-footer .arshad-section-dots .slick-dots {
  position: static;
  bottom: auto;
  left: auto;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.arshad-section-footer .arshad-section-dots .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 7px;
  border-radius: 50%;
  background-color: #cbd5e1;
}

.arshad-section-footer .arshad-section-dots .slick-dots li.slick-active {
  background-color: var(--primaryColor, #2563eb);
}

.arshad-section-footer .arshad-section-dots .slick-dots li button {
  display: none;
}

.feture__section__button {
  margin-top: 0;
  padding-top: 0;
}

.pb-block--products .arshad-section-footer {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .feture__section .arshad-section-track .slick-arrow {
    z-index: 2;
  }

  .feture__section__button {
    margin-top: 0;
  }
}

/* --- Mega menu (many categories) --- */
@media (max-width: 1199px) {
  .headerarea__megamenu {
    flex-wrap: wrap;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

/* --- Shop toolbar --- */
@media (max-width: 991px) {
  .shop__right__wraper {
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    align-items: center;
  }

  .shop__right__wraper .shop__number {
    text-align: left !important;
    width: 100%;
  }
}

/* --- Testimonial slider --- */
.testimonial__info p {
  margin-bottom: 0.75rem;
}

/* --- Footer payment badges --- */
.footer__payments .container {
  padding-top: 0.5rem;
}

.footer__payments ul {
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .footer__payments ul {
    justify-content: center;
  }
}

/* --- Mobile header / logo --- */
@media (max-width: 767px) {
  .headerarea__logo img,
  .logo__mobile img,
  .mobile__logo img {
    max-height: 40px;
    width: auto;
  }
}

/* --- Product grid on shop (2 cols mobile) --- */
@media (max-width: 575px) {
  .shop .grid__wraper__img {
    min-height: 0;
  }
}

/* --- 404 page --- */
.error__inner h2 {
  font-size: clamp(1.5rem, 5vw, 2.25rem);
  margin-bottom: 1rem;
}

.error__inner p {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  color: #555;
}

.faq__category-title {
  font-size: 1.35rem;
  font-weight: 600;
}

.headerarea__theme-toggle {
  font-size: 1.1rem;
  line-height: 1;
  color: inherit;
  min-width: 22px;
  min-height: 22px;
}

.headerarea__theme-toggle:hover {
  color: var(--primaryColor);
}

.headermiddle__account__img {
  position: relative;
}

.header-cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--primaryColor);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

[data-add-to-cart].is-added {
  color: var(--primaryColor);
}

/* --- Premium thank-you page --- */
.checkout-thankyou--premium {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f0f9ff 0%, #ffffff 45%, #f8fafc 100%);
}

.checkout-thankyou__confetti {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.checkout-thankyou__confetti span {
  position: absolute;
  width: 8px;
  height: 14px;
  border-radius: 2px;
  opacity: 0;
  animation: thankyou-confetti 4s ease-out forwards;
}

.checkout-thankyou__confetti span:nth-child(1) {
  left: 12%;
  background: var(--primaryColor);
  animation-delay: 0.1s;
}
.checkout-thankyou__confetti span:nth-child(2) {
  left: 28%;
  background: #0b9d8a;
  animation-delay: 0.25s;
}
.checkout-thankyou__confetti span:nth-child(3) {
  left: 45%;
  background: #eab73e;
  animation-delay: 0.15s;
}
.checkout-thankyou__confetti span:nth-child(4) {
  left: 62%;
  background: #f34f3f;
  animation-delay: 0.35s;
}
.checkout-thankyou__confetti span:nth-child(5) {
  left: 78%;
  background: var(--primaryColor);
  animation-delay: 0.2s;
}
.checkout-thankyou__confetti span:nth-child(6) {
  left: 20%;
  background: #ce126e;
  animation-delay: 0.4s;
}
.checkout-thankyou__confetti span:nth-child(7) {
  left: 55%;
  background: #0b9d8a;
  animation-delay: 0.5s;
}
.checkout-thankyou__confetti span:nth-child(8) {
  left: 88%;
  background: #eab73e;
  animation-delay: 0.3s;
}

@keyframes thankyou-confetti {
  0% {
    opacity: 1;
    transform: translateY(-20px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateY(280px) rotate(540deg);
  }
}

.checkout-thankyou--premium .container {
  position: relative;
  z-index: 1;
}

.checkout-thankyou__card {
  text-align: center;
  background: #fff;
  border: 1px solid rgba(10, 133, 209, 0.12);
  border-radius: 20px;
  padding: 2.5rem 2rem 2rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
}

.checkout-thankyou__badge {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-thankyou__check-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid rgba(11, 157, 138, 0.25);
  animation: thankyou-pulse 2s ease-out infinite;
}

.checkout-thankyou__badge i {
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0b9d8a 0%, #059669 100%);
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 12px 28px rgba(11, 157, 138, 0.45);
  animation: thankyou-pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes thankyou-pop {
  from {
    transform: scale(0.4);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes thankyou-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.12);
    opacity: 0.5;
  }
}

.checkout-thankyou__eyebrow {
  display: inline-block;
  margin: 0 0 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(10, 133, 209, 0.1);
  color: var(--primaryColor);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-thankyou__title {
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin-bottom: 0.75rem;
  color: var(--headingColor);
}

.checkout-thankyou__lead {
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 34rem;
  margin: 0 auto 1.5rem;
  color: var(--contentColor);
}

.checkout-thankyou__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.checkout-thankyou__meta-item {
  min-width: 120px;
  padding: 0.75rem 1rem;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.checkout-thankyou__meta-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin-bottom: 0.25rem;
}

.checkout-thankyou__meta-value {
  font-size: 1rem;
  color: var(--headingColor);
  word-break: break-all;
}

.checkout-thankyou__recap {
  text-align: left;
  margin-bottom: 1.5rem;
  padding: 1rem 1.15rem;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.checkout-thankyou__recap-title {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  margin-bottom: 0.75rem;
}

.checkout-thankyou__recap-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checkout-thankyou__recap-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #e2e8f0;
  font-size: 0.9rem;
}

.checkout-thankyou__recap-list li:last-child {
  border-bottom: none;
}

.checkout-thankyou__recap-name {
  color: var(--contentColor);
}

.checkout-thankyou__recap-price {
  font-weight: 600;
  color: var(--headingColor);
  white-space: nowrap;
}

.checkout-thankyou__timeline {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  text-align: left;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.checkout-thankyou__timeline li {
  display: flex;
  gap: 1rem;
  padding: 0.85rem 0;
  position: relative;
}

.checkout-thankyou__timeline li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 2.6rem;
  bottom: -0.2rem;
  width: 2px;
  background: #e2e8f0;
}

.checkout-thankyou__timeline li.is-done::after {
  background: #0b9d8a;
}

.checkout-thankyou__step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: #e2e8f0;
  color: #64748b;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
}

.checkout-thankyou__timeline li.is-done .checkout-thankyou__step-num {
  background: #0b9d8a;
  color: #fff;
}

.checkout-thankyou__timeline li.is-active .checkout-thankyou__step-num {
  background: var(--primaryColor);
  color: #fff;
  box-shadow: 0 0 0 4px rgba(10, 133, 209, 0.2);
}

.checkout-thankyou__timeline li strong {
  display: block;
  color: var(--headingColor);
  margin-bottom: 0.15rem;
}

.checkout-thankyou__timeline li p {
  margin: 0;
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.45;
}

.checkout-thankyou__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.checkout-thankyou__actions .default__button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0 1.5rem;
  border-radius: 10px;
}

.checkout-thankyou__btn-primary {
  box-shadow: 0 8px 22px rgba(10, 133, 209, 0.35);
}

.checkout-thankyou__support {
  margin: 0;
  font-size: 0.875rem;
  color: #64748b;
}

.checkout-thankyou__support a {
  color: var(--primaryColor);
  font-weight: 600;
}

@media (max-width: 575px) {
  .checkout-thankyou__card {
    padding: 1.75rem 1.1rem 1.5rem;
    border-radius: 16px;
  }

  .checkout-thankyou__meta {
    flex-direction: column;
    align-items: stretch;
  }

  .checkout-thankyou__actions .default__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .checkout-thankyou__confetti span,
  .checkout-thankyou__badge i,
  .checkout-thankyou__check-ring {
    animation: none;
  }

  .checkout-submit-btn:hover {
    transform: none;
  }
}

/* --- Category images (menu, home, collections, shop) --- */
.arshad-category-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 15px;
  background: var(--greyColor, #f1f1f1);
}

.category__img__2.arshad-category-img img,
.collection__img__2.arshad-category-img img {
  width: 100%;
}

.arshad-home-categories .collection__single__2 {
  height: 100%;
}

.arshad-home-categories .collection__img__2 {
  background: var(--greyColor, #f1f1f1);
  border-radius: 15px;
  overflow: hidden;
}

.arshad-home-categories .collection__img__2 img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 15px;
  background: var(--greyColor, #f1f1f1);
}

@media (max-width: 767px) {
  .arshad-home-categories .collection__img__2 img {
    aspect-ratio: 1 / 1;
  }
}

/* Product card color/size swatches */
.grid__wraper__size {
  margin-top: 8px;
}

.grid__wraper__size ul {
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid__wraper__size__btn {
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: var(--whiteColor, #fff);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(32, 33, 36, 0.12);
}

.grid__wraper__size__btn.is-active,
.color_img_variant label.is-active {
  outline: 2px solid var(--primaryColor, #2563eb);
  outline-offset: 1px;
}

.color_img_variant label {
  background-size: cover !important;
  background-position: center !important;
}

/* --- Shop page: category strip + one-line toolbar + filter drawer --- */
.shop-category-strip-wrap {
  margin-bottom: 0.5rem;
}

.shop-category-strip__title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.shop-cat-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  padding: 0.5rem;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  transition: box-shadow 0.2s, border-color 0.2s;
  border: 2px solid transparent;
}

.shop-cat-chip:hover {
  color: var(--primaryColor);
}

.shop-cat-chip.is-active {
  border-color: var(--primaryColor);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.shop-cat-chip__img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--greyColor, #f1f1f1);
}

.shop-cat-chip__img.arshad-category-img img {
  min-height: 0;
  max-height: none;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.shop-cat-chip__img--all {
  font-size: 1.5rem;
  color: var(--primaryColor);
}

.shop-cat-chip__name {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop-cat-chip__count {
  font-size: 0.7rem;
  color: #64748b;
}

.shop-category-strip .slick-slide {
  padding: 0 6px;
}

.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

.shop-toolbar__left,
.shop-toolbar__right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  min-width: 0;
}

.shop-toolbar__views .shop__tab {
  margin: 0;
}

.shop-toolbar__views .nav {
  flex-wrap: nowrap;
  gap: 0.25rem;
}

.shop-toolbar__views .shop__tap__link {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.shop-toolbar__views .shop__tap__link.active {
  background: var(--primaryColor, #2563eb);
  border-color: var(--primaryColor, #2563eb);
  color: #fff;
}

.shop-sort-select {
  min-width: 9.5rem;
  max-width: 100%;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background-color: #fff;
  font-size: 0.875rem;
  cursor: pointer;
}

.shop-toolbar__count {
  font-size: 0.8125rem;
  color: #64748b;
  white-space: nowrap;
}

.shop-toolbar__filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 999px;
  min-height: 2.5rem;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.18);
}

.shop-toolbar__filter-btn i {
  font-size: 0.9rem;
}

/* Pill shape + theme ::after wipe = broken hover border segments */
.shop-toolbar__filter-btn.default__button::after {
  display: none;
  content: none;
}

.shop-toolbar__filter-btn.default__button:hover,
.shop-toolbar__filter-btn.default__button:focus-visible {
  background-color: var(--whiteColor, #fff);
  color: var(--primaryColor, #2563eb);
  border: 1px solid var(--primaryColor, #2563eb);
  box-shadow: 0 2px 12px rgba(37, 99, 235, 0.22);
}

/* --- Shop filter drawer: price min/max + apply --- */
.shop-price-filter {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  max-width: 100%;
}

.shop-price-filter__row {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  align-items: center;
  gap: 0.5rem 0.65rem;
  width: 100%;
}

.shop-price-filter__row label {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  color: #334155;
}

.shop-price-filter__row input[type="number"] {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0.55rem 0.65rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.35;
  box-sizing: border-box;
  background: #fff;
}

.shop-price-filter .shop-price-apply.default__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0.15rem 0 0;
  position: static;
  float: none;
  height: auto !important;
  min-height: 44px;
  line-height: 1.25 !important;
  padding: 12px 16px !important;
  white-space: normal;
  box-sizing: border-box;
}

.shop-price-filter .shop-price-clear {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  margin: 0;
  padding: 0.25rem 0;
}

.shop-filters-drawer {
  display: none;
}

.shop-filters-drawer__header {
  display: none;
}

.shop-filters-drawer__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.shop-filters-drawer__close {
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 50%;
  background: #f1f5f9;
  color: #334155;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

.shop-filters-drawer__close:hover {
  background: #e2e8f0;
}

@media (max-width: 767px) {
  .shop-toolbar {
    padding: 0.75rem;
    gap: 0.65rem;
  }

  .shop-toolbar__left {
    flex: 1 1 100%;
    justify-content: space-between;
  }

  .shop-toolbar__right {
    flex: 1 1 100%;
    justify-content: space-between;
    gap: 0.5rem;
  }

  .shop-toolbar__count {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .shop-toolbar__filter-btn {
    flex-shrink: 0;
    padding: 0.5rem 0.85rem;
  }

  .shop-sort-select {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
  }

  .shop-filters-drawer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    max-height: min(88vh, 640px);
    z-index: 10050;
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    transform: translateY(105%);
    transition: transform 0.28s cubic-bezier(0.32, 0.72, 0, 1);
    display: flex;
    flex-direction: column;
  }

  .shop-filters-drawer.is-open {
    transform: translateY(0);
  }

  .shop-filters-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1rem 0.75rem;
    border-bottom: 1px solid #eef2f7;
    flex-shrink: 0;
  }

  .shop-filters-drawer__inner {
    padding: 1rem 1.25rem 1.5rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .shop-filters-drawer__section {
    width: 100%;
    max-width: 100%;
  }

  .shop-price-filter {
    gap: 0.65rem;
  }

  .shop-price-filter__row {
    grid-template-columns: 3rem minmax(0, 1fr);
  }

  .shop-filter-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10040;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(2px);
  }

  body.shop-filters-open .shop-filter-backdrop {
    display: block;
  }

  body.shop-filters-open {
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .shop-filters-drawer {
    display: none;
    position: relative;
    width: 100%;
    transform: none;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    z-index: 1;
    max-height: none;
    flex-direction: column;
  }

  .shop-filters-drawer.is-open {
    display: block;
  }

  .shop-filters-drawer__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 1.25rem 1.5rem;
  }

  .shop-filters-drawer__section {
    flex: 1 1 220px;
    margin: 0;
    padding: 0;
    border: none;
  }

  .shop-filters-drawer__section + .shop-filters-drawer__section {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  .shop-filter-backdrop {
    display: none !important;
  }
}

.shop-filters-drawer__label {
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.shop-filters-drawer__section + .shop-filters-drawer__section {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #eee;
}

.shop-page .shop__right__wraper {
  display: none;
}

.headerarea__megamenu .arshad-category-img img {
  min-height: 120px;
  max-height: 160px;
}

/* --- Page builder blocks (FB-062) — scoped, no global layout overrides --- */
.pb-page .pb-block:last-child {
  padding-bottom: 2rem;
}

.pb-hero {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
  background: var(--greyColor, #f5f5f5);
}

@media (min-width: 768px) {
  .pb-hero:not(.pb-hero--no-image) {
    grid-template-columns: 1.1fr 1fr;
  }
}

.pb-hero__media img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.pb-hero__content {
  padding: 1.5rem;
}

.pb-hero__subtitle {
  font-size: 0.9rem;
  color: var(--primaryColor);
  margin-bottom: 0.5rem;
}

.pb-hero__title {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.pb-text.cms-page-content img {
  max-width: 100%;
  height: auto;
}

.pb-block--cta .pb-cta__title {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  margin-bottom: 0.75rem;
}

.pb-block--cta .pb-cta__text {
  max-width: 36rem;
  margin: 0 auto 1.25rem;
  color: #64748b;
}

.pb-block--products .grid__responsive {
  row-gap: 1.5rem;
}

/* Homepage builder — no breadcrumb; tighter top on first block */
.pb-page--home .pb-block--hero:first-child {
  padding-top: 0;
}

.pb-page--home .pb-block:first-child {
  margin-top: 0;
}

.pb-page--home .pb-block--hero .pb-hero {
  border-radius: 0;
}

.arshad-section-grid--rows-1 {
  row-gap: 1.25rem;
}

.arshad-section-grid--rows-2,
.arshad-section-grid--rows-3 {
  row-gap: 1.5rem;
}

.arshad-section-track--rows-2 .slick-slide,
.arshad-section-track--rows-3 .slick-slide {
  height: auto;
}

.arshad-section-track--rows-2 .collection__single__2,
.arshad-section-track--rows-2 .category__single,
.arshad-section-track--rows-3 .collection__single__2,
.arshad-section-track--rows-3 .category__single {
  margin-bottom: 0.75rem;
}

.arshad-section-track--rows-1,
.arshad-section-track--rows-2,
.arshad-section-track--rows-3 {
  margin-left: -8px;
  margin-right: -8px;
  position: relative;
}

.arshad-section-track--rows-1 .arshad-section-col,
.arshad-section-track--rows-1 .column__custom__class {
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}

.arshad-home-categories .arshad-section-track--rows-1,
.feture__section .arshad-section-track--rows-1,
.feture__section .arshad-section-track--rows-2,
.feture__section .arshad-section-track--rows-3 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.arshad-home-categories .arshad-section-track .slick-arrow,
.feture__section .arshad-section-track .slick-arrow {
  z-index: 3;
}

.arshad-section-track--rows-2 .arshad-section-slide,
.arshad-section-track--rows-3 .arshad-section-slide {
  padding: 0 8px 12px;
  box-sizing: border-box;
  width: 100%;
}

/* Slick rows 2/3: respect Slick inline slide widths; stabilize multi-row grid */
.arshad-section-track--rows-2.slick-initialized .slick-slide,
.arshad-section-track--rows-3.slick-initialized .slick-slide {
  height: auto;
}

.arshad-section-track--rows-2.slick-initialized .slick-slide > div,
.arshad-section-track--rows-3.slick-initialized .slick-slide > div {
  width: 100%;
}

.arshad-section-track--rows-2.slick-initialized .slick-slide .grid__wraper,
.arshad-section-track--rows-3.slick-initialized .slick-slide .grid__wraper {
  height: 100%;
}

.feture__section .arshad-section-track--rows-2 .grid__wraper,
.feture__section .arshad-section-track--rows-3 .grid__wraper {
  margin-bottom: 0;
}

.feture__section .arshad-section-track--rows-2.slick-initialized,
.feture__section .arshad-section-track--rows-3.slick-initialized {
  margin-bottom: 0.5rem;
}

/* Homepage collections: shop grid pages (no slick — keeps /shop card size) */
.feture__section .arshad-section-slider-wrap.slider__default__arrow {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.feture__section .arshad-collection-paged-slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.feture__section .arshad-section-slider-wrap .arshad-paged-arrow {
  position: absolute;
  top: 42%;
  z-index: 3;
  border: none;
  background: transparent;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}

.feture__section .arshad-section-slider-wrap .arshad-paged-arrow.prev_class {
  left: 0;
}

.feture__section .arshad-section-slider-wrap .arshad-paged-arrow.next_class {
  right: 0;
}

.feture__section .arshad-collection-paged-slider.arshad-section-track--rows-1,
.feture__section .arshad-collection-paged-slider.arshad-section-track--rows-2,
.feture__section .arshad-collection-paged-slider.arshad-section-track--rows-3 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  box-sizing: border-box;
}

.feture__section .arshad-collection-paged-slider.slick-initialized .slick-list {
  width: 100%;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}

.feture__section .arshad-collection-paged-slider.slick-initialized .slick-track {
  display: flex !important;
  align-items: stretch;
}

.feture__section .arshad-collection-paged-slider.slick-initialized .slick-slide {
  min-width: 0;
  height: auto;
  float: left;
  box-sizing: border-box;
}

.feture__section .arshad-collection-paged-slider.slick-initialized .slick-slide > div {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.feture__section .arshad-collection-paged-slider .arshad-collection-slide-page {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/* Homepage collection grids — same card canvas as #shop-grid */
.feture__section .home-shop-grid {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.feture__section .arshad-collection-paged-slider .home-shop-grid {
  display: flex;
  flex-wrap: wrap;
}

.feture__section .home-shop-grid .arshad-shop-col {
  display: flex;
  margin-bottom: 1.25rem;
  min-width: 0;
}

.feture__section .home-shop-grid .grid__wraper {
  width: 100%;
}

.arshad-section-grid .arshad-section-col,
.arshad-section-track .arshad-section-col {
  margin-bottom: 0;
}

#shop-grid .arshad-shop-col {
  margin-bottom: 1.25rem;
}

/* Product cards — 4 desktop / 2 mobile in shop + homepage sections */
.feture__section .grid__wraper,
.pb-block--products .grid__wraper,
.arshad-section-grid .grid__wraper,
.arshad-section-track .grid__wraper,
.shop .grid__wraper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.feture__section .grid__wraper__img,
.pb-block--products .grid__wraper__img,
.arshad-section-grid .grid__wraper__img,
.arshad-section-track .grid__wraper__img,
.shop .grid__wraper__img {
  position: relative;
  overflow: hidden;
}

.feture__section .grid__wraper__img__inner img,
.pb-block--products .grid__wraper__img__inner img,
.arshad-section-grid .grid__wraper__img__inner img,
.arshad-section-track .grid__wraper__img__inner img,
.shop .grid__wraper__img__inner img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.feture__section .grid__wraper__tittle,
.pb-block--products .grid__wraper__tittle,
.arshad-section-grid .grid__wraper__tittle,
.arshad-section-track .grid__wraper__tittle,
.shop .grid__wraper__tittle {
  font-size: clamp(0.8125rem, 2.8vw, 1rem);
  line-height: 1.35;
  margin-bottom: 0.35rem;
}

.feture__section .grid__wraper__tittle a,
.pb-block--products .grid__wraper__tittle a,
.arshad-section-grid .grid__wraper__tittle a,
.arshad-section-track .grid__wraper__tittle a,
.shop .grid__wraper__tittle a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.feture__section .grid__wraper__price,
.pb-block--products .grid__wraper__price,
.arshad-section-grid .grid__wraper__price,
.arshad-section-track .grid__wraper__price,
.shop .grid__wraper__price {
  font-size: clamp(0.8125rem, 2.5vw, 0.9375rem);
}

.feture__section .grid__wraper__badge,
.pb-block--products .grid__wraper__badge,
.arshad-section-grid .grid__wraper__badge,
.arshad-section-track .grid__wraper__badge,
.shop .grid__wraper__badge {
  top: 8px;
  right: 8px;
  left: auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: calc(100% - 16px);
  gap: 4px;
  z-index: 2;
}

.feture__section .grid__wraper__badge span,
.pb-block--products .grid__wraper__badge span,
.arshad-section-grid .grid__wraper__badge span,
.arshad-section-track .grid__wraper__badge span,
.shop .grid__wraper__badge span {
  font-size: clamp(0.625rem, 2.2vw, 0.75rem);
  padding: 0.2rem 0.45rem;
  line-height: 1.2;
}

.feture__section .grid__wraper__countdown,
.pb-block--products .grid__wraper__countdown,
.arshad-section-grid .grid__wraper__countdown,
.arshad-section-track .grid__wraper__countdown,
.shop .grid__wraper__countdown {
  left: 6px;
  right: 6px;
  width: calc(100% - 12px);
  bottom: 8px;
  padding: 6px 4px;
  z-index: 2;
}

.feture__section .grid__wraper__countdown p,
.pb-block--products .grid__wraper__countdown p,
.arshad-section-grid .grid__wraper__countdown p,
.arshad-section-track .grid__wraper__countdown p,
.shop .grid__wraper__countdown p {
  font-size: clamp(0.6875rem, 2.5vw, 0.875rem);
  margin-bottom: 2px;
}

.feture__section .grid__wraper__countdown span,
.pb-block--products .grid__wraper__countdown span,
.arshad-section-grid .grid__wraper__countdown span,
.arshad-section-track .grid__wraper__countdown span,
.shop .grid__wraper__countdown span {
  font-size: clamp(0.5625rem, 2vw, 0.75rem);
}

.feture__section .grid__wraper__color ul,
.pb-block--products .grid__wraper__color ul,
.arshad-section-grid .grid__wraper__color ul,
.arshad-section-track .grid__wraper__color ul,
.shop .grid__wraper__color ul {
  flex-wrap: wrap;
  gap: 4px;
}

.feture__section .color_img_variant label,
.pb-block--products .color_img_variant label,
.arshad-section-grid .color_img_variant label,
.arshad-section-track .color_img_variant label,
.shop .color_img_variant label {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px;
}

.feture__section .grid__wraper__size__btn,
.pb-block--products .grid__wraper__size__btn,
.arshad-section-grid .grid__wraper__size__btn,
.arshad-section-track .grid__wraper__size__btn,
.shop .grid__wraper__size__btn {
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  font-size: 0.6875rem;
}

/* Product card — bottom action row (reference: icons on image footer) */
.feture__section .grid__wraper .grid__wraper__img > .grid__wraper__icon,
.pb-block--products .grid__wraper .grid__wraper__img > .grid__wraper__icon,
.arshad-section-grid .grid__wraper .grid__wraper__img > .grid__wraper__icon,
.arshad-section-track .grid__wraper .grid__wraper__img > .grid__wraper__icon,
.shop .grid__wraper .grid__wraper__img > .grid__wraper__icon:not(.grid__wraper__icon__list) {
  top: auto !important;
  bottom: 10px;
  left: 8px;
  right: 8px;
  width: auto;
  max-width: none;
  text-align: center;
  transform: translateY(10px);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;
  z-index: 12;
}

.feture__section .grid__wraper:hover .grid__wraper__img > .grid__wraper__icon,
.pb-block--products .grid__wraper:hover .grid__wraper__img > .grid__wraper__icon,
.arshad-section-grid .grid__wraper:hover .grid__wraper__img > .grid__wraper__icon,
.arshad-section-track .grid__wraper:hover .grid__wraper__img > .grid__wraper__icon,
.shop .grid__wraper:hover .grid__wraper__img > .grid__wraper__icon:not(.grid__wraper__icon__list) {
  top: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0);
}

.feture__section .grid__wraper .grid__wraper__img > .grid__wraper__icon ul,
.pb-block--products .grid__wraper .grid__wraper__img > .grid__wraper__icon ul,
.arshad-section-grid .grid__wraper .grid__wraper__img > .grid__wraper__icon ul,
.arshad-section-track .grid__wraper .grid__wraper__img > .grid__wraper__icon ul,
.shop .grid__wraper .grid__wraper__img > .grid__wraper__icon:not(.grid__wraper__icon__list) ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.feture__section .grid__wraper .grid__wraper__img > .grid__wraper__icon ul li,
.pb-block--products .grid__wraper .grid__wraper__img > .grid__wraper__icon ul li,
.arshad-section-grid .grid__wraper .grid__wraper__img > .grid__wraper__icon ul li,
.arshad-section-track .grid__wraper .grid__wraper__img > .grid__wraper__icon ul li,
.shop .grid__wraper .grid__wraper__img > .grid__wraper__icon:not(.grid__wraper__icon__list) ul li {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
}

.grid__wraper__icon--quad ul li {
  flex: 1 1 25%;
  max-width: 25%;
}

.feture__section .grid__wraper .grid__wraper__img > .grid__wraper__icon ul li a,
.pb-block--products .grid__wraper .grid__wraper__img > .grid__wraper__icon ul li a,
.arshad-section-grid .grid__wraper .grid__wraper__img > .grid__wraper__icon ul li a,
.arshad-section-track .grid__wraper .grid__wraper__img > .grid__wraper__icon ul li a,
.shop .grid__wraper .grid__wraper__img > .grid__wraper__icon:not(.grid__wraper__icon__list) ul li a {
  width: 100% !important;
  min-width: 0 !important;
  height: clamp(34px, 9vw, 42px) !important;
  min-height: clamp(34px, 9vw, 42px) !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #1e293b !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.14);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.8rem, 2.5vw, 0.95rem) !important;
}

.grid__wraper__icon--quad ul {
  gap: clamp(4px, 1.5vw, 8px);
  padding: 0 clamp(6px, 2vw, 10px);
}

/* Homepage collections — lift quad actions slightly (shop grid stays at 10px) */
.feture__section .grid__wraper .grid__wraper__img > .grid__wraper__icon {
  bottom: 22px;
}

.feture__section .grid__wraper:hover .grid__wraper__img > .grid__wraper__icon {
  bottom: 22px;
}

@media (max-width: 767px) {
  .feture__section .arshad-section-track--rows-2,
  .feture__section .arshad-section-track--rows-3 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .arshad-section-track--rows-2 .arshad-section-slide,
  .arshad-section-track--rows-3 .arshad-section-slide {
    padding-bottom: 8px;
  }

  .arshad-section-grid--rows-2 .arshad-section-col,
  .arshad-section-grid--rows-3 .arshad-section-col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .feture__section .grid__wraper__info,
  .pb-block--products .grid__wraper__info,
  .arshad-section-grid .grid__wraper__info,
  .arshad-section-track .grid__wraper__info,
  .shop .grid__wraper__info {
    padding: 10px 6px 0;
  }

  /* Mobile: hidden until tap or slide; then bottom row like reference */
  .feture__section .grid__wraper--mobile-actions .grid__wraper__img,
  .pb-block--products .grid__wraper--mobile-actions .grid__wraper__img,
  .arshad-section-grid .grid__wraper--mobile-actions .grid__wraper__img,
  .arshad-section-track .grid__wraper--mobile-actions .grid__wraper__img,
  .shop .grid__wraper--mobile-actions .grid__wraper__img {
    overflow: hidden;
  }

  .feture__section .grid__wraper--mobile-actions:not(.is-actions-open) .grid__wraper__icon,
  .pb-block--products .grid__wraper--mobile-actions:not(.is-actions-open) .grid__wraper__icon,
  .arshad-section-grid .grid__wraper--mobile-actions:not(.is-actions-open) .grid__wraper__icon,
  .arshad-section-track .grid__wraper--mobile-actions:not(.is-actions-open) .grid__wraper__icon,
  .shop .grid__wraper--mobile-actions:not(.is-actions-open) .grid__wraper__icon,
  .grid__wraper--mobile-actions:not(.is-actions-open):hover .grid__wraper__icon {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(12px) !important;
  }

  .feture__section .grid__wraper--mobile-actions.is-actions-open .grid__wraper__icon,
  .pb-block--products .grid__wraper--mobile-actions.is-actions-open .grid__wraper__icon,
  .arshad-section-grid .grid__wraper--mobile-actions.is-actions-open .grid__wraper__icon,
  .arshad-section-track .grid__wraper--mobile-actions.is-actions-open .grid__wraper__icon,
  .shop .grid__wraper--mobile-actions.is-actions-open .grid__wraper__icon {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .feture__section .grid__wraper--mobile-actions.is-actions-open .grid__wraper__img > .grid__wraper__icon {
    bottom: 22px !important;
  }

  .feture__section .grid__wraper--mobile-actions.is-actions-open .grid__wraper__img > .grid__wraper__icon ul li a,
  .pb-block--products .grid__wraper--mobile-actions.is-actions-open .grid__wraper__img > .grid__wraper__icon ul li a,
  .arshad-section-grid .grid__wraper--mobile-actions.is-actions-open .grid__wraper__img > .grid__wraper__icon ul li a,
  .arshad-section-track .grid__wraper--mobile-actions.is-actions-open .grid__wraper__img > .grid__wraper__icon ul li a,
  .shop .grid__wraper--mobile-actions.is-actions-open .grid__wraper__img > .grid__wraper__icon ul li a,
  .grid__wraper--mobile-actions.grid__wraper--mobile-countdown.is-actions-open .grid__wraper__icon ul li a {
    height: 36px !important;
    min-height: 36px !important;
    line-height: 36px !important;
    font-size: 13px !important;
    touch-action: manipulation;
  }

  .feture__section .grid__wraper--mobile-actions.is-actions-open .grid__wraper__img__inner img,
  .pb-block--products .grid__wraper--mobile-actions.is-actions-open .grid__wraper__img__inner img,
  .arshad-section-grid .grid__wraper--mobile-actions.is-actions-open .grid__wraper__img__inner img,
  .arshad-section-track .grid__wraper--mobile-actions.is-actions-open .grid__wraper__img__inner img,
  .shop .grid__wraper--mobile-actions.is-actions-open .grid__wraper__img__inner img,
  .grid__wraper--mobile-actions.grid__wraper--mobile-countdown.is-actions-open .grid__wraper__img__inner img {
    filter: brightness(0.94);
  }

  .grid__wraper--mobile-actions.grid__wraper--mobile-countdown .grid__wraper__countdown {
    z-index: 4;
    transition:
      opacity 0.28s ease,
      visibility 0.28s ease,
      transform 0.28s ease;
  }

  .grid__wraper--mobile-actions.grid__wraper--mobile-countdown.is-actions-open .grid__wraper__countdown {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
  }

  .grid__wraper--mobile-actions .grid__wraper__badge {
    z-index: 6;
  }
}

@media (max-width: 380px) {
  .grid__wraper--mobile-actions.is-actions-open .grid__wraper__icon--quad ul {
    gap: 5px;
    padding: 5px 6px;
  }

  .grid__wraper--mobile-actions.is-actions-open .grid__wraper__icon--quad ul li a {
    min-height: 32px !important;
    height: 32px !important;
    border-radius: 6px !important;
    font-size: 0.75rem !important;
  }
}

@media (max-width: 991.98px) {
  .feture__section .arshad-collection-paged-slider.arshad-section-track--rows-1,
  .feture__section .arshad-collection-paged-slider.arshad-section-track--rows-2,
  .feture__section .arshad-collection-paged-slider.arshad-section-track--rows-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .feture__section .arshad-section-slider-wrap .arshad-paged-arrow {
    display: none;
  }

  .feture__section .arshad-collection-paged-slider .home-shop-grid > .arshad-shop-col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .feture__section .arshad-collection-paged-slider .home-shop-grid.row.grid__responsive {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (min-width: 992px) {
  .arshad-section-grid .arshad-section-col,
  .arshad-section-track .arshad-section-col,
  #shop-grid .arshad-shop-col,
  .feture__section .home-shop-grid .arshad-shop-col {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .feture__section .arshad-collection-paged-slider .home-shop-grid > .arshad-shop-col {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    width: 25% !important;
  }
}

/* --- Mobile sidebar: nav menu badges (inline, not absolute) --- */
@media (max-width: 991px) {
  .mobile-off-canvas-active .mobile-menu > li > a,
  .mobile-off-canvas-active .mobile-menu li.menu-item-has-children > a {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
    width: 100%;
    max-width: 100%;
    padding-right: 2.75rem !important;
    box-sizing: border-box;
  }

  .mobile-off-canvas-active .mobile-menu a .header__label,
  .mobile-off-canvas-active .mobile-menu a [class*="header__label"],
  .mobile-off-canvas-active .mobile-menu a [class*="hot__color"],
  .mobile-off-canvas-active .mobile-menu a [class*="sale__color"] {
    position: static !important;
    right: auto !important;
    top: auto !important;
    margin: 0 0 0 auto !important;
    flex-shrink: 0;
    max-width: 42%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.625rem;
    padding: 3px 8px;
    line-height: 1.25;
    vertical-align: middle;
  }
}

/* --- Shop list view: touch-friendly action row on mobile --- */
@media (max-width: 767px) {
  .grid__list__wraper .grid__wraper__icon__list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .grid__list__wraper .grid__wraper__icon__list ul li a {
    min-height: 44px;
    min-width: 44px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    touch-action: manipulation;
  }
}

/* --- Store-wide small-screen fixes --- */
@media (max-width: 767px) {
  .headerarea__right__mobail__menu > li > a,
  .headerarea__right__mobail__menu > li > .headerarea__search,
  .headerarea__right__mobail__menu > li .headermiddle__bar,
  .mob_menu_wrapper .mobile-aside-button {
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
  }

  .breadcrumb__title h1 {
    font-size: clamp(1.25rem, 5vw, 1.75rem);
  }

  .breadcrumb ul {
    flex-wrap: wrap;
    gap: 0.25rem;
  }

  .container,
  .container-fluid {
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
  }

  .checkoutarea__inputbox input.info,
  .checkoutarea__inputbox input[type="text"],
  .checkoutarea__inputbox input[type="email"],
  .checkoutarea__inputbox input[type="search"],
  .checkoutarea__inputbox select,
  .checkoutarea__inputbox textarea,
  .mobile-search input,
  .header__form__search input {
    font-size: 16px;
  }

  .cartarea__table__content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .pb-page img,
  .pb-block img,
  .featurearea__details__img img {
    max-width: 100%;
    height: auto;
  }

  .single__product .row > [class*="col-"] {
    margin-bottom: 1rem;
  }
}

