/*
Generated time: March 12, 2026 13:21
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/

/* ===== TSS: Thinner announcement bar on mobile ===== */
@media screen and (max-width: 767px) {
  .m-announcement-bar__content {
    padding: 5px 16px !important;
    max-height: 28px !important;
    line-height: 18px !important;
    font-size: 11px !important;
  }
}

/* ===== TSS: Mobile logo height 60px (width = 60 × aspect-ratio 1.534 ≈ 92px) ===== */
@media screen and (max-width: 1023px) {
  .m-header__mobile .m-logo a,
  .m-header.stuck .m-header__mobile .m-logo a {
    width: 92px !important;
  }
}

/* ===== TSS: Thinner mobile header — reduce logo padding, keep logo same size ===== */
@media screen and (max-width: 1023px) {
  .m-header__mobile .m-logo__image {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}

/* ===== TSS: Larger desktop nav link font size ===== */
@media screen and (min-width: 1024px) {
  .m-header__desktop .m-menu__link--main {
    font-size: 18px !important;
  }
}

/* ===== TSS: Hide announcement bar + topbar on desktop product pages ===== */
@media screen and (min-width: 1024px) {
  body.template-product .m-announcement-bar,
  body.template-product .m-topbar {
    display: none !important;
  }
}

/* ===== TSS: Hide footer on all product pages (desktop + mobile) ===== */
body.template-product .m-footer {
  display: none !important;
}

/* ===== TSS: Reduce gap between header and product content on desktop ===== */
@media screen and (min-width: 1024px) {
  body.template-product .m-main-product .m-section-my {
    margin-top: 0 !important;
  }
  body.template-product .m-main-product .m-section-py {
    padding-top: 16px !important;
  }
  body.template-product .shopify-section-breadcrumb {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  body.template-product .shopify-section-breadcrumb .m-section-my {
    margin-top: 0 !important;
  }
}

/* ===== TSS: Wider product image on desktop ===== */
@media screen and (min-width: 1024px) {
  .m-main-product .m-main-product--media.m\:column {
    width: 65% !important;
    max-width: 65% !important;
  }
  .m-main-product .m-main-product--info.m\:column {
    width: 35% !important;
    max-width: 35% !important;
  }
  /* Clip the image slider so the next slide does not peek through */
  .m-product-media--wrapper {
    overflow: hidden !important;
  }
}

/* ===== TSS: Add to cart button — blue fill, white text ===== */
body.template-product .m-add-to-cart {
  background-color: #36b5e5 !important;
  border-color: #36b5e5 !important;
  color: #ffffff !important;
}
body.template-product .m-add-to-cart:hover {
  background-color: #1fa3d4 !important;
  border-color: #1fa3d4 !important;
  color: #ffffff !important;
}
body.template-product .m-add-to-cart .m-add-to-cart--text {
  color: #ffffff !important;
}

/* ===== TSS: Full-width collection grid on desktop ===== */
@media screen and (min-width: 1024px) {
  .facest-filters-section .container-full,
  .facest-filters-section .container-fluid {
    padding-left: 200px !important;
    padding-right: 200px !important;
    max-width: 100% !important;
  }
  .facest-filters-section .m-collection-products {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* Match toolbar gap to container gap — covers both normal and sticky states */
  .facest-filters-section .m-collection-toolbar {
    padding-left: 200px;
    padding-right: 200px;
  }
  .m-collection-toolbar--sticky {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}

/* ===== TSS: Reduce gap above collection title on mobile ===== */
@media screen and (max-width: 1023px) {
  .shopify-section-collection-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .shopify-section-collection-header .m-section-py {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

/* ===== TSS: Manchester Store video section — 20px bottom padding on mobile ===== */
@media screen and (max-width: 1023px) {
  .shopify-section-video_hero_mBUc3F .m-section-py {
    padding-bottom: 20px !important;
  }
}

/* ===== TSS: Clean & Premium desktop dropdown menus ===== */
@media screen and (min-width: 1024px) {
  /* Sharper shadow + subtle border + rounded corners */
  .m-menu__item--dropdown .m-mega-menu {
    box-shadow: 0 8px 32px rgba(0,0,0,0.13), 0 2px 8px rgba(0,0,0,0.07) !important;
    border: 1px solid rgba(0,0,0,0.09) !important;
    border-radius: 10px !important;
    min-width: 230px !important;
  }

  /* Tighter inner padding so items fill to the rounded edge cleanly */
  .m-menu__item--dropdown .m-mega-menu__inner {
    padding: 8px !important;
  }

  /* Black text, proper weight, comfortable spacing per item */
  .m-menu__item--dropdown .m-sub-menu__item > a {
    color: #111111 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    padding: 11px 14px !important;
    border-radius: 6px !important;
    letter-spacing: 0.01em !important;
    transition: background 0.15s ease !important;
  }

  /* Clean grey hover — no jarring colour jumps */
  .m-menu__item--dropdown .m-sub-menu__item > a:hover {
    color: #111111 !important;
    background: #f2f2f2 !important;
  }

  /* Soften the right-arrow chevron */
  .m-menu__item--dropdown .m-sub-menu__item--level-1 > a svg {
    opacity: 0.35;
    transition: opacity 0.15s ease;
  }
  .m-menu__item--dropdown .m-sub-menu__item--level-1 > a:hover svg {
    opacity: 0.65;
  }

  /* Sub-menu column panels — match the same premium styling */
  .m-menu__item--dropdown .m-mega-menu__column {
    box-shadow: 0 8px 32px rgba(0,0,0,0.13), 0 2px 8px rgba(0,0,0,0.07) !important;
    border: 1px solid rgba(0,0,0,0.09) !important;
    border-radius: 10px !important;
  }
}

/* ===== TSS: Make An Offer popup redesign ===== */

/* Overlay — slightly darker for focus */
#OfferlyModalDiv {
  background: rgba(0, 0, 0, 0.6) !important;
}

/* Modal container — rounded corners, premium shadow, no flat border */
#OfferlyModalDiv .offerly-modal-content {
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 32px 80px rgba(0,0,0,0.20), 0 8px 24px rgba(0,0,0,0.10) !important;
  padding: 36px 40px !important;
  overflow: hidden !important;
}

/* Close button — absolutely positioned top-right */
#OfferlyModalDiv .offerly-modal-content {
  position: relative !important;
}
#offerlyCloseButton {
  position: absolute !important;
  top: 16px !important;
  right: 20px !important;
  z-index: 10 !important;
  width: auto !important;
  height: auto !important;
  cursor: pointer !important;
  color: #aaaaaa !important;
  font-size: 18px !important;
  line-height: 1 !important;
  transition: color 0.15s ease !important;
}
#offerlyCloseButton:hover { color: #111111 !important; }

/* Left side — add subtle right border as divider */
#OfferlyModalDiv #leftSide {
  border-right: 1px solid #efefef !important;
  padding-right: 32px !important;
}

/* Title */
#offerlyModalHeader {
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: -0.3px !important;
  margin-bottom: 2px !important;
  color: #111111 !important;
}

/* Subtitle */
#modalTextInformation {
  font-size: 13px !important;
  color: #888888 !important;
  margin-bottom: 20px !important;
}

/* Field labels */
#OfferlyModalDiv .offerly-input-label {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #555555 !important;
  display: block !important;
  margin-bottom: 6px !important;
}

/* Input fields */
#OfferlyModalDiv .offerInput {
  border: 1.5px solid #e8e8e8 !important;
  border-radius: 8px !important;
  padding: 11px 14px !important;
  font-size: 14px !important;
  background: #f9f9f9 !important;
  color: #111111 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease !important;
}
#OfferlyModalDiv .offerInput:focus {
  border-color: #36b5e5 !important;
  box-shadow: 0 0 0 3px rgba(54, 181, 229, 0.15) !important;
  background: #ffffff !important;
  outline: none !important;
}
#OfferlyModalDiv .offerInput::placeholder { color: #888888 !important; }

/* Submit button */
#submitOfferButton {
  border-radius: 8px !important;
  padding: 13px 24px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  width: 100% !important;
  transition: filter 0.15s ease, transform 0.1s ease !important;
}
#submitOfferButton:hover {
  filter: brightness(1.1) !important;
  transform: translateY(-1px) !important;
}

/* Right side — product panel */
#OfferlyModalDiv #rightSide {
  background: #f7f8f9 !important;
  border-radius: 10px !important;
  padding: 24px 20px !important;
  margin-left: 28px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

/* Product image */
#offerImage {
  border-radius: 10px !important;
  max-width: 150px !important;
  width: 100% !important;
  object-fit: contain !important;
}

/* Product title on right */
#modalProductTitle {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  margin-top: 14px !important;
  margin-bottom: 4px !important;
  line-height: 1.3 !important;
}

/* Product price on right */
#modalPrice {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #111111 !important;
}

/* ===== TSS: Make An Offer popup — entrance animations ===== */

@keyframes tssOfferOverlayIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes tssOfferModalIn {
  from { opacity: 0; transform: translateY(24px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0)    scale(1); }
}

/* Overlay fade in */
#OfferlyModalDiv.OfferlyModal[style*="flex"],
#OfferlyModalDiv.OfferlyModal[style*="block"] {
  animation: tssOfferOverlayIn 0.22s ease forwards !important;
}

/* Modal card slides + scales up */
#OfferlyModalDiv .offerly-modal-content {
  animation: tssOfferModalIn 0.3s cubic-bezier(0.34, 1.4, 0.64, 1) forwards !important;
}

/* ===== TSS: Make An Offer popup — larger size ===== */
#OfferlyModalDiv .offerly-modal-content {
  width: 860px !important;
  max-width: 92vw !important;
}
/* Force left + right side by side, never wrap */
#OfferlyModalDiv .offerly-modal-content-group {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
}
#OfferlyModalDiv #leftSide {
  width: 50% !important;
  flex: 0 0 50% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}
#OfferlyModalDiv #rightSide {
  width: 50% !important;
  flex: 0 0 50% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  margin-left: 0 !important;
  padding: 36px 32px !important;
}
#offerImage {
  max-width: 220px !important;
}



/* ===== TSS: Make An Offer popup — font family match ===== */
#OfferlyModalDiv,
#OfferlyModalDiv .offerly-modal-content,
#OfferlyModalDiv .offerly-modal-content * {
  font-family: 'Jost', sans-serif !important;
}


/* ===== TSS: Make An Offer — Thank You / Countered state ===== */

/* Larger heading */
#OfferlyModalDiv.tss-offer-thankyou #offerlyModalHeader {
  font-size: 28px !important;
  font-weight: 800 !important;
  letter-spacing: -0.3px !important;
  margin-bottom: 12px !important;
  color: #111111 !important;
}

/* Larger subtext */
#OfferlyModalDiv.tss-offer-thankyou .offerly-information-text {
  font-size: 15px !important;
  color: #666666 !important;
  line-height: 1.6 !important;
}


/* ===== TSS: Product page — larger Add to Cart + Make Us An Offer buttons ===== */
.m-add-to-cart.m-button,
#offerButton {
  padding: 15px 30px !important;
  min-height: 56px !important;
  font-size: 17px !important;
  letter-spacing: 0.01em !important;
}


/* ===== TSS: Cart drawer checkout button — font + size to match product page ===== */
#MinimogCartDrawer .m-button,
#MinimogCartDrawer .m-button--primary,
.m-cart-drawer .m-button,
.m-cart-drawer .m-button--primary {
  font-family: 'Jost', sans-serif !important;
  min-height: 56px !important;
  padding: 15px 30px !important;
  font-size: 17px !important;
  letter-spacing: 0.01em !important;
}


/* ===== TSS: Nav dropdown — match submenu font size to main nav (18px) ===== */
.m-mega-menu .m-menu__link,
.m-sub-menu .m-menu__link {
  font-size: 18px !important;
}


/* ===== TSS: Mobile — compact collection page title ===== */
@media screen and (max-width: 767px) {
  /* Remove padding above/below the collection title */
  .m-collection-page-header__inner {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  /* Slightly smaller title on mobile to save vertical space */
  .m-collection-page-header__title {
    font-size: 18px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Tighten the top of the products/filter section */
  .shopify-section-collection-banner + .shopify-section .m-section-py,
  .shopify-section-collection-banner + .shopify-section [class*="collection-toolbar"],
  .shopify-section-collection-banner + .shopify-section [class*="collection-filters"] {
    padding-top: 8px !important;
  }
}


/* ===== TSS: Free scratch card banner in cart drawer ===== */
@keyframes tssScratchShimmer {
  0%   { transform: translateX(-100%) skewX(-15deg); }
  100% { transform: translateX(250%) skewX(-15deg); }
}
@keyframes tssScratchPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(54, 181, 229, 0.5), 0 4px 16px rgba(0,0,0,0.18); }
  50%       { box-shadow: 0 0 0 6px rgba(54, 181, 229, 0), 0 4px 20px rgba(0,0,0,0.22); }
}
@keyframes tssScratchStarSpin {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.3); }
  100% { transform: rotate(360deg) scale(1); }
}

.tss-scratch-banner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #0077cc 0%, #36b5e5 40%, #0099e6 70%, #0077cc 100%);
  animation: tssScratchPulse 2s ease-in-out infinite;
  cursor: default;
}
.tss-scratch-banner__shimmer {
  position: absolute;
  top: 0; left: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.45) 50%, transparent 100%);
  animation: tssScratchShimmer 2.2s ease-in-out infinite;
  pointer-events: none;
}
.tss-scratch-banner__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 16px;
  z-index: 1;
}
.tss-scratch-banner__icon {
  font-size: 26px;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
}
.tss-scratch-banner__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: 'Jost', sans-serif;
  text-align: center;
  align-items: center;
}
.tss-scratch-banner__text strong {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.1px;
}
.tss-scratch-banner__text span {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  line-height: 1.3;
}
.tss-scratch-banner__text em {
  font-style: normal;
  font-weight: 800;
  color: #ffffff;
}
.tss-scratch-banner__star {
  font-size: 18px;
  color: rgba(255,255,255,0.9);
  flex-shrink: 0;
  animation: tssScratchStarSpin 3s linear infinite;
  display: inline-block;
}

/* TSS: Mobile cart banner — compact size */
@media screen and (max-width: 767px) {
  #MinimogCartDrawer .tss-scratch-banner__inner {
    padding: 9px 12px;
    gap: 8px;
  }
  #MinimogCartDrawer .tss-scratch-banner__icon {
    font-size: 18px;
  }
  #MinimogCartDrawer .tss-scratch-banner__text strong {
    font-size: 12px;
  }
  #MinimogCartDrawer .tss-scratch-banner__text span {
    font-size: 10px;
  }
  #MinimogCartDrawer .tss-scratch-banner__star {
    font-size: 14px;
  }
}

/* TSS: Desktop product page — remove left padding so thumbnails sit closer to page edge */
@media screen and (min-width: 768px) {
  .m-main-product--media {
    padding-left: 0 !important;
  }
}

/* TSS: Mobile product page — full-width stacked layout */
@media screen and (max-width: 767px) {
  .m-main-product--wrapper {
    flex-direction: column !important;
  }
  .m-main-product--media {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .m-product-media--wrapper,
  .m-product-media--desktop {
    max-width: 100% !important;
    width: 100% !important;
  }
  .m-product-media--item img {
    width: 100% !important;
    height: auto !important;
  }
  .m-main-product--info {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* TSS: Product image slider — white circle background, blue arrow icon */
.m-product-media--slider__navigation .swiper-button-control {
  background: #ffffff !important;
  background-color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;
  border: none !important;
  color: #37b9ea !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.m-product-media--slider__navigation .swiper-button-control svg {
  width: 20px !important;
  height: 20px !important;
}
.m-product-media--slider__navigation .swiper-button-control svg path {
  stroke-width: 2.5 !important;
}

/* TSS: Product image — thumbnails on the left as vertical column (desktop only) */
@media screen and (min-width: 768px) {
  .m-media-gallery__wrapper {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px !important;
    align-items: flex-start !important;
  }

  /* Thumbnails move to the left */
  .m-product-media--slider__thumbnails {
    order: -1 !important;
    width: 72px !important;
    flex-shrink: 0 !important;
    overflow: hidden !important;
    height: auto !important;
  }

  /* Override Swiper's horizontal transform so slides stack vertically */
  .m-product-media--slider__thumbnails .nav-swiper-container,
  .m-product-media--slider__thumbnails .swiper-container {
    width: 72px !important;
    height: auto !important;
    overflow: visible !important;
  }

  .m-product-media--slider__thumbnails .swiper-wrapper {
    display: flex !important;
    flex-direction: column !important;
    transform: none !important;
    width: 72px !important;
    height: auto !important;
    gap: 8px !important;
  }

  .m-product-media--slider__thumbnails .swiper-slide {
    width: 72px !important;
    height: 72px !important;
    margin-right: 0 !important;
    flex-shrink: 0 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
  }

  .m-product-media--slider__thumbnails .swiper-slide img {
    width: 72px !important;
    height: 72px !important;
    object-fit: cover !important;
    display: block !important;
  }

  /* Main image slider takes remaining width */
  .m-media-gallery__inner {
    flex: 1 !important;
    min-width: 0 !important;
  }
}



/* ===== TSS: Premium sidebar menu drawer ===== */

/* White panel */
.m-menu-drawer__wrapper {
  background-color: #ffffff !important;
  color: #000000 !important;
}

/* Backdrop */
.m-menu-drawer.open .m-menu-drawer__backdrop {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* Top-level items — subtle divider */
.m-menu-drawer__navigation > .m-menu-mobile__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

/* Top-level links — big, bold, uppercase */
.m-menu-drawer__navigation > .m-menu-mobile__item > .m-menu-mobile__link {
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  padding: 18px 28px !important;
  transition: color 0.2s ease, padding-left 0.2s ease !important;
}
.m-menu-drawer__navigation > .m-menu-mobile__item > .m-menu-mobile__link:hover {
  color: #ed1b24 !important;
  padding-left: 38px !important;
}

/* Arrow chevron */
.m-menu-drawer__navigation > .m-menu-mobile__item > .m-menu-mobile__toggle-button {
  color: #000000 !important;
  transition: color 0.2s ease !important;
}
.m-menu-drawer__navigation > .m-menu-mobile__item > .m-menu-mobile__toggle-button:hover {
  color: #ed1b24 !important;
}

/* "Sale" entry — always red */
.m-menu-drawer__navigation > .m-menu-mobile__item > .m-menu-mobile__link[href*="/sale"],
.m-menu-drawer__navigation > .m-menu-mobile__item > .m-menu-mobile__link[href*="sale"] {
  color: #ed1b24 !important;
}

/* Sub-menu panel */
.m-megamenu-mobile {
  background-color: #ffffff !important;
}

/* Back button */
.m-menu-mobile__back-button {
  color: #000000 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

/* Sub-menu links */
.m-submenu-mobile .m-menu-mobile__link {
  color: rgba(0, 0, 0, 0.65) !important;
  font-size: 15px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
}
.m-submenu-mobile .m-menu-mobile__link:hover {
  color: #ed1b24 !important;
}

/* ===== TSS: Hide filters on Recently Sold collection ===== */
.facest-filters-section:has([data-collection-url*="recently-sold"]) .m-sidebar,
.facest-filters-section:has([data-collection-url*="recently-sold"]) .m-toolbar--left {
  display: none !important;
}

/* ===== TSS: All collection titles in uppercase ===== */
.m-collection-page-header__title {
  text-transform: uppercase !important;
}


/* === TSS: Product image slider arrow — force black === */
.m-media-gallery__wrapper .swiper-button-control { color: #000000 !important; }
.m-media-gallery__wrapper .swiper-button-control svg path { stroke: #000000 !important; }
