@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&subset=latin-ext');

:root{
  --call-to-action: #222;
  --call-to-action-hover: #000;
  --text-main: #d01345;
  --bg-main: #c09e83;
  --container-width: 1270px;
}

/* == FACTUAL == */
body{font-family: 'Poppins', sans-serif;}

.fa{font-weight:300;}
.title-carousel hr{display:none;}
.container-h {max-width: var(--container-width);}
.text-main {color:  var(--text-main)!important;}
.bg-main {background: var(--bg-main)!important;}
.total-rate{font-size:13px;}
.fullRate,
.rating-s:not(:checked)>label:hover, 
.rating-s:not(:checked)>label:hover~label, 
.rating-s>input:checked~label,
.option-group .rating i.on{color: #FFD314!important;}

.input-s {border: none;background: #f2f2f2;padding: 0 12px;min-height: 34px;border-radius: 2px;}
textarea.input-s {padding: 12px;}
.search-form-box input[type=text]{border: none;background: #f2f2f2;}

.btn {border-radius: 0;line-height:40px;background:none;text-transform: none;border:1px solid #000;transition:all .2s ease-in;}
.btn:hover {background: #000;color:#fff;border:1px solid #000;opacity:1;}
.btn.std {background:#000;border:none;}
.btn.btn-cmd {font-weight: 600;background: var(--call-to-action);line-height:40px;border:1px solid transparent;}
.btn.btn-cmd:hover {color:#fff;background: var(--call-to-action-hover);}

.ckPolicyGomag{font-weight: 300!important;padding: 35px!important;max-width: 400px!important;border-radius:0!important;box-shadow: rgb(0 0 0 / 10%) 0px 4px 10px 0px!important;}
.ckPolicyGomag .cc-content{margin-bottom:20px;max-height:100%!important;}
.ckPolicyGomag .cc-switch-text{display:none!important;}
.ckPolicyGomag .ck-accept .btn{display:block;font-weight:600;font-size: 14px!important;line-height: 40px!important;}

@media screen and (max-width: 767px){
    .btn:not(.add2cart){font-size:12px;line-height:34px;}
    .btn.btn-cmd{font-weight:500;line-height: 34px;}
}

/* HEADER */
.main-header .top-head {padding-top: 12px;padding-bottom: 0;}
.main-header .cart-header {padding-top: 10px;padding-bottom: 10px;}
#logo img{max-height: 50px;}
.acount-section {display: inline-block!important;}
.acount-section>ul>li {padding: 5px 0;}
.acount-section>ul>li>a {padding-left: 0;margin-left: 8px!important;border-left: none;}
.-g-user-icon .-g-user-fidelity-registration-bonus{min-width:60px;}
.-g-user-fidelity-registration-bonus-popup .btn {display: block;}
.mobile-icon {display: none!important;}

.search-form-box.search-toggle .search-modal {display: block!important;position: absolute;top: 20px;right: 25px;font-size: 26px;color: #000}
.search-form-box.search-toggle .search-close {display: block!important}
.search-form-box.search-toggle {position: fixed;top: 0;left: 0;right: 0;margin: auto;padding: 30px;width: 100%;height: 100vh!important;background: #fff;z-index: 9999;overflow-y: auto;opacity:0;visibility:hidden;transition:all .3s ease-in;}
.search-form-box.search-toggle.visible {opacity:1;visibility:visible;}
.search-form-box.search-toggle .search-form {margin: 50px auto 0;max-width: 1000px;transform:translate(0, -40px);transition:all .5s ease-in;}
.search-form-box.search-toggle.visible .search-form{transform:translate(0, 0);}
.search-form-box.search-toggle input[type=text] {background: none;height: 50px;font-weight: 300;font-size: 21px;color: #000;border: none;border-bottom: 1px solid #000;border-radius: 0;box-shadow: none;}
.search-form-box.search-toggle input[type=text]::placeholder {color: #000}
.search-form-box.search-toggle .search-button {font-size:21px;}
.search-form-box.search-toggle .search-button i {color: #000;}
.search-form-box.search-toggle .autocomplete-suggestion {background: 0 0;box-shadow: none;}
.search-form-box.search-toggle .autocomplete-suggestion div {font-weight: 300;font-size: 17px;color: #000!important;}
.search-form-box.search-toggle .ac-h {padding: 10px 0;}
.search-form-box.search-toggle .ac-h .ac-head {display: none;}
.search-form-box.search-toggle .ac-h .ac-list {overflow: hidden;height: auto;margin-top: 10px;}
.search-form-box.search-toggle .ac-h .ac-box {float: left;width: calc(25% - 4px);min-height: 260px;padding: 0;border: none;border-radius: 3px;background: #fff;overflow: hidden;position: relative;margin: 0 2px 4px;}
.search-form-box.search-toggle .ac-h .ac-image {display:block;float:none!important;padding: 0!important;width: 100%!important;height: 100%;margin-bottom: 10px;}
.search-form-box.search-toggle .ac-h .ac-image img {max-height: 420px;}
.search-form-box.search-toggle .ac-h .ac-title {font-weight:300;font-size: 14px;color: #000;padding:0 15px;margin-bottom: 5px;position: relative;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.search-form-box.search-toggle .ac-h .ac-title b {font-weight: 500!important;}
.search-form-box.search-toggle .ac-h .ac-price {position: relative;font-weight: 600;font-size: 14px;color:#000!important;padding:0 15px;margin-bottom: 15px;}
.search-form-box.search-toggle .ac-categ a {color: #fff}
.ac-price .ac-stock-status{display:block;margin-left:0!important;}

@media screen and (min-width: 1091px){
	.main-header .top-head .row {flex-wrap: wrap;}
    .main-header .logo-h {width:25%;}
}
@media screen and (max-width: 1090px){
	body{margin-top:0!important;}
	.main-header{position:sticky!important;top:0;z-index: 999;box-shadow: 0 2px 7px -4px rgba(0,0,0, .3);}
	.main-header .top-head {padding: 5px 10px;}
	.main-header .top-head .row{margin-left:0;margin-right:0;}
	.main-header .main.search-form-box {display: none;}
	.acount-section ul li a span:not(.q-cart,.-g-wishlist-product-count),
    .cart-header-btn .count{display: none!important;}
	.acount-section>ul>li>a>i {font-size: 21px;}
	.acount-section .search-m {display: inline-block!important;}
	.main-header .navigation-holder{order:-1;}
	.menu-trg span, 
	.menu-trg span:after, 
	.menu-trg span:before {background: #000;}
}
@media screen and (max-width: 991px){
	.main-header .logo-h:not(.logo-cart){width:100%;max-width: 160px;padding:0;}
	.main-header .acount-section{width:100%;padding-left:5px;padding-right:0;}
	.search-form-box.search-toggle .ac-h .ac-box{width: calc(33.333% - 4px);}
	.main-header .navigation-holder{width:60px;padding-right:5px;padding-left:0;}
}
@media screen and (max-width: 767px){
	#logo,
	.logo-h img	{margin: 0;}
	#logo img {max-height: 40px;}
    .search-form-box.search-toggle {height: 100svh!important;}
	.search-form-box.search-toggle .ac-h .ac-box{width: calc(50% - 4px);}
}
@media screen and (max-width: 480px){
	.search-form-box.search-toggle input[type=text] {font-size: 17px;}
}

/* MENU */
.main-menu {background: #222;}
.main-header .nav-menu-hh {padding: 0;}
.main-header .main-menu {min-height: 48px!important;}
.nav-menu>li {padding-top: 14px;padding-bottom: 14px;}
.main-menu ul li a{font-weight: 300;text-transform: none;}

.main-header #navigation{position: relative;}
.main-header.fix-nav{position:relative;top:0;left:0;right:0;margin:0 auto;width:100%;z-index:999;}
.main-header.fix-nav #navigation{top: 100%;left: 0;right: 0;margin: 0 auto;width: 100%;transition:all .15s ease-out;-webkit-transform: translateY(0);transform: translateY(0);}
.main-header.fix-nav .top-head-bg{position:relative;background:#fff;z-index:9999;}
.main-header.fix-nav .top-head{transition:all .12s ease-out;}

.main-header .main-menu {padding: 0;}

@media screen and (min-width: 1091px){
	.main-header.fix-nav.fade-menu {position:absolute;-webkit-transition: .12s!important;transition: .12s!important;-webkit-transform: translateY(-100%);transform: translateY(-100%);box-shadow: 0 4px 12px -6px rgba(0,0,0, .3);}
.main-header.fix-nav.fade-menu.animate-menu {position:fixed;-webkit-transform: translateY(0);transform: translateY(0);}
.main-header.fix-nav.fade-menu #logo img {max-height: 40px;}
.main-header.fix-nav.fade-menu #navigation{position: absolute;opacity:0;visibility:hidden;}
.main-header.fix-nav.fade-menu.active-menu #navigation{opacity:1;visibility:visible;}
	
	.main-header .navigation-holder {width: 100%;margin-top: 15px;}
	.main-header #navigation:before {content: '';display: block;position: absolute;top: 0;left: -50%;right: 0;margin: 0 auto;width: 200%;height: 100%;background: #222;}
}
@media screen and ( max-width:1090px ) {
	.main-header.fix-nav #navigation {position:relative;transition: none;-webkit-transform: none!important;transform: none!important;z-index:999;}
	/*.main-header.fix-nav.fade-menu .top-head-bg{display:none;}*/
	.main-header.fix-nav.fade-menu #navigation {position:relative;}
	.main-header .main-menu {background: none;}
}
@media screen and (max-width: 767px){
	.menu-trg{margin:10px 0 0 0;}
}

.main-header .menu-dd{top:100%!important;transition:none;box-shadow: 0px 0px 12px #00000016;pointer-events: none;}
.main-header .menu-dd.open{pointer-events: auto!important;}
.main-header .menu-dd.column2 ul{-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
.main-header .menu-dd.column3 ul{-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;}
.main-header .menu-dd.column4 ul{-webkit-column-count: 4;-moz-column-count: 4;column-count: 4;}
.main-header .menu-dd.column3.banner ul{-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
.main-header .menu-dd.column4.banner ul{-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;}
.main-header .menu-dd ul li{width:100%!important;max-width:100%;-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;}
@-moz-document url-prefix(){
    .main-header .menu-dd ul li{float:none!important;}
}
.main-header .nav-menu-hh{position:relative;}
.main-header .menu-dd.column1{width:300px!important;}
.main-header .menu-dd.column1.banner{width:600px!important;}
.main-header .menu-dd.column2{width:550px!important;}
.main-header .menu-dd.column3{width:700px!important;}
.main-header .menu-dd.column4{width:min(calc(var(--container-width) - 60px), calc(100vw - 60px))!important;}
.main-header .menu-dd.column-sld{min-width:400px;}
.main-header .menu-dd.col-sub-img {width: 650px;}
.main-header .menu-dd.col1-img {width: 450px;}


/* TITLES */
.title-carousel{padding-top:20px;text-align: left;}
.title-carousel .title,
.pin .figcaption .title,
.extra-offer .extra-offer-title{font-size: 26px;font-weight: 500;text-align: left;text-transform: none;}

.breadcrumbs-default ol li,
.breadcrumbs-default ol li a,
.breadcrumbs-box ol li,
.breadcrumbs-box ol li a{font-size:13px;}
.breadcrumbs-default ol li.active,
.breadcrumbs-box ol li.active,
.breadcrumbs-default ol li a.active{color: #767676;text-decoration: none;}

@media screen and (max-width: 767px){
    .title-carousel .title, 
    .pin .figcaption .title, 
    .extra-offer .extra-offer-title{font-size: 20px;}
}
@media screen and (max-width: 480px){
	#shoppingcart .title-carousel .title {padding: 0;}
}


/* PRODUCT BOX */
.-g-product-box-prp-price {font-size: 11px!important;}
.product-icon-box{top: 5px;left: 5px;display: flex;flex-direction: column;flex-wrap: wrap;align-items: flex-start;gap: 4px;width: calc(100% - 60px);}
.product-box .product-icon-box{width:100%;}
.product-icon-box.bottom {bottom:5px;}
.product-box.center{text-align:left;}
.product-box .icon, 
.product-icon-box .icon, 
.product-box .icon.-g-icon-discount-value, 
.product-icon-box .icon.-g-icon-discount-value{font-size: 13px;font-weight: 400;width: auto;min-width: 50px;max-width: 100%;height: auto;line-height: 26px;border-radius: 0;padding: 0 8px;margin:0;}
.product-box .icon.new, .product-box .icon.discount, .product-icon-box .icon.new, .product-icon-box .icon.discount{float:none;}
.product-box img.icon, .product-icon-box img.icon {padding: 0;min-width: auto;}
.product-box .box-holder{max-width:100%;}
.product-box .image {padding-top: 135%;}
.product-box .product-icon-holder {width:100%;aspect-ratio:20/27}
.product-box .image img {border-radius: 2px;}
.product-box .price{font-weight: 600;}


.product-box .add-list .qty-regulator{display:flex;width:100%;margin:0 0 5px;}
.product-box .add-list .qty-regulator input[type=text]{width:100%;}
.product-box:not(.list-type) .add-list .addToWishlist{position: absolute;top: 0;right: 0;display: flex!important;flex-direction: column;justify-content: center;flex-wrap: nowrap;transform: translate(-8px, 8px);opacity: 1;visibility: visible;transition: all .5s cubic-bezier(0.8, 0, 0.3, 0.95);z-index: 9;}
.product-box .add-list .addToWishlist{display: flex;justify-content: center;align-items: center;border-radius:50%;background:#fff;color:#000;width:35px;height:35px;font-size:19px;padding: 0;margin:0 0 7px;border:none;box-shadow: 0 4px 12px -3px #00000025;transition:all .2s ease-in;}
.product-box .add-list .addToWishlist .fa{display:inline-block;}
.product-box .add-list .addToWishlist span{display:none;}
@-webkit-keyframes pulse {
    0% {-webkit-transform: scaleX(1);transform: scaleX(1)}
    50% {-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05)}
    to {-webkit-transform: scaleX(1);transform: scaleX(1)}
}
@keyframes pulse {
    0% {-webkit-transform: scaleX(1);transform: scaleX(1)}
    50% {-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05)}
    to {-webkit-transform: scaleX(1);transform: scaleX(1)}
}
.product-box .add-list .addToWishlist:hover .fa{font-weight:700;-webkit-animation: pulse 1s infinite;-moz-animation: pulse 1s infinite;animation: pulse 1s infinite;}


@media screen and (max-width: 767px){
    .product-box{padding:0 5px;}
    .product-box .title,
    .product-box .price{font-size:12px;}
	.product-box .icon.new, .product-box .icon.discount, .product-icon-box .icon.new, .product-icon-box .icon.discount, .product-box .icon.-g-icon-discount-value, .product-icon-box .icon.-g-icon-discount-value {font-size: 11px;line-height: 24px;}
}


/* CAROUSEL */
#main-bnn .owl-theme .owl-controls .owl-buttons div,
.carousel-slide .owl-theme .owl-controls .owl-buttons div{font-size: 25px;color:#444;width: 45px;height: 45px;text-align: center;background: rgba(255, 255, 255,.85); -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;box-shadow: 0 2px 7px -2px rgb(0 0 0 / 30%);transition: all .2s ease-in;}
#main-bnn .owl-next, #main-bnn .owl-prev{top: 50%;}
/* CAROUSEL MEDIA-Q */
@media screen and (max-width:1300px) {
	.carousel-slide .owl-carousel{padding:0 20px;}
}
@media screen and (max-width: 991px){
	.carousel-slide {padding: 0 4px 30px;}
}
@media screen and (min-width: 481px){
	.carousel-slide .owl-prev {left: -20px;}
	.carousel-slide .owl-next {right: -20px;}
}
@media screen and (max-width: 480px){
	.carousel-slide .owl-carousel{padding:0;}
	#main-bnn .owl-theme .owl-controls .owl-buttons div,
	.carousel-slide .owl-theme .owl-controls .owl-buttons div{width: 40px;height: 40px;line-height: 40px;}
	#main-bnn .owl-prev{left:5px;}
	#main-bnn .owl-next{right:5px;}
}


/* COMPONENTS */
.-g-banner-fixed{margin-bottom:0!important;}
.-g-banner-fixed .title{font-weight: 500!important;font-size: 26px!important; margin-bottom: 0!important; line-height: 1.2!important;}
.-g-banner-fixed .subtitle {font-size: 14px!important;line-height:1.5!important;margin-top: 15px!important;}
.-g-banner-fixed .btn {font-weight: 400;line-height: 40px!important;margin: 20px 0 0!important;}

.-g-homepage-main-slider + .-g-component-banner-group{margin-top:5px;}

/* PIN */
.pinGrid{padding:30px 0 0;}
.pin{position:relative;padding: 0 8px;background: none;}
.pin a{overflow: hidden;border-radius: 0;}
.pin img{transition: all .4s ease-out;}
.pin:hover img{transform:scale(1.05);}
.pin .figcaption{padding: 2% 5% 6%;text-align:left;}
.pin .figcaption .title {line-height: 1.5;margin: 0;}
.pin .figcaption p{font-weight: 300;font-size: 15px; line-height: 1.4;margin-top: 5px;}
.pin .figcaption .banner-btn{font-weight: 400;font-size: 15px;margin-top: 20px;line-height:40px;padding:0 20px;color: #fff;background: #c09e83;}

/* PIN MEDIA-Q */
@media screen and (min-width:992px) {
    .pin .figcaption{bottom: 10%;position: absolute;left: 0;right: 0;margin: auto;width: 80%;padding: 2% 4% 4%;display: flex;flex-wrap: nowrap;justify-content: center;align-items: baseline;flex-direction: column;    background: #ffffff99;
    backdrop-filter: blur(8px);-webkit-backdrop-filter: blur(8px);text-align:left;}
}
@media screen and (max-width:480px) {
    .pin,
    .-g-component-banner-group{padding:0;}
    .pinGrid{margin:0;}
}


/* FOOTER */
.newsletter-form{position:relative;}
.newsletter-form input[type=text] {
    width: 100%;
    max-width: 400px;
    height: 36px;
    line-height: 36px;
    padding: 0 110px 0 12px;
    vertical-align: top;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 10px -2px #00000010;
}
.newsletter-form input[type=submit] {
    display: inline-block;
    width: 110px;
    line-height: 36px;
    text-transform: uppercase;
    border-radius: 2px;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    padding: 0 10px;
    margin:0;
}
.custom-chk, 
.custom-chk label {font-size: 12px;}

.bottom-section{border:none;}
.bottom-section .container-h{padding:0;}
.bottom-section .col{padding: 25px 15px;}
.bottom-section .col.social ul{display:flex;justify-content: center;align-items: center;gap: 8px;}
.bottom-section .col.social ul li a {width: auto;height: auto;font-size: 24px;color: #222;line-height: 35px;border-radius: 0;background: none;}

footer,.main-footer {background: #222 !important;}
.main-footer{padding-top:40px;}
.main-footer .col .title{text-transform:uppercase;color:#fff;font-size:15px;font-weight:300;margin-top:0;margin-bottom:20px}
.main-footer .col .title a{color:#fff;}
.main-footer .col ul li{display:block;margin-bottom:5px;color:#888}
.main-footer .col ul li a{display:block;color:#888;font-weight:400;font-size:13px;transition:all .3s ease-in-out;}
.main-footer .col ul li a:hover{color:#fff;}
.main-footer .col ul li i{font-size:15px;}
.main-footer .col-right {color: #888;}
.main-footer .col-right a{color: #fff;}

/* FOOTER MEDIA-Q */
@media screen and (max-width: 800px){
    .bottom-section .col{padding: 25px 0;}
    .newsletter-form{max-width:400px;}
}


/* LIST */
.filter-trg {line-height: 34px!important;}
.filter.box.-g-category-filters-apply-all {position: sticky;bottom: 0;background: #fff!important;z-index: 99;padding: 10px 15px 0 15px!important;margin: 0 -15px;box-shadow: 0px -1px 3px -2px #00000030!important;}
.product-box:not(.list-type) .add-list .btn {display: block;}

/* DETAIL */
.vertical-slider-box,
.vertical-slide-img,
.vertical-slide-img img{max-height:100%!important;}

.detail-price{font-weight:600;margin-top: 10px;margin-bottom: 10px;}
.add-section {display:flex;flex-wrap:wrap;max-width:100%;}
.add-section .qty-regulator {display: flex;flex-wrap: nowrap;position:relative;margin: 0 10px 10px 0;width: 100px;}
.add-section .qty-regulator input[type=text] {width: 70px;height: 50px;font-size: 20px;line-height: 50px;border: 1px solid #dbdbdb;}
.add-section .qty-regulator .minus,
.add-section .qty-regulator .plus{position:absolute;right:0;height: 26px;width: 31px;line-height: 28px;font-size: 14px;}
.add-section .qty-regulator .minus{bottom: 0px;border-top: none;}
.add-section .qty-regulator .plus{top: 0px;border-bottom: none;}
.add-section .btn{width:100%;line-height: 48px;margin-left:0!important;}
.add-section .qty-regulator + .btn{width:calc(100% - 110px);}


.extra-offer{border:none;padding-bottom: 0;}
.extra-offer .box {padding: 20px 0;border-bottom: 1px solid #dfdfdf;}
.extra-offer .box:last-of-type{border-bottom: 1px solid #dfdfdf;}
.extra-offer .owl-carousel{padding:0;}
.extra-offer .box-offer,
.extra-offer .box-offer .price{text-align:left;}
.extra-offer .box-offer .price {font-weight: 500;}
.extra-offer .buy .btn{line-height:40px;}
.extra-offer .buy .detail-price eco {font-weight: 400;}


.detail-tabs,
.detail-recomended{width:100%;}
ul.resp-tabs-list{display:none}
span.resp-accordion{display:block}
.resp-vtabs .resp-tab-content{border:1px solid #C1C1C1}
.resp-vtabs .resp-tabs-container{float:none;width:100%;min-height:100px;clear:none}
.resp-accordion-closed{display:none!important}
.resp-vtabs .resp-tab-content:last-child{border-bottom:1px solid #c1c1c1!important}
.detail-tabs span.resp-accordion{padding:12px 15px!important;margin-bottom: 0;font-size: 15px;border:none!important;background: #f2f2f2!important;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;position: relative;z-index:8;}
.detail-tabs .resp-tab-content{padding: 10px 0;border:none!important;}


@media screen and (min-width: 768px){
    .detail-slider-holder{width:55%;padding-right: 35px;}
    .detail-title,
    .detail-prod-attr{width:45%;}
}
@media screen and (max-width: 767px){
    .-g-product-row-box{display: flex;flex-direction: column;}
    .detail-title {padding-right: 45px;margin-bottom: 0;}
    .detail-title .title {padding: 12px 0 8px;margin: 0;}
    .detail-title .title span{margin-top:5px;}
    .go-back-icon{left:auto;right:0;}
    .detail-slider-holder{order:-1;padding:0;}
    #stock-btn, 
    .__shippingPriceTemplate, 
    .detail-price, 
    .detail-product-atributes, 
    .detail-title, 
    .product-code, 
    .wish-section,
    .detail-product-atributes .prod-attr-h{text-align: left;}
    .product-code {margin-top: 10px;}
	.oney-info {margin: 0 auto 10px!important;}
}
@media screen and (max-width: 480px){
    .detail-product-atributes select{max-width:100%!important;}
    .product-code .code{margin-bottom:5px;}
    .wish-section .col{margin-bottom:0;}
    .extra-offer .detail-price {margin: 0 0 20px;}
    .extra-offer .buy .btn{width:100%;margin-bottom:0;}
}

/* CART */
.cart-items .qty-h .qty-regulator .minus{border-right: none;}
.cart-items .qty-h .qty-regulator .plus{border-left: none;}

@media screen and (max-width: 480px){
   .cart-title-holder {align-items: stretch;}
}


/* BLOG */
.-g-post-slide .-g-post-image{height: 400px;margin-bottom: 30px;}
.-g-post-slide .-g-post-slide-title{text-transform:uppercase;margin-bottom: 15px;}
.-g-post-slide .-g-post-slide-content {font-size: 15px;color: #000;line-height: 1.6;}
.-g-post-slide .-g-post-readMore{font-weight: 500;font-size: 13px;text-transform: uppercase;}
.-g-blog-page .blog-title{font-weight: 500;text-transform: uppercase;}
.-g-blog-page .-g-post-info {padding: 15px 0 0;border-top: 1px dashed #e0dede;border-bottom: none;}
.-g-blog-post .-g-post-content-detail {font-size: 15px;color: #707070;}


/* TESTIMONIAL */
.testimonial-holder{background:#f2f2f2!important;}
.testimonial-sld li {float: none;width: 100%;padding: 0;display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;}
.testimonial-sld .avatar-h {display: flex;width: 170px;height: 170px;margin: 10px auto;font-weight: 300;font-size: 36px;text-align: center;line-height: 1.4;border: 10px solid #80766e35;border-radius: 50%;overflow: hidden;position: relative;justify-content: center;align-items: center;background: #fff;}
.testimonial-sld .avatar-h img {max-width: 100%;max-height: 100%;margin: auto;position: relative;border: none;}
.testimonial-sld .testimonial-content{overflow: hidden;width: calc(100% - 300px);display: flex;flex-direction: column;flex-wrap: nowrap;align-items: flex-start;}
.testimonial-sld .content {font-size: 18px;line-height: 1.4;}
.testimonial-sld .content > span{display:block;margin-bottom:5px;}
.testimonial-sld .title{order: 1;display: flex;flex-wrap: nowrap;flex-direction: column;text-align: left;min-height: inherit;margin: 20px 0 0;font-weight: 500;font-size: 18px;}
.testimonial-sld .owl-pagination{display:block;}
.testimonials{padding:20px;}
/* TESTIMONIAL MEDIA-Q */
@media screen and (max-width: 767px){
    .testimonial-sld .testimonial-content{width: 100%;}
    .testimonial-sld .content{font-size: 18px;}
}


h1{font-size:1.4em !important;}h2{font-size:1.3em !important;}.detail-title .title span{font-size:1.15em !important;}
.btn.std{color:#2e2b28;}
.btn.std{background:#c0ccbd;border:1px solid #c0ccbd;}
.btn{font-weight:normal !important;font-weight:bold !important;font-style: normal !important;text-decoration: none !important;text-transform: uppercase !important;}
.btn.btn-cmd,.cart-header-btn .q-cart, .cart-m .q-cart{color:#2e2b28 !important;}
.btn.btn-cmd, .cart-header-btn .q-cart, .cart-m .q-cart{background:#dcebd9 !important;border: 1px solid #dcebd9;} .-g-one-time-offers .-g-one-time-cart-label {background: #dcebd920;}
.btn.btn-cmd{font-weight:normal !important;font-weight:bold !important;font-style: normal !important;text-decoration: none !important;text-transform: uppercase !important;}
body{background:#fffdfa !important;}
/*popup*/
.top-head-bg,.main-header .cart-header.container-bg{background:#ffffff !important;}
.acount-section > ul > li > a, .cart-menu ul li a:not(.btn), .cart-help a, .contact-cart, .international-header .flag-select{color:#2e2b28!important;} .menu-trg span, .menu-trg span:after, .menu-trg span:before {background:#2e2b28;}
.acount-section>ul>li.contact-header>a, .main-menu ul .phone-m a{color:#c0ccbd !important;}
.main-header .nav-menu > li{padding-top:10px !important;padding-bottom:10px !important;}.main-header  .main-menu ul.nav-menu>li>a{font-size:14px !important;}.main-header .all-product-button .menu-dd{top: 41px!important;}
#mm-main-menu .mm-navbar, #mm-nav-filter .mm-navbar{background:#2e2b28;}@media screen and (min-width: 1091px){.main-header .main-menu, .main-header #navigation:before{background:#2e2b28;}}
.main-header .main-menu ul.nav-menu>li>a, .mobile-icon li a, #mm-main-menu .mm-navbar, #mm-nav-filter .mm-navbar {color: #fffdfa !important;}#mm-main-menu .mm-btn:before {border-color: #fffdfa;}#mm-nav-filter .mm-navbar #close-filters{fill: #fffdfa;}
.main-menu ul.nav-menu>li>a{font-weight:normal !important;font-weight:normal !important;font-style: normal !important;text-decoration: none !important;text-transform: uppercase !important;}
footer,.main-footer{background:#2e2b28 !important; border:0 !important;}
.product-box .title{color:#2e2b28 !important;}
.product-box .title{-webkit-line-clamp: 2;}
.product-box .title{font-weight:normal !important;font-weight:normal !important;text-decoration: none !important;text-transform: none !important;font-style: normal !important;}
.product-box .price, .product-box .price .text-main, .detail-price, .cart-items .price .text-main, .cart-dd .price .text-main, .extra-offer .box-offer .price .text-main, .ac-price .text-main{color: #2e2b28 !important;}
.product-box .price s, .detail-price s, .cart-items .price s, .cart-dd .price s, .extra-offer .box-offer .price .price-full, .ac-price s{color: #8a8077 !important;}
.banner-group-small .owl-item div{color:#fffdfa !important;}
.banner-group-small .owl-item{background:#c0ccbd !important;opacity:.5;} .banner-group-small .owl-item.synced{opacity:.8;}
.box-description {display:none !important;}
#category-page .catTitle{color:#2e2b28 !important;}
.filter.box a {color:#2e2b28 !important;}
.filter.box .title {color:#2e2b28 !important;}
.filter.box .title {font-weight:bold !important;font-style: normal !important;text-decoration: none !important;text-transform: none !important;}
@media screen and (min-width: 768px) {#category-page .filter-group {position:sticky;}}
.filter-group-selected span.filter {color:#8a8077 !important;}
.filter-group-selected span.filter {background-color:#fffdfa !important;}
.detail-title .title {font-weight:normal !important;font-style: normal !important;text-decoration: none !important;text-transform: uppercase !important;}
.detail-title .title {color:#2e2b28 !important;}
.detail-tabs .resp-tab-content p,.product-code span,.detail-product-atributes,.detail-product-atributes div,.short-description{font-size:15px !important;}
.detail-tabs .resp-tab-content p,.product-code span,.detail-product-atributes,.detail-product-atributes div,.short-description{color:#2e2b28 !important;}
.detail-price{font-weight:bold;}
#product-page .detail-price {font-size:25px !important;}
#product-page .detail-price {font-style: normal !important;text-decoration: none !important;text-transform: none !important;font-weight:bold !important;}
#product-page .btn.btn-cmd {font-weight:normal !important;font-weight:normal !important;font-style: normal !important;text-decoration: none !important;text-transform: uppercase !important;}
#product-page .detail-tabs .resp-tabs-list li{padding:12px 17px!important;font-size:14px!important;}#product-page .detail-tabs h2.resp-accordion{padding: 14px 15px!important;font-size: 16px!important;}
#product-page .detail-tabs li,.detail-tabs span.resp-accordion {color:#2e2b28 !important;}
#product-page .detail-tabs li {font-weight:normal !important;font-weight:normal !important;text-decoration: none !important;text-transform: none !important;font-style: normal !important;}
.main-header .cart-header .cart-help a span {color:#2e2b28 !important;}
#shoppingcart .cart-total {color:#2e2b28 !important;}
#shoppingcart .cart-total {font-weight:normal !important;font-style: normal !important;text-decoration: none !important;text-transform: uppercase !important;}
#shoppingcart .cart-items .prod .image {width:100%!important;max-width: 100px !important; max-height: auto !important;}#shoppingcart .cart-items .prod img {max-height: 150px !important;}
#shoppingcart .cart-items .prod .title{font-size:15px!important;}
#shoppingcart .cart-items .prod .info-prod a {color:#2e2b28 !important;}
#shoppingcart .cart-items .prod .info-prod a {font-weight:normal !important;font-style: normal !important;text-decoration: none !important;text-transform: uppercase !important;}
#shoppingcart .cart-items .price {font-size:15px!important;}
#shoppingcart .cart-items .prod .info-prod .price {font-weight:normal !important;font-style: normal !important;text-decoration: none !important;text-transform: none !important;}
.icon.new{background: #c0ccbd !important; }
.icon.discount{background: #c0ccbd !important; }
.main-menu ul li:hover > a, .menu-dd li a:hover, .main-header .main-menu ul.nav-menu>li:hover>a {color: #c0ccbd!important;}
.search-button{background:#c0ccbd;}
.search-button{color:#2e2b28;}
.bottom-section,.bottom-section .holder{background:#fffdfa !important;border:0px !important;}
.newsletter-form input[type="submit"]{background: #c0ccbf;}
.newsletter-form input[type="submit"]{color: #fffdfa;}
.bottom-section .title,.bottom-section .title span, .bottom-section .custom-chk, .bottom-section .custom-chk label, .bottom-section .col.social ul li a, .support-contact,.bottom-section .col .custom-chk a{color: #2e2b28!important;}
body{font-family: 'Montserrat', sans-serif;}

/**
 * VENARA – CSS custom unificat
 */

/* =========================
   1. VARIABILE BRAND
   ========================= */

:root {
  /* Culori de brand */
  --venara-espresso: #2E2B28;   /* text principal, CTA, prețuri */
  --venara-cream:    #FFFDF8;   /* text pe butoane închise, background deschis */
  --venara-pistachio:#C0CCBD;   /* hover CTA / accente soft verzi */
  --venara-sand:     #C6BAA3;   /* linii decorative, accente subtile */
  --venara-brown:    #7A6B5B;   /* texte secundare, label-uri */
  --venara-muted:    #4B4947;   /* subtitluri, text explicativ */
  --venara-line:     #E1DED9;   /* borduri, linii separatoare */
  --venara-neutral:  #8C8C8C;   /* prețuri vechi, texte “muted” */
  --venara-gold:     #C49C6C;   /* accente calde (focus, borduri speciale) */
  --venara-bg-tag:   #F5E7D4;   /* background tag / buton easybox */
  --venara-placeholder: #B0A59A; /* culoare placeholder */

  /* Stiluri generice */
  --venara-radius-pill: 999px;
  --venara-radius-soft: 8px;
  --venara-shadow-soft: 0 4px 8px rgba(0,0,0,0.15);
  --venara-shadow-pressed: 0 2px 4px rgba(0,0,0,0.15);
  --venara-font-main: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* =========================
   2. PREȚURI
   ========================= */

/* Preturi in liste / box produs */
.price,
.price .text-main,
.price .-g-product-box-final-price,
.price [class*='-g-product-box-final-price-'] {
    color: var(--venara-espresso) !important;
    font-weight: 800;
}

/* Preturi in pagini de produs */
.fPrice,
.fPrice[class*='-g-product-final-price-'] {
    color: var(--venara-espresso) !important;
}

/* Preturi vechi (reduceri) */
.price s,
.price .price-full,
.price .old-price {
    color: var(--venara-neutral) !important;
    text-decoration: line-through;
}

/* =========================
   3. BUTOANE
   ========================= */

/* Buton primar Venara (CTA principal) */
.btn.btn-cmd,
.add2cart,
.btn-cart,
.full.fr,
a.-g-order-checkout-button,
.checkout #doCheckout.btn {
  background-color: var(--venara-espresso);
  color: var(--venara-cream);
  border-radius: var(--venara-radius-pill);
  padding: 2px 12px; /* slim pe verticală, conform cerinței */
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: var(--venara-shadow-soft);
  transform: translateY(0);
  border: 1px solid var(--venara-line);
  border-style: solid;
  text-decoration: none;
}

.btn.btn-cmd:hover,
.add2cart:hover,
.btn-cart:hover,
.full.fr:hover,
a.-g-order-checkout-button:hover,
.checkout #doCheckout.btn:hover {
  background-color: var(--venara-pistachio);
  color: var(--venara-espresso);
  transform: translateY(2px);
  box-shadow: var(--venara-shadow-pressed);
}

.btn.btn-cmd:active,
.add2cart:active,
.btn-cart:active,
.full.fr:active,
a.-g-order-checkout-button:active,
.checkout #doCheckout.btn:active {
  transform: translateY(4px);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  transition: transform 0.05s;
}

/* Icon cos */
.btn-cart i {
  margin-right: 6px;
  transition: transform 0.2s ease;
}

/* Buton secundar Venara (outline) – cod reducere + coș */
.cupon-h .form-cpn .btn {
    float: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 40px;
    padding: 0 22px;
    border-radius: var(--venara-radius-pill);
    border: 1px solid var(--venara-espresso);
    background: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--venara-espresso);
    white-space: nowrap;
    box-shadow: none;
    transition: all 0.2s ease;
}

.cupon-h .form-cpn .btn:hover {
    background: var(--venara-espresso);
    color: var(--venara-cream);
}

/* Buton “Continua cumparaturile” – coș */
a.-g-order-continue-shopping-button {
    float: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    border-radius: var(--venara-radius-pill);
    border: 1px solid var(--venara-espresso);
    background: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--venara-espresso);
    text-decoration: none;
    box-shadow: none;
    margin-top: 24px;
    margin-bottom: 8px;
}

a.-g-order-continue-shopping-button:hover {
    background: var(--venara-espresso);
    color: var(--venara-cream);
}

/* =========================
   4. BLOG
   ========================= */

.venara-blog-wrapper {
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.7;
  color: var(--venara-espresso);
  font-size: 16px;
  padding: 1rem;
}

.venara-blog-wrapper h1 {
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--venara-espresso);
}

.venara-blog-wrapper h2 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: var(--venara-espresso);
}

.venara-blog-wrapper h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--venara-espresso);
}

.venara-blog-wrapper p {
  margin-bottom: 1rem;
}

.venara-blog-wrapper ul {
  margin: 1rem 0 1.5rem 1.5rem;
  padding: 0;
}

.venara-blog-wrapper li {
  list-style-type: disc;
  margin-bottom: 0.5rem;
}

.venara-blog-wrapper a,
.venara-blog-wrapper a:visited {
  color: var(--venara-pistachio);
  text-decoration: none;
  font-weight: 600;
}

.venara-blog-wrapper a:hover {
  color: var(--venara-espresso);
  text-decoration: underline;
}

/* bloc evidențiat (intro / highlight) */
.venara-blog-wrapper .venara-blog-highlight {
  background: #FFFDFA;
  border-left: 4px solid var(--venara-pistachio);
  padding: 1.2rem 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1.8rem;
}

/* citări / note */
.venara-blog-wrapper blockquote {
  border-left: 3px solid var(--venara-pistachio);
  padding-left: 1rem;
  font-style: italic;
  color: #4a4a4a;
  margin: 1.5rem 0;
}

/* imagini */
.venara-blog-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 1.5rem 0;
  display: block;
}

/* subtilități */
.venara-blog-wrapper strong {
  font-weight: 600;
}

.venara-blog-wrapper em {
  font-style: italic;
}

/* =========================
   5. CHECKOUT – BAZĂ
   ========================= */

.checkout {
    color: var(--venara-espresso);
}

/* carduri formular + sumar */
.checkout .form-cmd,
.checkout .fixed-side .-g-checkout-summary {
    border-radius: 20px;
    padding: 24px 28px 32px;
    background: #FFFFFF;
}

/* Titluri secțiune */
.checkout .form-ttl .title {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--venara-brown);
}

/* Linie sub titlu */
.checkout .form-ttl hr {
    border: none;
    border-top: 1px solid var(--venara-line);
}

/* Labeluri */
.checkout .label-s {
    font-size: 13px;
    font-weight: 500;
    color: var(--venara-brown);
}

/* Input-uri */
.checkout .input-s,
.checkout select.input-s,
.checkout textarea.input-s {
    border-radius: var(--venara-radius-pill);
    border: 1px solid var(--venara-line);
    background: #FFFFFF;
    padding: 10px 16px;
    font-size: 13px;
    line-height: 1.4;
    color: var(--venara-espresso);
    transition: border-color .15s ease, background-color .15s ease;
}

.checkout .input-s:focus,
.checkout select.input-s:focus,
.checkout textarea.input-s:focus {
    outline: none;
    border-color: var(--venara-gold);
}

/* Placeholder */
.checkout .input-s::placeholder,
.checkout textarea.input-s::placeholder {
    color: var(--venara-placeholder);
}

/* Buton Easybox */
.checkout .__lockersInfo {
    border-radius: var(--venara-radius-pill);
    border: 1px solid var(--venara-gold);
    background: var(--venara-bg-tag);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--venara-muted);
}


/* =========================
   CHECKOUT – BUTON „ADRESA NOUA”
   ========================= */

/* Aliniere si stilizare buton sub dropdown-ul de adrese */
.checkout #-checkout-shipping-new-address,
.checkout #-checkout-shipping-new-address {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* aliniat sub campul de adresa (label = 4 coloane din 12) */
    margin-top: 8px;
    margin-left: 33.333%; /* aliniere cu inceputul campului select */
    
    padding: 4px 14px;
    border-radius: var(--venara-radius-pill);
    border: 1px solid var(--venara-espresso);
    background: #FFFFFF;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--venara-espresso);
    text-decoration: none;
    box-shadow: none;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

/* Hover – in logica butoanelor secundare Venara */
.checkout #-checkout-shipping-new-address:hover,
.checkout #-checkout-shipping-new-address:hover {
    background: var(--venara-espresso);
    color: var(--venara-cream);
}

/* Pe mobil butonul sa vina sub camp, fara indent mare */
@media (max-width: 575px) {
    .checkout #-checkout-shipping-new-address,
    .checkout #-checkout-shipping-new-address {
        margin-left: 0;
        margin-top: 8px;
        display: inline-flex;
    }
}

/* =========================
   6. TITLURI SECTIUNI HOME
   ========================= */

.venara-section-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--venara-espresso);
    text-align: center;
    margin: 55px auto 10px auto;
    letter-spacing: 0.08em;
    position: relative;
    display: block;
    padding-bottom: 12px;
    text-transform: uppercase;
    opacity: 0;
    animation: venaraFadeInUp 0.6s ease-out forwards;
}

.venara-section-title::after {
    content: '';
    width: 80px;
    height: 2px;
    background-color: var(--venara-sand);
    display: block;
    margin: 12px auto 0 auto;
    border-radius: 2px;
}

.venara-section-title::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: var(--venara-sand);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
}

.venara-section-subtitle {
    text-align:center;
    margin:5px auto 10px;
    font-size:13px;
    color: var(--venara-muted);
    max-width:560px;
}

/* ANIMATIE – FĂ TITLURILE VIZIBILE */
@keyframes venaraFadeInUp {
    from {
        transform: translateY(12px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* =========================
   7. PAGINA COȘ
   ========================= */

/* Wrapper listă produse */
.cart-box {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 18px 24px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}

/* Header tabel coș */
.cart-head {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid var(--venara-line);
    padding: 10px 14px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .10em;
    color: var(--venara-muted);
}

.cart-head li {
    background-color: transparent !important;
    padding: 0;
}

.cart-head li:nth-child(1) { text-align: left; }
.cart-head li:nth-child(2) { text-align: center; }
.cart-head li:nth-child(3) { text-align: right; }

.cart-items {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}

.cart-items > li.__GomagCartItem {
    border-bottom: 1px solid var(--venara-line);
    padding: 16px 0;
}

.cart-items > li.__GomagCartItem:last-child {
    border-bottom: none;
}

/* imagine produs */
.cart-box .prod .image img {
    border-radius: 12px;
}

/* titlu produs */
.cart-box .prod .title {
    font-size: 14px;
    font-weight: 600;
    color: var(--venara-espresso);
    margin-bottom: 4px;
}

/* preț unitar produs */
.cart-box .prod .price .text-main {
    font-size: 13px;
    font-weight: 700;
    color: var(--venara-espresso);
}

/* atribute */
.cart-box .prod ul {
    margin: 6px 0 4px;
    padding-left: 0;
    list-style: none;
}

.cart-box .prod ul li {
    font-size: 11px;
    color: var(--venara-brown);
}

/* timp livrare */
.cart-box .prod .-g-deliveryTime {
    display: inline-block;
    margin-top: 4px;
    font-size: 11px;
    color: var(--venara-muted);
}

/* =========================
   8. CONTROL CANTITATE
   ========================= */

.qty-h {
    text-align: center;
}

/* bază – peste tot (produs, coș, checkout) */
.qty-regulator {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    padding: 4px 10px;
    border-radius: var(--venara-radius-pill);
    border: 1px solid var(--venara-line) !important;
    background: #FFFFFF !important;
    box-shadow: none !important;
    width: auto !important;
    max-width: none !important;
    overflow: hidden;
}

.qty-regulator .minus,
.qty-regulator .plus {
    width: 22px;
    height: 22px;
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 999px;
    background: transparent;
    border: none !important;
    color: var(--venara-espresso);
    text-decoration: none;
    transition: all .15s ease;
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
}

.qty-regulator .minus i,
.qty-regulator .plus i {
    font-size: 12px;
    line-height: 1;
}

.qty-regulator .minus:hover,
.qty-regulator .plus:hover {
    background: var(--venara-pistachio);
    color: var(--venara-espresso);
}

/* valoare cantitate */
.qty-regulator .qty-val,
.qty-regulator .qty-val-qty {
    width: 26px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: var(--venara-espresso);
}

.qty-regulator .qty-val:focus,
.qty-regulator .qty-val-qty:focus {
    outline: none !important;
}

/* checkout – mobil: pilulă centrată în card */
@media (max-width: 575px) {
  .checkout .qty-h {
      float: none !important;
      width: 100% !important;
      text-align: center;
      margin-top: 6px;
      margin-bottom: 4px;
  }

  .checkout .qty-h .qty-regulator {
      margin: 6px auto 0 auto;
      min-width: 90px;
      max-width: 120px;
  }
}

/* mesaj stoc insuficient */
.-g-insufficient-stock {
    font-size: 11px;
}

/* link “Sterge” */
.qty-h .remove {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    font-size: 11px;
    color: var(--venara-neutral);
    text-decoration: none;
}

.qty-h .remove i {
    font-size: 11px;
}

.qty-h .remove:hover {
    color: var(--venara-espresso);
    text-decoration: underline;
}

/* =========================
   9. SUBTOTAL / TOTAL / VOUCHER
   ========================= */

.price-c {
    text-align: right;
}

.price-c .price .text-main {
    font-size: 14px;
    font-weight: 700;
    color: var(--venara-espresso);
}

.cart-amount {
    margin-top: 20px;
}

.cart-amount .cart-total {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 16px 18px 18px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}

.cart-amount ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cart-amount ul li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 6px 0;
    font-size: 12px;
    color: var(--venara-muted);
}

.cart-amount ul li span {
    font-weight: 600;
    color: var(--venara-espresso);
}

.cart-amount ul li.-g-total-amount {
    border-top: 1px solid var(--venara-line);
    margin-top: 6px;
    padding-top: 10px;
    font-weight: 600;
    font-size: 13px;
}

.cart-amount ul li.discount {
    font-size: 12px;
    color: var(--venara-brown);
}

.cupon-h {
    margin-top: 20px;
}

.cupon-t {
    font-size: 12px;
    font-weight: 500;
    color: var(--venara-brown);
    margin-bottom: 6px;
}

.cupon-error {
    color: #ff4d4f !important;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.cupon-h .form-cpn {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.cupon-h .form-cpn .input-s {
    flex: 1 1 auto;
    height: 40px;
    border-radius: var(--venara-radius-pill);
    border: 1px solid var(--venara-line);
    padding: 0 14px;
    font-size: 12px;
}

/* =========================
   10. RESPONSIVE GENERIC COȘ
   ========================= */

@media (max-width: 767px) {
    .cart-head {
        display: none;
    }

    .cart-box {
        padding: 16px 12px 20px;
        border-radius: 14px;
    }

    .cart-items > li.__GomagCartItem {
        padding: 14px 0;
    }

    .qty-h {
        margin-top: 10px;
        text-align: left;
    }

    .price-c {
        text-align: left;
        margin-top: 6px;
    }

    .cart-amount .cart-total,
    .cupon-h {
        margin-top: 16px;
    }
}

/* ===== Checkout – card produs pe un singur col, cu qty sub info ===== */

.checkout .cart-items.orderCheckout .__GomagCartItem > .prod,
.checkout .cart-items.orderCheckout .__GomagCartItem > .qty-h,
.checkout .cart-items.orderCheckout .__GomagCartItem > .price-c {
    float: none !important;
    width: 100% !important;
    clear: both;
}

.checkout .cart-items.orderCheckout .prod .image,
.checkout .cart-items.orderCheckout .prod .info-prod {
    float: none !important;
    width: 100% !important;
}

/* Selector cantitate sub info produs */
.checkout .cart-items.orderCheckout .__GomagCartItem > .qty-h {
    width: 100% !important;
    text-align: center !important;
    margin: 10px 0 6px !important;
    float: none !important;
}

.checkout .cart-items.orderCheckout .__GomagCartItem > .qty-h .qty-regulator {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Preț total linie sub selector */
.checkout .cart-items.orderCheckout .__GomagCartItem > .price-c {
    text-align: left;
    margin-top: 4px;
}

/* =========================
   11. SELECTOR ATRIBUTE (Volum decant)
   ========================= */

.detail-product-atributes .attribute-volum_decant {
    margin-top: 10px;
}

.detail-product-atributes .__optionSelector {
    border: 1px solid var(--venara-line) !important;
    border-radius: var(--venara-radius-soft);
    padding: 6px 10px !important;
    margin-bottom: 6px;
    background: #FFFFFF;
    cursor: pointer;
    transition: border-color .15s ease, background-color .15s ease,
                box-shadow .15s ease, transform .1s ease;
}

.detail-product-atributes .__optionSelector a {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 13px;
    color: var(--venara-espresso);
    font-weight: 500;
}

.detail-product-atributes .__optionSelector:hover {
    border-color: var(--venara-pistachio) !important;
    background: #FAF8F3;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.detail-product-atributes .__optionSelector.-g-version-active,
.detail-product-atributes .__optionSelector.activeAttr {
    border: 2px solid var(--venara-espresso) !important;
    padding: 5px 9px !important;
    background: var(--venara-pistachio);
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.detail-product-atributes .__optionSelector.-g-version-active a,
.detail-product-atributes .__optionSelector.activeAttr a {
    font-weight: 700;
}

@media (max-width: 575px) {
    .detail-product-atributes .__optionSelector {
        width: 100%;
    }
}

/* =========================
   12. CARD AVANTAJE VENARA
   ========================= */

.show-attributes.avantaje_venara {
    display: block;
    background: #FFFDFA;
    border-left: 4px solid var(--venara-pistachio);
    border-radius: 10px;
    padding: 14px 18px;
    margin: 16px 0 22px 0;
    color: var(--venara-espresso);
}

.show-attributes.avantaje_venara p b {
    font-size: 15px;
    font-weight: 600;
    color: var(--venara-espresso);
}

.show-attributes.avantaje_venara ul {
    list-style: none !important;
    padding: 0 !important;
    margin-top: 8px !important;
}

.show-attributes.avantaje_venara li {
    text-indent: 0;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 6px;
    color: var(--venara-espresso);
    position: relative;
    display: flex;
    align-items: flex-start;
}

.show-attributes.avantaje_venara li span,
.show-attributes.avantaje_venara li {
    unicode-bidi: plaintext;
}

.show-attributes.avantaje_venara li::before {
    color: var(--venara-pistachio);
    margin-right: 8px;
    font-weight: 700;
    margin-top: 1px;
}

@media (max-width: 575px) {
    .show-attributes.avantaje_venara {
        padding: 14px 16px;
        margin: 14px 0 18px;
    }
}
.show-attributes.avantaje_venara p:first-of-type {
    margin-top: 6px;
}

.av-warning {
    font-size: 18px;
    font-weight: 800;
    color: var(--venara-espresso);
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
    display: block;
}
.av-sub {
    font-size: 14px;
    font-weight: 500;
    color: var(--venara-espresso);
    margin-bottom: 4px;
    display: block;
}
.av-warning::before {
    content: '!';
    font-weight: 700;
    color: var(--venara-pistachio);
    margin-right: 6px;
}


/* =========================
   13. PAGINA CONTACT
   ========================= */

.contact-form,
.contact-information {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 22px 22px 26px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
    color: var(--venara-espresso);
}

.contact-form.col-sm-6 {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .contact-form.col-sm-6,
    .contact-information.col-sm-5 {
        float: none !important;
        width: 100% !important;
        margin: 0 0 18px 0;
    }
}

.contact-form .title-box .title,
.contact-information .title-box .title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--venara-espresso);
    margin: 0 0 4px 0;
}

.contact-form .title-box hr,
.contact-information .title-box hr {
    border: none;
    border-top: 1px solid var(--venara-sand);
    margin: 4px 0 14px 0;
}

.contact-form .regular-text {
    font-size: 13px;
    color: var(--venara-muted);
    margin-bottom: 16px;
}

.contact-form .c-row.send {
    margin-bottom: 12px;
}

.contact-form .c-row.send label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: var(--venara-brown);
    margin-bottom: 4px;
}

.contact-form .input-s,
.contact-form textarea.input-s {
    border-radius: var(--venara-radius-pill);
    border: 1px solid var(--venara-line);
    padding: 9px 14px;
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
}

.contact-form textarea.input-s {
    border-radius: 12px;
    min-height: 120px;
    resize: vertical;
}

.contact-form .input-s:focus,
.contact-form textarea.input-s:focus {
    outline: none;
    border-color: var(--venara-gold);
}

.contact-form .register-terms {
    margin-top: 8px;
    font-size: 11px;
    color: var(--venara-muted);
}

.contact-form .agreement-label .new-checkbox {
    margin-right: 6px;
}

.contact-form .agreement-label a {
    color: var(--venara-pistachio);
    text-decoration: none;
    font-weight: 600;
}

.contact-form .agreement-label a:hover {
    color: var(--venara-espresso);
    text-decoration: underline;
}

/* BUTON TRIMITE MESAJ */
#sendMessage.btn.std {
    background: var(--venara-espresso);
    color: var(--venara-cream);
    border-radius: var(--venara-radius-pill);
    padding: 6px 22px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--venara-shadow-soft);
    transition: all .2s ease;
    border: 1px solid var(--venara-line);
}

.contact-form .c-row.send input#sendMessage {
    margin-top: 4px;
}

#sendMessage.btn.std:hover {
    background: var(--venara-pistachio);
    color: var(--venara-espresso);
    box-shadow: var(--venara-shadow-pressed);
    transform: translateY(1px);
}

/* liste info firmă */
.contact-information .info-list {
    list-style: none;
    padding: 0;
    margin: 4px 0 14px 0;
}

.contact-information .info-list li {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 4px;
    color: var(--venara-espresso);
}

.contact-information .info-list li strong {
    font-weight: 600;
    color: var(--venara-brown);
    margin-right: 3px;
}

.contact-information .info-list a {
    color: var(--venara-espresso);
    text-decoration: none;
}

.contact-information .info-list a:hover {
    text-decoration: underline;
}

@media (max-width: 575px) {
    .contact-form .regular-text {
        font-size: 12.5px;
    }
    .contact-information .info-list li {
        font-size: 12.5px;
    }
}

/* =========================
   14. FORMULAR RETUR
   ========================= */

.__ReturnForm {
    max-width: 760px;
    margin: 0 auto 30px auto;
    padding: 22px 22px 26px;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
    color: var(--venara-espresso);
}

.__ReturnForm .c-row {
    margin-bottom: 12px;
}

.__ReturnForm .c-row > label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: var(--venara-brown);
    margin-bottom: 4px;
}

.__ReturnForm-input-holder {
    width: 100%;
}

.__ReturnForm .input-s,
.__ReturnForm select.input-s,
.__ReturnForm textarea.input-s {
    width: 100% !important;
    box-sizing: border-box;
    border-radius: var(--venara-radius-pill);
    border: 1px solid var(--venara-line);
    background: #FFFFFF;
    padding: 9px 14px;
    font-size: 13px;
    line-height: 1.4;
    color: var(--venara-espresso);
    transition: border-color .15s ease, background-color .15s ease;
}

.__ReturnForm textarea.input-s {
    border-radius: 12px;
    min-height: 120px;
    resize: vertical;
}

.__ReturnForm .input-s:focus,
.__ReturnForm select.input-s:focus,
.__ReturnForm textarea.input-s:focus {
    outline: none;
    border-color: var(--venara-gold);
}

.__ReturnForm .__ReturnForm-input-holder select.input-s[style*='width: auto'] {
    width: auto !important;
    min-width: 90px;
    display: inline-block;
    margin-right: 6px;
}

.__ReturnForm .c-row input[type='radio'] {
    margin-right: 4px;
    accent-color: var(--venara-gold);
}

.__ReturnForm .agreement-label {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 11px;
    line-height: 1.4;
    color: var(--venara-muted);
    margin: 10px 0 6px;
}

.__ReturnForm .agreement-label .new-checkbox {
    margin-top: 2px;
}

.__ReturnForm .agreement-label a {
    color: var(--venara-pistachio);
    text-decoration: none;
    font-weight: 600;
}

.__ReturnForm .agreement-label a:hover {
    color: var(--venara-espresso);
    text-decoration: underline;
}

.__ReturnForm .c-row.send {
    margin-top: 10px;
}

.__ReturnForm .c-row.send > label {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
}

.__ReturnForm #sendMessage.main-btn.btn.btn-cmd {
    background: var(--venara-espresso);
    color: var(--venara-cream);
    border-radius: var(--venara-radius-pill);
    border: 1px solid var(--venara-line);
    padding: 6px 22px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--venara-shadow-soft);
    transition: all .2s ease;
}

.__ReturnForm #sendMessage.main-btn.btn.btn-cmd:hover {
    background: var(--venara-pistachio);
    color: var(--venara-espresso);
    box-shadow: var(--venara-shadow-pressed);
    transform: translateY(1px);
}

@media (max-width: 767px) {
    .__ReturnForm {
        padding: 18px 14px 22px;
        border-radius: 16px;
    }

    .__ReturnForm .c-row {
        margin-bottom: 10px;
    }
}

/* =========================
   15. ATRIBUTE CU VIRGULĂ
   ========================= */

/* virgulă după link, fără hover pe virgulă */
.show-attributes.acorduri_principale span a::after,
.show-attributes.ocazie_potrivita span a::after,
.show-attributes.stil_vestimentar_re span a::after,
.show-attributes.sezonalitate span a::after {
  content: ',';
  margin-right: 4px;
  text-decoration: none;
}

/* fără virgulă la ultimul */
.show-attributes.acorduri_principale span a:last-child::after,
.show-attributes.ocazie_potrivita span a:last-child::after,
.show-attributes.stil_vestimentar_re span a:last-child::after,
.show-attributes.sezonalitate span a:last-child::after {
  content: '';
}

/* linkuri: fără subliniere implicit, hover doar pe text */
.show-attributes.acorduri_principale span a,
.show-attributes.ocazie_potrivita span a,
.show-attributes.stil_vestimentar_re span a,
.show-attributes.sezonalitate span a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.show-attributes.acorduri_principale span a:hover,
.show-attributes.ocazie_potrivita span a:hover,
.show-attributes.stil_vestimentar_re span a:hover,
.show-attributes.sezonalitate span a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* =========================
   16. HIDE BREADCRUMB PENTRU PAGINI SPECIALE
   ========================= */

body.body-venara-hide-breadcrumb .breadcrumb,
body.body-venara-hide-breadcrumb .breadcrumb2,
body.body-venara-hide-breadcrumb .bread-static {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
}

/* Forțează centrare bloc titlu + text transform uppercase */
.title-carousel {
    width: 100%;
    text-align: center !important;
    display: block !important;
}

/* Titlul */
.title-carousel .title {
    text-align: center !important;
    text-transform: uppercase !important;
    font-weight: 600;
    letter-spacing: .08em;
    margin: 0 auto 4px auto;
    width: 100%;
    font-size: 32px;
}

/* optional – un pic mai mic pe mobile */
@media (max-width: 575px) {
  .title-carousel .title {
      font-size: 20px;
  }
}

/* Linia sub titlu */
.title-carousel hr {
    margin: 6px auto 14px auto !important;
    width: 80px !important;
    border-top: 1px solid var(--venara-sand) !important;
}

/* =========================
   PAGINA CONT / INREGISTRARE
   ========================= */

/* container general */
#register-page {
    color: var(--venara-espresso);
}

/* carduri: client existent / client nou */
#register-page .old-client-section,
#register-page .new-client-section {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 22px 22px 26px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}

/* spatiu intre carduri pe desktop */
#register-page .old-client-section {
    margin-bottom: 20px;
}

/* titluri – folosesc deja .title-carousel .title; doar ne asigurăm că arată corect aici */
#register-page .title-carousel .title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .08em;
    margin: 0 auto 4px auto;
    width: 100%;
    font-size: 20px;
}

#register-page .title-carousel hr {
    border: none;
    border-top: 1px solid var(--venara-sand);
    margin: 4px auto 14px auto;
    max-width: 120px;
}

/* text sub titlu */
#register-page .regular-text {
    font-size: 13px;
    color: var(--venara-muted);
    margin-bottom: 16px;
}

/* ===== CAMPURI FORM LOGIN / REGISTER ===== */

#register-page .register-form .col {
    margin-bottom: 12px;
}

/* label-uri */
#register-page .label-s {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: var(--venara-brown);
    margin-bottom: 4px;
}

/* input-uri */
#register-page .input-s {
    border-radius: var(--venara-radius-pill);
    border: 1px solid var(--venara-line);
    padding: 9px 14px;
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
    color: var(--venara-espresso);
    transition: border-color .15s ease, background-color .15s ease;
}

/* parola cu icon 'eye' */
#register-page .-g-show-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--venara-neutral);
    cursor: pointer;
}

#register-page .-g-show-password i {
    pointer-events: none;
}

/* focus */
#register-page .input-s:focus {
    outline: none;
    border-color: var(--venara-gold);
}

/* ===== BUTOANE LOGIN / REGISTER ===== */

/* stil CTA Venara pe butoanele de pe pagina de cont */
#register-page .btn.std.full {
    background: var(--venara-espresso);
    color: var(--venara-cream);
    border: none;
    border-radius: var(--venara-radius-pill);
    padding: 6px 22px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    box-shadow: var(--venara-shadow-soft);
    transition: all .2s ease;
    margin-top: 6px;
}

#register-page .btn.std.full:hover {
    background: var(--venara-pistachio);
    color: var(--venara-espresso);
    box-shadow: var(--venara-shadow-pressed);
    transform: translateY(1px);
}

/* link “Ai uitat parola?” */
#register-page .client-pass-recov {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    color: var(--venara-pistachio);
    text-decoration: none;
}

#register-page .client-pass-recov:hover {
    color: var(--venara-espresso);
    text-decoration: underline;
}

/* ===== TERMENI & NEWSLETTER ===== */

#register-page .register-terms {
    margin-top: 6px;
    font-size: 11px;
    color: var(--venara-muted);
}

#register-page .register-terms .agreement-label {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    line-height: 1.4;
}

#register-page .register-terms .new-checkbox {
    margin-top: 2px;
}

#register-page .register-terms a {
    color: var(--venara-pistachio);
    text-decoration: none;
    font-weight: 600;
}

#register-page .register-terms a:hover {
    color: var(--venara-espresso);
    text-decoration: underline;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 767px) {
    #register-page .old-client-section,
    #register-page .new-client-section {
        float: none !important;
        width: 100% !important;
        margin: 0 0 18px 0;
    }

    #register-page .title-carousel .title {
        font-size: 18px;
    }

    #register-page .regular-text {
        font-size: 12.5px;
    }
}

/* =========================
   CONTUL MEU – LAYOUT GENERAL
   ========================= */

.account-h {
    color: var(--venara-espresso);
}

/* container secțiune principală (dreapta) */
.account-h .account-section {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 22px 22px 26px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
    margin-bottom: 20px;
}

/* =========================
   MENIU LATERAL CONT
   ========================= */

.account-h .side-menu {
    margin-bottom: 20px;
}

/* card pentru fiecare grup de meniuri */
.account-h .side-menu-tab {
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
    margin-bottom: 10px;
    padding: 10px 14px 6px;
}

/* header tab (icon + titlu + săgeată) */
.account-h .side-menu-tab-title {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.account-h .side-menu-tab-title p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--venara-espresso);
}

.account-h .side-menu-tab-title i.fa {
    font-size: 14px;
}

/* săgeata din dreapta */
.account-h .side-menu-tab-title > .fa-angle-down {
    float: right;
    margin-top: 2px;
}

/* listă link-uri din tab */
.account-h .side-menu-tab ul {
    list-style: none;
    padding: 6px 0 0 0;
    margin: 0;
}

.account-h .side-menu-tab ul li {
    margin-bottom: 4px;
}

/* link-uri meniu: stil 'pill' */
.account-h .side-menu-tab ul li a {
    display: block;
    padding: 6px 10px;
    border-radius: var(--venara-radius-pill);
    font-size: 13px;
    color: var(--venara-espresso);
    text-decoration: none;
    transition: background-color .15s ease, color .15s ease;
}

/* hover */
.account-h .side-menu-tab ul li a:hover {
    background: #F7F4EE;
}

/* activ */
.account-h .side-menu-tab ul li a.active-account {
    background: var(--venara-espresso);
    color: var(--venara-cream);
}

/* tab LOGOUT – fără listă, doar linie simplă */
.account-h .side-menu-tab:last-child {
    padding: 10px 14px;
}

.account-h .side-menu-tab:last-child h3.sTitle p a {
    color: var(--venara-espresso);
    text-decoration: none;
    font-size: 16px;
}

.account-h .side-menu-tab:last-child h3.sTitle p a:hover {
    text-decoration: underline;
}

/* MOBILE: meniul să devină pe toată lățimea, stack-uit frumos */
@media (max-width: 767px) {
    .account-h .side-menu {
        margin-bottom: 16px;
    }
    .account-h .side-menu-tab {
        float: none !important;
        width: 100% !important;
    }
}

/* =========================
   TITLU SECTIUNE – ISTORIC COMENZI
   ========================= */

.account-h .account-section .title.account {
    margin-bottom: 16px;
}

.account-h .account-section .title.account h3.title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .10em;
    color: var(--venara-espresso);
    margin: 0 0 4px 0;
    text-align: left;
}

.account-h .account-section .title.account hr {
    border: none;
    border-top: 1px solid var(--venara-sand);
    max-width: 140px;
    margin: 4px 0 0 0;
}

/* =========================
   CĂUTARE COMENZI
   ========================= */

.account-h .account-orders .search-form-box {
    display: flex;
    align-items: stretch;
    width: 100%;
    margin-bottom: 15px;
    background: #FFFFFF;
    border-radius: var(--venara-radius-pill);
    border: 1px solid var(--venara-line);
    overflow: hidden;
}

.account-h .account-orders .search-form-box input[type='text'] {
    border: none;
    flex: 1 1 auto;
    padding: 0 14px;
    font-size: 13px;
    color: var(--venara-espresso);
    outline: none;
    height: 36px;
    box-sizing: border-box;
}

.account-h .account-orders .search-form-box input[type='text']::placeholder {
    color: var(--venara-placeholder);
}

.account-h .account-orders .search-form-box .search-button {
    flex: 0 0 40px;
    text-align: center;
    border-left: 1px solid var(--venara-line);
    text-decoration: none;
}

.account-h .account-orders .search-form-box .search-button i {
    font-size: 14px;
}

/* text 'Afiseaza 1-2 din 2 comenzi' */
.account-h .account-orders .result {
    font-size: 12px;
    color: var(--venara-muted);
}

/* =========================
   CARD COMANDĂ
   ========================= */

.account-h .account-box-h {
    margin-bottom: 12px;
}

.account-h .account-box {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 14px 16px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.03);
}

/* lista cu detalii comandă */
.account-h .account-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.account-h .account-box ul li {
    font-size: 13px;
    line-height: 1.5;
    color: var(--venara-espresso);
    margin-bottom: 3px;
}

.account-h .account-box ul li:first-child {
    font-weight: 600;
}

/* total / status evidențiat ușor */
.account-h .account-box ul li:nth-child(3) {
    font-weight: 500;
}

/* status badge – folosește .btn.sm, îl facem tag mic, neutru */
.account-h .account-box .btn.sm {
    display: inline-block;
    padding: 2px 10px;
    border-radius: var(--venara-radius-pill);
    font-size: 11px;
    font-weight: 600;
    background: #F5E7D4;
    color: var(--venara-espresso);
    border: none;
    box-shadow: none;
}

/* mesaj 'Comanda nu a fost platita' */
.account-h .account-box em {
    font-size: 12px;
}

/* butoane din dreapta: vezi detalii / comanda din nou */
.account-h .account-box .col-sm-5 {
    text-align: right;
}

/* buton secundar 'Vezi detalii' */
.account-h .account-box .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    border-radius: var(--venara-radius-pill);
    border: 1px solid var(--venara-espresso);
    background: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--venara-espresso);
    text-decoration: none;
    box-shadow: none;
    margin-left: 6px;
}

/* buton principal 'Comanda din nou' – deja are .btn-cmd, păstrăm CTA Venara */
.account-h .account-box .btn.btn-cmd {
    background: var(--venara-espresso);
    color: var(--venara-cream);
    border: none;
}

.account-h .account-box .btn.btn-cmd:hover {
    background: var(--venara-pistachio);
    color: var(--venara-espresso);
}

/* mobile – butoane sub listă, centrate */
@media (max-width: 767px) {
    .account-h .account-box .col-sm-5 {
        text-align: left;
        margin-top: 8px;
    }
    .account-h .account-box .btn {
        margin-left: 0;
        margin-right: 6px;
        margin-bottom: 4px;
    }
}

/* =========================
   MODAL ANULARE COMANDĂ
   ========================= */

#blured {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
    z-index: 998;
    display: none;
}

/* card popup */
.cancelled_order {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: #FFFFFF;
    width: 90%;
    max-width: 520px;
    border-radius: 20px;
    padding: 22px 22px 26px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
    color: var(--venara-espresso);
}

/* titlu popup */
.cancelled_order h3.title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 10px 0;
}

/* label & textarea */
.cancelled_order label {
    font-size: 12px;
    font-weight: 500;
    color: var(--venara-brown);
}

.cancelled_order textarea.input-s {
    width: 100% !important;
    box-sizing: border-box;
    border-radius: 12px;
    min-height: 120px;
    resize: vertical;
    margin-top: 4px;
}

/* mesaj eroare */
.cancelled_order .error {
    display: block;
    color: #fe2d34 !important;
    font-weight: 600 !important;
    font-size: 11px !important;
}

/* butoane popup */
.cancelled_order .btn-cmd {
    margin-right: 6px;
}

.cancelled_order .btn {
    margin-top: 8px;
}

/* pe mobil: padding mai mic */
@media (max-width: 575px) {
    .cancelled_order {
        padding: 18px 16px 22px;
        border-radius: 16px;
    }
}

/* =========================
   CONT – FORME: PAROLĂ, DATE PERSONALE, ȘTERGERE CONT
   ========================= */

/* TITLURI SECȚIUNE (Modifica Parola / Date Personale / Buna Bogdan) */
.account-h .account-section .title.account h3.title.right {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .10em;
    color: var(--venara-espresso);
    margin: 0 0 4px 0;
    text-align: left;
}

/* “Buna Bogdan” – evidențiem numele */
.account-h .account-section .title.account h3.title.right span {
    color: var(--venara-pistachio);
}

/* linia de sub titlu */
.account-h .account-section .title.account hr {
    border: none;
    border-top: 1px solid var(--venara-sand);
    max-width: 180px;
    margin: 4px 0 10px 0;
}

/* =========================
   FORM LAYOUT – PAROLĂ & DATE PERSONALE
   ========================= */

.account-h .account-section .form-h {
    margin-bottom: 10px;
}

/* label în stânga, text warm brown */
.account-h .account-section .form-h .label-s {
    font-size: 13px;
    font-weight: 500;
    color: var(--venara-brown);
}

/* input-uri – păstrăm stilul global, dar ne asigurăm că arată corect aici */
.account-h .account-section .form-h .input-s {
    border-radius: var(--venara-radius-pill);
    border: 1px solid var(--venara-line);
    background: #FFFFFF;
    padding: 9px 14px;
    font-size: 13px;
    line-height: 1.4;
    color: var(--venara-espresso);
    box-sizing: border-box;
}

/* hover / focus */
.account-h .account-section .form-h .input-s:focus {
    outline: none;
    border-color: var(--venara-gold);
}

/* eroarea de complexitate parolă – uniformizată */
.account-h .account-section .errorPasswordComplexity {
    display: block;
    font-size: 11px;
    color: #fe2d34;
    margin-top: 2px !important;
    margin-bottom: 8px !important;
}

/* =========================
   BUTON „SALVEAZĂ” – PAROLĂ & DATE PERSONALE
   ========================= */

.account-h .account-section a.btn.std.full {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 22px;
    border-radius: var(--venara-radius-pill);
    border: none;
    background: var(--venara-espresso);
    color: var(--venara-cream);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: var(--venara-shadow-soft);
    transition: all .2s ease;
    margin-top: 8px;
}

/* hover */
.account-h .account-section a.btn.std.full:hover {
    background: var(--venara-pistachio);
    color: var(--venara-espresso);
    box-shadow: var(--venara-shadow-pressed);
    transform: translateY(1px);
}

/* aliniere – buton la stânga, sub câmpuri */
.account-h .account-section a#doSave {
    margin-left: 0;
}

/* pe mobil – lățime 100% */
@media (max-width: 767px) {
    .account-h .account-section a.btn.std.full {
        width: 100%;
    }
}

/* =========================
   BLOC „CERERE DE ȘTERGERE CONT”
   ========================= */

.account-h .account-section #register-page {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 16px 18px 18px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.03);
    margin-bottom: 14px;
}

/* titlul 'Cerere de stergere a contului' */
.account-h .account-section #register-page h2.title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--venara-espresso);
    margin: 0 0 4px 0;
}

/* linie sub titlu */
.account-h .account-section #register-page h2.title + hr {
    border: none;
    border-top: 1px solid var(--venara-sand);
    max-width: 220px;
    margin: 4px 0 10px 0;
}

/* text explicativ */
.account-h .account-section #register-page .regular-text {
    font-size: 13px;
    color: var(--venara-muted);
    margin-bottom: 4px;
}

/* buton „Stergere cont” sub card */
.account-h .account-section a.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 22px;
    border-radius: var(--venara-radius-pill);
    border: 1px solid var(--venara-espresso);
    background: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--venara-espresso);
    text-decoration: none;
    box-shadow: none;
    margin-top: 6px;
}

/* hover buton „Stergere cont” */
.account-h .account-section a.btn:hover {
    background: var(--venara-espresso);
    color: var(--venara-cream);
}

/* =========================
   17. FILTRE CATEGORIE
   ========================= */

/* Titluri de filtru (Pret, Brand, Concentrație etc.) */
.filter.box.type-scroll .title-h {
    padding: 10px 14px;
    border-radius: 6px;
    margin-bottom: 12px;
}

.filter.box.type-scroll .title-h .title {
    font-weight: 600;
    font-size: 15px;                 /* suficient de vizibil */
    text-transform: uppercase;       /* ALL CAPS */
    color: var(--venara-espresso);   /* culoarea Venara */
    letter-spacing: 0.4px;
    margin: 0;
    text-align: left;
}

/* Opțiuni filtrare – aliniere la stânga pentru text (label, link, count) */
.filter.box.type-scroll .option-group label,
.filter.box.type-scroll .option-group .-g-filter-label,
.filter.box.type-scroll .option-group span {
    text-align: left;
}


/* =========================
   18. PAGINA COS – LAYOUT TIP CHECKOUT
   ========================= */

/* Scoatem headerul de tabel din cos (PRODUSE / CANTITATE / PRET) */
#shoppingcart .cart-head {
    display: none !important;
}

/* Fiecare linie din cos: produs, cantitate, pret pe un singur coloane, ca in checkout */
#shoppingcart .cart-items > li.__GomagCartItem > .prod,
#shoppingcart .cart-items > li.__GomagCartItem > .qty-h,
#shoppingcart .cart-items > li.__GomagCartItem > .price-c {
    float: none !important;
    width: 100% !important;
    clear: both;
}

/* In interiorul blocului de produs: poza sus, text sub ea */
#shoppingcart .cart-box .prod .image,
#shoppingcart .cart-box .prod .info-prod {
    float: none !important;
    width: 100% !important;
}

#shoppingcart .cart-box .prod .image {
    margin-bottom: 8px;
}

#shoppingcart .cart-box .prod .info-prod {
    text-align: left;
}

/* Selectorul de cantitate sub text, centrat */
#shoppingcart .cart-items > li.__GomagCartItem > .qty-h {
    text-align: center !important;
    margin: 10px 0 6px !important;
}

#shoppingcart .cart-items > li.__GomagCartItem > .qty-h .qty-regulator {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Pretul liniei sub selector, aliniat la stanga (ca in checkout) */
#shoppingcart .cart-items > li.__GomagCartItem > .price-c {
    text-align: left;
    margin-top: 4px;
}


/* Butonul 'Vezi mai multe' */
/* Stil buton Vezi mai multe / Vezi mai putine */
.displayMore {
    color: #c0ccbd !important;      /* verde pistachio */
    text-decoration: none !important;
    cursor: pointer;
}

/* Hover – nuanță puțin mai închisă */
.displayMore:hover {
    color: #a4b3a7 !important;
}


li.discount {
    background: #FFF8E1; /* galben foarte pal deschis – atrage atenția, nu deranjează */
    border: 1px solid #F0C96D;
    padding: 12px 14px;
    border-radius: 6px;
    margin-top: 10px;
    font-weight: 600;
    color: #2E2B28; /* culoarea brandului */
    font-size: 14px;
}

li.discount a {
    font-size: 12px !important;
    text-decoration: underline;
    font-weight: 500;
    color: #2E2B28 !important;
}

li.discount::before {
    content: '
    }
 /* =========================
   19. EVIDENTIERE 'VOLUM DECANT' IN COȘ
   ========================= */

/* Primul atribut (Volum Decant) din lista de sub titlu, în COȘ */
.cart-box .prod .info-prod ul li:first-child {
    font-size: 12px;                     /* puțin mai mare decât restul */
    font-weight: 600;                    /* mai pronunțat */
    color: var(--venara-espresso) !important;
}

/* Tag pe valoare: 5ml (75 pulverizări) */
.cart-box .prod .info-prod ul li:first-child span {
    display: inline-block;
    margin-left: 4px;
    padding: 2px 8px;
    border-radius: var(--venara-radius-pill);
    background: var(--venara-bg-tag);    /* #F5E7D4 */
    color: var(--venara-espresso) !important;
    font-weight: 600;
    font-size: 12px;
}
