[hidden] {
  display: none !important;
}
.shop-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 20px 60px;
}
.breadcrumbs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 10px;
  color: #888;
  margin: 0 0 28px;
}
.product-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.main-photo {
  aspect-ratio: 4/5;
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
}
.main-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main-photo.crop-detail > img {
  transform: scale(1.65);
  transform-origin: center 40%;
}
#zoom {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #fff;
  border: 1px solid #eee;
  width: 39px;
  height: 39px;
  font-size: 24px;
  color: #555;
  cursor: pointer;
}
.thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.thumbnails button {
  padding: 0;
  border: 1px solid #eee;
  background: white;
  cursor: pointer;
  width: 70px;
}
.thumbnails button[aria-pressed="true"] {
  border-color: #222;
}
.thumbnails img {
  display: block;
  width: 100%;
  height: 85px;
  object-fit: cover;
}
.thumbnails span {
  font-size: 10px;
  display: block;
  padding: 7px;
}
.purchase h1 {
  font-size: 23px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 24px;
}
.price {
  font-size: 18px;
  margin: 0 0 20px;
}
.color {
  font-size: 12px;
  color: #777;
  margin-bottom: 30px;
}
.size-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-bottom: 12px;
}
.size-heading button {
  border: 0;
  background: none;
  padding: 4px 0;
  color: #888;
  text-decoration: underline;
  font-size: 11px;
  cursor: pointer;
}
.selection-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.sizes {
  display: flex;
  gap: 7px;
  margin: 0;
  padding: 0;
  border: 0;
}
.sizes input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.sizes label span {
  display: grid;
  place-items: center;
  width: 43px;
  height: 44px;
  border: 1px solid #e7e7e7;
  font-size: 11px;
  cursor: pointer;
}
.sizes input:checked + span {
  background: #111;
  color: white;
  border-color: #111;
}
.sizes input:focus-visible + span {
  outline: 2px solid #777;
  outline-offset: 3px;
}
.quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #eee;
  min-width: 110px;
  height: 44px;
  font-size: 12px;
}
.quantity button {
  height: 42px;
  width: 36px;
  background: #fff;
  border: 0;
  cursor: pointer;
  font-size: 18px;
}
.quantity button:disabled {
  color: #ccc;
  cursor: default;
}
.size-note {
  font-size: 10px;
  color: #888;
  margin: 12px 0 18px;
  line-height: 1.5;
}
.primary-action,
.secondary-action {
  display: block;
  width: 100%;
  padding: 16px 12px;
  margin: 8px 0;
  font:
    11px Arial,
    sans-serif;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #111;
}
.primary-action {
  background: #111;
  color: #fff;
}
.secondary-action {
  background: #fff;
  color: #111;
}
.primary-action:disabled {
  background: #ddd;
  border-color: #ddd;
  color: #777;
  cursor: default;
}
.feedback {
  font-size: 12px;
  line-height: 1.6;
  min-height: 18px;
  margin: 12px 0;
}
.checkout-note {
  font-size: 11px;
  line-height: 1.7;
  color: #888;
}
details {
  border-top: 1px solid #eee;
  padding: 20px 0;
}
summary {
  font-size: 11px;
  letter-spacing: 0.8px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
summary:after {
  content: "+";
}
details[open] > summary:after {
  content: "−";
}
details p {
  font-size: 13px;
  line-height: 1.8;
  color: #777;
  margin: 20px 0 0;
}
.related {
  margin-top: 60px;
}
.related h2 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 25px;
}
#related-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
#related-items img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  background: #eee;
}
#related-items span {
  display: block;
  font-size: 10px;
  line-height: 1.5;
  margin-top: 12px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
#sizes-dialog {
  max-width: 480px;
  padding: 38px;
  width: calc(100% - 32px);
}
#sizes-dialog h2 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
}
#sizes-dialog p {
  font-size: 13px;
  line-height: 1.7;
  color: #777;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 25px;
  font-size: 12px;
}
td,
th {
  text-align: left;
  border-bottom: 1px solid #eee;
  padding: 12px 8px;
}
th {
  font-weight: 400;
  color: #888;
}
.close-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  border: 0;
  background: #fff;
  width: 32px;
  height: 32px;
  font-size: 24px;
  cursor: pointer;
}
#zoom-dialog {
  width: fit-content;
  max-width: 95vw;
  max-height: 95svh;
  background: #fff;
}
#zoom-dialog img {
  display: block;
  max-width: 90vw;
  max-height: 90svh;
  object-fit: contain;
}
.cart-main h1 {
  font-size: 21px;
  font-weight: 400;
  margin: 20px 0 40px;
}
.cart-layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 60px;
}
.cart-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  padding: 0 0 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.cart-row img {
  width: 110px;
  height: 145px;
  object-fit: cover;
}
.cart-row a {
  font-size: 12px;
  line-height: 1.6;
}
.cart-row p {
  font-size: 11px;
  color: #888;
}
.cart-row .quantity {
  display: inline-flex;
  min-width: 110px;
}
.remove-item {
  border: 0;
  background: white;
  color: #888;
  font-size: 11px;
  text-decoration: underline;
  margin-left: 15px;
  cursor: pointer;
}
.cart-summary {
  border: 1px solid #eee;
  padding: 25px;
  align-self: start;
}
.cart-summary h2 {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 28px;
}
.cart-summary > p:not(.checkout-note) {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 20px;
}
.cart-summary > a {
  font-size: 11px;
  text-decoration: underline;
}
.cart-main #empty-cart {
  font-size: 14px;
  line-height: 1.8;
}
.cart-main #cart-message {
  font-size: 12px;
  color: #777;
}
@media (max-width: 800px) {
  .product-layout {
    gap: 25px;
  }
  .purchase h1 {
    font-size: 20px;
  }
  .sizes label span {
    width: 34px;
  }
  .quantity {
    min-width: 95px;
  }
  .selection-row {
    flex-wrap: wrap;
  }
  .cart-layout {
    gap: 25px;
  }
}
@media (max-width: 600px) {
  .shop-main {
    padding: 22px 16px 40px;
  }
  .breadcrumbs {
    font-size: 9px;
    gap: 7px;
    margin-bottom: 18px;
  }
  .product-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .main-photo {
    aspect-ratio: 4/5;
  }
  .purchase h1 {
    font-size: 21px;
    margin-bottom: 18px;
  }
  .size-heading {
    font-size: 12px;
  }
  .sizes label span {
    width: 44px;
    height: 44px;
  }
  .size-note {
    font-size: 11px;
  }
  .price {
    font-size: 18px;
  }
  .color {
    margin-bottom: 25px;
  }
  .primary-action,
  .secondary-action {
    padding: 17px;
    font-size: 11px;
  }
  .related {
    margin-top: 35px;
  }
  #related-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .cart-layout {
    grid-template-columns: 1fr;
  }
  .cart-row {
    grid-template-columns: 90px 1fr;
    gap: 16px;
  }
  .cart-row img {
    width: 90px;
    height: 125px;
  }
  .cart-main h1 {
    margin: 8px 0 28px;
  }
  .remove-item {
    display: block;
    margin: 12px 0 0;
    padding: 0;
  }
  #sizes-dialog {
    padding: 35px 22px;
  }
}
/* Restrained scale and white product photography. */
.shop-main {
  max-width: 920px;
  padding: 28px 20px 46px;
}
.breadcrumbs {
  font-size: 9px;
  margin-bottom: 21px;
  gap: 7px;
}
.product-layout {
  gap: 40px;
  align-items: start;
}
.main-photo {
  aspect-ratio: 4/5;
  border: 1px solid #eee;
  background: #fff;
}
.main-photo > img {
  object-fit: contain;
  background: white;
}
.main-photo.crop-detail > img {
  transform: none;
}
.thumbnails {
  gap: 10px;
  margin-top: 12px;
}
.thumbnails button {
  width: 59px;
  height: 60px;
  overflow: hidden;
  border-color: transparent;
}
.thumbnails img {
  height: 100%;
  object-fit: contain;
  background: #fff;
}
.thumbnails span {
  display: none;
}
.purchase h1 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 17px;
  font-weight: 600;
}
.price {
  font-size: 16px;
  margin: 0 0 13px;
  display: inline-block;
  border: 1px solid #eee;
  padding: 11px 13px;
}
.color {
  font-size: 11px;
  margin: 0 0 21px;
}
.size-heading {
  font-size: 11px;
  margin-bottom: 10px;
}
.size-heading button {
  font-size: 10px;
}
.sizes {
  gap: 6px;
}
.sizes label span {
  width: 36px;
  height: 37px;
  font-size: 9px;
}
.quantity {
  height: 38px;
  min-width: 100px;
  font-size: 10px;
}
.quantity button {
  height: 36px;
  width: 31px;
  font-size: 16px;
}
.size-note {
  display: none;
}
.selection-row {
  margin-bottom: 12px;
  gap: 8px;
}
.primary-action,
.secondary-action {
  padding: 13px 10px;
  font-size: 9px;
  letter-spacing: 1.6px;
  margin: 7px 0;
}
.feedback:empty {
  display: none;
}
.feedback {
  font-size: 11px;
  min-height: 0;
  margin: 10px 0;
}
.checkout-note {
  font-size: 10px;
  line-height: 1.7;
  margin: 12px 0 15px;
}
details {
  padding: 16px 0;
}
summary {
  font-size: 10px;
}
details p {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 17px;
}
#zoom {
  width: 32px;
  height: 32px;
  right: 12px;
  top: 12px;
  font-size: 20px;
}
.related {
  margin-top: 56px;
  border-top: 1px solid #eee;
  padding-top: 35px;
}
.related h2 {
  font-size: 11px;
  letter-spacing: 1.2px;
  color: #777;
  margin-bottom: 25px;
}
#related-items {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
#related-items img {
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
}
#related-items span {
  font-size: 9px;
}
#zoom-dialog img {
  background: white;
}
.cart-row img {
  object-fit: contain;
  background: white;
}
@media (max-width: 800px) {
  .product-layout {
    gap: 25px;
  }
  .selection-row {
    flex-wrap: wrap;
  }
  .sizes label span {
    width: 35px;
  }
}
@media (max-width: 600px) {
  .shop-main {
    padding: 22px 16px 40px;
  }
  .product-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .main-photo {
    aspect-ratio: 1/1.1;
  }
  .main-photo > img {
    max-height: 58svh;
  }
  .purchase h1 {
    font-size: 20px;
  }
  .price {
    font-size: 16px;
  }
  .selection-row {
    flex-wrap: nowrap;
  }
  .sizes label span {
    width: 35px;
    height: 42px;
    font-size: 10px;
  }
  .quantity {
    min-width: 95px;
    height: 42px;
  }
  .quantity button {
    height: 40px;
  }
  .size-heading {
    font-size: 12px;
  }
  .primary-action,
  .secondary-action {
    padding: 16px 10px;
    font-size: 10px;
  }
  .checkout-note {
    font-size: 11px;
  }
  .related {
    margin-top: 35px;
    padding-top: 25px;
  }
  #related-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .caption h3 {
    white-space: normal;
  }
}

/* Product and cart refinements. */
.shop-main {
  max-width: 1080px;
  padding-top: 42px;
}
.product-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 70px;
}
.purchase {
  padding-top: 8px;
}
.purchase h1 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.35px;
}
.price {
  border: 0;
  padding: 0;
  font-size: 17px;
}
.color {
  margin-bottom: 24px;
}
.color-options {
  border: 0;
  margin: 0 0 23px;
  padding: 0;
}
.color-options legend {
  font-size: 10px;
  letter-spacing: 0.7px;
  margin-bottom: 9px;
}
.color-options label {
  display: inline-block;
  margin-right: 7px;
}
.color-options input {
  position: absolute;
  opacity: 0;
}
.color-options span {
  display: block;
  min-width: 98px;
  padding: 11px 14px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 10px;
  cursor: pointer;
}
.color-options input:checked + span {
  background: #111;
  color: #fff;
  border-color: #111;
}
.material {
  white-space: pre-line;
  border-top: 1px solid #eee;
  padding-top: 17px;
}
.cart-main {
  min-height: 65svh;
}
.cart-main h1 {
  letter-spacing: 1.3px;
}
.cart-line-price {
  color: #111 !important;
}
.cart-summary {
  position: sticky;
  top: 85px;
}
.cart-summary .checkout-note {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.footer-main nav {
  display: flex;
  gap: 24px;
}
@media (max-width: 800px) {
  .product-layout {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .purchase {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .shop-main {
    padding-top: 24px;
  }
  .product-layout {
    grid-template-columns: 1fr;
  }
  .purchase h1 {
    font-size: 22px;
  }
  .color-options {
    margin-bottom: 20px;
  }
  .color-options span {
    min-width: 115px;
    padding: 12px;
  }
  .cart-summary {
    position: static;
  }
}

/* Align mixed Latin, Cyrillic and CJK breadcrumb text on one baseline. */
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  min-height: 22px;
  line-height: 1.2;
  white-space: nowrap;
}
.breadcrumbs > a,
.breadcrumbs > span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  line-height: 1.2;
}
.breadcrumbs > span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 650px) {
  .breadcrumbs {
    gap: 8px;
    margin-bottom: 20px;
    font-size: 9px;
  }
}
