/* Website V143 — premium desktop catalogue and product-detail experience.
   All new rules remain scoped above 900px; mobile and offer-ribbon CSS are untouched. */
@media (min-width: 901px) {
  html.desktop-shop-filters-open-v141 {
    overflow: hidden;
  }

  .desktop-shop-categories-v141 {
    width: 100%;
    margin: 0 auto;
    padding: 36px clamp(34px, 5vw, 72px) 44px;
    border-bottom: 1px solid rgba(7, 30, 61, 0.14);
    background: var(--cream);
    color: var(--navy);
    font-family: var(--font-brand);
  }

  .desktop-shop-categories-v141.is-category {
    padding-top: 0;
    background: var(--white);
  }

  .desktop-shop-breadcrumb-v141 {
    position: sticky;
    top: 76px;
    z-index: 18;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    margin: 0 calc(clamp(34px, 5vw, 72px) * -1) 34px;
    padding: 0 clamp(34px, 5vw, 72px);
    border-bottom: 1px solid rgba(7, 30, 61, 0.11);
    background: rgba(255, 248, 235, 0.96);
    color: var(--navy);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.04em;
    backdrop-filter: blur(12px);
  }

  .desktop-shop-breadcrumb-v141 a {
    padding: 6px 0 4px;
    border-bottom: 1px solid transparent;
  }

  .desktop-shop-breadcrumb-v141 a:hover {
    border-bottom-color: currentColor;
  }

  .desktop-shop-breadcrumb-v141 b {
    font-weight: 900;
  }

  .desktop-shop-breadcrumb-v141 > span {
    opacity: 0.45;
  }

  .desktop-shop-category-intro-v141 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
    gap: 48px;
    align-items: end;
    max-width: 1440px;
    margin: 0 auto 26px;
  }

  .desktop-shop-category-intro-v141 .small,
  .desktop-shop-results-head-v141 .small {
    color: #587085;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.15em;
  }

  .desktop-shop-category-intro-v141 h1,
  .desktop-shop-results-head-v141 h2 {
    margin: 8px 0 0;
    color: var(--navy);
    font-family: var(--font-brand);
    font-size: clamp(40px, 4.1vw, 58px);
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: -0.052em;
    text-transform: uppercase;
  }

  .desktop-shop-category-intro-v141 p,
  .desktop-shop-results-head-v141 p {
    max-width: 620px;
    margin: 0;
    color: #40586f;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
  }

  .desktop-shop-results-head-v141 p {
    margin-top: 10px;
    font-size: 12px;
  }

  .desktop-category-grid-v141 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
    align-items: start;
    max-width: 1440px;
    margin: 0 auto;
  }

  .desktop-category-card-v141 {
    position: relative;
    display: grid;
    grid-template-rows: auto 68px;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(7, 30, 61, 0.12);
    border-radius: 15px;
    background: var(--white);
    color: var(--navy);
    box-shadow: 0 8px 24px rgba(7, 30, 61, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .desktop-category-card-v141:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(7, 30, 61, 0.1);
  }

  .desktop-category-card-media-v141 {
    display: grid;
    place-items: center;
    min-height: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--pink);
    color: var(--navy);
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .desktop-category-card-v141:nth-child(4n + 2) .desktop-category-card-media-v141 {
    background: var(--teal);
  }

  .desktop-category-card-v141:nth-child(4n + 3) .desktop-category-card-media-v141 {
    background: var(--yellow);
  }

  .desktop-category-card-v141:nth-child(4n) .desktop-category-card-media-v141 {
    background: var(--orange);
  }

  .desktop-category-card-media-v141 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.28s ease;
  }

  .desktop-category-card-v141:hover .desktop-category-card-media-v141 img {
    transform: scale(1.025);
  }

  .desktop-category-card-copy-v141 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 68px;
    height: 68px;
    padding: 13px 14px 14px;
  }

  .desktop-category-card-copy-v141 > span:first-child {
    min-width: 0;
  }

  .desktop-category-card-copy-v141 b {
    display: block;
    overflow: hidden;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .desktop-category-card-copy-v141 small {
    display: block;
    margin-top: 4px;
    color: #5d7082;
    font-size: 9px;
    font-weight: 650;
  }

  .desktop-category-arrow-v141 {
    flex: 0 0 32px;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(7, 30, 61, 0.28);
    border-radius: 50%;
    font-size: 15px;
  }

  .desktop-shop-floor-v141 {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: 50px clamp(34px, 5vw, 72px) 94px;
    background: var(--cream);
    color: var(--navy);
    font-family: var(--font-brand);
  }

  .desktop-shop-results-head-v141 {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 20px;
  }

  .desktop-shop-results-head-v141 h2 {
    font-size: clamp(38px, 3.8vw, 54px);
  }

  .desktop-shop-results-count-v141 {
    flex: 0 0 auto;
    display: flex;
    align-items: baseline;
    gap: 7px;
    padding-bottom: 5px;
  }

  .desktop-shop-results-count-v141 b {
    font-size: 20px;
  }

  .desktop-shop-results-count-v141 span {
    color: #5d7082;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .desktop-shop-toolbar-v141 {
    position: sticky;
    top: 76px;
    z-index: 17;
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(270px, 340px) 120px;
    align-items: center;
    gap: 12px;
    margin: 0 0 25px;
    padding: 12px;
    border: 1px solid rgba(7, 30, 61, 0.14);
    border-radius: 14px;
    background: rgba(255, 248, 235, 0.96);
    box-shadow: 0 9px 25px rgba(7, 30, 61, 0.07);
    backdrop-filter: blur(14px);
  }

  .desktop-shop-toolbar-v141 > form,
  .desktop-shop-toolbar-v141 > label,
  .desktop-shop-toolbar-v141 > button {
    align-self: center;
    box-sizing: border-box;
    margin: 0;
  }

  .desktop-shop-search-v141 {
    display: flex;
    align-items: center;
    min-width: 0;
    height: 50px;
    overflow: hidden;
    border: 1px solid rgba(7, 30, 61, 0.19);
    border-radius: 9px;
    background: var(--white);
  }

  .desktop-shop-search-v141 svg {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-left: 14px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
  }

  .desktop-shop-search-v141 input {
    min-width: 0;
    flex: 1 1 auto;
    height: 100%;
    padding: 0 10px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--navy);
    font-size: 11px;
    font-weight: 600;
  }

  .desktop-shop-search-v141 > a {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
  }

  .desktop-shop-search-v141 button {
    align-self: stretch;
    padding: 0 16px;
    border: 0;
    background: var(--navy);
    color: var(--cream);
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .desktop-shop-sort-v141 {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-width: 0;
    height: 50px;
    padding: 0 10px 0 14px;
    border: 1px solid rgba(7, 30, 61, 0.19);
    border-radius: 9px;
    background: var(--white);
    font-size: inherit;
    letter-spacing: normal;
    text-transform: none;
  }

  .desktop-shop-sort-v141 > span {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .desktop-shop-sort-v141 select {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    padding: 0 28px 0 0;
    background: transparent;
    color: var(--navy);
    font-size: 10px;
    font-weight: 700;
  }

  .desktop-shop-filter-trigger-v141 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 120px;
    height: 50px;
    padding: 0 15px;
    border: 0;
    border-radius: 9px;
    background: var(--navy);
    color: var(--cream);
    cursor: pointer;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .desktop-shop-filter-trigger-v141 svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
  }

  .desktop-shop-filter-trigger-v141 b {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--pink);
    color: var(--navy);
    font-size: 9px;
  }

  .desktop-shop-active-v141 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: -8px 0 24px;
  }

  .desktop-shop-active-v141 > span {
    padding: 7px 10px;
    border: 1px solid rgba(7, 30, 61, 0.18);
    border-radius: 999px;
    background: var(--white);
    font-size: 9px;
  }

  .desktop-shop-active-v141 > a {
    margin-left: 4px;
    border-bottom: 1px solid currentColor;
    font-size: 9px;
    font-weight: 850;
  }

  .desktop-shop-floor-v141 .desktop-shop-products-v127 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 38px 18px;
  }

  .desktop-shop-floor-v141 .desktop-shop-products-v127 > .card {
    border: 1px solid rgba(7, 30, 61, 0.08);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(7, 30, 61, 0.07);
  }

  .desktop-shop-filter-backdrop-v141 {
    position: fixed;
    inset: 0;
    z-index: 1190;
    background: rgba(7, 30, 61, 0.48);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.24s ease;
    backdrop-filter: blur(3px);
  }

  .desktop-shop-filter-backdrop-v141.open {
    opacity: 1;
    pointer-events: auto;
  }

  .desktop-shop-filter-drawer-v141 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: min(440px, 92vw);
    height: 100svh;
    border-left: 1px solid rgba(7, 30, 61, 0.18);
    background: var(--cream);
    color: var(--navy);
    font-family: var(--font-brand);
    box-shadow: -20px 0 60px rgba(7, 30, 61, 0.24);
    outline: 0;
    transform: translateX(102%);
    visibility: hidden;
    transition: transform 0.3s cubic-bezier(0.22, 0.8, 0.3, 1), visibility 0s linear 0.3s;
  }

  .desktop-shop-filter-drawer-v141.open {
    transform: translateX(0);
    visibility: visible;
    transition: transform 0.3s cubic-bezier(0.22, 0.8, 0.3, 1), visibility 0s;
  }

  .desktop-shop-filter-head-v141 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 25px 25px 21px;
    border-bottom: 1px solid rgba(7, 30, 61, 0.13);
  }

  .desktop-shop-filter-head-v141 .small {
    color: #587085;
    font-size: 8px;
    font-weight: 850;
  }

  .desktop-shop-filter-head-v141 h2 {
    margin: 6px 0 0;
    font-family: var(--font-brand);
    font-size: 34px;
    font-weight: 800;
    line-height: 0.95;
    text-transform: uppercase;
  }

  .desktop-shop-filter-head-v141 > button {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(7, 30, 61, 0.32);
    border-radius: 50%;
    background: var(--white);
    color: var(--navy);
    cursor: pointer;
    font-size: 27px;
  }

  .desktop-shop-filter-scroll-v141 {
    overflow-y: auto;
    padding: 4px 25px 30px;
    overscroll-behavior: contain;
  }

  .desktop-shop-filter-group-v141 {
    padding: 21px 0;
    border-bottom: 1px solid rgba(7, 30, 61, 0.12);
  }

  .desktop-shop-filter-group-v141 h3 {
    margin: 0 0 10px;
    color: #587085;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .desktop-shop-filter-links-v141 {
    display: grid;
    gap: 4px;
  }

  .desktop-shop-filter-links-v141 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 8px;
    color: var(--navy);
    font-size: 11px;
    font-weight: 600;
  }

  .desktop-shop-filter-links-v141 a:hover {
    background: rgba(7, 30, 61, 0.06);
  }

  .desktop-shop-filter-links-v141 a.active {
    background: var(--pink);
    font-weight: 850;
  }

  .desktop-shop-filter-links-v141 small {
    font-size: 9px;
    opacity: 0.65;
  }

  .desktop-shop-filter-footer-v141 {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 10px;
    padding: 15px 25px calc(15px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(7, 30, 61, 0.13);
    background: var(--cream);
  }

  .desktop-shop-filter-footer-v141 a,
  .desktop-shop-filter-footer-v141 button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 9px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .desktop-shop-filter-footer-v141 a {
    border: 1px solid rgba(7, 30, 61, 0.3);
    background: var(--white);
  }

  .desktop-shop-filter-footer-v141 button {
    border: 0;
    background: var(--navy);
    color: var(--cream);
    cursor: pointer;
  }
}

/* Premium desktop PDP
   The genuine product image is always fully visible. The gallery and lightbox
   use quiet, borderless surfaces while retaining the existing carousel,
   offer-ribbon, personalisation and commerce behaviour. */
.pdp-lightbox-hint-v143 {
  display: none;
}

@media (min-width: 901px) {
  .product-hero {
    max-width: 1500px;
    grid-template-columns: minmax(0, 1.22fr) minmax(390px, 0.72fr);
    gap: clamp(36px, 4.2vw, 64px);
    align-items: start;
    padding: 34px clamp(30px, 5vw, 76px) 72px;
    background: var(--cream);
    color: var(--navy);
  }

  .pdp-media {
    position: sticky;
    top: 106px;
    align-self: start;
    min-width: 0;
    background: transparent;
  }

  .pdp-media:has(.pdp-thumbs) {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 14px;
    align-items: start;
  }

  .pdp-media:has(.pdp-thumbs) .pdp-carousel {
    grid-column: 2;
    grid-row: 1;
  }

  .pdp-carousel {
    width: 100%;
    height: clamp(560px, 62svh, 720px);
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border: 0 !important;
    border-radius: 24px;
    background: #fffdf8;
    box-shadow: 0 22px 54px rgba(7, 30, 61, 0.1);
  }

  .pdp-carousel .carousel-panel {
    background: #fffdf8;
  }

  .pdp-carousel .carousel-panel > img,
  .pdp-carousel .pdp-zoomable,
  .pdp-carousel .pdp-primary-image {
    width: 100% !important;
    height: 100% !important;
    padding: clamp(18px, 2.1vw, 34px);
    object-fit: contain !important;
    object-position: center !important;
    background: #fffdf8;
    cursor: zoom-in;
  }

  .pdp-carousel .carousel-panel > video,
  .pdp-carousel .carousel-panel .pdp-video-shell,
  .pdp-carousel .carousel-panel .pdp-video-shell > video {
    object-fit: contain !important;
    background: #fffdf8;
  }

  .pdp-carousel .hero-arrow {
    top: 50%;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0 0 3px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 248, 235, 0.92);
    color: var(--navy);
    font-size: 34px;
    text-shadow: none;
    box-shadow: 0 8px 22px rgba(7, 30, 61, 0.12);
    backdrop-filter: blur(10px);
    transition: transform 0.2s ease, background 0.2s ease;
  }

  .pdp-carousel .hero-arrow:hover,
  .pdp-carousel .hero-arrow:focus-visible {
    transform: translateY(-50%) scale(1.06);
    background: var(--white);
    outline: 2px solid var(--navy);
    outline-offset: 2px;
  }

  .pdp-carousel .hero-arrow.prev {
    left: 18px;
  }

  .pdp-carousel .hero-arrow.next {
    right: 18px;
  }

  .pdp-carousel .hero-dots {
    display: none;
  }

  .pdp-zoom-hint {
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    padding: 8px 12px;
    border: 0;
    border-radius: 999px;
    background: rgba(7, 30, 61, 0.82);
    color: var(--cream);
    box-shadow: none;
    font-size: 9px;
    letter-spacing: 0.08em;
    white-space: nowrap;
    backdrop-filter: blur(8px);
  }

  .pdp-media:has(.pdp-thumbs) .pdp-thumbs {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: clamp(560px, 62svh, 720px);
    padding: 0;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: transparent;
    scrollbar-width: thin;
    scrollbar-color: rgba(7, 30, 61, 0.22) transparent;
  }

  .pdp-thumb {
    flex: 0 0 82px;
    width: 82px !important;
    height: 82px !important;
    overflow: hidden;
    padding: 0 !important;
    border: 1px solid rgba(7, 30, 61, 0.13) !important;
    border-radius: 13px;
    background: #fffdf8;
    box-shadow: none;
    opacity: 0.72;
    transition: opacity 0.18s ease, border-color 0.18s ease,
      transform 0.18s ease;
  }

  .pdp-thumb:hover,
  .pdp-thumb:focus-visible {
    opacity: 1;
    transform: translateY(-1px);
    border-color: rgba(7, 30, 61, 0.46) !important;
    outline: none;
  }

  .pdp-thumb.active {
    opacity: 1;
    border-color: var(--navy) !important;
    box-shadow: 0 0 0 2px var(--cream), 0 0 0 4px var(--navy);
  }

  .pdp-thumb img,
  .pdp-thumb.video video {
    width: 100% !important;
    height: 100% !important;
    padding: 6px;
    object-fit: contain !important;
    object-position: center !important;
    background: #fffdf8;
  }

  .product-summary {
    position: sticky;
    top: 112px;
    justify-content: flex-start;
    padding: 22px 0 0 !important;
    background: transparent !important;
  }

  .product-summary .small {
    margin: 0 0 8px;
    color: #587085;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.15em;
  }

  .product-summary .display,
  .product-summary h1 {
    max-width: 650px;
    margin: 0 0 12px !important;
    color: var(--navy);
    font-family: var(--font-brand);
    font-size: clamp(46px, 4.5vw, 68px) !important;
    font-weight: 800;
    line-height: 0.92 !important;
    letter-spacing: -0.055em;
  }

  .pdp-maker-line {
    margin: 0 0 18px;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(7, 30, 61, 0.12);
    color: #40586f;
    font-size: 12px;
    font-weight: 600;
  }

  .pdp-maker-line a {
    color: var(--navy);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(7, 30, 61, 0.25);
    text-underline-offset: 3px;
  }

  .product-summary .product-badges {
    display: flex !important;
    gap: 7px !important;
    margin: 0 0 14px !important;
  }

  .product-summary .product-badges span,
  .product-summary .product-badges a,
  .product-summary .product-badges button {
    width: auto;
    min-height: 30px !important;
    padding: 0 10px !important;
    border: 1px solid rgba(7, 30, 61, 0.16) !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.48) !important;
    color: var(--navy) !important;
    box-shadow: none !important;
    font-size: 9px !important;
    letter-spacing: 0.06em;
  }

  .product-summary > .copy {
    max-width: 600px;
    margin: 0;
    color: #40586f;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0;
  }

  .pdp-price-stock {
    margin: 22px 0 0;
    padding: 17px 0;
    border-top: 1px solid rgba(7, 30, 61, 0.14);
    border-bottom: 1px solid rgba(7, 30, 61, 0.14);
  }

  .pdp-price {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -0.04em;
  }

  .pdp-stock {
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 9px;
    letter-spacing: 0.06em;
  }

  .product-summary .pdp-primary-btn {
    width: 100%;
    max-width: none;
    min-height: 54px;
    margin-top: 18px;
    padding: 15px 18px;
    border: 0 !important;
    border-radius: 12px;
    background: var(--navy);
    color: var(--cream);
    box-shadow: none;
    font-size: 12px;
    letter-spacing: 0.06em;
    transition: transform 0.18s ease, background 0.18s ease;
  }

  .product-summary .pdp-primary-btn:hover,
  .product-summary .pdp-primary-btn:focus-visible {
    transform: translateY(-2px);
    background: #102d53;
    outline: 2px solid var(--navy);
    outline-offset: 3px;
  }

  .product-summary .mini-help {
    margin-top: 10px;
    color: #587085;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
  }

  .rm-product-offer-copy {
    border: 0;
    border-radius: 14px;
    background: rgba(246, 179, 18, 0.18);
    box-shadow: none;
  }

  .product-details {
    max-width: 1500px;
    grid-template-columns: minmax(0, 1.22fr) minmax(330px, 0.78fr);
    gap: 22px;
    padding: 12px clamp(30px, 5vw, 76px) 64px;
    background: var(--cream);
  }

  .pdp-details-accordion {
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 14px 34px rgba(7, 30, 61, 0.07);
  }

  .pdp-details-accordion summary {
    padding: 20px 22px;
    background: transparent;
    color: var(--navy);
    border-bottom: 1px solid rgba(7, 30, 61, 0.1);
    font-size: 13px;
    letter-spacing: 0.09em;
  }

  .pdp-details-content {
    padding: 18px 20px 20px;
  }

  .product-details .attrs {
    gap: 0;
    margin: 0;
  }

  .product-details .attr {
    padding: 14px 4px;
    border: 0;
    border-bottom: 1px solid rgba(7, 30, 61, 0.09);
    border-radius: 0;
    background: transparent;
  }

  .product-details .attr:last-child {
    border-bottom: 0;
  }

  .nat-note {
    margin: 0;
    padding: 26px;
    border: 0;
    border-radius: 20px;
    background: rgba(246, 141, 168, 0.22);
    box-shadow: none;
  }

  .nat-note h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .nat-note p {
    color: #40586f;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
  }

  .rosie-verdict {
    border-width: 1px;
    box-shadow: none;
  }

  .ask-nat-pdp {
    max-width: none;
    padding: 0 clamp(30px, 5vw, 76px) 76px;
    background: var(--cream);
  }

  .ask-nat-pdp-card {
    max-width: 1350px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 34px;
    padding: 32px 36px;
    border: 0;
    border-radius: 20px;
    background: rgba(105, 205, 191, 0.26);
    box-shadow: none;
    text-align: left;
  }

  .ask-nat-pdp-card h3 {
    margin: 0 0 5px;
    font-size: 28px;
    font-weight: 800;
  }

  .ask-nat-pdp-card p {
    margin: 0;
    color: #40586f;
    font-size: 13px;
    font-weight: 500;
  }

  .ask-nat-pdp-card .btn {
    min-width: 240px;
    margin: 0;
    padding: 14px 18px;
    border: 0;
    border-radius: 11px;
    background: var(--navy);
    color: var(--cream);
    box-shadow: none;
    font-size: 11px;
  }

  .pdp-lightbox {
    padding: 24px;
    background: rgba(7, 30, 61, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .pdp-lightbox-card {
    width: min(1380px, 96vw);
    height: min(920px, 94svh);
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 24px;
    background: #fffdf8;
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
    grid-template-rows: minmax(0, 1fr);
  }

  .pdp-lightbox-canvas {
    position: relative;
    border-radius: 24px;
    background: #fffdf8;
    cursor: zoom-in;
  }

  .pdp-lightbox-canvas.is-zoomed {
    cursor: grab;
  }

  .pdp-lightbox-canvas.is-dragging {
    cursor: grabbing;
  }

  .pdp-lightbox-canvas::after {
    content: "Click to zoom · drag to move · scroll to adjust";
    position: absolute;
    left: 50%;
    bottom: 76px;
    z-index: 2;
    display: block;
    transform: translateX(-50%);
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(7, 30, 61, 0.72);
    color: var(--cream);
    font-family: var(--font-brand);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.05em;
    white-space: nowrap;
    pointer-events: none;
    transition: opacity 0.18s ease;
  }

  .pdp-lightbox-canvas.is-zoomed::after {
    opacity: 0;
  }

  .pdp-lightbox-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    cursor: inherit;
  }

  .pdp-lightbox-close {
    right: 20px;
    top: 20px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 248, 235, 0.94);
    color: var(--navy);
    box-shadow: 0 8px 22px rgba(7, 30, 61, 0.14);
    backdrop-filter: blur(10px);
  }

  .pdp-lightbox-controls {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 6px;
    width: auto;
    padding: 6px;
    transform: translateX(-50%);
    border: 0;
    border-radius: 999px;
    background: rgba(255, 248, 235, 0.94);
    box-shadow: 0 10px 30px rgba(7, 30, 61, 0.16);
    backdrop-filter: blur(12px);
  }

  .pdp-lightbox-controls button {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--navy);
    font-size: 18px;
    box-shadow: none;
  }

  .pdp-lightbox-controls button:hover,
  .pdp-lightbox-controls button:focus-visible {
    background: rgba(7, 30, 61, 0.08);
    outline: none;
  }

  .pdp-lightbox-controls span {
    min-width: 54px;
    font-size: 10px;
    font-weight: 800;
  }
}

@media (min-width: 901px) and (max-width: 1120px) {
  .product-hero {
    grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.88fr);
    gap: 28px;
    padding-right: 26px;
    padding-left: 26px;
  }

  .pdp-media:has(.pdp-thumbs) {
    display: block;
  }

  .pdp-carousel {
    height: clamp(500px, 58svh, 620px);
  }

  .pdp-media:has(.pdp-thumbs) .pdp-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    max-height: none;
    padding: 12px 2px 0;
    overflow: hidden !important;
  }

  .pdp-thumb {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
  }

  .product-summary .display,
  .product-summary h1 {
    font-size: clamp(42px, 4.7vw, 54px) !important;
  }

  .product-details {
    padding-right: 26px;
    padding-left: 26px;
  }
}

@media (prefers-reduced-motion: reduce) and (min-width: 901px) {
  .pdp-thumb,
  .pdp-carousel .hero-arrow,
  .product-summary .pdp-primary-btn,
  .pdp-lightbox-canvas::after {
    transition: none;
  }
}

@media (min-width: 901px) and (max-width: 1160px) {
  .desktop-shop-category-intro-v141 {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.65fr);
    gap: 30px;
  }

  .desktop-category-grid-v141 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .desktop-shop-toolbar-v141 {
    grid-template-columns: minmax(220px, 1fr) minmax(230px, 290px) auto;
  }

  .desktop-shop-floor-v141 .desktop-shop-products-v127 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
