/* Local recovery layer for the standalone OKTO88 page. */
:root {
  --okto-navy: #06142f;
  --okto-blue: #0c3f94;
  --okto-gold: #f5b61b;
  --okto-surface: #ffffff;
  --okto-bg: #f3f6fb;
  --okto-text: #111827;
  --okto-muted: #64748b;
}

html {
  scroll-behavior: smooth;
}

body.gradient {
  overflow-x: hidden;
  background: var(--okto-bg) !important;
  color: var(--okto-text);
}

/* Announcement */
#shopify-section-announcement_bar_slider {
  position: relative;
  z-index: 40;
  background: #030712 !important;
}

#shopify-section-announcement_bar_slider .hura-announcement-bar {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 42px !important;
}

#shopify-section-announcement_bar_slider .hura-messages {
  display: block !important;
  width: 100%;
}

#shopify-section-announcement_bar_slider .hura-message {
  display: none;
  color: #fff;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
}

#shopify-section-announcement_bar_slider .hura-message:first-child {
  display: block;
}

#shopify-section-announcement_bar_slider .announcement_link {
  margin-left: 10px;
  color: var(--okto-gold) !important;
  font-weight: 700;
}

/* Header */
.section-header {
  position: relative !important;
  z-index: 35;
}

.header-wrapper {
  min-height: 0 !important;
  background: linear-gradient(135deg, #06142f 0%, #0b2e6b 100%) !important;
  color: #fff;
  box-shadow: 0 6px 22px rgba(2, 8, 23, 0.18);
}

.header-wrapper .header {
  display: flex !important;
  min-height: 82px;
  max-width: 1200px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 0 auto;
  padding: 12px 24px !important;
}

.header-wrapper > my-store-locator-mobile,
.header .header-drawer-lazyload,
.header .search-container,
.header my-store-locator,
.header .apple_logo,
.predictive-search__loading-state {
  display: none !important;
}

.header .header__heading {
  display: block !important;
  flex: 0 0 auto;
  margin: 0 !important;
}

.header .brand--logo,
.header .header__heading-link,
.header .brand--logo > .header__heading-link > div.ratio {
  display: block;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.header .brand--logo > .header__heading-link > div.ratio::before {
  display: none !important;
}

.header .brand--logo img.header__heading-logo {
  position: static !important;
  display: block !important;
  width: 190px !important;
  height: auto !important;
  max-width: 190px !important;
  object-fit: contain;
}

.header .header__icons {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  color: #fff;
}

.header .header__icon,
.header .header__icon svg {
  color: #fff !important;
}

.header_nav {
  overflow-x: auto;
  background: rgba(3, 13, 34, 0.66);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  scrollbar-width: none;
}

.header_nav::-webkit-scrollbar {
  display: none;
}

.header__inline-menu {
  display: block !important;
  max-width: 1200px;
  margin: 0 auto;
}

.header__inline-menu .list-menu--inline {
  display: flex !important;
  min-width: max-content;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}

.header__inline-menu .header__menu-item {
  min-height: 42px;
  padding: 10px 11px !important;
  color: #fff !important;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.025em;
  text-decoration: none !important;
  white-space: nowrap;
}

.header__inline-menu .header__menu-item p {
  margin: 0;
}

.header__inline-menu .header__menu-item a,
.header__inline-menu .header__menu-item span {
  color: inherit !important;
  text-decoration: none !important;
}

.header__inline-menu .header__menu-item:hover {
  color: #ffd45c !important;
  background: rgba(255, 255, 255, 0.06);
}

.header__inline-menu .icon-caret,
.header__inline-menu .header__submenu:empty,
.header__inline-menu .right_header_division {
  display: none !important;
}

/* The imported navigation stripe contains obsolete product thumbnails. */
#shopify-section-navigation_stripe {
  display: none !important;
}

/* Main product */
#MainContent {
  padding-bottom: 92px;
  background:
    radial-gradient(circle at 8% 4%, rgba(21, 92, 220, 0.08), transparent 25rem),
    var(--okto-bg);
}

#MainProduct-template--17605519376564__main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 42px 24px 72px !important;
}

#MainProduct-template--17605519376564__main .product {
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(350px, 0.88fr);
  align-items: start;
  gap: 42px;
  margin: 0 !important;
}

.mobile-view_product-title {
  display: none !important;
}

.product__media-wrapper,
.product__info-wrapper {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.product__media-list {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product__media-list > .product__media-item {
  display: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.product__media-list > .product__media-item:first-child {
  display: block !important;
}

.product__media-list .product-media-container {
  overflow: hidden;
  width: 100% !important;
  max-width: none !important;
  border: 0 !important;
  border-radius: 20px;
  background: #050816;
  box-shadow: 0 22px 48px rgba(5, 13, 36, 0.2);
}

.product__media-list .product__media,
.product__media-list .product__media img {
  display: block;
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}

.product__media-list .slider-buttons,
.thumbnail-slider {
  display: none !important;
}

.product__info-container {
  max-width: none !important;
  padding: 28px !important;
  border: 1px solid #e1e8f2;
  border-radius: 20px;
  background: var(--okto-surface);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.11);
}

.desktop-view_Product-title {
  display: block !important;
}

.product_tag_display {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff3d1;
  color: #8b5600 !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.product__title {
  margin: 12px 0 10px !important;
}

.product__title h1,
.product-title-style h1 {
  margin: 0 !important;
  color: #0b1735 !important;
  font-size: clamp(26px, 2.3vw, 38px) !important;
  font-weight: 750;
  line-height: 1.12 !important;
  letter-spacing: -0.025em;
}

.skuAndBarcode {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 15px;
  color: var(--okto-muted);
  font-size: 12px;
}

.product__info-container > * + * {
  margin-top: 18px;
}

/* Offline landing page: remove imported shop-only widgets that cannot work
   without the original Shopify backend. The local predictor and accordions stay. */
.product__info-container > .pricestyle,
.product__info-container > .product__tax,
.product__info-container > #pdp_monthly_price_taxfree_false,
.product__info-container > variant-radios1,
.product__info-container > .applecare-replace,
.product__info-container > .product-form__quantity,
.product__info-container > .one-pickup_2,
.product__info-container > share-button,
.product__info-container > .social_media,
.product__info-container > .product__view-details {
  display: none !important;
}

.product__info-container .price,
.product__info-container .price-item,
#price-item-sale {
  color: #0b3f91;
  font-size: 26px !important;
  font-weight: 800 !important;
}

.product__info-container fieldset,
.product__info-container .product-form__input {
  max-width: 100% !important;
}

.product__info-container .form__label,
.product__info-container legend {
  margin-bottom: 8px;
  color: #1f2937;
  font-size: 13px;
  font-weight: 700;
}

.product-form__input input[type="radio"] + label {
  min-width: 42px;
  margin: 0 5px 7px 0 !important;
  padding: 9px 13px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #1f2937 !important;
  font-size: 12px !important;
}

.product-form__input input[type="radio"]:checked + label {
  border-color: var(--okto-blue) !important;
  background: #e9f1ff !important;
  color: var(--okto-blue) !important;
  box-shadow: 0 0 0 1px var(--okto-blue);
}

.product__info-container .button,
.product__view-details,
.applecare-replace-button,
.prdx-wrapper button {
  min-height: 46px;
  border: 0 !important;
  border-radius: 11px !important;
  background: linear-gradient(135deg, #0a49ac, #082d70) !important;
  color: #fff !important;
  font-weight: 750;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(12, 63, 148, 0.2);
}

.product__accordion,
.prdx-wrapper,
.applecare-replace,
.one-pickup_2 {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 13px;
  background: #fff;
}

.product__accordion summary,
.product__accordion .summary__title {
  color: #14213d;
  font-weight: 700;
}

.product__accordion .accordion__content {
  color: #475569;
}

/* Keep dialogs usable even when optional vendor modal CSS is absent. */
.modal[open],
.modal.is-open,
.modal.active {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(2, 6, 23, 0.74);
}

.modal__inner {
  width: min(100%, 560px);
  max-height: 90vh;
  overflow: auto;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
}

/* Footer content and fixed action bar */
.footer {
  padding-bottom: 78px;
  background: #07142d !important;
  color: #dbe7ff;
}

.footer a,
.footer h2,
.footer .list-menu__item--link {
  color: inherit !important;
}

.OKTO88-fixed-footer {
  z-index: 900 !important;
}

.bomb-overlay {
  z-index: 10 !important;
}

@media (max-width: 989px) {
  .header-wrapper .header {
    min-height: 72px;
    padding: 10px 18px !important;
  }

  .header .brand--logo img.header__heading-logo {
    width: 158px !important;
    max-width: 158px !important;
  }

  .header .header__icon--account {
    display: none !important;
  }

  .header__inline-menu .list-menu--inline {
    justify-content: flex-start;
  }

  #MainProduct-template--17605519376564__main .product {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
    gap: 24px;
  }
}

@media (max-width: 749px) {
  #shopify-section-announcement_bar_slider .hura-announcement-bar {
    min-height: 38px;
    padding: 0 16px !important;
  }

  #shopify-section-announcement_bar_slider .hura-message {
    overflow: hidden;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #shopify-section-announcement_bar_slider .announcement_link {
    display: none;
  }

  .header-wrapper .header {
    min-height: 66px;
    padding: 9px 14px !important;
  }

  .header .brand--logo img.header__heading-logo {
    width: 142px !important;
    max-width: 142px !important;
  }

  .header__inline-menu .header__menu-item {
    min-height: 38px;
    padding: 9px 10px !important;
    font-size: 10px;
  }

  #MainProduct-template--17605519376564__main {
    padding: 20px 13px 56px !important;
  }

  #MainProduct-template--17605519376564__main .product {
    display: block !important;
  }

  .mobile-view_product-title {
    display: block !important;
    margin: 0 0 16px;
    padding: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
  }

  .desktop-view_Product-title {
    display: none !important;
  }

  .product__media-list .product-media-container {
    border-radius: 14px;
  }

  .product__media-wrapper slider-component,
  .product__media-wrapper .product__media-list {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .product__info-wrapper {
    margin-top: 18px;
  }

  .product__info-container {
    padding: 18px !important;
    border-radius: 14px;
  }

  .product__title h1,
  .product-title-style h1 {
    font-size: 23px !important;
  }

  .OKTO88-fixed-footer {
    min-height: 60px;
  }

  .OKTO88-fixed-footer a {
    font-size: 10px !important;
  }

  .OKTO88-fixed-footer img {
    width: 22px !important;
    height: 22px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* --------------------------------------------------------------------------
   Reference-layout overrides
   Matches the supplied desktop reference while retaining local OKTO88 assets.
   -------------------------------------------------------------------------- */

body.gradient {
  background: #fff !important;
  color: #1d1d1f !important;
}

#shopify-section-announcement_bar_slider {
  background: #090909 !important;
}

#shopify-section-announcement_bar_slider .hura-announcement-bar {
  position: relative;
  max-width: 1220px !important;
  min-height: 36px;
}

#shopify-section-announcement_bar_slider .hura-announcement-bar::before,
#shopify-section-announcement_bar_slider .hura-announcement-bar::after {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  transform: translateY(-50%);
}

#shopify-section-announcement_bar_slider .hura-announcement-bar::before {
  left: 6px;
  content: "‹";
}

#shopify-section-announcement_bar_slider .hura-announcement-bar::after {
  right: 6px;
  content: "›";
}

.section-header {
  position: relative !important;
  background: #fff;
}

.header-wrapper {
  min-height: 0 !important;
  background: #fff !important;
  color: #1d1d1f !important;
  box-shadow: none !important;
}

.product__info-container img {
  max-width: 100% !important;
  height: auto !important;
}

/* Imported modal markup must stay out of the document flow until opened. */
.product__info-container .ac-modal:not([open]):not(.is-open):not(.active),
.product__info-container .modal:not([open]):not(.is-open):not(.active) {
  display: none !important;
}

body > .modal:not([open]):not(.is-open):not(.active),
body > my-store-locator-drawer,
body > .seedkit-component-standalone {
  display: none !important;
}

#social_media {
  display: flex !important;
  height: auto !important;
  align-items: center;
  gap: 12px;
}

#social_media a {
  display: inline-flex !important;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}

#social_media svg {
  width: 18px !important;
  height: 18px !important;
}

.frequent-products {
  display: none !important;
}

.header__inline-menu .header__submenu {
  display: none !important;
}

.header-wrapper .header {
  display: grid !important;
  grid-template-columns: minmax(280px, 330px) minmax(300px, 1fr) 185px 88px;
  min-height: 92px;
  max-width: 1220px;
  gap: 24px;
  margin: 0 auto;
  padding: 15px 0 !important;
}

.header-wrapper > my-store-locator-mobile,
.header .header-drawer-lazyload {
  display: none !important;
}

.header .header__heading {
  display: flex !important;
  align-items: center;
  gap: 54px;
  min-width: 0;
  grid-column: 1;
  grid-row: 1;
}

.header .brand--logo img.header__heading-logo {
  width: 185px !important;
  max-width: 185px !important;
  height: auto !important;
}

.header .apple_logo {
  display: block !important;
  flex: 0 0 auto;
}

.header .apple_logo svg {
  display: none !important;
}

.header .apple_logo .header__heading-link {
  display: flex !important;
  width: 78px !important;
  height: 36px;
  align-items: center;
  justify-content: flex-end;
  padding: 4px 8px 4px 32px !important;
  border: 1px solid #545454;
  border-radius: 6px;
  background: #fff url("../Images/icon-okto88.png") 7px center / 20px 20px no-repeat;
  color: #111 !important;
}

.header .apple_logo .header__heading-link::after {
  content: "Premium\A Partner";
  color: #111;
  font: 600 8px/1.05 Arial, sans-serif;
  text-align: left;
  white-space: pre;
}

.header-wrapper .header .search-container {
  display: block !important;
  width: 100%;
  max-width: 440px;
  justify-self: center;
  grid-column: 2;
  grid-row: 1;
}

.search-container .container_search,
.search-container predictive-search,
.search-container .nosubmit_form {
  position: relative;
  display: block;
  width: 100%;
}

.search-container .nosubmit_form::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 15px;
  content: "⌕";
  color: #60636a;
  font: 26px/1 Arial, sans-serif;
  transform: translateY(-54%);
  pointer-events: none;
}

.search-container input.nosubmit {
  width: 100% !important;
  height: 40px !important;
  padding: 0 42px !important;
  border: 0 !important;
  border-radius: 24px !important;
  outline: 0;
  background: #f1f1f3 !important;
  color: #1d1d1f;
  font-size: 12px;
  box-shadow: none !important;
}

.search-container .btn_close,
.search-container .predictive-search,
.search-container .predictive-search__loading-state {
  display: none !important;
}

.header-wrapper .header > my-store-locator.my-store-locator {
  display: block !important;
  align-self: center;
  grid-column: 3;
  grid-row: 1;
}

.header .my-store-locator__btn {
  display: flex;
  min-width: 160px;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: #333 !important;
  opacity: 1 !important;
}

.header .my-store-locator__info {
  margin: 0;
  color: #333;
  font-size: 12px;
}

.header .my-store-locator__info i,
.header .my-store-locator__details {
  display: none !important;
}

.header .header__icons {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin: 0;
  color: #1d1d1f;
  grid-column: 4;
  grid-row: 1;
}

.header .header__icon,
.header .header__icon svg {
  color: #1d1d1f !important;
}

.header_nav {
  overflow-x: auto;
  height: 52px;
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid #e4e4e4 !important;
}

.header__inline-menu {
  max-width: 1220px;
}

.header__inline-menu .list-menu--inline {
  min-height: 51px;
  justify-content: flex-start;
  padding: 0 !important;
}

.header__inline-menu .header__menu-item {
  min-height: 51px;
  padding: 16px 7px !important;
  color: #383838 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

.header__inline-menu .header__menu-item:hover {
  color: #000 !important;
  background: transparent;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.header__inline-menu .right_header_division {
  display: block !important;
  width: 1px;
  height: 18px;
  margin: 0 4px;
  background: #d7d7d7;
}

#shopify-section-navigation_stripe {
  display: flex !important;
  width: 100% !important;
  height: 108px !important;
  max-height: 108px !important;
  align-items: center;
  padding: 12px 0 !important;
  overflow: hidden !important;
  border-bottom: 1px solid #dedede;
  background: #fff !important;
  box-shadow: none !important;
}

#shopify-section-navigation_stripe .apl_lob_slider {
  display: flex !important;
  width: max-content !important;
  min-width: 100%;
  align-items: center;
  justify-content: space-around;
  gap: 26px;
  margin: 0 !important;
  padding: 0 20px;
  transform: none !important;
}

#shopify-section-navigation_stripe .apl_lob_list_item {
  display: block !important;
  flex: 0 0 245px;
  width: 245px !important;
  min-width: 245px;
  margin: 0 !important;
}

#shopify-section-navigation_stripe .apl_lob_list_item > a {
  color: #1d1d1f;
  text-decoration: none;
}

#shopify-section-navigation_stripe .list-lob {
  display: flex;
  align-items: center;
  gap: 14px;
}

#shopify-section-navigation_stripe .imagecontainer {
  flex: 0 0 84px;
  width: 84px !important;
  height: 84px !important;
}

#shopify-section-navigation_stripe .imagecontainer::before {
  display: none !important;
}

#shopify-section-navigation_stripe .imagecontainer img {
  position: static !important;
  display: block;
  width: 84px !important;
  height: 84px !important;
  object-fit: cover;
}

#shopify-section-navigation_stripe .apl_lob_content {
  min-width: 0;
}

#shopify-section-navigation_stripe .apl_label_attr {
  color: #bf4800 !important;
  font-size: 8px;
}

#shopify-section-navigation_stripe .apl_lob_title,
#shopify-section-navigation_stripe .apl_lob_price {
  margin: 2px 0;
  color: #292929;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  line-height: 1.12;
}

#shopify-section-navigation_stripe .apl_lob_price {
  color: #666;
  font-size: 9px;
}

#shopify-section-navigation_stripe .nav-left-arrow,
#shopify-section-navigation_stripe .nav-right-arrow {
  position: relative;
  z-index: 2;
  flex: 0 0 34px;
  height: 88px;
  border-right: 1px solid #d6d6d6;
  background: #fff;
}

#shopify-section-navigation_stripe .nav-right-arrow {
  border-right: 0;
  border-left: 1px solid #d6d6d6;
}

#shopify-section-navigation_stripe .nav-left-arrow::after,
#shopify-section-navigation_stripe .nav-right-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #333;
  font-size: 20px;
  transform: translate(-50%, -50%);
}

#shopify-section-navigation_stripe .nav-left-arrow::after {
  content: "‹";
}

#shopify-section-navigation_stripe .nav-right-arrow::after {
  content: "›";
}

#MainContent {
  padding-bottom: 90px;
  background: #fff !important;
}

#MainProduct-template--17605519376564__main {
  max-width: 1220px;
  margin: 0 auto;
  padding: 36px 0 80px !important;
}

#MainProduct-template--17605519376564__main .product {
  display: grid !important;
  grid-template-columns: minmax(0, 2fr) minmax(360px, 1fr);
  align-items: start;
  gap: 48px;
}

.mobile-view_product-title {
  display: none !important;
}

.product__media-wrapper,
.product__info-wrapper {
  width: 100% !important;
  max-width: none !important;
}

.product__media-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product__media-list > .product__media-item,
.product__media-list > .product__media-item:first-child {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.product__media-list > .product__media-item:first-child {
  grid-column: 1 / -1;
}

.product__media-list .product-media-container {
  overflow: hidden;
  width: 100% !important;
  max-width: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f7f7f7;
  box-shadow: none !important;
}

.product__media-list .product__media,
.product__media-list .product__media img {
  display: block;
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}

.product__media-list .slider-buttons,
.thumbnail-slider {
  display: none !important;
}

.product__info-wrapper {
  position: relative;
}

.product__info-container {
  max-width: none !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.desktop-view_Product-title,
.product__info-container > .pricestyle,
.product__info-container > .product__tax,
.product__info-container > #pdp_monthly_price_taxfree_false,
.product__info-container > variant-radios1,
.product__info-container > .applecare-replace,
.product__info-container > .secWarranty-replace,
.product__info-container > .product-form__quantity,
.product__info-container > .one-pickup_2,
.product__info-container > share-button,
.product__info-container > .social_media,
.product__info-container > .product__view-details {
  display: block !important;
}

.product__title h1,
.product-title-style h1 {
  margin: 0 !important;
  color: #070707 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(30px, 2.15vw, 38px) !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.025em;
}

.product_tag_display {
  padding: 0 !important;
  background: transparent !important;
  color: #bf4800 !important;
  font-size: 11px;
  font-weight: 500;
}

.skuAndBarcode {
  margin-top: 18px;
  color: #555;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
}

.product__info-container > * + * {
  margin-top: 20px;
}

.product__info-container .price,
.product__info-container .price-item,
#price-item-sale {
  color: #111 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 27px !important;
  font-weight: 700 !important;
}

.product__info-container .product__tax,
.product__info-container #pdp_monthly_price_taxfree_false {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
}

.product__info-container fieldset,
.product__info-container .product-form__input {
  max-width: 100% !important;
}

.product__info-container .form__label,
.product__info-container legend {
  margin-bottom: 10px;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
}

.product-form__input input[type="radio"] + label {
  min-height: 48px;
  margin: 0 5px 8px 0 !important;
  padding: 14px 18px !important;
  border: 1px solid #c8c8c8 !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #262626 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px !important;
  box-shadow: none !important;
}

.product-form__input input[type="radio"]:checked + label {
  border-color: #006eff !important;
  background: #fff !important;
  color: #111 !important;
  box-shadow: 0 0 0 1px #006eff !important;
}

.applecare-replace,
.secWarranty-replace {
  padding: 22px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #f7f7f7 !important;
}

.product__info-container .button,
.product__view-details,
.applecare-replace-button,
.prdx-wrapper button {
  box-shadow: none !important;
}

.product__accordion,
.one-pickup_2 {
  border: 0 !important;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0 !important;
  background: #fff !important;
}

.product__accordion summary {
  min-height: 48px;
}

.prdx-wrapper {
  overflow: hidden;
  border: 0 !important;
  border-radius: 7px !important;
}

.footer {
  background: #fff !important;
  color: #1d1d1f !important;
}

.footer a,
.footer h2,
.footer .list-menu__item--link {
  color: #1d1d1f !important;
}

/* The source contains a second mobile-only accordion footer. Its companion
   stylesheet is unavailable, so keep the complete desktop footer only. */
#footerAccordion,
.footer_logosMobile {
  display: none !important;
}

.footer .footerLogo svg {
  max-width: 130px !important;
  max-height: 80px !important;
}

@media (min-width: 750px) {
  .product__info-container {
    position: sticky;
    top: 18px;
  }
}

@media (max-width: 1249px) {
  .header-wrapper .header,
  .header__inline-menu,
  #MainProduct-template--17605519376564__main {
    width: calc(100% - 48px);
  }

  .header-wrapper .header {
    grid-template-columns: minmax(250px, 300px) minmax(250px, 1fr) 155px 76px;
    gap: 16px;
  }

  .header .header__heading {
    gap: 30px;
  }

  #MainProduct-template--17605519376564__main .product {
    grid-template-columns: minmax(0, 1.75fr) minmax(330px, 1fr);
    gap: 34px;
  }
}

@media (max-width: 989px) {
  .header-wrapper .header {
    display: flex !important;
    width: calc(100% - 32px);
    min-height: 74px;
    padding: 10px 0 !important;
  }

  .header .header__heading {
    flex: 1;
  }

  .header .brand--logo img.header__heading-logo {
    width: 150px !important;
    max-width: 150px !important;
  }

  .header .apple_logo,
  .header-wrapper .header .search-container,
  .header-wrapper .header > my-store-locator.my-store-locator {
    display: none !important;
  }

  .header_nav {
    height: 44px;
  }

  .header__inline-menu .list-menu--inline {
    min-height: 43px;
  }

  .header__inline-menu .header__menu-item {
    min-height: 43px;
    padding: 13px 10px !important;
  }

  #shopify-section-navigation_stripe {
    display: none !important;
  }

  #MainProduct-template--17605519376564__main {
    width: calc(100% - 28px);
    padding-top: 20px !important;
  }

  #MainProduct-template--17605519376564__main .product {
    display: block !important;
  }

  .mobile-view_product-title {
    display: block !important;
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    background: #fff;
  }

  .desktop-view_Product-title {
    display: none !important;
  }

  .product__media-list {
    display: block !important;
  }

  .product__media-list > .product__media-item {
    display: none !important;
  }

  .product__media-list > .product__media-item:first-child {
    display: block !important;
  }

  .product__media-list .product-media-container {
    border-radius: 12px !important;
  }

  .product__info-wrapper {
    margin-top: 22px;
  }

  .product__info-container {
    padding: 0 !important;
  }
}

@media (max-width: 749px) {
  #shopify-section-announcement_bar_slider .hura-announcement-bar {
    padding: 0 34px !important;
  }

  .header .header__heading-logo {
    width: 140px !important;
  }

  .header .header__icon--account {
    display: none !important;
  }

  .product__title h1,
  .product-title-style h1 {
    font-size: 24px !important;
  }

  .multicolumn .slider-mobile-gutter {
    overflow-x: hidden !important;
  }
}

/* ========================================================================== */
/* OKTO88 finishing pass: header, product controls, predictor and footer      */
/* ========================================================================== */

:root {
  --okto-navy: #061a3a;
  --okto-blue: #0a63d8;
  --okto-blue-dark: #064598;
  --okto-gold: #f4b51c;
  --okto-ink: #101828;
  --okto-muted: #667085;
  --okto-line: #dbe4f0;
  --okto-surface: #f6f9fd;
}

/* Header */
#shopify-section-announcement_bar_slider .hura-announcement-bar {
  background: linear-gradient(90deg, #030914 0%, var(--okto-navy) 52%, #030914 100%) !important;
  border-bottom: 1px solid rgba(244, 181, 28, 0.26) !important;
  color: #fff !important;
  letter-spacing: 0.015em;
}

.header-wrapper {
  border-bottom: 1px solid #e5eaf1 !important;
  box-shadow: 0 5px 20px rgba(6, 26, 58, 0.05) !important;
}

.header-wrapper .header .search-container .field,
.header-wrapper .header .search-container .search__input {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header-wrapper .header .search-container .field:focus-within {
  border-color: rgba(10, 99, 216, 0.55) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(10, 99, 216, 0.1) !important;
}

.header__inline-menu .header__menu-item {
  position: relative;
  transition: color 0.2s ease, background 0.2s ease;
}

.header__inline-menu .header__menu-item:hover {
  background: #f4f8fe !important;
  color: var(--okto-blue-dark) !important;
}

.header__inline-menu .header__menu-item::after {
  position: absolute;
  right: 12px;
  bottom: 7px;
  left: 12px;
  height: 2px;
  border-radius: 999px;
  background: var(--okto-gold);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.header__inline-menu .header__menu-item:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

#shopify-section-navigation_stripe {
  background: #f8fafc !important;
}

#shopify-section-navigation_stripe .apl_lob_list_item > a {
  border: 1px solid transparent;
  border-radius: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

#shopify-section-navigation_stripe .apl_lob_list_item > a:hover {
  border-color: #dbe6f3;
  background: #fff;
  box-shadow: 0 7px 20px rgba(6, 26, 58, 0.08);
  transform: translateY(-2px);
}

/* Protection card */
.product__info-container > .applecare-replace {
  padding: 0 !important;
  border: 1px solid var(--okto-line) !important;
  border-radius: 16px !important;
  background: linear-gradient(145deg, #fff 0%, #f4f8fe 100%) !important;
  box-shadow: 0 9px 28px rgba(6, 26, 58, 0.07) !important;
}

.applecare-replace .add-on-product-container1 {
  padding: 20px !important;
}

.applecare-replace .add-on-product-container1 > h3 {
  margin: 0 0 16px !important;
  color: var(--okto-ink) !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
}

.applecare-replace .container-box-2 {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100%;
}

.applecare-replace .mobile-care-pdp {
  display: grid !important;
  flex: 1 1 auto;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.applecare-replace .mobile-care-pdp > span.add-on-element,
.applecare-replace .add-on-product-checkbox,
.product__info-container > .secWarranty-replace {
  display: none !important;
}

.applecare-replace .care-pdp-img,
.applecare-replace .care-img {
  display: grid !important;
  width: 50px !important;
  height: 50px !important;
  place-items: center;
  border: 1px solid #dce6f2;
  border-radius: 12px;
  background: #fff;
}

.applecare-replace .add-on-image {
  display: block;
  width: 38px !important;
  height: 38px !important;
  object-fit: contain !important;
}

.applecare-replace .care-pdp-title,
.applecare-replace .care-info {
  min-width: 0;
  color: #344054 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.applecare-replace .care-info > span {
  color: var(--okto-ink) !important;
  font-weight: 700 !important;
}

.applecare-replace .care-info-learn-more {
  margin-top: 3px !important;
}

.applecare-replace .ac-modal-trigger {
  color: var(--okto-blue) !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  text-decoration: none !important;
}

.applecare-replace .ac-modal-trigger:hover {
  color: var(--okto-blue-dark) !important;
  text-decoration: underline !important;
}

.applecare-replace #apple-care-add {
  display: block;
  flex: 0 0 auto;
}

.applecare-replace .pdp-care-btn {
  display: inline-flex !important;
  min-width: 78px !important;
  min-height: 42px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 10px 19px !important;
  border: 1px solid var(--okto-blue) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--okto-blue) !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.applecare-replace #apple-care-add:hover .pdp-care-btn {
  background: var(--okto-blue) !important;
  color: #fff !important;
  box-shadow: 0 7px 16px rgba(10, 99, 216, 0.22) !important;
  transform: translateY(-1px);
}

/* Quantity control */
.product__info-container > .product-form__quantity {
  margin-top: 24px !important;
}

.product__info-container .quantity__label {
  margin-bottom: 10px !important;
  color: var(--okto-ink) !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 750 !important;
}

.product__info-container quantity-input.quantity {
  display: grid !important;
  overflow: hidden;
  width: 190px !important;
  min-height: 50px !important;
  grid-template-columns: 52px 1fr 52px;
  border: 1px solid #b9c7da !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 4px 14px rgba(6, 26, 58, 0.05) !important;
}

.product__info-container quantity-input.quantity::before,
.product__info-container quantity-input.quantity::after {
  display: none !important;
}

.product__info-container .quantity__button,
.product__info-container .quantity__input {
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--okto-ink) !important;
}

.product__info-container .quantity__button {
  transition: color 0.2s ease, background 0.2s ease;
}

.product__info-container .quantity__button:hover {
  background: #edf4fe !important;
  color: var(--okto-blue) !important;
}

.product__info-container .quantity__input {
  border-right: 1px solid #edf1f6 !important;
  border-left: 1px solid #edf1f6 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

/* RTP predictor */
.prdx-wrapper {
  margin-top: 30px !important;
  padding: 22px !important;
  border: 1px solid #dce5f0 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(6, 26, 58, 0.08) !important;
}

.prdx-title {
  position: relative;
  margin: 0 0 18px !important;
  padding-bottom: 12px;
  color: var(--okto-navy) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(23px, 2vw, 29px) !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

.prdx-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--okto-gold), var(--okto-blue));
  content: "";
}

.prdx-hacker-text {
  margin: 0 0 14px !important;
  padding: 15px 16px !important;
  border: 1px solid #17385f !important;
  border-left: 4px solid var(--okto-gold) !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #061425 0%, #0b2441 100%) !important;
  color: #d6e6fa !important;
  font-family: Consolas, "Courier New", monospace !important;
  font-size: 12px !important;
  line-height: 1.75 !important;
  text-shadow: none !important;
}

.prdx-controls {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 10px !important;
  margin-bottom: 14px !important;
}

.prdx-input,
.prdx-btn {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 46px !important;
  margin: 0 !important;
  border-radius: 10px !important;
  font-family: inherit !important;
  font-size: 12px !important;
}

.prdx-input {
  border: 1px solid #c8d4e3 !important;
  background: #f8fafc !important;
  color: var(--okto-ink) !important;
  outline: 0 !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.prdx-input:focus {
  border-color: var(--okto-blue) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(10, 99, 216, 0.11) !important;
}

.prdx-btn {
  padding: 0 17px !important;
  border: 0 !important;
  background: linear-gradient(135deg, var(--okto-blue), var(--okto-blue-dark)) !important;
  color: #fff !important;
  font-weight: 750 !important;
  line-height: 1.15 !important;
  box-shadow: 0 7px 16px rgba(10, 99, 216, 0.2) !important;
  transition: filter 0.2s ease, transform 0.2s ease !important;
}

.prdx-btn:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.prdx-result {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.prdx-box {
  display: flex !important;
  min-width: 0;
  min-height: 102px !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 11px 8px !important;
  border: 1px solid #174c83 !important;
  border-radius: 12px !important;
  background: linear-gradient(145deg, #061424 0%, #0a2038 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 6px 16px rgba(6, 26, 58, 0.12) !important;
}

.prdx-label {
  min-height: 28px;
  color: #c9d9ec !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.04em !important;
  text-align: center !important;
  text-shadow: none !important;
}

.prdx-num {
  margin-top: 5px !important;
  color: #ffca3a !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(20px, 2vw, 27px) !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  text-shadow: 0 0 13px rgba(244, 181, 28, 0.35) !important;
}

/* Footer */
.footer {
  border-top: 1px solid #e3e8ef !important;
  background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%) !important;
}

.footer .footer__content-top {
  padding-top: 44px !important;
  padding-bottom: 30px !important;
}

.footer .footer__blocks-wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(190px, 0.9fr);
  align-items: stretch !important;
  gap: 20px !important;
}

.footer .footer__blocks-wrapper > .footer-block {
  width: auto !important;
  max-width: none !important;
}

.footer .footer-block__heading {
  margin: 0 0 15px !important;
  color: var(--okto-navy) !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 750 !important;
}

.footer .footer-block__details-content {
  margin: 0 !important;
}

.footer .footer_content_list {
  padding: 5px 0 !important;
  color: #526174 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer .footer_content_list:hover {
  color: var(--okto-blue) !important;
  transform: translateX(2px);
}

.footer .footer__blocks-wrapper > .footer-block:last-child {
  align-self: start;
  padding: 20px !important;
  border: 1px solid var(--okto-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(6, 26, 58, 0.06);
}

.footer .footer_logos {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 10px !important;
}

.footer .footerLogo {
  display: grid !important;
  width: 92px !important;
  min-width: 0 !important;
  height: 58px !important;
  place-items: center;
  padding: 8px !important;
  border: 1px solid #e1e7ef;
  border-radius: 10px;
  background: #fff;
}

.footer .footerLogo .ratio {
  display: grid !important;
  width: 100% !important;
  height: 100% !important;
  place-items: center;
}

.footer .footerLogo .ratio::before {
  display: none !important;
}

.footer .footerLogo img {
  position: static !important;
  width: 100% !important;
  max-width: 76px !important;
  height: 40px !important;
  object-fit: contain !important;
}

.footer .footerLogo:has(.placeholder-svg) {
  display: none !important;
}

.footer_newsletter_icon_section {
  display: grid !important;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  align-items: end;
  gap: 40px;
  margin-top: 34px !important;
  padding-top: 28px !important;
  border-top: 1px solid #dfe5ed;
}

.footer-block__newsletter .footer-block__heading2 {
  margin: 0 0 10px !important;
  color: var(--okto-navy) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.footer .newsletter-form__field-wrapper .field {
  overflow: hidden;
  border: 1px solid #cdd7e4 !important;
  border-radius: 10px !important;
  background: #fff !important;
}

.footer .newsletter-form__field-wrapper .field::before,
.footer .newsletter-form__field-wrapper .field::after {
  display: none !important;
}

.footer .footer__content-bottom {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.footer .footer__content-bottom-wrapper,
.footer .footer__column--info {
  width: 100% !important;
  max-width: none !important;
}

.footer .footer__column--info {
  display: grid !important;
  grid-template-columns: auto auto minmax(180px, 1fr);
  align-items: center !important;
  justify-content: end !important;
  gap: 18px !important;
}

.footer .footer__list-social {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 7px !important;
  margin: 0 !important;
}

.footer .list-social__link {
  display: grid !important;
  width: 36px !important;
  height: 36px !important;
  place-items: center;
  padding: 0 !important;
  border: 1px solid #d9e1eb;
  border-radius: 50%;
  background: #fff;
  color: var(--okto-navy) !important;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.footer .list-social__link:hover {
  border-color: var(--okto-blue);
  color: var(--okto-blue) !important;
  transform: translateY(-2px);
}

.footer .list-social__link svg {
  width: 17px !important;
  height: 17px !important;
}

.footer .footerPayment {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 6px !important;
  margin: 0 !important;
}

.footer .footerPayment > li {
  display: grid !important;
  width: 42px !important;
  height: 28px !important;
  place-items: center;
  padding: 4px !important;
  border: 1px solid #dfe5ed;
  border-radius: 6px;
  background: #fff;
}

.footer .footerPayment svg,
.footer .footerPayment img {
  max-width: 32px !important;
  max-height: 20px !important;
  object-fit: contain !important;
}

.footer .copyrightCss {
  margin: 0 !important;
  color: #667085 !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
  text-align: right !important;
}

@media (max-width: 1099px) {
  .footer .footer__blocks-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer .footer__blocks-wrapper > .footer-block:last-child {
    grid-column: 1 / -1;
  }

  .footer_newsletter_icon_section {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer .footer__column--info {
    justify-content: start !important;
  }
}

@media (max-width: 749px) {
  .applecare-replace .add-on-product-container1 {
    padding: 17px !important;
  }

  .applecare-replace .container-box-2 {
    align-items: flex-end !important;
    gap: 10px !important;
  }

  .applecare-replace .mobile-care-pdp {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
  }

  .applecare-replace .care-pdp-img,
  .applecare-replace .care-img {
    width: 44px !important;
    height: 44px !important;
  }

  .applecare-replace .add-on-image {
    width: 32px !important;
    height: 32px !important;
  }

  .applecare-replace .pdp-care-btn {
    min-width: 68px !important;
    min-height: 40px !important;
    padding: 9px 15px !important;
  }

  .prdx-wrapper {
    padding: 17px !important;
  }

  .prdx-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .prdx-btn {
    grid-column: 1 / -1;
  }

  .prdx-result {
    gap: 8px !important;
  }

  .prdx-box {
    min-height: 96px !important;
    padding: 9px 5px !important;
  }

  .prdx-num {
    font-size: 21px !important;
  }

  .footer .footer__content-top {
    padding-top: 32px !important;
    padding-bottom: 24px !important;
  }

  .footer .footer__blocks-wrapper {
    gap: 13px !important;
  }

  .footer .footer__blocks-wrapper > .footer-block:last-child {
    width: 100% !important;
    padding: 17px !important;
  }

  .footer_newsletter_icon_section {
    margin-top: 20px !important;
    padding-top: 22px !important;
  }

  .footer .footer__column--info {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 14px !important;
  }

  .footer .copyrightCss {
    text-align: left !important;
  }
}

@media (max-width: 389px) {
  .prdx-result {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
