/* Archoi shop layout refresh — 2026-08-24 */
body.woocommerce-shop {
  --archoi-ink: #2f2a26;
  --archoi-muted: #786f68;
  --archoi-accent: #2f83a8;
  --archoi-paper: #f7f3ed;
  --archoi-line: #e9e1d7;
}

body.woocommerce-shop #wrapper {
  background: #fff;
  color: var(--archoi-ink);
}

body.woocommerce-shop .shop-page-title {
  padding: 34px 0 28px;
  background: var(--archoi-paper);
  border-bottom: 1px solid var(--archoi-line);
}

body.woocommerce-shop .shop-page-title .page-title-inner,
body.woocommerce-shop #main > .category-page-row {
  max-width: 1240px;
}

body.woocommerce-shop .shop-page-title .page-title-inner {
  align-items: flex-end;
}

body.woocommerce-shop .woocommerce-breadcrumb {
  color: var(--archoi-ink);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .04em;
  text-transform: none;
}

body.woocommerce-shop .woocommerce-breadcrumb a,
body.woocommerce-shop .woocommerce-breadcrumb .divider {
  display: none;
}

body.woocommerce-shop .woocommerce-result-count {
  margin: 0 14px 0 0;
  color: var(--archoi-muted);
  font-size: 14px;
}

body.woocommerce-shop .woocommerce-ordering select {
  min-width: 176px;
  height: 44px;
  margin: 0;
  padding: 0 38px 0 16px;
  border: 1px solid #dcd3c8;
  border-radius: 999px;
  background-color: #fff;
  box-shadow: none;
  color: var(--archoi-ink);
}

body.woocommerce-shop #main {
  padding: 36px 0 64px;
}

@media (min-width: 850px) {
  body.woocommerce-shop .category-page-row {
    display: flex;
    flex-wrap: wrap;
  }

  body.woocommerce-shop .category-page-row > .large-3,
  body.woocommerce-shop .category-page-row > .large-9 {
    flex-basis: 100%;
    max-width: 100%;
  }

  body.woocommerce-shop .category-page-row > .large-3 {
    display: block;
    padding-bottom: 28px;
  }

  body.woocommerce-shop #shop-sidebar {
    display: flex;
    align-items: center;
    gap: 34px;
    min-height: 86px;
    padding: 18px 22px;
    border: 1px solid var(--archoi-line);
    border-radius: 16px;
    background: #fbfaf8;
  }

  body.woocommerce-shop #shop-sidebar .widget {
    margin: 0;
  }

  body.woocommerce-shop #shop-sidebar .is-divider,
  body.woocommerce-shop #shop-sidebar .widget_product_categories .widget-title,
  body.woocommerce-shop #woocommerce_recently_viewed_products-8 {
    display: none;
  }

  body.woocommerce-shop #shop-sidebar .widget_product_categories {
    flex: 0 0 auto;
  }

  body.woocommerce-shop #shop-sidebar .product-categories {
    display: flex;
    gap: 8px;
    margin: 0;
  }

  body.woocommerce-shop #shop-sidebar .product-categories li {
    border: 0;
    margin: 0;
  }

  body.woocommerce-shop #shop-sidebar .product-categories a {
    display: block;
    padding: 9px 14px;
    border: 1px solid #ddd3c7;
    border-radius: 999px;
    background: #fff;
    color: var(--archoi-ink);
    font-size: 14px;
    line-height: 1.2;
  }

  body.woocommerce-shop #shop-sidebar .product-categories a:hover {
    border-color: var(--archoi-accent);
    color: var(--archoi-accent);
  }

  body.woocommerce-shop #woocommerce_price_filter-9 {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    gap: 20px;
  }

  body.woocommerce-shop #woocommerce_price_filter-9 .widget-title {
    flex: 0 0 auto;
    color: var(--archoi-muted);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
  }

  body.woocommerce-shop #woocommerce_price_filter-9 form {
    flex: 1 1 auto;
    margin: 0;
  }

  body.woocommerce-shop #woocommerce_price_filter-9 .price_slider_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  body.woocommerce-shop #woocommerce_price_filter-9 .price_slider {
    flex: 1 1 190px;
    margin: 0;
  }

  body.woocommerce-shop #woocommerce_price_filter-9 .price_slider_amount {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 12px;
  }

  body.woocommerce-shop #woocommerce_price_filter-9 .button {
    order: 2;
    margin: 0;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--archoi-ink);
    font-size: 13px;
  }

  body.woocommerce-shop #woocommerce_price_filter-9 .price_label {
    order: 1;
    white-space: nowrap;
    color: var(--archoi-muted);
    font-size: 13px;
  }
}

body.woocommerce-shop .shop-container > .products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 20px;
  height: auto !important;
  margin: 0;
}

body.woocommerce-shop .shop-container > .products > .product {
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  max-width: none !important;
  padding: 0;
}

body.woocommerce-shop .product-small > .col-inner {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--archoi-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(65, 49, 35, .06);
  transition: transform .22s ease, box-shadow .22s ease;
}

body.woocommerce-shop .product-small > .col-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(65, 49, 35, .11);
}

body.woocommerce-shop .product-small.box {
  display: flex;
  height: 100%;
  flex-direction: column;
}

body.woocommerce-shop .product-small .box-image,
body.woocommerce-shop .product-small .box-image .image-fade_in_back,
body.woocommerce-shop .product-small .box-image .image-fade_in_back > a {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f4f1ec;
}

body.woocommerce-shop .product-small .box-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

body.woocommerce-shop .box-text-products {
  flex: 1 1 auto;
  padding: 16px 17px 19px;
}

body.woocommerce-shop .product-cat {
  margin-bottom: 7px;
  color: #988e86;
  font-size: 11px;
  letter-spacing: .08em;
}

body.woocommerce-shop .product-title {
  min-height: 2.9em;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

body.woocommerce-shop .product-title a {
  color: var(--archoi-ink);
}

body.woocommerce-shop .price-wrapper {
  margin-top: 11px;
}

body.woocommerce-shop .price {
  color: var(--archoi-ink);
  font-size: 15px;
}

body.woocommerce-shop .price del {
  color: #a59b93;
  font-size: 12px;
  opacity: 1;
}

body.woocommerce-shop .price ins {
  text-decoration: none;
}

body.woocommerce-shop .badge-container {
  top: 14px;
  left: 14px;
  margin: 0;
}

body.woocommerce-shop .badge-circle,
body.woocommerce-shop .badge-circle .badge-inner {
  width: auto;
  height: auto;
  min-height: 0;
  border-radius: 999px;
}

body.woocommerce-shop .badge-circle .badge-inner {
  padding: 7px 10px;
  background: var(--archoi-accent);
  font-size: 12px;
  line-height: 1;
}

body.woocommerce-shop .woocommerce-pagination {
  margin-top: 42px;
  text-align: center;
}

body.woocommerce-shop .page-numbers li > span,
body.woocommerce-shop .page-numbers li > a {
  border-radius: 999px;
}

@media (max-width: 849px) {
  body.woocommerce-shop .shop-page-title {
    padding: 20px 0 18px;
  }

  body.woocommerce-shop .shop-page-title .page-title-inner {
    gap: 14px;
  }

  body.woocommerce-shop .woocommerce-breadcrumb {
    font-size: 26px;
    letter-spacing: .03em;
  }

  body.woocommerce-shop .category-filtering {
    margin-top: 12px;
  }

  body.woocommerce-shop .filter-button {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #ded5ca;
    border-radius: 999px;
    background: #fff;
  }

  body.woocommerce-shop .woocommerce-ordering {
    width: 100%;
    margin: 0;
  }

  body.woocommerce-shop .woocommerce-ordering select {
    width: 100%;
    min-width: 0;
  }

  body.woocommerce-shop #main {
    padding: 22px 14px 46px;
  }

  body.woocommerce-shop .shop-container > .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 10px;
  }

  body.woocommerce-shop .product-small > .col-inner {
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(65, 49, 35, .06);
  }

  body.woocommerce-shop .product-small .box-image,
  body.woocommerce-shop .product-small .box-image .image-fade_in_back,
  body.woocommerce-shop .product-small .box-image .image-fade_in_back > a {
    aspect-ratio: 4 / 5;
  }

  body.woocommerce-shop .box-text-products {
    padding: 11px 11px 14px;
  }

  body.woocommerce-shop .product-cat {
    display: none;
  }

  body.woocommerce-shop .product-title {
    min-height: 2.8em;
    font-size: 14px;
    line-height: 1.4;
  }

  body.woocommerce-shop .price-wrapper {
    margin-top: 8px;
  }

  body.woocommerce-shop .price {
    font-size: 14px;
  }

  body.woocommerce-shop .price del {
    display: block;
    margin: 0 0 2px;
    font-size: 11px;
  }

  body.woocommerce-shop .badge-container {
    top: 10px;
    left: 10px;
  }

  body.woocommerce-shop .badge-circle .badge-inner {
    padding: 6px 8px;
    font-size: 11px;
  }
}


@media (max-width: 849px) {
  body.woocommerce-shop #woocommerce_recently_viewed_products-8,
  body.woocommerce-shop #shop-sidebar .widget_product_categories .widget-title,
  body.woocommerce-shop #shop-sidebar .widget_product_categories .is-divider {
    display: none;
  }
}


/* Archoi 1:1 large-dog product layout — 2026-08-24 */
body.postid-1473 {
  --archoi-ink: #2f2a26;
  --archoi-muted: #786f68;
  --archoi-accent: #2f83a8;
  --archoi-paper: #f7f3ed;
  --archoi-line: #e9e1d7;
}

body.postid-1473 .product-main {
  padding: 38px 0 54px;
  background: var(--archoi-paper);
}

body.postid-1473 .product-main .content-row {
  align-items: flex-start;
  max-width: 1160px;
  margin: 0 auto;
}

body.postid-1473 .product-gallery {
  padding-right: 28px;
}

body.postid-1473 .product-gallery .product-images {
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(65, 49, 35, .08);
}

body.postid-1473 .product-gallery .woocommerce-product-gallery__image a {
  display: block;
}

body.postid-1473 .product-gallery .woocommerce-product-gallery__image img {
  width: 100%;
}

body.postid-1473 .product-thumbnails a {
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 11px;
  background: #fff;
}

body.postid-1473 .product-thumbnails .is-nav-selected a {
  border-color: var(--archoi-accent);
}

body.postid-1473 .product-info {
  position: sticky;
  top: 108px;
  padding: 30px 30px 26px;
  border: 1px solid var(--archoi-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(65, 49, 35, .08);
}

body.postid-1473 .product-info .product-title {
  margin: 0 0 12px;
  color: var(--archoi-ink);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .01em;
}

body.postid-1473 .product-info > .is-divider {
  width: 42px;
  height: 3px;
  margin: 0 0 16px;
  background: var(--archoi-accent);
}

body.postid-1473 .product-page-price {
  margin: 0;
  color: var(--archoi-ink);
  font-size: 26px;
  line-height: 1.2;
}

body.postid-1473 .product-page-price del {
  margin-right: 8px;
  color: #9c928a;
  font-size: 16px;
  opacity: 1;
}

body.postid-1473 .product-page-price ins {
  color: var(--archoi-ink);
  text-decoration: none;
}

body.postid-1473 .product-short-description {
  margin-top: 18px;
}

body.postid-1473 .product-short-description p {
  margin: 0;
  padding: 16px 17px;
  border-left: 3px solid var(--archoi-accent);
  border-radius: 0 12px 12px 0;
  background: #f1f6f8;
  color: #4e4843;
  font-size: 15px;
  line-height: 1.78;
}

body.postid-1473 .product-short-description img.emoji {
  width: 16px !important;
  height: 16px !important;
  margin-right: 8px;
  vertical-align: -2px;
}

body.postid-1473 .product-info form.cart {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin: 20px 0 18px;
}

body.postid-1473 .product-info form.cart .quantity {
  flex: 0 0 116px;
  margin: 0;
}

body.postid-1473 .product-info form.cart .quantity input {
  height: 52px;
}

body.postid-1473 .single_add_to_cart_button {
  flex: 1 1 auto;
  min-height: 52px;
  margin: 0 !important;
  border-radius: 12px;
  background: var(--archoi-accent) !important;
  font-size: 16px;
  letter-spacing: .05em;
}

body.postid-1473 .single_add_to_cart_button:hover {
  background: #256f90 !important;
}

body.postid-1473 .product_meta {
  padding-top: 14px;
  border-top: 1px solid var(--archoi-line);
  color: var(--archoi-muted);
  font-size: 12px;
  line-height: 1.5;
}

body.postid-1473 .product_meta > span {
  padding: 7px 0;
  border-bottom: 1px solid #f0ebe5;
}

body.postid-1473 .product_meta a {
  color: #5f5751;
}

body.postid-1473 .share-row {
  margin-top: 14px;
}

body.postid-1473 .share-row .button {
  border-color: #d9d0c6;
  color: #7d746c;
}

body.postid-1473 .product-gallery .badge-container {
  top: 16px;
  left: 16px;
  margin: 0;
}

body.postid-1473 .product-gallery .badge-circle,
body.postid-1473 .product-gallery .badge-circle .badge-inner {
  width: auto;
  height: auto;
  min-height: 0;
  border-radius: 999px;
}

body.postid-1473 .product-gallery .badge-circle .badge-inner {
  padding: 8px 12px;
  background: var(--archoi-accent);
  font-size: 13px;
  line-height: 1;
}

body.postid-1473 .product-footer {
  padding: 48px 0 12px;
  background: #fff;
}

body.postid-1473 .woocommerce-tabs {
  max-width: 1080px;
}

body.postid-1473 .woocommerce-tabs .tabs {
  justify-content: center;
  border-bottom: 1px solid var(--archoi-line);
}

body.postid-1473 .woocommerce-tabs .tabs li a {
  padding: 13px 20px;
  font-size: 15px;
}

body.postid-1473 .woocommerce-tabs .panel {
  padding-top: 28px;
}

body.postid-1473 .related-products-wrapper {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--archoi-line);
}

@media (max-width: 849px) {
  body.postid-1473 .product-main {
    padding: 18px 14px 34px;
  }

  body.postid-1473 .product-main .content-row {
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  body.postid-1473 .product-info {
    display: contents;
  }

  body.postid-1473 .product-info .product-title {
    order: -6;
    width: 100%;
    margin: 2px 0 8px;
    font-size: 24px;
    line-height: 1.3;
  }

  body.postid-1473 .product-info > .is-divider {
    display: none;
  }

  body.postid-1473 .product-info > .price-wrapper {
    order: -5;
    width: 100%;
    margin-bottom: 2px;
  }

  body.postid-1473 .product-page-price {
    font-size: 23px;
  }

  body.postid-1473 .product-page-price del {
    font-size: 14px;
  }

  body.postid-1473 .product-gallery {
    order: -4;
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
    padding: 0;
  }

  body.postid-1473 .product-gallery .product-images {
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(65, 49, 35, .08);
  }

  body.postid-1473 .product-short-description {
    order: -3;
    width: 100%;
    margin-top: 18px;
  }

  body.postid-1473 .product-short-description p {
    border-left: 0;
    border-radius: 14px;
    background: #fff;
    font-size: 14px;
    line-height: 1.8;
  }

  body.postid-1473 .product-info form.cart {
    order: -2;
    width: 100%;
    margin: 14px 0 16px;
  }

  body.postid-1473 .product-info form.cart .quantity {
    flex-basis: 108px;
  }

  body.postid-1473 .product_meta {
    order: -1;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--archoi-line);
    border-radius: 13px;
    background: #fff;
  }

  body.postid-1473 .share-row {
    order: 0;
    width: 100%;
    margin: 14px 0 0;
  }

  body.postid-1473 .product-gallery .badge-container {
    top: 12px;
    left: 12px;
  }

  body.postid-1473 .product-footer {
    padding-top: 28px;
  }

  body.postid-1473 .woocommerce-tabs .panel {
    padding-top: 20px;
  }
}


body.postid-1473 .product-page-price del,
body.postid-1473 .product-page-price ins {
  display: inline-block;
  white-space: nowrap;
}


@media (max-width: 849px) {
  body.postid-1473 .category-filtering,
  body.postid-1473 .next-prev-thumbs {
    display: none !important;
  }
}