/** Shopify CDN: Minification failed

Line 2421:21 Expected identifier but found "."
Line 2933:0 Expected "}" to go with "{"

**/
/***
GENERAL
***/

#shop-hcaptcha-badge-container,
.grecaptcha-badge {
  display: none !important;
}

html,
body {
  overflow-x: hidden;
}

body {
  overflow-y: hidden;
  overflow-x: hidden;
}

p,
span,
button,
a,
li {
  font-family: "Futura" !important;
  font-weight: 300 !important;
}

.button.altcolour,
.btn.btn--secondary,
button.altcolour,
input[type="submit"].altcolour,
input[type="reset"].altcolour,
input[type="button"].altcolour {
  background: #fff;
  color: #000 !important;
  border-color: #000;
  border-radius: 30px;
}

.button.altcolour:hover,
.btn.btn--secondary:hover,
button.altcolour:hover,
input[type="submit"].altcolour:hover,
input[type="reset"].altcolour:hover,
input[type="button"].altcolour:hover,
.button.button--wide:hover,
a.button.button--wide:hover {
  background: #000 !important;
  color: #fff !important;
  border-color: #000;
}

a:hover,
button:hover {
  cursor: pointer !important;
}

.button,
button {
  font-family: "Futura" !important;
  font-weight: 500 !important;
}

#content input,
#content select {
  width: 85%;
  padding: 10px 15px;
  background: #fff;
  color: #000000;
  border: 1px #000000 solid;
  border-radius: 30px;
}

#content select {
  padding: 10px 15px !important;
  border: 1px #000000 solid !important;
  background: #fff !important;
}

#content input::placeholder,
#content select::placeholder {
  color: #c4c4c4;
}

#content input[disabled] {
  cursor: default;
  pointer-events: none;
}

#content input#marketing {
  width: auto;
}

#ContactAccountNewsletter-success,
#ContactAccountNewsletter-error {
  margin-top: 15px;
}

#ContactAccountNewsletter-success {
  color: green;
}

#ContactAccountNewsletter-error {
  color: red;
}

/* BOOTSTRAP - ACCORDION */

.accordion-item {
  background-color: transparent !important;
  border: transparent !important;
}

.accordion-button {
  color: #000 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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;
}

.accordion-button:not(.collapsed)::after {
  transform: none !important;
}

.accordion-button[aria-expanded="true"]::after {
  transform: rotate(-180deg) !important;
}

/***
HEADER
***/

.pageheader {
  background: transparent;
}

.scrolled-past-header .pageheader {
  background: #fff;
}

.template-product .scrolled-past-header .pageheader {
  background: transparent;
}

#pageheader .logo-area {
  border-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

html.miniLoginOpened {
  overflow: hidden;
}

body.openMiniLogin {
  overflow: hidden;
}

.header-account-link {
  cursor: pointer;
}

#miniLogin {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 4001;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transform: translate(2500px);
  transition: all 0.5s ease-in-out;
  transition-property: all;
}

body.openMiniLogin #miniLogin {
  background-color: rgba(0, 0, 0, 0.75);
}

#miniLogin .overlay-content {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: 450px;
  text-align: center;
  float: right;
  background: #f2f2f2;
  padding: 0 20px 50px;
}

#miniLogin a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

#miniLogin a:hover,
#miniLogin a:focus {
  color: #f1f1f1;
}

#miniLogin .closebtn {
  position: absolute;
  top: 0;
  right: 45px;
  padding: 0;
  font-size: 27px;
}

#miniLogin #icon-account-stories {
  height: 100px;
  width: 200px !important;
  margin-top: 20px;
}

#miniLogin .text-over-input__text {
  position: relative;
  font-size: 100%;
  line-height: 100%;
  margin-top: 0;
  top: 0;
  right: 0;
}

#miniLogin h2 {
  font-size: 20px;
  margin-top: 20px;
}

#miniLogin #customer_minilogin {
  padding-bottom: 30px;
  border-bottom: 2px solid #cbcdcd;
  margin-left: -20px;
  margin-right: -20px;
}

#miniLogin #customer_minilogin input {
  width: 100%;
  max-width: 250px;
  border: 1px solid;
  border-radius: 30px;
  background: transparent;
  padding: 10px 20px;
}

#miniLogin p {
  max-width: 300px;
  margin: 0 auto 20px;
}

#miniLogin #forgot_password {
  position: relative;
  margin-top: 0;
  top: 0;
  font-size: 100%;
  line-height: 100%;
  right: 0;
}

#miniLogin #forgot_password a {
  margin-top: 10px;
  font-size: 14px;
  text-decoration: underline !important;
}

#miniLogin .action_bottom .opposing-items button {
  background: transparent;
  border-radius: 30px;
  border: 1px solid #000;
  margin: 0 auto;
  max-width: 150px;
  width: 100%;
  background: #000;
  color: white;
}

#miniLogin .go-back-to-login-section {
  cursor: pointer;
  display: block;
  text-align: left;
  font-size: 12px;
}

#miniLogin .go-back-to-login-section img {
  margin-top: -2px;
  width: 20px;
  height: 10px;
}

#miniLogin #registerLogin {
  border-radius: 30px;
  background: transparent;
  padding: 6px 20px;
  background: #000;
  color: white;
}

#miniLogin #container-register form {
  display: inline-table;
  width: 100%;
}

#miniLogin #container-register .input-row {
  width: 50%;
  display: inherit;
  padding: 0 5px;
}

#miniLogin #container-register .input-gender {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#miniLogin #container-register .input-gender span {
  padding-left: 5px;
  padding-right: 10px;
}

#miniLogin #container-register .input-gender input {
  width: 20px !important;
}

/*#miniLogin #container-register .input-email,
#miniLogin #container-register .input-password{
  width: 100%;
}*/

#miniLogin #container-register .input-row input {
  width: 100%;
  max-width: 250px;
  border: 1px solid;
  border-radius: 30px;
  background: transparent;
  padding: 10px 20px;
}

#miniLogin #container-register .p-newsletter {
  margin: 0 auto 5px;
}

#miniLogin #container-register .newsletter-field {
  margin-bottom: 25px;
}

#miniLogin #container-register .input-privacy {
  /*display: flex;
  width: 100%;
  justify-content: center;*/
  display: block;
}

#miniLogin #container-register .input-privacy input {
  /*height: 100%;*/
  font-size: 10px;
  color: #fff !important;
  margin-right: 5px;
}

#miniLogin #container-register .input-privacy p,
#miniLogin #container-register .input-privacy a {
  font-size: 10px;
  color: #000 !important;
  line-height: 15px;
  font-size: 13px;
}

#miniLogin #container-register .input-privacy p {
  padding: 0;
  max-width: 100%;
  margin: 0;
  line-height: 5px;
  text-align: left;
  padding-left: 10px;
}

#miniLogin #container-register .input-privacy a {
  display: inline-block;
  padding: 0;
  text-decoration: underline !important;
}

#miniLogin #container-register .action_bottom button {
  background: #000;
  border-radius: 30px;
  max-width: 150px;
  width: 100%;
  margin-top: 20px;
}

#container-reset-password input {
  width: 100%;
  max-width: 250px;
  border: 1px solid;
  border-radius: 30px;
  background: transparent;
  padding: 10px 20px;
}

#container-reset-password .action_bottom button {
  color: #fff !important;
  border-radius: 30px;
  border: 1px solid #000;
  margin: 0 auto;
  max-width: 150px;
  width: 100%;
}

.cart-drawer__empty-content button,
.cart-drawer__content-upper button {
  color: #000 !important;
}

.cart-drawer__empty-content svg,
.cart-drawer__empty-content svg path,
.cart-drawer__content-upper svg,
.cart-drawer__content-upper svg path {
  fill: #000 !important;
}

added-notification {
  display: none !important;
}

#newsletter-privacy-container {
  display: flex;
  justify-content: center;
}

#newsletter-privacy-container p {
  font-size: 11px;
  margin: auto auto auto 2%;
  width: max-content;
}

#newsletter-privacy-container input[type="radio"] {
  accent-color: black;
}

.template-customers-reset_password .action_bottom {
  text-align: center;
}

.template-customers-reset_password .action_bottom .btn {
  background-color: black;
  border-radius: 50px;
}

.template-collection .section-collection-list .has-paging__title {
  font-size: 18px;
}

#miniLogin p strong {
  font-family: "RMConnect-Regular";
}

#container-login #registerLogin span {
  font-weight: 500 !important;
}

/***
MENU
***/

details summary::-webkit-details-marker {
  display: none;
}

.menu-drawer__submenu .menu-drawer__submenu {
  left: 50% !important;
}

.template-index .scrolled-past-header .header-white.pageheader {
  background: rgba(0, 0, 0, 0.8);
}

.template-index .header-white .header__icon--menu svg g,
.template-index .header-white #icon-account-stories g {
  fill: #fff;
}

.template-index .header-white .show-search-link svg g circle,
.template-index .header-white .show-search-link svg g line,
.template-index .header-white .cart-link__icon svg path,
.template-index .header-white .cart-link__icon svg polygon {
  color: #fff;
}

.logo_white,
.shopping-cart-white {
  display: none;
}

.template-index .logo_white,
.template-index .header-white .logo_black {
  display: none;
}

.template-index .header-white .logo_white {
  display: inline-block;
}

.template-index .shopping-cart-white {
  display: none;
}

.template-index .header-white .shopping-cart-black {
  display: none;
}

.template-index .header-white .shopping-cart-white {
  display: block;
}

#menu-drawer .menu-drawer__utility-links .menu-drawer__contact_us {
  width: 160px;
}

/***
HOMEPAGE
***/

#content.template-index {
  margin-top: -77px;
}

#content.template-index .overlay-text__button {
  border: 1px solid #fff !important;
  background: transparent;
  color: #fff !important;
  font-family: Futura !important;
  font-weight: 500 !important;
  text-transform: none;
}

.featured-slider {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-multi-column h2 {
  font-family: "Futura" !important;
}

#content.template-index .featured-product .slideshow-controls__arrows button {
  margin-top: -10px;
}

#content.template-index .product-detail .gallery .thumbnails {
  display: none;
}

/*#content.template-index .product-block .hover-image {
    display: none;
}

#content.template-index .product-block:hover .main-image {
    display: none;
}

#content.template-index .product-block:hover .hover-image {
    display: block;
}*/

#content.template-index .product-block__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

#content.template-index .product-block__image .main-image {
  position: absolute;
}

#content.template-index .product-block__image .main-image,
#content.template-index .product-block__image .hover-image {
  width: 100%;
  transition: opacity 0.5s ease-in-out;
}

#content.template-index .product-block__image .hover-image {
  opacity: 0;
}

#content.template-index .product-block__image:hover .hover-image {
  opacity: 1;
}

#content.template-index .product-block__image:hover .main-image {
  opacity: 0;
}

/***
ACCOUNT
***/

.template-customers-login .action_bottom button[type="submit"] {
  width: auto;
  background: transparent;
  color: #000 !important;
}

/***
PLP - COLLECTION
***/

.template-collection .section-multi-column > div {
  border-top: 1px solid #e4e4e4;
  margin-top: 25px;
  padding-top: 80px;
}

.template-collection .link-dropdown__button-text {
  color: #000;
}

.template-collection .product-block__title {
  font-family: Futura;
  font-weight: 500;
}

.template-collection .collection-block .product-block__title {
  font-family: RMConnect-Regular;
  font-weight: 500;
  text-transform: uppercase;
}

.template-collection .product-price span {
  font-weight: 300 !important;
}

.collection-listing .product-block {
  margin-bottom: 8px;
}

.template-collection .cloud-search-page-controls .cloud-search-filter__name {
  background-color: transparent;
  font-family: "Futura";
  font-weight: 300;
}

.cloud-search-page-controls__filters-container > div {
  margin-bottom: -13px;
}

.template-collection .container-rimage-wrapper {
  padding-top: 0% !important;
}

.cloud-search-page-controls__filters-link {
  margin-bottom: 0 !important;
}

.template-collection .product-label--new-in > span {
  background: #fff;
  color: #000;
  border: 0;
  padding: 0;
}

.template-collection .container-gdl-product-group--item {
  margin-top: 5px;
}

.template-collection #more-info.column-reverse {
  display: flex;
  flex-direction: column-reverse;
}
/*** new - COLLECTION DESCRIPTION ***/
.--p-description-wrapper {
    padding: 42px 30px;
    font-family: RMConnect-Regular;

  @media only screen and (max-width: 767px) {
    padding: 1.5rem 1rem;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
  }

  h3 {
    font-size: calc(1.2rem + .5vw);
  }
}

/* SECTION section-image-text */
.section-image-text {
  text-align: center;
}

.section-image-text h2 {
  font-size: 1.5rem;
  text-wrap: balance;
}

.section-image-text h3 {
    font-size: 22px;
}
/***
CART PAGE
***/

.template-cart #cartform .checkout-col .button:hover {
  color: #000 !important;
}

.template-cart .checkout-subtotal-container__right {
  display: block;
}

.template-cart .checkout-subtotal-container__right .total,
.template-cart .checkout-subtotal-container__right .subtotal {
  width: 100%;
}

.template-cart .checkout-subtotal-container__right .subtotal {
  font-size: 20px;
  margin: 0 0 10px 0 !important;
}

.template-cart .checkout-subtotal-container__right .cart-policies {
  font-size: 12px;
}

.additional-checkout-buttons div[role="button"] {
  border-radius: 50px !important;
}

/***
SEARCH PAGE
***/

.template-search .link-dropdown .link-dropdown__button {
  color: #000 !important;
}

.template-search .filter-group input {
  border: none !important;
}

/***
PDP
***/

.bg-gold {
  background-color: gold !important;
}

.bg-green {
  background-color: green !important;
}

.bg-brown {
  background-color: brown !important;
}

.bg-fucsia,
.bg-fuchsia {
  background-color: fuchsia !important;
}

.bg-orange {
  background-color: orange !important;
}

main.template-product {
  margin-top: -77px;
}

.template-product
  .product-detail
  .gallery.gallery--layout-carousel-beside
  .thumbnails {
  padding-top: 77px;
}

/*.template-product
  .section-main-product
  .product-media
  .rimage-outer-wrapper
  .rimage-wrapper
  img:hover {
  cursor: url(https://cdn.shopify.com/s/files/1/0626/3724/4597/files/mouse-plus.svg)
      25 30,
    auto;
}*/

.template-product .add-zoom .rimage-wrapper::after {
  position: absolute;
}

.template-product .rimage-wrapper::after {
  background-image: var(--zoom-background-image, none);
  background-position: var(--zoom-position-x) var(--zoom-position-y);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  opacity: var(--zoom-background-opacity, 0);
  pointer-events: var(--zoom-pointer-events);
  right: 0;
  top: 0;
  visibility: var(--zoom-background-visibility, hidden);
  will-change: background-position;
  z-index: 10;
  cursor: url(https://cdn.shopify.com/s/files/1/0626/3724/4597/files/mouse-minus.svg)
      25 30,
    auto;
}

.back-to-measurements a {
  display: none;
}

.template-product
  .section-main-product
  .option-selector--swatch
  .option-selector__btns
  a
  > span {
  border: 1px solid transparent;
}

.template-product
  .section-main-product
  .option-selector--swatch
  .option-selector__btns
  a
  label {
  margin: 0;
}

.template-product .scrolled-past-header #pageheader .logo-area,
.template-product
  .scrolled-past-header
  #pageheader
  .logo-area
  .logo-area__left {
  background: transparent;
}

.template-product .slick-slider {
  background-color: #ececec;
}

.template-product #pageheader .logo-area {
  padding-left: 0;
  background: transparent;
}

.template-product .logo-area__left {
  flex: 170px 0 0;
  background: #fff;
  height: 77px;
  padding-left: 30px;
  background-color: transparent;
}

.template-product .logo-area__middle--logo-image {
  flex: 13 0 0;
}

.template-product .logo-area__right {
  flex: auto 0 0;
}

.template-product .swym-ui-component .swym-popup-nudge-zindex {
  display: none;
}

.template-product .product-block__title {
  font-family: "Futura";
}

.template-product .swym-btn-container[data-position="default"] {
  position: absolute;
}

.template-product .swym-btn-container .swym-add-to-wishlist.swym-heart:after {
  font-size: 20px;
}

.swym-wishlist-grid .swym-wishlist-item .swym-delete-btn span::before {
  width: 18px !important;
  background-size: 18px !important;
}
button.swym-delete-btn.swym-nav.swym-nav-1.swym-is-button {
  height: 18px !important;
  width: 18px !important;
}
.swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn {
  text-transform: inherit !important;
}

.template-page-wishlist h1,
.template-customers-account h2 {
  font-size: 20px !important;
}

.template-page-wishlist .swym-title.swym-title-1 {
  font-weight: 500 !important;
  font-size: 14px !important;
}

#wishlist-items-container .swym-wishlist-grid {
  justify-content: center !important;
}

.template-suffix-wishlist
  #wishlist-items-container
  .swym-wishlist-grid
  a.swym-wishlist-item.swym-is-anchor:first-child {
  margin: 0 0 4% 0;
}

.template-suffix-wishlist
  #wishlist-items-container
  .swym-wishlist-grid
  a.swym-wishlist-item.swym-is-anchor {
  margin: 0 0 0 4%;
  justify-content: flex-start;
}

.template-product .product-form .input-row {
  margin-top: 30px;
  margin-bottom: 0;
}

.template-product .p-contact-us {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.template-product .buy-buttons-row {
  margin-top: 30px;
}

.template-product .p-contact-us a {
  text-decoration: underline !important;
  text-decoration-thickness: 0px !important;
  text-underline-offset: 5px;
}

.template-product #container-details .collapsible-content {
  max-width: 80%;
  margin: 50px auto;
  
  &:has(~ .perks__icon) {
    margin: 50px auto 20px;
  }
}
.perks__icon {
  max-width: 80%;
  margin: 8px auto 20px;
  width: 465px;

  @media screen and (max-width: 480px) {
    border-top: 1px solid #e4e4e4;
    margin: 21px;
    max-width: 100%;

    div:has(.product-info-block):first-child {
      margin-top: 1.5rem;
    }
  }
}
.template-product #container-details .collapsible-content .collaps-list {
  display: flex;
  gap: 30px;
  margin-bottom: 0;
  padding-left: 0;
  margin: 0;
  justify-content: center;
}

.template-product #container-details .collapsible-content .collaps-list span,
.template-product
  #container-details
  .collapsible-content
  #multi--text-section
  ul
  li,
.template-product
  #container-details
  .collapsible-content
  #multi--text-section
  p {
  font-size: 14px;
}

.template-product #container-details .collapsible-content #multi--text-section {
  width: 465px;
  display: flex !important;
  margin: auto;
}

.template-product
  #container-details
  .collapsible-content
  #multi--text-section
  > div {
  padding: 30px 0 0 0;
}

.template-product
  #container-details
  .collapsible-content
  #multi--text-section
  > div
  ul {
  margin: 0;
  padding-left: 15px;
}

.template-product .section-rich-text .article {
  margin-top: 0;
}

.template-product .section-multi-column .product-information {
  border-top: 1px solid #eff0f1;
  border-bottom: 1px solid #eff0f1;
  margin-bottom: 0;
}

.template-product .section-multi-column .product-information > div {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}

.template-product .section-multi-column .product-information .column {
  display: block;
  height: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.template-product
  .section-multi-column
  .product-information
  .flexible-layout--variable-columns {
  margin-bottom: 10px;
}

.template-product
  .section-multi-column
  .product-information
  .column
  .title-cont
  h3 {
  margin-top: 20px;
  font-size: 16px;
  font-family: RMConnect-Regular;
}

.template-product
  .section-multi-column
  .product-information
  .column
  .text-column__text {
  margin-top: 5px;
  margin-left: 0;
}

.template-product
  .section-multi-column
  .product-information
  .column
  .text-column__text
  p {
  text-align: center;
}

.template-product
  .section-multi-column
  .product-information
  .column
  .icon.icon-accordion {
  height: 50px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.template-product .slideshow-container .column .mySlides {
  opacity: 1;
}

.template-product .slideshow-container .column {
  display: block;
}

.template-product .slideshow-container .column .feature-text-paired {
  margin-left: 12%;
}

.template-product .slideshow-container .column .dot {
  margin: 0 0 8px 0;
}

.template-product .slideshow-container .rimage-wrapper {
  width: 600px;
  height: 600px;
}

.template-product
  .section-main-product
  #container-details
  .product-info-block
  svg {
  height: 30px;
}

.template-product
  .section-main-product
  #container-details
  .product-info-block
  > div {
  padding-top: 7px;
}

.template-product
  .section-product-recommendations
  .product-recommendations
  button
  span {
  font-family: RMConnect-Regular !important;
}

.template-product #list-product-slideshow.owl-carousel .owl-item {
  background: transparent;
}

.template-product #list-product-slideshow.owl-carousel .owl-item img {
  padding: 0 30px;
}

.template-product #list-product-slideshow.owl-carousel .owl-nav button svg {
  width: 60px;
  height: 60px;
}

.template-product
  #list-product-slideshow.owl-carousel
  .owl-nav
  button
  svg:hover {
  cursor: pointer;
}

.template-product #list-product-slideshow.owl-carousel .owl-nav button:hover {
  background: transparent;
}

.template-product #list-product-slideshow.owl-carousel .owl-nav button.owl-prev,
.template-product
  #list-product-slideshow.owl-carousel
  .owl-nav
  button.owl-next {
  top: calc(50% - 30px);
}

.owl-carousel .owl-nav button.owl-prev {
  margin-left: -30px;
}

.owl-carousel .owl-nav button.owl-next {
  margin-right: 0;
}

.detail .product-form .buy-buttons-row .quantity-submit-row__submit .button {
  margin-top: 35px;
}

.template-product #container-details .lightly-spaced-row {
  margin-bottom: 0;
}

.tpo_shape_circle.tpo_is_checked_swatches {
  border-radius: 50px;
  width: 34px;
  height: 24px;
}

.template-product .tpo_radio-buttons-wrapper .tpo_checked {
  accent-color: black;
}

.template-product .tpo_open-modal-button {
  text-decoration: underline;
}

.template-product .product-label--new-in > span {
  background: transparent;
}

.template-product .product-label-container {
  left: 0;
}

.template-product .section-main-product .product-form .title-row {
  margin-top: 10px;
}

.template-product #container-details .title-container .custom--button-show {
  width: 100%;
}

.template-product #container-details .title-container .icon-caret {
  float: right;
}

.template-product #container-details .custom--button-show svg {
  transform: rotate(0);
  transition: 0.3s ease;
}

.template-product
  #container-details
  .accordion-active
  .custom--button-show
  svg {
  transform: rotate(180deg);
  transition: 0.3s ease;
}

.template-product .section-product-recommendations .product-block__image-dots {
  display: none;
}

.template-product
  .section-product-recommendations
  .product-recommendations
  button
  span {
  opacity: 0.6;
}

#shopify-block-ultimate_recently_viewed_recently_viewed_HKD7cb {
  max-width: 77vw;
  margin: auto;
  margin-top: -20px;
}

#shopify-block-ultimate_recently_viewed_recently_viewed_HKD7cb .owl-carousel {
  width: 100% !important;
}

#shopify-block-ultimate_recently_viewed_recently_viewed_HKD7cb
  .owl-carousel.owl-drag
  .owl-item,
#shopify-block-ultimate_recently_viewed_recently_viewed_HKD7cb
  .owl-carousel.owl-drag
  .owl-item
  .active {
  background: transparent;
  background-color: transparent;
}

#shopify-block-ultimate_recently_viewed_recently_viewed_HKD7cb .owl-carousel {
  padding-left: 12px;
  padding-right: 16px;
}

#shopify-block-ultimate_recently_viewed_recently_viewed_HKD7cb
  .owl-carousel.owl-drag
  .owl-item {
  /*margin-right: 3px !important;
  margin-left: 7px;
  padding-left: 10px;
  padding-right: 10px;*/
  margin-right: 5px !important;
  margin-left: 5px;
  padding-left: 8.25px;
  padding-right: 8.25px;
}

#shopify-block-ultimate_recently_viewed_recently_viewed_HKD7cb
  .owl-carousel
  .owl-nav
  button.owl-prev {
  margin-left: -48px;
}

#shopify-block-ultimate_recently_viewed_recently_viewed_HKD7cb
  .owl-carousel
  .owl-nav
  button.owl-next {
  right: -26px;
}

#shopify-block-ultimate_recently_viewed_recently_viewed_HKD7cb
  .owl-carousel
  .owl-nav
  button.owl-prev:hover,
#shopify-block-ultimate_recently_viewed_recently_viewed_HKD7cb
  .owl-carousel
  .owl-nav
  button.owl-next:hover {
  background: transparent;
  background-color: transparent;
}

#shopify-block-ultimate_recently_viewed_recently_viewed_HKD7cb
  .owl-carousel
  .owl-nav {
  display: block;
}

.ultimate-recently-viewed-info {
  text-align: center;
}

.ultimate-recently-viewed-title {
  font-size: 16px;
  font-family: "Futura";
  font-weight: 500;
}

.ultimate-recently-viewed-price-wrap {
  display: block !important;
  font-family: Futura !important;
  font-weight: 300 !important;
  font-size: 15px;
}

.ultimate-recently-viewed-product {
  width: 100% !important;
}

.ultimate-recently-viewed-product img {
  /*height: 52vh;*/
  object-fit: cover;
}

.section-featured-product-onerow
  .swym-button.swym-add-to-wishlist-view-product {
  padding-right: 5px;
}

.swym-button.swym-add-to-wishlist-view-product.swym-heart::after {
  display: none;
}

.template-product
  .swym-wishlist-notifications-container
  .swym-notifications-container {
  display: none;
}

.swym-btn-container .swym-button.swym-added .swym-open-ui {
  color: #fff !important;
  font-size: 13px;
}

button.swym-button.disabled,
button.swym-button:disabled,
.swym-btn-container .swym-button.swym-added *:not(.swym-tooltip),
.swym-btn-container .swym-add-to-wishlist.swym-heart.swym-added:after {
  opacity: 1 !important;
}

html.popup-contact-us-opened {
  overflow: hidden;
}

.template-product #openContactUs {
  background: transparent;
  color: #000 !important;
  border: none;
  padding: 0;
  margin: -6px 0 0 0;
}

.template-product #popup-contact-us {
  display: none;
}

.template-product #popup-contact-us.open {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  max-width: 100%;
  width: 100%;
}

.template-product #popup-contact-us #customer-care {
  max-width: 800px;
  margin: auto;
  height: auto;
  background: #fff;
  padding: 30px;
  border-radius: 30px;
}

.template-product #popup-contact-us #customer-care h6 {
  font-family: "Futura";
  font-size: 20px;
}

.template-product #popup-contact-us #customer-care button {
  background: transparent;
  border: none;
  padding: 0;
  float: right;
}

.template-product #popup-contact-us #customer-care a {
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px !important;
}

.template-product #popup-contact-us #customer-care #email-icon,
.template-product #popup-contact-us #customer-care #whatsapp-icon,
.template-product #popup-contact-us #customer-care #livechat-icon,
.template-product #popup-contact-us #customer-care #help-icon {
  display: inline-flex;
}

.template-product #popup-contact-us #customer-care #email-icon:before {
  content: "";
  background-image: url(//nueame-dev.myshopify.com/cdn/shop/t/2/assets/mail.png);
  background-size: 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 15px;
}

.template-product #popup-contact-us #customer-care #whatsapp-icon:before {
  content: "";
  background-image: url(//nueame-dev.myshopify.com/cdn/shop/t/2/assets/whatsapp.png);
  background-size: 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 15px;
}

.template-product #popup-contact-us #customer-care #livechat-icon:before {
  content: "";
  background-image: url(//nueame-dev.myshopify.com/cdn/shop/t/2/assets/chat.png);
  background-size: 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 15px;
}

.template-product #popup-contact-us #customer-care #help-icon:before {
  content: "";
  background-image: url(//nueame-dev.myshopify.com/cdn/shop/t/2/assets/information.png);
  background-size: 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-right: 15px;
}

.template-product #popup-contact-us #customer-care #general-inquiries {
  padding-top: 20px;
}

#product-grid .product-info a.gdl-product-group--item:first-child {
  margin: 0;
}

#product-grid .product-info a.gdl-product-group--item {
  margin: 0 0 0 5px;
  height: 15px;
  width: 25px;
}

.product-recommendations .owl-carousel.owl-drag .owl-item {
  margin-right: 3px !important;
  margin-left: 7px;
}

.product-recommendations .gdl-product-group--item:first-child {
  margin: 10px 0 0 0;
}

.product-recommendations .gdl-product-group--item {
  margin: 0 0 0 10px;
}

.product-recommendations .product-info a.gdl-product-group--item {
  height: 15px;
  width: 25px;
}

#restock-rocket select,
#restock-rocket input,
#restock-rocket button {
  border-radius: 30px !important;
}

#restock-rocket button {
  margin-top: 0;
}

.template-product .kiwi-sizing-modal-inner,
.template-product .kiwi-sizing-modal-inner .ks-modal-content {
  border-radius: 30px !important;
}

#cloud_search_filters_root {
  margin-right: 20px;
}

.utility-bar__left .utility-bar__item {
  overflow: visible;
}

/***
PDP - Easify Options
***/

.tpo_option-set-container {
  display: ruby !important;
}
/*
.tpo_option-set-container .tpo_flex-100:first-child,
.tpo_option-set-container .tpo_flex-100:nth-child(2) {
  width: 50%;
}
*/
.tpo_option-set-container .tpo_flex-100:nth-child(3),
.tpo_option-set-container .tpo_flex-100:nth-child(2) {
  width: 48%;
}

.tpo_radio-buttons-wrapper {
  display: flex;
  margin-top: 15px;
}
/*
.tpo_radio-button-wrapper:nth-child(2) {
  padding-left: 20px;
}
*/
.tpo_radio-button-wrapper:nth-child(2) .tpo_option_type_label {
  font-family: "Autography" !important;
  font-size: 33px;
  line-height: 20px;
}

.tpo_option-type-color-swatches-wrapper {
  margin-top: 15px;
}

.tpo_color-swatches-wrapper > .tpo_shape_circle {
  border: none;
  width: 33px;
  height: 16px;
}

.tpo_color-swatches-wrapper > .tpo_shape_circle span {
  width: 33px;
  height: 16px;
  min-height: unset;
  min-width: unset;
  border: 1px solid;
  border-radius: 50px !important;
}

.tpo_option-label {
}

.tpo_option-label.text-box {
  margin-bottom: 0;
  padding: 0;
}

.tpo_option-input-wrapper {
  background-color: transparent !important;
}

input.tpo_option-input.tpo_text-box {
  margin-top: 10px;
  float: left;
  background: transparent !important;
  width: 100% !important;
}

/***
BLOGS
***/

/** BLOGS - PAGE **/

.template-suffix-blogs,
.template-suffix-blogs #pageheader {
  background: #000;
}

.template-suffix-blogs .shopping-cart-black,
.template-suffix-blogs .logo__link img.logo_black {
  display: none;
}

.template-suffix-blogs .shopping-cart-white,
.template-suffix-blogs .logo__link img.logo_white {
  display: inline-block;
}

.template-suffix-blogs #icon-account-stories g,
.template-suffix-blogs .header__icon--menu .icon g {
  fill: #fff;
}
.template-suffix-blogs .overlay-content #icon-account-stories g {
  fill: #000;
}

.template-suffix-blogs .show-search-link svg {
  color: #fff;
}

.template-suffix-blogs .collapsible-content__heading {
  font-size: 33px;
}

.template-suffix-blogs .scrolled-past-header #pageheader {
  background: #fff;
}

.template-suffix-blogs .scrolled-past-header .shopping-cart-black,
.template-suffix-blogs .scrolled-past-header .logo__link img.logo_black {
  display: inline-block;
}

.template-suffix-blogs .scrolled-past-header .shopping-cart-white,
.template-suffix-blogs .scrolled-past-header .logo__link img.logo_white {
  display: none;
}

.template-suffix-blogs .scrolled-past-header #icon-account-stories g,
.template-suffix-blogs .scrolled-past-header .header__icon--menu .icon g {
  fill: #000;
}

.template-suffix-blogs .scrolled-past-header .show-search-link svg {
  color: #000;
}

.template-suffix-blogs main,
.template-suffix-blogs main > div > div {
  background: #fff;
}

/***
REGISTER
***/

.template-customers-register .action_bottom button:hover {
  background: #000;
}

.template-customers-register #content {
  padding-top: 30px;
}

/***
WISHLIST
***/

#swym-anchor {
  display: none;
}

/***
PRE-FOOTER
***/

#section-prefooter {
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

#section-prefooter .hometitle {
  text-align: center;
  font-family: Futura !important;
  max-width: 43vw;
  margin: auto;
  margin-bottom: 6vh;
  font-size: 23px;
  line-height: 30px;
}

#section-prefooter .text-column__image svg.gift {
  width: 50px !important;
  height: 54px;
}

#section-prefooter .text-column__image svg {
  width: 40px !important;
  height: 40px;
}

#section-prefooter .text-column__image svg.location {
  width: 40px !important;
  height: 40px;
}

#section-prefooter .col-md-4 {
  display: flex;
}

#section-prefooter .col-md-4 .text-column__image {
  padding-top: 7%;
  max-width: 40%;
}

#section-prefooter .col-md-4 .text-column__text {
  margin-top: 40px;
}

#section-prefooter .col-md-4 .text-column__text h6 strong {
  font-family: "Futura";
}

#section-prefooter .section-footer__newsletter-block {
  margin-top: 50px;
}

#section-prefooter .section-footer__newsletter-block .signup-form__button svg {
  width: 15px;
}

#section-prefooter .section-footer__newsletter-block .heading-font.h6-style {
  text-align: center;
  font-family: Futura !important;
  font-size: 25px;
}

#columns-50-50 .signup-form__inline-container,
#section-prefooter
  .section-footer__newsletter-block
  .signup-form__inline-container {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

#columns-50-50 input.signup-form__email,
#section-prefooter .section-footer__newsletter-block input.signup-form__email {
  width: 85%;
  padding: 10px 15px;
  background: #fff;
  color: #000;
  border: 1px #000000 solid;
  border-radius: 30px;
  max-width: 300px;
  font-family: Autography;
  font-size: 30px !important;
  text-align: center;
  height: 52px;
  /*margin: 0 -25px 0 50px;*/
  margin: 0 -25px 0 10px;
}

#columns-50-50 .signup-form__button,
#section-prefooter .section-footer__newsletter-block .signup-form__button {
  background: black;
  border-radius: 0 60px 60px 0;
  width: 55px;
  padding: 0 15px;
}

#newsletter-privacy-container {
  margin-top: 20px;
  text-align: center;
}

/***
FOOTER
***/

.section-footer .section-footer__menu-block:nth-child(4) li:first-child {
  margin-top: 0;
}
.section-footer .section-footer__menu-block:nth-child(5) li:first-child {
  margin-top: 1rem;
}
.section-footer__row .section-footer__menu-block:nth-child(5) li:first-of-type a {

    font-family: "NueameFutura", Arial, sans-serif !important;

    font-weight: 400 !important;

    font-style: normal !important;

    font-size: 12px !important;

    letter-spacing: 0.015em !important;

    text-transform: none;
}

.section-footer__text-block__social {
  margin-top: 20px;
}

/***
RESPONSIVE
***/

@media (min-width: 1920px) {
  body {
    max-width: 1920px;
    margin: 0 auto !important;
  }
  .menu-drawer__submenu {
    left: auto !important;
  }
}

@media (min-width: 1500px) and (max-width: 2000px) {
  /*.template-index
    #shopify-section-template--16070246334645__83cdf20f-b89d-4489-b66d-185ed13d5425
    .column,
  .template-index div[data-section-type="custom-row"] .column {
    height: 120vh !important;
  }
  .template-index
    #shopify-section-template--16070246334645__83cdf20f-b89d-4489-b66d-185ed13d5425
    .video-container,
  .template-index div[data-section-type="custom-row"] .video-container {
    height: 120vh !important;
  }
  .template-index
    #shopify-section-template--16070246334645__83cdf20f-b89d-4489-b66d-185ed13d5425
    .video-container__video,
  .template-index div[data-section-type="custom-row"] .video-container__video {
    height: 120vh !important;
  }
  .template-index
    div[data-section-type="custom-row"]
    .video-container__video-element {
    height: 120vh !important;
  }
  .template-index
    #shopify-section-template--16070246334645__83cdf20f-b89d-4489-b66d-185ed13d5425 {
    height: 120vh !important;
  }
  .video-container__video video {
    padding-right: 35px;
  }*/
}

@media (min-width: 1400px) {
  /* COLLECTION */
  .template-collection div[data-section-type="collection-template"] .container {
    max-width: 1188px;
  }
}

@media (max-width: 1400px) {
  .product-detail
    .gallery.gallery--layout-carousel-beside
    .thumbnails
    .thumbnail {
    display: none;
  }
}

@media (max-width: 1399px) {
  #shopify-block-ultimate_recently_viewed_recently_viewed_HKD7cb .owl-carousel {
    width: 1201.2px;
    max-width: 77vw;
  }
}

@media (max-width: 1300px) {
  #container-article > div a {
    max-width: 100% !important;
  }
  #container-article > div img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media screen and (min-width: 768px) {
  /* PDP */
  .template-product #coll_mobile {
    display: none;
  }
  .template-product
    .section-main-product
    .option-selector--swatch
    .option-selector__btns {
    row-gap: 10px;
  }
  .product-form .option-selectors-container {
    display: flex;
  }
  .template-product .section-main-product .detail .input-row .option-selectors {
    display: block !important;
  }
  .template-product
    .section-main-product
    .detail
    .input-row
    .option-selectors
    .option-selector {
    margin-top: 30px;
  }
  .template-product
    .section-main-product
    .detail
    .input-row
    .option-selectors
    .option-selector:first-child {
    margin-top: 0;
  }
  .product-form .option-selectors-container .option-selectors {
    width: 70%;
  }
  .ks-chart-container {
    width: 30% !important;
  }
  /*
  .product-form .option-selectors-container .option-selectors,
  .ks-chart-container {
    width: 50% !important;
  }
  */
  .template-suffix-size_guides #KiwiSizingChart {
    width: 100% !important;
  }
  .ks-chart-container {
    padding-top: 58px;
    text-align: right;
  }
  .swym-btn-container[data-position="default"] .swym-add-to-wishlist.swym-icon {
    right: 35px;
  }
}

@media screen and (max-width: 767px) {
  /* MENU */
  .mobile-nav-toggle,
  .logo-area .button.mobile-nav-toggle {
    display: none;
  }
  .template-product .logo-area__left {
    flex: 90px 0 0;
    padding-left: 0;
  }
  #pageheader .logo-area {
    padding-right: 20px;
  }
  #icon-account-stories {
    width: 70px !important;
  }
  .header-account-link {
    padding-right: 0;
  }
  #pageheader .logo-area__right {
    padding-right: 10px;
  }
  .cart-link {
    width: 30px;
  }
  /* HOMEPAGE */
  #content.template-index .product-detail .gallery {
    margin-bottom: 30px;
  }
  #content.template-index .product-description {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #content.template-index .section-featured-product .lightly-spaced-row a {
    margin-top: 20px;
  }
  #content.template-index
    .product-form
    .quantity-submit-row
    .quantity-submit-row__submit {
    margin-top: 30px;
  }
  #content.template-index
    .detail
    .product-form
    .buy-buttons-row
    .quantity-submit-row__submit
    .button {
    margin-top: 0;
    background: #000;
  }
  /* PDP */
  .template-product #coll_desktop {
    display: none;
  }
  .template-product #popup-contact-us.open {
    top: 0;
    transform: none;
    left: 0;
    height: 100%;
    overflow: scroll;
  }
  .template-product .section-multi-column .product-information .column {
    margin-bottom: 20px;
  }
  /* BLOG */
  .article-list.article-layout--columns .article {
    padding-bottom: 0;
  }
  /* PRE-FOOTER */
  #section-prefooter .hometitle {
    max-width: 100%;
  }
  #section-prefooter .text-column__image svg {
    margin-right: 20px;
  }
  #section-prefooter
    .section-footer__newsletter-block
    input.signup-form__email {
    margin: 0 -25px 0 0;
  }
  /* FOOTER */
  .section-footer__row--blocks .section-footer__row__col:not(:last-child) {
    margin-bottom: 0;
  }
  #pagefooter .rimage-wrapper .rimage__image.fade-in.lazyloaded {
    margin-left: 0;
    margin-top: 0;
  }
  .section-footer__text-block__image:not(:last-child) {
    width: 100%;
    height: 80px;
  }
  .section-footer__text-block__image:not(:last-child) .rimage-outer-wrapper {
    margin: auto;
  }
  #shopify-section-footer
    .section-footer__row__col.section-footer__text-block
    .section-footer__row__col {
    margin-top: 20px !important;
  }
  #shopify-section-footer .section-footer__title.heading-font {
    text-align: center;
  }
  .section-footer__menu-block__menu,
  #shopify-section-footer
    .section-footer__text-block__social
    .social-links__list {
    text-align: center;
  }
  #shopify-section-footer
    .section-footer__text-block__social
    .social-links__list {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1001px) {
  /* HEADER */
  .menu-drawer__submenu {
    left: 25% !important;
    width: 25% !important;
  }
  /* HP */
  .template-index .owl-item.active.center .product-block__image .main-image {
    padding-top: 40px;
  }
  .template-index .owl-item.active.center .product-block__image .hover-image {
    margin-top: 50px;
  }
  .template-index
    .owl-item.active.center
    .product-block__image
    .hover-image
    .rimage-outer-wrapper {
    margin-top: -10px;
  }
}

@media screen and (min-width: 481px) and (max-width: 1000px) {
  /* HEADER */
  #Details-menu-drawer-container[open] {
    width: 50%;
  }
  .menu-drawer__submenu {
    left: 50% !important;
    width: 46% !important;
  }
}

@media screen and (min-width: 801px) {
  .template-product
    .section-product-recommendations
    .product-block
    .image-cont {
    /*height: 52vh;*/
    height: auto;
  }
  .template-product
    .section-product-recommendations
    .product-block
    .image-cont
    .product-link {
    /*height: 52vh;*/
    height: auto;
  }
  .template-product .section-product-recommendations .product-block img {
    /*height: 52vh;*/
    height: auto;
    object-fit: contain;
  }
  .ultimate-recently-viewed-product img {
    /*height: 52vh;*/
    height: auto;
    object-fit: cover;
  }
}

@media screen and (max-width: 850px) {
  .template-suffix-blogs .collapsible-collections .collaps-list li {
    margin: 0 15px !important;
  }
}

@media screen and (max-width: 800px) {
  .template-product .section-product-recommendations .product-block img {
    object-fit: contain;
    height: auto;
  }
  .template-product .section-product-recommendations .owl-theme .owl-nav {
    margin-top: 100px;
  }
}

@media screen and (max-width: 749px) {
  #product-slider .product-slider-title > div h3:last-child {
    padding-left: 20px;
  }
  .collapsible--menu-container {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    overflow-x: scroll;
  }
  .collapsible--menu-container .collaps-list {
    display: flex;
    max-width: max-content;
    flex-wrap: nowrap;
    padding-left: 0;
    width: max-content;
    padding-right: 0;
    margin: 0 auto;
  }
  .collapsible-content__heading a {
    color: #ab2328 !important;
    font-family: Autography !important;
    font-size: 38px;
    margin-bottom: 50px;
  }
  .template-blog .heading-bottom-logo {
    font-size: 20px !important;
  }
  .template-suffix-blogs .collapsible-content__heading {
    /*margin-top: 50px;*/
  }
  /*.template-suffix-blogs #multi--text-section {
    margin: auto;
  }
  .template-suffix-blogs .collapsible-collections #coll_desktop .slider-mobile-gutter .grid.product-grid {
    margin: 0 auto;
  }*/
  .template-suffix-blogs .banner__buttons {
    margin-right: 0;
  }
}

@media screen and (min-width: 600px) {
  .template-product .section-product-recommendations .product-recommendations {
    /*max-width: 77vw;*/
    max-width: 1188px;
    margin: auto;
  }
  #shopify-block-ultimate_recently_viewed_recently_viewed_HKD7cb {
    max-width: 1188px;
  }
  .template-product
    .section-product-recommendations
    .product-recommendations
    button
    span {
    color: #000;
    font-size: 18px;
    font-weight: 500 !important;
    text-underline-offset: 5px;
  }
  .template-product .section-product-recommendations .product-block {
    width: 100%;
    height: fit-content;
  }
  .template-product
    .section-product-recommendations
    .product-block
    .block-inner {
    min-height: fit-content;
  }
  .template-product .section-product-recommendations .container-button {
    display: inline-flex;
  }
  .template-product .section-product-recommendations .container-button button {
    padding: 0 12px 40px;
  }
  .template-product .section-product-recommendations #first-button,
  .template-product .section-product-recommendations #second-button {
    background: #fff;
    border: none;
  }
}

@media screen and (max-width: 600px) {
  /* HP */
  .template-index #product-slider .product-slider-title > div {
    margin: 0 auto;
  }
  .template-index #product-slider .block-inner-inner {
    padding-left: 10px;
    margin-top: 60px;
  }
  /**/
  #shopify-block-ultimate_recently_viewed_recently_viewed_HKD7cb,
  #shopify-block-ultimate_recently_viewed_recently_viewed_HKD7cb .owl-carousel {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  #shopify-block-ultimate_recently_viewed_recently_viewed_HKD7cb
    .owl-carousel.owl-drag
    .owl-item {
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 5px !important;
  }
  #shopify-block-ultimate_recently_viewed_recently_viewed_HKD7cb
    .owl-theme
    .owl-nav,
  #shopify-block-ultimate_recently_viewed_recently_viewed_HKD7cb .glider-dots {
    display: none;
  }
  #shopify-block-ultimate_recently_viewed_recently_viewed_HKD7cb .glider-slide {
    min-width: 100%;
  }
  #shopify-block-ultimate_recently_viewed_recently_viewed_HKD7cb
    .glider-slide.active {
    background-color: transparent;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  /* PDP */
  .template-product .product-detail {
    max-height: 100% !important;
  }
  .template-product #container-details {
    padding: 0 20px;
  }
  .template-product #container-details .collapsible-content {
    max-width: 100%;
  }
  .template-product
    #container-details
    .collapsible-content
    .collapsable-list-cont {
    margin: 0;
  }
  .template-product
    #container-details
    .collapsible-content
    .collapsable-list-cont
    li::marker {
    list-style: none;
    display: none;
    unicode-bidi: none;
    font-variant-numeric: none;
    text-transform: none;
  }
}

@media screen and (min-width: 481px) and (max-width: 1600px) {
  .template-product .product-detail .thumbnails {
    max-height: 853px;
  }
  .template-product .product-detail {
    max-height: 853px;
  }
}

@media screen and (min-width: 481px) {
  /* HEADER */
  .menu-drawer__submenu {
    top: 0 !important;
    height: 100% !important;
  }
  /* MENU */
  .submenu-go-back {
    display: none;
  }
  /* PDP */
  .template-product .product-detail .thumbnails {
    overflow: hidden;
    height: max-content;
    padding-right: 0 !important;
  }
  .product-detail
    .gallery.gallery--layout-carousel-beside
    .thumbnails
    .thumbnail {
    width: 80%;
  }
  /* FOOTER */
  .localization-desktop .disclosure__toggle {
    font-weight: 400 !important;
  }
  .localization-mobile {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  /* HEADER + MENU */
  #pageheader .logo-area {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    padding: 0;
  }
  .js
    .section-header:not(.section-header--nav-hover):not(
      .section-header--nav-open
    )
    .pageheader--transparent
    .logo__image:not(:last-child) {
    opacity: 1 !important;
  }
  .logo-area__middle--logo-image {
    width: fit-content;
    margin: 0 auto;
  }
  .logo-area .button.mobile-nav-toggle {
    display: none;
  }
  /* PDP */
  .template-product
    .product-detail
    .gallery.gallery--layout-carousel-beside
    .thumbnails {
    padding-top: 0;
  }
  .template-product .product-detail .detail .title {
    font-size: 25px;
    font-family: Futura !important;
  }
  .template-product .product-detail .product-form .option-selectors {
    display: flex;
    flex-direction: column;
  }
  .template-product
    .section-main-product
    .option-selectors
    .option-selector--swatch {
    order: -1;
    padding-bottom: 10px;
  }
  .template-product .section-featured-product-onerow .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3%;
  }
  .template-product .section-featured-product-onerow .row h2.productlist-title {
    grid-column-start: 1;
    grid-column-end: 3;
    display: flex;
    justify-content: center;
  }
  .template-product .section-featured-product-onerow .col-md-6 {
    width: 100%;
  }
  .template-product .tpo_option-container .tpo_radio-button {
    width: 10px !important;
    height: 10px !important;
    padding: 10px 6px !important;
  }
  .template-product ..tpo_option-container .tpo_radio-button-wrapper {
    padding-left: 0;
  }
  .template-product .tpo_radio-buttons-wrapper {
    flex-direction: column;
  }
  .template-product .option-selectors-container {
    display: flex;
  }
  .template-product .option-selectors-container .option-selectors,
  .template-product .option-selectors-container .ks-chart-container {
    width: 50%;
  }
  .template-product .option-selectors-container .ks-chart-container {
    padding-top: 19px;
  }
  /* Footer */
  .localization-mobile .disclosure__toggle {
    font-weight: 400 !important;
  }
  #shopify-section-footer
    .section-footer__text-block__social
    .social-links__list {
    max-width: 37vw;
    margin: auto;
  }
  .section-footer .section-footer__menu-block__menu li:first-of-type a {
    font-family: Autography !important;
    font-size: 2rem;
  }
  .section-footer__row
    .section-footer__menu-block:nth-child(4)
    li:first-of-type
    a {
    font-family: Futura !important;
  }
  .gdl-accordion-menu-container {
    margin-top: 20px;
  }
  .gdl-accordion-menu__title-text h2 {
    padding-right: 10px;
  }
  .localization-desktop {
    display: none;
  }
  /*  #Details-menu-drawer-container .header__icon {
    height: inherit;
  }
  */
  .template-suffix-wishlist
    .template-page-wishlist
    #wishlist-items-container
    .swym-wishlist-grid
    a.swym-wishlist-item.swym-is-anchor {
    width: 33%;
  }
  #pageheader .logo-area,
  .logo-area__left,
  #shopify-section-header {
    height: 50px !important;
  }
  .template-product .option-selectors-container .option-selectors,
  .template-product .option-selectors-container .ks-chart-container {
    width: fit-content;
  }
  .template-product .option-selectors-container .ks-chart-container {
    padding-right: 1%;
  }
  .template-product .option-selectors-container {
    justify-content: space-between;
  }
  .tpo_option-set-container .tpo_flex-100:nth-child(3) {
    width: 38%;
  }
  .tpo_option-set-container .tpo_flex-100:nth-child(2) {
    width: 58%;
  }
  .tpo_option-set-wrapper label:has(.tpo_color-swatches-input:checked) {
    height: 24px;
    border-radius: 60px;
  }
  .accordion-button::after {
    width: 1rem !important;
    height: 1rem !important;
    background-size: 1rem !important;
  }
}

@media screen and (min-width: 480px) {
  .collapsible-content__heading a {
    color: #ab2328 !important;
    font-family: Autography !important;
    font-size: 55px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  #list-blogs .container-blog .row > div.col-xs-6 {
    max-width: 50%;
    width: 50%;
  }
}

/*@media screen and (max-width: 479px) {
  .template-suffix-blogs .collapsible-collections.color-.gradient {
    background: #000;
  }
  .collapsible-collections #multi--text-section .video-container,
  .collapsible-collections #multi--text-section .video-container slider-component {
    display: block;
  }
  .collapsible-collections #coll_desktop .slider-mobile-gutter .grid.product-grid {
    margin-right: 0;
  }
}*/
#popup-contact-us .icon.icon-close {
  height: 18px;
  width: 18px;
}
@media screen and (max-width: 750px) {
  .template-search .section-search-template .main-search__input {
    width: 100% !important;
  }
}

.newsletter-label {
  font-family: Futura !important;
  font-weight: 300 !important;
  max-width: 100%;
  font-size: 13px;
  color: #000;
  margin: 0;
  line-height: 5px;
  text-align: left;
  padding: 0 0 0 10px;
}
.newsletter-checkbox {
  display: none;
}
.round-checkbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  border-radius: 50%; /* Make it round */
  position: relative;
  cursor: pointer;
}
.newsletter-checkbox:checked + .round-checkbox {
  background-color: white; /* Background stays white */
  border-color: #000;
}

.round-checkbox::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #000; /* Solid blue center */
  border-radius: 50%; /* Make the inner circle round */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}
.newsletter-checkbox:checked + .round-checkbox::after {
  transform: translate(-50%, -50%) scale(1);
}


/* Evolve */
#content-article .container-text h1 {
  font-family: 'RMConnect-Regular';
  font-weight: medium;
} 
#content-article .container-text h2 {
  font-family: 'Futura';
  font-weight:medium;
} 
#content-article .container-text h3 {
  font-family: 'Futura';
  font-weight:medium;
} 
#content-article .container-text h4 {
  
} 
#content-article .container-text h5 {
  
} 
#content-article .container-text h6 {
  
}
#content-article .container-text p {
  font-family: 'Futura';
  font-weight:normal;
}
/* Taglie esaurite - aspetto grigio e barrate */
.opt-label.is-disabled {
  opacity: 0.4;
  color: #999;
  position: relative;
  cursor: not-allowed;
}

.opt-label.is-disabled::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #999;
  transform: rotate(-45deg);
}
.product-form:has(.restock-rocket-button-cover) button[type="submit"] {
  display: none !important;
}
/* ============================================
   NUEAME — SISTEMA TIPOGRAFICO FUTURA
   ============================================ */


/* Testi generali — Futura Light */

body,
p,
span,
li,
label,
input,
textarea,
select,
.product-description,
.product-description p,
.product-info-block,
.product-info-block p,
.rte,
.rte p,
.rte li,
.collection-description,
.collection-description p,
.footer,
.footer p,
.cart,
.cart p,
.drawer,
.drawer p {
  font-family: "NueameFutura", Arial, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  letter-spacing: 0.01em;
}


/* Link generali — Futura Book */

a,
nav,
.menu,
.site-nav,
.navigation,
.main-nav,
.header a,
.footer a {
  font-family: "NueameFutura", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: 0.015em;
}


/* Menu laterale — Futura Light */

.menu-drawer,
.menu-drawer a,
.menu-drawer__menu-item,
.menu-drawer__submenu a,
.menu-drawer__navigation a {
  font-family: "NueameFutura", Arial, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  letter-spacing: 0.02em;
}


/* Pulsanti — Futura Medium */

button,
.button,
.btn,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  font-family: "NueameFutura", Arial, sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  letter-spacing: 0.015em;
}


/* ============================================
   PREZZI — FUTURA LIGHT GRIGIO SCURO
   ============================================ */

.product-price,
.product-price *,
.price,
.price *,
.money,
.money *,
.price-container,
.price-container *,
.product-block__price,
.product-block__price *,
.product-block .product-price,
.product-block .product-price *,
.product-block .price,
.product-block .price *,
.product-info .product-price,
.product-info .product-price *,
.product-info .price,
.product-info .price *,
.product-card .product-price,
.product-card .product-price *,
.product-card .price,
.product-card .price *,
.product-item .price,
.product-item .price *,
.ultimate-recently-viewed-price-wrap,
.ultimate-recently-viewed-price-wrap * {
  font-family: "NueameFutura", Arial, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  color: #4d4d4d !important;
  letter-spacing: 0.015em !important;
}


/* Grassetti reali — Futura Medium BT */

strong,
b,
.bold,
.rte strong,
.rte b,
.product-description strong,
.product-description b {
  font-family: "NueameFutura", Arial, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: 0.005em;
}


/* ============================================
   TITOLI PRODOTTO — FUTURA MEDIUM
   Escluso il Product Slider della homepage
   ============================================ */

.product-block__title,
.product-block__title a,
.product-title,
.product-title a,
.product-info .title,
.product-info .title a,
.product-info .product-title,
.product-info .product-title a,
.product-card__title,
.product-card__title a,
.product-item__title,
.product-item__title a,
.ultimate-recently-viewed-title {
  font-family: "NueameFutura", Arial, sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 1.05em !important;
  line-height: 1.32 !important;
  letter-spacing: 0.015em !important;
}


/* Featured Collection, correlati e recenti — Futura Medium */

.template-index .product-block__title,
.template-index .product-block__title *,
.template-index .product-block .title,
.template-index .product-block .title *,
.template-index .product-block .product-title,
.template-index .product-block .product-title *,
.template-index .product-info .title,
.template-index .product-info .title *,
.template-index .product-info .product-title,
.template-index .product-info .product-title *,
.template-index .product-card__title,
.template-index .product-card__title *,
.template-index .product-item__title,
.template-index .product-item__title *,
.section-product-recommendations .product-block__title,
.section-product-recommendations .product-block__title *,
.section-product-recommendations .product-title,
.section-product-recommendations .product-title *,
.ultimate-recently-viewed-title,
.ultimate-recently-viewed-title * {
  font-family: "NueameFutura", Arial, sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 1.05em !important;
  line-height: 1.32 !important;
  letter-spacing: 0.015em !important;
}


/* Titoli principali — RMConnect */

h1,
h2 {
  font-family: "RMConnect-Regular" !important;
}


/* ============================================
   CORMORANT HOMEPAGE
   ============================================ */

.template-index .cormorant,
.template-index .cormorant *,
.template-index .font-cormorant,
.template-index .font-cormorant * {
  font-family: "Cormorant" !important;
  font-weight: 400 !important;
  font-style: normal !important;
}


/* ============================================
   PRODUCT SLIDER HOMEPAGE
   Ripristino stile originale
   ============================================ */

#product-slider
.owl-stage
.owl-item
.product-block
.block-inner
.block-inner-inner
.product-info
.product-link
.product-block__title {
  font-family: "Cormorant" !important;
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}


/* Product Slider — prezzo Futura Light grigio scuro */

.template-index #product-slider .product-price,
.template-index #product-slider .product-price *,
.template-index #product-slider .price,
.template-index #product-slider .price *,
.template-index #product-slider .money,
.template-index #product-slider .money * {
  font-family: "NueameFutura", Arial, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  color: #4d4d4d !important;
  letter-spacing: 0.015em !important;
}/* ============================================
   PDP DESKTOP — THUMBNAILS ALLINEATE ALLA GALLERY
   ============================================ */

@media screen and (min-width: 768px) {

  .template-product
  .gallery.gallery--layout-carousel-beside
  .gallery__inner {
    align-items: stretch;
  }

  .template-product
  .gallery.gallery--layout-carousel-beside
  .thumbnails {
    height: 853px !important;
    max-height: 853px !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;

    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .template-product
  .gallery.gallery--layout-carousel-beside
  .thumbnails::-webkit-scrollbar {
    display: none;
  }

  .template-product
  .gallery.gallery--layout-carousel-beside
  .thumbnail {
    display: block;
    flex-shrink: 0;
  }
