/* ====== FONT FUTURA (local files) ====== */
@font-face { font-family: 'Futura'; src: url('../font/futura/FuturaCyrillicLight.woff2') format('woff2');     font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Futura'; src: url('../font/futura/FuturaCyrillicBook.woff2') format('woff2');      font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Futura'; src: url('../font/futura/FuturaCyrillicMedium.woff2') format('woff2');    font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Futura'; src: url('../font/futura/FuturaCyrillicDemi.woff2') format('woff2');      font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Futura'; src: url('../font/futura/FuturaCyrillicBold.woff2') format('woff2');      font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Futura'; src: url('../font/futura/FuturaCyrillicExtraBold.woff2') format('woff2'); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: 'Futura'; src: url('../font/futura/FuturaCyrillicHeavy.woff2') format('woff2');     font-weight: 900; font-style: normal; font-display: swap; }

/* ====== COLOR SYSTEM (reuse define.css variables, no new vars) ====== */
:root {
    /* navbar (header>bottom) background -> black */
    --headerBottomBgColor1: #000;

    /* secondary color (buttons, accents, interactive elements) -> #7b7365 */
    --headerMiddleFontColor2: #7b7365;
    --headerMiddleBgColor2: #7b7365;
    --headerBottomFontColor1: #fff;
    --headerBottomFontColor2: #7b7365;
    --headerBottomFontColor4: #7b7365;
    --headerBottomFontColor6: #7b7365;
    --footerUpperFontColor2: #7b7365;
    --btn: #7b7365;
}

/* apply Futura at theme root + body background white (existing var) */
html body {
    font-family: 'Futura', Arial, Helvetica, sans-serif !important;
    background-color: var(--bodyBgColor1) !important;
}

.bg-gray{
    background-color: #f5f5f5 !important;
}

.py-6{
    padding-top: 60px;
    padding-bottom: 60px;
}

.bootstrap-iso .form-control{
    border-radius: 0px !important;
}

/* =========================================================
   BASE & TYPOGRAPHY
   ========================================================= */

section {
    min-height: 40vh !important;
}


.spaceTop2 {
    margin-top: 60px;
}

@media(max-width:992px) {
    .spaceTop2 {
        margin-top: 0px;
    }
}

section .spaceBottom {
    margin-bottom: 0px !important;
    padding-bottom: 70px !important;
}

body {
    font-size: 18px !important;
    line-height: 22px !important;
}

h1 {
    font-size: 60px !important;
    font-family: 'Futura', Arial, Helvetica, sans-serif !important;
    line-height: 62px !important;
}

h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Futura', Arial, Helvetica, sans-serif !important;
}

h2 {
    font-size: 40px !important;
    line-height: 44px !important;
}

h3 {
    font-size: 23px !important;
    line-height: 27px !important;
}

h5 {
    font-size: 18px !important;
    line-height: 22px !important;
}

@media(max-width:1840px) {
    h1 {
        font-size: 50px !important;
        line-height: 54px !important;
    }

    h2 {
        font-size: 40px !important;
        line-height: 44px !important;
    }
}

@media (max-width: 1280px) {
    h1 {
        font-size: 40px !important;
        line-height: 44px !important;
    }
}

@media (max-width: 768px) {
    header div.bottom.boxed.cols div.mycontainer div.logo.left a img {
        height: 40px !important;
    }

    h2 {
        font-size: 40px !important;
        line-height: 44px !important;
    }
}

@media (max-width: 680px) {
    h1 {
        font-size: 40px !important;
        line-height: 44px !important;

    }

    h2 {
        font-size: 30px !important;
        line-height: 34px !important;
    }
}

p {
    font-size: 15px !important;
    font-weight: 300px !important;
}

footer div.bottom.boxed.cols div.mycontainer p.left {
    font-size: 13px !important;
    margin-left: 8px;
    width: 40%;
}

@media(max-width:980px) {
    footer div.bottom.boxed.cols div.mycontainer p.left {
        width: 97%;
    }
}


/* =========================================================
   HEADER / NAV
   ========================================================= */

div.bootstrap-iso div#headerAdv.collapse div.card.card-body.text-center.border-0 {
    padding-bottom: 1rem !important;
    background: var(--footerUpperBgColor1) !important;
    color: #000 !important;
    margin-bottom: 0rem !important;
}

/* cookie banner pinned to bottom */
#headerAdv {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1080;
}

.setLang,
header .middle {
    background-color: var(--footerUpperBgColor1) !important;
}

/* top bar: visible, but only the inline language switcher (IT / EN) */
html body header div.middle.boxed.cols {
    display: none;
}

header .middle ul.right {
    margin: 0;
    padding: 0;
}

/* hide everything in the top bar except the language list (e.g. cart) */
header .middle ul.right > li:not(:has(.setLang)) {
    display: none !important;
}

/* navbar foreground: hamburger lines white */
.hammenu .line {
    stroke: #fff !important;
}

/* cart icon: invert to white */
#mhl4 img {
    filter: invert(1) !important;
}

/* language switcher: hide flag dropdown + arrows, show only IT / EN */
header nav .menu > li:has(> #mhl1),
header nav .menu > li:has(> .fa-angle-up) {
    display: none !important;
}

header #mhl1,
header .setLang {
    display: none !important;
}

header nav .menu > li:not(.cart) > a:has(img) {
    font-size: 0 !important;
}

header nav .menu > li:not(.cart) > a:has(img) img {
    display: none !important;
}

header nav .menu > li:not(.cart) > a:has(img)::after {
    font-size: 16px;
    color: #fff;
}

header nav .menu > li:not(.cart) > a[href*="/it/"]:has(img)::after {
    content: "IT";
}

header nav .menu > li:not(.cart) > a[href*="/en/"]:has(img)::after {
    content: "EN";
}


@media(max-width:768px) {
    ul.links li:nth-child(2) {
        display: inline-flex !important;
    }

    .cart {
        position: absolute;
        right: 60px;
    }
}


.text-white {
    color: #fff !important;
}

.bootstrap-iso .card-deck .card {
    overflow: hidden;
}


a.btn.btn-light {
    color: #fff !important;
}


.bootstrap-iso .btn-primary:hover,
.bootstrap-iso .btn-primary {
    background: none;
    border-color: var(--headerBottomFontColor2);
}

.bootstrap-iso a {
    color: var(--headerMiddleFontColor2) !important
}


.btn.btn-primary:focus,
a.btn.btn-primary,
a.btn.btn-primary:hover {
    border-color: #fff !important;
    color: #fff !important;
}


.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

#certification ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#certification ul li {
    display: inline;
    padding: 0 15px;
}

#certification ul li a {
    text-decoration: none !important;
}

#certification ul li img {
    height: 65px;
}


#certification ul li img:first-child {
    display: inline;
}

#certification ul li.breack {
    display: none;
}

@media (max-width: 767px) {
    #certification ul li.breack {
        display: block;
        height: 10px;
    }
}

@media (max-width: 380px) {
    #certification ul li {
        padding: 0 10px;
    }

    #certification ul li img {
        height: 50px;
    }
}

@media (max-width: 279px) {
    #certification ul li.breack {
        display: none;
    }
}

#certification ul.por li img {
    height: 40px !important;
}

@media (max-width: 768px) {
    header .bottom .mobileMenu ul.menu li {
        background-color: var(--bodyBgColor1) !important;
    }

    footer:not(.nolink) .upper ul.social {
        top: 8px !important;
        text-align: right !important;
    }
}

/* MOBILE MENU */

.hambtn1 {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 100px;
    left: 0px;
    transition-duration: 0.5s;
}

.hambtn1 .icon-left {
    transition-duration: 0.5s;
    position: absolute;
    height: 8px;
    width: 30px;
    top: 30px;
    background-color: #212121;
    left: 0px;
}

.hambtn1 .icon-left:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 8px;
    background-color: #212121;
    content: "";
    top: -20px;
}

.hambtn1 .icon-left:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 8px;
    background-color: #212121;
    content: "";
    top: 20px;
}

.hambtn1 .icon-left:hover {
    cursor: pointer;
}

.hambtn1 .icon-right {
    transition-duration: 0.5s;
    position: absolute;
    height: 8px;
    width: 30px;
    top: 30px;
    background-color: #212121;
    left: 30px;
}

.hambtn1 .icon-right:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 8px;
    background-color: #212121;
    content: "";
    top: -20px;
}

.hambtn1 .icon-right:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 8px;
    background-color: #212121;
    content: "";
    top: 20px;
}

.hambtn1.open .icon-left {
    transition-duration: 0.5s;
    background: transparent;
}

.hambtn1.open .icon-left:before {
    transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);
}

.hambtn1.open .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);
}

.hambtn1.open .icon-right {
    transition-duration: 0.5s;
    background: transparent;
}

.hambtn1.open .icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);
}

.hambtn1.open .icon-right:after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);
}

.hambtn1:hover {
    cursor: pointer;
}

/* OPEN MENU */


header div.bottom.boxed.cols div.mobileMenu ul.menu.right li {
    opacity: 0;
    animation-name: slideIn;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.menu li:nth-child(1) {
    animation-delay: 0s;
}

.menu li:nth-child(2) {
    animation-delay: 0.1s;
}

.menu li:nth-child(3) {
    animation-delay: 0.2s;
}

.menu li:nth-child(4) {
    animation-delay: 0.3s;
}

.menu li:nth-child(5) {
    animation-delay: 0.4s;
}

.menu li:nth-child(6) {
    animation-delay: 0.6s;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.openmenu html {
    overflow: hidden;
}

.openmenu body {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

html.openmenu body footer {
    display: none;
}

div.upper.boxed.cols div.mycontainer div.menu.cols ul,
.top {
    display: none;
}

header .upper {
    background-color: var(--headerMiddleBgColor2) !important;
}


/* =========================================================
   FOOTER
   ========================================================= */

footer div.bootstrap-iso {
    background-color: var(--footerUpperBgColor1) !important;
}

footer .bottom .left a {
    color: var(--footerBottomFontColor1) !important;
}

footer .upper .logo {
    position: relative !important;
    text-align: center !important;
    left: 0px !important;
}

footer .upper {
    padding: 50px 0 !important;
}

@media(max-width:768px) {
    footer .upper {
        padding: 10px 0 !important;
    }
}

footer .upper .logo img {
    height: 70px !important;
    width: auto !important;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.bootstrap-iso .btn-light {
    border-color: transparent !important;
}


.btn-light:hover {
    border-color: transparent !important;
}


.btn {
    border-radius: 0px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    background: var(--headerMiddleFontColor2) !important;
    color: var(--bodyBgColor1) !important;
    font-weight: 600 !important;
    padding: 0.375rem 0.75rem;
}

@media(max-width:1440px) {
    .card-btn {
        padding-left: 20px !important;
        padding-right: 20px !important;
        font-size: 0.8rem !important;
    }
}

@media(max-width:980px) {
    .card-btn {
        padding-left: 30px !important;
        padding-right: 30px !important;
        font-size: 1rem !important;
    }
}




.btn:hover {
    background: #64583a !important;
    color: var(--bodyBgColor1) !important;
}


.playicon {
    width: 20px;
    margin-left: 5px;
    margin-bottom: 2px;
}

div#card-second.card.rounded-0.border-0.invert div.row.no-gutters div.col-lg-6:nth-child(1) {
    border-radius: 0px !important;
}

div#card-second.card.rounded-0.border-0.invert div.row.no-gutters div.col-lg-6:nth-child(2) img {
    border-radius: 0px !important;
}

@media(min-width:1840px) {
    div#about.card.rounded-0.border-0 div.row.no-gutters div.col-lg-6 div.card-body.pt-0.pb-0.text-left {
        padding: 4rem 0rem 4rem 3rem !important;
    }

    div#about-2.card.rounded-0.border-0.invert div.row.no-gutters div.col-lg-6 div.card-body.pt-0.pb-0.text-left {
        padding: 4rem 3rem 4rem 0rem !important;
    }
}

@media(max-width:1840px) {
    div#about.card.rounded-0.border-0 div.row.no-gutters div.col-lg-6 div.card-body.pt-0.pb-0.text-left {
        padding: 3rem 0rem 3rem 3rem !important;
    }

    div#about-2.card.rounded-0.border-0.invert div.row.no-gutters div.col-lg-6 div.card-body.pt-0.pb-0.text-left {
        padding: 3rem 3rem 3rem 0rem !important;
    }
}

@media(max-width:991px) {
    div#card-second.card.rounded-0.border-0.invert div.row.no-gutters div.col-lg-6:nth-child(1) {
        border-radius: 0px !important;
    }

    div#card-second.card.rounded-0.border-0.invert div.row.no-gutters div.col-lg-6:nth-child(2) img {
        border-radius: 0px !important;
    }

    div#card-second.card.rounded-0.border-0.invert div.row.no-gutters div.col-lg-6 div.card-body.pt-0.pb-0.text-left div.text-left,
    div#card-second.card.rounded-0.border-0.invert div.row.no-gutters div.col-lg-6 div.card-body.pt-0.pb-0.text-left h1.card-title {
        text-align: center !important;
    }

    div.card-invert {
        display: grid;
    }

    html body section div.boxed.bootstrap-iso.spaceTop.spaceBottom div.mycontainer div#about-2.card.rounded-0.border-0.invert div.row.no-gutters div.col-lg-6:nth-child(1) {
        order: 2;
    }

    div#about.card.rounded-0.border-0 div.row.no-gutters div.col-lg-6 div.card-body.pt-0.pb-0.text-left {
        padding: 1rem 0rem 1rem 0rem !important;
    }

    div#about-2.card.rounded-0.border-0.invert div.row.no-gutters div.col-lg-6 div.card-body.pt-0.pb-0.text-left {
        padding: 1rem 0rem 0rem 0rem !important;
    }
}


/* CARD */

.hidden {
    display: none;
}

.card {
    border: 0rem !important;
}

.card-body {
    padding: 0rem !important;
    padding-top: 1rem !important;
    cursor: pointer;
}

.full-prod-adv{
    font-weight: 600 !important;
    background: var(--headerMiddleFontColor2) !important;
    color: #fff;
    padding: 0.3rem;   
    border-radius: 0px;
    text-align: center;
    line-height: 19px;
    font-size: 16px;
}

@media(max-width:1840px) {
    .product-adv {
        padding: 0.4rem;
        line-height: 17px;
        font-size: 16px;
    }
}

@media(max-width:1440px) {
    .product-adv {
        padding: 0.4rem;
        line-height: 15px;
        font-size: 13px;
    }
}

@media(max-width:1050px) {
    div.card-body.text-left div.text-right a.btn.btn-light {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media(max-width:980px) {
    .product-adv {
        padding: 0.3rem;
        line-height: 19px;
        font-size: 18px;
    }
}


div.card-body.text-left div.text-right a{
    font-size: 16px;
}

@media(max-width:991px){
    div.card-body.text-left div.text-right a{
        font-size: 12px;
    }
}

@media(max-width:980px){
    div.card-body.text-left div.text-right a{
        font-size: 16px;
    }
}

div.card-body.text-left div.text-right a::before {
    content: url('../images/icons/bag.svg');
    margin-right: 10px;
    color: var(--headerMiddleFontColor2) !important;
    top: 1px;
    position: relative;
}

div.text-right a:hover{
    color: #9d8344 !important
}

h5.card-title {
    padding-bottom: 0.75rem !important;
    margin-bottom: 0rem !important;
    color: #000 !important;
}

.card-subtitle {
    margin-bottom: 1rem !important;
    font-weight: 100 !important;
    color: #6c757d !important;
}

.card-body p {
    font-weight: 100;
}

div#about.card.rounded-0.border-0 div.row.no-gutters div.col-lg-6 div.card-body.pt-0.pb-0.text-left p.card-text,
div#about-2.card.rounded-0.border-0.invert div.row.no-gutters div.col-lg-6 div.card-body.pt-0.pb-0.text-left p.card-text {
    font-weight: 400;
}

div#about.card.rounded-0.border-0 div.row.no-gutters div.col-lg-6 div.card-body.pt-0.pb-0.text-left,
div#about-2.card.rounded-0.border-0 div.row.no-gutters div.col-lg-6 div.card-body.pt-0.pb-0.text-left {
    cursor: text !important;
}

.card-deck .card img.card-img-top {
    transition: transform 0.3s ease;
}

.card-deck .card:hover img.card-img-top {
    transform: scale(1.08);
}

.card-deck .card:active img.card-img-top {
    transform: scale(1);
}

.wrap-img {
    overflow: hidden;
    cursor: pointer;
}

.card-img-top {
    border-radius: 0px !important;
}

.card-img-bottom {
    height: 100%;
    object-fit: cover;
    border-radius: 0px !important;
}


div.clearfix.mb-4 {
    margin-bottom: 0.75rem !important;
    /* color:#dc0305;  con offerta*/
    font-size: 16px;
}

.offert{
    color:#dc0305;
    font-size: 16px;
}

.badge-offert{
    background-color: #dc0305;
    color: var(--bodyBgColor1);
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px !important;
    padding: 0.25em 0.4em !important;
}

.card-offert-badge{
    background-color: #dc0305;
    color: var(--bodyBgColor1);
    font-size: 14px !important;
    padding: 0.25em 0.4em !important;
    margin-right:10px;
    margin-bottom:10px;
}

.product-adv{
    background-color: var(--headerMiddleBgColor2) !important;
    color: var(--bodyBgColor1) !important;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0.25em 0.4em !important;
    font-size: 14px !important;
}

.product-adv-left{
    background-color: var(--headerMiddleBgColor2);
    color: var(--bodyBgColor1);
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0.25em 0.4em;
    font-size: 14px;
}

.product-adv-card{
    background-color: var(--headerMiddleBgColor2) !important;
    color: var(--bodyBgColor1) !important;
    padding: 0.25em 0.4em !important;
    font-size: 14px !important;
    margin-right: 10px;
}


.ex-price{
    font-size: 14px;
}

@media(max-width:1200px){
    .ex-price{
        font-size: 12px;
    }
}

.bootstrap-iso a:hover {

    text-decoration: none !important;
}


div#card-second.card.rounded-0.border-0.invert div.row.no-gutters div.col-lg-6 div.card-body.pt-0.pb-0.text-left {
    margin: 4rem;
}

@media(max-width:768px) {
    div#card-second.card.rounded-0.border-0.invert div.row.no-gutters div.col-lg-6 div.card-body.pt-0.pb-0.text-left {
        margin: 2rem;
    }
}


.btn.btn-primary {
    color: var(--bodyBgColor1) !important;
}


.btn.btn-primary:hover {
    background-color: var(--btn) !important;
}

body.cartPage div.selQty {
    position: relative !important;
}

@media (min-width: 576px) and (max-width: 980px) {
    .cardBreak .card-break.card-break-1 {
        display: block;
        height: 1.5rem !important;
    }
}

.img-fluid {
    border-radius: 0px !important;
}

.bootstrap-iso .form-control:focus {
    border-color: rgb(133, 117, 78) !important;
    box-shadow: none !important;
}

footer div.bootstrap-iso div#certification.boxed div.mycontainer ul.pt-4.pb-4 li:nth-child(7) img {
    height: 50px !important;
}

footer div.bootstrap-iso div#certification.boxed div.mycontainer ul.pt-4.pb-4 li:nth-child(6) img {
    height: 55px !important;
}


/* ACCORDION */

.bs5 .accordion-body {
    padding: 1rem 0rem 1rem 0rem !important;
}

.bs5 .form-check-input:checked {
    background-color: #000 !important;
}

.bs5 .form-check-input:focus,
.bs5 .accordion-button:not(.collapsed),
.bs5 .accordion-button:focus {
    box-shadow: none !important;
}

.bs5 .accordion-button:not(.collapsed) {
    color: var(--bodyFontColor1);
    background-color: transparent;
    box-shadow: transparent !important;
}

.bs5 .accordion-button {
    padding: 0rem !important;
}

.bs5 .form-check-input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 0.4px solid #000;
    border-radius: 0;
    margin-right: 1rem;
    position: relative;
}

.bs5 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg);
}

.icon {
    width: 25px;
}

.hr-bs5 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}

/* END TUTTI I PRODOTTI */


/* =========================================================
   PAYMENTS / FORMS
   ========================================================= */

.payments {
    margin-top: 36px;
    padding: 0 10px;
}

.payment-cardimg {
    height: 23px;
    position: absolute;
    right: 19px;
    top: 16px;
    width: 96px;
}

.payment-headline {
    margin-bottom: 10px;
}

.payment-radioGroup {
    margin-bottom: 2rem;
}

.payment-radioGroup>input {
    position: absolute;
    visibility: hidden;
}

.payment-radioGroup>input:checked~label::before {
    border: 7px solid var(--headerMiddleFontColor2);
}

.payment-radioGroup>input:checked~label {
    font: 700 1rem "Jaldi", sans-serif;
}

.payment-radioGroup>label {
    cursor: pointer;
    display: block;
    position: relative;
    top: -2px;
}

.payment-radioGroup>label::before {
    transition: 100ms ease-out;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #cfd8dc;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 22px;
    margin-right: 10px;
    position: relative;
    top: 6px;
    width: 22px;
}

.payment-tab {
    background: var(--footerUpperBgColor1);
    border: 2px solid var(--footerUpperBgColor1) !important;
    box-sizing: border-box;
    height: 55px;
    overflow: hidden;
    padding: 13px 20px;
    position: relative;
    transition: 150ms ease-out;
    width: 100%;
}

.payment-tab:first-of-type {
    border-radius: 5px 5px 0 0;
}

.payment-tab:last-of-type {
    border-radius: 0 0 5px 5px;
}

.payment-tab-isActive {
    background: #ffffff;

}

.textInputGroup>input {
    border: 2px solid #cfd8dc;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    font: 400 18px "Jaldi", sans-serif;
    height: 50px;
    margin: -15px auto 5px;
    padding: 5px 10px 0 11px;
    transition: 100ms ease-out;
    width: 100%;
}

.textInputGroup>input:focus {
    border: 2px solid var(--headerMiddleFontColor2);
    outline: 0;
}

.textInputGroup>label {
    background: #ffffff;
    display: inline-block;
    font: 700 18px "Jaldi", sans-serif;
    margin: 5px auto auto 8px;
    padding: 0px 5px;
}

.textInputGroup-halfWidth {
    float: left;
    width: 48%;
}

.textInputGroup-halfWidthRight {
    float: right;
    width: 48%;
}

.form-group {
    margin-bottom: 10px !important;
}

.bs5 .form-control:focus{
    border-color: var(--headerMiddleBgColor2) !important;
    box-shadow: 0 0 0 0.25rem #85754E85 !important;
}


.thumbnail-prod {
    width: 100%;
    margin-bottom: 1rem;
    cursor: pointer;
}

.thumbnail-img {
    width: 100%;
}

.thumbnail-img:hover{
    box-shadow: 0 2px 5px rgb(0 0 0 / 0.2);
    transition: box-shadow 0.5s ease-in-out;
}
.selected {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    transition: box-shadow 0.5s ease-in-out;
}

.line-through{
    text-decoration-line: line-through;
}


/* =========================================================
   LAYOUT / CONTAINER
   ========================================================= */

.mycontainer,
.mycontainer-fluid,
.mycontainer-lg,
.mycontainer-md,
.mycontainer-sm,
.mycontainer-xl,
.mycontainer-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .mycontainer,
    .mycontainer-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .mycontainer,
    .mycontainer-md,
    .mycontainer-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .mycontainer,
    .mycontainer-lg,
    .mycontainer-md,
    .mycontainer-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .mycontainer,
    .mycontainer-lg,
    .mycontainer-md,
    .mycontainer-sm,
    .mycontainer-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .mycontainer,
    .mycontainer-lg,
    .mycontainer-md,
    .mycontainer-sm,
    .mycontainer-xl,
    .mycontainer-xxl {
        max-width: 1320px
    }
}

footer .upper ul.social li {
    padding-right: 10px !important;
    padding-left: 0px !important;
}

/* ===== SWIPER CARDS (deck a scorrimento orizzontale) ===== */
.swiper-cards {
    position: relative;
}

.swiper-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    /* barra di scorrimento nascosta */
    scrollbar-width: none;          /* Firefox */
    -ms-overflow-style: none;       /* IE/Edge */
}

.swiper-track::-webkit-scrollbar {
    display: none;                  /* Chrome/Safari */
}

.swiper-track.dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

/* evita il ghost-drag delle immagini */
.swiper-track img {
    -webkit-user-drag: none;
    user-drag: none;
}

/* desktop: 3 card visibili + 1 tagliata */
.swiper-track > .card {
    flex: 0 0 calc((100% - 90px) / 3.3);
    margin: 0;
}

/* mobile: 1 card visibile + 1 tagliata */
@media (max-width: 768px) {
    .swiper-track > .card {
        flex: 0 0 calc((100% - 30px) / 1.3);
    }
}

/* ===== CTA dentro la riga prezzo (prezzo sx, CTA dx) ===== */
.card-body .clearfix .cart-cta {
    float: right;
}

/* caso offerta (card bottega): prezzo (span) + cta sulla stessa riga */
.card-body .clearfix .offert-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-body .clearfix .cart-cta::before {
    content: url('../images/icons/bag.svg');
    margin-right: 10px;
    color: var(--headerMiddleFontColor2) !important;
    top: 1px;
    position: relative;
}