/*
Theme Name: SDKappa
Theme URI: https://www.sdkappa.com/
Author: SDKappa
Author URI: https://www.sdkappa.com/
Description: Theme
Version: 12.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/* Modifiche */

a{text-decoration:none!important;outline:0!important}

footer.wp-block-template-part{margin-top:0}
.bird img {
    height: 37px;
    margin-bottom: -5px;
    margin-left: -42px !important;
   line-height:37px;
    margin-top: -14px;
    position: relative;
    width: 41px;
    z-index: 1000;
}


.main-nav .wp-block-navigation-item a {
    border-radius: 16px;
    font-weight: 700;
    padding: 7px 13px;
    
}

.main-nav .wp-block-navigation-item a:hover{
    background-color: #eaeaee;
    color: #3949ab!important;
}

.mi-slider .slide-content{text-align:center;}


footer form {
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: stretch;
    margin-top: 10px;
    max-width: 330px;
    width: 100%;
}

footer input {
    border: none;
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
    line-height: 27px;
    outline: none;
    padding: 5px 8px;
}

footer input:first-child {
    width: calc(100% - 80px);
}
footer input:last-child {
    background-color: #0cbff2;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    width: 80px;
}

#sdkappa-product-list{padding-bottom:4rem}

.sdkappa-cart-icon{font-size:14px;}

.product-tabs {
    color: #3949ab;
    display: flex;
    gap: 40px;
    justify-content: center;
border-bottom:1px solid #ccc
}

.product-tabs h4 {
    border-bottom: 2px solid #3949ab;
    display: inline-block;
    padding: 0 5px;
}



.sdkappa-btn a img{margin: -80px -5px -5px -90px;width:95px;height:85px
}

.swiper-pagination-bullets{transform:translateY(60px)}

.home-slider video{z-index:-1}

.search-home{margin-top:-35px!important;margin-bottom:70px!important;}

.search-home .wp-block-search__inside-wrapper {padding:0!important;background:#fff}


.search-home button{margin-left:0;border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    width:144px}

.nav-search .wp-block-search__inside-wrapper {position:relative}

.nav-search input{position: absolute;
    right: 60px;transition: width .2s;width:338px;border: 1px solid #ccc!important;
    border-radius: 6px!important;outline:0;top:-1px; min-height:43px}

.nav-search .wp-block-search__button{padding:0}

.nav-search .wp-block-search__button svg{min-width:41px;min-height:41px}

.sdkappa-breadcrumb{font-size:14px}
.sdkappa-breadcrumb a{font-weight:600}

.wpml-language-switcher-block.sdkappa_switcher{width:auto!important}


.wp-block-details{border-top: 1px solid #99a3bb;
    font-family: Roboto, Courier New, serif;
    font-weight: 300;
    padding: 30px;margin:0!important}

.yoast-breadcrumbs a{font-weight:600;}



@media screen and (max-width:991px){
	ul.category .product-item{
		width: 100%;
	}
}
@media screen and (min-width:992px){
	ul.category .product-item{
		width: 100%;
		flex: 1 1 calc(20% - 12px);
		max-width: calc(25% - 12px);
	}
}

#sdkappa-product-filter{ margin-bottom: 50px; }
#sdkappa-product-filter .subcategory-buttons{ display:none; }

.owl-carousel .owl-item img {
    display: initial;
    width: initial;
}

.w-100{ width: 100% !important; }
.d-none{ display: none !important; }

.product-pricing{
    display: flex;
    flex-wrap: wrap;
}
.product-pricing .product-price {
    font-size: 14px;
    border: 2px solid #00b0ed;
    padding: 5px 10px;
    border-radius: 50px;
    margin: 0px 5px 10px 0px;
}

.product-mdesc{
    font-size: 16px;
}

.cart-bar.fixed{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9999;
}
.cart-bar:not(.fixed){
    display: block;
    text-align: right;
    border-bottom: 0px !important;
}
.cart-bar:not(.fixed) .sdkappa-date-units-line{
    margin-bottom: 15px;
}

@media screen and (max-width:768px){
    .sdkappa-date-units-line{
        text-align: center;
        display: block;
    }
    .sdkappa-date-units-line .units-stepper{
        margin-top: 15px;
    }
}

figure.aspect-ratio-reset {
    aspect-ratio: initial !important;
}

.removep p{
    display: none !important;
}

.product-hover ul {
    margin-top: 0px !important;
}

@media screen and (min-width:767px){
    .hide-desktop-item{
        display: none;
    }
}

.hide-mobile-butons{
    display: flex !important;
}

@media screen and (max-width:991px){
    .hide-mobile-butons{
        display: none !important;
    }
}



/* Accordion Container */
.product-accordion {
    margin: 20px 0;
}

/* Accordion Item */
.accordion-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    overflow: hidden;
}

/* Accordion Header (cliccabile) */
.accordion-header {
    margin: 0 !important;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    transition: background 0.3s ease;
}

/* Icona + / - */
.accordion-icon {
    font-size: 20px;
    font-weight: bold;
    color: #00b0ed;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
    transform: rotate(45deg); /* Trasforma + in × */
}

/* Contenuto dell'accordion (nascosto di default) */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.accordion-item.active .accordion-content {
    max-height: 500px; /* Aumenta se hai molti elementi */
}
.accordion-content{
    display: block !important;
}
.accordion-content li {
    padding: 5px 0;
}

.accordion-content li:last-child {
    border-bottom: none;
}

.accordion-content label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.accordion-content input[type="checkbox"] {
    margin-right: 10px;
}

@media screen and (min-width:992px){
    .product-accordion{
        padding-right: 50px;
    }
}

.product-pricing-summary {
    font-size: 12px;
}