/* === Sell Other Gadgets (Aligned with Mobile Phones Page) === */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page,
body.page-template-page-sell-used-othergadgets-brand .sell-used-mobile-page {
  background: #fff;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .brandcircle,
body.page-template-page-sell-used-othergadgets-brand .sell-used-mobile-page .brandcircle {
  display: block;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .brandcircleimg,
body.page-template-page-sell-used-othergadgets-brand .sell-used-mobile-page .brandcircleimg {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .brandcircleimg img,
body.page-template-page-sell-used-othergadgets-brand .sell-used-mobile-page .brandcircleimg img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 15px;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .dropdown-select,
body.page-template-page-sell-used-othergadgets-brand .sell-used-mobile-page .dropdown-select {
  min-width: 170px;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .overflow-hidden {
  overflow: hidden;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .text-nowrap,
body.page-template-page-sell-used-othergadgets-brand .sell-used-mobile-page .text-nowrap {
  white-space: nowrap;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .gap-3 {
  gap: 16px;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .fw-500,
body.page-template-page-sell-used-othergadgets-brand .sell-used-mobile-page .fw-500 {
  font-weight: 600;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .m-0 {
  margin: 0;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .mb-0 {
  margin-bottom: 0;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .pb-2 {
  padding-bottom: 8px;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .pt-5 {
  padding-top: 48px;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .bg-default-red,
body.page-template-page-sell-used-othergadgets-brand .sell-used-mobile-page .bg-default-red {
  background-color: var(--budli-red);
}

body.page-template-page-sell-used-othergadgets .brand-header-flex {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  gap: 10px !important;
  margin-bottom: 24px !important;
}

@media (max-width: 767px) {
  body.page-template-page-sell-used-othergadgets .brand-header-flex h2 {
    font-size: 17px !important;
    white-space: nowrap;
    margin: 0 !important;
  }
  body.page-template-page-sell-used-othergadgets .brand-sort {
    font-size: 11px !important;
    gap: 5px !important;
  }
  body.page-template-page-sell-used-othergadgets .brand-sort select {
    padding: 2px 8px !important;
    font-size: 11.5px !important;
    min-width: 110px !important;
    height: 32px !important;
    border-radius: 6px !important;
  }

  body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .brand-list {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -5px !important;
    margin-right: -5px !important;
    justify-content: flex-start !important;
  }

  body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .brand-item {
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
    padding: 0 5px !important;
    margin-bottom: 25px !important;
    text-align: center !important;
  }

  body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .brandcircleimg {
    width: 82px !important;
    height: 82px !important;
    margin: 0 auto 10px !important;
  }

  body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .text-dark.fw-500 {
    font-size: 11.5px !important;
    line-height: 1.3 !important;
    display: block;
    font-weight: 500 !important;
    height: 2.6em;
    overflow: hidden;
  }
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .mob-row5 {
  margin-left: -10px;
  margin-right: -10px;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .mob-row5>div,
body.page-template-page-sell-used-othergadgets-brand .sell-used-mobile-page .mob-row5>div {
  padding-left: 10px;
  padding-right: 10px;
}

/* --- SEO Content & FAQs (Generalized for Category, Brand & Product pages) --- */
.sell-used-mobile-page .seo-content p,
.sell-used-mobile-page .seo-content li {
  font-size: 15px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 1.25rem;
}

.sell-used-mobile-page .seo-content a {
  color: var(--budli-blue);
  font-weight: 600;
  transition: color 0.2s;
}

.sell-used-mobile-page .seo-content a:hover {
  color: var(--budli-pink);
  text-decoration: underline !important;
}

.sell-used-mobile-page .seo-content .seo-heading {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 2.5rem !important;
  margin-bottom: 1.25rem !important;
  font-weight: 700 !important;
  color: #111;
}

@media (max-width: 767px) {
  .sell-used-mobile-page .seo-content .seo-heading {
    font-size: 20px;
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
  }
}

.sell-used-mobile-page .seo-questions a {
  color: var(--budli-red);
}

.sell-used-mobile-page .seo-content ul {
  padding-left: 20px;
  margin-bottom: 1.5rem;
}

.sell-used-mobile-page .seo-faqs {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.sell-used-mobile-page .faq-accordion {
  border-top: 1px solid #e5e7eb;
  margin-top: 1.5rem;
}

.sell-used-mobile-page .faq-item {
  border-bottom: 1px solid #e5e7eb;
  padding: 0;
  transition: background-color 0.3s;
}

.sell-used-mobile-page .faq-item:hover {
  background-color: #f9fafb;
}

.sell-used-mobile-page .faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: #111;
  padding: 18px 0;
  font-size: 16px;
  transition: color 0.2s;
}

.sell-used-mobile-page .faq-item summary::-webkit-details-marker {
  display: none;
}

.sell-used-mobile-page .faq-item summary::after {
  content: "+";
  font-size: 22px;
  color: var(--budli-blue);
  font-weight: 400;
  transition: transform 0.3s ease;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sell-used-mobile-page .faq-item[open] summary {
  color: var(--budli-blue);
}

.sell-used-mobile-page .faq-item[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

.sell-used-mobile-page .faq-body {
  padding: 0 0 20px 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
}

.sell-used-mobile-page .faq-body a {
  color: var(--budli-blue);
  font-weight: 600;
}


@media (min-width: 768px) {

  body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .col-md-3,
  body.page-template-page-sell-used-othergadgets-brand .sell-used-mobile-page .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
    .col-lg-2,
    .col-lg-20,
    body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .col-lg-2,
    body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .col-lg-20,
    body.page-template-page-sell-used-othergadgets-brand .sell-used-mobile-page .col-lg-2,
    body.page-template-page-sell-used-othergadgets-brand .sell-used-mobile-page .col-lg-20 {
        flex: 0 0 16.666% !important;
        max-width: 16.666% !important;
    }

    body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .col-lg-8,
    body.page-template-page-sell-used-othergadgets-brand .sell-used-mobile-page .col-lg-8 {
        flex: 0 0 66.666% !important;
        max-width: 66.666% !important;
    }

    body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .pt-lg-5,
    body.page-template-page-sell-used-othergadgets-brand .sell-used-mobile-page .pt-lg-5 {
        padding-top: 48px;
    }
}

@media (max-width: 767px) {

  body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .brandcircleimg,
  body.page-template-page-sell-used-othergadgets-brand .sell-used-mobile-page .brandcircleimg {
    width: 100px;
    height: 100px;
  }

  body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .mob-row5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .mob-row5>div,
  body.page-template-page-sell-used-othergadgets-brand .sell-used-mobile-page .mob-row5>div {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* Base Variables and Common Styles (Scoped to Other Gadgets Page) */
body.page-template-page-sell-used-othergadgets .sell-used-mobile-page {
  --budli-blue: #0474B4;
  --budli-red: #BC1C5C;
  --budli-text: #222222;
  --budli-muted: #6b7280;
  --budli-light: #f8f9fa;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--budli-text);
  line-height: 1.75;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page h1,
body.page-template-page-sell-used-othergadgets-brand .sell-used-mobile-page h1,
body.page-template-page-sell-used-othergadgets .sell-used-mobile-page h2,
body.page-template-page-sell-used-othergadgets-brand .sell-used-mobile-page h2,
body.page-template-page-sell-used-othergadgets .sell-used-mobile-page h3,
body.page-template-page-sell-used-othergadgets-brand .sell-used-mobile-page h3 {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.shadow-default {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
}

.text-default-red {
  color: #BC1C5C !important;
}

.text-dark {
  color: #222 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

/* Swiper Styling */
body.page-template-page-sell-used-othergadgets .budli-swiper,
body.page-template-page-sell-used-othergadgets-brand .budli-swiper {
  position: relative;
  padding: 0 0 40px;
}

body.page-template-page-sell-used-othergadgets .swiper-slide,
body.page-template-page-sell-used-othergadgets-brand .swiper-slide {
  height: auto;
}

body.page-template-page-sell-used-othergadgets .testisec .swiper-slide>div,
body.page-template-page-sell-used-othergadgets-brand .testisec .swiper-slide>div {
  background: #fff;
}

body.page-template-page-sell-used-othergadgets .quote-icon,
body.page-template-page-sell-used-othergadgets-brand .quote-icon {
  width: 24px;
  margin-bottom: 10px;
}

body.page-template-page-sell-used-othergadgets .quote-icon img,
body.page-template-page-sell-used-othergadgets-brand .quote-icon img {
  width: 100%;
}

body.page-template-page-sell-used-othergadgets .quote-icon--end,
body.page-template-page-sell-used-othergadgets-brand .quote-icon--end {
  transform: rotate(180deg);
  margin-top: 10px;
}

body.page-template-page-sell-used-othergadgets .testitxt,
body.page-template-page-sell-used-othergadgets-brand .testitxt {
  font-size: 14px;
  margin-bottom: 15px;
  color: #4b5563;
}

body.page-template-page-sell-used-othergadgets .testitit,
body.page-template-page-sell-used-othergadgets-brand .testitit {
  font-weight: 700;
  font-size: 14px;
}

body.page-template-page-sell-used-othergadgets .stars img,
body.page-template-page-sell-used-othergadgets-brand .stars img {
  width: 14px;
}

body.page-template-page-sell-used-othergadgets .vdo-container,
body.page-template-page-sell-used-othergadgets-brand .vdo-container {
  border-radius: 8px;
  overflow: hidden;
}

body.page-template-page-sell-used-othergadgets .logo-card,
body.page-template-page-sell-used-othergadgets-brand .logo-card,
body.page-template-page-sell-used-othergadgets .award-card,
body.page-template-page-sell-used-othergadgets-brand .award-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  height: 100px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

body.page-template-page-sell-used-othergadgets .logo-card img,
body.page-template-page-sell-used-othergadgets-brand .logo-card img,
body.page-template-page-sell-used-othergadgets .award-card img,
body.page-template-page-sell-used-othergadgets-brand .award-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Swiper Navigation */
body.page-template-page-sell-used-othergadgets .swiper-button-prev,
body.page-template-page-sell-used-othergadgets-brand .swiper-button-prev,
body.page-template-page-sell-used-othergadgets .swiper-button-next,
body.page-template-page-sell-used-othergadgets-brand .swiper-button-next {
  color: var(--budli-blue);
}

body.page-template-page-sell-used-othergadgets .swiper-pagination-bullet-active,
body.page-template-page-sell-used-othergadgets-brand .swiper-pagination-bullet-active {
  background: var(--budli-red);
}

/* Search Band Adjustment */
body.page-template-page-sell-used-othergadgets .srchbarsec .budli-search-band,
body.page-template-page-sell-used-othergadgets-brand .srchbarsec .budli-search-band {
  background-color: var(--budli-blue);
}

body.page-template-page-sell-used-othergadgets .budli-search,
body.page-template-page-sell-used-othergadgets-brand .budli-search {
  background: #fff;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
}

body.page-template-page-sell-used-othergadgets .budli-search-input,
body.page-template-page-sell-used-othergadgets-brand .budli-search-input {
  flex: 1;
  border: none;
  padding: 12px 15px;
  outline: none;
}

body.page-template-page-sell-used-othergadgets .budli-search-btn,
body.page-template-page-sell-used-othergadgets-brand .budli-search-btn {
  background: transparent url("../images/search.svg") center center no-repeat;
  background-size: 20px;
  width: 50px;
  border: none;
}

/* === Brand Page Specifics === */
.series-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

@media (max-width: 767px) {
  .series-header {
    padding: 0 5px;
  }
}

.series-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.series-grid>div {
  flex: 0 0 auto;
  width: auto;
  padding: 0;
}

.series-btn {
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  background: #f2f7f9;
  border: 1px solid #f2f7f9;
  color: #000;
  white-space: nowrap;
}

.series-btn:hover {
  background: #e2e8ec;
  border-color: #e2e8ec;
}

.series-btn.is-active {
  background: var(--budli-blue) !important;
  color: #fff !important;
  border-color: var(--budli-blue) !important;
}

.series-header .btnblupill.series-btn {
  padding: 8px 24px;
  background: var(--budli-blue);
  color: #fff;
  border-color: var(--budli-blue);
  border-radius: 50px;
}

.lightbtn.series-btn {
  background: #f2f7f9;
}

/* Custom Responsive Class for 5-4-3 Series Grid layout */
.col-series-grid {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
    .col-series-grid {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .col-series-grid {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}
@media (max-width: 767px) {
    .col-series-grid {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}

/* Breadcrumb Styling to match reference image */
.breadcumb {
    font-size: 13px;
    font-weight: 400;
}
.breadcumb .text-default-red,
.text-default-red {
    color: #E63946 !important; /* Specific brand red/pink from image */
}
.breadcumb span {
    color: #E63946;
    opacity: 0.7;
}

.product-card {
  transition: transform 0.2s, box-shadow 0.2s;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.product-thumb {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

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

.product-item small {
  display: block;
  padding: 5px 10px 10px;
  font-size: 13px;
  font-weight: 500;
}

/* Responsive Grid Overrides for Tablet Brand Page */
body.page-template-page-sell-used-othergadgets-brand .col-lg-2,
body.page-template-page-sell-used-othergadgets-brand .col-lg-20 {
  flex: 0 0 16.666% !important;
  max-width: 16.666% !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  body.page-template-page-sell-used-othergadgets-brand .col-md-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}

body.page-template-page-sell-used-othergadgets-brand .col-4 {
  flex: 0 0 33.333% !important;
  max-width: 33.333% !important;
}

@media (max-width: 991px) {
  body.page-template-page-sell-used-othergadgets-brand .col-lg-2 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}

@media (max-width: 767px) {
  /* 3-column product grid on mobile */
  body.page-template-page-sell-used-othergadgets-brand .product-item,
  body.page-template-page-sell-used-othergadgets-brand .col-4 {
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 15px !important;
  }

  .product-card {
    padding: 5px !important;
  }

  .product-thumb {
    height: 80px !important;
  }

  .product-item small {
    font-size: 11px !important;
    line-height: 1.2 !important;
    padding: 5px 2px !important;
  }

  /* 2x2 Sell Used Gadgets section on mobile */
  body.page-template-page-sell-used-othergadgets-brand .mob-row5 > div {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

.sell-used-mobile-product-page .lightbtn {
  background-color: #F2F8FB !important;
  color: #000 !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  font-size: 14px;
}

.sell-used-mobile-product-page .valuation-card {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.sell-used-mobile-product-page .valuation-card h2 {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Radio Button Styling (matching the structure: div > input + span) */
.sell-used-mobile-product-page .radiochkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.sell-used-mobile-product-page .radiochkbox .button-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
}

.sell-used-mobile-product-page .radiochkbox .button-label>div {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.sell-used-mobile-product-page .radiochkbox .button-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.sell-used-mobile-product-page .radiochkbox .button-label span {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

.sell-used-mobile-product-page .radiochkbox .button-label input[type="radio"]:checked~span {
  background-color: #fff;
  border-color: var(--budli-blue);
}

.sell-used-mobile-product-page .radiochkbox .button-label input[type="radio"]:checked~span:after {
  content: '';
  position: absolute;
  display: block;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--budli-blue);
}

.sell-used-mobile-product-page .accordion-button {
  background: #fff;
  color: var(--budli-text);
  font-weight: 500;
  padding: 15px;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
}

.sell-used-mobile-product-page .accordion-button:not(.collapsed) {
  color: var(--budli-text);
  box-shadow: none;
  background-color: transparent;
}

.sell-used-mobile-product-page .accordion-button:focus {
  box-shadow: none;
}

.sell-used-mobile-product-page .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg class='MuiSvgIcon-root' focusable='false' viewBox='0 0 24 24' aria-hidden='true' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(0, 0, 0, 0.54)'/%3E%3C/svg%3E");
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.sell-used-mobile-product-page .accordion-item {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}

.sell-used-mobile-product-page .accordion-body {
  padding: 15px;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.sell-used-mobile-product-page .model-list {
  height: 250px;
}

.sell-used-mobile-product-page .inListing {
  margin: 10px !important;
}

.sell-used-mobile-product-page .mob-row5 {
  margin-left: -10px;
  margin-right: -10px;
}

.sell-used-mobile-product-page .mob-row5>div {
  padding-left: 10px;
  padding-right: 10px;
}

.sell-used-mobile-product-page .seo-content p,
.sell-used-mobile-product-page .seo-content li {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.sell-used-mobile-product-page .seo-content a {
  color: var(--budli-blue);
  font-weight: 600;
}

.sell-used-mobile-product-page .seo-content ul {
  padding-left: 20px;
}

.sell-used-mobile-product-page .testisec .swiper {
  padding: 90px 5px 5px 5px;
}

.sell-used-mobile-product-page .testisec .swiper-pagination,
.sell-used-mobile-product-page .videosec .swiper-pagination {
  position: static;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.sell-used-mobile-product-page .related-swiper .swiper-pagination {
  position: static;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.sell-used-mobile-product-page .testisec .swiper-pagination-bullet,
.sell-used-mobile-product-page .videosec .swiper-pagination-bullet {
  background-color: #0474B4;
  opacity: 1;
}

.sell-used-mobile-product-page .related-swiper .swiper-pagination-bullet {
  background-color: #0474B4;
  opacity: 1;
}

.sell-used-mobile-product-page .testisec .swiper-pagination-bullet-active,
.sell-used-mobile-product-page .videosec .swiper-pagination-bullet-active {
  background-color: #BC1C5C;
}

.sell-used-mobile-product-page .related-swiper .swiper-pagination-bullet-active {
  background-color: #BC1C5C;
}

.sell-used-mobile-product-page .testitxt {
  min-height: 150px;
}

.sell-used-mobile-product-page .testiimg {
  min-width: 55px;
  max-width: 55px;
  min-height: 55px;
  max-height: 55px;
  border-radius: 100%;
  border: none;
  overflow: hidden;
}

.sell-used-mobile-product-page .testitit {
  font-weight: 600;
  font-size: 14px;
}

.sell-used-mobile-product-page .testititsec {
  position: absolute;
  top: 0;
  left: 0;
}

.sell-used-mobile-product-page .videosecinr {
  position: absolute;
  top: 16px;
  left: 0;
}

.sell-used-mobile-product-page .testisec .swiper-button-prev,
.sell-used-mobile-product-page .testisec .swiper-button-next,
.sell-used-mobile-product-page .videosec .swiper-button-prev,
.sell-used-mobile-product-page .videosec .swiper-button-next {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0474B4;
  top: 20px;
}

.sell-used-mobile-product-page .testisec .swiper-button-prev,
.sell-used-mobile-product-page .videosec .swiper-button-prev {
  right: 70px;
  left: auto;
}

.sell-used-mobile-product-page .testisec .swiper-button-next,
.sell-used-mobile-product-page .videosec .swiper-button-next {
  right: 10px;
}

.sell-used-mobile-product-page .testisec .swiper-button-prev:after,
.sell-used-mobile-product-page .testisec .swiper-button-next:after,
.sell-used-mobile-product-page .videosec .swiper-button-prev:after,
.sell-used-mobile-product-page .videosec .swiper-button-next:after {
  color: #fff;
  font-size: 16px;
}

@media (max-width: 991px) {

  .sell-used-mobile-product-page .testititsec,
  .sell-used-mobile-product-page .videosecinr {
    position: static;
    margin-bottom: 16px;
  }

  .sell-used-mobile-product-page .testisec .swiper {
    padding-top: 20px;
  }
}

/* === New UI layout CSS rules (migrated from budli-styles) === */
.sell-used-mobile-product-page {
  --primary: #0474b4;
  --secondary: #bc1c5c;
  --background: #f6f7f9;
  --card: #ffffff;
  --text-main: #333333;
  --text-muted: #777777;
  --border: #e0e0e0;
  --warning: #ffb200;
  font-family: 'DM Sans', sans-serif;
}

.sell-used-mobile-product-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.sell-used-mobile-product-page .search-section {
  background-color: var(--primary);
  padding: 40px 20px;
  margin-top: 0;
}

.sell-used-mobile-product-page .search-box {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  height: 48px;
}

.sell-used-mobile-product-page .search-box input,
.sell-used-mobile-product-page .budli-search-input {
  flex: 1;
  padding: 0 20px;
  border: none;
  border-radius: 4px 0 0 4px;
  font-size: 15px;
  outline: none;
}

.sell-used-mobile-product-page .search-submit-btn,
.sell-used-mobile-product-page .search-box button {
  background-color: var(--secondary) !important;
  border: none !important;
  padding: 0 24px;
  border-radius: 0 4px 4px 0;
  color: white !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sell-used-mobile-product-page .breadcrumb {
  padding: 24px 0;
}

.sell-used-mobile-product-page .breadcrumb h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}

.sell-used-mobile-product-page .breadcrumb-nav {
  font-size: 14px;
  color: var(--text-muted);
}

.sell-used-mobile-product-page .breadcrumb-nav span {
  color: var(--secondary);
  cursor: pointer;
}

.sell-used-mobile-product-page .product-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex !important;
  flex-direction: row !important;
  margin-bottom: 60px;
  overflow: hidden;
  border: 1px solid var(--border);
  height: auto !important;
  transition: none !important;
}

.sell-used-mobile-product-page .product-card:hover {
  transform: none !important;
}

.sell-used-mobile-product-page .product-info {
  flex: 0 0 40%;
  padding: 40px;
  border-right: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 30px;
}

.sell-used-mobile-product-page .product-info img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}

.sell-used-mobile-product-page .price-tag {
  color: var(--primary);
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 500;
}

.sell-used-mobile-product-page .product-title {
  font-size: 16px;
  margin-bottom: 12px;
}

.sell-used-mobile-product-page .product-amount {
  font-size: 18px;
}

.sell-used-mobile-product-page .product-amount strong {
  font-size: 26px;
  font-weight: 700;
}

.sell-used-mobile-product-page .evaluation-form {
  flex: 1;
  padding: 40px;
}

.sell-used-mobile-product-page .evaluation-form h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.sell-used-mobile-product-page .form-group {
  margin-bottom: 24px;
}

.sell-used-mobile-product-page .form-label {
  color: var(--secondary);
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500;
}

.sell-used-mobile-product-page .radio-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.sell-used-mobile-product-page .radio-option {
  flex: 1;
  min-width: 120px;
  border: 1px solid var(--border);
  padding: 14px 16px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  margin-bottom: 0;
}

.sell-used-mobile-product-page .radio-option input[type="radio"],
.sell-used-mobile-product-page .radio-option input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--primary);
  position: static;
  opacity: 1;
}

.sell-used-mobile-product-page .radiochkbox .radio-option span:not(.visually-hidden) {
  display: none;
}

.sell-used-mobile-product-page .btn-next {
  background-color: var(--primary);
  color: white;
  border: none;
  padding: 12px 48px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  float: right;
  transition: opacity 0.2s;
}

.sell-used-mobile-product-page .btn-next:hover {
  opacity: 0.9;
}

@media(max-width: 768px) {
  .sell-used-mobile-product-page .product-card {
    flex-direction: column !important;
  }

  .sell-used-mobile-product-page .product-info {
    flex-direction: column;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid var(--border);
  }

  .sell-used-mobile-product-page .search-box {
    height: auto;
  }
}

.sell-used-mobile-product-page .faq-section {
  margin-bottom: 60px;
}

.sell-used-mobile-product-page .section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}

.sell-used-mobile-product-page .faq-container {
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}

.sell-used-mobile-product-page .faq-item {
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
}

.sell-used-mobile-product-page .faq-item:last-child {
  border-bottom: none;
}

.sell-used-mobile-product-page .faq-item.active {
  background-color: #fafafa;
  align-items: flex-start;
}

.sell-used-mobile-product-page .faq-content {
  color: var(--text-muted);
  font-size: 14px;
  margin-top: 12px;
  line-height: 1.6;
}

.sell-used-mobile-product-page .faq-question-title {
  font-weight: 500;
}

.sell-used-mobile-product-page .spotlight {
  padding: 60px 0;
  text-align: center;
}

.sell-used-mobile-product-page .logo-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.sell-used-mobile-product-page .logo-grid img {
  height: 50px;
  object-fit: contain;
}

.sell-used-mobile-product-page .awards-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.sell-used-mobile-product-page .awards-grid img {
  height: 160px;
  object-fit: contain;
}

.sell-used-mobile-product-page .testimonial-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sell-used-mobile-product-page .quote-text {
  font-size: 14px;
  color: var(--text-main);
  margin: 16px 0;
  flex: 1;
}

.sell-used-mobile-product-page .user-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.sell-used-mobile-product-page .user-info img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.sell-used-mobile-product-page .stars {
  display: flex;
  gap: 4px;
  color: var(--warning);
  margin-top: 4px;
}

.sell-used-mobile-product-page .media-insights {
  padding: 60px 0;
  background-color: white;
}

.sell-used-mobile-product-page .video-card {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.sell-used-mobile-product-page .video-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.sell-used-mobile-product-page .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 0, 0, 0.9);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sell-used-mobile-product-page .testimonials-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  margin-top: 30px;
}

.sell-used-mobile-product-page .nav-arrows {
  display: flex;
  gap: 12px;
}

.sell-used-mobile-product-page .nav-arrow {
  width: 40px;
  height: 40px;
  background-color: var(--secondary);
  color: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}

.sell-used-mobile-product-page .nav-arrow:hover {
  opacity: 0.85;
}

.sell-used-mobile-product-page .valuation-summary-box {
  position: sticky;
  top: 20px;
}

.sell-used-mobile-product-page .price-row {
  margin-bottom: 12px;
  font-size: 15px;
}

.sell-used-mobile-product-page .final-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
}

@media (max-width: 991px) {
  .sell-used-mobile-product-page .testimonials-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.sell-used-mobile-product-page .category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.sell-used-mobile-product-page .category-card {
  background: white;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid var(--border);
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}

.sell-used-mobile-product-page .category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}

.sell-used-mobile-product-page .category-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  transition: transform 0.3s ease;
}

.sell-used-mobile-product-page .category-card:hover .category-icon {
  transform: scale(1.1);
}

.sell-used-mobile-product-page .category-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.sell-used-mobile-product-page .category-name {
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 768px) {
  .sell-used-mobile-product-page .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Spacing Fixes */
.sell-used-mobile-product-page>main {
  margin-top: 0;
  padding-top: 0;
}

.sell-used-mobile-product-page .spotlight:last-of-type {
  margin-bottom: 0;
  padding-bottom: 60px;
}

#colophon.footer {
  margin-top: 0;
}

.sell-used-mobile-product-page .related-swiper {
  position: relative;
  padding: 0 40px;
}

.sell-used-mobile-product-page .nav-arrow.swiper-button-prev,
.sell-used-mobile-product-page .nav-arrow.swiper-button-next {
  color: white;
  background: var(--secondary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  box-shadow: none;
  border: none;
}

.sell-used-mobile-product-page .nav-arrow.swiper-button-prev:after,
.sell-used-mobile-product-page .nav-arrow.swiper-button-next:after {
  font-size: 16px;
  font-weight: 700;
  color: white;
}

.sell-used-mobile-product-page .swiper-button-prev:hover,
.sell-used-mobile-product-page .swiper-button-next:hover {
  opacity: 0.85;
}

/* === Other Gadgets Product Page (Budli Frontend Parity) === */
.sell-used-othergadgets-product-page {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

.sell-used-othergadgets-product-page h1 {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  color: #222222;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4 !important;
}

.sell-used-othergadgets-product-page h2 {
  font-family: "Inter", sans-serif;
  font-size: 26px;
  color: #222222;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4 !important;
}

.sell-used-othergadgets-product-page h3 {
  font-size: 22px !important;
}

.sell-used-othergadgets-product-page h4 {
  font-size: 20px !important;
}

.sell-used-othergadgets-product-page h5 {
  font-size: 16px !important;
}

.sell-used-othergadgets-product-page h3,
.sell-used-othergadgets-product-page h4,
.sell-used-othergadgets-product-page h5,
.sell-used-othergadgets-product-page h6 {
  color: #222222;
  line-height: 1.4 !important;
}

.sell-used-othergadgets-product-page p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #222222;
  text-align: left;
}

.sell-used-othergadgets-product-page a {
  color: inherit;
  text-decoration: none;
}

.sell-used-othergadgets-product-page label {
  display: inline-block;
}

.sell-used-othergadgets-product-page .bg-default-red {
  background-color: #BC1C5C;
}

.sell-used-othergadgets-product-page .bg-default-blue {
  background-color: #0474B4;
}

.sell-used-othergadgets-product-page .text-default-red {
  color: #BC1C5C !important;
}

.sell-used-othergadgets-product-page .text-default-blue,
.sell-used-othergadgets-product-page .text-default {
  color: #0474B4 !important;
}

.sell-used-othergadgets-product-page .text-dark {
  color: #222 !important;
}

.sell-used-othergadgets-product-page .rounded-1rem {
  border-radius: 1rem;
}

.sell-used-othergadgets-product-page .shadow-default {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.08) !important;
}

.sell-used-othergadgets-product-page .srchbarsec .budli-search-band {
  background-color: #0474B4;
}

.sell-used-othergadgets-product-page .budli-search {
  display: flex;
  align-items: center;
  padding: 5px !important;
  background-color: #fff;
  border-radius: 8px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  position: relative;
  overflow: visible;
}

.sell-used-othergadgets-product-page .budli-search-input {
  flex: 1;
  padding: 10px 14px;
  border: 0;
  outline: none;
  font-size: 16px;
  background: transparent;
}

.sell-used-othergadgets-product-page .budli-search-input::placeholder {
  color: #272727;
  opacity: 1;
}

.sell-used-othergadgets-product-page .budli-search-btn {
  background: url("../images/search-white.svg") center center no-repeat #BC1C5C !important;
  background-size: 16px auto;
  height: 40px;
  width: 40px;
  border-radius: 6px;
  border: none !important;
  cursor: pointer;
}

.sell-used-othergadgets-product-page .budli-search-suggestions {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  z-index: 20;
  max-height: 260px;
  overflow: auto;
}

.sell-used-othergadgets-product-page .budli-search-suggestions ul {
  list-style: none;
  margin: 0;
  padding: 6px 0;
}

.sell-used-othergadgets-product-page .budli-search-suggestions li a {
  display: block;
  padding: 10px 16px;
  color: #222222;
}

.sell-used-othergadgets-product-page .budli-search-suggestions li a:hover {
  background: #f0f7ff;
  text-decoration: none;
}

.sell-used-othergadgets-product-page .budli-search-suggestions mark {
  background: transparent;
  color: #0474B4;
  font-weight: 700;
}

.sell-used-othergadgets-product-page .breadcumb {
  font-size: 13px;
}

.sell-used-othergadgets-product-page .border-md-right {
  border-right: 1px solid #dee2e6;
}

.sell-used-othergadgets-product-page .gap-1 {
  gap: 5px;
}

.justified-content-center {
  justify-content: center;
}

.sell-used-othergadgets-product-page .button-label {
  width: 200px;
  border: 1px solid rgba(112, 112, 112, 0.12);
  margin-right: 20px;
  background-color: #fafafa;
  border-radius: 6px;
  height: 40px;
  cursor: pointer;
  padding: 7px;
  text-align: left;
}

.sell-used-othergadgets-product-page .padl-9 {
  padding-left: 9px;
}

.sell-used-othergadgets-product-page .mr-16 {
  margin-right: 16px !important;
}

.sell-used-othergadgets-product-page .dispb {
  display: block !important;
}

.sell-used-othergadgets-product-page .error {
  font-size: 80%;
  color: #dc3545;
}

.sell-used-othergadgets-product-page .strikethrough {
  text-decoration: line-through;
}

.sell-used-othergadgets-product-page #my-radio-group {
  color: #BC1C5C;
  font-weight: 600;
}

.sell-used-othergadgets-product-page .radiochkbox {
  display: block;
}

.sell-used-othergadgets-product-page .radiochkbox .button-label,
.sell-used-othergadgets-product-page .radiochkbox .dispb {
  position: relative;
  z-index: 2;
  border: none !important;
  padding-left: 32px;
}

.sell-used-othergadgets-product-page .radiochkbox .dispb {
  padding: 10px 10px 10px 32px;
}

.sell-used-othergadgets-product-page .radiochkbox .button-label input,
.sell-used-othergadgets-product-page .radiochkbox .dispb input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.sell-used-othergadgets-product-page .radiochkbox .button-label span,
.sell-used-othergadgets-product-page .radiochkbox .dispb span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  z-index: -1;
}

.sell-used-othergadgets-product-page .radiochkbox .button-label input:checked + span,
.sell-used-othergadgets-product-page .radiochkbox .dispb input:checked + span {
  border-color: #BC1C5C;
}

.sell-used-othergadgets-product-page .radiochkbox .button-label input + span:after,
.sell-used-othergadgets-product-page .radiochkbox .dispb input + span:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  width: 14px;
  border: 1px solid #ccc;
  border-radius: 100%;
}

.sell-used-othergadgets-product-page .radiochkbox .button-label input:checked + span:after,
.sell-used-othergadgets-product-page .radiochkbox .dispb input:checked + span:after {
  background-image: url('../images/radio-check.svg');
  background-repeat: no-repeat;
  background-size: 14px auto;
  border-color: #BC1C5C;
  background-position: center center;
}

.sell-used-othergadgets-product-page .lightbtn {
  background-color: #F2F8FB !important;
  color: #000 !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  font-size: 14px;
}

.sell-used-othergadgets-product-page button.bg-default-red {
  background-color: #646C7C !important;
}

.sell-used-othergadgets-product-page button.bg-default-blue {
  background-color: #0474B4 !important;
}

.sell-used-othergadgets-product-page .stepfrmbtns {
  margin-top: 24px;
}

.sell-used-othergadgets-product-page .stepfrmbtns button.bg-default-blue,
.sell-used-othergadgets-product-page .stepfrmbtns button.bg-default-red {
  color: #fff;
  border: none;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 40px !important;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.sell-used-othergadgets-product-page .stepfrmbtns button.bg-default-blue:hover,
.sell-used-othergadgets-product-page .stepfrmbtns button.bg-default-red:hover {
  opacity: 0.9;
}

.sell-used-othergadgets-product-page .swafaq .MuiAccordionSummary-root .MuiTypography-root {
  font-family: "Inter", sans-serif;
  font-weight: 600 !important;
}

.sell-used-othergadgets-product-page .swafaq {
  border-top: 1px solid #e5e7eb;
}

.sell-used-othergadgets-product-page .MuiAccordion-root {
  border-bottom: 1px solid #e5e7eb;
  padding: 6px 0;
  background: transparent;
  box-shadow: none;
}

.sell-used-othergadgets-product-page .MuiAccordionSummary-root {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 12px 0;
}

.sell-used-othergadgets-product-page .MuiAccordionSummary-content {
  margin: 0;
}

.sell-used-othergadgets-product-page .MuiAccordionSummary-content p {
  margin: 0;
  font-size: 14px;
  color: #222222;
}

.sell-used-othergadgets-product-page .swafaq .MuiIconButton-label {
  color: #000;
}

.sell-used-othergadgets-product-page .swafaq .MuiAccordionSummary-expandIcon {
  transform: none !important;
}

.sell-used-othergadgets-product-page .MuiAccordionDetails-root {
  font-weight: 400 !important;
  padding: 0 0 14px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.8;
}

.sell-used-othergadgets-product-page .MuiCollapse-wrapperInner .MuiTypography-body1 {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}

.sell-used-othergadgets-product-page .MuiCollapse-hidden {
  display: none;
}

.sell-used-othergadgets-product-page .MuiCollapse-entered {
  display: block;
}

.sell-used-othergadgets-product-page .bg-light .MuiPaper-root,
.sell-used-othergadgets-product-page .bg-light .MuiAccordionSummary-root {
  background-color: rgba(0, 0, 0, 0) !important;
}

.sell-used-othergadgets-product-page .landinghero .swiper-pagination-bullet,
.sell-used-othergadgets-product-page .testisec .swiper-pagination-bullet {
  background-color: #0474B4;
  opacity: 1;
}

.sell-used-othergadgets-product-page .landinghero .swiper-pagination-bullet-active,
.sell-used-othergadgets-product-page .testisec .swiper-pagination-bullet-active {
  background-color: #BC1C5C;
}

.sell-used-othergadgets-product-page .testisec .testitxt {
  min-height: 150px;
}

.sell-used-othergadgets-product-page .testiimg {
  min-width: 55px;
  max-width: 55px;
  min-height: 55px;
  max-height: 55px;
  border-radius: 100%;
  border: none;
}

.sell-used-othergadgets-product-page .testisec .swiper {
  padding: 90px 5px 5px 5px;
}

.sell-used-othergadgets-product-page .testisec .swiper-pagination,
.sell-used-othergadgets-product-page .videosec .swiper-pagination {
  position: static;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.sell-used-othergadgets-product-page .testisec .swiper-button-prev,
.sell-used-othergadgets-product-page .testisec .swiper-button-next {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BC1C5C;
  color: #fff;
  border-radius: 2px;
  transform: none !important;
  top: 40px;
}

.sell-used-othergadgets-product-page .testisec .swiper-button-prev:after,
.sell-used-othergadgets-product-page .testisec .swiper-button-next:after,
.sell-used-othergadgets-product-page .videosec .swiper-button-prev:after,
.sell-used-othergadgets-product-page .videosec .swiper-button-next:after {
  color: #fff;
  font-size: 16px;
}

.sell-used-othergadgets-product-page .testititsec {
  position: absolute;
  top: 0;
  left: 0;
}

.sell-used-othergadgets-product-page .videosecinr {
  position: absolute;
  top: 16px;
  left: 0;
}

.sell-used-othergadgets-product-page .testisec .swiper-button-prev,
.sell-used-othergadgets-product-page .videosec .swiper-button-prev {
  left: inherit;
  right: 70px;
}

.sell-used-othergadgets-product-page .testisec .swiper-button-next,
.sell-used-othergadgets-product-page .videosec .swiper-button-next {
  right: 5px;
  left: inherit;
}

.sell-used-othergadgets-product-page .videosec .swiper {
  padding: 70px 0 0 0;
}

.sell-used-othergadgets-product-page .videosec .swiper-button-prev,
.sell-used-othergadgets-product-page .videosec .swiper-button-next {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BC1C5C;
  color: #fff;
  border-radius: 2px;
  transform: none !important;
  top: 0;
  margin: 0;
}

.sell-used-othergadgets-product-page .videosec .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #BC1C5C;
}

@media (max-width: 991px) {
  .sell-used-othergadgets-product-page .testisec .swiper-button-prev,
  .sell-used-othergadgets-product-page .testisec .swiper-button-next,
  .sell-used-othergadgets-product-page .videosec .swiper-button-prev,
  .sell-used-othergadgets-product-page .videosec .swiper-button-next {
    display: none;
  }

  .sell-used-othergadgets-product-page .videosecinr {
    position: static;
  }

  .sell-used-othergadgets-product-page .videosec .swiper {
    padding: 5px 0 0 0;
  }
}

@media (max-width: 767px) {
  .sell-used-othergadgets-product-page .border-md-right {
    border-right: none;
    border-bottom: 1px solid #dee2e6;
  }

  .sell-used-othergadgets-product-page .budli-search-input {
    font-size: 12px;
    min-height: 18px;
  }

  .sell-used-othergadgets-product-page h1 {
    font-size: 28px !important;
  }
}

/* ============================================================
   === Sell Other Gadgets – Brand Listing Page Grid Rules ===
   ============================================================ */

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page {
  background: #fff;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .brandcircle {
  display: block;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .brandcircleimg {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .brandcircleimg img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .col-4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .col-lg-8 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .col-lg-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }

  body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .col-lg-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
}

@media (max-width: 767px) {
  /* 2-column brand grid on mobile */
  body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .brand-item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  body.page-template-page-sell-used-othergadgets .sell-used-mobile-page .brandcircleimg {
    width: 110px;
    height: 110px;
  }
}
