.jq-ic-product .woocommerce-breadcrumb,
.jq-ic-product div.product > .summary,
.jq-ic-product div.product > .woocommerce-product-gallery {
  display: none !important;
}

.jq-ic-product div.product {
  left: 50%;
  clear: both;
  width: min(96vw, 1720px) !important;
  max-width: none !important;
  margin: 0 !important;
  transform: translateX(-50%);
}

.jq-ic-product div.product::before,
.jq-ic-product div.product::after {
  display: none !important;
}

.jq-ic-cart {
  clear: both;
  width: 100%;
  margin: 0 !important;
}

.jq-ic-cart-page-body {
  overflow-x: hidden;
  background: #f8eedc !important;
}

.jq-ic-checkout-page {
  color: #33251d;
  background: #f8eedc !important;
}

.jq-ic-checkout-page .wp-site-blocks,
.jq-ic-checkout-page .wp-site-blocks > main,
.jq-ic-checkout-page main,
.jq-ic-checkout-page .wp-block-post-content,
.jq-ic-checkout-page .entry-content,
.jq-ic-checkout-page .site-content,
.jq-ic-checkout-page .content-area {
  background: #f8eedc !important;
}

.jq-ic-checkout-page h1,
.jq-ic-checkout-page h2,
.jq-ic-checkout-page h3,
.jq-ic-checkout-page .wc-block-components-title {
  color: #392a20 !important;
  font-family: Georgia, "Times New Roman", serif;
}

.jq-ic-checkout-page .wc-block-checkout,
.jq-ic-checkout-page form.woocommerce-checkout {
  width: min(1180px, calc(100% - 2rem));
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.jq-ic-checkout-page .wc-block-components-checkout-step,
.jq-ic-checkout-page .wp-block-woocommerce-checkout-order-summary-block,
.jq-ic-checkout-page .woocommerce-billing-fields,
.jq-ic-checkout-page .woocommerce-additional-fields,
.jq-ic-checkout-page .woocommerce-checkout-review-order {
  border-color: #d8c3a2 !important;
  border-radius: 12px;
  color: #33251d;
  background: #fffdf8 !important;
}

.jq-ic-checkout-page .wc-block-components-checkout-step,
.jq-ic-checkout-page .woocommerce-billing-fields,
.jq-ic-checkout-page .woocommerce-additional-fields {
  padding: 1rem;
}

.jq-ic-checkout-page input,
.jq-ic-checkout-page select,
.jq-ic-checkout-page textarea,
.jq-ic-checkout-page .wc-block-components-text-input input {
  border-color: #b99a72 !important;
  border-radius: 8px !important;
  color: #33251d !important;
  background: #fffdf8 !important;
}

.jq-ic-checkout-page #payment,
.jq-ic-checkout-page .wc-block-checkout__payment-method,
.jq-ic-checkout-page .wc-block-components-radio-control {
  border-color: #d8c3a2 !important;
  border-radius: 10px !important;
  color: #33251d !important;
  background: #fbf2e2 !important;
}

.jq-ic-checkout-page #place_order,
.jq-ic-checkout-page .wc-block-components-checkout-place-order-button {
  min-height: 52px;
  border: 0 !important;
  border-radius: 9px !important;
  color: #fff !important;
  background: #87372f !important;
  font-weight: 900;
}

.jq-ic-checkout-page #place_order:hover,
.jq-ic-checkout-page #place_order:focus-visible,
.jq-ic-checkout-page .wc-block-components-checkout-place-order-button:hover,
.jq-ic-checkout-page .wc-block-components-checkout-place-order-button:focus-visible {
  background: #652720 !important;
}

.jq-ic-cart-page-body .wp-site-blocks > header.wp-block-template-part,
.jq-ic-cart-page-body .wp-site-blocks > footer.wp-block-template-part,
.jq-ic-cart-page-body .site-header,
.jq-ic-cart-page-body .site-footer,
.jq-ic-cart-page-body .entry-header,
.jq-ic-cart-page-body .wp-block-post-title,
.jq-ic-cart-page-body .woocommerce-breadcrumb,
.jq-ic-cart-page-body p.demo_store {
  display: none !important;
}

.jq-ic-cart-page-body .wp-site-blocks,
.jq-ic-cart-page-body .wp-site-blocks > main,
.jq-ic-cart-page-body main:not(.jq-ic-cart-page),
.jq-ic-cart-page-body .wp-block-post-content,
.jq-ic-cart-page-body .entry-content,
.jq-ic-cart-page-body .site-content,
.jq-ic-cart-page-body .content-area {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #f8eedc !important;
}

.jq-ic-cart-page-body .wp-site-blocks {
  gap: 0 !important;
  row-gap: 0 !important;
}

.jq-ic-cart-page {
  width: min(1180px, calc(100% - 2rem));
  margin: clamp(2rem, 5vw, 5rem) auto;
  color: #33251d;
}

.jq-ic-cart-page::before {
  display: block;
  width: 72px;
  height: 5px;
  margin-bottom: 1.1rem;
  border-radius: 999px;
  background: #87372f;
  content: "";
}

.jq-ic-cart-heading {
  display: flex;
  gap: 1.5rem;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 1.35rem;
  border-bottom: 4px solid #b38645;
}

.jq-ic-cart-heading h1,
.jq-ic-cart-page--empty h1 {
  margin: .1rem 0 .35rem;
  color: #392a20;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 3.8rem);
  line-height: 1;
}

.jq-ic-cart-heading p,
.jq-ic-cart-page--empty > p {
  margin: 0;
  color: #725f4e;
}

.jq-ic-cart-kicker,
.jq-ic-cart-order-label {
  margin: 0 !important;
  color: #8a332c !important;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.jq-ic-cart-keep-shopping,
.jq-ic-cart-remove {
  color: #6f302b;
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.jq-ic-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: start;
}

.jq-ic-cart-orders {
  display: grid;
  gap: 1rem;
}

.jq-ic-cart-order,
.jq-ic-cart-summary {
  overflow: hidden;
  border: 1px solid #d8c3a2;
  border-radius: 16px;
  background: #fffdf8;
  box-shadow: 0 12px 34px rgb(57 42 32 / 9%);
}

.jq-ic-cart-order {
  padding: clamp(1rem, 2.5vw, 1.5rem);
}

.jq-ic-cart-order-head {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.jq-ic-cart-order-head h2 {
  margin: .25rem 0 .15rem;
  color: #392a20;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
}

.jq-ic-cart-order-head p:not(.jq-ic-cart-order-label) {
  margin: 0;
  color: #725f4e;
}

.jq-ic-cart-line-price {
  white-space: nowrap;
  color: #392a20;
  font-size: 1.2rem;
}

.jq-ic-cart-artwork-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin: 1rem 0;
}

.jq-ic-cart-artwork {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: .8rem;
  align-items: center;
  min-width: 0;
  padding: .65rem;
  border: 1px solid #eadbc2;
  border-radius: 12px;
  background: #fbf2e2;
}

.jq-ic-cart-artwork-image {
  position: relative;
  display: grid;
  overflow: hidden;
  width: 82px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 9px;
  color: #f8eedb;
  background: #392a20;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
}

.jq-ic-cart-artwork-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #efe3cf;
}

.jq-ic-cart-artwork-image strong {
  position: absolute;
  right: 5px;
  bottom: 5px;
  min-width: 28px;
  padding: 3px 6px;
  border: 2px solid #fffdf8;
  border-radius: 999px;
  color: #fff;
  background: #87372f;
  text-align: center;
  line-height: 1.1;
}

.jq-ic-cart-artwork h3 {
  overflow: hidden;
  margin: 0 0 .25rem;
  color: #392a20;
  font-size: .98rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jq-ic-cart-artwork p {
  margin: 0;
  color: #725f4e;
  font-size: .85rem;
}

.jq-ic-cart-summary {
  position: sticky;
  top: 1.5rem;
  padding: 1.35rem;
  border-top: 6px solid #b38645;
}

.jq-ic-cart-summary > div {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: .9rem 0;
  border-bottom: 1px solid #eadbc2;
}

.jq-ic-cart-summary-note,
.jq-ic-cart-secure {
  margin: .85rem 0;
  color: #725f4e;
  font-size: .82rem;
  line-height: 1.4;
}

.jq-ic-cart-grand-total {
  align-items: baseline;
  border-bottom: 0 !important;
  color: #392a20;
  font-size: 1.05rem;
  font-weight: 900;
}

.jq-ic-cart-grand-total strong {
  font-size: 1.45rem;
}

.jq-ic-cart-primary {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  min-height: 52px;
  padding: .8rem 1rem;
  place-items: center;
  border-radius: 9px;
  color: #fff !important;
  background: #87372f;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
}

.jq-ic-cart-summary .jq-ic-cart-primary {
  margin-right: auto;
  margin-left: auto;
}

.jq-ic-cart-primary:hover,
.jq-ic-cart-primary:focus-visible {
  color: #fff !important;
  background: #652720;
}

.jq-ic-cart-secure {
  margin-bottom: 0;
  text-align: center;
}

.jq-ic-cart-page--empty {
  position: relative;
  max-width: 720px;
  padding: clamp(2rem, 6vw, 5rem);
  border: 1px solid #d8c3a2;
  border-top: 6px solid #b38645;
  border-radius: 16px;
  background: #fffdf8;
  box-shadow: 0 12px 34px rgb(57 42 32 / 9%);
  text-align: center;
}

.jq-ic-cart-page--empty::before {
  margin-right: auto;
  margin-left: auto;
}

.jq-ic-cart-empty-brand {
  display: inline-block;
  margin-bottom: clamp(2rem, 6vw, 4rem);
  color: #392a20 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 900;
  text-decoration: none !important;
}

.jq-ic-cart-empty-mark {
  display: grid;
  width: 82px;
  height: 82px;
  margin: 0 auto 1.5rem;
  place-items: center;
  border: 5px solid #b38645;
  border-radius: 50%;
  background: #392a20;
  box-shadow: 0 0 0 8px #efe1c8;
}

.jq-ic-cart-empty-mark span {
  width: 24px;
  height: 24px;
  border: 6px solid #f8eedb;
  border-radius: 50%;
  background: #87372f;
}

.jq-ic-cart-page--empty > p:not(.jq-ic-cart-kicker) {
  max-width: 520px;
  margin: .8rem auto 0;
  font-size: 1.02rem;
  line-height: 1.6;
}

.jq-ic-cart-empty-actions {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: .7rem;
  max-width: 500px;
  margin: 1.75rem auto 0;
}

.jq-ic-cart-secondary {
  display: grid;
  min-height: 52px;
  padding: .75rem 1rem;
  place-items: center;
  border: 2px solid #87372f;
  border-radius: 9px;
  color: #87372f !important;
  background: #fffdf8;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
}

.jq-ic-cart-secondary:hover,
.jq-ic-cart-secondary:focus-visible {
  color: #fff !important;
  background: #652720;
}

.jq-ic-cart-how {
  margin: 0;
}

.jq-ic-cart-how summary {
  box-sizing: border-box;
  height: 100%;
  cursor: pointer;
  list-style: none;
}

.jq-ic-cart-how summary::-webkit-details-marker {
  display: none;
}

.jq-ic-cart-how[open] {
  grid-column: 1 / -1;
}

.jq-ic-cart-how[open] summary {
  width: min(100%, 260px);
  height: auto;
  margin: 0 auto 1rem;
}

.jq-ic-cart-how ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  margin: 0;
  padding: 1rem;
  border: 1px solid #d8c3a2;
  border-radius: 10px;
  background: #fbf2e2;
  list-style-position: inside;
  text-align: left;
}

.jq-ic-cart-how li {
  color: #87372f;
  font-weight: 900;
}

.jq-ic-cart-how li span {
  display: block;
  margin-top: .3rem;
  color: #725f4e;
  font-size: .82rem;
  font-weight: 500;
  line-height: 1.4;
}

.jq-ic-cart-how-home {
  display: inline-block;
  margin-top: 1rem;
  color: #87372f !important;
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

@media (max-width: 520px) {
  .jq-ic-cart-empty-actions {
    grid-template-columns: 1fr;
  }

  .jq-ic-cart-how ol {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .jq-ic-cart-layout {
    grid-template-columns: 1fr;
  }

  .jq-ic-cart-summary {
    position: static;
  }
}

@media (max-width: 560px) {
  .jq-ic-cart-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .jq-ic-cart-artwork-grid {
    grid-template-columns: 1fr;
  }

  .jq-ic-cart-order-head {
    flex-direction: column;
  }
}

.jq-ic-storefront-page .wp-site-blocks > header.wp-block-template-part,
.jq-ic-storefront-page .wp-site-blocks > footer.wp-block-template-part,
.jq-ic-storefront-page .site-header,
.jq-ic-storefront-page .site-footer,
.jq-ic-storefront-page .entry-header,
.jq-ic-storefront-page .wp-block-post-title {
  display: none !important;
}

.jq-ic-storefront-page {
  overflow-x: hidden;
  background: #f8eedc !important;
}

.jq-ic-storefront-page .wp-site-blocks,
.jq-ic-storefront-page .wp-site-blocks > main,
.jq-ic-storefront-page main,
.jq-ic-storefront-page .wp-block-post-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: #f8eedc !important;
}

.jq-ic-storefront-page .wp-site-blocks {
  gap: 0 !important;
  row-gap: 0 !important;
}

.jq-ic-storefront-page .wp-site-blocks > main,
.jq-ic-storefront-page main > .wp-block-group,
.jq-ic-storefront-page .wp-block-post-content {
  margin-block-start: 0 !important;
  padding-block-start: 0 !important;
}

.jq-ic-storefront-page .wp-block-post-content > .wp-block-shortcode {
  margin-block-start: 0 !important;
}

.jq-ic-storefront-page p.demo_store {
  display: none !important;
}

.jq-ic-cart--homepage {
  position: relative;
  left: 50%;
  width: min(100vw, 1920px);
  max-width: none !important;
  transform: translateX(-50%);
}

.jq-ic {
  width: 100%;
  margin: 0 0 2rem;
  padding-bottom: 5.5rem;
  color: #2e241d;
}

.jq-ic-intro {
  display: flex;
  gap: 1rem 2rem;
  align-items: baseline;
  justify-content: space-between;
  margin: 0 0 .7rem;
  padding: .8rem 1rem;
  border-bottom: 4px solid #b38645;
  color: #f8eedb;
  background: #392a20;
}

.jq-ic-intro h1 {
  margin: 0;
  color: #f8eedb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
}

.jq-ic-intro p {
  margin: 0;
  color: #e2cda9;
  font-size: 1rem;
}

.jq-ic-storefront-beam {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(280px, auto) minmax(260px, 1fr);
  gap: 1.25rem;
  align-items: center;
  min-height: 96px;
  padding: .9rem clamp(1rem, 3vw, 3.25rem);
  border-top: 1px solid #6d4930;
  border-bottom: 5px solid #c18a43;
  color: #fff5df;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 3%), transparent 24%, rgb(0 0 0 / 12%) 52%, transparent 76%),
    repeating-linear-gradient(2deg, #2a1a12 0, #382318 10px, #321f16 22px, #41291b 34px);
  box-shadow: 0 8px 22px rgb(44 25 13 / 22%);
}

.jq-ic-brand {
  display: flex;
  gap: .75rem;
  align-items: center;
  min-width: 0;
}

.jq-ic-brand-logo .custom-logo-link {
  display: block;
  line-height: 0;
}

.jq-ic-brand-logo img {
  width: auto;
  max-width: 64px;
  height: 58px;
  object-fit: contain;
}

.jq-ic-brand-name {
  color: #fff5df !important;
  text-decoration: none !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1.05;
  white-space: nowrap;
}

.jq-ic-tagline {
  margin: 0;
  color: #efd4a5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.45vw, 1.3rem);
  line-height: 1.25;
  text-align: center;
}

.jq-ic-storefront-nav {
  display: flex;
  gap: clamp(.7rem, 1.5vw, 1.4rem);
  align-items: center;
  justify-content: flex-end;
}

.jq-ic-storefront-nav a {
  color: #fff5df !important;
  text-decoration-color: #cba065 !important;
  text-underline-offset: .3rem;
  font-size: .96rem;
  font-weight: 700;
  white-space: nowrap;
}

.jq-ic-storefront-nav a:hover,
.jq-ic-storefront-nav a:focus-visible {
  color: #f1c77f !important;
}

.jq-ic-bulletin-board {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .75rem;
  align-items: center;
  min-height: 62px;
  margin: .8rem clamp(1rem, 3vw, 3.25rem) 0;
  padding: .65rem .85rem .65rem 1.15rem;
  border: 2px solid #704729;
  border-radius: 6px;
  color: #312116;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 16%), transparent 38%, rgb(76 40 14 / 8%)),
    #d2aa72;
  box-shadow: inset 0 0 0 3px rgb(255 246 224 / 24%), 0 4px 12px rgb(65 39 20 / 14%);
}

.jq-ic-bulletin-pin {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8f342c;
  box-shadow: 0 1px 2px rgb(0 0 0 / 35%);
}

.jq-ic-bulletin-slide {
  display: flex;
  flex-wrap: nowrap;
  gap: .25rem .7rem;
  align-items: baseline;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  animation: jq-ic-bulletin-in 220ms ease-out;
}

.jq-ic-bulletin-slides {
  min-width: 0;
  overflow: hidden;
}

.jq-ic-bulletin-slide[hidden] {
  display: none;
}

.jq-ic-bulletin-label {
  flex: 0 0 auto;
  padding: .12rem .42rem;
  border-radius: 999px;
  color: #fff7e8;
  background: #8f342c;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.jq-ic-bulletin-slide strong {
  flex: 0 0 auto;
  color: #382318;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 800;
  white-space: nowrap;
}

.jq-ic-bulletin-copy {
  min-width: 0;
  overflow: hidden;
  color: #5e422d;
  font-size: .95rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jq-ic-bulletin-slide a {
  flex: 0 0 auto;
  color: #5a251f !important;
  font-size: .84rem;
  font-weight: 800;
  text-underline-offset: .2rem;
  white-space: nowrap;
}

.jq-ic-bulletin-controls {
  display: flex;
  gap: .35rem;
  align-items: center;
  color: #4e3221;
  font-size: .76rem;
  font-weight: 800;
  white-space: nowrap;
}

.jq-ic-bulletin-controls button {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  min-height: 0;
  padding: 0;
  border: 1px solid #704729;
  border-radius: 50%;
  color: #fff6e3;
  background: #4a2f20;
  font-size: 1.2rem;
  line-height: 1;
}

@keyframes jq-ic-bulletin-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

.jq-ic-nav-cart span:not([hidden]) {
  display: inline;
  color: #f1c77f;
  font-size: .78rem;
}

.jq-ic-discovery-line {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 1rem clamp(1rem, 3vw, 3.25rem) .45rem;
}

.jq-ic-discovery-line h1 {
  margin: 0;
  color: #382318;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  line-height: 1.05;
}

.jq-ic-discovery-line p {
  margin: .35rem 0 0;
  color: #72543d;
  font-size: 1rem;
}

.jq-ic--homepage {
  margin: 0;
  padding-bottom: 0;
  background: #f8eedc;
}

.jq-ic--homepage .jq-ic-filters,
.jq-ic--homepage .jq-ic-gallery,
.jq-ic--homepage .jq-ic-empty {
  margin-right: clamp(1rem, 3vw, 3.25rem);
  margin-left: clamp(1rem, 3vw, 3.25rem);
}

.jq-ic--homepage .jq-ic-filters {
  margin-bottom: .75rem;
}

.jq-ic--homepage .jq-ic-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(1rem, 1.6vw, 1.6rem);
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding: .35rem clamp(1rem, 3vw, 3.25rem) 1rem;
}

.jq-ic-filters {
  display: flex;
  gap: .65rem;
  justify-content: flex-end;
  margin-bottom: .7rem;
}

.jq-ic-filters label {
  display: flex;
  gap: .4rem;
  align-items: center;
  margin: 0;
}

.jq-ic-filters label > span:not(.screen-reader-text) {
  font-size: .85rem;
  font-weight: 700;
}

.jq-ic-filters input {
  width: min(320px, 46vw);
  min-height: 42px;
  margin: 0;
  border: 1px solid #a98052;
  border-radius: 999px;
  background: #fffaf0;
}

.jq-ic-gallery {
  display: grid;
  gap: .9rem;
  width: 100%;
}

.jq-ic-collection {
  overflow: hidden;
  border: 1px solid #9c7042;
  border-radius: 8px 8px 3px 3px;
  background:
    linear-gradient(180deg, #e9d7b8 0%, #d9bd8d 72%, #a16f3f 72%, #704729 100%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 55%),
    0 5px 16px rgb(65 39 20 / 16%);
}

.jq-ic-collection-header {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: .4rem .7rem;
  border-bottom: 2px solid #b38645;
  color: #f7ead2;
  background: linear-gradient(90deg, #3c2a1f, #5a3b25 68%, #3b291f);
}

.jq-ic-collection-header h2 {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #f7ead2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  letter-spacing: .02em;
}

.jq-ic-collection-open {
  display: grid;
  gap: .18rem;
  align-items: start;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.jq-ic-collection-open > span:first-child {
  display: block;
  min-height: 2.1em;
  line-height: 1.05;
}

.jq-ic-collection-open:hover,
.jq-ic-collection-open:focus-visible {
  color: #f0c987;
}

.jq-ic-browse-all {
  text-decoration: underline;
  text-underline-offset: .22rem;
  font-family: system-ui, sans-serif;
  font-size: .78rem;
  font-weight: 700;
  white-space: nowrap;
}

.jq-ic-page-controls {
  display: flex;
  flex: 0 0 auto;
  gap: .45rem;
  align-items: center;
}

.jq-ic-page-controls[hidden] {
  display: none;
}

.jq-ic-page-controls button {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #caa66d;
  border-radius: 50%;
  color: #fff8eb;
  background: #2e211a;
  cursor: pointer;
  font-size: 1.55rem;
  line-height: 1;
}

.jq-ic-page-controls button:hover,
.jq-ic-page-controls button:focus-visible {
  color: #2e211a;
  background: #d5ad6b;
}

.jq-ic-page-controls span {
  min-width: 3rem;
  text-align: center;
  color: #ead5b1;
  font-size: .82rem;
  font-weight: 700;
}

.jq-ic-collection-track {
  display: flex;
  gap: clamp(.55rem, .9vw, .9rem);
  justify-content: center;
  min-height: 0;
  padding: .55rem .7rem .95rem;
}

.jq-ic-art-card {
  position: relative;
  display: block;
  flex: 0 1 112px;
  overflow: hidden;
  width: 112px;
  max-width: 112px;
  aspect-ratio: 1;
  padding: 5px;
  border: 1px solid #bc955e;
  border-radius: 3px;
  background: #f6e8ca;
  box-shadow: 0 5px 13px rgb(66 39 19 / 25%);
  cursor: zoom-in;
  animation: jq-ic-rack-in 260ms ease-out both;
}

.jq-ic-art-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 220ms ease, filter 220ms ease;
}

.jq-ic-art-card:hover img,
.jq-ic-art-card:focus-visible img {
  filter: brightness(.82);
  transform: scale(1.14);
}

.jq-ic-look-closer {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  padding: .5rem .9rem;
  border-radius: 999px;
  color: #fff;
  background: rgb(52 35 25 / 88%);
  opacity: 0;
  transform: translate(-50%, .5rem);
  transition: opacity 180ms ease, transform 180ms ease;
  white-space: nowrap;
  font-size: .9rem;
  font-weight: 700;
}

.jq-ic-art-card:hover .jq-ic-look-closer,
.jq-ic-art-card:focus-visible .jq-ic-look-closer {
  opacity: 1;
  transform: translate(-50%, 0);
}

.jq-ic-selected-badge {
  position: absolute;
  top: .7rem;
  right: .7rem;
  display: none;
  padding: .38rem .7rem;
  border-radius: 999px;
  color: #fff;
  background: #8a332c;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  font-size: .78rem;
  font-weight: 700;
}

.jq-ic-art-card.is-selected .jq-ic-selected-badge {
  display: block;
}

.jq-ic--homepage .jq-ic-collection {
  border-radius: 10px 10px 4px 4px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 55%),
    0 10px 24px rgb(65 39 20 / 22%);
}

.jq-ic--homepage .jq-ic-collection-track {
  min-height: 164px;
  align-items: center;
  padding: .7rem .8rem 1.15rem;
}

.jq-ic--homepage .jq-ic-art-card {
  flex-basis: clamp(116px, 9vw, 150px);
  width: clamp(116px, 9vw, 150px);
  max-width: 150px;
}

.jq-ic-empty {
  margin: 3rem auto;
  text-align: center;
  font-size: 1.1rem;
}

@keyframes jq-ic-rack-in {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.jq-ic dialog {
  max-width: none;
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 18px;
  color: #2e241d;
  background: #fffaf0;
  box-shadow: 0 24px 80px rgb(0 0 0 / 35%);
}

.jq-ic dialog::backdrop {
  background: rgb(31 23 18 / 84%);
  backdrop-filter: blur(4px);
}

.jq-ic-collection-dialog {
  width: min(94vw, 1320px);
  max-height: 90vh;
  padding: 0 1.25rem 1.4rem !important;
  overflow-y: auto;
}

.jq-ic-collection-dialog > header {
  position: sticky;
  z-index: 2;
  top: 0;
  margin: 0 -1.25rem 1rem;
  padding: 1rem 4.5rem .9rem 1.25rem;
  border-bottom: 3px solid #c18a43;
  color: #fff5df;
  background: #382318;
}

.jq-ic-collection-dialog > header p {
  margin: 0 0 .15rem;
  color: #dfbd85;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.jq-ic-collection-dialog > header h2 {
  margin: 0;
  color: #fff5df;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.jq-ic-collection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  gap: 1rem;
}

.jq-ic-collection-grid .jq-ic-art-card {
  width: 100%;
  max-width: none;
}

.jq-ic-dialog-close {
  position: absolute;
  z-index: 4;
  top: .75rem;
  right: .75rem;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgb(48 34 25 / 82%);
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
}

.jq-ic-design-dialog {
  width: min(92vw, 1120px);
  height: min(88vh, 820px);
}

.jq-ic-design-dialog[open] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
}

.jq-ic-design-preview {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  align-items: center;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  padding: .4rem;
  background: #b8b8b8;
}

.jq-ic-design-preview img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  background: #b8b8b8;
  transform: scale(1.07);
}

.jq-ic-dialog-arrow {
  display: grid;
  place-items: center;
  width: 44px;
  height: 62px;
  margin: auto;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 22px;
  color: #fff;
  background: rgb(255 255 255 / 10%);
  cursor: pointer;
  font-size: 2.3rem;
}

.jq-ic-dialog-arrow:hover,
.jq-ic-dialog-arrow:focus-visible {
  background: #a5743e;
}

.jq-ic-dialog-arrow:disabled {
  opacity: .25;
}

.jq-ic-design-controls {
  display: grid;
  align-content: center;
  gap: .55rem;
  padding: 1.4rem 1.2rem;
}

.jq-ic-design-controls h2,
.jq-ic-order-dialog h2 {
  margin: 0;
}

.jq-ic-design-controls p {
  margin: 0 0 .5rem;
  color: #725f4e;
}

.jq-ic-design-controls .jq-ic-quality-note {
  margin: 0 0 .45rem;
  padding-bottom: .7rem;
  border-bottom: 1px solid #dcc9aa;
  font-size: .84rem;
  line-height: 1.35;
}

.jq-ic-design-controls .jq-ic-print-size {
  margin: .1rem 0 .35rem;
  padding: .65rem .7rem;
  border-left: 4px solid #b38645;
  color: #3c2a1f;
  background: #f1e2c7;
  font-size: .95rem;
  font-weight: 700;
}

.jq-ic-design-controls label {
  margin: .25rem 0 0;
}

.jq-ic-design-controls select,
.jq-ic-design-controls input {
  width: 100%;
  min-height: 46px;
  margin: 0;
  border: 1px solid #b99a72;
  border-radius: 8px;
  background: #fffdf8;
}

.jq-ic-quantity-control {
  display: grid;
  grid-template-columns: 52px minmax(72px, 1fr) 52px;
  gap: .45rem;
  align-items: stretch;
}

.jq-ic-quantity-control input {
  min-width: 0;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 800;
  appearance: textfield;
}

.jq-ic-quantity-control input::-webkit-inner-spin-button,
.jq-ic-quantity-control input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.jq-ic-quantity-control button {
  display: grid;
  place-items: center;
  min-width: 52px;
  min-height: 48px;
  padding: 0;
  border: 2px solid #8a332c;
  border-radius: 9px;
  color: #fff;
  background: #8a332c;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.jq-ic-quantity-control button:hover,
.jq-ic-quantity-control button:focus-visible {
  background: #652720;
}

.jq-ic-add,
.jq-ic-checkout,
.jq-ic-keep-shopping {
  width: 100% !important;
  min-height: 50px;
  margin: .5rem 0 0 !important;
  border: 0 !important;
  border-radius: 9px !important;
  color: #fff !important;
  background: #87372f !important;
  cursor: pointer;
  font-weight: 700;
}

.jq-ic-add:hover,
.jq-ic-add:focus-visible,
.jq-ic-checkout:hover,
.jq-ic-checkout:focus-visible,
.jq-ic-keep-shopping:hover,
.jq-ic-keep-shopping:focus-visible {
  background: #652720 !important;
}

.jq-ic-checkout:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.jq-ic-review-actions {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: .65rem;
  margin-top: .75rem;
}

.jq-ic-review-actions .jq-ic-checkout,
.jq-ic-review-actions .jq-ic-keep-shopping {
  margin-top: 0 !important;
}

.jq-ic-review-actions .jq-ic-keep-shopping {
  border: 2px solid #87372f !important;
  color: #87372f !important;
  background: #fffdf8 !important;
}

.jq-ic-review-actions .jq-ic-keep-shopping:hover,
.jq-ic-review-actions .jq-ic-keep-shopping:focus-visible {
  color: #fff !important;
  background: #652720 !important;
}

.jq-ic-order-dialog {
  width: min(92vw, 620px);
  max-height: 86vh;
  padding: 1.5rem 1.4rem 1.4rem !important;
}

.jq-ic-order-dialog h2 {
  padding-right: 3rem;
}

.jq-ic-design-back {
  width: fit-content;
  margin: 0 0 .65rem;
  padding: .45rem .7rem;
  border: 1px solid #b38645;
  border-radius: 999px;
  color: #5b3028;
  background: #fff8e8;
  font-weight: 800;
  cursor: pointer;
}

.jq-ic-design-back:hover,
.jq-ic-design-back:focus-visible {
  background: #f6e3b7;
}

.jq-ic-minimum-notice {
  position: fixed;
  z-index: 9991;
  bottom: 12rem;
  left: 50%;
  width: min(90vw, 620px);
  margin: 0;
  padding: .85rem 1rem;
  border: 2px solid #b38645;
  border-radius: 12px;
  color: #392a20;
  background: #fff3d5;
  box-shadow: 0 12px 34px rgb(40 24 14 / 28%);
  transform: translateX(-50%);
  animation: jq-ic-notice-in 260ms ease-out both;
  text-align: center;
  font-weight: 800;
}

.jq-ic-minimum-notice[hidden] {
  display: none;
}

@keyframes jq-ic-notice-in {
  from {
    opacity: 0;
    transform: translate(-50%, .8rem);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

#jq-ic-selections {
  max-height: 52vh;
  overflow-y: auto;
  margin-top: .8rem;
}

.jq-ic-selection {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  gap: .75rem;
  align-items: center;
  padding: .7rem 0;
  border-bottom: 1px solid #eee;
}

.jq-ic-selection img {
  width: 66px;
  height: 66px;
  border-radius: 8px;
  object-fit: cover;
  background: #b8b8b8;
}

.jq-ic-selection-details {
  display: grid;
  gap: .15rem;
  min-width: 0;
}

.jq-ic-selection-details strong,
.jq-ic-selection-details span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jq-ic-selection-details span {
  color: #725f4e;
  font-size: .88rem;
}

.jq-ic-selection button {
  padding: .25rem;
  border: 0;
  color: #87372f;
  background: transparent;
  cursor: pointer;
  font-size: .82rem;
  font-weight: 700;
}

.jq-ic-selection-actions {
  display: grid;
  grid-template-columns: 40px 34px 40px;
  gap: .3rem;
  align-items: center;
  justify-items: center;
}

.jq-ic-selection-actions .jq-ic-selection-quantity {
  display: grid;
  place-items: center;
  width: 40px;
  min-height: 40px;
  padding: 0;
  border: 2px solid #8a332c;
  border-radius: 8px;
  color: #fff;
  background: #8a332c;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
}

.jq-ic-selection-actions .jq-ic-selection-quantity:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.jq-ic-selection-quantity-value {
  text-align: center;
  font-size: 1.05rem;
}

.jq-ic-selection-actions .jq-ic-selection-remove {
  grid-column: 1 / -1;
  width: auto;
  min-height: 32px;
}

#jq-ic-capacity {
  margin: .8rem 0 .25rem;
}

@media (max-width: 480px) {
  .jq-ic-review-actions {
    grid-template-columns: 1fr;
  }
}

.jq-ic-order-bar {
  position: fixed;
  z-index: 9990;
  right: 2vw;
  bottom: 1rem;
  left: 2vw;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: .8rem;
  align-items: center;
  width: min(96vw, 1240px);
  margin: auto;
  padding: .7rem .85rem;
  border: 1px solid #b88b54;
  border-radius: 16px;
  color: #fff;
  background: rgb(48 35 27 / 95%);
  box-shadow: 0 12px 42px rgb(0 0 0 / 30%);
  backdrop-filter: blur(10px);
}

.jq-ic--homepage .jq-ic-order-bar {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 2rem));
  transition: opacity 180ms ease, transform 220ms ease;
}

.jq-ic--homepage .jq-ic-order-bar.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.jq-ic-review {
  display: flex;
  gap: .8rem;
  justify-content: space-between;
  min-height: 44px;
  padding: .55rem .8rem;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: #87372f;
  cursor: pointer;
  font-weight: 700;
}

.jq-ic-order-bar label {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  align-items: center;
  margin: 0;
  white-space: nowrap;
  font-size: .9rem;
}

.jq-ic-order-bar label small {
  flex-basis: 100%;
  color: #e1ceb0;
  font-size: .72rem;
  line-height: 1;
  text-align: right;
}

#jq-ic-length {
  width: 76px;
  min-height: 42px;
  margin: 0;
  border: 0;
  border-radius: 8px;
}

#jq-ic-length-control[hidden] {
  display: none;
}

.jq-ic-total-line {
  min-width: 170px;
  text-align: right;
  font-size: 1.05rem;
}

.jq-ic-total-line span {
  display: block;
  color: #f1c77f;
  font-size: 1.12rem;
}

.jq-ic-total-line small {
  display: block;
  max-width: 240px;
  margin-top: .2rem;
  color: #e1ceb0;
  font-size: .68rem;
  font-weight: 500;
  line-height: 1.25;
}

.jq-ic-film-meter {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr;
  gap: .35rem .8rem;
  align-items: center;
  padding-top: .55rem;
  border-top: 1px solid rgb(229 196 142 / 35%);
}

.jq-ic-film-meter > div {
  display: flex;
  gap: .5rem 1rem;
  justify-content: space-between;
  min-width: 0;
  font-size: .84rem;
}

.jq-ic-film-meter.is-allowance #jq-ic-film-remaining {
  color: #f1c77f;
  font-weight: 800;
}

.jq-ic-film-meter.is-over #jq-ic-film-remaining {
  color: #ffb4a9;
  font-weight: 800;
}

.jq-ic-film-meter > small {
  grid-column: 1 / -1;
  color: #dfcdb1;
  font-size: .7rem;
  line-height: 1.2;
}

.jq-ic-order-bar.is-over-capacity {
  border-color: #e56f62;
  box-shadow: 0 14px 34px rgb(38 15 7 / 32%), 0 0 0 3px rgb(229 111 98 / 28%);
}

.jq-ic-order-bar.is-over-capacity .jq-ic-review {
  background: #8d2e28;
}

.jq-ic-order-bar.is-over-capacity .jq-ic-total-line span {
  color: #ffb4a9;
}

.jq-ic-warning {
  color: #a52235;
  font-weight: 700;
}

.jq-ic-ok {
  color: #197047;
  font-weight: 700;
}

.jq-ic-storefront-footer {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1.7fr);
  gap: 1.5rem 3rem;
  margin-top: 1.25rem;
  padding: 2rem clamp(1rem, 4vw, 4rem);
  border-top: 5px solid #c18a43;
  color: #fff4df;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 2%), transparent 30%, rgb(0 0 0 / 10%)),
    #342117;
}

.jq-ic-footer-kicker {
  margin: 0 0 .25rem;
  color: #dbb87c;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.jq-ic-storefront-footer h2 {
  margin: 0;
  color: #fff4df;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  line-height: 1.1;
}

.jq-ic-storefront-footer ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: jq-steps;
}

.jq-ic-storefront-footer li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: .15rem .55rem;
  align-content: start;
  counter-increment: jq-steps;
}

.jq-ic-storefront-footer li::before {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid #d3aa6e;
  border-radius: 50%;
  color: #352218;
  background: #e6c58e;
  content: counter(jq-steps);
  font-weight: 900;
}

.jq-ic-storefront-footer li strong,
.jq-ic-storefront-footer li span {
  grid-column: 2;
}

.jq-ic-storefront-footer li span {
  color: #e1ceb0;
  font-size: .88rem;
  line-height: 1.4;
}

.jq-ic-footer-start {
  grid-column: 1 / -1;
  justify-self: center;
  min-width: min(100%, 260px);
  padding: .75rem 1.2rem;
  border-radius: 9px;
  color: #392a20 !important;
  background: #e6c58e;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
}

.jq-ic-footer-start:hover,
.jq-ic-footer-start:focus-visible {
  color: #fff !important;
  background: #87372f;
}

.jq-ic-footer-location {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid rgb(229 196 142 / 32%);
  color: #dfc69f;
  text-align: center;
  font-size: .9rem;
}

.jq-ic-sms-consent {
  clear: both;
  margin: 1.25rem 0;
  padding: 1rem;
  border: 1px solid #caa36b;
  border-radius: 8px;
  background: #fff9ed;
}

.jq-ic-sms-consent h3 {
  margin: 0 0 .55rem;
  color: #382318;
  font-family: Georgia, "Times New Roman", serif;
}

.jq-ic-sms-consent .form-row {
  margin-bottom: .4rem;
}

.jq-ic-sms-disclosure {
  margin: 0;
  color: #675546;
  font-size: .78rem;
  line-height: 1.45;
}

@media (max-width: 820px) {
  .jq-ic-storefront-beam {
    grid-template-columns: 1fr auto;
  }

  .jq-ic-tagline {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: left;
  }

  .jq-ic--homepage .jq-ic-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jq-ic-intro {
    display: block;
  }

  .jq-ic-intro p {
    margin-top: .35rem;
  }

  .jq-ic-design-dialog[open] {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 62vh) auto;
    overflow-y: auto;
  }

  .jq-ic-design-preview {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
  }

  .jq-ic-dialog-arrow {
    width: 34px;
    height: 52px;
    font-size: 2rem;
  }

  .jq-ic-design-controls {
    grid-template-columns: 1fr 1fr;
    align-items: end;
    padding: 1rem;
  }

  .jq-ic-design-controls h2,
  .jq-ic-design-controls p,
  .jq-ic-design-controls .jq-ic-add {
    grid-column: 1 / -1;
  }

  .jq-ic-order-bar {
    grid-template-columns: 1fr auto;
  }

  .jq-ic-order-bar label {
    grid-row: 2;
  }

  .jq-ic-total-line {
    grid-row: 2;
  }

  .jq-ic-storefront-footer {
    grid-template-columns: 1fr;
  }

  .jq-ic-storefront-footer ol {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .jq-ic-storefront-beam {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: .8rem 1rem;
  }

  .jq-ic-brand-name {
    white-space: normal;
  }

  .jq-ic-tagline {
    grid-column: auto;
    grid-row: auto;
  }

  .jq-ic-storefront-nav {
    justify-content: flex-start;
  }

  .jq-ic-bulletin-board {
    grid-template-columns: 1fr;
    margin-top: .6rem;
  }

  .jq-ic-bulletin-controls {
    justify-content: flex-end;
  }

  .jq-ic-discovery-line {
    padding-top: .8rem;
  }

  .jq-ic--homepage .jq-ic-collection-track {
    min-height: 138px;
  }

  .jq-ic-product div.product {
    width: 94vw !important;
  }

  .jq-ic {
    padding-bottom: 7rem;
  }

  .jq-ic-filters {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jq-ic-filters input {
    width: 100%;
  }

  .jq-ic-gallery {
    gap: .55rem;
  }

  .jq-ic--homepage .jq-ic-gallery {
    grid-template-columns: 1fr;
  }

  .jq-ic-art-card {
    border-radius: 10px;
  }

  .jq-ic-look-closer {
    display: none;
  }

  .jq-ic-design-dialog {
    width: 96vw;
    height: 94vh;
  }

  .jq-ic-design-dialog[open] {
    grid-template-rows: minmax(0, 58vh) auto;
  }

  .jq-ic-design-controls {
    grid-template-columns: 1fr;
  }

  .jq-ic-design-controls h2,
  .jq-ic-design-controls p,
  .jq-ic-design-controls .jq-ic-add {
    grid-column: auto;
  }

  .jq-ic-order-bar {
    right: .5rem;
    bottom: .5rem;
    left: .5rem;
    width: auto;
    padding: .6rem;
    border-radius: 13px;
  }

  .jq-ic-review {
    padding-inline: .6rem;
  }

  .jq-ic-review span:last-child {
    display: none;
  }

  .jq-ic-film-meter {
    grid-template-columns: 1fr;
  }

  .jq-ic-film-meter > small {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jq-ic-art-card img,
  .jq-ic-look-closer,
  .jq-ic-bulletin-slide {
    animation: none;
    transition: none;
  }
}
