 @media only screen and (min-width: 0rem) {#product {padding: var(--sectionPadding);overflow: hidden;}#product .cs-container {width: 100%;max-width: 46.875rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(1.75rem, 5vw, 4rem);}#product .cs-image-block {width: 100%;display: flex;flex-direction: column;align-items: center;}#product .cs-large-image {width: 100%;height: auto;align-items: center;justify-content: center;}#product .cs-large-image img {max-width: 100%;max-height: 100%;object-fit: contain;display: block;}#product .cs-support-images {display: grid;grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));gap: 0.5rem;margin-top: 1rem;max-width: 100%;justify-content: center;}#product .cs-support-images img {width: 80px;height: 80px;object-fit: cover;border-radius: 0.25rem;cursor: pointer;border: 2px solid transparent;transition: border-color 0.2s ease;}#product .cs-support-images img:hover {border-color: var(--primary);}#product .cs-support-images img.selected {border-color: var(--primary);}#product .cs-h3 {font-size: var(--headerFontSize);font-weight: 900;line-height: 1.2em;margin: 0 0 0.5rem;color: var(--headerColor);}#product .cs-price {font-size: 1.75em;font-weight: 700;line-height: 1.2em;color: var(--secondary);display: block;}#product .cs-compare-price {font-size: 1rem;font-weight: 700;line-height: 1.2em;text-decoration: line-through;color: #767676;display: block;}#product .cs-taxes {font-size: 0.875rem;font-weight: 400;line-height: 1.5em;color: var(--primary);display: block;}#product .cs-info-text {font-size: 1rem;font-weight: 400;line-height: 1.5em;margin: clamp(0.75rem, 2vw, 1rem) 0 1rem;}#product .cs-info-text p + p {margin-top: clamp(1rem, 2vw, 1.5rem);}#product .cs-details {font-size: 1rem;font-weight: 700;line-height: 1.2em;width: fit-content;margin-top: 1.5rem;margin-bottom: 1.5rem;color: var(--bodyTextColor);border-bottom: 1px solid var(--bodyTextColor);display: block;}#product .cs-details-list {margin: 0;padding-left: 1.25rem;list-style-type: disc;font-size: 0.875rem;line-height: 1.6;color: var(--text);column-count: 2;column-gap: 2rem;}#product .cs-details-list li {margin-bottom: 0.5rem;break-inside: avoid;}#product .cs-option {font-size: 0.875rem;font-weight: 700;line-height: 1.5em;color: var(--bodyTextColor);}#product .cs-dropdown {width: 100%;max-width: 15rem;height: 3rem;margin-bottom: 1.5rem;padding: 0 1rem;background: #f7f7f7;border: 1px solid #e8e8e8;border-radius: 6.25rem;outline: none;display: flex;justify-content: center;align-items: center;gap: 1rem;cursor: pointer;}#product .cs-quantity {width: 100%;width: fit-content;max-width: 15rem;height: 3rem;margin-bottom: 1.5rem;padding: 0 1rem;background: #f7f7f7;border: 1px solid #e8e8e8;border-radius: 6.25rem;outline: none;display: flex;justify-content: center;align-items: center;gap: 1rem;cursor: pointer;}#product .cs-select-icon {display: none;}#product .cs-quantity-increment {font-size: 1.5rem;color: #767676;background: none;border: none;cursor: pointer;}#product .cs-quantity-decrement {font-size: 1.5rem;color: #767676;background: none;border: none;cursor: pointer;}#product .cs-quantity-input {font-size: 1.25rem;line-height: 1.5em;text-align: center;width: 2rem;background-color: transparent;border: none;display: flex;justify-content: center;align-items: center;}#product .cs-quantity-input[type=number] {margin: 0;}#product .cs-button {font-size: 1rem;font-weight: 700;line-height: 1.2em;padding: 1rem;background: none;border: none;display: flex;justify-content: center;align-items: center;flex: 1 0 0;}#product .cs-cart {border: 1px solid #1a1a1a;}#product .cs-buy {color: #fff;background-color: var(--primary);cursor: pointer;}#product .cs-option-group {margin-bottom: 1.5rem;margin-top: 1.5rem;}#product .cs-option-label {display: block;margin-bottom: 0.5rem;font-weight: 600;font-size: 1rem;color: #333;}#product .cs-option-select {width: 100%;padding: 0.75rem 1rem;font-size: 1rem;border: 1px solid #ccc;background-color: #fff;appearance: none;background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35 50l35 40 35-40' stroke='%23333' stroke-width='15' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: right 1rem center;background-size: 1rem;cursor: pointer;transition: border-color 0.2s ease;}#product .cs-option-select:focus {outline: none;border-color: var(--primary);}#product .cs-quantity-group {margin-top: 1.5rem;margin-bottom: 1.5rem;}#product .cs-quantity-label {display: block;margin-bottom: 0.5rem;font-weight: 600;font-size: 1rem;color: #333;}#product .cs-quantity-wrapper {display: flex;width: fit-content;border: 1px solid #ccc;overflow: hidden;background-color: #fff;}#product .cs-quantity-input {width: 60px;padding: 0.75rem;text-align: center;border: none;font-size: 1rem;appearance: textfield;-moz-appearance: textfield;}#product .cs-quantity-input:focus {outline: none;}#product .cs-quantity-input::-webkit-outer-spin-button, #product .cs-quantity-input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}#product .cs-qty-btn {background-color: #f2f2f2;border: none;padding: 0.75rem 1rem;font-size: 1.25rem;cursor: pointer;user-select: none;transition: background 0.2s ease;}#product .cs-qty-btn:hover {background-color: #e0e0e0;}#product .cs-qty-btn:focus {outline: none;background-color: #ddd;}#product .cs-button-solid {font-size: 1rem;font-weight: 700;line-height: clamp(2.875rem, 5.5vw, 3.5rem);text-align: center;text-decoration: none;min-width: 12.5rem;margin: 0;box-sizing: border-box;padding: 0 1.5rem;background-color: var(--primary);color: var(--bodyTextColorWhite);display: inline-block;position: relative;margin-top: 1.5rem;margin-bottom: 1.5rem;z-index: 1;}#product .cs-button-solid:before {content: "";width: 0;height: 100%;background: #000;opacity: 1;position: absolute;top: 0;left: 0;z-index: -1;transition: width 0.3s;}#product .cs-button-solid:hover:before {width: 100%;}#product .out-of-stock-button {opacity: 0.6;pointer-events: none;background-color: #ccc;color: #000;cursor: not-allowed;}.visuallyhidden {white-space: nowrap;width: 1px;height: 1px;position: absolute;overflow: hidden;clip: rect(0 0 0 0);clip-path: inset(50%);}}@media only screen and (min-width: 48rem) {#product .cs-container {max-width: 80rem;flex-direction: row;align-items: start;}#product .cs-large-image {max-width: 80rem;flex-direction: row;align-items: flex-start;gap: 2rem;}#product .cs-image-block {flex: 0 0 28rem;}#product .cs-product-info {flex: 1 0 0;}#product .cs-option-select {width: 80%;}}@media only screen and (min-width: 64rem) {#product .cs-large-image {height: 100%;flex: 0 0 33.75rem;}#product .cs-image-block {flex: 0 0 33.75rem;}#product .cs-option-select {width: 50%;}}@media only screen and (min-width: 0rem) {body.dark-mode #product .cs-h3, body.dark-mode #product .cs-option-label, body.dark-mode #product .cs-quantity-label, body.dark-mode #product .cs-price, body.dark-mode #product .cs-details {color: var(--bodyTextColorWhite);}body.dark-mode #product .cs-details {border-color: var(--bodyTextColorWhite);}body.dark-mode #product .cs-option-select {background-color: var(--medium);border-color: var(--accent);color: var(--bodyTextColorWhite);background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35 50l35 40 35-40' stroke='%23fff' stroke-width='15' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");}body.dark-mode #product .cs-quantity-wrapper {border-color: var(--accent);}body.dark-mode #product .cs-quantity-input {background-color: var(--medium);color: var(--bodyTextColorWhite);}body.dark-mode #product .cs-qty-btn {color: var(--bodyTextColorWhite);background-color: var(--accent);}}