/** Shopify CDN: Minification failed

Line 654:96 Unexpected "{"

**/
/* Header Localization Button */
button.text-with-icon.gap-2\.5.group {
  background-color: #ECEBE6;
  min-width: 85px;
  padding: 7px 15px;
  height: 24px;
  border-radius: 15px;
  justify-content: center;
}

/* Collection List Layout Enhancements */
.custom-collection-slider.layout-grid .card {
transition: transform 0.2s ease-in-out;
}

.custom-collection-slider.layout-grid .card:hover {
transform: translateY(-5px);
}

.custom-collection-slider.layout-circle .card__media img {
object-fit: cover;
aspect-ratio: 1;
border-radius: 99px;
}

.full-unstyled-link {
  font-size: 20px;
  font-weight: 600;
}

.custom-collection-slider.layout-grid .card__media img {
object-fit: contain;
padding: 20px;
aspect-ratio: 1;
}

/* RTL Support for Arabic Text */
.custom-collection-slider .card__heading {
direction: rtl;
text-align: center;
}


/* Price Styles */
sale-price span.cbb-price-digits, .text-on-sale {
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #E4002B !important; 
}

.compare-digits {
    font-weight: 400 !important;
  font-size: 20px !important;
  color: #0F1327;
  text-decoration: line-through;
}
/* compare-at-price span.cbb-price-digits, .compare-digits, .product-card__info > div > price-list > sale-price > span.price-digits {
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #0F1327;
} */

price-list>sale-price>span.price-digits, price-list>sale-price>span.price-currency{
     color: #E4002B !important; 
}

.price-currency, .compare-currency, sale-price.text-subdued 
{
  font-weight: 400 !important;
  font-size: 14px !important;
}

.compare-currency, .price-currency {
color: #0F1327;
}
span.cbb-price-code {
  font-weight: 500;
  font-size: 14px;
}

/* Product Card Title */
.product-card__title a {
  font-size:16px !important; 
}
.product-card__title {
  width: 100%;
  word-spacing: 0.1rem
}
.price-list {
  width: 100%;
  justify-content: flex-start;
}

a.text-xs.link-faded {
  font-size: 12px;
  font-weight: 600;
  color: #0F1327;
  background-color: #E0E0E0;
  padding: 2px 12px;
  border-radius: 30px;
  opacity: 1;
}

.product-card__info {
  gap: 5px !important;
}

.product-card__figure {
position: relative;
overflow: hidden;
z-index: 2;
}

/* Image link: clickable, fills figure, below overlay */
.product-card__image-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  z-index: 0;
}

/* Image link: clickable, fills figure, below overlay */
.product-card__image-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  z-index: 0;
}

@media (max-width: 768px) {
  .mob-car {
    margin-inline-end: 0px !important;
  }
  .banner-image {
    border-radius: 10px 10px 0px 0px !important;
  }
}

.button:not([disabled]):not(.button--outline):hover, .btn:not([disabled]):hover, .shopify-payment-button__button--unbranded:not([disabled]):hover {
  color: black !important;
}

/* Section Header */
.section-header {
  margin-bottom: 20px;
}  

/* Overlay layer */
.product-card__figure::after {
content: "";
position: absolute;
inset: 0;
background: #00000066;
opacity: 0;
transition: opacity .25s ease-in-out;
pointer-events: none;
}

/* Product Gallery - Active Thumbnail Style */
.product-gallery__thumbnail[aria-current="true"] {
  border: 1px solid #585858;
  border-radius: 7px;
  overflow: hidden;
}

.product-gallery__thumbnail[aria-current="true"] img {
  border-radius: 7px;
}

/* Show overlay on hover */
@media screen and (pointer: fine) {
.product-card__figure:hover::after {
  opacity: 1;
}
}

.product-card__quick-buy {
  z-index: 9;
  width: 100%;
  text-align: center;
}

div.pointer-coarse\:hidden > button{
  background-color: #001A72; 
}
/* @media screen and (pointer: fine) and (min-width: 700px) {
  .button:not([disabled]):not(.button--outline):hover, .btn:not([disabled]):hover, .shopify-payment-button__button--unbranded:not([disabled]):hover {
      color: white !important;
      box-shadow: inset 0 0 0 2px currentColor !important;
  }
} */

/* ATC button hover: outline style with text/border = original background color */
@media screen and (pointer: fine) {
  buy-buttons .button:not([disabled]):not(.button--outline):hover,
  .product-info__buy-buttons .button:not([disabled]):not(.button--outline):hover {
    background: transparent !important;
    color: rgb(var(--button-outline-color)) !important;
    box-shadow: inset 0 0 0 2px rgb(var(--button-outline-color)) !important;
  }
  /* Product card ATC: white background on hover */
  .product-card__quick-buy .button:not([disabled]):not(.button--outline):hover {
    background: white !important;
    color: rgb(var(--button-outline-color)) !important;
    box-shadow: inset 0 0 0 2px rgb(var(--button-outline-color)) !important;
  }
}

.product-card__quick-buy {
position: absolute;
left: 50% !important;
bottom: 30px ;
transform: translateX(-50%) !important;
}

/* Stretched link: whole card clickable to product page */
.product-card__stretched-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* Exceptions: these must stay clickable (above overlay) */
.product-card .link-faded,
.product-card__quick-buy,
.product-card__swatch-list,
.product-card__variant-list {
  position: relative;
  z-index: 2;
}

/* Sold out button: light grey bg, dark text, disabled (product cards + PDP) */
.product-card__sold-out-button,
buy-buttons .button[disabled] {
  background-color: #E0E0E0 !important;
  color: #333333 !important;
  cursor: not-allowed;
  opacity: 1;
  pointer-events: none;
}
.product-card__sold-out-button {
  width: 100%;
}

@media screen and (min-width: 1150px) {
  .header__navigation {
      border-top: 1px solid #0000001c;
              justify-content: space-between;
  }
}


form#localization-form-locale--sections--21618356650204__header {
    text-align: center;
}

.count-bubble {
  background-color: #E4002B;
} 

/* Header Localization Btn */
button.bold.text-sm {
  background-color: #ecebe6;
    min-width: 85px;
    border-radius: 15px;
}

form#localization-form-locale-end-sections--21618356650204__header, form#localization-form-locale-start-sections--21618356617436__footer_alshaya_zdDinT {
  text-align: center;
}

div.alshaya-footer__newsletter--mobile > details > div,  div.footer-column.footer-column--mobile > details > div {
  background-color: transparent !important;
}

/* Slideshow - Center navigation dots */
.slideshow__controls {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
}

.h2 {
    font-size: 32px !important; 
  } 

/* Mobile Layout - Stacked image and text */
@media screen and (max-width: 699px) {
  /* Section Heading Mobile*/
  .h2 {
    font-size: 26px !important; 
  }
  /* Product ATC Mobile  */
  .btn-text {
      font-size: 12px;
  }
  .product-card__quick-buy{
      bottom: 10px;
  }
  .slideshow__slide .content-over-media {
      display: flex;
      flex-direction: column;
      gap: 0;
  }
  
  /* Image container */
  .slideshow__slide .content-over-media > :is(picture, img, video, iframe, svg, video-media) {
      position: relative;
      grid-column: auto;
      grid-row: auto;
      width: 100%;
      height: auto;
      min-height: 300px;
      object-fit: cover;
  }
  
  /* Remove overlay on mobile */
  .slideshow__slide .content-over-media:before {
      display: none;
  }
  
  /* Text container - separate white background section */
  .slideshow__slide .content-over-media > :not(img, video, iframe, svg, video-media, picture) {
      position: relative;
      grid-column: auto;
      grid-row: auto;
      max-width: 100%;
      text-align: center;
      z-index: 1;
  }
  
  /* Center text content */
  .slideshow__slide .content-over-media > :not(img, video, iframe, svg, video-media, picture) .prose {
      text-align: center;
      align-items: center;
      display: flex;
      flex-direction: column;
  }
  
  /* Adjust text colors for white background
  .slideshow__slide .content-over-media > :not(img, video, iframe, svg, video-media, picture) *:not(.button):not(.btn) {
      color: #000000 !important;
  }
   */
  /* Position dots above text container */
  .slideshow__controls {
      bottom: auto;
      top: calc(300px - 30px);
      z-index: 2;
  }
 .slideshow__slide .button,
  .slideshow__slide .btn {
      background: rgb(var(--slideshow-mobile-button-background)) !important;
      border-color: rgb(var(--slideshow-mobile-button-background)) !important;
  }
  
  /* Mobile button text color (not affected by parent color rule) */
  .slideshow__slide .button,
  .slideshow__slide .btn,
  .slideshow__slide .button *,
  .slideshow__slide .btn * {
      color: rgb(var(--slideshow-mobile-button-color)) !important;
  }

  /* ============================
     Mobile Header Layout (max-width: 699px)
     ============================ */
  
  /* Hide desktop layout on mobile */
  .header__desktop-layout {
    display: none !important;
  }
  .header__wrapper {
    grid-template: none;
    padding: 0px;
  }
  /* Show mobile layout */
  .header__mobile-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: var(--spacing-2);
  }

  /* Row 1: Localization selectors */
  .header__localization-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-2);
    width: 100%;
    padding-top: 10px;
        padding-bottom: 10px;
        background-color: #F7F6F2;
  }

  /* Row 2: Main row with icons and logo */
  .header__main-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: var(--spacing-3);
    padding: 10px 15px;
  }



  /* Left icons: Cart + Account */
  .header__mobile-layout .header__icons-left {
    display: flex;
    align-items: center;
    gap: var(--spacing-3);
    order: 1;
  }

  /* Logo centered */
  .header__mobile-layout .header__logo {
    order: 2;
    margin-inline: auto;
    flex-shrink: 0;
  }

  /* Right icons: Search + Menu */
  .header__mobile-layout .header__icons-right {
    display: flex;
    align-items: center;
    gap: var(--spacing-3);
    order: 3;
  }

}

  /* Mobile Logo */
  .header__logo-image--mobile {
  display: none;
}

@media (max-width: 699px) {
  .header__logo-image--desktop,
  .header__logo-image--transparent {
    display: none;
  }

  .header__logo-image--mobile {
    display: block;
  }
}




/* ============================
   Desktop Header Layout (min-width: 700px)
   ============================ */
@media screen and (min-width: 700px) {
  /* Hide mobile layout on desktop */
  .header__mobile-layout {
    display: none !important;
  }

  /* Show desktop layout */
  .header__desktop-layout {
    display: contents;
  }

  /* Desktop uses grid layout (handled by theme.css) */
  .header__wrapper {
    display: grid !important;
    gap: 21px;
  }
}

/* Collection List Layout Enhancements */
.custom-collection-slider.layout-grid .card {
transition: transform 0.2s ease-in-out;
}

.custom-collection-slider.layout-grid .card:hover {
transform: translateY(-5px);
}

.custom-collection-slider.layout-circle .card__media img {
object-fit: cover;
aspect-ratio: 1;
}

.custom-collection-slider.layout-grid .card__media img {
object-fit: contain;
padding: 20px;
aspect-ratio: 1;
}

/* Clickable Collection Images */
.custom-collection-slider .card__media a {
display: block;
cursor: pointer;
}

.custom-collection-slider .card__media a img {
transition: transform 0.3s ease-in-out;
}

.custom-collection-slider .card__media:hover a img {
transform: scale(1.05);
}

/* RTL Support for Arabic Text */
.custom-collection-slider .card__heading {
direction: rtl;
text-align: center;
}


/* Multi-column */
.multi-column {
justify-content: space-between;
align-items: center;
}
#shopify-section-template--21618356125916__multi_column_VeJg9g > div {
padding: 0px;
}

/* Multi-column Image */
#shopify-section-template--21618356125916__multi_column_VeJg9g > div > div > div > div:nth-child(2) > img {
  border-radius: 10px 0px 0px 10px;
  max-height: 500px;
}

#shopify-section-template--21618356125916__multi_column_VeJg9g > div > div > div > div:nth-child(1) > div > div > div > a {
  background-color: #001A72;
}

/* ===== Desktop (default) ===== */
#shopify-section-template--21618356125916__multi_column_VeJg9g > div > div > div > div:nth-child(1) > div > p {
  font-size: 56px;
  color: #0F1327;
  font-weight: 600;
}

#shopify-section-template--21618356125916__multi_column_VeJg9g > div > div > div > div:nth-child(1) > div > div > p {
  font-size: 28px;
  color: #0F1327;
  font-weight: 400;
}


/* ===== Tablet ===== */
@media (max-width: 1024px) {
  #shopify-section-template--21618356125916__multi_column_VeJg9g > div > div > div > div:nth-child(1) > div > p {
    font-size: 42px;
  }

  #shopify-section-template--21618356125916__multi_column_VeJg9g > div > div > div > div:nth-child(1) > div > div > p {
    font-size: 22px;
  }
}


/* ===== Mobile ===== */
@media (max-width: 749px) {
  #shopify-section-template--21618356125916__multi_column_VeJg9g > div > div > div > div:nth-child(1) > div > p {
    font-size: 32px;
    line-height: 1.2;
  }

  #shopify-section-template--21618356125916__multi_column_VeJg9g > div > div > div > div:nth-child(1) > div > div > p {
    font-size: 18px;
    line-height: 1.4;
  }

  .banner-content{
  background-color: white;
  margin: 0px 20px !important;
  padding-bottom: 30px;
}
}


/* Product Card Buy BTN */
div > buy-buttons > button {
  background-color: #001A72;
}

.atc-button-content {
justify-content: center;
}


/* === PDP === */
.quantity-selector {
  background-color: white;
}

.quantity-selector__input {
  font-size: 18px;
  font-weight: 700;
}

.block-label {
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 14px;
letter-spacing: 0%;
color: #0F1327;
}

price-list > sale-price > span.price-digits, price-list > sale-price > span.price-currency {
font-weight: 700;
font-size: 24px;
line-height: 18px;
letter-spacing: 0%;
}

div > buy-buttons > button {
  background-color: #001A72 !important;
}

.accordion__toggle , .accordion__content{
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 10px 12px;
  border: 0px;
}

.accordion__content {
  border-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* Gift Box */
.banner-content{
  background-color: white;
  border-radius: 10px;
}

/* Section Header */
.section-header {
  display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Footer */
.alshaya-footer__accordion .accordion__content, .alshaya-footer__accordion .accordion__toggle,  {
  background-color: transparent !important;
}

div.footer-column.footer-column--mobile > details > summary > div , div.alshaya-footer__newsletter--mobile > details > summary > div, .alshaya-footer-accordion-icon{
  background-color: transparent !important;
}

.section-boxed {
  box-shadow: 0px 0px 0px 0px !important;
}

safe-sticky > div:nth-child(8) {
  margin-top: 0px !important;
}

safe-sticky > div:nth-child(7) {
  margin-bottom: 0px !important;
}

safe-sticky > div:nth-child(11) > details > summary > div {
  box-shadow: 0px 4px 20px 0px #0000001A;
}

details > summary > div > span.circle-chevron.group-hover\:colors.group-expanded\:colors.group-expanded\:rotate {
  background-color: #D8D8D8;
}

/* Line height for collections circles */
.custom-collection-slider.layout-circle .card__content .card__heading {
  line-height: 1rem !important;
}