/** Shopify CDN: Minification failed

Line 668: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 ,  div.product-card__info > div > price-list > sale-price > span.price-list__from > span.price-list__from-amount.h-stack.gap-1.items-baseline > span.price-digits{
  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,  div.product-card__info > div > price-list > sale-price > span.price-list__from > span.price-list__from-amount.h-stack.gap-1.items-baseline > span.price-digits,  div.product-card__info > div > price-list > sale-price > span.price-list__from > span.price-list__from-amount.h-stack.gap-1.items-baseline > 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;
}

price-list sale-price,
price-list compare-at-price,
.price-list__from-amount {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.25em;
}

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;
    text-align: center;
}

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 === */
.product-info__quantity-selector .quantity-selector {
  background-color: white;
}

.product-info__quantity-selector .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: 1rem;
  border: 0px;
}

.accordion__content {
  border-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 0;
}

/* 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: 3px !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;
}

/* Soldout Buttons */
@media screen and (max-width: 700px) {
  
  .product-card__sold-out-button
   {
      width: 80%;
      padding: 5px 0px !important;
  }
}

/* === Quantity selectors — pill === */
.quantity-selector {
  height: 40px;
  align-items: center;
  background: #fff;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  overflow: hidden;
  box-sizing: border-box;
}

.quantity-selector__button {
  padding-inline: 0.85rem;
  color: #0f1327;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.quantity-selector__input {
  font-size: 0.9375rem;
  font-weight: 700;
  min-width: 1.5rem;
  width: 1.75rem;
}

.product-info__quantity-selector .quantity-selector {
  background-color: #fff;
}

.product-info__quantity-selector .quantity-selector__input {
  font-size: 18px;
  font-weight: 700;
}

.quantity-selector.quantity-selector--line-item {
  height: 40px;
  min-width: 7.5rem;
  background: #fff;
  background-color: #fff;
}

.quantity-selector.quantity-selector--line-item .quantity-selector__button {
  padding-inline: 0.75rem;
  padding-block: 0;
}

.quantity-selector.quantity-selector--line-item .quantity-selector__input {
  font-size: 0.9375rem;
  font-weight: 700;
  min-width: 1.35rem;
  width: 1.6rem;
  max-width: 2rem;
  padding-inline: 0;
}

.cart-remove-link,
.cart--alshaya .cart-remove-link {
  color: #9aa0a6;
  text-decoration: none;
  font-weight: 500;
}

.cart-drawer line-item-quantity,
.cart--alshaya line-item-quantity {
  justify-items: center;
}

/* === Cart page redesign === */
.cart--alshaya .cart-header .h2 {
  font-weight: 800;
  letter-spacing: 0;
}

.cart--alshaya .order-summary {
  width: 100%;
}

.cart--alshaya .order-summary__header {
  display: table-header-group;
}

.cart--alshaya .order-summary__header th {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #6b7280;
  padding-block-end: 0.75rem;
  border-bottom: 1px solid #ececec;
}

.cart--alshaya .order-summary__header th:nth-child(2) {
  text-align: center;
}

.cart--alshaya .order-summary__body td {
  padding-block: 1.25rem;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

.cart--alshaya .order-summary__body tr:first-child td {
  padding-block-start: 1.25rem;
}

.cart--alshaya .order-summary__body tr:last-child td {
  padding-block-end: 1.25rem;
  border-bottom: 0;
}

.cart--alshaya .order-summary__body td:first-child {
  width: auto;
}

.cart--alshaya .cart-line-total {
  font-weight: 600;
  color: #0f1327;
  white-space: nowrap;
}

.cart--alshaya .line-item__unit-price {
  display: block;
  margin-block-start: 0.25rem;
  color: #e34f4f;
  font-weight: 700;
  font-size: 0.875rem;
}

.cart-form--alshaya {
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  padding: 1.5rem 1.35rem;
  gap: 1.25rem;
}

@media screen and (min-width: 700px) {
  .cart-form--alshaya {
    padding: 1.5rem 1.35rem;
  }
}

.cart-form--alshaya .cart-form__subtotal {
  font-size: 0.9375rem;
}

.cart-form--alshaya .cart-form__grand-total {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  margin-block-start: 0.35rem;
}

.cart-form--alshaya .cart-form__grand-amount {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.15;
}

.cart-form--alshaya .button {
  background-color: #001a72 !important;
  color: #fff !important;
  border-radius: 999px;
  min-height: 52px;
}

.cart-form--alshaya .textarea,
.cart-form--alshaya .form-control {
  background: #fff;
  border-radius: 14px;
}

.cart-form--alshaya .textarea {
  min-height: 6.5rem;
  border: 1px solid #e4e4e4;
}

.cart-drawer .buy-buttons .button[name="checkout"] {
  background-color: #001a72;
  color: #fff;
  border-radius: 999px;
}

/* === Product cross-sell === */
.cart-cross-sell {
  width: 100%;
  max-width: 100%;
  margin-block-start: 1.25rem;
}

.product-cross-sell {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.product-info__block-item:has(.product-cross-sell),
.product-info__block-item:has(cross-sell-recs) {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.product-cross-sell__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-block-end: 0.85rem;
}

.product-cross-sell__title {
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.3;
  margin: 0;
  color: #0f1327;
}

.product-cross-sell__nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  flex-shrink: 0;
}

.product-cross-sell__nav .circle-chevron {
  width: 28px;
  height: 28px;
  background: transparent;
  color: #0f1327;
}

.product-cross-sell__nav .circle-chevron:hover:not([disabled]) {
  background: #f2f2f2;
  color: #0f1327;
}

.product-cross-sell__list {
  display: grid;
  gap: 0.65rem;
}

.product-cross-sell--stack .product-cross-sell__list {
  grid-template-columns: minmax(0, 1fr);
}

.product-cross-sell--carousel {
  container-type: inline-size;
  container-name: cross-sell;
}

.product-cross-sell--carousel .product-cross-sell__carousel {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.product-cross-sell--carousel .product-cross-sell__carousel::-webkit-scrollbar {
  display: none;
}

.product-cross-sell--carousel .product-cross-sell__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.65rem;
  width: max-content;
  max-width: none;
}

.product-cross-sell--carousel .horizontal-product {
  box-sizing: border-box;
  flex: 0 0 100cqi;
  width: 100cqi;
  max-width: 100cqi;
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.product-cross-sell .horizontal-product {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 10px;
  padding: 0.7rem 0.8rem;
  box-sizing: border-box;
  min-width: 0;
}

.product-cross-sell .horizontal-product__image {
  --horizontal-product-image-size: 64px;
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
  flex: 0 0 64px;
}

.product-cross-sell .horizontal-product__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-width: 0;
  flex: 1 1 auto;
}

.product-cross-sell .horizontal-product__info > .v-stack {
  min-width: 0;
  flex: 1 1 auto;
}

.product-cross-sell .horizontal-product__info > .v-stack > a.text-sm,
.product-cross-sell .horizontal-product__info > .v-stack > span.text-sm {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0f1327;
}

.product-cross-sell .horizontal-product__info sale-price,
.product-cross-sell .horizontal-product__info .price-list__from {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  overflow: visible;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}

.product-cross-sell .horizontal-product__cta {
  flex: 0 0 auto;
  width: auto;
  margin: 0;
}

.product-cross-sell .horizontal-product__cta form {
  margin: 0;
}

.product-cross-sell .horizontal-product__cta .button {
  background: #001a72 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 8px;
  min-height: 40px;
  min-width: 5.75rem;
  padding-inline: 1rem;
  white-space: nowrap;
  font-weight: 700;
  box-shadow: none;
}

.product-cross-sell .price-list {
  margin-block-start: 0.15rem;
  align-items: baseline;
  gap: 0.4rem;
}

.product-cross-sell sale-price,
.product-cross-sell sale-price.text-on-sale,
.product-cross-sell sale-price.text-subdued,
.product-cross-sell sale-price .price-digits {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #E4002B !important;
  line-height: 1.2 !important;
}

.product-cross-sell sale-price .price-currency {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #E4002B !important;
}

.product-cross-sell compare-at-price {
  display: inline-flex;
}

.product-cross-sell compare-at-price,
.product-cross-sell compare-at-price .compare-digits {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #0F1327 !important;
  text-decoration: line-through;
  line-height: 1.2 !important;
}

.product-cross-sell compare-at-price .compare-currency {
  font-size: 11px !important;
  font-weight: 400 !important;
  color: #0F1327 !important;
}

@media screen and (max-width: 699px) {
  .product-cross-sell .horizontal-product {
    gap: 0.55rem;
    padding: 0.6rem 0.65rem;
  }

  .product-cross-sell .horizontal-product__image {
    --horizontal-product-image-size: 56px;
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .product-cross-sell .horizontal-product__cta .button {
    min-height: 36px;
    min-width: 4.75rem;
    padding-inline: 0.75rem;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 699px) {
  .cart--alshaya .order-summary__header th:nth-child(3),
  .cart--alshaya .order-summary__body td:nth-child(3) {
    display: none;
  }

  .cart--alshaya .order-summary__body td {
    padding-block: 1rem;
  }

  .quantity-selector.quantity-selector--line-item {
    min-width: 6.75rem;
  }
}

/* === USHopaid / classic bundle (Frequently bought together) === */
.classic-bundle-swatch-circle,
[class*="classic-bundle"] {
  --ush-title-size: 16px;
  --ush-title-color: #0f1327;
  --ush-title-weight: 700;
  --ush-title-align: start;
  --ush-product-title-color: #0f1327;
  --ush-product-title-underline: none;
  --ush-product-price-color: #e4002b;
  --ush-product-old-price-color: #0f1327;
  --ush-product-radius: 12px;
  --ush-button-color: #001a72;
  --ush-button-font-color: #ffffff;
  --ush-button-radius: 999px;
  --ush-button-font-size: 16px;
  --ush-button-weight: 700;
  --ushopaid-variant-select-text-color: #0f1327;
  --ushopaid-variant-selector-color: #ffffff;
  --ushopaid-variant-select-border-color: #e4e4e4;
  --ushopaid-classic-bundle-button-color-opacity-65: #ffffff;
  margin-block: 1.25rem !important;
  margin-inline: 0 !important;
  font-family: "Beiruti", "IBM Plex Sans Arabic", sans-serif !important;
  color: #0f1327;
  direction: inherit !important;
  text-align: start;
  overflow: visible !important;
  background: #ecebe7;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
}

html[dir="rtl"] .classic-bundle-swatch-circle,
html[dir="rtl"] [class*="classic-bundle"] {
  direction: rtl !important;
}

.usd-bundle-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #0f1327 !important;
  text-align: start !important;
}

.usd-bundle-products-vertical {
  display: flex !important;
  flex-direction: column !important;
  gap: var(--bundle-card-gap, 0.5rem) !important;
  --bundle-card-gap: 0.5rem;
  overflow: visible !important;
}

.usd-bundle-product-item-wrapper {
  width: 100% !important;
  position: relative;
  overflow: visible !important;
  z-index: auto;
}

.usd-bundle-product-item-wrapper:has(.alshaya-bundle-open),
.usd-bundle-product-item-vertical:has(.alshaya-bundle-open) {
  z-index: 80 !important;
}

.usd-bundle-product-item-vertical {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.85rem !important;
  width: 100% !important;
  padding: 0.5rem 1rem !important;
  background: #fff !important;
  border: 1px solid #e4e4e4 !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
  position: relative !important;
  direction: inherit !important;
  overflow: visible !important;
}

.ush-bpi-image {
  flex: 0 0 96px !important;
  width: 96px !important;
  height: 96px !important;
  margin: 0 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #f6f6f6 !important;
  order: 0 !important;
}

.ush-bpi-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.ush-item-sold-out {
  display: none !important;
}

.ush-bpi-right-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 0.35rem !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  text-align: start !important;
  direction: inherit !important;
  overflow: visible !important;
}

.product-info__block-item:has(.classic-bundle-swatch-circle),
.product-info__block-item:has(.usd-bundle-products-vertical),
.product-info:has(.usd-bundle-products-vertical),
.shopify-block:has(.usd-bundle-products-vertical),
.shopify-app-block:has(.usd-bundle-products-vertical),
[class*="MainContent__Wrapper"],
[class*="VariantOptionSelect__Wrapper"],
[class*="Select__Wrapper"],
[class*="Select__ZySelectItemsWrapper"],
.variant-option {
  overflow: visible !important;
}

.ush-bpi-title,
.ush-bpi-title span {
  display: block !important;
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #0f1327 !important;
  text-align: start !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  text-decoration: none !important;
}

.ush-bpi-price-wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  gap: 0.45rem !important;
  position: static !important;
  width: auto !important;
  margin: 0 !important;
}

.ush-bpi-price,
.ush-bpi-compare-price {
  position: static !important;
  display: inline-flex !important;
  align-items: baseline !important;
  margin: 0 !important;
  float: none !important;
  width: auto !important;
}

.ush-bpi-price,
.ush-bpi-price .money {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #e4002b !important;
}

.ush-bpi-compare-price,
.ush-bpi-compare-price .money {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: #0f1327 !important;
  text-decoration: line-through !important;
}

.ush-bpi-price,
.ush-bpi-compare-price,
.usd-bundle-submit-btn .money {
  white-space: nowrap;
}

.ush-bpi-price .money::after,
.ush-bpi-compare-price .money::after,
.usd-bundle-submit-btn .money::after,
.classic-bundle-swatch-circle .money::after,
[class*="classic-bundle"] .money::after,
.usd-bundle-products-vertical .money::after {
  content: none !important;
}

.ush-bpi-price .alshaya-currency,
.ush-bpi-compare-price .alshaya-currency,
.usd-bundle-submit-btn .alshaya-currency {
  display: inline;
  margin-inline-start: 0.2em;
  font-size: 0.75em;
  font-weight: 600;
}

.ush-bpi-right-bottom {
  display: flex !important;
  justify-content: flex-start !important;
  margin-block-start: 0.15rem !important;
  overflow: visible !important;
  position: relative;
}

.ush-bpi-variant-select,
.ush-variant-option-select-wrapper,
.ush-select-wrapper {
  width: auto !important;
  max-width: 100% !important;
  overflow: visible !important;
  position: relative !important;
}

.ush-bpi-variant-select .variant-option {
  width: auto !important;
  min-width: 7.5rem !important;
  max-width: 100% !important;
}

.classic-bundle-swatch-circle .ushopaid-custom-selector,
[class*="classic-bundle"] .ushopaid-custom-selector,
.usd-bundle-products-vertical .ushopaid-custom-selector {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.5rem !important;
  min-height: 30px !important;
  padding: 0.35rem 0.7rem !important;
  background: #fff !important;
  border: 1px solid #e4e4e4 !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  direction: inherit !important;
}

.select-title {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.45rem !important;
  min-width: 0 !important;
}

.ush-variant-swatch {
  width: 14px !important;
  height: 14px !important;
  flex: 0 0 14px !important;
  border: 1px solid rgba(15, 19, 39, 0.12) !important;
}

.ush-variant-selected-title,
.ush-variant-select-inner-title {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #0f1327 !important;
  white-space: nowrap !important;
}

.zy-select-icon {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

.classic-bundle-swatch-circle .zy-select-items,
[class*="classic-bundle"] .zy-select-items,
.usd-bundle-products-vertical .zy-select-items {
  display: none;
}

.zy-select-items.alshaya-bundle-open,
[class*="Select__ZySelectItemsWrapper"].alshaya-bundle-open {
  display: block !important;
  position: fixed !important;
  z-index: 2147483000 !important;
  min-width: 8.5rem;
  width: max-content !important;
  max-width: calc(100vw - 1.5rem) !important;
  max-height: none !important;
  overflow: visible !important;
  direction: inherit !important;
  text-align: start !important;
  background: #fff !important;
  border: 1px solid #e4e4e4 !important;
  border-radius: 12px !important;
  box-shadow: 0 14px 36px rgba(15, 19, 39, 0.16) !important;
}

.zy-select-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 0.55rem 0.75rem !important;
  direction: inherit !important;
}

.usd-bundle-products-vertical .ush-checkout-icon,
.usd-bundle-product-item-wrapper .ush-checkout-icon,
.usd-bundle-product-item-vertical .ush-checkout-icon,
.ush-checkout-icon {
  position: absolute !important;
  top: calc(100% + (var(--bundle-card-gap, 0.5rem) / 2)) !important;
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  z-index: 3 !important;
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  border-radius: 50% !important;
  background: #001a72 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 0 0 4px #f2f5f7;
  pointer-events: none !important;
  transform: translate(-50%, -50%) !important;
}

.ush-checkout-icon svg {
  width: 11px !important;
  height: 11px !important;
  display: block !important;
}

.ush-checkout-icon svg path {
  fill: #fff !important;
}

.usd-bundle-submit-btn {
  position: relative !important;
  z-index: 0 !important;
  margin-block-start: 1rem !important;
  width: 100% !important;
  min-height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.55rem !important;
  background: #001a72 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}

.usd-bundle-submit-btn > .money,
.usd-bundle-submit-btn .money:not(.alshaya-bundle-atc-sale):not(.alshaya-bundle-atc-compare) {
  display: none;
}

.alshaya-bundle-atc-prices {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 0.4rem !important;
  color: #fff !important;
}

.alshaya-bundle-atc-sale {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

.alshaya-bundle-atc-compare {
  color: rgba(255, 255, 255, 0.72) !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  text-decoration: line-through !important;
}

.usd-bundle-submit-btn:hover {
  background: #00145c !important;
  color: #fff !important;
}

.usd-bundle-submit-btn .money {
  color: #fff !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 699px) {
  .usd-bundle-product-item-vertical {
    min-height: 100px !important;
  }

  .ush-bpi-image {
    flex-basis: 84px !important;
    width: 84px !important;
    height: 84px !important;
  }

  .ush-bpi-title,
  .ush-bpi-title span {
    font-size: 13px !important;
  }

  .usd-bundle-submit-btn {
    min-height: 48px !important;
    font-size: 15px !important;
  }

  .alshaya-bundle-atc-sale {
    font-size: 15px !important;
  }
}

.f-price__currency--sar:before,
.sar-symbol:before {
  content: "\e900";
  font-family: SAR, sans-serif;
  font-size: 1em;
  line-height: 1;
}