:root {
    --tortora-color: rgb(231, 223, 216);
    --pink-color: #f97eb0;
    --main-color: #218b6f;
}

/* Da Home Porto */
  .cms-index-index.layout-fullwidth .page-main {
    max-width: 100%;
    padding: 0;
  }
  .columns .column.main {
    padding-bottom: 0;
  }
  .fullscreen-carousel>.porto-carousel {
    height: 100%;
  }
  .porto-ibanner-layer {
    /*position: absolute;
    z-index: 10;*/
	/* ANDREA 15122025 */
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 80px;
	background-color:rgba(255, 255, 255, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
  }
    .porto-ibanner.subcategory.porto-ibe-boxshadow .porto-ibanner-layer.img-cont {
    /*position: absolute;
    z-index: 10;*/
	/* ANDREA 15122025 */
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
	background-color:rgba(255, 255, 255, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	top: unset;
    transform: unset;
  }
  .porto-ibanner.subcategory.porto-ibe-boxshadow {
	  height: 400px;
  }
  .text-sale small {
    display: inline-block;
    font-size: 27%;
    word-break: break-all;
    width: 1em;
    text-align: center;
    font-weight: inherit;
    white-space: normal;
    font-family: inherit;
    color: inherit;
  }
  .coupon-sale-text {
    position: relative;
    display: inline-block;
    padding: 6px 10px 4px;
    z-index: 1;
    transform: none;
    letter-spacing: 0;
  }
  .coupon-sale-text:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #20594d;
    transform: rotate(
      -2deg
    );
  }
  .coupon-sale-text b {
    font-size: 200%;
    vertical-align: text-top;
    padding: 0;
  }
  .porto-ibanner-layer .btn-xl {
    font-size: 1.125em;
  }
  .fullscreen-carousel .owl-carousel.nav-inside .owl-dots {
    bottom: 2.25rem;
  }
  .porto-ibanner video {
    object-fit: cover;
    height: 100% !important;
  }
  @media (max-width: 991px) {
    .home-slide2 .porto-ibanner-layer {
      font-size: 11px;
    }
  }
  @media (max-width: 767px) {
    .home-slide2 .porto-ibanner-layer {
      font-size: 9px;
    }
    .porto-ibanner-layer {
      font-size: 10px;
    }
  }


  .porto-ibanner .porto-ibanner-img {
    opacity: 1;
  }
  .porto-ibanner:hover .porto-ibanner-img {
    opacity: 0.8;
  }

/* FINE HOME*/



/* PRICE LABEL */


.products-grid .swatch-option.color {
   
    margin: 4px 3px 3px 3px !important;
}

.products-grid .swatch-option.color:after {
   border: none !important;
}

.view-product-labels {
    position: relative;
    right: 0;
    top: 0;
}

.product.photo.product-item-photo .product-labels {
    right: 0;
    top: 0;
}

/*.product-label.sale-label {
    position: absolute;
    background: url(/pub/media/theme_customization/bgsconto.png) no-repeat top left;
    top: 0;
    right: 0;
    font-weight: 700;
    font-size: 13px;
    text-align: right;
    padding-right: 3px;
    padding-top: 4px;
    z-index: 2;
    width: 62px;
    height: 62px;
    border-radius: unset;
    background-color: rgba(0, 0, 0, 0) !important;
    color: #fff;
}*/

.product-label.sale-label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 0;
    height: 0;
    border-radius: unset;
    border-top: 62px solid var(--main-color);
    border-left: 62px solid transparent;
    background-color: transparent !important;
    padding: 0;
    margin: 0;

   
}

/*.product-label.sale-label span {
    transform: rotate(45deg);
    display: block;
    font-size: 18px;
    margin-top: 5px;
    margin-left: 10px;
}*/
 
.product-label.sale-label span {
    transform: rotate(45deg);
    display: block;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: -48px;
    left: -48px;
    color: white;
    width: 48px;
    height: 16px;
}

.catalog-product-view .product-label.sale-label {
    top: 1px;
    right: 1px;
}

.catalog-product-view .product-label.sale-label span {
    left: -46px;
}


.product-labels .product-label:first-child {
    margin-top: 0;
}

/* FINE */



/* INSTAGRAM-HOME */
body.store-default.cms-porto_home_6 .insta-follow {
    /*position: absolute;*/
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    background-color: rgba(0, 0, 0, 0.6);
    /*background-color: #0e0e0e;
    padding: 30px 40px;
    text-align: center;
    color: #fff;*/
}

/*.insta-follow {
    position: absolute;
    top: calc(50% - 123px);
    left: calc(50% - 140px);


    background-color: rgba(0, 0, 0, 0.6)!important;

    padding: 30px 40px;
    text-align:center;
    color:#fff;
  }*/

  .insta-follow i {
      font-size: 24px;
  }
  .insta-follow h3 {
    font-size:48px;
    font-weight:300;
    text-transform: uppercase;
    font-family: 'Oswald';
    color:#fff;
    line-height: 1;
    padding-top:15px;
  }
  .insta-follow span {
      font-size: 15px;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 28px;
  }
  .insta-follow .btn-default {
    font-family: 'Oswald';
    border: solid 2px #2c2c2c;
    background-color:#0e0e0e;
    padding: 9px 28px;
    font-size: 14px;
    text-transform:uppercase;
    letter-spacing:0.05em;
    border-radius:2px;
    box-shadow: none;
    font-weight: 400;
    margin-bottom: 5px;
    color: #fff;
  }
/* FINE INSTAGRAM-HOME*/



/* da Pagina footer */

            .flex-1 {
              flex: 1;
            }
            @media(min-width: 768px){
              .block.newsletter .form.subscribe {
                margin-right: 1.5rem;
                width: 84%;
              }
            }

/* fine da pagina footer*/




/* Da POrto Custom style 1*/

.layout-fullwidth .container, .layout-fullwidth .block.category.event,.layout-fullwidth .footer.content,.layout-fullwidth .header.content,.layout-fullwidth .navigation,.layout-fullwidth .page-main,.layout-fullwidth .page-wrapper>.breadcrumbs >ul,.layout-fullwidth .page-wrapper>.page-bottom,.layout-fullwidth .page-wrapper>.widget,.layout-fullwidth .top-container{
    padding-left: 4vw;padding-right: 4vw;
}
@media (max-width: 575px){
body {
    font-size: 13px;
    line-height: 21px;
}
}
h1, h2, h3, h4, h5, h6 {
    font-family: Poppins,sans-serif;
    color: #222529;
    letter-spacing: normal;
}
h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    margin: 0 0 32px 0;
}
h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
    margin: 0 0 32px 0;
}
h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px 0;
}
h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 14px 0;
}
h5 {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 14px 0;
}
h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 14px 0;
}
p {
    letter-spacing: 0;
}
.home-banner-slider h2.vc_custom_heading, .custom-font4 {
    font-family: 'Segoe Script','Savoye LET';
}
html .heading-secondary, html .lnk-secondary, html .text-color-secondary {
    color: #20594d;
}
html .action.primary, html .btn {
    padding: .533rem .933rem;
    font-size: .8rem;
    line-height: 1.42857;
}
html .action.primary {
    color: #fff;
    background-color: #20594d;
    border-color: #20594d #20594d #ff3f3f;
}


html .btn-modern {
    text-transform: uppercase;
    font-size: .75rem;
    padding: .75rem 1.5rem;
    font-weight: 600;
    height: auto;
}
html .btn-borders, html .btn-modern {
    font-family: Poppins;
    font-weight: 700;
    letter-spacing: .01em;
}
.btn-borders.btn-xl {
    padding: 1em 3.5em;
    font-size: 1.125rem;
    border-width: 3px;
}
.btn-modern.btn-md {
    padding: .75em 2.25em;
}
.btn-modern.btn-xl {
    padding: 1.15em 5.5em;
}
.btn-borders.btn-lg {
    padding: 1em 3em;
    font-size: 1rem;
    border-width: 3px;
}
html .btn-borders.btn-dark {
    background: transparent;
    border-color: #222529;
    color: #222529;
}
.btn-flat {
    padding: 0!important;
    background: none!important;
    border: none!important;
    border-bottom: 1px solid transparent!important;
    box-shadow: none!important;
    text-transform: uppercase;
    font-size: .75rem;
}
html .btn-dark {
    color: #fff;
    background-color: #222529;
    border-color: #222529 #222529 #0b0c0e;
}
html .btn-borders.btn-dark:hover,
html .btn-borders.btn-dark:focus,
html .btn-borders.btn-dark:active {
    background-color: #222529;
    border-color: #222529;
    color: #fff;
}
html .btn-primary {
    color: #fff;
    background-color: #20594d;
    border-color: #20594d #20594d #ff3f3f;
}
html .btn-light {
    /*color: #222529;
    background-color: #fff;
    border-color: #fff #fff #e6e6e6;*/
	/* ANDREA 15122025 */
	letter-spacing: 10px;
	color: #31838e;
	font-size: 1.6rem;
}
html .background-color-secondary {
    background-color: #20594d!important;
}
.page-header .sw-megamenu.navigation li.level0 > em, .page-header .sw-megamenu.navigation li.level0 i {
    display: none;
}
.page-header.type4 .navigation li.level0.staticwidth > .submenu li.level1 > a,
.page-header.type4 .navigation li.level0.fullwidth > .submenu li.level1 > a {
   color: #333;
}

.sw-megamenu.navigation li.level0 .submenu {
    color: #333 !important;
}

.owl-carousel.dots-style-1 .owl-dots span {
    width: 18px;
    height: 18px;
    border-color: #222529;
  }
  .owl-carousel.dots-style-1 .owl-dot.active span,
  .owl-carousel.dots-style-1 .owl-dot:hover span {
    color: #222529;
  }
  .owl-carousel.dots-style-1 .owl-dot span:after {
    border-width: 4px!important;
  }
.page-wrapper > .breadcrumbs {
    padding: 12px 0;
}
.page-wrapper > .breadcrumbs .items {
    font-size: .75rem;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 6px;
}
.page-wrapper > .breadcrumbs .items>li.home a {
    width: auto;
    text-indent: 0;
}
.page-wrapper > .breadcrumbs .items>li.home a:after {display: none;}
.footer .widget .widgettitle {
    font-size: 1rem;
    letter-spacing: -.02em;
}
.footer .widget {
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
}
.widget:first-child {
    margin-top: 0;
}
.footer, .footer p {
    letter-spacing: 0;
}
.footer-middle > .container {
    padding-top: 5rem;
    padding-bottom: 2.4rem;
}
.footer .widgettitle, .footer .widget-title {
    font-size: 15px;
    font-weight: 700;
}
.footer-middle .block {
    line-height: 1;
}
.footer .follow-us .share-links a {
    width: 48px;
    height: 48px;
    border-radius: 40px;
    margin: 0;
}
.footer .newsletter input {
    height: 3rem;
    font-size: .875rem;
    border-radius: 30px 0 0 30px;
    border: none;
    box-shadow: none;
    padding-left: 25px;
}
.footer .newsletter .action.subscribe {
    height: 3rem;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 0 30px 30px 0;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 700;
}
.widget.contact-info li:not(:last-child) {
    margin-bottom: 1rem;
}
.footer .contact-info .contact-details strong {
    text-transform: uppercase;
}
.footer .contact-info .contact-details strong, .footer .contact-info .contact-details span {
    line-height: 1.5;
}



/* Fine Da Porto custom style 1*/ 



/* PORTO TOP */

.porto-block-html-top {
    font-family: Poppins;
    font-weight: 500;
    font-size: .9286em;
    line-height: 1.4;
    letter-spacing: .025em;
    overflow: hidden;
}
.porto-block-html-top a {
    text-transform: uppercase;
    display: inline-block;
    padding: .4rem .5rem;
    font-size: .625rem;
    font-weight: 700;
    background: #151719;
    color: #fff;
    text-decoration: none;
}
.porto-block-html-top small {
    font-size: .8461em;
    font-weight: 400;
    opacity: .5;
}

/* FINE PORTO TOP */

    .section-title.slider-title{
        margin-top: 32px!important;
    } 


   .block-slider .owl-carousel.nav-style-4 .owl-nav [class*="owl-"] {
    color: #ffffff;
    background: rgba(0,0,0,0.4);

    }

    /*.page-header.sticky-header .navigation:not(.side-megamenu) .level0 > .level-top
    {
        color: #000;
    }*/
    
    .cms-porto_home_6 .page-header.type4:not(.sticky-header) .nav-sections .navigation .level-top li a
    {
        color: #fff;
    }
    
    .cms-porto_home_6 .page-header.type4:not(.sticky-header) .header-right a i
    {
        color: #fff;
    }
    
    .cms-porto_home_6 .page-header.type4:not(.sticky-header) .header-right span
    {
        color: #fff;
    }
    
    
    .cms-porto_home_6 .page-header.type4:not(.sticky-header) .header-right .minicart-wrapper .action.showcart::after
    {
        color: #fff;
    }
    

    .cms-porto_home_6  .top-links-icon
    {
        display: none!important;
    }
    

    
    /*.cms-porto_home_6 .page-header.type4:not(.sticky-header) .logo img {
        filter: brightness(0) invert(1);
    }*/
    
    .cms-porto_home_6 .page-header.type4:not(.sticky-header) .header-main
    {
        background-color: rgba(0, 0, 0, 0.3);
    }



.action.tocompare{
    display: none!important;
}

.product-reviews-summary
{

       display: none!important;
}

.page-header .header-main {
    color: #ffffff;
}


row .col-xl-2 {
    display: flex;
    align-self: center;
}

#home_claim .porto-ibanner-desc
{
    justify-content: center;
}


#home_claim h1.claim_title
{
    font-weight: bold;
    color: #302e2a;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0;
}

#home_claim h2.claim_sub
{
    color: #302e2a;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #777777;
    line-height: 28px;
}

/*#featured-products span.inline-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
    font-family: Poppins,sans-serif;
    color: #222529;
    letter-spacing: normal;
}*/

.action.primary, .action.primary:hover, .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .recent-posts .post-date .month, .footer-ribbon, button:hover, .action.primary:focus, .action.primary:active, .btn-primary, .contact-index-index .page-main .contact-info [class^="porto-icon-"], .contact-index-index .page-main .contact-info [class*=" porto-icon-"], .btn-default, .cms-index-index blockquote.testimonial, .btn-default:hover, .products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart, .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart, .post-holder .post-date .month, .page-header.type8 .header.content, .page-header.type8.header-newskin .header.content, .iwd-summary-cart, #ln_slider_price .ui-slider-handle, .filter-toggle.active, .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v2, .products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-dots .owl-dot.active span::before, .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover, .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover, .product-item-info.type4 .product-item-actions .towishlist:hover, .product-item-info.type4 .product-item-actions .tocompare:hover, .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover, .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover, .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover, .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover, .product-item-info.type7 .product-item-inner .product-item-actions > .action:hover, .product-item-info.type7 .product-item-inner .product-item-actions > .actions-primary .tocart:hover, .product-item-info.type9 .product-item-inner .product-item-actions > .actions-primary .tocart:hover, .product-item-info.type9 .product-item-inner .product-item-actions > .action:hover, .sw-dailydeal, .catalog-product-view .sw-dailydeal .number-wrapper, .swatch-attribute.size .swatch-option.selected, .swatch-attribute.manufacturer .swatch-option.selected, .sidebar-main .product-banner .sale-text::before, .sidebar-main .product-banner .sale-text::after, .product-item-info.type0:hover .product-item-details .product-item-actions .tocart, .page-header.type17 .navigation:not(.side-megamenu) .level0 .level-top::before {
    background-color: #20594d;
}



.our-brands h2
{
    text-align: center;
}

#brands-slider .owl-carousel .owl-nav .owl-prev::before,
#brands-slider .owl-carousel .owl-nav .owl-next::before
{
   display: none;
}



#brands-slider .owl-carousel.owl-drag .owl-item {
    display: inline-block;
    vertical-align: middle;
    float: none;
}







.cms-porto_home_6 .porto-inner-container div.our-brands
{
    margin-bottom: 0 !important;;
}






.porto-block-html-top strong{
    color: #20594d;;
}


.fotorama__stage__frame img.fotorama__img
{
    object-fit: cover;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.enhanced-privacy-popup .primary spam{
    color: #fff;
}





.footer .trustpilot {
    float: right;
    margin-top: 10px;
}

.footer .trustpilot img {
    width: 160px;
}

.minicart-wrapper .action.showcart .fa.fa-shopping-cart
{
    font-size: 24px;
    line-height: 40px;
    color: #fff !important;
}

.page-header.header-newskin .minicart-wrapper .action.showcart::before,
.page-header.header-newskin .minicart-wrapper .action.showcart.active::before
{
    content: none;
}

@media screen and (max-width: 736px) {
    
    .cms-personalizza .banner.style1.fullscreen .content {
        min-height: 50vh;
    }

    .cms-personalizza .banner.style1 .content {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }

    .cms-personalizza .banner.style1 {
        -moz-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
    }

    .cms-personalizza .banner.style1 .content {
        padding: 2.5rem 2rem 0.5rem 2rem;
    }
}

@media screen and (max-width: 1680px) {
    .cms-personalizza .banner.style1 .content {
        padding: 5rem 5rem 3rem 5rem ;
    }
}

@media screen and (max-width: 1280px) {
    .cms-personalizza .banner.style1 .content {
        padding: 4rem 4rem 2rem 4rem ;
    }
}

@media screen and (max-width: 980px) {
    .cms-personalizza .banner.style1 .content {
        padding: 3.75rem 3rem 1.75rem 3rem ;
    }
}

@media screen and (max-width: 480px) {
    ul.actions:not(.fixed) li input[type="submit"], 
    ul.actions:not(.fixed) li input[type="reset"], 
    ul.actions:not(.fixed) li input[type="button"], 
    ul.actions:not(.fixed) li button, ul.actions:not(.fixed) li .button {
        width: 100%;
    }
}

@media (max-width: 575px)
{
    body.store-default.cms-porto_home_6 .row .col-sm-6 {
        -webkit-flex: 0 0 90%;
        -moz-flex: 0 0 90%;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }

    body.store-default.cms-porto_home_6 .row  {
        justify-content: center;
    }

    body.store-default.cms-porto_home_6 .fullscreen-carousel {
        height: 50vh;
        position: relative;
    }

    body.store-default.cms-porto_home_6 .owl-carousel .owl-stage-outer {
        height: 100%;
    }

    body.store-default.cms-porto_home_6 .owl-carousel .owl-stage-outer .porto-ibanner {
        height: 100% !important;
        min-height: 50vh !important;
    }
}

@media (max-width: 991px)
{
    body.store-default header.page-header .nav-sections-item-title {
        background-color: #222529;
    }


    /* Nasconde menu link su mobile*/
    body.store-default header.page-header .nav-sections-item-title[aria-controls="store.links"]{
        display: none;
    }



    body.store-default header.page-header .nav-sections-item-title.active {
        background-color: transparent;
    }

    body.store-default header.page-header .nav-sections-item-title.active > a,
    body.store-default header.page-header .nav-sections-item-title.active > a:hover,
    body.store-default header.page-header .nav-sections-item-title.active > a:focus {
        color: #222529;
    }
    body.store-default header.page-header .sw-megamenu.navigation li.ui-menu-item > a:hover {
        color: #222529 !important;
    }
	
	.sw-megamenu.navigation li.ui-menu-item {
		position: relative;
		float: none;
		font-size: 1.1rem;
	}
}

.trustpilot-widget-trustbox-0-wrapper {
    float: left;
}


.gift-item-block .title {
    font-weight: 300; 
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #e30613;
    margin: 0 0 1rem;
    font-family: "Blueberry",Helvetica,sans-serif;
}


#newsletter_popup .subscribe-bottom {
    position: absolute;
    bottom: 8px;
    color: #ffffff;
    left: 10px;
}

.fancybox-newsletter-close {
    color: #ffffff;
}

body.cms-regali-personalizzati-san-valentino div.column.main
{
    padding-bottom: 0;
}

body.cms-regali-personalizzati-san-valentino div.column.main p
{
    margin-bottom: 0;
}

body.cms-regali-personalizzati-san-valentino #maincontent
{
    padding-bottom: 0;
}

#featured-products h2 {
    margin-bottom: 32px !important;
}

.cms-porto_home_6 .page-header .navigation li.level0,
.cms-porto_home_6 .page-header .navigation li.level0:hover,
.cms-porto_home_6 .page-header .navigation li.level0 a
{
    color: #fff;

}


.grand.totals.excl{
    display:none !important;
}


.product-image-photo.default_image {
    height: 100%;
    object-fit: cover;
}


.product-item-photo {
    aspect-ratio: 1 / 1;
}


.alma.payment-method .alma-method-logo {
    position: relative !important;
    padding: 0 10px !important;
    float: none !important;
    bottom: 1rem !important;
    width: 84px !important;
}

.product.photo.product-item-photo .product-labels {
    left: 0;
}

.product-item-info.type3 .product-item-actions .actions-primary .tocart {
    top: 10px;
    left: 10px;
}

body.catalog-product-view .fotorama__stage__frame .fotorama__img {
 	width: 100%;
	max-height: none;
}

div.ReactModalPortal button svg:not(:root) {
    background-color: #000;
}


/* 2026 */

#home_ads.home-ads-modern {
    margin: 20px 0;
}

.no-border #home_ads {
    margin: 0;
}

.no-border.border-bottom-20 #home_ads {
    margin-bottom: 20px;
}

.no-border.border-top-20 #home_ads {
    margin-top: 20px;
}

#home_ads .section-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    display: none;
}

#home_ads .section-header h2 {
    font-size: 28px;
    color: #222;
    margin: 0;
    font-style: italic;
    font-weight: normal;
}

#home_ads .product-card {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

#home_ads .product-card .card-image {
    position: relative;
    overflow: hidden;
    /*aspect-ratio: 1/1;*/
    max-height: 900px;
}

#home_ads .product-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 800px;
}

.thin #home_ads .product-grid.one .product-card .card-image img {
    max-height: 400px;
}

#home_ads .product-card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

#home_ads .product-grid.one .product-card .card-overlay {
    gap: 50px;
}

#home_ads .product-card .card-overlay .category-title {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    font-family: "Agrandir-GrandHeavy";
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    line-height: 1;
    text-align: center;
}

#home_ads .product-card .card-overlay .sub-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 140px 0;
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

#home_ads .product-grid.one .product-card .card-overlay .sub-title {
    display: none;
}

.top-home .text-container .btn-scopri,
#home_ads .btn-scopri {
    display: inline-block;
    padding: 18px 18px;
    color: var(--tortora-color);
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 40px;
    border: 4px solid #fff;
    width: 70%;
    text-align: center;
    max-width: 500px;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: absolute;
    bottom: 100px;
    /*background-color: rgb(0, 0, 0, 0.6);*/
}

#home_ads .product-grid.one .btn-scopri {
    position: relative;
    bottom: unset;
}

.top-home .text-container .btn-scopri:hover,
#home_ads .btn-scopri:hover {
    background-color: #fff;
    color: #222;
}

/* Layout griglia - 3 colonne */
#home_ads .product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#home_ads .product-grid.one {
    grid-template-columns: 1fr;
    gap: 0;
}

#home_ads .product-grid.one .product-card .card-overlay .category-title {
    font-size: 100px;
    text-transform: uppercase;
}

.thin #home_ads .product-grid.one .product-card .card-overlay .category-title {
    font-size: 80px;
}

@media (max-width: 1400px) {

    #home_ads .product-grid .product-card .card-overlay .category-title {
        font-size: 2.5em;
    }

}

@media (max-width: 992px) {
    #home_ads .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    #home_ads .product-grid .product-card .card-overlay .category-title {
        font-size: 2.8em;
    }

    #home_ads .product-grid.one .product-card .card-overlay .category-title {
        font-size: 4em;
    }
}

@media (max-width: 576px) {
    #home_ads .product-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    #home_ads .product-grid .product-card .card-overlay .category-title {
        font-size: 2.4em !important;
    }

    #home_ads .product-grid.one .product-card .card-overlay .category-title {
        font-size: 2.4em;
    }
}


/* BLOCCO CERCHI */

.sconti-container {
    display: flex;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
    padding: 20px 0;
}

.sconti-container .cerchio-sconto {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    transition: transform 0.3s ease;
    text-decoration: none !important;
    box-sizing: border-box;

    gap: 10%;
}

.sconti-container .cerchio-sconto:hover {
    transform: scale(1.05);
}

.sconti-container .testo-saldi {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.sconti-container .testo-percentuale {
    font-size: 50px;
    font-family: 'Georgia', serif;
}

.colore-red { background-color: #f44041; }
.colore-orange { background-color: #f6b14f; }
.colore-pink { background-color: var(--main-color); }
.colore-blue { background-color: #3b6a7e; }
.colore-grey { background-color: #6d615b; }

@media (max-width: 768px) {
    .sconti-container {
        gap: 50px;
    }
}


/* Banner outlet */

.outlet-banner-wrapper {
    background-color: #f97eb0;
    padding: 0;
    text-align: center;
    width: 90%;
    margin: 20px auto;
}

.outlet-banner-wrapper > a {
    display: inline-block;
}

.outlet-banner-wrapper .outlet-title {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin: 30px 10px 50px 10px;
    line-height: 1.1;
}

.outlet-banner-wrapper .outlet-subtitle {
    font-size: 30px;
    font-weight: 300; /* Fa sembrare il testo più sottile e leggero */
    color: #ffffff;
    margin: 0;
    margin: 0 10px 30px 10px !important;
    line-height: 1.1;
}


/* Banner categorie quadrati arrotondati */

.banner-categorie-wrapper {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    padding: 20px 20px;
    width: 90%;
}

.banner-categorie-wrapper .banner-card {
    flex: 1;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    /*transition: transform 0.3s ease;*/
    aspect-ratio: 1/1;
}

.banner-categorie-wrapper .banner-card .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.banner-categorie-wrapper .banner-card .text-overlay {
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.3s ease;
}

.banner-categorie-wrapper .banner-card .title {
    font-family: 'Agrandir-GrandHeavy';
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    line-height: 1.1;
    color: #ffffff !important;
}

.banner-categorie-wrapper .banner-card h2.sub-link {
    font-size: 30px;
    margin: 0 0 20px 0;
    color: #ffffff;
    font-weight: normal;
}

.banner-categorie-wrapper .banner-card p {
    font-size: 30px;
    margin: 0;
    line-height: 1.1;
}

.banner-categorie-wrapper .banner-card .text-overlay:hover {
    transform: translate(0, -2px);
}

@media (max-width: 1024px) {
    .banner-categorie-wrapper .banner-card .title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .banner-categorie-wrapper {
        flex-direction: column; /* Su mobile le colonne diventano una sotto l'altra */
    }

    .banner-categorie-wrapper .banner-card .title {
        font-size: 34px;
    }
}


/* top home */

.top-home {
    position: relative;
    max-height: 100vh;
    min-height: 660px;
    overflow: hidden;
}

.top-home > img.background-img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.top-home .text-container {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top-home .text-container > div h1,
.top-home .text-container > div {
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    font-size: 50px;
    font-family: 'Agrandir-Regular';
}

.top-home .text-container > div h1 {
    line-height: normal;
    margin: 10px 0 140px 0;
}

.top-home .text-container .text-brand {
    line-height: normal;
}

/*.top-home .text-container > div .blumarine {
    font-size: 120px;
    font-style: italic;
    vertical-align: sub;
    font-family: serif;
}*/

.top-home .text-container > img.blumarine {
    max-height: 120px;
}

.top-home .text-container .btn-scopri {
    position: relative;
    bottom: unset;
    margin-top: 40px;
}

.top-home .text-shop {
    font-weight: bold;
    line-height: 1.2em;
}

.layout-fullwidth.store-default .page-header .navigation li.level0.circle {
    padding: 6px 10px 5px 10px;
    border-radius: 40px;
    border: 4px solid #fff;
    text-align: center;
}

.porto-block-html-top {
    position: fixed !important;
    z-index: 60;
    width: 100%;
    top: 0;
    left: 0;
}

.top-custom .promo-delivery {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.top-custom .promo-delivery img {
    height: 40px;
    width: auto;
}

.top-custom .social-icons {
    align-self: center;
    justify-self: start;
    padding-left: 10px;
}

.top-custom a.social-icon {
    background-color: transparent;
}

.top-custom .container {
    padding: 0 10px;
}

.porto-block-html-top .top-custom {
    background-color: var(--main-color);
    padding-top: 8px !important;
    padding-bottom: 8px !important;

    display: grid;
    grid-template-columns: 120px 1fr 120px;
}

.porto-block-html-top .top-custom .promo-delivery strong {
    color: #222529;
}

@media (max-width: 1400px) {
    /*.top-home .text-container > div h1,
    .top-home .text-container > div {
        font-size: 40px;
    }

    .top-home .text-container > div .blumarine {
        font-size: 80px;
    }

    .top-home .text-container > div h1 {
        margin: 10px 0 40px 0;
    }

    .top-home .text-container .btn-scopri {
        margin-top: 10px;
    }*/
}

@media (max-width: 992px) {
    .top-home .text-container {
        top: 100px;
    }

    /*.top-home .text-container > div h1,
    .top-home .text-container > div {
        font-size: 30px;
    }

    .top-home .text-container > div .blumarine {
        font-size: 60px;
    }*/

    .layout-fullwidth.store-default .page-header.type4:not(.sticky-header) .header-main {
        padding: 0px 20px !important;
    }

    .layout-fullwidth.store-default .page-header .navigation li.level0.circle {
        padding: inherit;
        border-radius: inherit;
        border: inherit;
        text-align: inherit;
        border-top: 1px solid #ddd;
    }
}

@media (max-width: 700px) {

    .top-home > img {
        width: 100%;
        height: 60vh;
        object-fit: cover;
        min-height: 400px;
    }

}

@media (max-width: 500px) {

    .top-home .text-container > div.text-brand {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .top-home .text-container > div .blumarine {
        font-size: 60px;
    }

    /*.top-home .text-container .btn-scopri {
        width: 100%;
        max-width: 300px;
    }*/

    .porto-block-html-top .top-custom {
        grid-template-columns: 120px 1fr 40px;
    }

    .top-custom .container {
        text-align: right;
    }
}

/* global */

.layout-fullwidth.cms-porto_home_6 .container,
.layout-fullwidth.cms-porto_home_6 .block.category.event,
.layout-fullwidth.cms-porto_home_6 .footer.content,
.layout-fullwidth.cms-porto_home_6 .header.content,
.layout-fullwidth.cms-porto_home_6 .navigation,
.layout-fullwidth.cms-porto_home_6 .page-main,
.layout-fullwidth.cms-porto_home_6 .page-wrapper > .breadcrumbs >ul,
.layout-fullwidth.cms-porto_home_6 .page-wrapper > .page-bottom,
.layout-fullwidth.cms-porto_home_6 .page-wrapper > .widget,
.layout-fullwidth.cms-porto_home_6 .top-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.cms-porto_home_6 {
    background-color: var(--tortora-color);
}

.page-header.type4 .header-main.imc .header-left,
.page-header.type4 .header-main.imc .header-right {
    flex: 0;
    padding-top: 0;
    padding-bottom: 0px;
}

.page-header.type4 .header-main.imc .header-left {
    min-width: 200px;
}

.layout-fullwidth.store-default .page-header.type4:not(.sticky-header) .header-main {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px 20px;
}

/*.layout-fullwidth.store-default .page-header .navigation li.level0,
.layout-fullwidth.store-default .page-header .navigation li.level0:hover,
.layout-fullwidth.store-default .page-header .navigation li.level0 a {
    color: #fff;
}

.layout-fullwidth.store-default .page-header .navigation li.level0,
.layout-fullwidth.store-default .page-header .navigation li.level0:hover {
    margin: 0 10px;
    position: unset;
}*/

.layout-fullwidth.store-default .page-header.type4:not(.sticky-header) .header-right a i {
    color: #fff;
}

.layout-fullwidth.cms-porto_home_6 footer .footer-middle {
    padding: 0 20px;
}

.layout-fullwidth.cms-porto_home_6 .porto-inner-container {
    padding: 0 20px;
}

.layout-fullwidth.cms-porto_home_6 .porto-prods-slider span.inline-title {
    font-family: 'Agrandir-GrandHeavy';
    font-size: 2.5em;
    line-height: normal;
    color: var(--main-color);
    letter-spacing: normal;
}

.layout-fullwidth.cms-porto_home_6 .section-title.slider-title {
    margin-bottom: 0;
}

.layout-fullwidth.cms-porto_home_6 #featured-products {
    margin-bottom: 20px;
}

.layout-fullwidth.cms-porto_home_6 #featured-products .product-item-details {
    text-align: center;
}

.layout-fullwidth.store-default .page-header.type4:not(.sticky-header) .header-right a i {
    /*font-size: 34px;*/
}

.block.newsletter .field .control:before {
    padding: 7px 0 0 0;
}

.footer .social-icons-imc {
    display: flex;
    gap: 20px;
}

/*.product-labels .product-label.new-label {
    background-color: var(--tortora-color);
    color: #222529;
    border: 1px solid #222529;
    font-size: 1.1em;
}
*/
/* Container generale delle etichette */
.product-labels {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; /* Impedisce ai badge di bloccare il click sull'immagine */
}

/* Nastro dello sconto (rimane in alto a destra) */
.product-labels .sale-label {
    position: absolute;
    top: 0;
    right: 0;
}


/* Badge NEW (posizionato in basso a sinistra) */
.product-labels .new-label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    top: auto; /* Annulla eventuali posizionamenti dall'alto */
    right: auto;
    background-color: #d8aa64 !important;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 3px;
    line-height: 1.2;
    display: inline-block;
    z-index: 2;

    border-style: double;
    border-color: #ffffff;
    color: #fffff !important;
}


.products.products-list .product-item-info {
    align-items: start;
}

/* PINK TUNING */

.product-item-info.type0:hover .product-item-details .product-item-actions .actions-primary .tocart {
    border-color: #222529;
    background-color: #222529;
}

.product-item-info.type0 .product-item-details .product-item-actions .actions-primary .tocart:hover {
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.contact-index-index .page-main .page-main-inner .contact-info [class^="porto-icon-"] {
    background-color: var(--main-color);
}

.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions.actions > .actions-primary .tocart:hover {
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.footer .footer-middle .block .block-title strong,
.footer .footer-middle .widget-title,
.footer .footer-middle .contact-details strong {
    color: var(--main-color);
}

.footer .block.newsletter .action.primary {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.box-tocart .action.primary:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.modes .modes-mode.active {
    color: var(--main-color);
}

.product-item-details a:hover {
    color: var(--main-color);
}

.product-item-details a.action.more {
    color: var(--main-color);
}

/* END PINK TUNING */

.page-header .header-main .action.nav-toggle {
    color: #fff;
}

.page-header .header-main a.action.showcart {
    color: #fff;
}

@media (max-width: 992px) {
    .page-header.type4 .header-main.imc .header-left {
        padding: 5px 0;
    }
}

@media (max-width: 500px) {
    .page-header.type4 .header-main.imc .header-left {
        min-width: unset;
    }
}

@media (max-width: 767px) {
    .header-left .logo {
        max-width: unset;
    }
}

@media (min-width: 992px) {
    .page-header.type4 .header-main.imc .navigation:not(.side-megamenu) .level0 .level-top span {
        font-size: 1.6em;
        font-weight: normal;
        color: var(--tortora-color);
    }

    .page-header .navigation:not(.side-megamenu) .level0.parent .level-top::after {
        color: var(--tortora-color);
    }

    .sw-megamenu.navigation li.level0.fullwidth:hover>.submenu,
    .sw-megamenu.navigation li.level0.staticwidth:hover>.submenu {
        z-index: 10;
    }

    .sw-megamenu.navigation li.level0.fullwidth:hover > .submenu {
        width: 100vw;
        position: absolute;
        /*top: 70px;*/
        left: -20px;
        /*margin-top: 20px !important;*/
    }

    .sw-megamenu.navigation li > a > span {
        white-space: nowrap;
    }

    .sw-megamenu.navigation .subchildmenu.mega-columns>li {
        width: max-content !important;
        overflow: hidden;
        padding: 10px 65px !important;
    }

    .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 {
        display: grid;
        grid-template-columns: auto auto auto auto;
    }

    .sw-megamenu.navigation li.level0 .submenu .container {
        width: fit-content;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}


.navigation li.nav-X > a.level-top {
    display: none !important;
}

.navigation li.nav-X > ul.submenu,
.navigation li.nav-X > .megamenu {
    display: flex !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
}

.navigation li.nav-X > ul.submenu > li.level1,
.navigation li.nav-X > .megamenu .level1 {
    position: relative;
}

.navigation.sw-megamenu  .level0 .submenu {
    background-color: var(--tortora-color);
}

