/**
 * @file
 * Subtheme specific CSS.
 */
/*******************************************
   Reset
 ******************************************/


 .btn-close:focus {
     box-shadow: 0 0 0 0.25rem transparent;
 }

.node .field--type-image {
  float: none;
  margin: 0;
}

.node__content {
  font-size: 1rem;
  margin-top: 0;
}
.field--type-image img,
.field--name-field-user-picture img,
.field--type-entity-reference {
  margin: 0;
}
.node--view-mode-teaser {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.visually-hidden {
  display: none;
}

img, video {
  max-width: 100%;
  height: auto;
}
.navbar-toggler {
  border: 1px solid transparent;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 transparent;
}

.site-footer .block {
    margin: 0;
    border: 1px solid transparent;
    border-color: transparent;
    padding: 0;
}
.views-view-grid.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

/*******************************************
     General
   ******************************************/
html {
  position: relative;
}

body {
  font-family: var(--sans-serif);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--serif);
}
 h1 {
  font-size: 3rem;
  font-weight: 400;
  font-family: var(--serif);
  text-transform: uppercase;
}
p {
  font-size: 1.15rem;
}
a {
    color: var(--color_main);
    text-decoration: none;
}
a.btn_row {
    text-align: end;
    width: 100%;
    white-space: normal;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--black);
    font-family: var(--sans-serif);
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 0;
}
a.btn_row::before {
  content: " ";
    background-color: var(--black);
    height: 1px;
    flex-grow: 1;
}
a.btn_row:hover,
a.btn_row:active,
a.btn_row:focus {
  border-color: transparent;
}

.center,
.text-center {
    text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
    text-align: left;
}

.shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4.81%, rgba(0, 0, 0, 0.6) 100%);
  padding: 0.75rem 1.75rem;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.node--type-collection .form-radios:first-child .pretty-element:first-child {
  width: 100%;
  margin-bottom: 2rem;
  padding-right: 1rem;
}
.pretty-element {
    width: 45%;
}
.pretty-element label {
    display: block;
    border: 1px solid transparent !important;
    background-color: transparent !important;
    color: var(--black) !important;
    border-radius: 0 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: var(--sans-serif);
    transition: all 0.3s linear;
}
.pretty-element input:checked + label,
.pretty-element label:hover {
    border-bottom: 1px solid var(--black) !important;
}
/* TEST */
.row > .slick--view--teasers--all-collections.slick--optionset--two-slide {
    padding-right: 0;
    padding-left: 0;
}
/* breadcumbs  */


.breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* necessario per le icone solid */
    float: left;
    padding-right: 0.5rem;
    color: rgba(161, 161, 161, 1);
    content: "\f054"; /* Unicode per fa-chevron-right */
}

div#block-spencerclothing-breadcrumbs {
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.wrapper_taxonomy_term .go_to_catalog {
    margin-bottom: 3rem;
    margin-top: 4rem;
}
div#block-spencerclothing-breadcrumbs li.breadcrumb-item,
.news_breadcumbs li.breadcrumb-item ,
.wrapper_taxonomy_term .go_to_catalog li.breadcrumb-item {
    text-transform: uppercase;
    font-family: var(--sans-serif);
    font-size: 0.6rem;
}
div#block-spencerclothing-breadcrumbs li.breadcrumb-item a,
.news_breadcumbs li.breadcrumb-item a,
.wrapper_taxonomy_term .go_to_catalog li.breadcrumb-item a {
  color: var(--gray_light);
  font-weight: 400;
  transition: all 0.3s linear;
}
div#block-spencerclothing-breadcrumbs li.breadcrumb-item.active,
.news_breadcumbs li.breadcrumb-item.active,
.wrapper_taxonomy_term .go_to_catalog li.breadcrumb-item.active {
  color: var(--gray_dark);
  font-weight: 600;
}
div#block-spencerclothing-breadcrumbs li.breadcrumb-item:hover a,
.news_breadcumbs li.breadcrumb-item:hover a,
.wrapper_taxonomy_term .go_to_catalog li.breadcrumb-item:hover a {
  color: var(--black);
}

/* bottone torna su */

.btn-scroll-top {
  padding: 0.3rem 0.5rem;
  border: 1px solid var(--black);
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  z-index: 9;
}
.btn-scroll-top svg {
      width: 1.2rem !important;
      height: auto;
}
.btn-scroll-top:hover {
  border: 1px solid var(--black);
}
.btn-scroll-top:hover svg path {
  stroke: black;
}
 /* mappa */
 .marker-cluster-small div {
     background-color: var(--black);
 }
 .marker-cluster-small {
    background-color: rgb(0 0 0 / 65%);
}
img.leaflet-marker-icon {
    background-color: var(--white);
    /* border-radius: 50px; */
    border: 1px solid var(--black);
}
/*******************************************
  Header
******************************************/

div#page-wrapper {
  /* serve per avere il titolo dellapagina non coperto dal nav sotto, controllare dove c'e la cover image */
    padding-top: 3rem;
}

body.user-logged-in div#page-wrapper {
    padding-top: 7rem;
}

nav#navbar-main {
   height: 5rem;
   background-color: var(--white);
   position: fixed;
   top: 0;
   left: 0;
   z-index: 999;
   width: 100%;
   transition: all 0.3s linear;
   box-shadow: 0px 1px 20px 0px var(--gray_light);
}
nav#navbar-main ul.navbar-nav li a {
  text-transform: uppercase;
}

nav#navbar-main img {
  /* img png caricata bianca, diventa nera in css */
  filter: invert(1) grayscale(1) brightness(0.2) contrast(2);
  width: 150px;
  height: auto;
}

.offcanvas-header {
  padding: 1.25rem 1.5rem;
}
.offcanvas-header button.btn-close {
    font-size: 1.5rem;
}
#block-spencerclothing-global-search {
  margin-bottom: 3rem;
  padding: 0.5rem 1rem;
}

#navbar-main ul.nav.navbar-nav {
    font-size: 1.5rem;
}
#navbar-main ul.nav.navbar-nav > li a {
   padding: 0.5rem 1rem;
}



/* voci menu figlie */
body.node--type-collection nav#navbar-main ul.dropdown-menu.show {
    background-color: var(--black);
    padding: 1rem 0 0;
    margin-top: 0rem;
    border-radius: 0;
    border: 1px solid white;
    border-top: 1px solid transparent;
}
.dropdown-item {
  padding: 0;
}
.dropdown-item.active,
.dropdown-item:active {
    color: var(--white);
    background-color: var(--black);
}
.dropdown-item:focus,
.dropdown-item:hover,
nav#navbar-main ul.navbar-nav li ul li:hover a {
    color: var(--black);
    background-color: var(--light);
}
nav#navbar-main ul.navbar-nav li ul li a {
    color: var(--black);
    transition: all 0.3s linear;
}
nav#navbar-main ul.navbar-nav li a ul:hover li a{
    color: var(--white);
    background-color: var(--black);
}

nav#navbar-main ul.navbar-nav li ul li a {
    color: var(--black);
    transition: all 0.3s linear;
    border: 1px solid transparent;
    width: 100%;
    height: 100%;
    display: block;
    border-bottom-color: var(--gray_light);
    padding: 0.5rem 2rem;
    border-left-color: var(--gray_light);
    border-right-color: var(--gray_light);
}
nav#navbar-main ul.navbar-nav li ul li a:hover {
  background-color: var(--black);
  color: var(--white);
}
nav#navbar-main ul.navbar-nav li ul li.active a {
  color: var(--white);
  background-color: var(--black);
  opacity: 70%;
}

/* !!!!!!!!!!!!! solo per node--COLLECTION !!!!!!!!!!!!! */

body.node--type-collection nav#navbar-main ul.navbar-nav li ul li a:hover {
  opacity: 70%;
}


body.node--type-collection div#page-wrapper {
  /* serve per avere il titolo dellapagina non coperto dal nav sotto, controllare dove c'e la cover image */
    padding-top: 0;
}

body.node--type-collection nav#navbar-main img {
  filter: none;
}

/* TASSONOMIA TIPO PRODOTTO FULL  */
body.page-vocabulary-tipo-prodotto nav#navbar-main img {
  /* filter: none; */
  /* border: 2px solid red; */
}


body.node--type-collection nav#navbar-main {
    background-color: transparent;
    /* position: absolute; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    transition: all 0.3s linear;
    box-shadow: 0px 1px 20px 0px transparent;

}
body.node--type-collection .cover_full_width {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: -5rem;
}
body.node--type-collection nav#navbar-main ul.navbar-nav li a {
    color: var(--white);
}


body.scrolled nav#navbar-main {
    background-color: var(--white);
}
body.node--type-collection.scrolled nav#navbar-main {
    background-color: var(--black);
}
body.node--type-collection .offcanvas.hiding,
body.node--type-collection .offcanvas.show,
body.node--type-collection .offcanvas.showing {
    visibility: visible;
    background-color: black;
}
body.node--type-collection .navbar-toggler-icon,
body.node--type-collection .btn-close {
  filter: invert(1);
}

/* solo per user autentificato */
.gin--horizontal-toolbar #toolbar-administration {
  z-index: 3000;
}


body.user-logged-in {
    /* margin-top: 3rem; */
}
body.user-logged-in.node--type-homepage {
    margin-top: 0;
}
body.user-logged-in nav#navbar-main {
    top: 5rem;
}
body.page-view-draggable-views.user-logged-in {
  margin-top: 5rem;
  min-height: 100vh;
}
/* Global search - barra di ricerca nel nav/menu */

.navbar-expand-lg .offcanvas .offcanvas-body {
  position: relative;
  padding: 0;
}

.view-id-global_search .row > *{
  padding-left: 0;
}


#block-spencerclothing-global-search .view-content.row {
    background-color: var(--white);
    margin: 0 auto;
    padding: 1rem 0.5rem;
}
#block-spencerclothing-global-search > .content {
  height: 100%;
}

form#views-exposed-form-global-search-global-search > div {
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

form#views-exposed-form-global-search-global-search .mb-3 {
  margin-bottom: 0 !important;
}


form#views-exposed-form-global-search-global-search .search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    /* margin-left: 2rem; */
}

/* Campo input */
form#views-exposed-form-global-search-global-search .search-input-wrapper input.form-control {
  border: 1px solid transparent;
  margin: 0;
  padding-left: 1.5rem;;
  padding-right: 2rem;
  width: 100%;
  color: var(--black);
  border-bottom-color: var(--black);
  border-radius: 0;
}

/* Icona lente */
form#views-exposed-form-global-search-global-search .search-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 16px;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

form#views-exposed-form-global-search-global-search .search-icon.hidden {
  opacity: 0;
}

/* Bottone "X" di cancellazione */
form#views-exposed-form-global-search-global-search .search-clear-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: none;
  background: transparent;
  color: #666;
  display: none;
  padding: 0;
  z-index: 9999;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

form#views-exposed-form-global-search-global-search .search-clear-btn.visible {
  display: block;
  opacity: 1;
  visibility: visible;
}

form#views-exposed-form-global-search-global-search .search-clear-btn:hover {
  color: #000;
}

form#views-exposed-form-global-search-global-search .search-clear-btn:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}

form#views-exposed-form-global-search-global-search .search-clear-btn:active {
  color: #000;
}

/* Nascondi il bottone submit */
form#views-exposed-form-global-search-global-search button.form-submit,
form#views-exposed-form-teasers-products-for-collection-type .form-actions {
  display: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.form#views-exposed-form-global-search-global-search form-control:focus {
    box-shadow: 0 0 0 .25rem transparent;
}
/* Campo input su nav nero e trasparente*/

body.node--type-collection form#views-exposed-form-global-search-global-search .search-input-wrapper input.form-control {
  background-color: transparent;
  color: var(--white);
  border-bottom-color: var(--white);
}
body.node--type-collection form#views-exposed-form-global-search-global-search .search-input-wrapper input.form-control::placeholder {
  color: var(--white);
}
body.node--type-collection form#views-exposed-form-global-search-global-search .search-icon {
  color: var(--white);
}
/* +ééééééé********************************************* */




/* Pagina della tassonomia TIPI DI PRODOTTO/ CATALOGO */
body.node--type-product div#page-wrapper,
body.page-view-catalogo div#page-wrapper {
  padding-top: 3rem;
}

body.page-node-49 h1.title,
body.node--type-page h1 {
  /* margin-top: 3rem; */
  margin-bottom: 2rem;
}
body.page-node-49 div#views-bootstrap-catalogo-catalog {
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: 0;
}

div#block-spencerclothing-catalogo {
    margin: 5rem -12px 3rem;;
}
div#block-spencerclothing-catalogo .taxonomy-term.vocabulary-tipo-prodotto {
    margin-bottom: 1.5rem;
}

div#views-bootstrap-catalogo-catalog > div,
div#views-bootstrap-taxonomy-term-page-1 > div {
    margin-bottom: 1rem;
}
.go_to_catalog {
    margin: 3rem 0;
}
.wrapper_term_teasers {
  position: relative;
}

.links_term_teasers {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
}
.links_term_teasers .more_link {
    display: none;
}

.links_term_teasers h3 {
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--sans-serif);
  letter-spacing: 3px;
  color: var(--white);
  transition: all 0.3s linear;
  text-transform: uppercase;
}

.wrapper_term_teasers:hover .links_term_teasers h3,
.links_term_teasers h3:hover {
  color: rgb(182 182 182);
}
.wrapper_taxonomy_term {
  margin-bottom: 5rem;
}


.wrapper_taxonomy_term h1 {
    margin-bottom: 2rem;
}
.vocabulary-tipo-prodotto .field_cover_image_mobile {
  margin-bottom: 3rem;
}
/* TASSONOMIA TIPO PRODOTTO/CATALOGO Block in homepage  */
div#views-bootstrap-catalogo-promo-catalogo > div {
    padding: 0;
}


.view-catalogo.view-id-catalogo > .view-content.row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.node--type-homepage .links_term_teasers {
  position: absolute;
  bottom: 2%;
  left: 0;
  top: auto;
  z-index: 3;
  transform: translate(0, 0);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 0 2rem;
}
.node--type-homepage .links_term_teasers .more_link {
    display: block;
}
/*******************************************
  Layout
******************************************/

/* slick - arrow */

.slick-prev,
.slick-next {
  font-size: 0; /* nasconde il testo */
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 2rem;
    height: 2rem;
    border: none;
    color: var(--gray_light);
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: transparent;
}
.slick-arrow:hover {
  transform: translateY(-50%) scale(1.1);
}
.slick-next.slick-arrow {
    transform: translate(0, -50%);
}
.slick-next.slick-arrow:hover {
    transform: translate(0, -50%) scale(1.1);
}

.slick-prev {
  left: 0rem;
}
/* questo rompe il template = scroll orizzontale */
.slick-next {
  /* right: calc(0% - 5rem); */
  right: 0;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev::after {
  content: '\f104'; /* fa-angle-left */
  font-family: 'Font Awesome 5 Free', 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-next::after {
  content: '\f105'; /* fa-angle-right */
  font-family: 'Font Awesome 5 Free', 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* slick for collection */

.view-display-id-all_collections {
  position: relative;
}

/* full slide collection */
/* .slick-next.slick-arrow {
    transform: translate(185%, -50%);
}
.slick-next.slick-arrow:hover {
    transform: translate(185%, -50%) scale(1.1);
} */

/* Blocco "Newsletter" */

#block-newsletter {
    margin: 3rem auto;
}


#webform-submission-newsletter-block-content-4-add-form {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
}
#webform-submission-newsletter-block-content-4-add-form button {
    border: 1px solid var(--black);
    background-color: var(--black);
    color: var(--white);
    transition: all 0.3s linear;
}
#webform-submission-newsletter-block-content-4-add-form button:hover {
    border: 1px solid var(--black);
    color: var(--black);
    background-color: var(--white);
}
#webform-submission-newsletter-block-content-4-add-form label {
    display: none;
}
#webform-submission-newsletter-block-content-4-add-form .webform-type-email.form-item-e-mail {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 80%;
}
#webform-submission-newsletter-block-content-4-add-form .form-actions {
    text-align: center;
    margin: auto;
    align-self: center;
}

#webform-submission-newsletter-block-content-4-add-form .webform-type-email.form-item-e-mail .form-control {
border: none;
  border-bottom: 1px solid #ced4da;
    border-radius: 0;
    border-color: var(--gray);
}
#webform-submission-newsletter-block-content-4-add-form .webform-type-email.form-item-e-mail .form-control:focus {
    color: var(--gray);
    background-color: #fff;
    border-color: var(--gray);
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
}
#block-newsletter .text-formatted.field--name-body h3 {
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--serif);
  margin-bottom: 2rem;
}
#block-newsletter .text-formatted.field--name-body p{
    width: 90%;
    margin: auto;
}

/* *************************************
**********  NODE PAGE -- Pagina Contatti ************
************************************* */


#block-spencerclothing-contattaspencer {
  margin: 3rem auto 5rem;
  background-color: var(--black);
  padding: 3rem;
  color: var(--white);
}

#block-spencerclothing-contattaspencer  .js-webform-type-tel.form-item-phone {
    display: flex;
    flex-direction: column;
}

#block-spencerclothing-contattaspencer .webform-element-description {
    color: var(--white);
    opacity: 80%;
}


/* *************************************
**********  NODE PAGE -- Pagina Rivenditori ************
************************************* */

#block-spencerclothing-accessoutente {
    text-align: center;
    width: 50%;
    margin: 3rem auto;
    background-color: black;
    padding: 3rem 2rem;
    color: white;
}

#block-spencerclothing-accessoutente h2 {
    text-transform: uppercase;
    margin-bottom: 2rem;
    position: relative;
    padding-top: 80px; /* spazio per il logo */
    text-align: center;
}

#block-spencerclothing-accessoutente h2::before {
    content: "";
    background-image: url("/sites/default/files/2025-11/Spencer_Pittogramma_Bianco.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#block-spencerclothing-accessoutente input {
    width: 80%;
    margin: auto;
}

#block-spencerclothing-accessoutente .form-item-name small#edit-name--description {
display: none;
}

#block-spencerclothing-accessoutente button#edit-submit,
#block-spencerclothing-contattaspencer button#edit-submit {
    background-color: var(--black);
    border-color: var(--white);
    color: var(--white);
    margin-top: 2rem;
    transition: all 0.3s linear;
    text-align: center;

}
#block-spencerclothing-accessoutente button#edit-submit:hover,
#block-spencerclothing-contattaspencer button#edit-submit:hover {
    background-color: var(--white);
    border-color: var(--black);
    color: var(--black);
}

#block-spencerclothing-accessoutente li.list-group-item {
    background-color: transparent;
    color: #fe8080;
}
#block-spencerclothing-accessoutente li.list-group-item a {
    transition: all 0.3s linear;
}
#block-spencerclothing-accessoutente li.list-group-item a:hover {
    color: red;
}

/* *************************************
****** NODE PAGE -- PAGINA BASE ************
************************************* */

.node--type-page .breadcrumb {
    font-size: 0.929em;
    display: flex;
    justify-content: center;
}
.node--type-page h1 {
  text-align: center;
}
/* *************************************
****** NODE COLLECTION -- FULL ************
************************************* */



/* .node--type-collection.node--view-mode-full h1 {
  font-size: 3.5rem;
  font-weight: 400;
  font-family: var(--serif);
  text-transform: uppercase;
} */
.node--type-collection.node--view-mode-full h2 {
  margin-bottom: 2.5rem;
}
div#block-block-teasers-products-for-collection-type {
    margin: 2rem 0 5rem;
}

/* ********************************************* */

div#navigation  .slick-list.draggable {
  padding: 0 !important;
  height: 100% !important;
}

div#navigation .slick-slide {
    width: 100% !important;
}
div#navigation .slick-track {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
}



/* *************************************
****** NODE PRODUCT -- FULL ************
************************************* */
/* INIZIO TEST --- colonna img */

.node--type-product.node--view-mode-full .img_preview {
    overflow-y: auto;
}
.node--type-product.node--view-mode-full #navigation .field--name-field-carousel-pictures.field__items {
  max-height: 500px; /* Altezza massima per il contenitore delle thumbnail */
}

.node--type-product.node--view-mode-full #navigation .slick-slide {
  margin-bottom: 10px; /* Spaziatura tra le thumbnail */
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.node--type-product.node--view-mode-full #navigation .slick-slide.slick-current {
  opacity: 1;
}

.node--type-product.node--view-mode-full #navigation .slick-slide:hover {
  opacity: 1;
}
/* scrollbar */
/* L'intera scrollbar */
.node--type-product.node--view-mode-full ::-webkit-scrollbar {
  width: 8px; /* larghezza verticale */
}

/* La traccia (sfondo) */
.node--type-product.node--view-mode-full ::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 0;
}

/* Il thumb (la parte mobile) */
.node--type-product.node--view-mode-full ::-webkit-scrollbar-thumb {
  background-color: var(--gray);
  border-radius: 0;
  border: 2px solid var(--gray);
  transition: all 0.3s linear;
}

/* Hover sul thumb */
.node--type-product.node--view-mode-full ::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  border-color: #555;
}

.node--type-product.node--view-mode-full .scroll-container {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.node--type-product.node--view-mode-full .scroll-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}


/* FINE TEST --- colonna img */


.node--type-product.node--view-mode-full .product_wrapper .col_txt {
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.node--type-product.node--view-mode-full .color-swatches > div {
    width: 40px;
    height: 20px;
    margin-right: 1rem;
}
.node--type-product.node--view-mode-full h1 {
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: var(--serif);
    margin-bottom: 1.5rem;
}
.node--type-product.node--view-mode-full .product_collection h3 a {
  color: var(--gray_light);
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: var(--sans-serif);
  transition: all 0.3s linear;
}
.node--type-product.node--view-mode-full .product_collection h3 a:hover {
  color: var(--gray_text);
}
.node--type-product.node--view-mode-full .color-swatches,
.node--type-product.node--view-mode-full .field--name-field-size {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.node--type-product.node--view-mode-full .field--name-field-size .field__item {
   margin-right: 1.5rem;
   font-size: 0.85rem;
}

.node--type-product.node--view-mode-full .product_info {
  margin-top: 3rem;
}
.node--type-product.node--view-mode-full .product_info .info_text {
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 1rem;
    letter-spacing: 2px;
    font-weight: 500;
    font-family: var(--sans-serif);
    color: var(--black);
}

.node--type-product.node--view-mode-full .full_width_section {
    margin: 5rem var(--negativeMarginX);
    padding: 3rem 0;
    background-color: var(--light);
}


.node--type-product.node--view-mode-full .view_other_products .view-header {
     width: 90%;
     margin: auto;
     margin-bottom: 2rem;
     text-align: center;
 }


.node--type-product.node--view-mode-full .view_other_products .view-header h2,
.node--type-product.node--view-mode-full h2 {
     text-transform: uppercase;
     font-size: 2rem;
     font-weight: 400;
     letter-spacing: 1px;
     text-align: center;
 }

 .node--type-product.node--view-mode-full .view_other_products .view-footer {
     margin-top: 3rem;
     text-align: center;
 }

.node--type-product.node--view-mode-full .view_all_collections {
  position: relative;
  margin: 3rem auto;
}

/* Personalizzazione scrollbar */
#navigation .slick-list {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

#navigation .slick-list::-webkit-scrollbar {
  width: 6px;
}

#navigation .slick-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

#navigation .slick-list::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px;
}

#navigation .slick-list::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* Nascondi scrollbar quando non serve */
#navigation .slick-list.no-scrollbar::-webkit-scrollbar {
  display: none;
  background-color: transparent;
}
/* node product promoted */

.node--type-product.node--view-mode-promoted {
    margin-bottom: 3rem;
}

/* node collection and node product-- teaser */

.node--type-product.node--view-mode-teaser .wrapper_product,
.node--type-product.node--view-mode-promoted .wrapper_product,
.node--type-product.node--view-mode-fullwidth .wrapper_product {
  position: relative;
  overflow: hidden;
}

.node--type-product.node--view-mode-teaser .product_image,
.node--type-product.node--view-mode-promoted .product_image,
.node--type-product.node--view-mode-fullwidth .product_image {
  position: relative;
  width: 100%;
  height: 100%;
}

.node--type-product.node--view-mode-teaser .image-primary,
.node--type-product.node--view-mode-teaser .image-secondary,
.node--type-product.node--view-mode-promoted .image-primary,
.node--type-product.node--view-mode-promoted .image-secondary,
.node--type-product.node--view-mode-fullwidth .image-primary,
.node--type-product.node--view-mode-fullwidth .image-secondary {
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease-in-out;
}

.node--type-product.node--view-mode-teaser .image-primary,
.node--type-product.node--view-mode-promoted .image-primary,
.node--type-product.node--view-mode-fullwidth .image-primary {
  position: relative;
  z-index: 1;
}

.node--type-product.node--view-mode-teaser .image-secondary,
.node--type-product.node--view-mode-promoted .image-secondary,
.node--type-product.node--view-mode-fullwidth .image-secondary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}

.node--type-product.node--view-mode-teaser .wrapper_product:hover .image-secondary,
.node--type-product.node--view-mode-promoted .wrapper_product:hover .image-secondary,
.node--type-product.node--view-mode-fullwidth .wrapper_product:hover .image-secondary {
  opacity: 1;
}

.node--type-product.node--view-mode-teaser .image-primary img,
.node--type-product.node--view-mode-teaser .image-secondary img,
.node--type-product.node--view-mode-promoted .image-primary img,
.node--type-product.node--view-mode-promoted .image-secondary img,
.node--type-product.node--view-mode-fullwidth .image-primary img,
.node--type-product.node--view-mode-fullwidth .image-secondary img{
  display: block;
  width: 100%;
  height: auto;
}

.node--type-collection.node--view-mode-teaser {
  /* border: 1px solid red; */
}

.node--type-collection.node--view-mode-teaser .wrapper_collection,
.node--type-product.node--view-mode-teaser .wrapper_product,
.node--type-product.node--view-mode-fullwidth .wrapper_product {
    position: relative;
    z-index: 1;
    /* width: fit-content; */
    height: auto;
}

.node--type-collection.node--view-mode-teaser .collection_image img,
.node--type-product.node--view-mode-teaser .product_image img,
.node--type-product.node--view-mode-fullwidth .product_image img {
    margin: 0 auto;
}
.node--type-collection.node--view-mode-teaser .collection_info,
.node--type-product.node--view-mode-fullwidth .collection_info {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: var(--white);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.node--type-collection.node--view-mode-teaser .collection_title h3,
.node--type-product.node--view-mode-fullwidth .collection_title h3 {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0 1.5rem
}

.node--type-product.node--view-mode-teaser .product_info,
.node--type-product.node--view-mode-fullwidth .product_info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    color: var(--white);
    margin-bottom: 1rem;
    margin-left: 1rem;
}
.node--type-product.node--view-mode-teaser .product_collection span,
.node--type-product.node--view-mode-promoted .product_genere span,
.node--type-product.node--view-mode-fullwidth .product_collection span {
    font-weight: 400;
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.node--type-product.node--view-mode-teaser .product_info h3,
.node--type-product.node--view-mode-promoted .product_title h3,
.node--type-product.node--view-mode-fullwidth .product_info h3 {
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--sans-serif);
  letter-spacing: 2px;
}

/* node product - view mode promoted */

.node--type-product.node--view-mode-promoted .product_info {
    text-align: center;
    color: var(--black);
    margin-top: 1rem;
}
.node--type-product.node--view-mode-promoted .product_title h3 {
  font-weight: 400;
}


/* *************************************
****** NODE NEWS -- FULL ************
************************************* */

.node--type-article.node--view-mode-full {
    padding-top: 2rem;
}

.node--type-article.node--view-mode-full .news_breadcumbs {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.node--type-article.node--view-mode-full .news_title h1 {
  font-size: 2rem;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.node--type-article.node--view-mode-full .field_cover_image_mobile {
    margin: 0 var(--negativeMarginX);
    margin-bottom: 3rem;
}
.node--type-article.node--view-mode-full  a.share_link {
    width: fit-content;
    margin: 0 0.5rem;
    padding: 0;
}
.node--type-article.node--view-mode-full .content_share_links {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 2rem;
}
div.wrapper_shared_links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem 0 3rem;
}


div.share_icon {
    border-radius: 100%;
    background-color: var(--black);
    width: fit-content;
    padding: 0.5rem;
    border: 1px solid var(--black);
    transition: all 0.3s linear;
}
div.share_icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

div.share_icon svg path {
  fill: var(--white);
}
div.share_icon:hover {
    background-color: var(--white);
}
div.share_icon:hover svg path {
    fill: var(--black);
}
div.share_icon.facebook:hover svg path {
    stroke: var(--black);
}
.node--type-article.node--view-mode-full .content_view {
    position: relative;
}
.node--type-article.node--view-mode-full  nav.slick__arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
.node--type-article.node--view-mode-full .link_more {
    text-align: center;
    margin: 3rem 0;
}
/* *************************************
****** NODE NEWS -- TEASER ************
************************************* */
.node--type-article.node--view-mode-teaser {
  padding: 0 2rem;
}

.node--type-article.node--view-mode-teaser .row.news_teaser {
    margin: 0;
    border: 1px solid #8080804f;
    box-shadow: 0px 3px 20px 0 var(--gray);
    margin-bottom: 2rem;
}
.node--type-article.node--view-mode-teaser .row.news_teaser .col_img {
    padding: 0;
}
.node--type-article.node--view-mode-teaser .row.news_teaser .col_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.node--type-article.node--view-mode-teaser .news_title {
    margin: 1rem 0;
}

.node--type-article.node--view-mode-teaser .row.news_teaser .news_title a h3 {
    text-transform: uppercase;
    font-size: 1.6rem;
    color: var(--black);
    transition: all 0.3s linear;
}
.node--type-article.node--view-mode-teaser .row.news_teaser:hover .news_title a h3 {
    color: var(--dark_red);
}
.node--type-article.node--view-mode-teaser .node_url {
    text-align: center;
    margin-bottom: 0.8rem;
    margin-top: 1rem;
}
.node--type-article.node--view-mode-teaser .row.news_teaser a.btn-info {
  transition: all 0.3s linear;
}
.node--type-article.node--view-mode-teaser .row.news_teaser:hover a.btn-info {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid var(--black);
}
/*******************************************
  Footer
******************************************/

footer.site-footer {
    padding: 2rem 1rem;
}
.site-footer .row.region {
  width: 100%;
}
footer .logo_footer {
  text-align: center;
}
footer .logo_footer img {
    width: 130px;
}
.wrapper_footer_top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
footer .footer_left_wrapper .wrapper_footer_menu {
    /* margin-bottom: 1rem; */
}
.logo_footer_info p:first-of-type {
    margin-top: 0;
}
.wrapper_footer_top .block h2 {
    margin-bottom: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.37rem;;
}
.wrapper_footer_top ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.site-footer_top {
    margin-bottom: 2rem;
}
footer .logo_footer_info {
  width: 100%;
  margin: 0 0 2rem 0;
}
.wrapper_footer_top ul li a,
.site-footer__bottom ul li a,
.logo_footer_info p,
.site-footer__bottom p {
  font-family: var(--sans-serif);
  font-weight: 400;
  font-size: 1rem;
  padding-left: 0;
  color: var(--gray_text);
  transition: all 0.3s linear;
}
.wrapper_footer_top ul li a:hover,
.site-footer__bottom ul li a:hover {
  color: var(--white);
}
.wrapper_social {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.wrapper_social .social-icon.facebook {
    margin-right: 1.5rem;
}
.wrapper_social svg path {
    stroke: var(--gray_text);
    transition: all 0.3s linear;
}
.wrapper_social svg:hover path {
    stroke: var(--white);
}
.site-footer__top h2 {
  border-bottom: 1px solid transparent;
  border-color: transparent;
  padding-bottom: 0;
}
.site-footer__bottom {
    letter-spacing: 0.2px;
    margin-top: 0;
    border-top: 1px solid transparent;
    border-color: transparent;
    padding-top: 1.5rem;
}
#block-customer-service {
    margin-top: 2rem;
}
#block-spencerclothing-piedipagina {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
