@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600;700;800;900|Poppins:400,500,600,700,800,900");

/* general */
body {
  background: #fff;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  font-family: "Prompt", sans-serif;
}

.cookies-eu-banner {
  background: #444;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}

.cookies-eu-banner .B8DKtygBTr {
  display: none;
}

.cookies-eu-banner .yfVcTWcuqQ {
  display: inline-block;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner .yfVcTWcuqQ:hover {
  background: #fff;
  color: #222;
}

.B8DKtygBTr:checked + .cookies-content {
  display: none;
}

.LDElvde6cA {
  background: #f5f5f5;
  border-bottom: 2px solid #333;
  font-family: sans-serif;
  position: relative;
  z-index: 100;
}

.hdr-wrapper-campingequiptop.com {
  max-width: 1140px;
  margin: 0 auto;
  height: 70px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-campingequiptop.com {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.nav-desktop-campingequiptop.com {
  display: flex;
  gap: 20px;
}

.nav-desktop-campingequiptop.com a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  padding: 8px 10px;
  transition: color 0.3s ease;
}

.nav-desktop-campingequiptop.com a:hover {
  color: #555;
}

.nav-toggle-campingequiptop.com {
  display: none;
}

.uebBDUZuXu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  cursor: pointer;
  z-index: 150;
}

.uebBDUZuXu span {
  display: block;
  background: #333;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.nav-toggle-campingequiptop.com:checked + .uebBDUZuXu span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle-campingequiptop.com:checked + .uebBDUZuXu span:nth-child(2) {
  opacity: 0;
}

.nav-toggle-campingequiptop.com:checked + .uebBDUZuXu span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.AxMCdHELge {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  z-index: 120;
}

.AxMCdHELge a {
  color: #f5f5f5;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: 600;
}

.AxMCdHELge a:hover {
  color: #bdbdbd;
}

.AxMCdHELge .close-campingequiptop.com {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  color: #f5f5f5;
  cursor: pointer;
}

.nav-toggle-campingequiptop.com:checked ~ .AxMCdHELge {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .nav-desktop-campingequiptop.com {
    display: none;
  }

  .uebBDUZuXu {
    display: flex;
  }
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
}

a {
  color: #111;
}

a:hover {
  color: #c69008;
  text-decoration: none;
  transition: 0.5s ease-out;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

p {
  line-height: 26px;
}

.bg-grey {
  background: #f5fffb;
}

/* button */
.button {
  background: #c69008;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 22px;
  display: inline-block;
  border: 2px solid transparent;
}

.button:hover {
  border-color: #c69008;
  color: #c69008;
  background: transparent;
  transition: 0.5s ease-out;
}

/* navbar */
.navbar {
  padding: 8px 0 12px;
  transition: 0.5s ease-out;
  background: transparent;
}

.navbar .navbar-brand {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.navbar .navbar-nav li {
  padding: 0 15px;
}

.navbar .navbar-nav li a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.navbar .navbar-nav li a:last-child {
  padding-right: 0 !important;
}

.navbar .navbar-nav li:last-child {
  padding-right: 0;
}

.navbar .navbar-toggler i {
  color: #fff;
}

.navbar-fixed {
  background: #c69008;
  transition: 0.5s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0);
}

.navbar-fixed .navbar-brand {
  color: #fff;
}

.navbar-fixed .navbar-brand span {
  color: #c69008;
}

.navbar-fixed .navbar-nav li a {
  color: #fff;
}

.navbar-fixed .navbar-toggler i {
  color: #333;
}

.navbar-transparent {
  background: transparent !important;
}

/* haader title */
.header-title {
  background: linear-gradient(rgb(213 118 20 / 90%), rgba(23, 131, 249, 0.9)),
    url(../images/bg-header.png);
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-attachment: scroll, scroll;
  background-size: auto, auto;
  background-position: center;
  background-size: cover;
  padding: 160px 0 100px;
  text-align: center;
}

.header-title h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
}

/* about us */
.about h2 {
  font-weight: 600;
}

.about h2 span {
  color: #c69008;
}

.about h6 {
  color: #333;
  margin-bottom: 28px;
  margin-top: 10px;
}

/* Horizontal card layout for shop */
.EivvIRYFV6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1380px;
  margin: 0 auto 48px auto;
  padding: 0 16px;
}

.shop-horizontal-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: var(--shop-card-bg);
  border-radius: var(--shop-radius);
  box-shadow: var(--shop-card-shadow);
  padding: 18px 18px 18px 0;
  position: relative;
  transition: transform 0.18s, box-shadow 0.18s;
}

.shop-horizontal-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 32px 0 rgba(46, 196, 182, 0.18),
    0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.shop-horizontal-card img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  margin-right: 20px;
  box-shadow: 0 2px 8px 0 rgba(46, 196, 182, 0.08);
  align-self: center;
}

.shop-horizontal-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shop-horizontal-card .shop-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--shop-primary);
  margin-bottom: 8px;
}

.shop-horizontal-card .dbj4qBsIE5 {
  color: var(--shop-muted);
  font-size: 1rem;
  margin-bottom: 14px;
  min-height: 48px;
}

.shop-horizontal-card .shop-price {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--shop-accent);
  margin-bottom: 16px;
}

.shop-horizontal-card .shop-order-btn {
  background: var(--shop-primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 28px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s;
  box-shadow: 0 2px 8px 0 rgba(46, 196, 182, 0.1);
  text-decoration: none;
  display: inline-block;
  margin-top: auto;
}

.shop-horizontal-card .shop-order-btn:hover {
  background: var(--shop-accent);
  color: var(--shop-text);
}

.shop-horizontal-card.z1nxnSru3X {
  opacity: 0.7;
  filter: grayscale(0.2);
}

.shop-horizontal-card .coming-label {
  position: absolute;
  top: 18px;
  right: 18px;
  background: var(--shop-accent);
  color: var(--shop-text);
  font-size: 0.95rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 6px;
  box-shadow: 0 1px 4px 0 rgba(255, 190, 11, 0.1);
}

@media (max-width: 1000px) {
  .EivvIRYFV6 {
    grid-template-columns: 1fr;
  }
}

/* Make reviews section wider */
.shop-reviews-section {
  max-width: 1200px !important;
}

/* home intro */
.g9XWzt0yzl {
  background: linear-gradient(rgb(213 118 20 / 90%), rgba(23, 131, 249, 0.9)),
    url(../images/bg-header.png);
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-attachment: scroll, scroll;
  background-size: auto, auto;
  background-position: center;
  background-size: cover;
  padding: 180px 0 120px !important;
}

.g9XWzt0yzl h5 {
  color: #c69008;
  margin-top: 40px;
}

.g9XWzt0yzl h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin: 25px 0;
  line-height: 54px;
}

.g9XWzt0yzl h6 {
  color: #ddd;
  line-height: 28px;
  font-size: 17px;
  margin-bottom: 15px;
}

.g9XWzt0yzl img {
  height: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: 20px;
}

.g9XWzt0yzl .button {
  background: #c69008;
  color: #fff;
  border-color: #c69008;
}

.g9XWzt0yzl .button:hover {
  background: transparent;
}

/* section */
.section {
  padding: 100px 0 120px;
}

.title-section {
  text-align: center;
  margin-bottom: 50px;
}

.title-section h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.title-section h3 span {
  color: #c69008;
}

.title-section p {
  width: 60%;
  margin: auto;
  line-height: 30px;
  font-size: 15px;
}

.title-section-two {
  text-align: left;
}

.title-section-two p {
  width: 100%;
}

/* what we do */
.what-we-do .content {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 30px;
}

.what-we-do .content i {
  font-size: 38px;
  height: 90px;
  width: 90px;
  background: #f5fffb;
  color: #c69008;
  border-radius: 50%;
  line-height: 90px;
  margin-bottom: 30px;
}

.what-we-do .content h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.what-we-do .content a {
  color: #c69008;
  font-weight: 500;
  text-transform: uppercase;
}

.what-we-do .content:hover {
  background: #c69008;
  transition: 0.5s ease;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: default;
}

.what-we-do .content:hover h5 {
  color: #fff;
}

.what-we-do .content:hover i {
  background: #c69008;
  color: #fff;
  transition: 0.5s ease;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}

.what-we-do .content:hover a {
  color: #c69008;
}

/* services */
.services {
  padding: 100px 0 90px;
}

.services .content {
  background: #fff;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}

.services .content i {
  font-size: 54px;
  color: #c69008;
}

.services .content h5 {
  margin: 25px 0 14px;
}

.services .content-center {
  background: #c69008;
  color: #fff;
}

.services .content-center i {
  color: #fff;
}

.services .content-center h5 {
  color: #fff;
}

/* features */
.features {
  padding: 130px 0;
}

.features .content h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.features .content .list {
  margin-top: 20px;
}

.features .content .list .icon {
  width: 50px;
  height: 50px;
  color: #fff;
  background: #021230;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  float: left;
  margin-right: 18px;
}

.features .content .list .text {
  overflow: hidden;
}

/*portfolio*/
.portfolio .row .col-md-4 {
  padding: 15px;
}

.portfolio .portfolio-filter-menu {
  margin-bottom: 30px;
  text-align: center;
}

.portfolio .portfolio-filter-menu ul li {
  display: inline-block;
  margin: 0 15px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  transition: 0.4s ease-in-out;
  background: #021230;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 6px;
}

.portfolio .portfolio-filter-menu ul li span {
  z-index: 99;
  position: relative;
}

.portfolio .portfolio-filter-menu ul li.active {
  color: #fff;
  background: #c69008;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}

.portfolio .content-image {
  position: relative;
}

.portfolio .content-image:hover .image-overlay {
  opacity: 0.7;
}

.portfolio .content-image:hover .portfolio-caption {
  opacity: 1;
}

.portfolio .content-image img {
  width: 100%;
  border-radius: 3px;
}

.portfolio .content-image .portfolio-caption {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 28%;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
}

.portfolio .content-image .portfolio-caption h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .content-image .portfolio-caption .subtitle {
  margin-top: 22px;
}

.portfolio .content-image .portfolio-caption ul li {
  display: inline-block;
  margin: 0 5px;
}

.portfolio .content-image .portfolio-caption i {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}

.portfolio .content-image .image-overlay {
  background: #021230;
  opacity: 0.5;
  position: absolute;
  width: 88%;
  height: 88%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  opacity: 0;
  transition: all 0.5s ease;
  margin: auto;
}

.portfolio .cta {
  background: #021230;
  margin: 14px;
  margin-top: 30px;
  padding: 35px 30px;
}

.portfolio .cta h2 {
  color: #fff;
  position: relative;
  margin-bottom: 0;
  top: 6px;
}

.portfolio .cta .button {
  margin-top: 0;
  float: right;
}

/* testimonial */
.testimonial {
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 160px;
}

.testimonial i {
  font-size: 40px;
  margin-bottom: 32px;
  color: #333;
}

.testimonial .carousel-indicators {
  bottom: -60px;
}

.testimonial .carousel-indicators .active {
  background: #c69008;
}

.testimonial .carousel-indicators li {
  background: #333;
  border-radius: 50%;
  width: 15px;
  height: 14px;
  border: 0;
  margin: 0 10px;
}

/* blog */
.blog .content {
  border-radius: 6px;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
  border: 2px solid #ddd;
  margin-bottom: 30px;
}

.blog .content span {
  position: relative;
  background: #c69008;
  color: #fff;
  padding: 8px 20px;
  top: -32px;
  border-radius: 0 6px 0 0;
  margin-bottom: -29px;
  left: 0px;
}

.blog .content img {
  border-radius: 3px 3px 0 0;
}

.blog .content-text {
  padding: 30px;
  padding-top: 2px;
}

.blog .content-text h5 {
  line-height: 30px;
}

.blog .content-text a:hover {
  color: #c69008;
  transition: 0.5s ease-out;
}

/* pagination */
.pagination {
  text-align: center;
  margin: 0 auto;
  display: inherit;
}

.pagination ul li {
  display: inline-block;
  margin: 10px;
}

.pagination ul li a {
  height: 50px;
  width: 50px;
  line-height: 48px;
  text-align: center;
  border: 2px solid #ddd;
  display: block;
  font-size: 18px;
  border-radius: 6px;
}

.pagination ul li .active {
  background: #c69008;
  color: #fff;
  border-color: #c69008;
}

/* blog single */
.blog-single .content h5 {
  font-size: 24px;
  line-height: 34px;
}

.blog-single .content li {
  display: inline-block;
  margin-right: 20px;
}

.blog-single .content li i {
  margin-right: 10px;
}

.blog-single .content img {
  margin-top: 30px;
  margin-bottom: 25px;
}

.blog-single .content .quote {
  background: #eee;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 22px;
}

.blog-single .comments {
  border-top: 2px solid #ddd;
  padding-top: 30px;
  margin-top: 35px;
}

.blog-single .comments h5 {
  margin-bottom: 25px;
}

.blog-single .button {
  margin-top: 0;
}

.blog-single .search {
  margin-bottom: 16px;
}

.blog-single .search input {
  width: calc(100% - 65px);
  height: 52px;
}

.blog-single .search .button {
  float: right;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 22px;
  height: 52px;
  line-height: 26px;
  width: 52px;
}

.blog-single .sidebar-link h5 {
  border-bottom: 2px solid #ddd;
  padding-bottom: 14px;
  margin-bottom: 22px;
}

.blog-single .sidebar-link li {
  margin-bottom: 16px;
}

.blog-single .sidebar-link li a {
  font-size: 15px;
}

.blog-single .categories {
  margin-top: 40px;
}

/* contact */
.contact form input,
.contact form textarea {
  border: 2px solid #ddd;
  padding: 15px 20px;
  border-radius: 6px;
  margin-bottom: 30px;
  width: 100%;
  color: #aaa;
}

.contact .button {
  margin-top: 0;
}

.contact li {
  margin-bottom: 25px;
  font-size: 20px;
}

.contact li i {
  margin-right: 28px;
  color: #c69008;
}

.contact .map {
  position: relative;
  top: -5px;
}

.contact .map i {
  float: left;
  margin-right: 34px;
  margin-top: 10px;
}

.contact .map p {
  overflow: hidden;
  line-height: 42px;
}

::placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
}

::-ms-input-placeholder {
  color: #aaa;
}

form input,
form textarea {
  border: 2px solid #ddd;
  padding: 15px 20px;
  border-radius: 6px;
  margin-bottom: 30px;
  width: 100%;
  color: #aaa;
}

/* footer bottom */
.footer-bottom {
  background: #021230;
  text-align: center;
  color: #eee;
  padding: 20px 0 20px;
}

/* footer */
footer {
  padding: 120px 0 60px;
  background: #021230;
  color: #ddd;
}

footer h5 {
  color: #fff;
  margin-bottom: 25px;
}

footer h6 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  top: -8px;
  font-family: "Poppins", sans-serif;
}

footer h6 span {
  color: #c69008;
}

footer ul li {
  margin-bottom: 15px;
}

footer ul li a {
  color: #ddd;
}

footer ul li a:hover {
  color: #c69008;
  transition: 0.5s ease-out;
}

footer ul li i {
  margin-right: 25px;
}

footer ul .map {
  line-height: 30px;
}

footer ul .map i {
  float: left;
  margin-right: 34px;
  margin-top: 5px;
}

footer ul .map p {
  overflow: hidden;
}

footer ul li:last-child {
  margin-bottom: 0;
}

/*responsive*/
@media (max-width: 980px) {
  .g9XWzt0yzl img {
    margin-top: 95px;
  }

  .services .content {
    padding: 20px;
  }

  .pricing .content {
    padding: 20px;
  }

  .features img {
    margin-bottom: 30px;
  }

  .latest-blog .content {
    margin-bottom: 30px;
  }

  .latest-blod .content.r-980 {
    margin-bottom: 0;
  }

  .about .col-md-6 {
    max-width: 100%;
    flex: 100%;
  }

  .features .col-md-6 {
    max-width: 100%;
    flex: 100%;
  }
}

@media (max-width: 767px) {
  .latest-blod .content.r-980 {
    margin-bottom: 0;
  }

  .blog-single .search {
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .navbar-fixed .navbar-nav li {
    padding: 0;
  }

  .navbar .navbar-nav {
    background: #fff;
    padding: 14px;
  }

  .navbar .navbar-nav li a {
    color: #333;
  }

  .navbar-fixed .navbar-nav {
    padding: 0;
  }

  .services .content {
    margin-bottom: 30px;
  }

  .services .col-sm-12:last-child .content {
    margin-bottom: 0;
  }

  .pricing .content {
    margin-bottom: 30px;
  }

  .pricing .col-sm-12:last-child .content {
    margin-bottom: 0;
  }

  .latest-blod .content.r-980 {
    margin-bottom: 0;
  }

  .blog-single .search {
    margin-top: 30px;
  }

  footer .col-sm-6 {
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  .navbar .navbar-brand {
    margin-left: 11px;
  }

  .navbar .navbar-nav {
    margin: 11px;
    margin-left: 11px !important;
  }

  .navbar-fixed .navbar-nav {
    padding: 2px;
  }

  .latest-blod .content.r-980 {
    margin-bottom: 0;
  }

  footer .Jl7BXkCUAE {
    margin-top: 30px;
  }
}

@media (max-width: 360px) {
  .latest-blod .content.r-980 {
    margin-bottom: 0;
  }
}

/* --- Modern Shop Page Styles (Unique) --- */
:root {
  --shop-primary: #2ec4b6;
  /* playful turquoise */
  --shop-accent: #ffbe0b;
  /* vibrant yellow */
  --shop-bg: #f7f9fa;
  /* soft light background */
  --shop-card-bg: #fff;
  --shop-card-shadow: 0 4px 24px 0 rgba(46, 196, 182, 0.1),
    0 1.5px 4px 0 rgba(0, 0, 0, 0.04);
  --shop-radius: 18px;
  --shop-text: #222;
  --shop-muted: #6c757d;
  --shop-star: #ffb703;
}

.shop-section {
  background: var(--shop-bg);
  padding: 48px 0 32px 0;
}

.shop-title {
  text-align: center;
  font-size: 2.5rem;
  color: var(--shop-primary);
  font-weight: 800;
  margin-bottom: 32px;
  letter-spacing: 1px;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto 48px auto;
  padding: 0 16px;
}

.shop-card {
  background: var(--shop-card-bg);
  border-radius: var(--shop-radius);
  box-shadow: var(--shop-card-shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 18px 20px 18px;
  transition: transform 0.18s, box-shadow 0.18s;
  position: relative;
}

.shop-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 32px 0 rgba(46, 196, 182, 0.18),
    0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.shop-card img {
  width: 100%;
  max-width: 180px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 18px;
  box-shadow: 0 2px 8px 0 rgba(46, 196, 182, 0.08);
}

.shop-card .shop-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--shop-primary);
  margin-bottom: 8px;
  text-align: center;
}

.shop-card .dbj4qBsIE5 {
  color: var(--shop-muted);
  font-size: 1rem;
  margin-bottom: 14px;
  text-align: center;
  min-height: 48px;
}

.shop-card .shop-price {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--shop-accent);
  margin-bottom: 16px;
}

.shop-card .shop-order-btn {
  background: var(--shop-primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 28px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s;
  box-shadow: 0 2px 8px 0 rgba(46, 196, 182, 0.1);
  text-decoration: none;
  display: inline-block;
}

.shop-card .shop-order-btn:hover {
  background: var(--shop-accent);
  color: var(--shop-text);
}

.shop-card.z1nxnSru3X {
  opacity: 0.7;
  filter: grayscale(0.2);
}

.shop-card .coming-label {
  position: absolute;
  top: 18px;
  right: 18px;
  background: var(--shop-accent);
  color: var(--shop-text);
  font-size: 0.95rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 6px;
  box-shadow: 0 1px 4px 0 rgba(255, 190, 11, 0.1);
}

/* Reviews Section */
.shop-reviews-section {
  background: #fff;
  border-radius: var(--shop-radius);
  box-shadow: var(--shop-card-shadow);
  max-width: 900px;
  margin: 0 auto 32px auto;
  padding: 36px 24px 28px 24px;
}

.shop-reviews-title {
  text-align: center;
  font-size: 2rem;
  color: var(--shop-primary);
  font-weight: 700;
  margin-bottom: 24px;
}

.P6AA0y8QPK {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
}

.shop-review-card {
  background: var(--shop-bg);
  border-radius: 14px;
  box-shadow: 0 2px 8px 0 rgba(46, 196, 182, 0.08);
  padding: 20px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 170px;
}

.Dng9sLb4ud {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.shop-review-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--shop-accent);
  color: var(--shop-text);
  font-weight: 800;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  box-shadow: 0 1px 4px 0 rgba(255, 190, 11, 0.1);
}

.Sqjcm8qcbY {
  font-weight: 700;
  color: var(--shop-primary);
  font-size: 1.05rem;
}

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

.FUEsVl26d8 .star {
  color: var(--shop-star);
  font-size: 1.1rem;
  margin-right: 2px;
}

.shop-review-text {
  color: var(--shop-text);
  font-size: 1rem;
  margin-top: 4px;
}

@media (max-width: 600px) {
  .shop-title {
    font-size: 2rem;
  }

  .shop-section {
    padding: 28px 0 18px 0;
  }

  .shop-grid {
    gap: 18px;
  }

  .shop-reviews-section {
    padding: 18px 6px 12px 6px;
  }

  .shop-reviews-title {
    font-size: 1.3rem;
  }
}
