/** Shopify CDN: Minification failed

Line 369:9 Expected identifier but found whitespace
Line 369:10 Unexpected "1px"
Line 428:16 Expected identifier but found whitespace
Line 428:17 Unexpected "60px"
Line 442:16 Expected identifier but found whitespace
Line 442:17 Unexpected "40px"

**/
.ag-tab-bar {
    display: flex;
    gap: 8px;
}
.ag-tab {
    background: #ffffff;
    padding: 11px 29px;
    font-size: 18px;
    border-radius: 25px;
    box-shadow: 0px 0px 17px -1px #99999903;
    cursor: pointer;
    user-select: none;
    font-weight: 700;
    transition: 0.3s ease;
}
.ag-tab.active {
    background-color: rgb(240 196 23);
}
.ag-tab:hover {
    box-shadow: 0px 0px 0px 1px #0000004a;
}
.ag-tab-content {
    width: 100%;
    padding: 30px 33px;
    background: #fff;
    border-radius: 11px;
    display: none;
}
.ag-tab-content.active {
    display: block;
}
.ag-product-description-tabs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-block-start: 20px;
    padding-block-end: 20px;
}
sale-price.text-lg {
    font-size: var(--text-h3); 
    font-weight: 600;
}
safe-sticky .product-info__title {
    font-size: var(--text-h3);
    font-weight: 400;
}
.ag-product_line {
    font-size: var(--text-lg);
    display: flex;
    border-bottom: 1px solid #444;
    border-color: rgb(var(--text-color) / .12);
    padding: 10px 0;
}
.ag-product_line-name {
    font-weight: 600;
    max-width: 180px;
    width: 100%;
}

.ag-tab-content.ease {
    transition: var(--ag-transition);
}
.breadcrumbs-section {
    padding-block-start: 10px;
    padding-block-end: 10px;
}

/* CUSTOM SECTIONS */

.spacewall-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.spacewall-content.center {
  align-items: center;
}

.spacewall-content {
  --ag-title: 38px;
  --ag-subline-color: #000;
}

.spacewall-content-text {
  color: #555;
  line-height: 1.6;
  margin: 20px 0;
}

.spacewall-content-text p {
  margin: 12px 0;
}

.spacewall-content-text a {
  color: #f0c417;
  text-decoration: none;
}

.spacewall-content-text a:hover {
  text-decoration: underline;
}

.spacewall_title {
  font-weight: 700;
  font-size: var(--ag-title);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.spacewall_subtitle {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.spacewall_subline {
  width: 100%;
  min-width: 245px;
  height: 1px;
  background-color: var(--ag-subline-color);
  flex: 1;
}

.spacewall_subtext {
  margin: 0px 20px;
  flex: none;
  color: #888;
  font-size: 14px;
}

.spacewall-price_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 40px 0;
  justify-content: center;
}

.spacewall_price-card {
  display: flex;
  flex-direction: column;
  max-width: 540px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.spacewall_price-card {
  --ag-card-header: #2b2b2b;
  --ag-card-title: #f0c417;
  --ag-card-subtitle: #ffffff;
}

.spacewall_price-card_header {
  background-color: var(--ag-card-header);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 12px;
  position: relative;
}

.spacewall_price-card_header-title {
  color: var(--ag-card-title);
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.spacewall_price-card_header-subtitle {
  color: var(--ag-card-subtitle);
  font-size: 14px;
  font-weight: 500;
}

.spacewall_price-card_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
  background-color: #f5f5f5;
}

.spacewall_price-card_content-prices {
  text-align: center;
  margin-bottom: 20px;
}

.spacewall_price-card_content_price {
  font-size: 48px;
  font-weight: 700;
  color: #2b2b2b;
}

.spacewall_price-card_content_tax {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
}

.spacewall_price-card_content-features {
  width: 100%;
  margin: 24px 0;
  padding: 24px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.spacewall_price-card_content-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  color: #555;
  font-size: 14px;
}

.spacewall_price-card-icon {
  width: 20px;
  height: 20px;
  background-color: #f0c417;
  border-radius: 50%;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.spacewall_price-card-icon::before {
  content: '✓';
  color: #2b2b2b;
  font-size: 12px;
  font-weight: bold;
}

.spacewall_group {
  margin-top: 20px;
}

.spacewall_price-card_link {
  text-decoration: none;
}

.spacewall_price-card_button {
  background-color: #f0c417;
  color: #2b2b2b;
  padding: 12px 32px;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.spacewall_price-card_button:hover {
  background-color: #e0b410;
  transform: translateY(-2px);
}

.spacewall_price-additional_text {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
}

.spacewall-service_cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin: 40px 0;
}

.spacewall_service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background-color: #fff;
  text-align: center;
  transition: all 0.3s ease;
      width: 100%;
    max-width: 18%;
    min-width: 296px;
}

.spacewall_service-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.spacewall_service-card_icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f0c417 0%, #ffd966 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 40px;
}

.spacewall_service-card_title {
  font-size: 18px;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.spacewall_service-card_description {
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
  line-height: 1.6;
}

.spacewall_service-card_link {
  text-decoration: none;
}

.spacewall_service-card_button {
  background-color: #f0c417;
  color: #2b2b2b;
  padding: 10px 24px;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.spacewall_service-card_button:hover {
  background-color: #e0b410;
  transform: translateX(4px);
}

.spacewall_service-card_button::after {
  content: '→';
}

/* ===== ACCORDION SECTION ===== */
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  margin: 30px 0;
  background-color: #f9f9f9;
}

.spacewall-accordion_header {
  background-color: #f0c417;
  padding: 16px 24px;
  font-weight: 600;
  color: #2b2b2b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.spacewall-accordion_icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.spacewall-accordion_icon.active {
  transform: rotate(180deg);
}

.spacewall-accordion_content {
  display: none;
  padding: 24px;
  background-color: #fff;
}

.spacewall-accordion_content.active {
  display: block;
}

.spacewall-accordion_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.spacewall-accordion_list li {
  padding: 8px 0;
  color: #555;
  display: flex;
  align-items: center;
}

.spacewall-accordion_list li::before {
  content: '●';
  color: #f0c417;
  margin-right: 12px;
  font-size: 14px;
}

/* ===== SECTION DIVIDERS ===== */
  margin-bottom: 60px;
}

.spacewall-section_header {
  margin-bottom: 30px;
}

.spacewall-section_subtitle {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

/* ===== CONTENT BLOCKS ===== */
  margin-bottom: 40px;
}

.spacewall-content-block_title {
  font-size: 20px;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 16px;
  text-transform: none;
}

.spacewall-content-block_description {
  color: #555;
  line-height: 1.8;
  font-size: 14px;
}

/* ===== INFO BOX ===== */
.spacewall-info-box {
  border-left: 4px solid #f0c417;
  padding: 20px;
  margin: 24px 0;
  border-radius: 4px;
}

.spacewall-info-box_title {
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.spacewall-info-box_icon {
  font-size: 24px;
}

.spacewall-info-box_content {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

/* ===== TABLE STYLES ===== */
.spacewall-table {
  border-collapse: collapse;
  margin: 30px 0;
  border: 1px solid #e0e0e0;
}

.spacewall-table_header {
  background-color: #2b2b2b;
  color: #f0c417;
  font-weight: 600;
}

.spacewall-table_header th {
  padding: 16px;
  text-align: left;
  border-right: 1px solid #444;
}

.spacewall-table_header th:last-child {
  border-right: none;
}

.spacewall-table_body tr {
  border-bottom: 1px solid #e0e0e0;
}

.spacewall-table_body tr:hover {
  background-color: #f9f9f9;
}

.spacewall-table_body td {
  padding: 14px 16px;
  color: #555;
}

.spacewall-table_body td:first-child {
  color: #f0c417;
  font-weight: 500;
}

/* ===== CONTACT SECTION ===== */
.spacewall-contact {
  display: grid;
  gap: 40px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #ddd;
}

.spacewall_contact-item {
  display: flex;
  flex-direction: column;
}

.spacewall_contact-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  font-size: 24px;
}

.spacewall_contact-title {
  font-weight: 600;
  font-size: 16px;
  color: #2b2b2b;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.spacewall_contact-content {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.spacewall_contact-content a {
  color: #f0c417;
  text-decoration: none;
}

.spacewall_contact-content a:hover {
  text-decoration: underline;
}

.product-info__variant-pdf-link{
  display: flex;
  gap: 0.75rem;
  font-weight: 600;
  align-items: center;
}