 @media only screen and (min-width: 0rem) {#product-page {padding: var(--sectionPadding);padding-top: 6rem;}#product-page .cs-container {width: 100%;max-width: 80rem;margin: auto;}#product-page .cs-content {display: flex;flex-direction: column;gap: 1rem;}#product-page .cs-content .cs-button-solid {max-width: fit-content;}#product-page .cs-product-content {width: 100%;display: flex;flex-direction: column;gap: 1.5rem;}#product-page .cs-price {font-family: 'Gemunu Libre', sans-serif;}#product-page .cs-back-link {color: var(--bodyTextColor);text-decoration: none;font-size: 1rem;margin-bottom: 1rem;display: inline-flex;align-items: center;}#product-page .cs-back-link:hover {color: var(--primary);}#product-page .cs-product-main {display: flex;flex-direction: column;gap: 2rem;}#product-page .cs-image-gallery {width: 100%;display: flex;flex-direction: column;gap: 1rem;}#product-page .cs-main-picture {width: 100%;height: 18.75rem;display: block;position: relative;background: #f5f5f5;overflow: hidden;border-radius: 0.5rem;}#product-page .cs-main-picture img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;transition: transform 0.3s ease;}#product-page .cs-main-picture:hover img {transform: scale(1.05);}#product-page .cs-thumbnail-gallery {display: flex;gap: 0.75rem;overflow-x: auto;overflow-y: hidden;padding: 0.5rem 0;scrollbar-width: thin;scrollbar-color: #c1c1c1 #f1f1f1;}#product-page .cs-thumbnail-gallery::-webkit-scrollbar {height: 6px;}#product-page .cs-thumbnail-gallery::-webkit-scrollbar-track {background: #f1f1f1;border-radius: 3px;}#product-page .cs-thumbnail-gallery::-webkit-scrollbar-thumb {background: #c1c1c1;border-radius: 3px;}#product-page .cs-thumbnail-gallery::-webkit-scrollbar-thumb:hover {background: #a8a8a8;}#product-page .cs-thumbnail {flex: none;width: 5rem;height: 5rem;background: #f5f5f5;overflow: hidden;cursor: pointer;border-radius: 0.25rem;border: 2px solid transparent;transition: border-color 0.3s ease, transform 0.3s ease;}#product-page .cs-thumbnail img {width: 100%;height: 100%;object-fit: cover;transition: transform 0.3s ease;}#product-page .cs-thumbnail:hover {border-color: var(--primary);transform: translateY(-2px);}#product-page .cs-thumbnail:hover img {transform: scale(1.1);}#product-page .cs-product-info {width: 100%;display: flex;flex-direction: column;gap: 1rem;}#product-page .cs-category {font-size: 0.875rem;color: var(--bodyTextColor);text-transform: uppercase;letter-spacing: 0.05em;}#product-page .cs-product-title {font-size: clamp(1.75rem, 4vw, 2.5rem);font-weight: 700;line-height: 1.2em;color: var(--headerColor);margin: 0;}#product-page .cs-product-description {font-size: 1rem;line-height: 1.5em;color: var(--bodyTextColor);margin: 0;}#product-page .cs-price {font-size: 2rem;font-weight: 700;color: var(--primary);margin: 0.5rem 0;}#product-page .cs-product-controls {display: flex;flex-direction: column;gap: 1rem;margin: 1.5rem 0;}#product-page .cs-quantity-control {display: flex;align-items: center;gap: 0.5rem;width: fit-content;}#product-page .cs-qty-btn {width: 2.5rem;height: 2.5rem;border: 1px solid #ddd;background: white;font-size: 1.125rem;font-weight: bold;cursor: pointer;display: flex;align-items: center;justify-content: center;}#product-page .cs-qty-btn:hover {background: #f5f5f5;}#product-page .cs-quantity {width: 3.75rem;height: 2.5rem;text-align: center;border: 1px solid #ddd;border-left: none;border-right: none;font-size: 1rem;}#product-page .cs-quantity:focus {outline: none;border-color: var(--primary);}#product-page .cs-add-to-cart, #product-page .cs-request-quote {padding: 0.75rem 1.5rem;font-size: 0.875rem;font-weight: 600;border: none;border-radius: 0.25rem;cursor: pointer;transition: all 0.3s ease;text-transform: uppercase;letter-spacing: 0.05em;}#product-page .cs-add-to-cart {background: white;color: var(--primary);border: 1px solid var(--primary);}#product-page .cs-add-to-cart:hover {background: var(--primary);color: white;}#product-page .cs-request-quote {background: var(--primary);color: white;}#product-page .cs-request-quote:hover {background: var(--primaryLight);}#product-page .cs-specifications {margin-top: 2rem;}#product-page .cs-spec-title {font-size: 1.125rem;font-weight: 600;color: var(--headerColor);margin: 0 0 1rem 0;}#product-page .cs-spec-table {display: flex;flex-direction: column;gap: 0.75rem;}#product-page .cs-spec-row {display: flex;justify-content: space-between;align-items: flex-start;padding: 0.75rem 0;border-bottom: 1px solid #eee;gap: 1rem;}#product-page .cs-spec-label {font-size: 0.875rem;color: var(--bodyTextColor);flex: 1;}#product-page .cs-spec-value {font-size: 0.875rem;color: var(--headerColor);font-weight: 500;text-align: right;flex: 1;}}@media only screen and (min-width: 48rem) {#product-page {padding-top: 12rem;}#product-page .cs-product-main {flex-direction: row;gap: 3rem;align-items: flex-start;}#product-page .cs-image-gallery {flex: 1;max-width: 50%;}#product-page .cs-main-picture {height: 25rem;}#product-page .cs-thumbnail-gallery {justify-content: flex-start;overflow-x: auto;flex-wrap: nowrap;}#product-page .cs-thumbnail {width: 5.625rem;height: 5.625rem;}#product-page .cs-product-info {flex: 1;max-width: 50%;}#product-page .cs-product-controls {flex-direction: row;align-items: center;gap: 1.5rem;}#product-page .cs-add-to-cart, #product-page .cs-request-quote {flex: 1;max-width: 12.5rem;}}@media only screen and (min-width: 64rem) {#product-page .cs-main-picture {height: 31.25rem;}#product-page .cs-thumbnail {width: 6.25rem;height: 6.25rem;}#product-page .cs-thumbnail-gallery {gap: 1rem;}#product-page .cs-spec-row {padding: 1rem 0;}#product-page .cs-spec-label, #product-page .cs-spec-value {font-size: 1rem;}}@media only screen and (min-width: 0rem) {#services-1329 {padding: var(--sectionPadding);position: relative;background-color: #F3F8F5;}#services-1329 .cs-container {width: 100%;max-width: 36.5rem;margin: auto;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: clamp(3rem, 6vw, 4rem);}#services-1329 .cs-content {width: 100%;display: flex;flex-direction: column;align-items: center;text-align: center;gap: 1rem;}#services-1329 .cs-title {max-width: 20ch;}#services-1329 .cs-card-group {width: 100%;margin: 0;padding: 0;display: grid;grid-template-columns: repeat(12, 1fr);gap: clamp(1rem, 2.5vw, 1.25rem);}#services-1329 .cs-item {list-style: none;width: 100%;height: clamp(18.75rem, 50vw, 23.75rem);margin: 0;box-sizing: border-box;padding: 0;background-color: #000;display: flex;flex-direction: column;justify-content: flex-end;align-items: flex-start;position: relative;text-align: left;box-shadow: 0px 12px 80px 0px rgba(26, 26, 26, 0.08);grid-column: span 12;z-index: 1;}#services-1329 .cs-item:hover .cs-picture::after {opacity: 1;}#services-1329 .cs-item:hover .cs-picture img {transform: scale(1.2);}#services-1329 .cs-item:hover .cs-h3 {color: var(--secondary);}#services-1329 .cs-item:hover .cs-number {opacity: 1;top: clamp(1.25rem, 2.3vw, 2rem);}#services-1329 .cs-item:hover .cs-arrow {opacity: 0.12;bottom: 50%;transform: translateY(50%);}#services-1329 .cs-link {text-decoration: none;width: 100%;height: 100%;box-sizing: border-box;padding: clamp(1.25rem, 2.3vw, 2rem);display: flex;flex-direction: column;justify-content: flex-end;position: relative;z-index: 1;}#services-1329 .cs-link::after {content: "";width: 100%;height: 100%;opacity: 0;position: absolute;top: 0;right: 0;z-index: -1;transition: opacity 0.3s;}#services-1329 .cs-number {font-size: clamp(1.5625rem, 2.7vw, 2.4375rem);font-weight: bold;color: var(--bodyTextColorWhite);opacity: 0;position: absolute;top: 0;transition: opacity 0.3s, top 0.3s;}#services-1329 .cs-h3 {font-size: clamp(1.25rem, 1.8vw, 1.5625rem);line-height: 1.2em;font-weight: bold;margin: 0 0 0.25rem 0;color: var(--bodyTextColorWhite);transition: color 0.3s;text-align: inherit;}#services-1329 .cs-item-text {font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.5em;margin: 0;padding: 0;color: var(--bodyTextColorWhite);}#services-1329 .cs-picture {width: 100%;height: 100%;overflow: hidden;display: block;position: absolute;top: 0;left: 0;z-index: -1;}#services-1329 .cs-picture:before {content: "";width: 100%;height: 100%;background: -moz-linear-gradient(top, rgba(26, 26, 26, 0) 0%, rgba(0, 0, 0, 0.76) 100%);background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0) 0%, rgba(0, 0, 0, 0.76) 100%);background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%, rgba(0, 0, 0, 0.76) 100%);opacity: 1;display: block;position: absolute;top: 0;left: 0;}#services-1329 .cs-picture:after {content: "";width: 100%;height: 100%;background: -moz-linear-gradient(top, rgba(26, 26, 26, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);background: linear-gradient(to bottom, rgba(26, 26, 26, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);opacity: 0;display: block;position: absolute;bottom: 0;left: 0;transition: opacity 0.3s;}#services-1329 .cs-picture img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;z-index: -1;transition: transform 0.7s;}#services-1329 .cs-arrow {width: 100%;height: auto;opacity: 0;position: absolute;left: 0;bottom: 0;transition: bottom 0.3s, opacity 0.3s, transform 0.3s;}}@media only screen and (min-width: 48rem) {#services-1329 .cs-content {flex-direction: row;justify-content: space-between;text-align: left;gap: 2.5rem;}#services-1329 .cs-text {width: 50%;}#services-1329 .cs-title {margin: 0;}}@media only screen and (min-width: 56.25rem) {#services-1329 .cs-container {max-width: 80rem;}#services-1329 .cs-item {height: 30rem;grid-column: span 4;}}