@import"https://fonts.googleapis.com/css2?family=Scada:wght@400;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--color-black: #000000;--color-white: #ffffff;--color-red: #c41e3a;--header-burgundy: #3f1016;--header-burgundy-mid: #4e141c;--color-dark: #1a1a1a;--color-gray: #666666;--color-light-gray: #f5f5f5;--color-border: #e0e0e0;--page-pad: 40px;--font-heading: "Oswald", sans-serif;--font-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}body{font-family:var(--font-body);font-size:14px;line-height:1.6;color:var(--color-black);background:var(--color-white);-webkit-font-smoothing:antialiased}.product-header{position:relative;z-index:100;width:100%;padding:12px 0;background:#000;box-shadow:0 1px #ffffff1f}.product-header .header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:48px;max-width:1200px;margin:0 auto;padding:0 var(--page-pad)}.product-header .logo{flex-shrink:0;display:flex;align-items:center}.product-header .logo-link{text-decoration:none;color:inherit;display:inline-flex;align-items:center;line-height:1}.product-header .logo-text{font-family:var(--font-heading);font-weight:700;color:var(--color-white);letter-spacing:.12em;text-transform:uppercase;display:inline-flex;align-items:baseline;gap:.35em;font-size:28px;line-height:1.1}.product-header .logo-team{font-size:.5em;font-weight:500;letter-spacing:.25em;opacity:.95}.product-header .logo-ark{font-size:1em;letter-spacing:.15em;color:var(--color-red)}.product-header .main-nav{display:flex;align-items:center;justify-content:center;flex:1 1 auto;gap:clamp(12px,2vw,22px);flex-wrap:nowrap}.product-header .main-nav a{font-family:var(--font-heading);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--color-white);transition:opacity .3s;line-height:1.2;white-space:nowrap;display:inline-flex;align-items:center;padding:4px 0}.product-header .main-nav a:hover{opacity:.7}.product-header .header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-shrink:0}.product-header .header-actions .action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--color-white);border-radius:50%;transition:background .2s}.product-header .header-actions .action-btn:hover{background:#ffffff1f}.product-header .header-actions .cart-btn{position:relative}.product-header .cart-badge{position:absolute;top:4px;right:2px;min-width:16px;height:16px;padding:0 4px;font-size:10px;line-height:16px;text-align:center;background:var(--color-red);color:var(--color-white);border-radius:8px}.ark-product-page{padding:36px 0 72px;background:#f0f0f0}.ark-product-page .container{max-width:1200px;margin:0 auto;padding:0 var(--page-pad)}.ark-product-page .breadcrumb-nav{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:28px;font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--color-gray)}.ark-product-page .breadcrumb-nav .breadcrumb-current{color:var(--color-black);font-weight:600}.ark-product-page .breadcrumb-nav a:hover{color:var(--color-black)}.ark-product-page .product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px 60px;margin-bottom:56px;align-items:flex-start}.ark-product-page .product-gallery-area{display:flex;flex-direction:column;gap:15px}.ark-product-page .gallery-main-image{aspect-ratio:1;background:var(--color-light-gray);overflow:hidden;width:100%}.ark-product-page .gallery-main-image img{width:100%;height:100%;object-fit:cover}.ark-product-page .gallery-thumbnails-shell{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:8px;width:100%;max-width:100%}.ark-product-page .gallery-thumb-nav{display:flex;align-items:center;justify-content:center;width:34px;height:72px;border:0;background:#fff;color:#111;cursor:pointer;font-family:Arial,sans-serif;font-size:28px;line-height:1;transition:opacity .2s,background .2s}.ark-product-page .gallery-thumb-nav:hover{background:#f3f3f3}.ark-product-page .gallery-thumb-nav:disabled{opacity:.28;cursor:default}.ark-product-page .gallery-thumbnails-row{display:flex;flex-wrap:nowrap;gap:10px;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;padding:0 2px 8px;scroll-behavior:smooth;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.ark-product-page .gallery-thumbnails-row::-webkit-scrollbar{display:none}.ark-product-page .gallery-thumb{flex:0 0 86px;width:86px;height:72px;aspect-ratio:auto;background:var(--color-light-gray);cursor:pointer;border:2px solid transparent;overflow:hidden;padding:0}.ark-product-page .gallery-thumb:hover,.ark-product-page .gallery-thumb.active{border-color:var(--color-black)}.ark-product-page .gallery-thumb img{width:100%;height:100%;object-fit:contain}.ark-product-page .product-info-area{padding:0}.ark-product-page .product-title-large{font-family:var(--font-heading);font-size:clamp(26px,2.5vw,34px);font-weight:700;margin-bottom:16px;line-height:1.15;text-transform:uppercase;letter-spacing:.04em}.ark-product-page .product-rating-line{display:flex;align-items:center;gap:10px;margin-bottom:25px;font-size:13px}.ark-product-page .star-rating{color:#ffb800;letter-spacing:2px;font-size:16px}.ark-product-page .review-count{font-family:"Scada",var(--pdp-serif),serif;font-variant-numeric:lining-nums;font-weight:500;color:var(--color-gray)}.ark-product-page .review-separator{color:var(--color-border)}.ark-product-page .write-review-link{color:var(--color-gray);text-decoration:underline;transition:color .3s}.ark-product-page .write-review-link:hover{color:var(--color-black)}.ark-product-page .product-options-v2,.ark-product-page .option-row-v2{margin-bottom:20px}.ark-product-page .option-label-v2{display:block;font-size:13px;font-weight:600;text-transform:capitalize;margin-bottom:12px;color:var(--color-black)}.ark-product-page .radio-group{display:flex;gap:25px}.ark-product-page .radio-option{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px}.ark-product-page .radio-option.is-disabled{color:#aaa;cursor:not-allowed;opacity:.55}.ark-product-page .radio-option.is-disabled .radio-circle{border-color:#cfcfcf;background:#f3f3f3}.ark-product-page .radio-option input{display:none}.ark-product-page .radio-circle{width:18px;height:18px;border:2px solid var(--color-border);border-radius:50%;position:relative;transition:border-color .3s}.ark-product-page .radio-option input:checked+.radio-circle{border-color:var(--color-black)}.ark-product-page .radio-option input:checked+.radio-circle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:var(--color-black);border-radius:50%}.ark-product-page .radio-text{color:var(--color-black)}.ark-product-page .select-wrapper{position:relative;width:100%;max-width:280px}.ark-product-page .custom-select{width:100%;padding:14px 40px 14px 18px;border:2px solid var(--color-border);background:var(--color-light-gray);font-family:var(--font-heading);font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase;cursor:pointer;appearance:none;-webkit-appearance:none}.ark-product-page .custom-select option:disabled{color:#a8a8a8;background:#f2f2f2}.ark-product-page .select-arrow{position:absolute;right:18px;top:50%;transform:translateY(-50%);font-size:12px;pointer-events:none}.ark-product-page .stock-status{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--color-gray);margin-bottom:15px}.ark-product-page .stock-dot{width:8px;height:8px;background:#4caf50;border-radius:50%}.ark-product-page .stock-dot.out{background:#f44336}.ark-product-page .stock-dot.low{background:#ffb300}.ark-product-page .product-price-v2{margin-bottom:25px}.ark-product-page .price-currency{font-size:18px;font-weight:600;color:var(--color-black)}.ark-product-page .price-amount{font-size:32px;font-weight:700;color:var(--color-black)}.ark-product-page .product-actions-v2{display:flex;gap:0;margin-bottom:25px}.ark-product-page .qty-selector-v2{display:flex;align-items:center;border:2px solid var(--color-black);border-right:none}.ark-product-page .qty-btn-v2{width:45px;height:50px;border:none;background:transparent;font-size:18px;cursor:pointer;transition:background .3s;color:var(--color-black)}.ark-product-page .qty-btn-v2:hover{background:var(--color-light-gray)}.ark-product-page .qty-input-v2{width:50px;height:50px;border:none;text-align:center;font-size:16px;font-weight:500;-moz-appearance:textfield;background:transparent}.ark-product-page .qty-input-v2::-webkit-outer-spin-button,.ark-product-page .qty-input-v2::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ark-product-page .btn-add-cart-v2{flex:1;padding:0 30px;height:50px;background:var(--color-black);color:var(--color-white);border:2px solid var(--color-black);font-family:var(--font-heading);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;transition:all .3s}.ark-product-page .btn-add-cart-v2:hover{background:#333}.ark-product-page .btn-add-cart-v2:disabled{background:#999;border-color:#999;cursor:not-allowed}.ark-product-page .btn-buy-now-v2{flex:1;padding:0 30px;height:50px;background:var(--color-red);color:var(--color-white);border:2px solid var(--color-red);font-family:var(--font-heading);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;transition:all .3s}.ark-product-page .btn-buy-now-v2:hover{background:#a01830;border-color:#a01830}.ark-product-page .btn-buy-now-v2:disabled{background:#999;border-color:#999;cursor:not-allowed}.ark-product-page .btn-add-cart-v2.is-success{background:#2f8f46;border-color:#2f8f46}.ark-product-page .ark-product-message{margin:-10px 0 22px;font-size:13px;line-height:1.4;color:#2f8f46}.ark-product-page .ark-product-message.is-error{color:#c20000}.ark-product-page .product-tabs-area{padding-top:40px}.ark-product-page .tabs-navigation{display:flex;justify-content:center;gap:60px;margin-bottom:40px}.ark-product-page .tab-nav-item{padding:10px 0;background:none;border:none;font-family:var(--font-heading);font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;position:relative;color:var(--color-gray);transition:color .3s}.ark-product-page .tab-nav-item:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-black);transition:width .3s}.ark-product-page .tab-nav-item:hover,.ark-product-page .tab-nav-item.active{color:var(--color-black)}.ark-product-page .tab-nav-item.active:after{width:100%}.ark-product-page .tab-nav-item.active{font-weight:800}.ark-product-page .tab-content-panel{display:none}.ark-product-page .tab-content-panel.active{display:block}.ark-product-page .description-split-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;max-width:1100px;margin:0 auto}.ark-product-page .description-text-side{padding-right:20px}.ark-product-page .description-text-side p{font-size:14px;line-height:1.8;color:var(--color-gray)}.ark-product-page .description-image-side{background:var(--color-light-gray);aspect-ratio:1;overflow:hidden;max-width:400px;margin-left:auto}.ark-product-page .description-image-side img{width:100%;height:100%;object-fit:cover}.ark-product-page .technical-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px 48px;margin-top:12px}.ark-product-page .technical-feature-item{border-left:3px solid var(--color-red);padding-left:16px}.ark-product-page .technical-feature-item h4{color:var(--color-black);font-family:var(--font-heading);text-transform:uppercase;font-size:13px;font-weight:700;margin-bottom:8px;letter-spacing:.06em}.ark-product-page .technical-feature-item p{font-size:14px;color:#333;line-height:1.55}.ark-product-page .specs-tab-stack{display:flex;flex-direction:column;gap:28px;align-items:center}.ark-product-page .specs-product-image{background:var(--color-light-gray);aspect-ratio:1;overflow:hidden;max-width:300px;width:100%}.ark-product-page .specs-product-image img{width:100%;height:100%;object-fit:cover}.ark-product-page .spec-table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.ark-product-page .spec-table-full{width:100%;border-collapse:collapse;font-size:12px;margin-top:8px}.ark-product-page .spec-table-full th,.ark-product-page .spec-table-full td{border:1px solid var(--color-border);padding:10px 12px;text-align:left}.ark-product-page .spec-table-full thead th{background:#f5f5f5;font-weight:600;text-transform:uppercase;letter-spacing:.04em;font-size:11px}.ark-product-page .spec-table-full--zebra tbody tr:nth-child(odd){background:#fff}.ark-product-page .spec-table-full--zebra tbody tr:nth-child(2n){background:#f3f3f3}.ark-product-page .reviews-summary-area{display:grid;grid-template-columns:200px 1fr;gap:50px;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid var(--color-border)}.ark-product-page .rating-summary{text-align:center}.ark-product-page .rating-big-number{font-size:48px;font-weight:700;line-height:1}.ark-product-page .rating-big-stars{font-size:20px;color:#ffb800;margin:10px 0;letter-spacing:2px}.ark-product-page .rating-summary-text{font-size:13px;color:var(--color-gray)}.ark-product-page .rating-bars-area{display:flex;flex-direction:column;gap:10px}.ark-product-page .rating-bar-row{display:flex;align-items:center;gap:15px}.ark-product-page .rating-bar-label{width:40px;font-size:13px}.ark-product-page .rating-bar-track{flex:1;height:8px;background:var(--color-border);border-radius:4px;overflow:hidden}.ark-product-page .rating-bar-fill{height:100%;background:#ffb800;border-radius:4px}.ark-product-page .rating-bar-count{width:30px;font-size:13px;color:var(--color-gray);text-align:right}.ark-product-page .reviews-list-area{display:flex;flex-direction:column;gap:20px}.ark-product-page .review-entry{padding:25px;background:var(--color-light-gray)}.ark-product-page .review-header-row{display:flex;justify-content:space-between;margin-bottom:10px}.ark-product-page .review-author{font-weight:600;font-size:14px}.ark-product-page .review-date{font-size:13px;color:var(--color-gray)}.ark-product-page .review-stars{color:#ffb800;margin-bottom:12px;letter-spacing:1px}.ark-product-page .review-text{font-size:14px;line-height:1.7;color:var(--color-gray)}.ark-product-page .ark-product-reviews{width:100vw;margin:0 0 0 calc(50% - 50vw);padding:52px 22px 64px;background:#fff}.ark-product-page .ark-product-reviews__inner{max-width:980px;margin:0 auto}.ark-product-page .ark-product-reviews__widget{color:#111}.ark-product-page .ark-product-reviews__widget .jdgm-widget,.ark-product-page .ark-product-reviews__widget #shopify-product-reviews,.ark-product-page .ark-product-reviews__widget .loox-reviews-default{width:100%}.ark-product-page .ark-product-reviews__empty{padding:28px;background:var(--pdp-soft);color:#111;font-family:var(--pdp-serif);font-size:14px;line-height:1.5;text-align:center}.ark-product-page .ark-product-app-reviews{width:100vw;margin:52px 0 0 calc(50% - 50vw);padding:44px 22px;background:#fff}.ark-product-page .ark-product-app-reviews>*{max-width:760px;margin-left:auto;margin-right:auto}.ark-product-page .product-support-accordions{width:min(100%,760px);margin:56px auto 0}.ark-product-page .product-support-accordion{border:1px solid #e0e0e0;border-bottom:0;background:#fff}.ark-product-page .product-support-accordion:last-child{border-bottom:1px solid #e0e0e0}.ark-product-page .product-support-accordion summary{display:flex;align-items:center;justify-content:center;min-height:54px;padding:0 18px;cursor:pointer;list-style:none;color:#111;font-family:var(--font-heading);font-size:14px;font-weight:800;letter-spacing:.28em;line-height:1.2;text-align:center;text-transform:uppercase}.ark-product-page .product-support-accordion summary::-webkit-details-marker{display:none}.ark-product-page .product-support-accordion__icon{margin-left:auto;font-family:Arial,sans-serif;font-size:18px;font-weight:400;letter-spacing:0}.ark-product-page .product-support-accordion[open] .product-support-accordion__icon{transform:rotate(45deg)}.ark-product-page .product-support-accordion__content{padding:0 30px 28px;color:#111;font-family:var(--pdp-serif);font-size:14px;line-height:1.45}.ark-product-page .product-support-accordion__content p{margin:0 0 12px}.ark-product-page .product-question-form{display:grid;gap:14px}.ark-product-page .product-question-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ark-product-page .product-question-form input,.ark-product-page .product-question-form textarea{width:100%;border:1px solid #d7d7d7;background:#f4f4f4;color:#111;font:inherit;padding:11px 13px}.ark-product-page .product-question-form textarea{min-height:110px;resize:vertical}.ark-product-page .product-question-form button{width:fit-content;min-width:112px;border:1px solid #111;background:#111;color:#fff;font-family:var(--font-heading);font-size:12px;font-weight:800;letter-spacing:.08em;line-height:1;padding:13px 22px;text-transform:uppercase}.ark-product-page .ark-product-app-reviews .jdgm-widget{color:#111;font-family:var(--font-body)}.ark-product-page .ark-product-app-reviews .jdgm-rev-widg{border:1px solid #e5e5e5;padding:32px}.ark-product-page .ark-product-app-reviews .jdgm-rev-widg__summary,.ark-product-page .ark-product-app-reviews .jdgm-rev-widg__summary-inner,.ark-product-page .ark-product-app-reviews .jdgm-histogram,.ark-product-page .ark-product-app-reviews .jdgm-rev-widg__sort-wrapper{display:block!important;opacity:1!important;visibility:visible!important}.ark-product-page .ark-product-app-reviews .jdgm-rev-widg__header{display:block!important}.ark-product-page .ark-product-app-reviews .jdgm-rev-widg__title{margin:0 0 8px;color:#111;font-family:var(--pdp-serif);font-size:28px;font-weight:400;line-height:1.1;text-align:left}.ark-product-page .ark-product-app-reviews .jdgm-rev-widg__summary{float:none!important;width:100%!important;margin:0 0 8px!important;text-align:left!important}.ark-product-page .ark-product-app-reviews .jdgm-rev-widg__summary-inner{float:none!important;width:100%!important;text-align:left!important}.ark-product-page .ark-product-app-reviews .jdgm-rev-widg__summary-text{display:block!important;clear:both!important;margin:3px 0 8px!important;color:#111!important;font-size:14px!important;font-weight:800!important;line-height:1.25!important}.ark-product-page .ark-product-app-reviews .jdgm-widget-actions-wrapper{display:block!important;float:none!important;clear:both!important;width:100%!important;margin:8px 0 26px!important;text-align:left!important}.ark-product-page .ark-product-app-reviews .jdgm-star,.ark-product-page .ark-product-app-reviews .jdgm-prev-badge__stars,.ark-product-page .ark-product-app-reviews .jdgm-rev__rating,.ark-product-page .ark-product-app-reviews .jdgm-rev-widg__summary-stars{color:#ffd200!important;display:inline-flex!important;opacity:1!important;visibility:visible!important}.ark-product-page .ark-product-app-reviews .jdgm-rev-widg__summary-stars .jdgm-star{font-size:18px;line-height:1}.ark-product-page .ark-product-app-reviews .jdgm-write-rev-link,.ark-product-page .ark-product-app-reviews .jdgm-write-rev-link-btn{display:block!important;width:100%!important;max-width:none!important;box-sizing:border-box!important;margin:10px 0 22px!important;border:1px solid #111!important;background:#fff!important;color:#111!important;font-family:var(--font-body)!important;font-size:14px!important;font-weight:700!important;line-height:1.2!important;padding:7px 14px!important;position:static!important;transform:none!important;text-align:center!important;text-decoration:none!important}.ark-product-page .ark-product-app-reviews .jdgm-histogram{float:none!important;clear:both!important;width:100%!important;margin:0 0 18px!important}.ark-product-page .ark-product-app-reviews .jdgm-sort-dropdown{display:inline-block!important;min-height:30px;border:1px solid #cfcfcf!important;background:#fff!important;color:#111!important;font-size:13px!important;font-weight:700!important}.ark-product-page .ark-product-app-reviews .jdgm-histogram__bar{border:1px solid #e5e5e5!important;background:#fff!important;box-shadow:none!important}.ark-product-page .ark-product-app-reviews .jdgm-histogram__bar-content{background:#ffd200!important}.ark-product-page .ark-product-app-reviews .jdgm-rev{border-top:1px solid #ededed;padding:28px 0}.ark-product-page .ark-product-app-reviews .jdgm-rev__author,.ark-product-page .ark-product-app-reviews .jdgm-rev__title{color:#111;font-weight:800}.ark-product-page .ark-product-app-reviews .jdgm-rev__body,.ark-product-page .ark-product-app-reviews .jdgm-rev__body p{color:#111;font-size:14px;font-weight:700;line-height:1.45}.ark-product-page .ark-product-app-reviews .jdgm-rev__timestamp{color:#111;font-weight:700}.ark-product-page .ark-product-app-reviews .jdgm-rev__buyer-badge{display:inline-block!important;background:#111!important;color:#fff!important;border-radius:0!important;font-size:10px!important;font-weight:800!important;line-height:1!important;padding:3px 7px!important}.ark-product-page .ark-product-app-reviews .jdgm-rev__pics{display:flex!important;flex-wrap:wrap;gap:8px;margin-top:10px}.ark-product-page .ark-product-app-reviews .jdgm-rev__pic-link,.ark-product-page .ark-product-app-reviews .jdgm-rev__pic-img{display:block!important;width:78px!important;height:104px!important;border:0!important;border-radius:0!important;opacity:1!important;visibility:visible!important}.ark-product-page .ark-product-app-reviews .jdgm-rev__pic-link{background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important;overflow:hidden!important}.ark-product-page .ark-product-app-reviews .jdgm-rev__pic-img{object-fit:cover!important}.ark-product-page .product-lifestyle-wide{width:100%;margin:48px 0 0}.ark-product-page .product-lifestyle-wide--in-tab{margin:40px 0 0;border-radius:4px;overflow:hidden}.ark-product-page .product-lifestyle-wide img{width:100%;display:block;object-fit:cover;max-height:520px}.ark-product-page .product-lifestyle-wide--in-tab img{max-height:480px}.ark-product-page .related-products-section{margin-top:50px;padding-top:50px;border-top:1px solid var(--color-border)}.ark-product-page .related-products-title{font-family:var(--font-heading);font-size:18px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:25px}.ark-product-page .related-products-row-scroll{width:100%;box-sizing:border-box;padding:0 0 12px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;container-type:inline-size;container-name:related-strip;scrollbar-color:rgba(0,0,0,.28) transparent;overscroll-behavior-x:contain}.ark-product-page .related-products-row-scroll::-webkit-scrollbar{height:6px}.ark-product-page .related-products-row-scroll::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.ark-product-page .related-products-row.products-row{display:flex;grid-template-columns:unset}.ark-product-page .related-products-row{--rel-gap: 20px;display:flex;flex-wrap:nowrap;gap:var(--rel-gap);width:max-content}.ark-product-page .related-products-row .product-item{flex:0 0 auto;width:calc((100cqw - 2 * var(--rel-gap)) / 2.8);min-width:0;scroll-snap-align:start}@supports not (width: 1cqw){.ark-product-page .related-products-row .product-item{width:calc((100vw - 2 * var(--page-pad) - 40px) / 2.8);min-width:200px}}.ark-product-page .product-item{cursor:pointer}.ark-product-page .product-item a{display:block}.ark-product-page .product-image-box{aspect-ratio:1;background:#fff;overflow:hidden;margin-bottom:18px}.ark-product-page .product-image-box img{width:100%;height:100%;object-fit:contain;transition:transform .5s}.ark-product-page .product-item:hover .product-image-box img{transform:none}.ark-product-page .product-item-name{font-family:var(--font-body);font-size:13px;font-weight:500;color:var(--color-black);letter-spacing:.5px}@media(max-width:1024px){.product-header .main-nav{display:none}.ark-product-page .product-detail-grid{grid-template-columns:1fr;gap:40px}.ark-product-page .description-split-layout{grid-template-columns:1fr;gap:30px}.ark-product-page .description-image-side{max-width:300px;margin:0 auto}.ark-product-page .technical-intro-grid,.ark-product-page .reviews-summary-area{grid-template-columns:1fr}}@media(max-width:768px){.ark-product-page .tabs-navigation{gap:25px;overflow-x:auto;justify-content:flex-start}.ark-product-page .tab-nav-item{font-size:12px;letter-spacing:1px;white-space:nowrap}.ark-product-page .product-actions-v2{flex-direction:column}.ark-product-page .qty-selector-v2{border-right:2px solid var(--color-black);width:fit-content;margin-bottom:10px}.ark-product-page .related-products-row{--rel-gap: 16px}.ark-product-page .related-products-row .product-item{width:calc((100cqw - 2 * var(--rel-gap)) / 1.22)}@supports not (width: 1cqw){.ark-product-page .related-products-row .product-item{width:calc((100vw - 40px - 32px) / 1.22);min-width:180px}}.ark-product-page .container,.product-header .header-inner{padding:0 20px}}.ark-product-page{--pdp-red: #d4272f;--pdp-ink: #070707;--pdp-soft: #f3f3f3;--pdp-line: #d9d9d9;--pdp-serif: Georgia, "Times New Roman", serif;padding:24px 0 0;background:#fff;color:var(--pdp-ink)}.ark-product-page .container{max-width:760px;padding:0 22px}.ark-product-page .breadcrumb-nav{gap:4px;margin:0 0 12px;font-family:var(--pdp-serif);font-size:12px;font-weight:700;letter-spacing:0;line-height:1;color:#111}.ark-product-page .breadcrumb-nav a,.ark-product-page .breadcrumb-nav .breadcrumb-current{color:#111;text-decoration:none}.ark-product-page .product-detail-grid{display:grid;grid-template-columns:428px minmax(275px,1fr);gap:38px;align-items:start;margin-bottom:0}.ark-product-page .product-gallery-area{gap:10px}.ark-product-page .gallery-main-image{width:100%;min-height:230px;margin:0 auto;background:#fff;aspect-ratio:1 / 1}.ark-product-page .gallery-main-image img{width:100%;height:100%;object-fit:contain}.ark-product-page .product-proof-points{display:none;grid-template-columns:repeat(3,1fr);align-items:start;gap:10px;margin:8px 0 10px;text-align:center;font-family:var(--pdp-serif);color:#111}.ark-product-page .product-proof-point span{display:block;color:#b22b34;font-size:12px;font-weight:700;letter-spacing:.08em;line-height:1.1;white-space:nowrap}.ark-product-page .product-proof-point strong{display:block;margin-top:2px;font-size:11px;font-weight:700;letter-spacing:.04em;line-height:1.15}.ark-product-page .gallery-thumbnails-shell{grid-template-columns:28px minmax(0,285px) 28px;justify-content:center;gap:7px;width:100%;max-width:100%;margin:0 auto}.ark-product-page .gallery-thumb-nav{width:28px;height:60px;background:transparent;font-size:24px}.ark-product-page .gallery-thumbnails-row{display:flex;flex-wrap:nowrap;gap:8px;width:285px;max-width:100%;margin:0 auto;overflow-x:auto;overflow-y:hidden;padding:0 2px 8px;scroll-behavior:smooth;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.ark-product-page .gallery-thumb{flex:0 0 76px;width:76px;height:60px;aspect-ratio:auto;background:#fff;border:1px solid #111;scroll-snap-align:start}.ark-product-page .gallery-thumb.active,.ark-product-page .gallery-thumb:hover{border-color:#b22b34;box-shadow:inset 0 0 0 1px #b22b34}.ark-product-page .gallery-thumb img{object-fit:contain}.ark-product-page .product-info-area{padding-top:0}.ark-product-page .product-title-large{margin:0 0 16px;font-family:var(--font-heading);font-size:34px;font-weight:800;line-height:.95;letter-spacing:0;max-width:100%;overflow-wrap:anywhere;word-break:normal;white-space:normal}.ark-product-page .product-model-code{margin:-8px 0 16px;font-family:var(--font-body);font-size:13px;font-weight:700;line-height:1.2;color:#111}.ark-product-page .product-model-code[hidden]{display:none}.ark-product-page .product-rating-line{gap:6px;margin-bottom:16px;font-family:var(--pdp-serif);font-size:12px;line-height:1;color:#111}.ark-product-page .star-rating{color:#9d2730;font-size:12px;letter-spacing:1px}.ark-product-page .review-count,.ark-product-page .write-review-link,.ark-product-page .review-separator{color:#111;font-weight:400}.ark-product-page .write-review-link{text-decoration:none}.ark-product-page .product-rating-line--app .jdgm-preview-badge,.ark-product-page .product-rating-line--app .jdgm-prev-badge{align-items:center;display:inline-flex}.ark-product-page .rating-big-stars .star-rating{color:#9d2730;font-size:20px;letter-spacing:2px}.ark-product-page .product-options-v2{margin-bottom:12px}.ark-product-page .option-row-v2{margin-bottom:14px}.ark-product-page .option-label-v2{margin-bottom:7px;font-family:var(--pdp-serif);font-size:12px;font-weight:700;text-transform:none}.ark-product-page .radio-group{gap:22px}.ark-product-page .radio-option{gap:6px;font-family:var(--pdp-serif);font-size:12px}.ark-product-page .radio-circle{width:14px;height:14px;border:1px solid #111}.ark-product-page .radio-option input:checked+.radio-circle:after{width:8px;height:8px}.ark-product-page .select-wrapper{width:min(100%,648px);max-width:648px}.ark-product-page .custom-select{height:44px;padding:0 38px 0 18px;border:0;background:#efefef;font-family:var(--font-heading);font-size:13px;font-weight:800;letter-spacing:.08em;color:#111}.ark-product-page .select-arrow{right:16px;color:#111;font-size:16px}.ark-product-page .stock-status{gap:0;margin:2px 0;font-family:var(--pdp-serif);font-size:12px;font-weight:700;color:#111}.ark-product-page .stock-dot{display:inline-block;flex:0 0 auto;margin-right:10px}.ark-product-page .product-price-v2{margin-bottom:10px;font-family:var(--pdp-serif);line-height:1}.ark-product-page .price-currency,.ark-product-page .price-amount{font-family:"Scada",var(--pdp-serif),serif;font-variant-numeric:lining-nums;color:#111;font-size:22px;font-weight:700}.ark-product-page .product-actions-v2{display:grid;grid-template-columns:78px 140px 128px;gap:0;width:max-content;margin:0}.ark-product-page .qty-selector-v2{display:grid;grid-template-columns:0 1fr 0;width:78px;height:28px;border:1px solid #111;border-right:0;overflow:hidden}.ark-product-page .qty-btn-v2{width:0;height:28px;padding:0;overflow:hidden;opacity:0;pointer-events:auto}.ark-product-page .qty-input-v2{width:100%;height:28px;font-family:var(--pdp-serif);font-size:14px;font-weight:700}.ark-product-page .btn-add-cart-v2,.ark-product-page .btn-buy-now-v2{height:28px;padding:0 12px;border-width:1px;font-family:var(--font-heading);font-size:12px;font-weight:800;letter-spacing:.08em;line-height:28px}.ark-product-page .btn-add-cart-v2{background:#050505;border-color:#050505}.ark-product-page .btn-buy-now-v2{background:var(--pdp-red);border-color:var(--pdp-red);color:#050505}.ark-product-page .product-tabs-area{width:100vw;margin:4px 0 0 calc(50% - 50vw);padding:34px 22px 0;background:#fff}.ark-product-page .tabs-navigation{max-width:620px;margin:0 auto 28px;gap:64px}.ark-product-page .tab-nav-item{padding:0 0 5px;color:#111;font-family:var(--font-heading);font-size:14px;font-weight:800;letter-spacing:.08em}.ark-product-page .tab-nav-item:after{height:1px;background:#111}.ark-product-page .tabs-content-wrapper{max-width:760px;margin:0 auto}.ark-product-page .product-tab-empty{display:flex;align-items:center;justify-content:center;min-height:220px;width:100%;color:#111;font-family:var(--pdp-serif);font-size:14px;line-height:1.4;text-align:center}.ark-product-page .description-split-layout{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:44px;align-items:center;max-width:760px;min-height:180px;margin:0 auto}.ark-product-page .description-text-side{padding:0;font-family:"Scada",var(--font-body);width:fit-content;max-width:100%;justify-self:center;text-align:left}.ark-product-page .description-text-side p,.ark-product-page .description-text-side{color:#111;font-size:14px;font-weight:400;line-height:1.42}.ark-product-page .description-text-side strong,.ark-product-page .description-text-side b{font-weight:400}.ark-product-page .description-image-side{width:220px;max-width:none;margin:0;background:transparent;aspect-ratio:1.8 / 1;display:flex;align-items:center;justify-content:center}.ark-product-page .description-image-side img{width:100%;height:100%;object-fit:contain}.ark-product-page .technical-intro-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 46px;max-width:760px;margin:0 auto}.ark-product-page .technical-feature-item{padding-left:12px;border-left:0;font-family:var(--pdp-serif)}.ark-product-page .technical-feature-item h4{position:relative;margin:0 0 3px;font-family:var(--pdp-serif);font-size:16px;font-weight:700;letter-spacing:0;text-transform:none}.ark-product-page .technical-feature-item h4:before{content:"";position:absolute;left:-10px;top:.58em;width:4px;height:4px;background:#111;border-radius:50%}.ark-product-page .technical-feature-item p{color:#111;font-size:14px;line-height:1.3}.ark-product-page .spec-table-scroll{width:min(100%,900px);margin:0 auto;display:block;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overflow-wrap:normal;word-break:normal}.ark-product-page #specs.tab-content-panel.active,.ark-product-page #technical.tab-content-panel.active{display:flex;align-items:center;justify-content:center;min-height:220px}.ark-product-page #technical .spec-table-scroll,.ark-product-page #technical .technical-intro-richtext{width:min(100%,900px);margin:0 auto}.ark-product-page #technical .product-tab-table table,.ark-product-page #technical .technical-intro-richtext table{margin-left:auto;margin-right:auto}.ark-product-page #technical .technical-intro-richtext ul,.ark-product-page #technical .technical-intro-richtext ol{column-count:2;column-gap:72px;margin:0;padding:0 0 0 18px;font-family:var(--pdp-serif);font-size:17px;line-height:1.45;color:#111}.ark-product-page #technical .technical-intro-richtext li{break-inside:avoid;margin:0 0 14px}.ark-product-page #technical .technical-intro-richtext li::marker{color:#111}.ark-product-page #technical .technical-intro-richtext strong{font-weight:800}.ark-product-page .gravity-technical-intro{width:min(100%,1180px);margin:0 auto;display:grid;gap:54px}.ark-product-page .gravity-tech-row{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(280px,.97fr);gap:clamp(28px,4vw,58px);align-items:center}.ark-product-page .gravity-tech-row--reverse .gravity-tech-media{order:2}.ark-product-page .gravity-tech-row--reverse .gravity-tech-copy{order:1}.ark-product-page .gravity-tech-media{background:#090b0d;overflow:hidden}.ark-product-page .gravity-tech-media img{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover}.ark-product-page .gravity-tech-copy{color:#111;font-family:var(--pdp-serif)}.ark-product-page .gravity-tech-copy h3{margin:0 0 18px;font-family:var(--pdp-serif);font-size:clamp(25px,2.6vw,39px);font-weight:400;line-height:1.15;letter-spacing:0;text-transform:none}.ark-product-page .gravity-tech-copy h3:not(:first-child){margin-top:34px}.ark-product-page .gravity-tech-copy p{margin:0;max-width:650px;font-size:clamp(15px,1.3vw,19px);font-weight:700;line-height:1.42;letter-spacing:0}.ark-product-page .gravity-tech-copy sup{font-size:.55em;line-height:0}.ark-product-page .spec-table-full,.ark-product-page .product-tab-table table{width:min(100%,620px);margin:0 auto;border-collapse:collapse;table-layout:auto;font-family:Arial,Helvetica,sans-serif;font-size:12px;color:#111;background:#fff}.ark-product-page .product-tab-table p,.ark-product-page .product-tab-table div,.ark-product-page .product-tab-table span{max-width:620px;margin-left:auto;margin-right:auto;white-space:normal;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;line-height:1.35}.ark-product-page .product-tab-table table+p,.ark-product-page .product-tab-table table+div,.ark-product-page .product-tab-table table+span{margin-top:14px}.ark-product-page .product-tab-table table~p,.ark-product-page .product-tab-table table~div,.ark-product-page .product-tab-table table~span,.ark-product-page .product-tab-table table~h1,.ark-product-page .product-tab-table table~h2,.ark-product-page .product-tab-table table~h3,.ark-product-page .product-tab-table table~h4,.ark-product-page .product-tab-table table~h5,.ark-product-page .product-tab-table table~h6{display:block;width:min(100%,620px);margin:16px auto 0;text-align:center}.ark-product-page .spec-table-full thead,.ark-product-page .spec-table-full tbody,.ark-product-page .spec-table-full tr,.ark-product-page .product-tab-table thead,.ark-product-page .product-tab-table tbody,.ark-product-page .product-tab-table tr{background:#fff!important}.ark-product-page .spec-table-full th,.ark-product-page .spec-table-full td,.ark-product-page .product-tab-table th,.ark-product-page .product-tab-table td{padding:6px 8px;border:0;border-bottom:1px solid #c9c9c9;background:#fff!important;font-family:Arial,Helvetica,sans-serif;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"lnum" 1;font-size:12px;font-weight:400!important;letter-spacing:0;text-transform:none;text-align:center;vertical-align:middle;white-space:normal;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;line-height:1.25}.ark-product-page .spec-table-full th:not(:last-child),.ark-product-page .spec-table-full td:not(:last-child),.ark-product-page .product-tab-table th:not(:last-child),.ark-product-page .product-tab-table td:not(:last-child){white-space:nowrap}.ark-product-page .spec-table-full th:last-child,.ark-product-page .spec-table-full td:last-child,.ark-product-page .product-tab-table th:last-child,.ark-product-page .product-tab-table td:last-child{min-width:180px;max-width:320px;white-space:normal}.ark-product-page .spec-table-full th strong,.ark-product-page .spec-table-full th b,.ark-product-page .spec-table-full td strong,.ark-product-page .spec-table-full td b,.ark-product-page .product-tab-table th strong,.ark-product-page .product-tab-table th b,.ark-product-page .product-tab-table td strong,.ark-product-page .product-tab-table td b{font-weight:400!important}.ark-product-page .spec-table-full thead th,.ark-product-page .product-tab-table thead th,.ark-product-page .product-tab-table tr:first-child th,.ark-product-page .product-tab-table tr:first-child td{background:#fff!important;border-top:1px solid #111;border-bottom:1px solid #111;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:400!important;letter-spacing:0;text-transform:none}.ark-product-page .spec-table-full--zebra tbody tr:nth-child(odd),.ark-product-page .spec-table-full--zebra tbody tr:nth-child(2n){background:#fff}.ark-product-page .spec-table-full tbody td,.ark-product-page .product-tab-table tr:not(:first-child) th,.ark-product-page .product-tab-table tr:not(:first-child) td{background:#fff!important;font-family:Arial,Helvetica,sans-serif;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"lnum" 1;font-size:12px;font-weight:400!important;letter-spacing:0;text-transform:none}.ark-product-page .spec-table-full tbody td strong,.ark-product-page .spec-table-full tbody td b,.ark-product-page .product-tab-table tr:not(:first-child) th strong,.ark-product-page .product-tab-table tr:not(:first-child) th b,.ark-product-page .product-tab-table tr:not(:first-child) td strong,.ark-product-page .product-tab-table tr:not(:first-child) td b{font-weight:400!important}.ark-product-page .product-lifestyle-wide,.ark-product-page .product-lifestyle-wide--in-tab{width:100vw;margin:48px 0 0 calc(50% - 50vw);border-radius:0;overflow:hidden}.ark-product-page .product-lifestyle-wide img,.ark-product-page .product-lifestyle-wide--in-tab img{width:100%;height:clamp(330px,36vw,520px);max-height:none;object-fit:cover;object-position:center}.ark-product-page .product-lifestyle-wide--reviews-bottom{margin-top:0}.ark-product-page .product-lifestyle-wide--reviews-bottom img{height:clamp(420px,42vw,680px);object-position:center top}.ark-product-review-banner{width:100%;margin:0;overflow:hidden;background:#000}.ark-product-review-banner img{display:block;width:100%;height:clamp(420px,42vw,680px);object-fit:cover;object-position:center top}@media(max-width:749px){.ark-product-review-banner img{object-position:58% top}}.ark-product-page .related-products-section{display:none}.ark-recently-viewed__image{display:block;width:100%;height:100%;object-fit:contain;opacity:1}@media(min-width:1280px){.ark-product-page .container,.ark-product-page .tabs-content-wrapper,.ark-product-page .description-split-layout,.ark-product-page .technical-intro-grid{max-width:760px}.ark-product-page--gravity .container,.ark-product-page--gravity .tabs-content-wrapper{max-width:1180px}}@media(max-width:820px){.ark-product-page{overflow-x:hidden}.ark-product-page .container{max-width:560px;width:100%;overflow-x:hidden}.ark-product-page .product-detail-grid{grid-template-columns:1fr;gap:18px;width:100%}.ark-product-page .product-gallery-area{width:100%;margin:0}.ark-product-page .product-info-area{padding-top:0;width:100%;max-width:100%}.ark-product-page .gallery-main-image{width:100%;max-height:315px;height:auto;min-height:0;aspect-ratio:1 / 1;background:#f5f5f5}.ark-product-page .gallery-main-image img{object-fit:contain}.ark-product-page .gallery-thumbnails-shell{grid-template-columns:30px minmax(0,1fr) 30px;gap:7px;width:100%;margin:10px auto 0}.ark-product-page .gallery-thumb-nav{width:30px;height:30px;font-size:24px}.ark-product-page .gallery-thumbnails-row{justify-content:flex-start;width:100%;margin:0;padding-bottom:0;gap:7px;overflow-x:auto;overflow-y:hidden}.ark-product-page .gallery-thumb{flex:0 0 7px;width:7px;height:7px;aspect-ratio:auto;border:0;border-radius:50%;background:#bdbdbd;box-shadow:none;font-size:0}.ark-product-page .gallery-thumb.active,.ark-product-page .gallery-thumb:hover{background:#111;border-color:transparent;box-shadow:none}.ark-product-page .gallery-thumb img,.ark-product-page .product-proof-points{display:none}.ark-product-page .product-info-area{text-align:center}.ark-product-page .product-title-large{max-width:100%;font-size:clamp(26px,8vw,34px);line-height:.98;overflow-wrap:anywhere;white-space:normal}.ark-product-page .product-model-code{margin:-4px 0 14px;font-size:16px;font-weight:700}.ark-product-page .product-rating-line{justify-content:center;flex-wrap:wrap}.ark-product-page .select-wrapper{margin-left:auto;margin-right:auto;width:min(100%,648px);max-width:648px}.ark-product-page .product-actions-v2{grid-template-columns:78px minmax(0,1fr) minmax(0,1fr);width:min(100%,360px);margin-left:auto;margin-right:auto}.ark-product-page .tabs-navigation{justify-content:flex-start;gap:28px;overflow-x:auto}.ark-product-page .description-split-layout,.ark-product-page .technical-intro-grid{grid-template-columns:1fr;gap:24px}.ark-product-page .gravity-technical-intro{gap:42px}.ark-product-page .gravity-tech-row{grid-template-columns:1fr;gap:18px}.ark-product-page .gravity-tech-row--reverse .gravity-tech-media,.ark-product-page .gravity-tech-row--reverse .gravity-tech-copy{order:initial}.ark-product-page .gravity-tech-copy p{max-width:none}.ark-product-page .description-image-side{width:min(100%,320px);margin:0 auto}.ark-product-page .spec-table-scroll{width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:8px}.ark-product-page .spec-table-full,.ark-product-page .product-tab-table table{width:max-content;min-width:620px;max-width:none}.ark-product-page .spec-table-full th,.ark-product-page .spec-table-full td,.ark-product-page .product-tab-table th,.ark-product-page .product-tab-table td{overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.ark-product-page .product-tab-table p,.ark-product-page .product-tab-table div,.ark-product-page .product-tab-table span{max-width:100%}.ark-product-page .ark-product-reviews{padding:42px 18px 54px}.ark-product-page .ark-product-app-reviews{padding:36px 18px}.ark-product-page .product-support-accordions{margin-top:42px}.ark-product-page .product-question-form__grid{grid-template-columns:1fr}}@media(max-width:480px){.ark-product-page{padding-top:18px}.ark-product-page .container{padding:0 16px}.ark-product-page .breadcrumb-nav{overflow-wrap:anywhere}.ark-product-page .gallery-main-image{max-height:310px}.ark-product-page .product-title-large{font-size:clamp(24px,8vw,30px)}.ark-product-page .product-proof-points{grid-template-columns:repeat(2,1fr)}.ark-product-page .product-proof-point:first-child,.ark-product-page .product-proof-point:nth-child(2),.ark-product-page .product-proof-point:nth-child(3){grid-column:auto;grid-row:auto;margin-bottom:0}.ark-product-page .product-actions-v2{grid-template-columns:1fr}.ark-product-page .qty-selector-v2,.ark-product-page .btn-add-cart-v2,.ark-product-page .btn-buy-now-v2{width:100%;border:1px solid #111}.ark-product-page .ark-product-reviews{padding:36px 16px 46px}.ark-product-page .ark-product-app-reviews{padding:30px 16px}.ark-product-page .product-support-accordion summary{min-height:48px;font-size:12px;letter-spacing:.22em}.ark-product-page .product-support-accordion__content{padding:0 18px 22px}.ark-product-page .ark-product-app-reviews .jdgm-rev-widg{padding:22px}.ark-product-page .ark-product-reviews__empty{padding:22px 18px}}@media(max-width:820px){html,body,.ark-product-page{max-width:100%;overflow-x:hidden}.ark-product-page{padding-top:0}.ark-product-page .container{width:100%;max-width:430px;padding:0 14px;box-sizing:border-box}.ark-product-page .breadcrumb-nav{display:none}.ark-product-page .product-detail-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;width:100%;max-width:100%;margin:0}.ark-product-page .product-gallery-area,.ark-product-page .product-info-area{width:100%;min-width:0;max-width:100%;margin:0}.ark-product-page .gallery-main-image{display:flex;align-items:center;justify-content:center;width:calc(100% + 28px);height:auto;max-height:none;min-height:0;margin:0 -14px;aspect-ratio:1 / 1;background:#f5f5f5;overflow:hidden}.ark-product-page .gallery-main-image img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center center}.ark-product-page .gallery-thumbnails-shell{grid-template-columns:30px minmax(0,1fr) 30px;width:100%;max-width:100%;margin:10px 0 0}.ark-product-page .gallery-thumbnails-row{width:100%;max-width:100%;margin:0;justify-content:flex-start;overflow-x:auto;overflow-y:hidden}.ark-product-page .product-info-area{text-align:center}.ark-product-page .product-title-large{width:100%;max-width:360px;margin:0 auto 12px;font-size:clamp(26px,8.2vw,34px);line-height:.98;overflow-wrap:anywhere;word-break:normal;white-space:normal}.ark-product-page .product-model-code{margin:-4px 0 12px;font-size:16px}.ark-product-page .product-rating-line{justify-content:center;flex-wrap:wrap;margin-bottom:18px}.ark-product-page .product-options-v2,.ark-product-page .stock-status,.ark-product-page .product-price-v2{max-width:540px;margin-left:auto;margin-right:auto}.ark-product-page .product-actions-v2{max-width:360px;margin-left:auto;margin-right:auto}.ark-product-page .stock-status{justify-content:center;text-align:center}.ark-product-page .stock-status .stock-dot{display:inline-block;flex:0 0 auto;margin-right:10px}}.ark-product-page .ark-shop-pay-button{grid-column:1 / -1;width:100%;margin-top:8px}.ark-product-page .ark-shop-pay-button .shopify-payment-button,.ark-product-page .ark-shop-pay-button .shopify-payment-button__button{width:100%}.ark-product-page .ark-shop-pay-button .shopify-payment-button__button{min-height:36px;border-radius:0}.ark-product-page .ark-shop-pay-button .shopify-payment-button__more-options{display:block;margin:16px auto 0;padding:0;color:#111;background:transparent;border:0;font-family:var(--pdp-serif);font-size:14px;font-weight:700;line-height:1.25;text-align:center;text-decoration:underline;text-underline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/136/assets/ark-product.css.map */
