/*
Theme Name: Leflite child
Theme URI: https://lefcreative.nl/
Author: Lef Creative
Author URI: https://lefcreative.nl/
Description: Child theme van het thema Leflite
Version: 1.0.0
License: /
License URI: /
Template: leflite
*/


/* ==========================================================================
   BASE
   ========================================================================== */

body {
  overflow: unset;
}

b,
strong {
  font-weight: 900;
}

header {
  background-color: rgba(0, 0, 0, 0.4) !important;
  backdrop-filter: blur(34px);
}

.bg-transparent.btn:hover , .bg-transparent.button:hover, .bg-transparent.menu-item-button:hover {
  color: black;
}

section.not-found-or-empty-page-section.bg-white {
  padding-top: 200px;
  background-color: var(--black);
}
section.not-found-or-empty-page-section.bg-white *{
  color: var(--white);
}

.tns-slide-cloned * {
    animation: none !important;
    transition: none !important;
}


/* ==========================================================================
   UTILITIES
   ========================================================================== */

.display-none,
#block-1 {
  display: none;
}

.hide-buttons {
  display: none;
}

.new-label > a {
  position: relative;
}

.new-label > a:before {
  content: 'New';
  position: absolute;
  top: -10px;
  right: 34px;
  padding: 0 3px;
  background: var(--error);
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
}

.blur-card {
  margin: 0;
  padding: 0 60px;
  background-color: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(14px);
}

.radius-bg-right {
  background-image: url(https://dodostudios.com/app/themes/leflite-child/img/radius-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right -50%;
}


/* ==========================================================================
   OVERLAYS & GRADIENTS
   ========================================================================== */

.overlay,
.overlay-marketplace {
  position: relative;
}

.overlay:before,
.overlay-marketplace:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #070606;
}

.overlay:before {
  opacity: 0.55;
}

.overlay-marketplace:before {
  opacity: 0.95;
}

.gradient-bottom,
.gradient-top {
  position: relative;
}

.gradient-bottom:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #070606, rgba(7, 6, 6, 0));
  z-index: 1;
}

.gradient-top:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #070606, rgba(7, 6, 6, 0));
  z-index: 2;
  transform: rotate(180deg);
}


/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */

#breadcrumbs {
  display: block;
  width: fit-content;
  margin-bottom: 10px;
  padding: 4px 10px;
  background-color: #ffffff1c;
  border-radius: 4px;
}

#breadcrumbs a {
  text-decoration: none;
}

#breadcrumbs .breadcrumb_last {
  font-weight: bold;
}


/* ==========================================================================
   SECTIONS
   ========================================================================== */


section.transparent-top-section-padding {
  padding-top: 100px;
}

section ul {
  list-style-type: none;
  padding: 0;
}

section ul li:before {
  content: "■ ";
  color: var(--succes);
  font-size: 1.2em;
}


/* ==========================================================================
   ACCORDION
   ========================================================================== */

.accordion {
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(14px);
  border: 1px solid #3F3F3F !important;
  border-radius: 8px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  overflow: hidden;
}

.accordion.opened {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.accordion * {
  color: var(--white);
}

.accordion .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 8px!important;
  user-select: none;
}

.accordion .accordion-toggle {
  position: relative;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.08);
  transition: background-color 0.3s ease;
}

.accordion.opened .accordion-toggle {
  background-color: rgba(255, 255, 255, 0.15);
}

.accordion .accordion-toggle .icon-plus,
.accordion .accordion-toggle .icon-x {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.accordion .accordion-toggle .icon-plus.hide { opacity: 0; transform: translate(-50%, -50%) scale(0.5); }
.accordion .accordion-toggle .icon-x.hide    { opacity: 0; transform: translate(-50%, -50%) scale(0.5); }

.accordion .accordion-content {
  display: grid !important;
  grid-template-rows: 0fr;
  border-top: 0px!important;
  padding: 0px 8px!important;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion.opened .accordion-content {
  grid-template-rows: 1fr;
}

.accordion .accordion-content > * {
  overflow: hidden;
}

.accordion .accordion-content .content-wrapper {
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
}

.accordion.opened .accordion-content .content-wrapper {
  opacity: 1;
  transform: translateY(0);
}
.accordion.opened .accordion-title .accordion-toggle .hide {
  opacity: 1!important;
  font-size: 18px;
}


/* ==========================================================================
   SERVICE SLIDER
   ========================================================================== */

.service-slider-wrapper-outer {
  display: inline;
  position: relative;
}

.service-slider-wrapper {
  display: inline-flex;
  position: relative;
  height: 1.2em;
  text-align: left;
  overflow: hidden;
}

.service-slider {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
}

.slide-item {
  height: 1.2em;
  line-height: 1.2em;
}

.slide-item,
h1 strong,
h2 strong {
  position: relative;
  width: fit-content;
}

.slide-item:after,
h1 strong:after,
h2 strong:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://dodostudios.com/app/themes/leflite-child/img/underline.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: -1;
}


/* ==========================================================================
   NAVIGATION
   ========================================================================== */

.main-nav-menu li.menu-item-has-children > a:after {
  transition: transform 0.3s ease;
  display: inline-block;
}

.main-nav-menu li.menu-item-has-children:hover > a:after {
  transform: rotate(270deg);
}

.main-nav-menu li .sub-menu {
  margin-left: 30px;
  background-color: rgba(0, 0, 0, 0.4) !important;
  backdrop-filter: blur(34px);
  border: none;
  border-radius: 4px;
}

nav.mobile-navigation .menu-mobile-container {
 overflow-y: scroll; 
 padding-bottom: 80px;
}
nav.mobile-navigation .menu-mobile-container::-webkit-scrollbar {
  display: none;
}

nav.mobile-navigation {
  transform: translateY(-100%)!important;
}
nav.mobile-navigation li.menu-item.menu-item-social-icons a {
  flex: unset;
  font-size: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-open nav.mobile-navigation {
  transform: translateY(0%)!important;
}

button.sub-menu-toggle {
  background-color: rgba(0, 0, 0, 0.4)!important;
  backdrop-filter: blur(10px);
  border-radius: 8px;
}

html.menu-open,
body.menu-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

.main-nav-menu li .sub-menu li a {
  color: var(--white) !important;
  border-radius: 4px;
}

.main-nav-menu li .sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
  backdrop-filter: blur(34px);
}

nav.mobile-navigation {
  background-color: #070606e0 !important;
  backdrop-filter: blur(31px);
  color: var(--white)!important;
}

nav.mobile-navigation .menu a {
  color: var(--white)!important;
  font-weight: 700;
}

nav.mobile-navigation .menu ul.sub-menu {
  background-color: var(--black)!important;
  color: var(--white)!important;
  padding-left: 20px!important;
}

nav.mobile-navigation .menu ul.sub-menu * {
  font-size: 16px!important;
}


/* ==========================================================================
   FOOTER
   ========================================================================== */

footer {
  position: relative;
}

footer img {
  width: auto;
}

#block-10 p * {
  font-size: 26px;
  text-decoration: none;
}

span.i-holder {
    width: 30px;
    display: inline-flex;
    max-height: 30px;
}

span.i-holder svg{
    height: 100%;
}

footer ul li a {
  display: block !important;
  margin-bottom: 10px !important;
  color: #B7B1AA !important;
  font-size: 20px !important;
}

.footer-inner {
  padding-bottom: 130px;
  background-image: url(https://dodostudios.com/app/themes/leflite-child/img/footer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}

.socket {
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 100%;
}

.socket * {
  font-size: 12px;
  opacity: 0.8;
}


/* ==========================================================================
   REVIEWS BAR
   ========================================================================== */

.reviews-outer {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.reviews-outer .stars-outer {
  display: flex;
  align-items: center;
  gap: 0px;
}

.reviews-outer .stars-outer .icon {
  color: #FFD233;
  font-size: 20px;
}
.reviews-outer p {
  margin-bottom: 0px;
}
.reviews-outer a {
  color: var(--white);
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}


/* ==========================================================================
   MARKETPLACE
   ========================================================================== */

.post-type-archive-marketplace .overlay-prev,
.home .overlay-prev {
  margin-top: -250px;
}

.page-load-more {
  text-align: center;
}

.card-marketplace {
  border: 1px solid transparent;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}

.card.card-marketplace .image-outer .image-holder {
     width: 100%;
    aspect-ratio: 16 / 9; 
  padding-bottom: unset;
}

.card-marketplace .card-guide-types {
  position: absolute;
  top: 20px;
  right: 30px;
}

.card-marketplace:hover {
  border: 1px solid #B7B7B7;
  background-image: url(https://dodostudios.com/app/themes/leflite-child/img/footer.svg);
}

.card-marketplace:hover .price-label {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.card-marketplace:hover .price-label .label-inner{
  color: var(--black)!important;
}

.card-marketplace .content-outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.card-taxonomies * {
  font-size: 14px;
  opacity: 0.7;
}

/* Marketplace: Filter */
.sidebar-outer .archive-filter.filter-holder {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

.sidebar-outer .filter-holder .widget {
  flex: 1;
}

.sidebar-outer .filter-holder .widget .filter-item {
  padding: 0;
  background-color: transparent;
}

.sidebar-outer .filter-holder .widget .filter-title {
  display: none;
}

.sidebar-outer .filter-holder .widget .filter-item select,
.sidebar-outer .filter-holder .widget .filter-item input,
.guides-search input {
  height: 60px;
  padding: 14px;
  background-color: rgba(0, 0, 0, 0.4) !important;
  /* backdrop-filter: blur(34px); */
  border: none;
  border-radius: 8px;
  color: #B8B8B8;
  font-weight: bold;
}

.guides-search input {
  padding: 20px;
}

.sidebar-outer .filter-holder .widget .filter-item select option {
  background-color: #111111;
  color: #B8B8B8;
}

form.marketplace-filter select::placeholder,
form.marketplace-filter input::placeholder,
.sidebar-outer .filter-holder .widget .filter-item input::placeholder,
.guides-search input::placeholder {
  color: #B8B8B8 !important;
  opacity: 1;
}

input[data-lef-filter="search"],
.guides-search input {
  background-image: url(https://dodostudios.com/app/themes/leflite-child/img/search_icon.webp);
  background-repeat: no-repeat;
background-size: 26px;
    background-position: bottom 15px right 14px;
}

/* Marketplace: Single */
.hero-marketplace {
  position: relative;
  padding: 160px 0 60px 0;
  background-size: cover;
}

.hero-marketplace img {
  width: 100%;
}

.summary {
  height: 100%;
  padding: 35px;
  background-color: rgba(0, 0, 0, 0.4) !important;
  backdrop-filter: blur(34px);
  border-radius: 8px;
}

.preview-marketplace-item {
  border-radius: 8px;
}

.product-types {
  margin-top: 15px;
}

.label-most-popular {
  background-color: var(--error) !important;
}

.sticky-buy-bar {
  display: none;
}

@media only screen and (max-width: 991px) {
  .sticky-buy-bar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    background-color: #0F0F0F;
    z-index: 999;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
  }

  .sticky-buy-bar.is-visible {
    transform: translateY(0);
  }
}

.price-label {
  width: fit-content;
  padding: 8px 14px 12px 14px;
  border: 1px solid white;
  border-radius: 4px;
  font-family: 'Minecraft Seven';
}

.price-label .label-inner {
  display: flex;
  align-items: center;
  color: var(--yellow);
}

.price-label .label-inner::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  background: url("https://dodostudios.com/app/themes/leflite-child/img/minecoin.svg") no-repeat center;
  background-size: contain;
  position: relative;
  top: 2px;
}

.btn-fullwidth {
  display: block;
  padding: 10px 20px 18px 20px !important;
  font-family: 'Minecraft Seven';
  text-align: center;
}

.btn-fullwidth .get {
  font-size: 18px;
  text-shadow: #319551 0px 2px;
}

.btn-fullwidth .price {
  color: var(--yellow);
  text-shadow: #a19816 0px 2px;
}

.btn-fullwidth .price .price-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.btn-fullwidth .price .price-inner::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  background: url("https://dodostudios.com/app/themes/leflite-child/img/minecoin.svg") no-repeat center;
  background-size: contain;
  top: 2px;
  position: relative;
}

.tns-controls.bottom-right {
  margin-top: 30px!important;
}

body .tns-outer .tns-controls button {
  background-color: var(--primary);
  border: none;
  color: var(--white);
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

body .tns-outer .tns-controls button:hover {
  background-color: #256f3c;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
}

body .tns-outer .tns-controls button:active {
  box-shadow: none;
}


/* ==========================================================================
   GUIDES
   ========================================================================== */

.card-guide.bg-black {
  margin: 7px 0;
  height: calc(100% - 14px);
  background-color: #1E1E1E;
  background-image: url(https://dodostudios.com/app/themes/leflite-child/img/footer.svg);
  background-repeat: no-repeat;
  background-size: 0%;
  background-position: bottom right;
  border: 1px solid #3F3F3F;
  border-radius: 4px;
  transition: all 0.1s ease-in-out;
}

.featured .card-guide.bg-black {
  height: 100%;
}

.card-guide.bg-black:hover {
  background-image: url(https://dodostudios.com/app/themes/leflite-child/img/footer.svg);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: bottom right;
}

.card-guide.bg-black .content-outer {
  padding: 20px 20px 12px 20px;
}

.card-guide.bg-black .content-outer:after {
  content: "›";
  position: absolute;
  top: calc(50% - 15px);
  right: 44px;
  display: block;
  margin-left: 5px;
  font-size: 23px;
  transform-origin: center;
}

.card .card-guide-types {
  margin-top: 0;
  margin-bottom: 5px;
}

.card-guide-types .guide-type {
  display: inline-block;
  margin-right: 4px;
  padding: 0 10px;
  background: #3F3F3F;
  border-radius: 4px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-guide-types .guide-type:hover, .card-guide-types .guide-type.active {
  background: var(--black);
  color: var(--white);
}

/* Guides: Single */
.hero-guides {
  position: relative;
  padding-top: 153px;
}

.hero-guides:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  background: linear-gradient(153deg, rgba(56, 165, 90, 1) 0%, rgba(56, 165, 90, 0) 50%);
  opacity: 0.14;
}

.hero-guides h1 {
  margin-bottom: 0;
}

.hero-guides .sidebar {
  position: sticky;
  top: 140px;
  padding: 34px 40px;
  background-color: #2D302E;
  border-radius: 8px;
}

.hero-guides .sidebar-mobile {
  position: static;
  margin-top: 20px;
}

.hero-guides .sidebar ul li a {
  font-size: 14px;
  text-decoration: none;
}

/* Guides: Search */
.guides-search input {
  background-image: url(https://dodostudios.com/app/themes/leflite-child/img/search_icon.webp);
  background-repeat: no-repeat;
background-size: 26px;
    background-position: bottom 15px right 14px;
}
#searchform, .guides-search {
  position: relative;
}
#searchform:before, .guides-search:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 1;
  z-index: 2;
}


/* ==========================================================================
   BLOCK: CONTENT SLIDER
   ========================================================================== */

.tns-ovh:has(.content-slider) {
  overflow: unset;
}

.content-slider .content-slide-holder {
  height: 100%;
  opacity: 0.3;
  transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.content-slider .content-slide-holder.tns-slide-active {
  opacity: 1;
  margin-top: -30px;
  margin-bottom: 30px;
}

.content-slider .content-slide {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 55px 19px;
  border-radius: 8px;
  overflow: hidden;
}

.content-slider .content-slide .image-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.content-slider .content-slide .image-outer .image-holder,
.content-slider .content-slide .image-outer .image-holder img {
  width: 100%;
  height: 100%;
}

.content-slider .content-slide .image-outer .image-holder img {
  object-fit: cover;
  object-position: center;
}

.content-slider .slide-content {
  position: relative;
  z-index: 2;
  padding: 55px;
  background-color: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(14px);
  border-radius: 8px;
}

.content-slider .slide-content.half-left {
  width: 50%;
}

.content-slider .slide-content.half-right {
  width: 50%;
  margin-left: 50%;
}

@media only screen and (max-width: 991px) {
  .tns-ovh:has(.content-slider) {
    overflow-x: hidden;
  }

  .content-slider .slide-content.half-left,
  .content-slider .slide-content.half-right {
    width: 100%;
    margin-left: unset;
  }

  .content-slider .content-slide-holder {
    opacity: 1;
  }

  .content-slider .content-slide-holder.tns-slide-active {
    margin-top: unset;
    margin-bottom: unset;
  }

  .content-slider .slide-content {
    border-radius: unset;
  }

  .content-slider .content-slide {
    padding: 97px 0;
    border-radius: unset;
  }
}

@media only screen and (max-width: 575px) {
  .tns-outer:has(.content-slider) {
    margin-left: -15px;
    margin-right: -15px;
  }

  .content-slider .content-slide .image-outer .image-holder img {
    border-radius: unset;
  }
}

/* Panorama */

.panorama-block {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 260px;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}
.panorama-block:active {
    cursor: grabbing;
}
@media (min-width: 768px) {
    .panorama-block {
        height: 400px;
    }
}
.panorama-track {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    will-change: transform;
}
.panorama-image {
    height: 100%;
    width: auto;
    max-width: none;
    display: block;
    pointer-events: none;
    -webkit-user-drag: none;
}
.panorama-btn {
    position: absolute;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    border: none;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.2s;
}
.panorama-btn--left  { left: 0; }
.panorama-btn--right { right: 0; }
.panorama-btn:disabled {
    opacity: 0.25;
    pointer-events: none;
}
.panorama-btn svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.panorama-hint {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    pointer-events: none;
    transition: opacity 0.3s;
}
.panorama-hint svg {
    width: 36px;
    height: 36px;
    animation: panorama-sway 1.8s ease-in-out infinite;
}
.panorama-hint--hidden {
    opacity: 0;
}
.panorama-block {
  margin-top: 40px;
}
@keyframes panorama-sway {
    0%, 100% { transform: translateX(-14px); }
    50%       { transform: translateX(14px); }
}

/* ==========================================================================
   SLIDER BUTTONS
   ========================================================================== */

body .tns-outer .tns-controls button {
  width: 37px;
  height: 37px;
  border-radius: 3px;
}

body .tns-outer .tns-controls button[data-controls="prev"] {
  margin-right: 5.5px;
}

body .tns-outer .tns-controls button[data-controls="next"] {
  margin-left: 5.5px;
}

@media only screen and (max-width: 991px) {
  body .tns-outer .tns-controls {
    position: relative;
    z-index: 2;
    /* margin-top: -64px !important; */
    /* margin-right: 12px !important; */
}

  .featured-mobile-scroll .featured .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;     /* IE 10+ */
    scrollbar-width: none;        /* Firefox, Safari 18.2+, Chromium 121+ */
  }

  .featured-mobile-scroll .featured .row > [class*="col-lg-4"] {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .full-width-buttons .btn {
    display: block;
    width: calc(100% - 10px);
  }
  .blur-card {
    padding: 0px 15px;
  }
  .content-slider .slide-content {
    padding: 30px 15px;
  }
  .sidebar-outer .archive-filter.filter-holder {
    flex-direction: column;
    gap: 0px; 
  }
  .summary {
    background-color: transparent!important;
    padding:  20px 0px;
  }
  .section-padding, section {
    padding: 20px 0px;
  }
  .footer-inner {
    padding: 80px 0px;
  }
  .product-types {
    margin-top: 5px;
  }
  .hero-marketplace, .hero-guides  {
    padding: 100px 0 60px 0;
  }
  .accordion .accordion-title .title, .card-guide  h4 {
    font-size: 15px;
  }
  section section {
    margin: 0 -15px;
  }
  .new-label > a:before {
        left: 114px;
        right: unset;
  }
}



