.footer__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__nav li {
  padding: 5px 0;
}
details.footer-menu > summary {
    list-style: none; /* Hides the default arrow */
}

/* For WebKit browsers (Safari) */
details.footer-menu > summary::-webkit-details-marker {
    display: none; /* Hides the default arrow in Safari */
}

.email svg,
.whatsapp svg {
  font-size: 14px !important;
  width: 20px;
  height: 20px;
}
summary.menu-title {
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
li.email a,
li.whatsapp a {
  display: inline-flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
summary.menu-title svg {
  width: 15px;
  transition: all 1s;
}
.marble--circle .image__fill {
  opacity: 0.7;
}
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.loader::before,
.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: prixClipFix 2s linear infinite;
}
.loader::after {
  transform: rotate3d(90, 90, 0, 180deg);
  border-color: #505153;
}
.collection-filters__mobile-buttons {
  position: static;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  75%,
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
}
.grandparent .navlink--child {
  border-bottom: none;
}
.grandparent .header__dropdown__inner {
  padding: var(--outer);
}
.dropdown__family {
  padding: 0;
}
.menu__item.grandparent .navlink--grandchild {
  padding: 0;
}
.grandparent .navlink--child {
  margin-bottom: 0;
}
/*DESKTOP ONLY*/
@media (min-width: 768px) {
  .footer-menu[open] .footer__nav {
    display: block !important;
  }

  .footer__nav {
    display: block !important;
  }

  .menu-title {
    display: block;
  }
  summary.menu-title svg {
    display: none;
  }
}
/*MOBILE ONLY*/
@media (max-width: 767px) {
  .footer-menu .footer__nav {
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.5s;
  }

  .footer-menu[open] .footer__nav {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s;
  }

  summary.menu-title {
    display: flex;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #00000026;
    justify-content: space-between;
  }
}

/*Section Titles*/
.index__collection__title:last-child,
.index__collection__subtitle:last-child {
  font-weight: 800;
}
.section-collection__inner {
  justify-content: center;
}
.section-collection-grid__head:not(:last-child) {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .section-collection__head:not(:last-child) {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .index__collection__title:last-child {
    text-align: center;
    padding: 0;
  }
  .section-collection-grid__head:not(:last-child) * {
    padding: 0;
  }
}
/*Product Cards*/
.product-grid-item .grid__caption {
  text-align: center;
}
.collection-split .product-grid-item .product__badge {
    top: 2px;
    left: 2px;
    padding: 2px 4px;
    font-size: 7px;
}
/*Collection titles*/
.collection__heading__text {
  text-align: center;
}

/*Product Page*/
@media screen and (max-width: 768px) {
  .product__title__wrapper {
    justify-content: center;
  }
  .product__price-block--mobile .product__price__wrap {
    display: none;
  }
  .product__price-block--desktop {
    display: block !important;
  }
}
  .wa-splmn-chat-btn-offset{
    bottom:20px !important;
  }
@media screen and (max-width:768px){
  #wa-chat-btn-root,
  #smile-ui-lite-container{
    z-index: 2 !important;
  }
  .wa-splmn-chat-btn-offset{
    bottom:14px !important;
  }
}


.product__form__outer:not(.product__form--buybutton) .product__submit__add{
  width:100%;
}
/*cart*/
.cart__graph{
  left:0;
  height:6px;
  border-radius:0 10px 10px 0;
  background-color:green;
}
p.cart__message {
    font-size: 14px;
  color:green;
  border:none;
  padding-bottom:35px;
}
.cart__graph img {
    right: 0;
    position: absolute;
    background: #fff;
}
.marbles__title{
      padding: var(--gutter) 0 0 0;
  word-break: keep-all;
}
.section-marbles .grid--inner-offsets .grid__item{
  margin-bottom:10px;
}

/*Disable slider on mobile*/
@media only screen and (max-width: 767px) {
    .product__slides {
        overflow-x: hidden;
        padding: unset;
        margin-left: unset;
        margin-right: unset;
    }
  .product__media {
        width: 100%;
        padding: 0;
        margin: 0;
    }
  .baDropdownStyle.mobile_bottom_right.baCountry-modern:not(.hideOnMobile){
     position: static !important;
  }
}
span.notice-period {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: red;
}
span.notice-period svg {
    width: 20px;
    height: 20px;
  stroke: #262930 !important;
}
span.notice-period path {
  stroke: #262930 !important;
}
.bacurr-cur-block {
  position: static !important;
}
.decoration-modern .index__collection__title, .decoration-modern .index__collection__subtitle{
  padding-right:0;
}
.media__thumb__wrapper{
    margin: 0 40px;
}
.flickity-prev-next-button{
  width:25px;
  height:25px;
}

.flickity-prev-next-button.previous{
  left:-30px !important;
}
.flickity-prev-next-button.next{
  right:-30px !important;
}
.flickity-rtl .flickity-prev-next-button.next{
left:-30px !important;
  right:unset !important;
}
.flickity-rtl .flickity-prev-next-button.previous{
right:-30px !important;
   left:unset !important;
}

.flickity-button:focus{
  box-shadow:none !important;
}
.marbles__title {
  color:#000;
  font-size: 13px;
  font-weight: 800 !important;
}
.marbles__title p {
  color: #000;
  font-size: 13px;
  font-weight: 800 !important;
}
@media only screen and (max-width:768px){
  .language-switcher.mobile-hidden {
    display: flex;
    align-items: center;
    justify-content: flex-end;
        margin-right: 2rem;
        margin-top: 2rem;
    
}[lang="ar"] .language-switcher.mobile-hidden {

        margin-right: unset;
        margin-top: 2rem;
    margin-left: 2rem;
    
}
}
.drawer__inner{
  padding: 0 0 var(--menu-padding) 0;
}

/*Product Card Actions*/
    .product-grid-item {
      position: relative;
    }

  .quick-add-btn.loading span.btn-state-ready, .quick-add-btn.has-success{
      color: transparent;
  }
    .product-grid-item:hover .product-grid-quick-actions {
      opacity: 1;
    }

    .quick-add-btn,
    .quick-view-btn {
      position: relative;
      padding: 12px 20px;
      margin-right: 0 !important;
      margin-bottom: 1rem !important;
      width: 100%;
      background: {{ settings.button_background }};
      color: {{ settings.button_text }};
      border: 1px solid {{ settings.button_border }};
      cursor: pointer;
      font-size: 0.875rem;
      transition: all 0.3s ease;
    }

    .quick-add-btn:hover,
    .quick-view-btn:hover {
      background: {{ settings.button_background | color_darken: 10 }};
      transform: translateY(-1px);
    }

    .quick-add-btn.disabled {
      background: #999;
      cursor: not-allowed;
      opacity: 0.8;
    }
  .quick-view-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .quick-view-content {
    background: white;
    max-width: 100%;
    width: 100%;
    position: relative;
  }

  .close-modal {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
  }
  .product-grid-item{
    margin-bottom:unset !important;
  }
  .quick-view-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.quick-view-modal__content {
  position: relative;
  background: white;
  width: 80%;
  max-width: 800px;
  margin: 5% auto;
  padding: 20px;
}

.quick-view-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.quick-view-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  .quick-view-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
}

.quick-view-modal.active {
  display: block;
}

.quick-view-modal__inner {
  background: white;
  max-width: 900px;
  margin: 5% auto;
  padding: 30px;
  position: relative;
    display: grid;
    gap: 2rem;
    grid-template-columns: calc(50% - 1rem) calc(50% - 1rem);
  overflow-y: auto;
    height: 80vh;
}
@media screen and (max-width:768px){
  .quick-view-modal__inner{
    grid-template-columns: 1fr;
    height: 90vh;
    width: 90%;
  }
}
.quick-view-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  z-index:1;
}

.quick-view__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.skeleton-loader {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.skeleton {
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite linear;
  border-radius: 4px;
}

.skeleton-image {
  width: 100%;
  height: 300px;
}

.skeleton-title {
  width: 80%;
  height: 20px;
}

.skeleton-text {
  width: 100%;
  height: 14px;
}

@keyframes skeleton-loading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.quick-view-opened{
  overflow:hidden;
}
.product-grid-quick-actions {
    position: absolute;
    width: auto;
    top: 10px;
    right: 10px;
    background: transparent;
  z-index: 999;
}
button.quick-view-btn, button.quick-add-btn {
    padding: 0 !important;
    height: auto !important;
    background: transparent !important;
    margin: 0 !important;
}
label.card-swatches {
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    background-size: cover;
  background-position:center;
  border:1px solid #eee;
  overflow:visible;
}
.card-swatch-button{
  padding:0;
}
.card-swatch-container{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:10px;
  
}
.card-swatch-button input:checked~label:after{
      content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 100% !important;
    border: 2px solid #505153 !important;
    transform: translate(-12%, -12%) !important;
}

button#lang-switcher {
    padding: 0;
    padding-right: var(--outer);
}
.grid__item {
    position: relative;
}
.swatch__button label{
     border: 1px solid #eee;
    background-position: center; 
}
div.form__selectors > div > fieldset > div, .form__selectors {
    display: flex;
    flex-wrap: wrap;
    max-width: 300px;
}
@media only screen and (max-width:768px){
  .quick-view-modal__inner {
    display: flex;
    flex-direction: column;
}
}
.extra-swatch { display: none; }
button.swatch-toggle-button {
    text-align: center;
    width: 100%;
}
.buuntoCal .buuntoCal-day-names {
    display: flex;
    width: 100%;
    gap: 5PX;
    justify-content: stretch;
}
.buuntoCal .buuntoCal-body .buuntoCal-week{
  gap:5px;
}
.pplr-wrapper input[type=text], .pplr-wrapper textarea{
  font-family: inherit !important;
}