:root {
  --hip-black: #050505;
  --hip-dark: #272727;
  --hip-text: #111;
  --hip-muted: #666;
  --hip-line: #e7e8e9;
  --hip-product-bg: #e8e6e7;
  --hip-blue: #001a70;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  background: #efefef;
  color: var(--hip-text);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body {
  margin: 0;
  background: #efefef;
}

body.is-locked {
  overflow: hidden;
}

button,
input {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
picture {
  display: block;
}

img {
  max-width: 100%;
}

#main {
  width: min(1180px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
  box-shadow: none;
}

.maxWidth {
  width: 100%;
  margin: 0 auto;
}

.clr {
  clear: both;
}

#uspAll {
  position: relative;
  z-index: 50;
  background: var(--hip-dark);
  color: #fff;
}

#uspSlider {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  min-height: 35px;
  padding: 0;
}

.uspSlider {
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.uspSlider li {
  display: none;
}

.uspSlider li.is-active {
  display: block;
}

.uspSlider a {
  display: block;
  padding: 10px 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.uspArrow {
  width: 42px;
  height: 35px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.headerWrap header {
  position: sticky;
  top: 0;
  z-index: 45;
  background: var(--hip-black);
  color: #fff;
}

#head {
  position: relative;
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px 0 16px;
}

#head .logo {
  display: inline-flex;
  align-items: center;
}

#headLeft {
  display: flex;
  align-items: center;
}

.headerLogo {
  width: 96px;
  height: auto;
  filter: invert(1);
}

#headRight {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
}

#headRight a,
#headRight button {
  position: relative;
  display: inline-grid;
  width: 34px;
  height: 44px;
  place-items: center;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0;
}

#headRight svg {
  fill: currentColor;
}

#headRight .back,
#headRight .open {
  display: none !important;
}

.headerIcon,
#headRight svg {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.basketIcon,
.menuIcon {
  filter: invert(1);
}

.srch #close {
  display: none;
}

.srch.is-open #open {
  display: none;
}

.srch.is-open #close {
  display: block;
}

.back,
.open,
#userMenuContainer,
#miniCart,
#headBot,
#cartSummaryOverlay {
  display: none;
}

.basketCount,
[data-basket-count] {
  position: absolute;
  top: 5px;
  right: -2px;
  min-width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
}

#search {
  position: relative;
  z-index: 44;
  background: #fff;
  border-bottom: 1px solid var(--hip-line);
  padding: 10px;
}

#searchBar,
.inpBg,
.srchInputContainer {
  display: flex;
  width: 100%;
  align-items: center;
}

.srchInputContainer {
  min-height: 42px;
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 0 8px;
}

.srchInputContainer label {
  display: inline-flex;
  align-items: center;
  color: #111;
}

#srchButton {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

#srchInput {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 10px;
  font-size: 15px;
}

#clearInput,
#search .srch {
  border: 0;
  background: transparent;
  color: #111;
}

#clearInput {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  cursor: pointer;
}

#clearInput::before {
  content: "x";
  font-size: 18px;
}

#search .srch {
  width: 42px;
  font-size: 28px;
  line-height: 1;
}

#enhancedSearch {
  padding: 14px 0 0;
}

#enhancedSearch > ul,
.liveSearchList,
#recentSearchesList {
  margin: 0;
  padding: 0;
  list-style: none;
}

#trendingSearches {
  display: block;
  padding-bottom: 8px;
}

#trendingSearches[hidden] {
  display: none !important;
}

#trendingSearches ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#liveSearchResultsContent,
#recentSearchesContent {
  display: block;
}

#trendingSearches li {
  border-bottom: 1px solid #f0f0f0;
}

#trendingSearches li:last-child {
  border-bottom: 0;
}

#trendingSearches li.title,
#recentSearchesContent h2,
.liveSearchHeading {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ececec;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

#trendingSearches li.title + li {
  border-top: 0;
}

.liveSearchList li,
#recentSearchesList li {
  border-bottom: 1px solid #f0f0f0;
}

.liveSearchList li:last-child,
#recentSearchesList li:last-child {
  border-bottom: 0;
}

.liveSearchResult {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  color: #111;
  text-decoration: none;
}

.liveSearchResult img {
  display: block;
  width: 58px;
  height: 58px;
  border: 1px solid #ececec;
  background: #f6f6f6;
  object-fit: contain;
  padding: 3px;
}

.liveSearchMeta {
  min-width: 0;
}

.liveSearchMeta strong {
  display: block;
  margin-bottom: 2px;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.liveSearchMeta span {
  display: block;
  color: #666;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

.liveSearchMeta em {
  display: block;
  margin-top: 3px;
  color: #111;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}

.searchEmpty {
  padding: 4px 0 12px;
  color: #666;
  font-size: 12px;
  line-height: 1.5;
}

#trendingSearches a,
#recentSearchesList a {
  display: block;
  padding: 10px 0;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}

#clearRecentSearches {
  display: block;
  width: 100%;
  border: 0;
  border-top: 1px solid #ececec;
  background: #fff;
  padding: 12px 0 14px;
  color: #666;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
}

#navBackground {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.52);
}

#nav {
  position: fixed;
  inset: 0 auto 0 50%;
  z-index: 81;
  width: min(1180px, 100vw);
  max-width: 100%;
  transform: translateX(-50%);
  overflow-y: auto;
  background: #fff;
  color: #111;
}

#nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}

#nav .top-nav-header {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  background: #050505;
  padding: 0 14px;
}

#nav .top-nav-header .headerLogo {
  width: 96px;
  height: auto;
  filter: invert(1);
}

#nav .close-nav {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  text-decoration: none;
}

#nav .close-nav svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

#nav li {
  list-style: none;
  border-bottom: 1px solid var(--hip-line);
}

#nav li a {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
  text-decoration: none;
}

#nav li.level1 > a {
  min-height: 40px;
  padding-left: 34px;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
}

#nav li.level2 > a {
  padding-left: 50px;
  font-size: 12px;
}

#nav li.wChild > a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 12px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 0.18s ease;
}

#nav li.wChild.is-open > a::after {
  transform: rotate(45deg);
}

#nav .acitem {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}

#nav li.is-open > .acitem {
  display: block !important;
  left: 0 !important;
}

#navServiceContainer {
  display: grid;
  margin-top: 12px;
  border-top: 1px solid var(--hip-line);
  border-bottom: 1px solid var(--hip-line);
  background: #fff;
}

#navServiceContainer .navServiceMenu {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}

#navServiceContainer li {
  border-bottom: 1px solid var(--hip-line);
}

#navServiceContainer li:last-child {
  border-bottom: 0;
}

#navServiceContainer li.level0 > a {
  min-height: 52px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

#navServiceContainer li.wChild > a::after {
  content: "→";
  display: block;
  width: auto;
  height: auto;
  margin-left: 12px;
  border: 0;
  font-size: 16px;
  line-height: 1;
  transform: none;
}

#navServiceContainer li.wChild.is-open > a::after {
  transform: rotate(90deg);
}

#navServiceContainer li.level1 > a {
  min-height: 40px;
  padding-left: 34px;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
}

#navFooterContainer {
  display: grid;
  padding-top: 0;
  background: #fff;
}

#navFooterContainer a {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-bottom: 1px solid var(--hip-line);
  color: #111;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
}

#navFooterContainer a:last-child {
  border-bottom: 0;
}

#navFooterContainer img {
  display: block;
  width: 17px;
  height: 17px;
  object-fit: contain;
}

#navLoader {
  display: none;
}

.pdp-loading,
.pdpError {
  min-height: 320px;
  padding: 60px 24px;
  text-align: center;
}

.pdpError h1 {
  margin: 0 0 14px;
  font-size: 24px;
  text-transform: uppercase;
}

#item.productPage {
  background: #fff;
  color: #111;
}

#productPage,
.productRight,
#splitRightContainer,
.itemDetails {
  width: 100%;
}

.pdpHero {
  background: #fff;
}

.pdpHeroGallery,
.pdpHeroInfo {
  min-width: 0;
}

#breads.defaultBreadcrumbs {
  border-bottom: 1px solid var(--hip-line);
  background: #fff;
  padding: 10px 14px;
}

#breads .maxWidth {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

#breads span {
  display: inline-flex;
  align-items: center;
  color: #646464;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

#breads span.active {
  color: #111;
}

#breads span.no i::before {
  content: "/";
  margin-left: 5px;
  color: #999;
}

#itemGallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--hip-product-bg);
}

#gallery {
  position: relative;
  width: 100%;
  min-height: 320px;
  overflow: hidden;
  background: var(--hip-product-bg);
}

#owl-pdp-gallery {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.25s linear;
  will-change: transform;
}

#owl-pdp-gallery .double-tap-zoom {
  flex: 0 0 100%;
  width: 100%;
  background: var(--hip-product-bg);
}

#owl-pdp-gallery picture,
#owl-pdp-gallery img {
  width: 100%;
}

#owl-pdp-gallery img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.galleryArrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, 0.18);
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  padding: 0;
  transform: translateY(-50%);
}

.galleryArrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.galleryArrowPrev {
  left: 12px;
}

.galleryArrowPrev::before {
  transform: translateX(2px) rotate(-135deg);
}

.galleryArrowNext {
  right: 12px;
}

.galleryArrowNext::before {
  transform: translateX(-2px) rotate(45deg);
}

.galleryArrow:hover,
.galleryArrow:focus-visible {
  background: #111;
  color: #fff;
}

.owl-dots {
  position: absolute;
  right: 0;
  bottom: 13px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  pointer-events: auto;
}

.owl-dots button {
  width: 8px;
  height: 8px;
  border: 1px solid #111;
  border-radius: 50%;
  background: #fff;
  padding: 0;
}

.owl-dots button.active {
  background: #111;
}

#productShareWish {
  display: flex;
  border-bottom: 1px solid var(--hip-line);
  background: #fff;
  padding: 10px 25px 10px 10px;
}

#productShareWish .wishlistAdd {
  width: 100%;
  min-height: 38px;
  border: 0;
  border-right: 1px solid var(--hip-line);
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

#itemWish {
  display: none;
}

#itemOptions {
  padding: 0 16px 18px;
  background: #fff;
}

#productItemTitles > a {
  display: block;
}

#productItemTitles h1,
#productItemTitles h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

#productItemTitles h1 {
  padding-top: 16px;
  font-weight: 700;
}

#productItemTitles h2 {
  padding-top: 3px;
  font-weight: 400;
}

.itemPrices {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 10px;
}

.itemPrices span {
  font-size: 16px;
}

.itemPrices .pri,
.itemPrices .now {
  color: #111;
  font-weight: 800;
}

.itemPrices .was {
  color: #777;
  font-weight: 600;
  text-decoration: line-through;
}

#pr-reviewsnippet {
  min-height: 8px;
}

.btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d3d3d3;
  background: #fff;
  color: #111;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.btn.btn-default.guide {
  min-height: 36px;
  margin: 13px 0 20px;
  padding: 0 12px;
}

#itemOptions > h3 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

#sizeOptions {
  width: 100%;
}

#productSizeStock.options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

#productSizeStock .btn {
  min-width: 0;
  min-height: 45px;
  border: 1px solid #cfcfcf;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

#productSizeStock .btn.selected {
  border-color: #111;
  background: #111;
  color: #fff;
}

#productSizeStock .btn.disabled,
#productSizeStock .btn:disabled {
  border-color: #e5e5e5;
  background: #f5f5f5;
  color: #aaa;
  text-decoration: line-through;
}

.hide {
  display: none !important;
}

.sizeError {
  display: none;
  margin: 10px 0 0;
  color: #c51616;
  font-size: 13px;
  font-weight: 800;
}

.sizeError.is-visible {
  display: block;
}

.itemConfigAdd {
  border-top: 1px solid var(--hip-line);
  background: #fff;
  padding: 0 16px 18px;
}

.btn.btn-level1,
#addToBasket {
  width: 100%;
  min-height: 50px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

#addToBasket:disabled,
.btn.btn-level1:disabled {
  border-color: #cfcfcf;
  background: #d8d8d8;
  color: #777;
}

#addToBasket.is-added {
  border-color: #111;
  background: #fff;
  color: #111;
}

#detailsBackground {
  background: #fff;
}

#banner-section {
  border-top: 1px solid var(--hip-line);
}

#banner-section-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--hip-line);
  background: #f7f7f7;
  color: #111;
}

#banner-section-header div {
  min-height: 38px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--hip-line);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

#banner-section-header div:last-child {
  border-right: 0;
}

#banner-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: var(--hip-product-bg);
}

#banner-container div {
  min-height: 132px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#itemInfo.menu {
  margin: 0;
  padding: 0 16px 22px;
  list-style: none;
  border-bottom: 0;
}

#itemInfo > h1 {
  margin: 0;
  padding-top: 24px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

#itemInfo > h1 hr {
  width: 100%;
  height: 1px;
  border: 0;
  background: #111;
  margin: 11px 0 13px;
}

#editor-notes {
  max-height: 7.8em;
  overflow: hidden;
  margin: 0 0 20px;
  color: #333;
  font-size: 13px;
  line-height: 1.55;
}

#expand-toggle {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

#itemInfo > li {
  border-top: 1px solid var(--hip-line);
}

#itemInfo > li:last-child {
  border-bottom: 1px solid var(--hip-line);
}

#itemInfo > li > a {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  color: #111;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

#itemInfo .fa-plus::before {
  content: "+";
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
}

#itemInfo .fa-minus::before {
  content: "-";
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
}

#itemInfo li .fa-minus {
  display: none;
}

#itemInfo li.is-open .fa-plus {
  display: none;
}

#itemInfo li.is-open .fa-minus {
  display: inline;
}

#itemInfo .acitem {
  margin: 0;
  padding: 0;
  list-style: none;
}

#itemInfo .acitem > li {
  padding: 0 0 17px;
  color: #333;
  font-size: 13px;
  line-height: 1.55;
}

#itemInfo .acitem h3 {
  margin: 10px 0 3px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-code {
  display: block;
  margin-top: 14px;
  color: #555;
  font-weight: 800;
}

.review-tab-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

#relatedItems {
  padding: 0 16px 28px;
}

#itemRelatedCats {
  border-top: 1px solid var(--hip-line);
  padding-top: 18px;
}

#itemRelatedCats h3 {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

#itemRelatedCats ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#itemRelatedCats li {
  margin-bottom: 9px;
  color: #333;
  font-size: 12px;
  line-height: 1.45;
}

#itemRelatedCats a {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hiddenInputsWrap {
  display: none;
}

#poplbgGuide {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.55);
  padding: 18px;
}

#optGui {
  position: relative;
  width: min(420px, 100%);
  max-height: 82vh;
  overflow-y: auto;
  background: #fff;
  color: #111;
  padding: 20px;
}

#optGui .popTitle {
  margin: 0 42px 18px 0;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

#optGui .popOpen {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  min-height: 34px;
  padding: 0;
}

#optGui .popOpen::before,
#optGui .popOpen::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: #111;
}

#optGui .popOpen::before {
  transform: rotate(45deg);
}

#optGui .popOpen::after {
  transform: rotate(-45deg);
}

#sizeGuideData p {
  margin: 0 0 14px;
  color: #333;
  font-size: 13px;
  line-height: 1.55;
}

#sizeGuideData table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

#sizeGuideData th,
#sizeGuideData td {
  border: 1px solid var(--hip-line);
  padding: 10px;
  text-align: left;
}

#basketPanel {
  position: fixed;
  inset: 0;
  z-index: 110;
}

.basketScrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
}

.basketSheet {
  position: absolute;
  top: 0;
  right: calc((100vw - min(1180px, 100vw)) / 2);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(420px, 94vw);
  height: 100%;
  background: #fff;
  color: #111;
  box-shadow: -18px 0 45px rgba(0, 0, 0, 0.25);
}

.basketHead {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--hip-line);
  padding: 0 16px;
}

.basketHead h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.basketHead button {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  font-size: 30px;
  line-height: 1;
}

.basketBody {
  overflow-y: auto;
  padding: 16px;
}

.basketEmpty {
  display: grid;
  min-height: 240px;
  place-items: center;
  color: #666;
  text-align: center;
}

.basketItem {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  border-bottom: 1px solid var(--hip-line);
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.basketItem img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  background: var(--hip-product-bg);
}

.basketItem h3 {
  margin: 0 0 2px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.basketItem p {
  margin: 0 0 4px;
  color: #555;
  font-size: 12px;
  line-height: 1.35;
}

.basketItem strong {
  font-size: 13px;
}

.basketControls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

.basketQty {
  display: inline-flex;
  border: 1px solid #cfcfcf;
}

.basketQty button,
.basketRemove {
  border: 0;
  background: #fff;
}

.basketQty button {
  width: 31px;
  height: 31px;
  font-size: 17px;
}

.basketQty span {
  display: grid;
  width: 34px;
  place-items: center;
  border-right: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  font-size: 13px;
  font-weight: 800;
}

.basketRemove {
  color: #555;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.basketFoot {
  border-top: 1px solid var(--hip-line);
  padding: 16px;
}

.basketTotal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.pdpToast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 130;
  transform: translateX(-50%);
  background: #111;
  color: #fff;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

#hipFooter,
#hipFooter * {
  box-sizing: border-box;
}

#hipFooter {
  border-top: 1px solid var(--hip-line);
  background: #fff;
  color: #111;
}

#hipFooter a {
  color: inherit;
  text-decoration: none;
}

#footerInfoLinks {
  background: #111;
  color: #fff;
  text-align: center;
}

#footerCopy {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 18px 16px;
  color: #cfcfcf;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 12px;
}

.cards img {
  display: block;
  width: auto;
  max-height: 23px;
}

.corporate {
  display: block;
  font-size: 11px;
  line-height: 1.45;
}

.corporate a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.desktop-url {
  display: block;
  border-bottom: 1px solid #333;
}

.desktop-url a {
  display: block;
  padding: 14px 16px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-left ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-left li {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

.footer-left li:nth-child(2n) {
  border-right: 0;
}

.footer-left a {
  display: grid;
  min-height: 42px;
  place-items: center;
  padding: 8px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

#footerCopyright {
  background: #111;
  color: #aaa;
  padding: 16px;
  text-align: center;
  font-size: 11px;
}

@media (min-width: 700px) {
  #gallery {
    min-height: 520px;
  }

  .galleryArrow {
    display: grid;
  }

  #productSizeStock.options {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #banner-container div {
    min-height: 210px;
  }
}

@media (min-width: 900px) {
  .pdpHero {
    display: grid;
    grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
    padding: 24px;
  }

  .pdpHeroGallery {
    width: 100%;
    max-width: 520px;
  }

  #itemGallery {
    max-width: 520px;
  }

  #gallery {
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  #owl-pdp-gallery,
  #owl-pdp-gallery .double-tap-zoom,
  #owl-pdp-gallery picture {
    height: 100%;
  }

  #owl-pdp-gallery img {
    height: 100%;
    max-height: 520px;
  }

  #productShareWish {
    border: 1px solid var(--hip-line);
    border-top: 0;
    padding: 10px 14px;
  }

  #itemOptions {
    padding: 0;
  }

  .itemConfigAdd {
    border-top: 1px solid var(--hip-line);
    padding: 18px 0 0;
  }

  #detailsBackground {
    border-top: 1px solid var(--hip-line);
  }
}

@media (max-width: 520px) {
  html,
  body {
    background: #fff;
  }

  #main {
    width: 100%;
    box-shadow: none;
  }

  #breads.defaultBreadcrumbs {
    display: none;
  }

  #gallery {
    min-height: 100vw;
  }

  #productSizeStock.options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .basketSheet {
    right: 0;
    width: 100vw;
  }
}
