/** Shopify CDN: Minification failed

Line 696:2 Unexpected "{"
Line 696:3 Expected identifier but found "%"
Line 709:2 Unexpected "{"
Line 709:3 Expected identifier but found "%"
Line 893:2 Unexpected "{"
Line 893:3 Expected identifier but found "%"
Line 897:2 Unexpected "{"
Line 897:3 Expected identifier but found "%"
Line 967:2 Unexpected "{"
Line 967:3 Expected identifier but found "%"
... and 8 more hidden warnings

**/
  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }
  a {
  text-decoration:none;
  cursor: pointer;
  }
  html, body, .wrapper {
  min-height: 100vh;
  letter-spacing: 0em;
  }
  .collection-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 60px 15px 0;
}
.collection-pills {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-list__product-name,
.product-list__product-price {
  font-weight: 400 !important;
}

.collection-pills::-webkit-scrollbar {
  display: none;
}

.collection-pills-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  flex: 1;
}

.collection-pills {
  scroll-behavior: smooth;
}

.pill-arrow {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  padding: 0 4px;
  display: none;
  line-height: 1;
}
@media screen and (min-width: 749px) {
  .figureImg .product__item-img {
    cursor: zoom-in;
  }
}

@media screen and (min-width: 749px) {
  .figureImg {
    display: block !important;
    position: static !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 0 0 57px !important;
    line-height: 0;
    font-size: 0;
  }
  .product__item-img,
  .product__item-video {
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: auto !important;
    vertical-align: top;
  }

  .arrow-hints {
    display: none !important;
  }

  .product-info {
    min-height: auto !important;
  }

  .product-info__main {
    height: auto !important;
  }
}

@media (max-width: 749px) {
  .pill-arrow {
    display: block;
  }
}

.collection-pills {
  display: flex;
  gap: 25px;
  overflow-x: auto;
}

.collection-pill {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #666;
  white-space: nowrap;
}

.collection-pill.active {
  color: #000;
  font-weight: bold;
}

.filter-trigger {
  background: none;
  border: none;
  padding: 0;
  font-size: 13px;
  letter-spacing: 0.05em;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 749px) {
  .collection-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  .filter-trigger {
    order: 1;
    text-align: left;
  }

  .collection-pills-wrap {
    order: 2;
  }
}
@media (max-width: 749px) {
  .collection-toolbar {
    padding: 12px 15px;
  }
  .collection-pills {
    gap: 15px;
  }
}

.filter-drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 998;
}

.filter-drawer-overlay.active {
  display: block;
}

.filter-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 420px;
  max-width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  overflow-y: auto;
  transition: right 0.3s ease;
  padding: 30px;
}

.filter-drawer.open {
  right: 0;
}

.filter-drawer__header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.filter-drawer__close {
  background: none;
  border: none;
  font-size: 13px;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.filter-group {
  border-bottom: 1px solid #eee;
}

.filter-group__toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 18px 0;
  font-size: 13px;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-align: left;
}

.filter-group__toggle .icon {
  font-size: 16px;
  font-weight: 300;
}

.filter-group__content {
  display: none;
  padding: 0 0 20px 0;
}

.filter-group.active .filter-group__content {
  display: block;
}

.filter-group.active .filter-group__toggle .icon::before {
  content: "\2212";
}

.filter-option {
  display: block;
  font-size: 13px;
  padding: 6px 0;
  cursor: pointer;
}

.filter-option--disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.filter-price-range {
  display: flex;
  gap: 10px;
}

.filter-price-range input {
  width: 50%;
  border: 1px solid #ccc;
  padding: 8px;
}

.filter-sort-select {
  width: 100%;
  border: 1px solid #ccc;
  padding: 8px;
}

.filter-results-btn {
  width: 100%;
  border: 1px solid #000;
  background: none;
  padding: 12px;
  margin-top: 20px;
  font-size: 13px;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.filter-delete-link {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  text-decoration: underline;
}

.filter-delete-link--disabled {
  opacity: 0.4;
  text-decoration: none;
  cursor: not-allowed;
}

@media (max-width: 749px) {
  .filter-drawer {
    width: 100%;
  }
}
  
  
  .product-list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-start;
  /* justify-content: center; */
  row-gap: 70px;
  margin-bottom: 65px;
  }
  /* .product-list__category {
  width: 100%;
  padding-left: 30px;
  margin-bottom: 21px;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  } */
  .product-list__product-block {
  width: 33.3%;
  border-top:none;
  border-left:none;
  }
  @media(min-width: 850px) {
  .product-list__product-block:nth-child(3n+3){
    border-right: none;
  }
  }
  
  .product-list__img-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  }
  .product-list__product-img {
  height: auto;

  }
  .product-list__product-name {
  display: block;
  font-size: 17px;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  max-width: 75%;
  margin: auto;
  padding-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }

  .product-list__product-price {
  font-size: 15px;
  line-height: 1.2;
  text-align:center;
  }

  .product-info__img {
  margin: auto;
  max-height: fit-content;
  display: block;
  width: 62%;
  height: auto;
  }

  .product-info__description {
  width: 85%;
  }
  .product__item-img{
  cursor:pointer;
  }

  .product-info__parent{
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  }
  .product-info__quantity-input {
  outline: 0;
  border-radius: 0;
  /* border-color: #fff; */
  width:12%;
  }
  .product-info__form{
  display: inline-block;
  margin-bottom: 30px;
  }
  .product-info__title {
  margin: 0 0 31px 0;
  
  letter-spacing: 0px;
  line-height: 1.2em;
  font-size: 30px;
  letter-spacing: 0em;
  line-height: 1.5em;
  }
  .product-info__title-top{
  display:none;
  }
  .product-info__price {
  margin-bottom: 31px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  /* color: #fff; */
  
  }
  .product-info__size {
  margin-bottom: 30px;
  
  }
  .product-info__quantity {
  margin-bottom: 31px;
  
  }

  .product-info__cart-btn {
  display: block;
  padding: 11px 95px;
  margin-bottom: 31px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .2em;
  text-transform: uppercase;
  cursor: pointer;

  color: #000 !important;
  background: transparent !important;
  border: 1px solid #000 !important;

  border-radius: 0;
  margin: auto;
  width: 100%;
}
  
  .product-info__else-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  }
  .pages{
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .span_left {
    margin-right: 8px;
  }
  .span_right {
    margin-left: 8px;
  }
  .span_left, .span_right{
    display: flex;
    align-items: center;
  }
  .span_left a, .span_right a{
    display: flex;
    align-items: center;
  }
  .span_left svg, .span_right svg{
    width: 17px;
  }
  .cart {
  flex: 1;
  /* color: #fff; */
  padding: 0 20px;
  }
  .cart__properties {
  width: 100%;
  display:flex;
  margin-bottom: 50px;
  }
  .cart__product-title {
  width: 70%;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  }
  .cart__price-title, .cart__quantity-title, .cart__total-price-title {
  width: 15%;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  }
  .cart__form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  }
  .cart__item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  }
  .cart__item-heading {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 55%;
  padding: 0 10px 0 20px;
  }
  .cart__item-title {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  }
  .cart__item-remove-link {
  font-size: 13px;
  
  /* color: #fff; */
  text-decoration: none;
  }
  .cart__item-remove-link:hover {
  /* color: #fff; */
  text-decoration: underline;
  }
  .cart__item-final-price, .cart__item-quantity, .cart__item-final-line-price {
  width: 15%;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  }
  .cart__item-title-span {
  display: none;
  }
  .cart__item-main-span {
  display: inline;
  }
  .cart__item-img {
  width: 15%;
  height: auto;
  }


  .cart__else-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72vh;
  }
  
  .shipping{
  margin-top:40px;
  margin-bottom:100px;
  }
  
  .shipping-link {
  /* color: #fff; */
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  -ms-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  transition: color .15s ease-out;
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(239,62,62,.3);
  -webkit-transition: border-color .15s ease-out,color .15s ease-out;
  -moz-transition: border-color .15s ease-out,color .15s ease-out;
  -ms-transition: border-color .15s ease-out,color .15s ease-out;
  -o-transition: border-color .15s ease-out,color .15s ease-out;
  transition: border-color .15s ease-out,color .15s ease-out;
  
  }
  .shopify-policy__container {
  flex: 1;
  padding: 0 20px;
  }
  .shopify-policy__title {
  margin-bottom: 40px;
  
  font-size: 16px;
  font-weight: 900;
  line-height: 26px;
  text-align: center;
  }
  .shopify-policy__body {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  }
  
  .footer__nav-item {
  
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0em;
  line-height: 1.8em;
  text-transform: uppercase;
  text-decoration: none;
  /* color: #fff; */
  padding-left: 0.5vw;
  
  }
  
  .footer__nav-item:hover {
  text-decoration: underline;
  }
  
  .footer{
  width: 100%;
  }
  .footer__content {
  
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1.6em;
  text-transform: none;
  width: 100%;
  margin: 0 auto;
  padding-top: 15vh;
  text-align: center;
  margin-bottom: 2vh;
  }
  
  .footer__content-text {
  /* color: #fff; */
  font-size: 10.3px;
  }
  .sign{
  margin-bottom: 3vh;
  text-align: center;
  }

  .shopify-policy__title{
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0 0 1em;
  line-height: 1.4;
  /* color: #fff; */
  padding-bottom:40px;
  }
  .shopify-policy__body {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  /* color: #fff; */
  line-height: 1.6;
  }
  
  .rte ul {
  padding-left:15px;
  }
  .galery {
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  }
  .galery__img{
  width:100%;
  height:auto;
  padding-top:20px;
  }
  .mob__count{
  display:none;
  }
  .header__cart-icon{
  display:none;
  }
  .header__mobile-cart-btn{
  display:none;
  }
  .count {
  display: none;
  }
  .mob__count{
  display:none;
  }
  
  {% if template != 'index' %}
  .b-marquee{
  margin-left: 4vw;
  width: 94.7vw;
  /* margin-top:85px; */
  margin-top:6px;
  /* margin-bottom:85px;*/
  margin-bottom:5px;
  }
  .some{
  padding-top:0;
  }
  
  {% endif %}
  .footer__copyright {
  
  font-weight: bold !important ;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1.6em;
  text-transform: none;
  width: 100%;
  margin-top: 10vh;
  margin-bottom: 2vh;
  line-height: 17px;
  font-weight: bold;
  /* color: #fff; */
  }
  
  @media(max-width: 1268px) {
  .footer__nav-item {
    font-size: 10px;
  }
  .b-marquee{
    width: 94%;
    margin-left: 6%;
  }
  .product-list__product-name{
    font-size: 13px;
  }
  .product-list__product-price {
    font-size: 13px;
  }
  .product-info__main{
    padding-top: 48px;
  }
  .product-info__img {
    width:75%;
  }
  .collections_link {
    padding: 0px 28% 30px;
  }
  }
  @media(max-width: 1024px) {
  
  .product-list__product-name{
    font-size: 14px;
  }
  .product-list__product-price {
    font-size: 14px;
  }
  .collections_link{
    padding: 0px 25% 30px;
    gap: 15px 30px;
  
  }
  .nav__elem-img, .nav__elem-dropdown {
    height: 40px;
  }
  
  .product-info__main{
    padding-top: 40px;
  }
  }
  @media(max-width: 850px) {
  .b-marquee{
    width: 92%;
    margin-left: 8%;
  }
  .product-list__product-img {
    width: 100%;
  }
  .collections_link{
    padding: 0px 20% 30px;
  }
  .nav {
    width: 135px;
  }
  .header__logo-link {
    margin-right:4vw;
  }

  .product-list__product-block {
    width: 50%;
  }
  
  .product-list__product-block:nth-child(3n+3){
    border-right-width: 1px;
  }
  }
    .pages {
    margin-bottom: 2rem;
      font-size: 18px;
  }

  @media (max-width: 768px) {
  
  .b-marquee--rtl .b-marquee__text {
    -webkit-animation: animMarqueeRtl 15s linear infinite;
    animation: animMarqueeRtl 15s linear infinite;
    text-transform: uppercase;
  }
  
  @-webkit-keyframes animMarqueeRtl {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  @keyframes animMarqueeRtl {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  .some{
   justify-content: center;
  }
  .product-list {
    margin-bottom: 40px;
    row-gap: 40px;
  }

  .product-info__img {
    width: 100%;
    height: auto;
  }
  .page {
    /* font-size: 15px; */
  }
  .footer {
   margin-top: 25px;
  }
  .footer__content{
    display: none;
  }
  .sign{
    display: block;
  }
  #arrow{
    width: 5%;
    bottom: 20px;
    right: 15px;
  }
  /* .product-info{
    margin-bottom: 30px;
  } */
  .footer__nav-item {
    font-size: 10px;
    letter-spacing: 0em;
    line-height: 3.8em;
  }
  .footer__copyright {
  
    font-size: 12px;
  }
  .collections_title{
    padding-bottom: 25px;
    font-size: 18px;
  }
  .collections_link{
  
    padding: 0px 16% 25px;
    gap: 15px 25px;
  
  }
  .product-list__product-block {
    width: 50%;
  }
  .product-info__description{
    width: 100%;
  }
  .footer__content {
    font-size: 12px;
  
    padding: 6vh 18% 5px;
  }
  {% if template == 'cart' %}
    .header__mobile-cart-btn{
      display:none;
    }
  {% endif %}
  
  }
  @media(max-width: 749px) {
  .product-info__form {
      width: 100%;
  }
  .product-info__cart-btn {
  padding: 10px 40px;
  }
  .wrapper__container {
    padding: 0;
  }
  .top-bar {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
  }
  .nav_home{
    display: none;
  }
  .nav_burger{
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 999;
    /* background-color:#000; */
  }
  .nav__burger-link{
    height: 31px;
  }

  .figureImg {
    width:100%
  }
  
  .header__logo {
    height: 30px;
  }
  
  .header__cart {
    display: none;
  }
  .mob__count{
    display:block;
    font-size: 9px;
  }

  .header__mobile-cart-icon {
    display: block;
    width: 22px;
    height: 22px;
  }

  .header__mobile-menu-icon {
    width: 22px;
    height: 22px;
  }
  .header__logo-link {
    margin-right:0;
  }
  
  .b-marquee{
    width: 95%;
    margin-left: 5%;
  }
  .nav {
    display: none;
  }
  {% if template != 'index' %}
  
  .nav_burger {
    display: block;
  }
  {% endif %}
  .collections_link{
  
    padding: 0px 12.5% 25px;
  
  }
  
  
  

  .product-info__select{
    width:100%
  }
  .product-list {
    justify-content: normal;
    margin-bottom: 25px;
  }
  
  .product-list__product-name{
    font-size: 14px;
  }
  .product-list__product-price {
    font-size: 14px;
    line-height: 2;
  }
  .product-list__category {
    display: none;
    margin-bottom: 40px;
    text-align: center;
  }
  .product-info {
    display: block;
    padding: 0 0px;
    /* margin-bottom: 50px; */
  }
  .product-info__img {
    width: 100%;
    height: auto;
  }

  
  .product__galery{
    margin-bottom: 50px;
  }
  .product-info__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
  }
  .product-info__description{
    text-align: center;
  }
  .product-info__cart-btn{
    margin: auto;
    margin-bottom: 40px;
  }
  .product-info__title {
    display:none;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .product-info__title-top {
    display:block;
    text-align: center;
  }
  .product-info__price {
    width: 100%;
    text-align: center;
  }
  .product-info__size {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto 18px;
  }
  .product-info__size-title {
    text-align: center;
  }
  .product-info__quantity-label {
    text-align: center;
  }
  .product-info__else-text {
    text-align: left;
  }
  .cart__properties {
    display: none;
  }
  .cart__item {
    display: block;
    margin-bottom: 30px;
  }
  .cart__item-img {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
  }
  .cart__item-heading {
    display: block;
    width: 100%;
  }
  .cart__item-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  .cart__item-remove-link {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration: underline;
  text-underline-offset: 0.2rem;
  }
  .cart__item-final-price, .cart__item-quantity, .cart__item-final-line-price {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
  }
  .cart__item-title-span {
    display: block;
  }
  .cart__item-main-span {
    display: block;
  }
  .cart__else-title {
    text-align: center;
  }
  
  .shipping {
    margin-bottom:80px;
    margin-left:24px;
  }
  
  .footer__copyright {
    padding: 0;
    text-align: center;
    font-size: 10px;
  }
  .footer__content {
    font-size: 10px;
  }
  
  }
  @media (max-width: 545px) {
  
  .b-marquee--rtl .b-marquee__text {
    -webkit-animation: animMarqueeRtl 15s linear infinite;
    animation: animMarqueeRtl 15s linear infinite;
    text-transform: uppercase;
  }
  
  @-webkit-keyframes animMarqueeRtl {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-120%);
      transform: translateX(-120%);
    }
  }
  
  @keyframes animMarqueeRtl {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-120%);
      transform: translateX(-120%);
    }
  }
  .header__logo {
    height:22px;
  }
  .header__mobile-cart-btn {
    width: 25px;
  }
  .collections_items a {
    font-size: 12px;
  }
  .collections_title{
    padding-bottom: 25px;
    font-size: 16px;
  }
  .collections_link{
    padding: 0px 5% 70px;
    gap: 10px 20px;
  
  }
  .product-list__product-img {
        margin-bottom: 30px;
  }
  #arrow{
    width: 8%;
  }
  .product-info__title-top{
    font-size: 21px;
    font-weight: bold;
  }
  .product-list__product-name {
    font-size: 14px;
  }
  .product-list__product-price {
    font-size: 14px;
  }
  .page{
    /* font-size: 14px; */
  }
  .some{
    padding-top: 80px;
  }
  .footer__copyright {
    font-size: 11px;
    margin-top:5vh;
  }
  .footer__content {
    font-size: 12px;
    width: auto;
    padding: 70px 10% 5px;
  }
  
  .footer__content-text {
    font-size: 12px;
  }
  {% if template == 'collection' %}
  
  .some {
    padding-top: 0;
  }
  {% endif %}
  .b-marquee {
    width: 94%;
    margin-left: 6%;
  }f
  }
  @media (max-width: 426px) {
  
  .b-marquee--rtl .b-marquee__text {
    -webkit-animation: animMarqueeRtl 15s linear infinite;
    animation: animMarqueeRtl 15s linear infinite;
    text-transform: uppercase;
  }
  
  @-webkit-keyframes animMarqueeRtl {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }
  
  @keyframes animMarqueeRtl {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }
  #arrow{
    width: 9%;
  }
  .b-marquee{
    margin-top:3px;
    width: 92%;
    margin-left: 8%;
  }
  .nav__burger-link{
    height: 25px;
    margin-left: 5px;
  }
  .header {
    padding: 9px 16px;
    margin-top:35px;/*Changed*/
  }
  .header__logo {
    margin-bottom: 16px;
    height: 16px;
    margin-top: 18px;
  }
  .header__mobile-cart-btn {
    width:25px;
  }
  .collections_title{
    padding-bottom: 25px;
    font-size: 14px;
  }
  .collections_link{
    font-size: 12px;
    padding: 0px 1% 30px;
    gap: 10px 15px;
  
  }
  

  .mobileOverlay__close-img {
    width: 26px;
    height: 19px;
  }
  
  }
  @media (max-width: 375px) {
  .b-marquee {
    width: 92%;
    margin-left: 8%;
  }
  .collections_link{
    font-size: 12px;
    padding: 0px 1% 30px;
    gap: 10px 12px;
  
  }
  .collections_items a {
    font-size: 11px;
  }
  
  .footer__copyright {
    margin-top:4vh;
  }
  }
  @media (max-width: 320px) {
  .b-marquee--rtl .b-marquee__text {
    -webkit-animation: animMarqueeRtl 15s linear infinite;
    animation: animMarqueeRtl 15s linear infinite;
    text-transform: uppercase;
  }
  
  @-webkit-keyframes animMarqueeRtl {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-230%);
      transform: translateX(-230%);
    }
  }
  
  @keyframes animMarqueeRtl {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-230%);
      transform: translateX(-230%);
    }
  }
  #arrow{
    width: 10%;
  }
  .collections_link {
    gap: 10px 12px;
  }
  .b-marquee {
    width: 89%;
    margin-left: 11%;
  }
  }

.page-width{
  padding: 0px 25px 0px 25px;
  max-width: 100%;
}
@media screen and (max-width: 749px){
  .page-width{
  padding: 0px 15px 0px 15px;
}
}
#MainContent{
  min-height: 74vh;
}
.copyright{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.header-wrapper{
    display: flex;
    justify-content: center;
}


/* PRODUCT NEW CSS */
.product-info__title-top {
    display: block !important;
    text-align: center;
    max-width: 75%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.product-info__pc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.product-info__description-pc {
    max-width: 80%;
    text-align: justify;
    /* line-height: 1.3; */
    margin: 0 auto;
}

.product-info__description-mobile {
    text-align: justify;
    margin: 0 auto;
    /* font-weight: lighter; */
    display: none;
}

.product-info__description-pc p, .product-info__description-pc span  {
    padding: 5px 0;
}

.product-info__main {
    width: 30%;
    padding-left: 0px !important;
    padding-top: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-info__img {
    width: 100% !important;
}
.figureImg {
    width: 40% !important;
}

.product-info__form {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

.product-info__cart-btn {
    display: block;
    padding: 13px !important;
    margin-bottom: 31px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    cursor: pointer;
    /* color: white !important; */
    /* background-color: black !important; */
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    margin: auto;
    border-style: hidden;
    min-width: fit-content;
    width: 80%;
    box-shadow: none !important;
    margin-top: 5px;
}

.product-options h3 {
    margin-bottom: 10px;
  }

.option-values {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.option-value {
    padding: 5px 10px;
    background: none;
    cursor: pointer;
    border: 1px solid transparent;
    opacity: 1;
    font-weight: bold;
    font-size: 16px;
  -webkit-appearance: none;
  text-decoration: none;
      text-transform: uppercase;
  /* color: black; */
}

  .option-value.active {
    border: 1px solid; 
  }

  .option-value.disabled {
    text-decoration: line-through;
    opacity: 0.5; 
    cursor: not-allowed; 
  }

.product-info__parent {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button:hover {
  opacity: 0.8;
}

.collection-title {
  display: block !important;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 20px 0 40px 0;
}


.cart__form {
    margin-bottom: 5rem;
}
.cart__submit-btn {
    margin: auto;
    padding: 13px !important;
    font-size: 16px;
    /* background-color: black; */
    /* color: white; */
    text-transform: uppercase;
    border: none;
}

.cart__item-remove-link {
  text-decoration: underline !important;
text-underline-offset: 0.2rem !important;
}

.button{
  cursor: pointer;
}

.fade-in {
	-webkit-animation: fade-in 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both !important;
	        animation: fade-in 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

input {
border-radius: 0;
}

input[type=text], input[type=button], input[type=submit] {
-webkit-appearance: none;
-webkit-border-radius: 0;
}
table{
  width: 100%;
}
.shopify-policy__container p:not(:last-child){
  margin-bottom: 1.6rem;
}
.shopify-policy__container ul:not(:last-child){
  margin-bottom: 1.6rem;
}
table tr{
  padding-bottom: 10px;
}
.product-info__description-mobile p:not(:last-child){
margin-bottom: 1rem;

}

table td {
    padding: 6px 0px;
    text-align: left;
}

.product-list__product-block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loader {
    border: 2px solid #e5e5e5;
    border-top: 2px solid #000000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    animation: spin 2s linear infinite;
}

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .product-list__product-img {
    opacity: 0; 
  }

  .loaded .product-list__product-img {
    opacity: 1; 
    transition: 0.2s;
  }

  .loaded .loader {
    display: none; 
  }
.product-info__description-pc img, .product-info__description-mobile img{
  max-width: 100%;
  height: auto;
}

.product-info__description-pc > ul, ol {
  margin-left: 25px;
}

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

.cart__item{
  width: 90%;
}

.cart__item-final-price{
  width: 10%
}
.cart__item-quantity{
  width: 10%;
  text-align: right;
}
.shopify-payment-button__button--unbranded {
    width: 500px !important;
    max-width: 100%;
}
}


@media screen and (max-width: 749px){
.product-info__description-mobile {
    text-align: justify;
    margin: 0 auto;
    /* font-weight: lighter; */
    display: block;
    margin: 20px 0 !important;
    max-width: 100%;
}
.product-info__description-mobile > ul, ol {
  margin-left: 25px;
}
.product-info__pc {
    width: 100%;
    padding-top: 2rem;
}
.figureImg {
    width: 100% !important;
    padding-bottom: 2rem;
}
.product-info__main {
    width: 100%;
}
.product-info__form {
    margin-bottom: 0 !important;
}
.product__galery {
    margin-bottom: 2rem;
}
.product-info__description-pc{
  display: none;
}
.product-info__title-top {
    padding-bottom: 1rem;
}

.product-info__cart-btn{
  margin-top: 1rem;
}
}

.page-navigation{
  padding: 5px 10px;
}
.page-current{
  border: 1px solid;
}
#loading-logo img{
  width: 50px;
}
#loading-logo h2{
  font-size: 18px;
}
.jdgm-star {
    font-family: 'JudgemeStar' !important;
}
.shopify-payment-button {
    width: 80%;
    margin-top: 2px !important;
}
.product-table table{
  border-collapse: collapse;
}
.product-table th, .product-table td {
    padding: 13px 10px;
    text-align: left;
    white-space: nowrap;
}
.product-block-content.item-type {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
}
.product-info__form > * {
    margin: 10px 0px;
}
.product-info__form > *:first-child {
    margin-top: 0px;
}
.product-info__form > *:last-child {
    margin-bottom: 0px;
}
.shopify-payment-button__button--unbranded {
    background: none !important;
    font-family: var(--font-heading-family) !important;
    font-style: var(--font-heading-style) !important;
    font-weight: var(--font-heading-weight) !important;
    white-space: nowrap;
    padding: 13px !important;
    height: auto !important;
    font-size: 16px !important;
    text-transform: uppercase;
    width: 100%;
    min-height: 0 !important;
    border-radius: 0 !important;

}
.product-price-block {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.product-price__compare {
  text-decoration: line-through;
  opacity: 0.6;
}

.product-price__compare--hidden {
  display: none;
}

.product-price__current--sale, .product-list__product-price-red {
  color: #e53935; 
}


  .fade-out-bck {
	-webkit-animation: fade-out-bck 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: fade-out-bck 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes fade-out-bck {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  scale: 1;
  }
  100% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    z-index: -10;
    position: relative;
   opacity: 0;
  scale: 0.85;
  }
}
@keyframes fade-out-bck {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
     scale: 1;
  }
  100% {
-webkit-transform: translateY(25px);
    transform: translateY(25px);
    z-index: -10;
    position: relative;
   opacity: 0;
  scale: 0.85;
  }
}

.fade-in-drawer {
	-webkit-animation: fade-in-drawer 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-drawer 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-drawer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-drawer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 749px) {
  html body .product-info .figureImg {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 0 0 57px !important;
  }
}
@media screen and (min-width: 749px) {
  .product-info__main {
    width: 100% !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 749px) {
  html body .product-info {
    display: grid !important;
    grid-template-columns: 680px 1fr !important;
    grid-template-areas: none !important;
    column-gap: 60px;
    align-items: start !important;
    margin-bottom: 30px;
  }

  html body .figureImg {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body .product-info__pc {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    width: 100% !important;
    padding-top: 0 !important;
  }

  html body .product-info__main {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
    padding: 0 !important;
    align-self: end !important;
    margin-top: 360px !important;
  }
}


  html body .product-info__description-mobile,
  html body .item-type-mobile,
  html body .product-price-mobile {
    display: none !important;
  }
}
/* Massimo-style mobile flow */
@media screen and (min-width: 749px) {
  .mobile-flow,
  .mobile-buy-bar-title {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  html body .figureImg,
  html body .image-navigation,
  html body .product-title-mobile {
    display: none !important;
  }

  .mobile-flow {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Adds the small gap between all images */
    width: 100%;
  }

  .mobile-flow-img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }

  /* Pulls only the first image out of the padding to make it edge-to-edge */
  .mobile-flow-img:first-of-type {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
  }

  .mobile-flow-text {
    padding: 20px 15px;
  }

  .mobile-flow-colour {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .mobile-flow-description,
  .mobile-flow-description * {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #333;
    font-weight: 400 !important; /* Forces the text to un-bold */
  }
  .mobile-flow-shipping {
    padding: 15px 15px 0;
  }

  .mobile-flow-shipping-note {
    display: block !important; /* Forces the missing text to appear */
    font-size: 12px;
    color: #555;
    margin-bottom: 15px;
  }

  .mobile-buy-bar-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 15px 0;
    margin: 0;
  }

  html body .product-info__main {
    position: sticky !important;
    bottom: 0 !important;
    background: #ffffff !important;
    z-index: 500 !important;
    width: 100% !important;
    float: none !important;
    padding: 0 0 10px !important;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.06);
  }

  html body .product-info__main .product-info__form {
    padding: 0 15px;
  }
}
/* ========================================= */
/* ACCORDION FIXES                           */
/* ========================================= */

/* 1. Hide the duplicate accordions under the Add to Cart button */
.acc-mobile {
  display: none !important;
}

/* 2. Remove the box borders and fix spacing */
.acc-mobile-flow, 
.acc-mobile-flow .accordion-item {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.acc-mobile-flow .accordion-toggle {
  border: none !important;
  background: transparent !important;
  padding: 12px 0 !important; /* Removes side padding so text aligns to the edge */
  font-size: 12px !important; /* Matches Massimo size */
  font-weight: 400 !important; /* Removes bold text */
}

/* 3. Replace the + and - icons with a clean > arrow */
.acc-mobile-flow .accordion-icon svg {
  display: none !important; /* Hides the original plus/minus SVG icons */
}

.acc-mobile-flow .accordion-icon::after {
  content: '>'; /* Adds the text arrow */
  font-size: 16px !important;
  font-family: monospace; /* Makes the > look clean and sharp */
  color: #000;
}

/* ========================================= */
/* STICKY ADD TO CART BAR FIXES              */
/* ========================================= */

@media screen and (max-width: 749px) {
  html body .product-info__main {
    width: calc(100% + 30px) !important;
    margin-left: -15px !important;
    margin-right: -15px !important;

    height: auto !important;
    
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    
    position: sticky !important;
    bottom: 0 !important;
    background: #ffffff !important;
    z-index: 500 !important;
    border-top: 1px solid #eaeaea !important;
  }
}
/* ========================================= */
/* GRID LAYOUT FOR STICKY BAR                */
/* ========================================= */

@media screen and (max-width: 749px) {
  html body .product-info__main .product-info__form {
    display: grid !important;
    grid-template-columns: 1fr auto auto !important;
    grid-template-rows: auto auto !important;
    gap: 15px !important;
    align-items: center !important;
    width: 100% !important;
    padding: 15px 20px !important;
  }

  /* 1. Safely hide the Size selector using our new exact class */
  html body .product-info__main .option-size {
    display: none !important;
  }

  /* 2. Target the Color/Colour selector specifically */
  html body .product-info__main .option-color,
  html body .product-info__main .option-colour {
    grid-column: 2 !important; 
    grid-row: 1 !important;
    margin: 0 !important;
  }
  
  /* Hide the "Colour: Beige" text label */
  html body .product-info__main .option-color .option-label,
  html body .product-info__main .option-colour .option-label {
    display: none !important;
  }

  /* 3. Position the Bookmark Icon to the far right */
  html body .product-info__main .shopify-app-block,
  html body .product-info__main mrw-wishlist-button,
  html body .product-info__main mrw-button {
    grid-column: 3 !important; 
    grid-row: 1 !important;
    margin: 0 !important;
  }

  /* 4. Stretch the Add to Cart button across the bottom */
  html body .product-info__cart-btn {
    grid-column: 1 / -1 !important; 
    grid-row: 2 !important;
    width: 100% !important;
    margin: 0 !important;
  }
}
/* ========================================= */
/* STICKY BAR TITLE & PRICE STYLING          */
/* ========================================= */

@media screen and (max-width: 749px) {
  /* Position the block in the empty left column */
  html body .product-info__main .mobile-buy-bar-info {
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 4px !important;
    margin: 0 !important;
  }

  /* Style the Title to match Massimo */
  html body .mobile-buy-bar-title {
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    line-height: 1.3 !important;
  }

  /* Clean up the Price text */
  html body .product-info__main .product-price-mobile {
    display: flex !important;
    font-size: 11px !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: flex-start !important;
    width: auto !important;
  }

  /* Add the MRP styling */
  html body .mobile-buy-bar-mrp {
    font-size: 10px !important;
    color: #888 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
/* ========================================= */
/* MASSIMO COLOR DRAWER STYLES               */
/* ========================================= */

.color-trigger {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  cursor: pointer !important;
}

.color-count {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #111 !important;
}

.massimo-drawer {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}

.massimo-drawer.open {
  visibility: visible;
  opacity: 1;
}

.massimo-drawer-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.4) !important;
}

.massimo-drawer-content {
  position: relative !important;
  background: #fff !important;
  width: 100% !important;
  height: 234px !important; /* Sets exact height */
  padding: 25px 20px !important;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0 !important; /* Removes curves */
}

.massimo-drawer.open .massimo-drawer-content {
  transform: translateY(0);
}

.massimo-drawer-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
  border-bottom: none !important; /* Removes the line */
  padding-bottom: 0 !important;
}

.massimo-drawer-close {
  background: none !important;
  border: none !important;
  font-size: 24px !important;
  cursor: pointer !important;
  line-height: 1 !important;
  padding: 0 !important;
}

.massimo-drawer-selected {
  font-size: 13px !important;
  margin-bottom: 15px !important;
}

.drawer-option-values {
  justify-content: flex-start !important;
}
/* ========================================= */
/* MASSIMO SIZE DRAWER STYLES                */
/* ========================================= */

.size-drawer-item {
  padding: 15px 0 !important;
  font-size: 13px !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
}

.size-drawer-links {
  display: flex !important;
  flex-direction: column !important;
}

.size-drawer-link-row {
  display: flex !important;
  justify-content: space-between !important;
  padding: 15px 0 !important;
  font-size: 12px !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
}
/* ========================================= */
/* PERFECT BULLETPROOF SIZE DRAWER LAYOUT    */
/* ========================================= */

.massimo-drawer-content {
  height: 433px !important;
  max-height: 433px !important;
  overflow-y: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important; /* Automatically spaces elements evenly */
  box-sizing: border-box !important;
  padding: 20px 20px 10px 20px !important;
}

/* Header stays locked at the top */
.massimo-drawer-header {
  margin-bottom: 0 !important;
  flex-shrink: 0 !important;
}

/* Colors section formatting */
.massimo-drawer-content > div[style*="margin: 20px 0"] {
  margin: 10px 0 !important;
  flex-shrink: 0 !important;
}

/* Size options fill the middle space evenly */
.size-drawer-options {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-evenly !important; /* Distributes 4 or 5 sizes cleanly */
  flex-grow: 1 !important;
  margin: 5px 0 !important;
}

.size-drawer-item {
  padding: 4px 0 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
}

/* Links stay locked perfectly at the bottom */
.size-drawer-links {
  margin-top: 0 !important;
  flex-shrink: 0 !important;
  padding-bottom: 5px !important;
  border-top: 1px solid #eee !important;
}

.size-drawer-link-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  background: none !important;
  border: none !important;
  text-align: left !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  font-family: inherit !important;
  cursor: pointer !important;
  padding: 8px 0 !important;
}

.size-drawer-arrow {
  font-family: monospace !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  letter-spacing: 2px !important;
}
/* ========================================= */
/* MASSIMO FULLSCREEN IMAGE GALLERY & ZOOM   */
/* ========================================= */

.massimo-modal-overlay {
  display: none;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: #ffffff !important;
  z-index: 999999 !important;
  overflow: hidden !important;
}

.massimo-modal-overlay.open {
  display: block !important;
}

.massimo-modal-close {
  position: absolute !important;
  top: 20px !important;
  right: 25px !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  color: #111111 !important;
  z-index: 9999999 !important;
  padding: 10px !important;
}

.massimo-modal-container {
  position: relative !important; 
  width: 100vw !important;
  height: 100vh !important;
  display: block !important; 
}

/* THE FLOATING THUMBNAIL TRACK */
.massimo-modal-thumbnails {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 13px !important; /* Updated: Exact 13px gap from the left edge */
  width: 49px !important; 
  height: 386px !important; 
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important; 
  overflow-y: auto !important; 
  scrollbar-width: none !important; 
  z-index: 10 !important; 
}

.massimo-modal-thumbnails::-webkit-scrollbar {
  display: none !important; 
}

.massimo-modal-thumb {
  width: 49px !important;
  height: 64px !important; 
  cursor: pointer !important;
  opacity: 1 !important; /* Updated: Zero transparency */
  border: 1px solid transparent !important;
  transition: border 0.2s !important;
  object-fit: cover !important;
  flex-shrink: 0 !important; 
  display: block !important;
}

.massimo-modal-thumb.active {
  border: 1px solid #111111 !important;
}

/* THE FULL-SCREEN MAIN IMAGE */
.massimo-modal-main {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important; 
  height: 100vh !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: hidden !important; 
  cursor: zoom-in !important;
  z-index: 1 !important; 
}

.massimo-modal-main img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important; /* Updated: Forces the image to fill the screen with zero white space */
  transition: transform 0.1s linear !important; 
  transform-origin: center center;
  pointer-events: none !important; 
}

.massimo-modal-main.is-zoomed {
  cursor: zoom-out !important;
}

.massimo-modal-main.is-zoomed img {
  transform: scale(2.5) !important; 
}
/* Make it look good on Mobile too (moves thumbs to bottom) */
@media screen and (max-width: 749px) {
  .massimo-modal-container {
    flex-direction: column-reverse;
    padding: 20px;
    padding-top: 60px;
  }
  .massimo-modal-thumbnails {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    height: 90px;
    padding-top: 0;
    margin-top: 20px;
  }
  .massimo-modal-main {
    padding-left: 0;
    padding-top: 0;
    height: calc(100% - 110px);
  }
  .massimo-modal-thumb {
    width: auto;
    height: 100%;
  }
}
/* ========================================= */
/* LOCK SIZE DRAWER TO ABSOLUTE BOTTOM       */
/* ========================================= */
#massimo-size-drawer .massimo-drawer-content {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  margin: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  max-height: 85vh !important;
  overflow-y: auto !important;
}
/* =========================================
   MASSIMO DUTTI COLOUR SWATCHES
   ========================================= */
.massimo-card-swatches {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0px !important; /* Defined as 0px per spec */
  width: 100% !important;
  margin-top: 6px !important;
}

/* Colour Dot */
.massimo-card-swatches .massimo-swatch-dot {
  display: block !important;
  width: 8px !important;
  height: 8px !important;
  border: 0.8px solid rgb(169, 169, 169) !important;
  border-radius: 1000px !important;
}

/* + MORE (+2 / +3 / +4) */
.massimo-card-swatches .massimo-swatch-count {
  font-family: 'suisse-light', Arial, Helvetica, sans-serif !important;
  font-size: 9px !important;
  font-weight: 300 !important;
  line-height: 9px !important;
  letter-spacing: 1.44px !important;
  color: #000000 !important;
  margin: 0 !important;
  padding: 0 0 0 4px !important; /* 4px visual buffer so text doesn't intersect the dot border */
}
/* =====================================================
   JUDGE.ME REVIEW WIDGET — FOUC FIX
   Hides entire app block (incl. SSR bullet list) until
   Judge.me JS registers the jm-widget custom element.
   ===================================================== */
.app-cont:has(jm-widget:not(:defined)) {
  visibility: hidden !important;
}

.app-cont .shopify-app-block:has(jm-widget:not(:defined)) {
  visibility: hidden !important;
}
#judgeme_product_reviews .jdgm-ssr-reviews {
  display: none !important;
}
@media screen and (max-width: 749px) {
  .shopify-app-block .jdgm-preview-badge:not(.jdgm--done-setup) {
    visibility: hidden !important;
  }
}