@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700&subset=latin-ext');
:root {
  --default-color: #0a1e33/*#6e9e36 #ff8ea6*/;
  --call-to-action: #eab274;
  --rating-color: #FFD314;
}

/* == TEDDY == */
body{
    font-family: 'Catamaran', sans-serif;
	color: var(--default-color);
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	--container-width: 1300px;
}
.container-h{max-width:var(--container-width);}
.text-main {color: var(--default-color)!important;}
.bg-main{background: var(--default-color)!important;}
.total-rate{font-size:13px;}
.fullRate {color: var(--rating-color);}
.fa{font-weight:300;}
.stock-status {font-size: 16px;}
.icon.discount {background:  var(--call-to-action)!important;}
.icon.new {background: #99b3b6;}

/* ----- BUTTON ----- */
.btn {background: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: 400;background: var(--call-to-action);border:1px solid transparent;}
.btn.btn-cmd:hover {color:#fff;background: var(--default-color);}
#top a i {background-color: #fff;color: #000;box-shadow: 0 3px 8px -1px rgb(0 0 0 / 35%);}
#logo{max-width:100%;}
#logo img{max-height:50px;}

/* ----- ACCOUNT HEADER ----- */
.acount-section {order:1;}
.acount-section>ul>li>a>i {font-size: 21px;}
.acount-section ul li a {color: #000;padding-left: 0;margin-left: 8px!important;border-left: none;}
.acount-section ul li a span{display:none;}
.acount-section .search-m{display:inline-block!important;cursor:pointer;}
.cart-header-btn .count{display:none!important;}
.-g-user-icon .-g-user-fidelity-registration-bonus{min-width:60px;}
.-g-user-fidelity-registration-bonus-popup{left:auto;right:0;}
.cart-header-btn .q-cart, 
.cart-m .q-cart, 
.wishlist-header-m .-g-wishlist-product-count, 
.wishlist-header .-g-wishlist-product-count {
	font-size: 13px;color: #fff;background: var(--default-color);
	min-width: 17px;height: 17px;line-height: 17px;
}

/* ----- ACCOUNT HEADER MEDIA QUERIES ----- */
@media screen and (min-width: 1091px){
	.main-header .logo-h, 
	.acount-section{width:20%;}
}
@media screen and (max-width: 1090px){
	.acount-section .-g-user-icon{display:none!important;}
}
@media screen and (max-width: 991px){
	.main-header .logo-h{width:100%;max-width: 160px;padding:0;}
	.main-header .acount-section{width:100%;padding-left:5px;}
	.acount-section ul li a {margin-left: 5px!important;}
}

/* ----- SEARCH ----- */
.main.search-form-box{display:none;}
.search-form-box.search-toggle .search-modal {display: block!important;position: absolute;top: 20px;right: 25px;font-size: 26px;color: #fff}
.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: 100%;background: rgba(0,0,0,.85);z-index: 9999;overflow-y: auto;}
.search-form-box.search-toggle .search-form {margin: 50px auto 0;max-width: 1000px}
.search-form-box.search-toggle input[type=text] {background: none;height: 50px;font-weight: 300;font-size: 21px;color: #fff;border: none;border-bottom: 1px solid #fff;border-radius: 0;box-shadow: none;}
.search-form-box.search-toggle input[type=text]::placeholder {color: #fff}
.search-form-box.search-toggle .search-button {font-size:21px;}
.search-form-box.search-toggle .search-button i {color: #fff;}
.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: #fff!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;}
.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 {
	/*-webkit-object-fit: cover;object-fit: cover;width: 100%;height: 100%;max-height: 100%;*/
	max-height: 420px;
}
.search-form-box.search-toggle .ac-h .ac-title {font-weight:300;font-size: 17px;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}

/* ----- SEARCH MEDIA QUERIES ----- */
@media screen and (max-width: 991px){
	.search-form-box.search-toggle .ac-h .ac-box{width: calc(33.333% - 4px);}
}
@media screen and (max-width: 767px){
	.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;}
	.search-form-box.search-toggle .ac-h .ac-box{width: calc(100% - 10px);}
}

/* ----- MENU ----- */
#wrapper{overflow:initial;}
.main-header{position:relative;position: -webkit-sticky;position: sticky!important;top:0;z-index:999;box-shadow: 0 2px 7px -4px rgba(0,0,0, .3);-webkit-transition: .2s!important;transition: .2s!important;}
.main-header .cart-header, .top-head {padding-top: 10px;padding-bottom: 10px;}
.main-header .nav-menu-hh,
.main-header .nav-menu{padding:0;}
.main-header .main-menu{background: none;padding:0;}
.main-header .main-menu ul li > a{position:relative;font-weight:700;color: var(--default-color);font-size: 16px;text-transform:none;transition: all .3s ease;}
.main-header .main-menu ul li > a:hover{color: var(--default-color)!important;}
.main-header .main-menu ul li > a:after {border-bottom: 1px solid var(--default-color);bottom: -5px;content: '';position: absolute;right: 0;transition: width .4s linear 0s;width: 0;}
.main-header .main-menu ul li > a:hover:after {left: 0;width:100%;}
.main-header .menu-dd{pointer-events: none;}
.main-header .menu-dd.open{pointer-events: auto!important;}
.main-header .menu-dd li .title a {font-weight: 600;font-size: 16px;}
.main-header .menu-dd li a {font-weight: 400;font-size: 14px;color: #7d7b7b;}
.main-header .menu-dd li a i {display:none;}

/*menu update*/
.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;}
.main-header .menu-dd.column-sld .carousel-slide .owl-next{right: -30px;}
.main-header .menu-dd.column-sld .carousel-slide .owl-prev{left: -30px;}
.menu-trg span,
.menu-trg span:after, 
.menu-trg span:before,
.main-header.fade-menu .menu-trg span,
.main-header.fade-menu .menu-trg span:after, 
.main-header.fade-menu .menu-trg span:before{background:#000;}
.mm-mobile-menu .menu-dd li .title a {font-weight:500;}
.mobile-icon {display: none!important;}
.acount-section {display: inline-block!important;}

/* ----- MENU MEDIA QUERIES ----- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.main-header .menu-dd ul li{float:none!important;}
}

@media screen and (min-width: 1091px){
	.main-header .nav-menu{width:100%;}
	.main-header .menu-dd{text-align:left;}
	.main-header .navigation-holder{width:60%;text-align:center;}
}
@media screen and (max-width:1090px) {
	.main-header.fix-nav .top-head{padding-top:5px;padding-bottom:5px;}
	.main-header .navigation-holder{order:-1;}
}
@media screen and (max-width: 991px){
	.main-header .navigation-holder{width:60px;padding-right:5px;}
}
@media screen and (max-width: 767px){
	.menu-trg{margin:10px 0 0 0;}
}
@media screen and (max-height: 725px){
	.main-header .menu-dd {overflow-y:auto;max-height:550px;}
	.main-header .menu-dd::-webkit-scrollbar {width: 6px;}
	.main-header .menu-dd::-webkit-scrollbar-track {background:rgba(0,0,0,0.2);-webkit-border-radius: 10px;border-radius: 10px;}
	.main-header .menu-dd::-webkit-scrollbar-thumb {-webkit-border-radius: 10px;border-radius: 10px;background: rgba(68, 68, 68, .6);}
	.main-header .menu-dd::-webkit-scrollbar-thumb:window-inactive {background: rgba(68, 68, 68, .4);}
}


/* ----- TITLE ----- */
.title-carousel {margin-bottom: 50px;}
.title-carousel .title {font-size: 34px;font-weight: 300;color:var(--default-color);text-transform: none;padding: 0;}
.title-carousel hr{display:none;}

/* ----- TITLE MEDIA QUERIES ----- */
@media screen and (max-width: 767px){
	.title-carousel {padding-top: 0;margin-bottom: 20px;}
	.title-carousel .title {font-size: 24px;}
}


/* CAROUSEL */
.owl-next .fa, .owl-prev .fa{font-weight: 400!important;}
#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%;}
#main-bnn .owl-next:hover,
.carousel-slide .owl-next:hover{transform: translateX(-5px);}
#main-bnn .owl-prev:hover,
.carousel-slide .owl-prev:hover{transform: translateX(5px);}

#main-bnn:after{
    background-image:url('https://gomagcdn.ro/themes/fashion/gfx/skins/teddy/texture.svg');
    background-repeat: no-repeat;background-position: bottom;
    content:'';display:block;position:absolute;bottom:-1px;left:0;right:0;margin:auto;
    width:100%;height:100%;z-index:99;pointer-events: none;
}

/* ----- CAROUSEL MEDIA QUERIES ----- */
@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 (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;}
}

/* ----- TRUST ICON ----- */
.icon-group .col .trust-h .trust-item{flex-direction: row;}
.icon-group .col .icon-label {font-weight: 600;font-size: 16px;text-align:left;}
.icon-group .col .icon-label span{font-size: 13px;color:#000;margin-top:2px;}
.t-tips {font-weight: 300;font-size: 13px;line-height:1.4;letter-spacing: 0.3px;}

/* ----- TRUST ICON MEDIA QUERIES ----- */
@media screen and (max-width: 991px){
	.icon-group .row {flex-wrap: nowrap;overflow: auto hidden;}
	.icon-group .col {flex-shrink: 0;-webkit-box-flex: 0;flex-grow: 0;width:auto!important;}
	.icon-group .col .trust-h {width: 220px;max-width: 100%;}
}

/* ----- PIN ----- */
.-g-component-banner-group{padding:0;}
.pinGrid {padding: 0;margin:0;}
.pin{position:relative;padding:0 12px;margin:0 auto 2%;}
.pin .image{overflow: hidden;border-radius:6px;}
.pin img{transform:scale(1);transition: all .4s ease-out;}
.pin:hover img{transform:scale(1.05);}
.pin .figcaption{
    position: absolute;bottom: 7%;left: 12px;width: calc(100% - 24px);padding:1% 4% 2%;
    display: flex;flex-wrap: nowrap;justify-content: flex-end;align-items: flex-start;flex-direction: column;
    color: #fff;text-align: left;background-color: #fff;pointer-events:none;
}
.pin .figcaption .title {font-weight: 300;font-size: 34px;color:var(--default-color);line-height: 1.1;margin: 10px 0;}
.pin .figcaption p{font-weight: 300;font-size: 18px;color:var(--default-color);line-height: 1.4;}
.pin .figcaption .banner-btn{font-weight: 600;font-size: 15px;color:var(--default-color);text-transform:uppercase;position:relative;overflow:visible;pointer-events:auto;}
.pin .figcaption .banner-btn:after {content: '';display:block;position: absolute;width: 50px;height: 2px;background-color: #FFF;bottom: -5px;left: 0;transition: 0.3s ease-in;}
.pin .figcaption .banner-btn:hover:after {width:100%;}

/* ----- PIN MEDIA QUERIES ----- */
@media screen and (min-width: 1091px){
	.pin .figcaption {width: 70%;}
}

/* ----- PRODUCT BOX ----- */
.product-box .box-holder {max-width: 400px;}
.product-box .image {padding-top: 135%;border-radius:6px;}
.product-box .product-icon-holder {width:100%;aspect-ratio:20/27;}
.product-box .image img{transition: transform .4s cubic-bezier(0,0,.2,1);}
.product-box:hover .image img{transform: scale(1.08);}
.product-box .title{font-size:16px;color:#000;}
.product-box .price {font-weight: 700;font-size: 16px;color: var(--default-color);}
.product-box .price .price-full {color: #979797;}
.product-box:not(.list-type) .icon, 
.product-icon-box .icon{float:none;}
.product-icon-box{left:0;}
.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;border-radius:0;height: 23px;line-height: 24px;margin: 8px 8px 0;border-radius:4px;}
.product-listing .product-box.list-type .product-icon-box .icon{float: left;}
.product-box:not(.list-type) .add-list{
    position: absolute;top: 0;right: 0;margin: auto;width: 100%;
    margin-top: calc(135% - 65px);display: flex;flex-direction: row;justify-content: center;flex-wrap: nowrap;
    transform: translate(60px, 0);opacity: 0;visibility: hidden;transition: all .4s cubic-bezier(0.8, 0, 0.3, 0.95);z-index: 9;
}
.product-box:not(.list-type):hover .add-list{transform: translate(0, 0);opacity: 1;visibility: visible;}
.product-box:not(.list-type) .add-list .qty-regulator {display: inline-flex;align-items: center;justify-content: center;margin:0;}
.product-box:not(.list-type) .add-list .qty-regulator .minus,.product-box:not(.list-type) .add-list .qty-regulator .plus {background: #fff;border-radius: 50%;z-index: 2;height:30px;width:30px;box-shadow: 0 4px 12px -3px rgb(0 0 0 / 25%);}
.product-box:not(.list-type) .add-list .qty-regulator input[type=text] {border-radius: 50%;margin: 0 -7px;z-index: -1;width: 40px;height: 40px;border: solid 1px #dbdbdb;box-shadow: 0 4px 12px -3px rgb(0 0 0 / 25%);}
.product-box .add-list .btn{background:#fff;color:#000;width:45px;height:45px;font-size:19px;line-height:45px;padding: 0;margin:0 4px;border-radius:50%;border:none;box-shadow: 0 4px 12px -3px rgb(0 0 0 / 25%);transition:all .2s ease-in;}
.product-box .add-list .btn.__GomagAddToCartDisabled {color:transparent!important;}
.product-box .add-list .btn.__GomagAddToCartDisabled:before {content:"\f05e";font-family:'font awesome 6 pro';color:#000;display:block}
.product-box .add-list .btn.__GomagAddToCartDisabled:hover:before {color:#fff}
.product-box .add-list .btn .fa{display:inline-block;}
.product-box .add-list .btn span{display:none;}
.product-box .add-list .btn:hover{background: #000;color:#fff;}
.product-box .versionAttribute a span {font-weight: 500;padding: 4px 8px;min-width: 30px;border-radius: 3px;}

/* ----- PRODUCT BOX MEDIA QUERIES ----- */
@media screen and (max-width: 991px){
	.product-box{padding:0 2px;}
	.product-box .add-list{display:none;}
}
@media screen and (min-width:768px) {
	.product-listing .product-box.list-type .image-holder {width: 300px;}
	.product-listing .product-box.list-type .image img {max-height: 300px;}
	.product-listing .product-box.list-type .figcaption{padding-left:35px;}
	.product-listing .product-box.list-type .title{font-size:22px;}
	.product-listing .product-box.list-type .price {font-size: 18px;}
	.product-listing .product-box.list-type .-g-productlist-description {font-size: 15px;font-weight: 300;}
	.product-listing .product-box.list-type .add-list {padding-bottom: 20px;}
}
@media screen and (max-width: 480px){
	.product-bottom {margin-top: 0;}
}

/* ----- COMPONENTS ----- */
.-g-banner-fixed{overflow:hidden;max-width: 1300px!important;margin: 0 auto;border-radius:6px;}
.-g-banner-fixed .-g-banner-fixed-media{margin:0 auto!important;padding: 0!important;}
.-g-banner-fixed .title{font-weight: 300!important;font-size: 34px!important;line-height: 1.2!important;margin-bottom: 20px!important;}
.-g-banner-fixed .subtitle {font-weight: 300!important;font-size: 18px!important;line-height: 1.4!important;}
.-g-banner-fixed:after{
    background-image:url('https://gomagcdn.ro/themes/fashion/gfx/skins/teddy/texture.svg');
    background-repeat: no-repeat;background-position: bottom;
    content:'';display:block;position:absolute;bottom:-1px;left:0;right:0;margin:auto;
    width:100%;height:100%;z-index:99;pointer-events: none;
}

/* ----- COMPONENTS MEDIA QUERIES ----- */
@media screen and (min-width: 992px){
	.-g-banner-fixed .container-h{padding:0;}
}
@media screen and (max-width: 991px){
	.-g-banner-fixed .container-h{padding:0 30px;}
	.-g-banner-fixed .-g-banner-fixed-content {margin: 40px 30px!important;}
}

/* ----- INSTAGRAM ----- */
.instagramContainer{border: none;padding: 5% 5px 0;max-width: 100%;text-align: center;}
.instaHeader{font-size:15px;}
.instaPinGrid{margin:0!important;}

/* ----- FOOTER ----- */
.newsletter-holder.lazyloaded{background-image: url('https://teddy.gomag.ro/domains2/teddy/files/files/teddy-newsletter-3068.jpg');}
.newsletter-holder{
    position:relative;
    padding:80px 0;text-align:center;
    background-color: #e7eeef;
    background-size: cover;
    background-position: left center;
}
.newsletter-holder:after {
    background-image:url('https://gomagcdn.ro/themes/fashion/gfx/skins/teddy/texture.svg');
    background-repeat: no-repeat;background-position: bottom;
    content: '';display: block;position: absolute;bottom: -1px;left: 0;right: 0;
    margin: auto;width: 100%;height: 100%;z-index: 99;pointer-events: none;
}
.newsletter-holder .newsletter{display: flex;justify-content: space-evenly;align-items: center;}
.newsletter-holder .newsletter .title{font-weight: 600;font-size: 34px;padding: 0 10px;}
.newsletter-holder .newsletter .title span{display: block;font-weight: 300;font-size: 18px;}
.newsletter .newsletter-form{margin-top:5px;position: relative;}
.newsletter .newsletter-form input[type=text] {font-weight: 300;font-size: 15px;color: #000;line-height: 50px;height: 50px;max-width: 600px;padding: 0 20px;border: none;background: #ffffff;}
.newsletter .newsletter-form input[type=submit] {display: inline-block;width: 130px;letter-spacing: 1px;line-height: 50px;background: #000000;border-radius: 0;margin:0;position: absolute;right: 0;}
.newsletter .custom-chk label{font-weight:300;font-size:14px;}
footer{background:#fff;box-shadow: 0 -2px 7px -4px rgb(0 0 0 / 30%);}
.main-footer .col .title {position:relative;font-size: 17px;font-weight: 600;color: var(--default-color);text-transform: capitalize;margin-bottom: 20px;}
.main-footer .col .title a{color: var(--default-color);}
.main-footer .col ul li{margin-bottom: 8px;}
.main-footer .col,
.main-footer .col ul li,
.main-footer .col ul li a,
.main-footer .support a{font-weight: 300;font-size: 14px;color: var(--default-color);}
.main-footer .col ul li a {position:relative;display:block;transition: all .25s ease-in-out;}
.main-footer .col ul li a:hover {color: var(--default-color);}
.main-footer .col .footer-submenu li a:hover {transform:translate(5px, 0);}
.main-footer .support .title span {display:block;font-weight: 300;font-size: 15px;margin-top: 20px;}
.main-footer .social {text-align:center;padding-top:20px;}
.main-footer .social .title{display:none;}
.main-footer .social ul {display:block;}
.main-footer .social ul li {display:inline-block;margin:0;}
.main-footer .social ul li a {font-size: 25px;padding:0 5px;color: var(--default-color);}
.copyright-payment {padding:25px 0;font-size:14px;border-top:1px solid #ddd;}
.copyright-payment .copyright{display:inline-block;margin:0;margin-top:6px;}
.copyright-payment .copyright a{font-weight:600;}
.copyright-payment .copyright span{display:inline-block;}
.copyright-payment .payment-accepted {display: flex;flex-wrap: wrap;justify-content: flex-end;}
.copyright-payment .payment-accepted img{display:inline-block;max-height:35px;margin:3px 2px ;}
.-g-footer-affiliate-block .container-h{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
/* ----- FOOTER MEDIA QUERIES ----- */
@media screen and (max-width: 991px){
    .copyright-payment .payment-accepted {justify-content: center;}
    .main-footer .col:not(.social){float:left;width:50%;clear: none;padding-top:0;}
    .copyright-payment{text-align:center;}
}
@media screen and (max-width: 800px){
    .bottom-section .col {border:none!important;}
    .newsletter-holder .newsletter {flex-direction: column;}
    .newsletter-holder .newsletter .newsletter-form {max-width: 100%;margin: 15px auto 0;position: relative;}
}
@media screen and (max-width: 520px){
    .main-footer .col .title{margin-bottom:15px;}
    .main-footer .col:not(.social){width:100%;text-align:left;}
    .main-footer .col .title .fa{float:right;margin-top: 6px;}
    .bottom-section .support .title span{margin-top: 5px;}
    .bottom-section .support .title span:before{display:none;}
    .bottom-section .support-contact{display:block!important;margin-bottom: 7px !important;height: auto!important}
}
@media screen and (max-width: 480px){
    .newsletter-holder .newsletter .title span{font-size: 17px;}
    .newsletter-form input[type=text]{max-width: 200px;}
    .newsletter-form input[type=submit] {width: 120px;}
}

/* ----- CATEGORY ----- */
#category-page {padding-top:0;}
#category-page .filter-group{display:none;}
#category-page .category-content{width:100%;}
.breadcrumbs-box{padding-top:30px;}
.breadcrumbs-box ol{text-align:center;}
.breadcrumbs-default ol li,
.breadcrumbs-default ol li a,
.breadcrumbs-box ol li,
.breadcrumbs-box ol li a{font-weight:300;font-size:16px;}
.catTitle {font-weight:500;font-size: 30px;padding: 0px 0 60px;text-align: center;text-transform: capitalize;}
.result-section .result{line-height:30px;}
.filter-trg{display:inline-block!important;float: right;margin-left: 5px;margin-right:0;}
.filter.box .title {font-size: 18px;Font-weight: 500;margin:0;text-transform:capitalize;}
.filter.box .title-h {padding: 4px 0;margin-bottom: 15px;}
.filter.box .title-h:after,
.filter.box .title-h.line:after {content: '';display: block;border-bottom: 1px solid #dbdbdb;position: absolute;top: 16px;left: 0;width: 100%;z-index: 9;}
.option-group li{margin-bottom:5px;}
.option-group li, 
.option-group li a {color: #000;font-size: 14px;}
.option-group li a:hover {color: var(--default-color);}
.mm-nav-filter .filter.box .title{font-size:15px;}
.mm-nav-filter .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;}

/* ----- CATEGORY MEDIA QUERIES ----- */
@media screen and (max-width: 767px){
	.catTitle {padding: 25px 0 ;}
}

/* ----- DETAIL ----- */
.product-page-holder .breadcrumbs-default{text-align:center;}
.breadcrumbs-default {padding-top: 25px;padding-bottom: 25px;}

.detail-title .title span {font-size: 28px;margin-top: 5px;}
.detail-rate-box{margin-top:10px;}
.thumb-sld{display:none;}

.vertical-slider-box,
.vertical-slide-img,
.vertical-slide-img img{max-height:initial!important;}
.prod-lg-sld:hover a,
.fancybox-can-zoomIn .fancybox-content {cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAABo0lEQVRIie2WS04CQRCGP0Fmoywh8QrIHcSFrlwoUa5AJMbHLYhn0JWPg8jCR9iIJmBQ9m7RhS4UF1Wd6ZB52MNoTORPOjPpruqvu7qr0jDVH5IH1IBzoAe8ausBZzrmpQ2tAk/AKKY9AhtpADPAoTXxLbALlIA5bYvAHtCx7Jrqm1gG+gbUYybLANtqa+CJVLWgSw5+FQu+7gr18M+0HmJzDVyGjDXUtw/kXMA1/DMNC685zyBlgTsd34wCjU9ubuYR8PmdlY7pAzjWf6dwPyCrLUXYRO0Y5LaPkDz/tobqlLf6WsTnccuyz2vfMAo0Uc5ZCorAjMsEaYS6jH+zQzW+47Z+V2IWGKVV/V65OJl06gQsyigune51fMsF7CEFf4SUwSC1gIuQsR31HQCzLmCQXDYls+Lgtwy8q++aK9SoacEbSAjDlEV2aqDPQCEpOGPBR0gZ3EeKw7y2MnCAf6YGauyLSeEgZa9PfAEZIOEt4NfqieE5pOCfAl3gBXn69IET5PbaF6mYJtxVBfyXSRdY+DdwO+w3vwk28Dbhr5apflZfmcORXr6V40MAAAAASUVORK5CYII=), zoom-in;}
.detail-price{font-weight:500;font-size:20px;margin-top:15px;margin-bottom:15px;}
.detail-price s {font-weight:400;font-size:16px;color: #83868c;}
.short-description {font-weight: 300;font-size: 14px;color: #878787;line-height: 1.7;border-top: 1px solid #e7e7e7;padding-top: 20px;}

.__optionSelectorImage {overflow: hidden;border: 1px solid #f2f2f2;border-radius: 3px;margin-right: 4px;margin-bottom: 4px;width: 80px;height:auto;background: #f2f2f2;}
.__optionSelectorImage:hover{border:1px solid #000;}
.__optionSelectorImage a:before{display:none;}
.__optionSelectorImage a{height:auto;}
.__versionProductImage {max-height: 110px;}
.-g-version-attribute-holder .-g-versions-attribute-name {font-size:16px;}
.-g-version-attribute-holder .-g-versions-attribute-name span{font-weight:700;}
.detail-product-atributes .input-s {font-weight:600;font-size:14px;border:1px solid #000;min-height: 40px;}

.add-section .qty-regulator {position:relative;margin: 0 15px 5px 0;padding-right: 35px;width:80px;}
.add-section .qty-regulator input[type=text] {border: 1px solid #000;width: 45px;height: 51px;font-size: 17px;line-height: 52px;border-radius: 4px 0 0 4px;}
.add-section .qty-regulator .minus,
.add-section .qty-regulator .plus{position:absolute;right:0;border: 1px solid #000;height: 26px;width: 36px;    line-height: 28px;font-size: 14px;}
.add-section .qty-regulator .minus{bottom:0;border-radius: 0 0 4px 0;}
.add-section .qty-regulator .plus{top:0;border-radius: 0 4px 0 0;}
.add-section .add2cart{font-weight: 600;line-height:50px;letter-spacing: 1px;}
.add-section .add2cart:hover{background:#000;color:#fff;}
.wish-section{margin-bottom:0;}
.wish-section .col{font-size:15px;}

.extra-offer .detail-price {display: block;margin: 10px 0;position: relative;}
.extra-offer{border:none;border-top: 1px solid #dfdfdf;}
.extra-offer .extra-offer-title{display:inline-block;position:relative;font-weight: 600;color: #000;font-size: 15px;text-transform: capitalize;}
.extra-offer .extra-offer-title:after {border-bottom: 2px solid var(--default-color);bottom: -2px;left: 0;content: '';position: absolute;width: 100%;}
.extra-offer .box {border:none;border-top: 1px solid #dfdfdf!important;}
.extra-offer .box ul li {padding: 0 2px;}
.extra-offer .prod-img img {max-height: 280px;border-radius:2px;}
.extra-offer .detail-price {display: block;margin: 10px 0;}
.extra-offer.carousel-slide .owl-theme .owl-controls .owl-buttons div {top: 45%;}

.detail-tabs,
.detail-recomended{width:100%;}
.detail-tabs .resp-tabs-list li{position:relative;display:block;font-weight: 500;font-size: 17px!important;padding: 15px 10px!important;border-top:1px solid #ddd;border:none!important;background:none!important;margin-bottom:0!important;}
.detail-tabs .resp-tabs-list li:after {border-bottom: 2px solid var(--default-color);bottom: -1px;left: 0;content: '';position: absolute;transform: scale(0);transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;-webkit-transition: all 0.3s linear 0s;width: 100%;}
.detail-tabs .resp-tabs-list li:hover:after,
.detail-tabs .resp-tabs-list li.resp-tab-active:after {transform: scale(1);}
.detail-tabs .description-tab h3 {font-weight: 300;font-size: 32px;color: #000;line-height: 1.3;margin-bottom: 20px;}
.detail-tabs .description-tab p{margin-bottom:10px;}
.detail-tabs .description-tab {font-weight: 300;font-size: 14px;color: #000;line-height: 1.3;}
.detail-tabs .resp-accordion {font-weight: 500;font-size: 17px!important;color:#000;padding: 15px!important;border:none!important;border-top:1px solid #ddd!important;border-bottom:1px solid #ddd!important;margin-top:-1px;background:none!important;}

/* ----- DETAIL MEDIA QUERIES ----- */
@media screen and (min-width:992px) {
	.detail-tabs .resp-tab-content {padding: 30px 15px;}
	.detail-tabs .video-tab {padding: 15px;}
}
@media screen and (max-width: 991px){
	.extra-offer .box {padding: 20px 0;}
}
@media screen and (min-width: 768px){
	.product-page-holder .-g-product-details-holder{position: sticky;top: 80px;width:35%;transition:top 0.3s ease;}
    .product-page-holder .detail-slider-holder{position: sticky;top: 90px;width:65%;padding-right: 5%;}
	.prod-lg-sld, .prod-lg-sld:not(.slick-initialized){visibility: visible;display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;justify-content: center;}
	.prod-lg-sld li{width: 50%;padding: 0 2px;margin-bottom: 4px;}
	.vertical-slide-img img{border-radius:2px;}
}
@media screen and (max-width: 767px){
	.detail-tabs .resp-tab-content {border:none!important;}
	.detail-title .title span {font-size: 21px;margin-top: 10px;}
	.detail-slider-holder{padding:0;}
	.extra-offer .buy {text-align: center;padding:0 15px;}
}
@media screen and (max-width: 480px){
	.wish-section .col{margin-right:20px;}
}

/* ----- CART ----- */
.main-header.-g-pagetype-cart{position:relative!important;}
#shoppingcart {max-width:1200px;}
.cart-box {border: none;}
.cart-head {background: none;border-top: 1px solid #dfdfdf;border-bottom: 1px solid var(--default-color);}
.cart-head li{color:#000;}
.cart-items>li {border-bottom: 1px solid #dfdfdf;}
.free-account, .free-account .new-checkbox {font-weight: 400;font-size: 14px;}
.checkout .-g-checkout-summary {border:none;border-top: 1px solid var(--default-color);}

/* ----- CART MEDIA QUERIES ----- */
@media screen and (max-width: 767px){
	.main-header .cart-header .row{justify-content: center;}
}

/* ----- NEWSLETTER SUCCES PAGE ----- */
#succes-page .newsletter .newsletter-form {padding-right: 0;}
#succes-page .newsletter input[type=submit] {height: 50px;line-height: 50px;}

/* ----- NEWSLETTER SUCCES PAGE MEDIA QUERIES ----- */
@media screen and (max-width: 800px){
	#succes-page .newsletter .newsletter-form {max-width: 100%;}
}

body{font-family: 'Poppins', sans-serif;}

#logo img{content: url('https://gomagcdn.ro/domains3/snuzzio.ro/files/company/webpage-long-black7271.png');}
@media screen and (min-width:992px){.title-carousel .title,.title-carousel .title a,.-g-banner-fixed .title,.catTitle{font-size:28px;}}
.title-carousel .title,.title-carousel .title a,.-g-banner-fixed .title,.catTitle{color:#f2aa7e;}
.btn.std{color:#ffffff;}
.btn.std{background:#7aa87a;}
.btn.btn-cmd{color:#ffffff;}
.btn.btn-cmd{background: #f2a97e;} .-g-one-time-offers .-g-one-time-cart-label {background: #f2a97e20;}
.main-header, .cart-header{background: #ffffff!important;}
.acount-section .-g-user-icon{display:inline-block!important;}
.main-footer .col .title, .main-footer .col .title a{color: #f2aa7e;}
.newsletter-holder.lazyloaded {background-image: url("/domains3/snuzzio.ro/files/files/banner-footer-desktop.png");background-position:  center;background-size: cover;background-repeat: no-repeat;}
.product-box .title{-webkit-line-clamp: 3;}
.product-box .title{font-weight: 400;}
.product-box .title{text-transform: none;text-transform: none;text-transform: none;}
@media screen and (min-width:992px){.product-box .price{font-size:18px !important;}}
@media screen and (min-width:992px){.product-box .price .price-full{font-size:14px;}}
.product-box .image {padding-top: 125%;} .product-box .product-icon-holder {aspect-ratio:4/5} .product-box:not(.list-type) .add-list {margin-top: calc(125% - 65px);}
.filter.box .title{text-transform: none;text-transform: none;text-transform: none;}
@media screen and (min-width:992px){.filter-group-selected span.filter {font-size:14px !important;}}
.filter-group-selected span.filter {color:#000000 !important;}
.filter-group-selected span.filter {background-color:#7aa87a;}.filter-remove{background: #00000070;}
/*popup*/

/* ============================================================
   GOMAG THEME CUSTOMIZATIONS
   ============================================================ */





/* ================================================
   [FONT] Font global site - Poppins
   ================================================ */
body, p, span, li, a, td, th, input, textarea, select, button, label {
    font-family: 'Poppins', sans-serif !important;
}

/* Rezervare inaltime banner branduri */
.brand-h {
  min-height: 270px;
}

/* Font si culoare text pagini */
.landing-content p,
.landing-content li { 
  font-size: 16px !important; 
  line-height: 1.7 !important; 
}

.landing-content strong,
.landing-content b { 
  color: #7AA87A !important; 
}

/* ============================================================
   1. GLOBAL / BODY
   ============================================================ */
   

   
/* butoane dropbown cart */
.cart-dd .cart-drop{display:flex;flex-direction:column;width:100%}
.cart-dd .cart-drop > div{width:100%;flex:0 0 100%}

.cart-dd .close,
.cart-dd [class*="remove"]{display:flex;align-items:center;justify-content:center;line-height:normal;padding:0}
.cart-dd .-g-cart-dropdown{display:flex !important; flex-direction: column !important;}
/* butoane dropbown cart */
   
/* Minimum order */ 
.snz-min-order {
  display: none;
  text-align: center;
  color: #c25476;
  font-weight: 600;
  font-size: 14px;
  margin: -10px 0 15px;
}
/* Minimum order */ 


@media (max-width: 767px) {
  .nav-menu.base-menu {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    overflow-y: auto !important;
    max-height: 80vh !important;
  }
}
@media (max-width: 767px) {
  .mm-mobile-menu .nav-menu.base-menu li {
    width: 100% !important;
  }
  
  .mm-mobile-menu .nav-menu.base-menu li a {
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box !important;
    display: block !important;
  }
}



/* Search background */
.search-form-box.search-toggle {background: rgba(0, 0, 0, 0.25) !important;}


/* Font, culori si latime container global */
body {
    font-family: 'Catamaran', sans-serif;
    color: var(--default-color);
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    --container-width: ; /* lasa gol pentru latime implicita a temei */
}
/*
.container-h {
  max-width: 1200px;
  margin: 0 auto;
  padding-left:5px;
  padding-right:5px
}
*/

/* Site in constructie corectie width maxim si pozitionare imagine
#wrapper {
  max-width:100%;

}
Site in constructie corectie width maxim si pozitionare imagine */
.uc-content {
  padding:100px 15px;
  text-align:center
}

/* Narrow only the main page content area
#wrapper > div:not(.main-header):not(#-g-footer-general):not(.newsletter-holder) {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
Narrow only the main page content area */

/* ============================================================
   2. HEADER
   ============================================================ */

/* Afisare iconite cont + telefon pe mobil */

@media screen and (max-width: 767px) {
  .acount-section .-g-user-icon {
    display: block !important;
  }
  .acount-section .contact-header {
    display: block !important;
  }
}


/* Corectie efect decorativ tema */
#main-bnn:after{
    width:102%;
    background-image: none !important;
}

/* Change logo when scroll >150px */
.main-header.scrolled #logo img {
    content: url('https://snuzzio.ro/logo/webpage_long_color.png');
}

/* Ascundere baner sub header + header transparent */
body.-g-pagetype-homepage #main-bnn {margin-top: -65px;}
.main-header{box-shadow: none !important;background:transparent !important; transition: background 0.3s ease;}
.main-header.scrolled {background: rgba(255, 255, 255, 0.95) !important;}
.main-header .main-menu ul li > a{font-weight:600;color: #3D3935; font-size: 16px;}

/* Desktop - meniu orizontal aliniat dreapta */
.nav-menu.base-menu {
    display: flex;
    justify-content: flex-end;
}
.acount-section ul {
    display: flex;
    justify-content: right;
}
.acount-section ul a {
    padding-right: 10px;
}


@media screen and (max-width: 767px) {
  /* Modifică distanța link-urilor din listă doar pe mobil */
  .account-section ul a,
  .acount-section ul a {
    padding-right: 5px !important; /* Schimbă 5px cu valoarea dorită pentru mobil */
  }
}

/* Logo: dimensiune maxima si padding stanga */
#logo { max-width: 100%; padding-left: 10px; }
#logo img { max-height: 80px; }

/* Padding sectiune brand din header */
.brand-h {
    padding: 0 0 0px;
    margin-top: 50px;
}

/* Sectiunea de iconite cont (user, cos, wishlist) din header */
.acount-section { order: 1; }
.acount-section {
    display: flex;
    align-items: center;
    height: 100%;
}

/* Marime iconite din sectiunea cont */
.acount-section > ul > li > a > i { font-size: 21px; }

/* Spatiere linkuri din sectiunea cont
   NOTA: margin-left: 15px! contine un '!' invalid - lasa asa ca sa nu se strice comportamentul existent */
.acount-section ul li a { color: #000; padding-left: 0; margin-left: 15px; padding-top: 10px; padding-bottom: 10px; }

/* Ascunde textul (label) din linkurile sectiunii cont, pastreaza doar iconita */
.acount-section ul li a span { display: none; }

/* Afiseaza butonul de cautare in header */
.acount-section .search-m { display: inline-block !important; cursor: pointer; }

/* Ascunde numarul de produse din cos (badge) */
.cart-header-btn .count { display: none !important; }

/* Latime minima pentru bonusul de fidelitate */
.-g-user-icon .-g-user-fidelity-registration-bonus { min-width: 60px; }

/* Pozitionare popup fidelitate la dreapta */
.-g-user-fidelity-registration-bonus-popup { left: auto; right: 0; }

/* Badge-uri numar produse: cos, wishlist */
.cart-header-btn .q-cart,
.cart-m .q-cart,
.wishlist-header-m .-g-wishlist-product-count,
.wishlist-header .-g-wishlist-product-count {
    font-size: 13px;
    color: #fff;
    background: var(--default-color);
    min-width: 17px;
    height: 17px;
    line-height: 17px;
}

/* Elimina padding-bottom de sub iconitele din sectiunea cont */
.acount-section > ul > li {
    padding-bottom: 0px;
}


/* ============================================================
   3. BARA DE DISCOUNT / LIVRARE (sus de tot)
   ============================================================ */

/* Bara de anunt pentru discount livrare - modifica line-height pentru a ajusta inaltimea */
.discount-tape {
    position: relative;
    width: 100%;
    padding: 8px 16px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    line-height: 1.4;
    z-index: 99;
    box-sizing: border-box;
}

/* ============================================================
                    BRANDS SLIDER - CENTER
   ============================================================ */

.brand-flex-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 0;
}

.brand-flex-container .brand-sld-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
}

/* ============================================================
   4. FOOTER
   ============================================================ */
  
/* Injectare logo visa & mastercard */

#-g-payment-accepted::before {
  content: "";
  display: inline-block;
  width: 96px;
  height: 40px;
  background-size: contain, contain;
  margin-right: 12px;
  background-image: url('https://snuzzio.ro/icons/visa.png'),
                    url('https://snuzzio.ro/icons/mastercard.webp');
  background-repeat: no-repeat;
  background-position: left center, 52px center;
  background-size: 40px auto, 40px auto;
  align-self: center;
}

/* Inlatimea newsletter-ului */
.newsletter-holder{
    position:relative;
    padding:130px 0;text-align:center;
    background-size: cover;
    background-color: #FFFFFF;
    background-position: left center;
}

/* Bara de jos a footer-ului */
.footer-bottom-bar {
    background-color: #7AA87A;
    color: #fff;
    width: 100%;
}

/* Footer: 5 coloane egale pe desktop */
@media (min-width: 992px) {
    /* Coloanele 1-4: toate au col-md-3 */
    #-g-footer-general .main-footer .row .col-md-3 {
        width: 16% !important;
        float: left !important;
        clear: none !important;
    }
    
/* Numar produse pe rand */
  .col-md-3 {
    width:20%
  }

    /* Coloana 5 (Social): are doar col-xs-12, fara col-md-3 */
    #-g-footer-general .main-footer .row > .col-xs-12:not(.col-md-3) {
        width: 16% !important;
        float: left !important;
        clear: none !important;
        margin-right: 10% !important;
    }

    /* Spatiu stanga prima coloana */
    #-g-footer-general .main-footer .row .col-md-3:first-child {
        margin-left: 10% !important;
    }
}

/* Mobil: spatiere corecta in sectiunea Suport Clienti */
@media (max-width: 767px) {
    /* Programul de functionare - afisat ca rand separat cu spatiu sub el */
    #-g-footer-general .-g-footer-support .col.support p.title span {
        display: block !important;
        margin-top: 8px !important;
        margin-bottom: 14px !important;
        font-weight: normal !important;
        font-size: 14px !important;
    }
    /* Spatiere uniforma intre telefon si email */
    #-g-footer-general .-g-footer-support .support-contact {
        display: block !important;
        margin-bottom: 12px !important;
    }
    /* Spatiere intre sectiunea Suport si coloana Social */
    #-g-footer-general .main-footer .row > .col-xs-12 {
        margin-top: 20px !important;
    }
}

/* Padding pentru .main-footer */
.main-footer {
  padding-top:80px;
  padding-bottom:30px
}

/* Padding coloana Social Media, aliniat cu celelalte coloane din footer */
.main-footer .row .col-xs-12 .col.social {
    padding-left: 0px;
    padding-top: 0px;
}

/* Ascunde textul implicit 'Social' si span-ul din titlul coloanei */
.main-footer .col.social p.title {
    font-size: 0 !important;
}
.main-footer .col.social p.title span {
    display: none !important;
}

/* Inlocuieste 'Social' cu 'Urmareste-ne', stilizat ca celelalte titluri din footer */
.main-footer .col.social p.title::before {
    content: 'Urmareste-ne';
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #f2aa7e;
    margin-bottom: 0px;
}

/* Forteaza afisarea titlului coloanei sociale */
.main-footer .social .title {
    display: block;
}

/* Iconite social media: aliniate la stanga, afisate vertical */
.main-footer .col.social {
    text-align: left;
}
.main-footer .col.social ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

/* Marime iconite social media */
.main-footer .col.social .fa {
    font-size: 22px;
}


/* ============================================================
   5. CULORI SI BUTOANE
   ============================================================ */

/* Buton submit newsletter */
.newsletter .newsletter-form input[type=submit] { background: #7AA87A; }

/* Buton generic (ex: Continua cumparaturile) */
.btn { background: #7AA87A; border: 1px solid #FFFFFF; color: #fff !important; }
.btn.std{background:#7AA87A;}

/* Culoare text buton adauga in cos */
.product-box .add-list .btn{color:#000 !important}
.product-box .add-list .btn:hover{background: #000;color:#fff !important;}


/* Marime si curba margine butoane de versiuni de kg*/
.__optionSelector {
  float:left;
  display:inline-block;
  border:1px solid #ccc;
  margin-right:5px;
  margin-bottom:10px;
  border-radius: 20px;
  cursor:pointer
}
.__optionSelector a {
  padding:2px 2px;
  display:block
}
.__optionSelectorSizeGrid a {
  padding:3px 10px;
}


/* ============================================================
   6. PAGINA DE PRODUS - SLIDER IMAGINI
   ============================================================ */

/* Ascunde toate imaginile din lista cand sliderul nu este initializat */
ul.prod-lg-sld.disabled li { display: none; }

/* Arata doar prima imagine inainte de initializarea sliderului */
ul.prod-lg-sld.disabled li:first-child { display: block; }

/* Buton anterior (stanga) pentru navigarea intre imaginile produsului */
.custom-prev-btn,
.custom-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 36px;
    height: 36px;
    padding: 0;
}
.custom-prev-btn { left: 15px; }
.custom-next-btn { right: 15px; }

/* Sageti desenate cu CSS pentru butoanele de navigare imagini */
.custom-prev-btn:after,
.custom-next-btn:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    margin: auto;
}
.custom-next-btn:after { transform: rotate(45deg); }
.custom-prev-btn:after { transform: rotate(-135deg); }

/* Layout pagina produs pe desktop: doua coloane sticky (imagini | detalii) */
@media screen and (min-width: 768px) {
    .product-page-holder .-g-product-details-holder {
        position: sticky;
        top: 80px;
        width: 50%;
        transition: top 0.3s ease;
    }
    .product-page-holder .detail-slider-holder {
        position: sticky;
        top: 90px;
        width: 50%;
        padding-right: 5%; /* spatiu intre cele 2 coloane */
    }

    /* Grid imagini produs pe desktop: 2 pe rand */
    .prod-lg-sld,
    .prod-lg-sld:not(.slick-initialized) {
        visibility: visible;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .prod-lg-sld li {
        width: 100%;
        padding: 0 2px;
        margin-bottom: 4px;
    }

    /* Border-radius usor pe imaginile din slider */
    .vertical-slide-img img { border-radius: 2px; }

    /* Imaginile ocupa toata latimea coloanei de slider */
    .detail-slider-holder .vertical-slide-img { width: 100%; }
    .detail-slider-holder .vertical-slide-img .img-responsive {
        max-width: 50%;
        margin: 0 auto;
    }
}


/* ============================================================
   7. PAGINA DE PRODUS - TITLU SI BRAND
   ============================================================ */

/* Aliniaza logo-ul de brand inline cu titlul produsului (h1), la stanga titlului */
.detail-title h1.title {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
}
.detail-title h1.title .brand-detail-image {
    display: inline-flex !important;
    flex-shrink: 0 !important;
    order: -1 !important; /* brand apare inaintea textului titlului */
}
.detail-title h1.title span { display: inline !important; }
h1.title span { display: inline; }


/* ============================================================
   8. NEWSLETTER
   ============================================================ */

/* Eliminare Efect decorativ SVG (textura) */
.newsletter-holder:after {
    background-image: none !important;
}

@media (max-width: 768px) {
  .newsletter-holder {
    border-radius: 40px 40px 0 0;
  }
}