html {
  scroll-behavior: smooth;
}

body.alltop-brand-theme {
  margin: 0;
  background: #fff;
}

body.admin-bar .alltop-site {
  min-height: calc(100vh - 32px);
}

.alltop-store,
.alltop-store *,
.alltop-store *::before,
.alltop-store *::after {
  box-sizing: border-box;
}

.alltop-store {
  min-width: 320px;
  overflow: hidden;
  color: var(--alltop-body);
  background: var(--alltop-background);
  font-family: var(--alltop-body-font);
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

.alltop-store img,
.alltop-store video {
  display: block;
  max-width: 100%;
}

.alltop-store a {
  color: inherit;
  text-decoration: none;
}

.alltop-store button,
.alltop-store input,
.alltop-store select,
.alltop-store textarea {
  font: inherit;
}

.alltop-store button,
.alltop-store a {
  -webkit-tap-highlight-color: transparent;
}

.alltop-store h1,
.alltop-store h2,
.alltop-store h3,
.alltop-store p {
  margin-top: 0;
}

.alltop-container {
  width: min(calc(100% - (var(--alltop-gutter) * 2)), var(--alltop-container));
  margin-inline: auto;
}

.alltop-skip-link {
  position: fixed;
  z-index: 99999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-180%);
  color: #fff !important;
  background: #111;
}

.alltop-skip-link:focus {
  transform: translateY(0);
}

.alltop-store :focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 3px;
}

.alltop-announcement {
  display: grid;
  min-height: 42px;
  place-items: center;
  padding: 7px 20px;
  color: #fff;
  background: var(--alltop-orange);
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.alltop-customer-bar {
  min-height: 42px;
  border-bottom: 1px solid var(--alltop-line);
  background: #fff;
}

.alltop-customer-bar-inner {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.alltop-promo-list,
.alltop-customer-nav {
  display: flex;
  align-items: center;
}

.alltop-promo-list {
  gap: 13px;
  color: #111;
  font-size: 14px;
}

.alltop-promo-list strong {
  font-weight: 400;
}

.alltop-promo-divider {
  width: 1px;
  height: 17px;
  background: #bbb;
}

.alltop-customer-nav {
  height: 42px;
}

.alltop-icon-button,
.alltop-customer-link {
  display: inline-flex;
  min-width: 41px;
  height: 42px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-left: 1px solid var(--alltop-line);
  color: #111;
  background: transparent;
  cursor: pointer;
}

.alltop-customer-nav > :last-child {
  border-right: 1px solid var(--alltop-line);
}

.alltop-cart-link {
  min-width: 105px;
  padding: 0 10px;
}

.alltop-cart-summary {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.alltop-search-panel {
  display: grid;
  max-height: 0;
  overflow: hidden;
  border-bottom: 0 solid var(--alltop-line);
  background: #fff;
  transition: max-height 180ms ease, border-width 180ms ease;
}

.alltop-search-panel.is-open {
  max-height: 66px;
  border-bottom-width: 1px;
}

.alltop-search-panel form {
  position: relative;
  display: flex;
  height: 64px;
  align-items: center;
  margin: 0;
}

.alltop-search-panel .search-field {
  width: 100%;
  height: 38px;
  padding: 0 14px;
  border: 1px solid #777;
  border-radius: 0;
  color: #111;
  background: #fff;
}

.alltop-search-submit {
  position: absolute;
  right: 0;
  display: grid;
  width: 42px;
  height: 38px;
  place-items: center;
  padding: 0;
  border: 0;
  color: #111;
  background: transparent;
  cursor: pointer;
}

.alltop-brand-row {
  position: relative;
  z-index: 20;
  height: 93px;
  border-bottom: 1px solid var(--alltop-line);
  background: #fff;
}

.alltop-brand-row-inner {
  display: flex;
  height: 93px;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.alltop-brand-logo {
  flex: 0 0 auto;
}

.alltop-logo-link,
.custom-logo-link {
  display: block;
}

.alltop-logo,
.custom-logo {
  width: 236px;
  height: auto;
}

.alltop-primary-navigation {
  min-width: 0;
  margin-left: auto;
}

.alltop-primary-menu {
  display: flex;
  align-items: center;
  gap: 31px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.alltop-primary-menu li {
  position: relative;
  margin: 0;
}

.alltop-primary-menu a {
  display: block;
  padding: 34px 0 32px;
  color: #111;
  font-size: 15px;
  line-height: 26px;
  white-space: nowrap;
}

.alltop-primary-menu a:hover,
.alltop-primary-menu .current-menu-item > a {
  color: var(--alltop-orange);
}

.alltop-primary-menu .sub-menu {
  position: absolute;
  z-index: 40;
  top: calc(100% - 9px);
  left: -18px;
  display: none;
  min-width: 220px;
  margin: 0;
  padding: 10px 0;
  border: 1px solid var(--alltop-line);
  background: #fff;
  box-shadow: 0 12px 30px rgb(0 0 0 / 12%);
  list-style: none;
}

.alltop-primary-menu li:hover > .sub-menu,
.alltop-primary-menu li:focus-within > .sub-menu {
  display: block;
}

.alltop-primary-menu .sub-menu a {
  padding: 9px 18px;
}

.alltop-mobile-menu-toggle,
.alltop-mobile-cart,
.alltop-mobile-promo-toggle {
  display: none;
}

.alltop-hero {
  position: relative;
  height: 643px;
  overflow: hidden;
  color: #fff;
  background: #1f241f;
}

.alltop-hero-media,
.alltop-hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.alltop-hero-media {
  object-fit: cover;
  object-position: center center;
}

.alltop-hero-scrim {
  background: linear-gradient(90deg, rgb(0 0 0 / 38%) 0%, rgb(0 0 0 / 10%) 55%, rgb(0 0 0 / 10%) 100%);
}

.alltop-hero-inner {
  position: relative;
  z-index: 2;
  height: 100%;
}

.alltop-hero-copy {
  position: absolute;
  bottom: 27px;
  left: 0;
  max-width: 900px;
}

.alltop-hero h1 {
  margin-bottom: 5px;
  color: #fff;
  font-family: var(--alltop-heading-font);
  font-size: clamp(54px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: -1.3px;
  line-height: 1.08;
  text-transform: uppercase;
}

.alltop-hero p {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.3;
}

.alltop-section {
  padding: 76px 0 82px;
}

.alltop-section-heading {
  margin-bottom: 39px;
}

.alltop-section-heading-center {
  text-align: center;
}

.alltop-section-heading h2,
.alltop-where-copy h2,
.alltop-brand-story h2 {
  margin-bottom: 2px;
  color: var(--alltop-heading);
  font-family: var(--alltop-heading-font);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.12;
}

.alltop-section-heading p {
  margin-bottom: 0;
  color: #222;
  font-size: 24px;
  line-height: 1.3;
}

.alltop-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 28px;
}

.alltop-category-card {
  min-width: 0;
  color: #111;
  text-align: center;
}

.alltop-category-image-wrap {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  margin-bottom: 16px;
  background: #f2f2f2;
}

.alltop-category-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.alltop-category-card:hover .alltop-category-image-wrap img {
  transform: scale(1.025);
}

.alltop-category-card strong {
  display: block;
  font-family: var(--alltop-heading-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.alltop-where-to-buy {
  display: grid;
  min-height: 590px;
  grid-template-columns: 1fr 1fr;
  background: #f2f2f0;
}

.alltop-where-media {
  min-height: 590px;
}

.alltop-where-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alltop-where-copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 60px max(40px, calc((100vw - var(--alltop-container)) / 2));
  color: #222;
}

.alltop-where-copy h2 {
  margin-bottom: 23px;
}

.alltop-where-copy p {
  margin-bottom: 17px;
  font-size: 18px;
}

.alltop-button,
.alltop-store .button,
.alltop-store button.button,
.alltop-store input.button {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  padding: 9px 27px;
  border: 1px solid var(--alltop-orange-button);
  border-radius: 0;
  color: #fff;
  background: var(--alltop-orange-button);
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
}

.alltop-button:hover,
.alltop-store .button:hover {
  border-color: var(--alltop-orange-hover);
  color: #fff;
  background: var(--alltop-orange-hover);
}

.alltop-button-outline {
  margin-top: 5px;
  color: #111;
  border-color: #111;
  background: transparent;
}

.alltop-button-outline:hover {
  border-color: #111;
  color: #fff;
  background: #111;
}

.alltop-product-section {
  padding-bottom: 92px;
}

.alltop-product-section-muted {
  background: #f5f5f3;
}

.alltop-product-grid,
.alltop-store ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* WooCommerce adds clearfix pseudo-elements to product lists. They become
 * unintended grid items unless explicitly removed. */
.alltop-store ul.products::before,
.alltop-store ul.products::after {
  display: none;
  content: none;
}

.alltop-product-card,
.alltop-store ul.products li.product {
  position: relative;
  min-width: 0;
  margin: 0 !important;
  width: auto !important;
  float: none !important;
}

.alltop-product-image,
.alltop-store ul.products li.product > a:first-child {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #fff;
}

.alltop-product-image img,
.alltop-store ul.products li.product img {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  object-fit: contain;
}

.alltop-product-card-body {
  padding-top: 15px;
}

.alltop-product-card h3,
.alltop-store ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.7em;
  margin: 0 0 8px;
  padding: 0;
  color: #111;
  font-family: var(--alltop-heading-font);
  font-size: 16px;
  line-height: 1.35;
}

.alltop-product-price,
.alltop-store ul.products li.product .price {
  display: block;
  margin-bottom: 12px;
  color: var(--alltop-orange);
  font-size: 18px;
}

.alltop-product-price del,
.alltop-store .price del {
  color: #777;
  font-size: 14px;
}

.alltop-product-price ins,
.alltop-store .price ins {
  text-decoration: none;
}

.alltop-product-action {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  color: #111;
}

.alltop-product-action-disabled {
  color: #888;
}

.alltop-product-badge {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  color: #fff;
  background: var(--alltop-orange);
  font-size: 13px;
  line-height: 1.2;
}

.alltop-product-rating {
  min-height: 18px;
  margin: -3px 0 10px;
}

.alltop-product-rating .star-rating,
.alltop-single-rating .star-rating {
  float: none;
  color: var(--alltop-orange);
}

.alltop-catalog {
  padding: 30px 0 90px;
}

.alltop-breadcrumb {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  margin-bottom: 38px;
  color: #777;
  font-size: 14px;
}

.alltop-breadcrumb a:hover {
  color: var(--alltop-orange);
}

.alltop-breadcrumb [aria-current="page"] {
  overflow: hidden;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alltop-catalog-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 36px;
}

.alltop-eyebrow {
  margin-bottom: 8px;
  color: var(--alltop-orange);
  font-family: var(--alltop-heading-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.alltop-catalog-header h1,
.alltop-product-summary h1 {
  margin-bottom: 10px;
  color: #111;
  font-family: var(--alltop-heading-font);
  font-weight: 700;
  letter-spacing: -0.6px;
  line-height: 1.12;
}

.alltop-catalog-header h1 {
  font-size: clamp(42px, 4vw, 56px);
}

.alltop-catalog-description {
  max-width: 700px;
  margin-bottom: 0;
  color: #666;
  font-size: 18px;
}

.alltop-catalog-description p:last-child {
  margin-bottom: 0;
}

.alltop-catalog-count {
  flex: 0 0 auto;
  margin-bottom: 6px;
  color: #555;
  font-size: 16px;
}

.alltop-category-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  overflow-x: auto;
  margin-bottom: 30px;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.alltop-category-nav::-webkit-scrollbar {
  display: none;
}

.alltop-category-nav a {
  flex: 0 0 auto;
  padding: 10px 0 8px;
  border-bottom: 2px solid transparent;
  color: #222;
  white-space: nowrap;
}

.alltop-category-nav a:hover,
.alltop-category-nav a.is-active {
  border-color: var(--alltop-orange);
  color: var(--alltop-orange);
}

.alltop-catalog-toolbar {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
  padding: 13px 0;
  border-block: 1px solid var(--alltop-line);
}

.alltop-catalog-toolbar > p {
  margin-bottom: 0;
  color: #666;
}

.alltop-ordering {
  display: flex;
  align-items: center;
  gap: 12px;
}

.alltop-ordering label {
  color: #333;
  font-weight: 700;
}

.alltop-ordering select {
  min-width: 190px;
  height: 44px;
  padding: 0 38px 0 14px;
  border: 1px solid #aaa;
  border-radius: 0;
  color: #222;
  background: #fff;
}

.alltop-catalog ul.products {
  gap: 28px 20px;
}

.alltop-catalog .alltop-product-card-archive {
  height: 100%;
  border: 1px solid var(--alltop-line);
  background: #fff;
}

.alltop-catalog .alltop-product-card-body {
  display: flex;
  min-height: 194px;
  align-items: stretch;
  flex-direction: column;
  padding: 17px 10px 10px;
  text-align: center;
}

.alltop-catalog .alltop-product-card h3 {
  min-height: 4.1em;
  margin-bottom: 9px;
  font-size: 17px;
  text-transform: none;
}

.alltop-catalog .alltop-product-price {
  margin-top: auto;
  font-family: var(--alltop-heading-font);
  font-size: 19px;
  font-weight: 700;
}

.alltop-catalog .alltop-product-action {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  padding: 8px 12px;
  border: 1px solid var(--alltop-orange);
  color: #fff;
  background: var(--alltop-orange);
}

.alltop-catalog .alltop-product-action:hover {
  border-color: var(--alltop-orange-hover);
  background: var(--alltop-orange-hover);
}

.alltop-pagination {
  margin-top: 55px;
}

.alltop-store .woocommerce-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 7px;
  border: 0;
}

.alltop-store .woocommerce-pagination ul.page-numbers li {
  border: 0;
}

.alltop-store .woocommerce-pagination .page-numbers a,
.alltop-store .woocommerce-pagination .page-numbers span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #aaa;
  color: #222;
  background: #fff;
}

.alltop-store .woocommerce-pagination .page-numbers .current,
.alltop-store .woocommerce-pagination .page-numbers a:hover {
  border-color: var(--alltop-orange);
  color: #fff;
  background: var(--alltop-orange);
}

.alltop-empty-state {
  padding: 90px 20px;
  border: 1px solid var(--alltop-line);
  text-align: center;
}

.alltop-empty-state h2 {
  margin-bottom: 8px;
  color: #111;
  font-family: var(--alltop-heading-font);
  font-size: 34px;
}

.alltop-product-detail {
  padding: 30px 0 92px;
}

.alltop-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  align-items: start;
  gap: 64px;
}

.alltop-product-gallery {
  min-width: 0;
}

.alltop-product-main-image {
  display: grid;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  place-items: center;
  background: #fff;
}

.alltop-product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.alltop-product-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.alltop-product-thumbnail {
  display: grid;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  place-items: center;
  padding: 0;
  border: 1px solid var(--alltop-line);
  border-radius: 0;
  background: #fff;
  cursor: pointer;
}

.alltop-product-thumbnail:hover,
.alltop-product-thumbnail.is-active {
  border-color: var(--alltop-orange);
}

.alltop-product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alltop-product-summary {
  padding-top: 8px;
}

.alltop-product-summary h1 {
  margin-bottom: 15px;
  font-size: clamp(32px, 3.2vw, 46px);
}

.alltop-single-price {
  margin-bottom: 20px;
  color: var(--alltop-orange);
  font-family: var(--alltop-heading-font);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.alltop-single-price del {
  margin-right: 8px;
  color: #888;
  font-size: 21px;
}

.alltop-single-price ins {
  text-decoration: none;
}

.alltop-single-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 21px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--alltop-line);
  color: #666;
  font-size: 14px;
}

.alltop-stock-status {
  margin-bottom: 20px;
}

.alltop-stock-status .stock {
  margin: 0;
  color: #23751b;
  font-family: var(--alltop-heading-font);
  font-size: 20px;
  font-weight: 700;
}

.alltop-stock-status .out-of-stock {
  color: #a32323;
}

.alltop-product-intro {
  margin-bottom: 24px;
  color: #555;
  font-size: 17px;
}

.alltop-product-intro p:last-child {
  margin-bottom: 0;
}

.alltop-product-summary form.cart {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 12px;
  margin: 25px 0 18px;
}

.alltop-product-summary form.cart .quantity {
  display: grid;
  grid-template-columns: 42px 56px 42px;
  height: 48px;
}

.alltop-product-summary form.cart .quantity.hidden {
  display: none;
}

.alltop-product-summary .quantity .qty {
  width: 56px;
  min-height: 48px;
  padding: 0 4px;
  border: 1px solid #aaa;
  border-inline: 0;
  border-radius: 0;
  text-align: center;
  appearance: textfield;
}

.alltop-product-summary .quantity .qty::-webkit-inner-spin-button,
.alltop-product-summary .quantity .qty::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.alltop-quantity-step {
  display: grid;
  width: 42px;
  height: 48px;
  place-items: center;
  padding: 0;
  border: 1px solid #aaa;
  border-radius: 0;
  color: #111;
  background: #fff;
  cursor: pointer;
}

.alltop-product-summary .single_add_to_cart_button {
  flex: 1 1 240px;
  min-height: 48px;
  border-color: var(--alltop-orange) !important;
  color: #fff !important;
  background: var(--alltop-orange) !important;
}

.alltop-product-summary .single_add_to_cart_button:hover {
  background: var(--alltop-orange-hover) !important;
}

.alltop-product-summary table.variations {
  flex: 1 0 100%;
  margin: 0 0 8px;
}

.alltop-product-summary table.variations th,
.alltop-product-summary table.variations td {
  display: block;
  padding: 0 0 8px;
  text-align: left;
}

.alltop-product-summary table.variations select {
  width: 100%;
  min-height: 46px;
  padding: 7px 12px;
  border: 1px solid #999;
  border-radius: 0;
  background: #fff;
}

.alltop-product-summary .reset_variations {
  display: inline-block;
  margin-top: 8px;
  color: var(--alltop-orange);
}

.alltop-product-summary .woocommerce-variation-price {
  margin-bottom: 12px;
  color: var(--alltop-orange);
  font-size: 22px;
}

.alltop-shipping-note {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 17px;
  padding: 14px 16px;
  border: 1px solid var(--alltop-orange);
}

.alltop-shipping-note .dashicons {
  width: 24px;
  height: 24px;
  color: var(--alltop-orange);
  font-size: 24px;
}

.alltop-shipping-note p {
  margin-bottom: 0;
  line-height: 1.35;
}

.alltop-product-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 18px;
  color: #777;
  font-size: 14px;
}

.alltop-product-meta a:hover {
  color: var(--alltop-orange);
}

.alltop-product-information {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.5fr);
  gap: 70px;
  margin-top: 85px;
  padding-top: 70px;
  border-top: 1px solid var(--alltop-line);
}

.alltop-product-information h2,
.alltop-related-products h2 {
  margin-bottom: 24px;
  color: #111;
  font-family: var(--alltop-heading-font);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.12;
}

.alltop-rich-text {
  color: #444;
  font-size: 17px;
  line-height: 1.7;
}

.alltop-rich-text img {
  height: auto;
  margin-block: 25px;
}

.alltop-product-specs table {
  width: 100%;
  border-collapse: collapse;
}

.alltop-product-specs th,
.alltop-product-specs td {
  padding: 12px 0;
  border-bottom: 1px solid var(--alltop-line);
  text-align: left;
  vertical-align: top;
}

.alltop-product-specs th {
  width: 42%;
  color: #222;
}

.alltop-related-products {
  margin-top: 80px;
  padding-top: 70px;
  border-top: 1px solid var(--alltop-line);
}

.alltop-brand-story {
  padding: 75px 0;
  color: #fff;
  background: var(--alltop-orange);
}

.alltop-brand-story-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.alltop-brand-story h2 {
  max-width: 760px;
  color: #fff;
}

.alltop-brand-story p {
  margin-bottom: 28px;
  font-size: 21px;
}

.alltop-brand-story img {
  width: min(32%, 350px);
  padding: 15px;
  background: #fff;
}

.alltop-brand-story .alltop-button {
  border-color: #fff;
  color: #111;
  background: #fff;
}

.alltop-footer-main {
  padding: 66px 0 58px;
  color: #eee;
  background: #111;
}

.alltop-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}

.alltop-footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.alltop-footer-column h2 {
  margin-bottom: 8px;
  color: #fff;
  font-family: var(--alltop-heading-font);
  font-size: 20px;
}

.alltop-footer-column p {
  margin-bottom: 5px;
}

.alltop-footer-column a:hover {
  color: var(--alltop-orange);
}

.alltop-social-links {
  display: flex;
  gap: 12px;
}

.alltop-social-links a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #777;
}

.alltop-footer-bottom {
  padding: 18px 0;
  color: #fff;
  background: var(--alltop-orange);
}

.alltop-main > .alltop-content-shell {
  min-height: 50vh;
  padding-block: 60px 90px;
}

.alltop-content-shell h1,
.alltop-store .woocommerce-products-header__title,
.alltop-store .product_title {
  color: #111;
  font-family: var(--alltop-heading-font);
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.1;
}

.alltop-store .woocommerce-breadcrumb,
.alltop-store .woocommerce-result-count,
.alltop-store .woocommerce-ordering {
  margin-bottom: 28px;
}

.alltop-store .woocommerce-ordering select {
  min-height: 42px;
  padding: 6px 36px 6px 12px;
  border: 1px solid #999;
  background: #fff;
}

.alltop-store div.product {
  display: flow-root;
}

.alltop-store div.product div.images,
.alltop-store div.product div.summary {
  margin-bottom: 60px;
}

.alltop-store .quantity .qty {
  min-height: 45px;
}

.alltop-store .woocommerce-message,
.alltop-store .woocommerce-info,
.alltop-store .woocommerce-error {
  border-top-color: var(--alltop-orange);
}

.alltop-store .woocommerce-message::before,
.alltop-store .woocommerce-info::before {
  color: var(--alltop-orange);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1120px) {
  .alltop-primary-menu {
    gap: 18px;
  }

  .alltop-primary-menu a {
    font-size: 14px;
  }

  .alltop-logo,
  .custom-logo {
    width: 205px;
  }
}

@media (max-width: 980px) {
  .alltop-product-layout {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);
    gap: 36px;
  }

  .alltop-product-information {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

@media (max-width: 782px) {
  body.admin-bar .alltop-site {
    min-height: calc(100vh - 46px);
  }
}

@media (max-width: 767px) {
  .alltop-store {
    --alltop-gutter: 20px;
  }

  .alltop-announcement {
    min-height: 43px;
    padding-block: 8px;
    font-size: 18px;
  }

  .alltop-customer-bar,
  .alltop-customer-bar-inner {
    min-height: 40px;
  }

  .alltop-customer-bar-inner {
    position: relative;
    justify-content: center;
  }

  .alltop-mobile-promo-toggle {
    position: absolute;
    left: -10px;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    padding: 0;
    border: 0;
    color: #111;
    background: transparent;
  }

  .alltop-promo-list {
    justify-content: center;
    font-size: 14px;
  }

  .alltop-promo-list > :not(:first-child) {
    display: none;
  }

  .alltop-promo-list.is-open {
    position: absolute;
    z-index: 60;
    top: 40px;
    left: -20px;
    display: flex;
    width: calc(100% + 40px);
    min-height: 44px;
    padding: 8px 45px;
    border-block: 1px solid var(--alltop-line);
    background: #fff;
  }

  .alltop-promo-list.is-open > :not(:first-child) {
    display: inline-block;
  }

  .alltop-customer-nav {
    display: none;
  }

  .alltop-search-panel,
  .alltop-search-panel.is-open {
    display: block;
    max-height: none;
    overflow: visible;
    border-bottom: 1px solid var(--alltop-line);
  }

  .alltop-search-panel form {
    height: 40px;
  }

  .alltop-search-panel .search-field {
    height: 39px;
    padding-inline: 10px;
    font-size: 14px;
  }

  .alltop-search-submit {
    height: 39px;
  }

  .alltop-brand-row,
  .alltop-brand-row-inner {
    height: 88px;
  }

  .alltop-brand-row-inner {
    position: relative;
    justify-content: center;
  }

  .alltop-logo,
  .custom-logo {
    width: min(220px, 66vw);
  }

  .alltop-mobile-menu-toggle,
  .alltop-mobile-cart {
    position: absolute;
    display: grid;
    width: 40px;
    height: 48px;
    place-items: center;
    padding: 0;
    border: 0;
    color: #111;
    background: transparent;
  }

  .alltop-mobile-menu-toggle {
    left: 0;
  }

  .alltop-mobile-cart {
    right: 0;
  }

  .alltop-mobile-cart-count {
    position: absolute;
    top: 0;
    right: -2px;
    display: grid;
    min-width: 18px;
    height: 18px;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: var(--alltop-orange);
    font-size: 11px;
  }

  .alltop-primary-navigation {
    position: absolute;
    z-index: 50;
    top: 88px;
    left: 0;
    display: none;
    width: 100%;
    max-height: calc(100vh - 219px);
    overflow-y: auto;
    border-top: 1px solid var(--alltop-line);
    background: #fff;
    box-shadow: 0 16px 30px rgb(0 0 0 / 12%);
  }

  .alltop-primary-navigation.is-open {
    display: block;
  }

  .alltop-primary-menu {
    display: block;
    padding: 10px 20px 18px;
  }

  .alltop-primary-menu a {
    padding: 12px 0;
    border-bottom: 1px solid var(--alltop-line);
    font-size: 16px;
    line-height: 1.4;
  }

  .alltop-primary-menu .sub-menu {
    position: static;
    display: block;
    padding: 0 0 0 18px;
    border: 0;
    box-shadow: none;
  }

  .alltop-primary-menu .sub-menu a {
    padding: 9px 0;
  }

  .alltop-hero {
    height: 348px;
  }

  .alltop-hero-media {
    object-position: center center;
  }

  .alltop-hero-scrim {
    background: linear-gradient(90deg, rgb(0 0 0 / 36%) 0%, rgb(0 0 0 / 6%) 90%);
  }

  .alltop-hero-copy {
    top: 20px;
    bottom: auto;
    width: 100%;
    max-width: 270px;
  }

  .alltop-hero h1 {
    width: 220px;
    margin-bottom: 7px;
    font-size: 46.35px;
    letter-spacing: -1px;
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .alltop-hero p {
    max-width: 260px;
    font-size: 18px;
    line-height: 1.25;
  }

  .alltop-section {
    padding: 54px 0 60px;
  }

  .alltop-section-heading {
    margin-bottom: 29px;
  }

  .alltop-section-heading h2,
  .alltop-where-copy h2,
  .alltop-brand-story h2 {
    margin-bottom: 4px;
    font-size: 38px;
    letter-spacing: -0.5px;
    line-height: 1.08;
  }

  .alltop-section-heading p {
    font-size: 24px;
    line-height: 1.2;
  }

  .alltop-category-section .alltop-section-heading p {
    font-family: var(--alltop-heading-font);
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .alltop-category-section .alltop-section-heading {
    margin-bottom: 70px;
  }

  .alltop-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 27px 20px;
  }

  .alltop-category-image-wrap {
    margin-bottom: 12px;
  }

  .alltop-category-card strong {
    font-size: 15px;
    line-height: 1.25;
  }

  .alltop-where-to-buy {
    display: block;
    min-height: 0;
  }

  .alltop-where-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .alltop-where-copy {
    padding: 50px 20px 56px;
  }

  .alltop-where-copy p {
    font-size: 17px;
  }

  .alltop-product-grid,
  .alltop-store ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 16px;
  }

  .alltop-product-card-body {
    padding-top: 11px;
  }

  .alltop-product-card h3,
  .alltop-store ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
  }

  .alltop-catalog {
    padding: 23px 0 65px;
  }

  .alltop-breadcrumb {
    margin-bottom: 28px;
    font-size: 13px;
  }

  .alltop-catalog-header {
    display: block;
    margin-bottom: 25px;
  }

  .alltop-catalog-header h1 {
    font-size: 38px;
  }

  .alltop-catalog-description {
    font-size: 16px;
  }

  .alltop-catalog-count {
    margin-top: 15px;
    font-size: 14px;
  }

  .alltop-category-nav {
    gap: 22px;
    margin-right: -20px;
    margin-bottom: 23px;
    padding-right: 20px;
  }

  .alltop-catalog-toolbar {
    display: block;
    margin-bottom: 28px;
    padding: 12px 0 15px;
  }

  .alltop-catalog-toolbar > p {
    display: none;
  }

  .alltop-ordering {
    justify-content: space-between;
  }

  .alltop-ordering select {
    min-width: min(72vw, 240px);
  }

  .alltop-catalog ul.products {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .alltop-catalog .alltop-product-card-archive {
    display: grid;
    min-height: 164px;
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .alltop-catalog .alltop-product-image {
    align-self: stretch;
    width: 100%;
    height: 100%;
    min-width: 0;
    aspect-ratio: auto;
    border-right: 1px solid var(--alltop-line);
  }

  .alltop-catalog .alltop-product-card-body {
    min-height: 0;
    padding: 14px 13px 12px;
    text-align: left;
  }

  .alltop-catalog .alltop-product-card h3 {
    min-height: 0;
    margin-bottom: 7px;
    font-size: 15px;
  }

  .alltop-catalog .alltop-product-price {
    margin-top: 0;
    margin-bottom: 9px;
    font-size: 17px;
  }

  .alltop-catalog .alltop-product-action {
    width: fit-content;
    min-height: 34px;
    margin-top: auto;
    padding: 5px 15px;
    font-size: 14px;
  }

  .alltop-product-badge {
    top: 7px;
    left: 7px;
    padding: 4px 7px;
    font-size: 11px;
  }

  .alltop-product-detail {
    padding: 23px 0 68px;
  }

  .alltop-product-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .alltop-product-main-image {
    margin-inline: -20px;
  }

  .alltop-product-thumbnails {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
  }

  .alltop-product-summary {
    padding-top: 0;
  }

  .alltop-product-summary h1 {
    font-size: 30px;
    letter-spacing: -0.3px;
  }

  .alltop-single-price {
    font-size: 34px;
  }

  .alltop-product-summary form.cart {
    gap: 10px;
  }

  .alltop-product-summary form.cart .quantity {
    flex: 0 0 140px;
  }

  .alltop-product-summary .single_add_to_cart_button {
    flex-basis: calc(100% - 150px);
    min-width: 150px;
  }

  .alltop-shipping-note {
    padding: 12px 13px;
  }

  .alltop-product-information {
    gap: 40px;
    margin-top: 58px;
    padding-top: 48px;
  }

  .alltop-product-information h2,
  .alltop-related-products h2 {
    margin-bottom: 18px;
    font-size: 34px;
  }

  .alltop-rich-text {
    font-size: 16px;
  }

  .alltop-related-products {
    margin-top: 58px;
    padding-top: 48px;
  }

  .alltop-brand-story {
    padding: 52px 0;
  }

  .alltop-brand-story-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 35px;
  }

  .alltop-brand-story p {
    font-size: 18px;
  }

  .alltop-brand-story img {
    width: min(80%, 320px);
  }

  .alltop-footer-main {
    padding: 52px 0;
  }

  .alltop-footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .alltop-main > .alltop-content-shell {
    padding-block: 42px 65px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alltop-store *,
  .alltop-store *::before,
  .alltop-store *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
