/* sajat_kezdes*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

body {
	
  color: var(--text-on-body-bg);
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5; /* Kellemes olvashatóság */
  -webkit-font-smoothing: antialiased; /* Élsimítás WebKit böngészőkben */
  -moz-osx-font-smoothing: grayscale; /* Élsimítás macOS rendszeren */
  text-rendering: optimizeLegibility; /* Jobb szövegrenderelés */;
}

.main-content {
  padding-top: var(--gutter);
}
.home-body .main-content {
  padding-top: 0px;
}

#section-header.header-sticky {
    max-height: 170px !important;
}
@media (max-width: 992px) {
	#section-header.header-sticky {
    max-height: 110px !important;
}

}
.breadcrumb {
	border:none;
justify-content: center;
    padding-top: 35px;
}
@media (max-width: 992px) {
		.breadcrumb {
  padding-top: 0;
}
}
.form-control {

  border-radius: var(--corner_50);

}

/* nano */
.nanobar .btn:not(.btn-link) {
 
    color:var(--text-on-body-bg);

}
.nanobar {
 
    background-color: #b0b0b0;
    color: rgb(255 255 255);

}
    .nanobar__buttons.justify-content-sm-end {
       
        gap: 20px;
    }
.btn-link.js-nanobar-settings-button {

    border-color: #ffffff !important;

    background: none;
    color: #fff !important;
}
/* nano */
.advantages-item__title {
  line-height: 110%;
  margin-bottom: 10px;
	text-transform:none;
	font-weight: 700;
}
@media (min-width: 1200px) {
  .main-content .module:not(.module-search-criteria) {
    margin-bottom: calc(var(--gutter) * 3);
  }
}

h1, h2:not(.product-parameter__featured-title), h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.3;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
	text-transform:uppercase;
}
.btn.btn-secondary.modules-all-link.product-module-list-link {
background:none;
	border:none;
	border-radius:0;
	font-weight: 600;
}
.slick-arrow svg {

  border-radius: 100%;

}
.form-control:focus-visible {
opacity:1;
    background-color: rgb(248 248 248);
}
/* btns */
.btn {

  color: #3A3C48;
	border-radius:50px;
	text-decoration: none !important;


}
.banner-item__button {
	border-radius:50px;
	border:none;
  width: fit-content;
background: var(--complex-gradient);
	-webkit-box-shadow: 6px 6px 18px -15px rgba(0,0,0,0.51);
-moz-box-shadow: 6px 6px 18px -15px rgba(0,0,0,0.51);
box-shadow: 6px 6px 18px -15px rgba(0,0,0,0.51);
	line-height: 25px;
  padding: 10px 40px;
	background: var(--complex-gradient);
}

.btn:hover, a:hover {
  text-decoration: none !important;
    
}
.btn.btn-primary {
    cursor: pointer;
    
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Alap árnyék */
}
.btn.btn-primary:hover {
  background: linear-gradient(270deg, 
        rgba(248,188,61,1) 0%, 
        rgba(248,188,61,1) 26%, 
        rgba(246,189,62,1) 34%, 
        rgba(233,201,72,1) 100%);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2); /* Erősebb árnyék hover-re */

   
}
.btn {

    transition: all 0.3s ease;

}
.btn:hover {
  transform: translateY(-1px); /* Kicsit emelje meg a gombot */
	    
  
}
/* /btns */

.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
  border-radius: 50px;
}
.main-content .module {
  margin-bottom: calc(var(--gutter) * 2);
}


/* slider */
.banner__arrow {

  border: none;
  border-radius: 100%;
  background: rgba(0,0,0,.3);
}
.banner-item__title {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
font-size: clamp(1.125rem, calc(-2.425rem + 5.5vw), 2.5rem);
  line-height: 110%;
  text-transform: uppercase;
}

.banner-item__subtitle {
  font-size: clamp(.95rem, calc(.525rem + .8vw), 1.125rem);
  line-height: 120%;
}
@media (min-width: 992px) {
.splide-main {
  max-width: 100%;
  margin: auto;
  padding: 0px;
}
.bannerslider-module {
  position: relative;
  padding: 0;

 
}
  .splide__slide--main .banner-item__image {
    border-radius: 0;
	  width:100%;
  }
.home-body .main-content .container {
	
/* 	width:100%;
	max-width:none; */
}
.banner-container {
  max-width: 100%;
}
}

@media (min-width: 768px) {
  .banner-item__content {
    position: absolute;

    border-radius: var(--corner_30);
    background-color: var(--banner-box-bg);
    max-width: 364px;
    width: 30%;
    padding: 40px;
    gap: 15px;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
	  justify-content: center !important;
	  bottom: inherit;
  }
}
@media (min-width: 992px) {
  .banner-item__content {
    max-width: 35%;
    width: 35%;
    padding: 40px;
    gap: 15px;
    right: 5%;
  }
}

.slide--nav {
  border: 5px solid #ffffff3b;

}
.banner-item__subtitle ul {
	padding-left:0px;
	margin-top: 1rem;
}
.banner-item__subtitle li {
    position: relative;
    list-style: none;
    padding-left: 30px; /* Eltolás a szöveg és az ikon között */
	margin-bottom: 0.3rem;
}

.banner-item__subtitle li::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.5615 7.44397L12.0055 15L8.22852 11.222" stroke="%233A3C48" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M21 12C21 16.971 16.971 21 12 21C7.029 21 3 16.971 3 12C3 7.029 7.029 3 12 3C13.453 3 14.821 3.353 16.036 3.964" stroke="%233A3C48" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
.banner-item__subtitle li {
  margin-bottom: 1rem;
}

}
@media (max-width: 768px) {
	.slider-thumbnails-wrapper {
	display:none;
	}
	.banner-item__content {
    gap: 10px;
    padding: var(--gutter);
    background-color: #ffffffd9;
    z-index: 10000;
    position: absolute;
	width:100%;
	bottom:0px;		   
	width: calc(100% - 40px);
    left: 20px;
    bottom: -40px;
    border-radius: 10px;
		-webkit-box-shadow: 0px 13px 23px -1px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 13px 23px -1px rgba(0,0,0,0.33);
box-shadow: 0px 13px 23px -1px rgb(0 0 0 / 11%);
		backdrop-filter: blur(5px);
	}
	.banner-item__subtitle ul {
  	display:none;
	}
	.splide__track {
    overflow: visible !important;
}
	.module.bannerslider-module.home-position.container-wide.banner-container {
    margin-bottom: calc(var(--gutter)* 4) !important;
}
}

/* slider */


/* USP */
  .advantages-grid {
    grid-gap: 60px;
    padding: 40px 60px;
	  background: var(--complex-gradient);
	  border: none;
  }
@media (max-width: 992px) {
	.advantages-grid {
	  grid-gap: 0px;
	  padding: 20px;
	}
	img.advantages-item__image {
margin: auto;
        max-width: 25px;
        max-height: 40px;
	}
	.advantages-item__title {
line-height: 110%;
        margin-bottom: 0px;
        font-weight: 500;
        font-size: 1rem;

	}
	.advantages-item__text {
	  font-size: .75rem;
	  line-height: 123%;
	}
}
/* /USP */

/* cat_ajanlo */
@media (min-width: 992px) {
  .categoryoffer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.categoryoffer-card__image {
  width: 100%;
}
.categoryoffer-card {
  border: none;
  align-items: center;
}
.categoryoffer-card__image-wrapper {
  border-radius: var(--corner_30);
}
@media (max-width: 992px) {
	.categoryoffer-card__image-wrapper {
		border-radius: var(--corner_10);
width: 100%;
        height: auto;
	}
	.categoryoffer-card img {
        max-width: 100%;
    }
	.categoryoffer-card {
        flex-direction: column;
        align-items: center;
        width: calc(50% - var(--gutter));
    }
	    .categoryoffer-grid {
        display: flex;
        flex-wrap: wrap;
        gap: var(--gutter);
    }
}
/* /cat_ajanlo */

/* naptermeke */
#dealofday .row.product-card__row {
	display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: calc(-.5 * var(--gutter));
  margin-left: calc(-.5 * var(--gutter));
  justify-content: center;
  align-items: center;
}
.main-content #dealofday.module {
  margin-bottom: calc(var(--gutter)* 3 + 50px);
  max-width: calc(1350px + var(--gutter) * 2);
}
.module-dealofday-wrapper .module-body::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  top: 100px;
  z-index: -1;
  background-color: var(--bs-primary);
  border-radius: var(--corner_50);
	background: var(--complex-gradient);
	display:none;
}
.module-dealofday-wrapper .product-card__right {
  width: 50%;
  padding-top: 0px;
	background: var(--complex-gradient);
	padding:80px;
	border-radius: var(--corner_30);
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.module-dealofday-wrapper .product-card-image {

  padding: 0px;
  margin: 0px;
}
.module-dealofday-wrapper .product-card__left {
  order: 2;
  width: 50%;
  padding: 0px;
}
.module-dealofday-wrapper .product-card__details-button {
  color: var(--text-on-body-bg);
  border-color: var(--text-on-body-bg);
}
.module-dealofday-wrapper .product-card__item {
  color: var(--text-on-body-bg);
}
.module-dealofday-wrapper .product-card__title-link {
  color: var(--text-on-body-bg) !important;
}
#dealofday .button-add-to-cart {
  background: var(--text-on-body-bg);
	color:#fff;

	border:solid 1px var(--text-on-body-bg);
}


@media (max-width: 991.98px) {
.module-dealofday-wrapper .product-card__left {
order: inherit;
    width: 70%;
    padding: 0px;
    margin-bottom: -50px;
    z-index: -50;
}
	.module-dealofday-wrapper .product-card__right {
  width: inherit;
  padding-top: 0px;
  background: var(--complex-gradient);
  padding: 20px;
  border-radius: var(--corner_30);
  border-top-right-radius: var(--corner_30);
  border-bottom-right-radius: var(--corner_30);
}
	  #dealofday .product-card__title-link {
    font-size: 1.2rem;
  }

#module_dealofday_wrapper.discount-measure__badge {
  padding: 4px 10px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: .7rem;
  border-radius: 5px;
  margin: 0;
}
}

/* /naptermeke */

/* MOBIL */

@media (max-width: 991.98px) {
		#js-hamburger-icon.btn.btn-primary {
	background: none;
	border: none;
	box-shadow: none;	
	}
	.hamburger-icon-line {
    background: var(--text-on-body-bg);

	}
	.btn.btn-primary.dropdown-toggle.cart-dropdown-toggle {

	background: none;
	border: none;
	box-shadow: none;		
	}
	.btn.d-flex-center {
	background: none;
	border: none;
	box-shadow: none;		
	}
    .header-navbar-search {

        padding: 0px 10px;
        padding-bottom: 10px;
    }
	    .search-module__input {
        border-radius: 0;
        background-color: #FAFAFA;
        border: solid 1px #D6D6D6;
    }
	.search-button-append button {
    height: 40px;
    width: 55px;
    padding: 0;
	}
	#section-bannerslider div {
		height:auto !important
	}

}
/* /MOBIL */





/* cimlap-ugyfsz_banner*/
#customcontent5 {
  background-color: var(--bs-primary);
  color: var(--light-border);
  padding: 50px;
  border-radius: var(--corner_30);
  text-align: center;
}
@media (max-width: 992px) {
	#module_customcontent5_wrapper {
		width: 100%;
	  padding-right: var(--gutter);
	  padding-left: var(--gutter);

	}
	.main-content #dealofday.module {
	  margin-bottom: var(--gutter);
	}
}

#customcontent5 h2::before {
  content: "";
  display: inline-block;
  width: 34px; /* Az ikon szélessége */
  height: 34px; /* Az ikon magassága */
  margin-right: 8px; /* Távolság az ikon és a szöveg között */
  background-image: url('https://www.bravuroshop.com/custom/bravurosan/image/data/_newdesign/ugyf_ikon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle; /* Az ikon igazítása a szöveghez */
}

#customcontent5 p {
	text-transform: uppercase;
  font-weight: 500;

  text-align: center;
  padding: 0px 15%;
}
@media (max-width: 992px) {
#customcontent5 p {

  padding: 20px;
}
	#customcontent5 {

  padding: 30px;

}
}
#customcontent5 a {
text-decoration:none;
}
/* /cimlap-ugyfsz_banner*/
/* magyar_webaruhaz*/
#module_customcontent4_wrapper .module-body {
display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
	text-align:center;
	
	
}
#module_customcontent4_wrapper .module-body p {
padding:20px 20%;
	text-align:center;
	
}
#module_customcontent4_wrapper h2 {
  font-size: clamp( 1.1625rem, calc(.6rem + 1vw), 1.3rem);
}
@media (max-width: 992px) {
#module_customcontent4_wrapper .module-body p {
  padding: 20px;
}
}
/* magyar_webaruhaz*/
/* termeklap*/
.product-image__main {
  border: 1px solid var(--light-border);

}
@media (min-width: 1200px) {
  .product-page-right {
    flex: 0 0 35%;
    width: 35%;
  }
	  .product-page-left, .product-page-middle {
    flex: 0 0 32%;
    width: 32%;
  }
	.col-lg-4.product-page-middle {
		
	padding: 0px 15px;
	}
}
@media (min-width: 1400px) {
  .product-page-right {
    flex: 0 0 33%;
    width: 33%;
  }
	  .product-page-left, .product-page-middle {
    flex: 0 0 33%;
    width: 33%;
  }
	.col-lg-4.product-page-middle {
		
	padding: 0px 30px;
	}
}

.product-option__title.h4 {
	display:none;
}

.js-input-spinner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: var(--corner_10);
  border: 1px solid #d6d6d6;
  background: #fff;
  border-radius: 100px;
	padding: 0px 5px;
}

.js-input-spinner-wrapper .btn {
  color: var(--text-on-body-bg);
  padding: 0;
  width: 26px;
  height: 50px;
  border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  background: 0 0;
  font-size: 24px;
  font-weight: 400;
  border: 0;
	opacity: .6;}

.product_table_quantity .quantity-text {
	
display:none;	
}
.product_table_quantity {
	display: flex;
  align-items: center;
  gap: 10px;
}
.product-cart-box .product-addtocart .button-add-to-cart {
 

  justify-content: center;
  font-size: 1rem;
}
.product-option__name {
padding-right: 5px;
  font-weight: 600;
  font-size: 0.8rem;
  padding-bottom: 0.4rem;
	width: 100%;
}
.product-parameter .product-parameter__label {
  width: 55%;
}
.product-page-price .product-price--special {
  font-size: 2rem;
}
.product-parameters {
font-size: 0.9rem;
  line-height: 1.4rem;
}
.product-parameters .product-parameter {
	border-bottom:solid 1px var(--light-border);


}
.product-parameters .product-parameter:last-child {

	border-bottom:none;

}
.product-parameters .product-parameter td {

	padding:10px;

}
.product-parameter__value a {
	text-decoration:none;
}
.product-parameter-shipping-time .product-parameter__value:before {
	    content: "";
    display: inline-block;
    width: 20px; /* Az ikon szélessége */
    height: 20px; /* Az ikon magassága */
    background-image: url('https://bravurosan.sandbox.shoprenter.hu/custom/bravurosan/image/data/_newdesign/truck.svg');
    background-size: contain; /* A teljes ikon látható legyen */
    background-repeat: no-repeat; /* Ne ismétlődjön */
    margin-right: 8px; /* Távolság a szövegtől */
    vertical-align: middle; /* Igazítás a szöveggel */
}
.product-parameter__value {
font-weight:500;
}
.product-review-summary-empty {

  background-color: var(--light-bg);

}
  .product-page-tab-container {
border:none;
  }
.tab-content.product-page-tab-content {
  border: solid 1px var(--light-border);
  border-radius: var(--corner_30);
  padding: 30px;
}
.tab-menu {
  justify-content: center;
}
.tab-menu__item-button-desktop {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  border-bottom: none; /* Eltávolítjuk az eredeti border-t */
  overflow: hidden; /* Megakadályozza, hogy a ::after túlnyúljon */
	font-size: 1rem;
  font-weight: 800;
  font-family: "Red Hat Display", sans-serif;
}

.tab-menu__item-button-desktop::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; /* A teljes elem szélességét lefedi */
  height: 5px; /* Border vastagság */
  background-color: var(--bravuros_orange); /* Eredeti szín */
  transform: translateX(0); /* Kezdeti helyzet */
  transition: transform 0.3s ease, background-color 0.3s ease; /* Animáció */
}

.tab-menu__item-button-desktop:hover::after {
  transform: translateX(100%); /* A csík elcsúszik jobbra */
  background-color: black; /* A szín feketére változik */
}
.tab-menu__item-button-desktop:hover {
 color:var(--bravuros_orange);
}
.active.tab-menu__item-button-desktop {
  background-color: #fff;
  color: var(--text-on-body-bg);
  border-radius: 0px;
  text-decoration: none;

}
.active.tab-menu__item-button-desktop {
  background-color: #fff; /* Aktív háttérszín */
  color: var(--text-on-body-bg); /* Aktív szövegszín */
  border-radius: 0px;
  text-decoration: none;
}

.active.tab-menu__item-button-desktop::after {
  background-color: black; /* Csík színe fekete */
  transform: translateX(0); /* Csík nem mozdul el */
  transition: none; /* Nincs animáció */
}

.form-select option, .input-select option {
    background-color: #ffffff;
}
.form-element-select .input-select {
    color: #000 !important;
}
@media (min-width: 576px) {
  .product-page-tab-container {

    padding: 0px !important;
  }
}
@media (max-width: 992px) {
.product-page-middle {
	padding-top:1.6rem;
}
}


/* /termeklap*/



@media screen and (max-width: 576px) {
    #om-campaign-30 .om-tab-wrapper-v2 {

        top: 100px !important;
    }
}
#om-campaign-30 #pge_qVzCLbkRoL {

    border-radius: 15px !important;
}
.om-holder .om-workspace-content .om-teaser-canvas .om-teaser-close {
    top: auto;
    right: auto;
    margin: 1em !important;
    width: 2.1em !important;
    min-width: 2.1em !important;
    height: 2.1em !important;
    border-radius: 2.15rem !important;
}
#om-campaign-30 .om-teaser-close {

    font-size: 1.3em !important;
    color: #ffffff !important;
    background: #000000 !important;

}
.om-holder .om-workspace-content .om-text-fontsize-22

 {
    font-size: 1.4rem !important;
}