<div class="a-section a-spacing-large bucket" id="aplus"> <hr class="bucketDivider" noshade="true" size="1"/>
<style>
.aplus-v2 .aplus-content-wrapper {
position: relative;
overflow: hidden;
}
.aplus-v2 .container-with-background-image {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
}
</style>
<script type="application/javascript">
function logShoppableMetrics(moduleName, showsAddToCart) {
if (window.ue && window.ue.count) {
window.ue.count("aplus:shoppable:" + moduleName + ":addToCart", showsAddToCart ? 1 : 0);
}
}
</script>
<h2>From the manufacturer</h2> <div lang="en_GB">
<div cel_widget_id="aplus" class="aplus-v2 desktop celwidget" data-csa-c-content-id="aplus" data-csa-c-slot-id="dp_desktop_aplus_feature_div" data-csa-c-type="widget">
<style type="text/css">
.aplus-v2 .premium-aplus-module-2 .premium-background-wrapper {
position: relative;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper {
position: absolute;
width: 50%;
height: 100%;
top: 0;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right {
left: 50%;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right {
left: auto;
right: 50%;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.secondary-color {
color: #fff;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-background {
padding: 20px;
}
.aplus-v2 .premium-aplus-module-2 .aplus-module-2-topic {
padding-bottom: 10px;
}
.aplus-v2 .premium-aplus-module-2 .aplus-module-2-heading {
padding-bottom: 20px;
}
.aplus-v2 .premium-aplus-module-2 .aplus-module-2-description {
line-height: 1.5em;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.white-background {
background: rgba(255,255,255,0.5);
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background {
background: rgba(0,0,0,0.5);
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h1,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h5,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol .a-list-item,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul .a-list-item {
color: #fff;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-content-container {
display: table;
height: 100%;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container {
padding-left: 40px;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container {
padding-left: 0px;
padding-right: 40px;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container {
padding-right: 40px;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container {
padding-right: 0px;
padding-left: 40px;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-content-column {
display: table-cell;
vertical-align: middle;
}
</style>
<script type="text/javascript">(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.now('premium-module-5-comparison-table-scroller').execute('init-premium-module-5-comparison-table', function(init){
if (init) {
return;
}
P.register('premium-module-5-comparison-table-scroller', function(){
return function() {
P.when('jQuery', 'a-popover', 'A', 'ready').execute('premium-5-comparison-table-scroller', function($, popover, A) {
function initCompTable(module) {
/**
* Premium comparison table: popover trigger module
*/
var comparisonName = $(module).data('comparison-name');
(function() {
var $additionalInfo = $('.aplus-v2 .aplus-popover-trigger');
$additionalInfo.each(function(i, trigger) {
return popover.create(trigger, $(trigger).data());
});
$additionalInfo.hover(
function() {
$(this).focus();
}
);
})();
/**
* Premium comparison table: adjust column width module
*/
(function() {
var VISIBLE_COLUMNS = 4.2; /* How many visible columns on load */
var MIN_WIDTH = 230;
var getWidth = function() {
return $(this).outerWidth();
}
/* cache selectors */
var
$container = $('.aplus-v2 .comparison-table #'+comparisonName),
$header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'),
$slider = $('.aplus-v2 .comparison-table #'+comparisonName+' .table-slider'),
$columns = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column'),
$activeColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column.active.active-item');
/* Formula for determining desired column width */
var calculatedColumnWidth = Math.floor(
($container.innerWidth() - $header.innerWidth()) / VISIBLE_COLUMNS
);
var childWidths = $activeColumn.map(getWidth).get();
var maxChildWidth = Math.max(MIN_WIDTH, Math.max.apply(Math, childWidths));
var minColumnWidth = $columns.innerWidth();
/* set the min-width of each column to the calulated width or minWidth */
$columns.css(
'min-width',
Math.max(MIN_WIDTH, (calculatedColumnWidth < minColumnWidth
? calculatedColumnWidth
: minColumnWidth))
);
$activeColumn.css('width', maxChildWidth);
/* show the component */
$container.removeClass('loading');
})();
/**
* Premium comparison table: sticky attribute & column
*/
(function() {
/* cache selectors */
const comparisonTable = document.querySelector('.aplus-v2 .comparison-table #'+comparisonName);
const header = comparisonTable.querySelector('td.attribute');
const fixedColumn = comparisonTable.querySelector('td.active');
const attributeColumnObserver = new ResizeObserver((entries) => {
for (let entry of entries) {
const bounds = entry.target.getBoundingClientRect().width;
const activeCellWidth = window.getComputedStyle(fixedColumn).left;
if (bounds + "px" !== activeCellWidth) {
const activeCells = document.querySelectorAll('.aplus-data-column.active');
activeCells.forEach(cell => cell.style.left = bounds + "px");
}
}
})
attributeColumnObserver.observe(header)
})();
/**
* Premium comparison table: top scroll bar
*/
(function() {
/* cache selectors */
var
$header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'),
$fixedColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' td.active'),
$scrollWrapperTop = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-top'),
$scrollWrapperBottom = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-bottom'),
$scrollWidth = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-width'),
$scrollBar = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-bar');
/* confirm fixed column exists and can add width to the total width of the scroll bar */
var fixedColumnWidth = $fixedColumn.innerWidth();
if ( fixedColumnWidth === null ) {
fixedColumnWidth = 0;
}
/* set width of scrollBar */
$scrollBar.css('width', $scrollWidth.innerWidth() + fixedColumnWidth + $header.innerWidth());
/* connect scrolls together */
$scrollWrapperTop.scroll(function() {
$scrollWrapperBottom.scrollLeft($scrollWrapperTop.scrollLeft());
});
$scrollWrapperBottom.scroll(function() {
$scrollWrapperTop.scrollLeft($scrollWrapperBottom.scrollLeft());
});
})();
}
$('.aplus-v2 .premium-aplus-module-5 .table-container').each(function(index, module) {
initCompTable(module);
});
});
}
});
});
}));</script> <style type="text/css">
/**
* Premium-module 5: Comparision table - scroller
*/
.aplus-v2 .premium-aplus-module-5 h1 {
padding-bottom: 30px;
}
/* position column-headers relative to this table */
.aplus-v2 .premium-aplus-module-5 .table-container {
position: relative;
opacity: 1;
}
.aplus-v2 .premium-aplus-module-5 .table-container.loading {
opacity: 0;
}
.aplus-v2 .premium-aplus-module-5 .table-slider {
overflow-x: scroll;
overflow-y: visible;
width: 100%;
}
.aplus-v2 .premium-aplus-module-5 td.attribute {
min-width: 300px;
top: auto;
left: 0;
z-index: 100;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-5 td.attribute {
right: 0px;
left: auto;
}
.aplus-v2 .premium-aplus-module-5 td.active-item,
.aplus-v2 .premium-aplus-module-5 th.active-item {
top: auto;
left: 300px;
z-index: 100;
}
html[dir="rtl"] .premium-aplus-module-5 td.active-item,
html[dir="rtl"] .premium-aplus-module-5 th.active-item {
left: auto;
right: 300px;
}
.aplus-v2 .premium-aplus-module-5 .attribute,
.aplus-v2 .premium-aplus-module-5 .active-item{
position: sticky;
}
.aplus-v2 .premium-aplus-module-5 table.a-bordered td,
.aplus-v2 .premium-aplus-module-5 table.a-bordered th {
background-color: #fff;
}
.aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute .aplus-popover-trigger::after {
content: "?";
display: inline-block;
font-size: 12px;
position: relative;
bottom: 5px;
}
.aplus-v2 .premium-aplus-module-5 .product-title {
font-size: 15px;
padding: 10px 0;
}
.aplus-v2 .premium-aplus-module-5 .scroll-width {
overflow-x: scroll;
overflow-y: visible;
}
.aplus-v2 .premium-aplus-module-5 td.attribute.empty {
height: 300px;
}
.aplus-v2 .premium-aplus-module-5 .header-img {
padding-top: 10px;
}
/* Override default AUI .a-bordered table borders */
.aplus-v2 .premium-aplus-module-5 table.a-bordered {
border-width: 0;
border-color: #eaeaea;
border-style: solid;
}
/* Size the top scroller */
.aplus-v2 .premium-aplus-module-5 .scroll-wrapper-top {
width: 100%;
height: 20px;
overflow-x: scroll;
overflow-y: visible;
}
.aplus-v2 .premium-aplus-module-5 .scroll-bar {
height: 1px;
}
.aplus-v2 .premium-aplus-module-5 .add-to-cart {
line-height: 1rem;
font-weight: normal;
}
.aplus-v2 .premium-aplus-module-5 .review {
font-size: 14px;
}
</style>
<style type="text/css">
/**
* Premium modules global styles
*/
.aplus-v2.desktop {
max-width: 1464px;
min-width: 800px;
margin-left: auto;
margin-right: auto;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
}
/* Undo this for tech-specs because it breaks table layout */
.aplus-v2.desktop .premium-aplus .aplus-tech-spec-table { word-break: initial; }
.aplus-v2 .premium-aplus,
.aplus-v2 .premium-aplus .aplus-h1,
.aplus-v2 .premium-aplus .aplus-h2,
.aplus-v2 .premium-aplus .aplus-p1,
.aplus-v2 .premium-aplus .aplus-p2,
.aplus-v2 .premium-aplus .aplus-p3,
.aplus-v2 .premium-aplus .aplus-accent1,
.aplus-v2 .premium-aplus .aplus-accent2
{ font-family: Arial, sans-serif; }
.aplus-v2 .premium-aplus,
.aplus-v2 .premium-aplus .aplus-h1,
.aplus-v2 .premium-aplus .aplus-h2,
.aplus-v2 .premium-aplus .aplus-p1,
.aplus-v2 .premium-aplus .aplus-p2,
.aplus-v2 .premium-aplus .aplus-p3,
.aplus-v2 .premium-aplus .aplus-accent1,
.aplus-v2 .premium-aplus .aplus-accent2
{ font-family: inherit; }
/* type */
.aplus-v2 .premium-aplus .aplus-h1 { font-size: 32px; line-height: 1.2em; font-weight: 500; }
.aplus-v2 .premium-aplus .aplus-h2 { font-size: 26px; line-height: 1.25em; font-weight: 500; }
.aplus-v2 .premium-aplus .aplus-h3 { font-size: 18px; line-height: 1.25em; font-weight: 500; }
.aplus-v2 .premium-aplus .aplus-p1 { font-size: 20px; line-height: 1.3em; font-weight: 300; }
.aplus-v2 .premium-aplus .aplus-p2 { font-size: 16px; line-height: 1.4em; font-weight: 300; }
.aplus-v2 .premium-aplus .aplus-p3 { font-size: 14px; line-height: 1.4em; font-weight: 300; }
.aplus-v2 .premium-aplus .aplus-accent1 { font-size: 16px; line-height: 1.4em; font-weight: 600; }
.aplus-v2 .premium-aplus .aplus-accent2 { font-size: 14px; line-height: 1.4em; font-weight: 600; }
/* spacing */
.aplus-v2 .aplus-container-1 { padding: 40px; }
.aplus-v2 .aplus-container-1-2 { padding: 40px 80px; }
.aplus-v2 .aplus-container-2 { padding: 80px; }
.aplus-v2 .aplus-container-3 { padding: 40px 0; }
/* Display */
.aplus-v2 .premium-aplus .aplus-display-table { display: table; }
.aplus-v2 .premium-aplus .aplus-display-table-cell { display: table-cell; }
.aplus-v2 .premium-aplus .aplus-display-inline-block { display: inline-block; }
/* Aplus display table with min-width 1000px and fill remaining space inside parent */
.aplus-v2.desktop .premium-aplus .aplus-display-table-width { min-width: 1000px; width: 100% }
/**
* Padding and margin for element should be 10, 20, 40, or 80 px. Considering mini 10, small 20, medium 40, large 80.
*/
</style>
<style type="text/css">
.premium-aplus-module-15 {
padding: 40px 0;
text-align: left;
}
.aplus-v2 .premium-aplus-module-15 {
text-align: inherit;
}
.aplus-v2 .premium-aplus-module-15 .premium-aplus-15-heading-text {
padding-bottom: 20px;
}
</style>
<style type="text/css">
/**
* Premium-module 14: Carousel
*/
.aplus-v2 .premium-aplus-module-14 .aplus-carousel-container {
position: relative;
}
.aplus-v2 .premium-aplus-module-14 .aplus-carousel-element {
position: relative;
width: 100%;
}
.aplus-v2 .premium-aplus-module-14 .aplus-pagination-wrapper {
position: absolute;
top: 92%;
width: 100%;
}
.aplus-v2 .premium-aplus-module-14 .text-panel-container {
vertical-align: middle;
text-align: left;
width: 50%;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-14 .text-panel-container {
text-align: right;
}
.aplus-v2 .premium-aplus-module-14 .media-placeholder {
padding-bottom: 75%; /* Aspect ratio 4:3 for video and image */
}
.aplus-v2 .premium-aplus-module-14 .media-container {
position: absolute;
top: 0;
width: 50%;
height: 100%;
padding-bottom: 5%;
}
.aplus-v2 .premium-aplus.premium-aplus-module-14 .title {
padding-bottom: 20px;
}
.aplus-v2 .premium-aplus-module-14 .a-carousel-left {
margin-top: 17%;
}
.aplus-v2 .premium-aplus-module-14 .a-carousel-right {
margin-top: 17%;
}
.aplus-v2 .premium-aplus-module-14 .a-carousel-col {
height: 10%;
}
</style>
<style type="text/css">
.aplus-v2 .premium-aplus-module-4 .premium-aplus-two-column {
text-align: center;
}
.aplus-v2 .premium-aplus-module-4 .premium-aplus-two-column {
text-align: inherit;
}
.aplus-v2 .premium-aplus-module-4 .premium-aplus-column {
display: inline-block;
vertical-align: top;
width: 50%;
}
.aplus-v2 .premium-aplus-module-4 .premium-module-4-heading {
padding-bottom: 40px;
}
.aplus-v2 .premium-aplus-module-4 div.premium-aplus-column:nth-child(2n) {
padding-left: 40px;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-4 div.premium-aplus-column:nth-child(2n) {
padding-left: 0px;
padding-right: 40px;
}
.aplus-v2 .premium-aplus-module-4 div.premium-aplus-column:nth-child(2n-1) {
padding-right: 40px;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-4 div.premium-aplus-column:nth-child(2n-1) {
padding-right: 0px;
padding-left: 40px;
}
.aplus-v2 .premium-aplus-module-4 .column-heading {
padding-top: 20px;
}
.aplus-v2 .premium-aplus-module-4 .column-description {
padding-top: 10px;
}
</style>
<div class="aplus-content-wrapper">
<div cel_widget_id="aplus-premium-module-2-fullbackground-image" class="celwidget aplus-module premium-module-2-fullbackground-image aplus-premium" data-csa-c-content-id="aplus_premium-module-2-fullbackground-image" data-csa-c-slot-id="dp_desktop_aplus_premium-module-2-fullbackground-image_div" data-csa-c-type="widget">
<div class="a-section a-spacing-none premium-aplus premium-aplus-module-2"> <div class="a-section a-spacing-none premium-background-wrapper"> <div class="a-section a-spacing-none background-image"> <img alt="samsung galaxy watch6 classic" class="a-lazy-loaded" data-src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/989607b3-955a-4da6-b2d9-b0a040346a5e.__CR0,0,1464,600_PT0_SX1464_V1___.jpg" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif"/><noscript><img alt="samsung galaxy watch6 classic" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/989607b3-955a-4da6-b2d9-b0a040346a5e.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"/></noscript> </div> </div> <div class="a-section a-text-center"> </div> </div> </div>
<div cel_widget_id="aplus-premium-module-14-video-image-carousel" class="celwidget aplus-module premium-module-14-video-image-carousel aplus-premium" data-csa-c-content-id="aplus_premium-module-14-video-image-carousel" data-csa-c-slot-id="dp_desktop_aplus_premium-module-14-video-image-carousel_div" data-csa-c-type="widget">
<div class="a-section a-spacing-none premium-aplus premium-aplus-module-14"> <div class="a-section a-spacing-none aplus-carousel-container"> <div aria-label="Featured content carousel" aria-roledescription="carousel" class="a-begin a-carousel-container a-carousel-static a-carousel-display-single a-carousel-transition-slideCircular" data-a-carousel-options='{"peek_percentage":0,"minimum_gutter_width":0,"show_partial_next":false,"name":"premium-aplus-14-carousel-1"}' data-a-display-strategy="single" data-a-transition-strategy="slideCircular" id="premium-aplus-14-carousel-1-id" role="region"><input autocomplete="on" class="a-carousel-firstvisibleitem" type="hidden"/> <div class="a-row a-carousel-controls a-carousel-row"><div class="a-carousel-row-inner"><div class="a-carousel-col a-carousel-center"><div aria-roledescription="slide" class="a-carousel-viewport"><ol class="a-carousel" role="list"> <li aria-roledescription="slide" aria-setsize="3" class="a-carousel-card aplus-carousel-element"> <div class="a-section a-spacing-none aplus-display-table aplus-display-table-width" id="premium-aplus-14-carousel-1-slide-0"> <div class="a-section a-spacing-none text-panel-container aplus-container-1 aplus-display-table-cell"> <h1 class="aplus-h1 a-text-bold"> More screen. Thinner bezel </h1> <br/>
<p class="aplus-p2"> Experience enhanced visuals and clear motion graphics on a 20% larger display. The 15% thinner bezel and increased screen size create an aesthetically perfect display-to-bezel ratio — and extra space for every tap and swipe on your Samsung smart watch. ⁹ ¹⁰ </p> </div> <div class="a-section a-spacing-none media-placeholder"></div> <div class="a-section a-spacing-none media-container"> <img alt="larger display" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/02dd5da4-d941-432d-beae-0927cb9c1152.__CR0,0,800,600_PT0_SX800_V1___.jpg"/> </div> </div> </li> <li aria-roledescription="slide" aria-setsize="3" class="a-carousel-card aplus-carousel-element"> <div class="a-section a-spacing-none aplus-display-table aplus-display-table-width" id="premium-aplus-14-carousel-1-slide-1"> <div class="a-section a-spacing-none text-panel-container aplus-container-1 aplus-display-table-cell"> <h1 class="aplus-h1 a-text-bold"> Sapphire Crystal glass. A clear difference in durability </h1> <br/>
<p class="aplus-p2"> Designed to withstand daily wear and tear. The display of Galaxy Watch6 Classic is expertly crafted with Sapphire Crystal glass to protect its timeless beauty. And the finishing has IP68 and 5ATM ratings, so you can keep your watch on through all your adventures. ¹¹ ¹² </p> </div> <div class="a-section a-spacing-none media-placeholder"></div> <div class="a-section a-spacing-none media-container"> <img alt="sapphire crystal glass" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/f1abc1eb-e57a-4e9d-9c96-ee6d62003201.__CR0,0,800,600_PT0_SX800_V1___.jpg"/> </div> </div> </li> <li aria-roledescription="slide" aria-setsize="3" class="a-carousel-card aplus-carousel-element"> <div class="a-section a-spacing-none aplus-display-table aplus-display-table-width" id="premium-aplus-14-carousel-1-slide-2"> <div class="a-section a-spacing-none text-panel-container aplus-container-1 aplus-display-table-cell"> <h1 class="aplus-h1 a-text-bold"> Go from boardroom to weight room in a snap </h1> <br/>
<p class="aplus-p2"> Swapping bands is as seamless as pressing the quick release button. A convenient guide lets you install the new watch band with ease — just press gently until you hear a click. Transition from work to workout or back again without breaking a sweat. ¹³ </p> </div> <div class="a-section a-spacing-none media-placeholder"></div> <div class="a-section a-spacing-none media-container"> <img alt="change watch band" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/c3d07956-f8d7-467a-906d-f6510e9724a6.__CR0,0,800,600_PT0_SX800_V1___.jpg"/> </div> </div> </li> </ol></div></div></div></div> <div class="a-section a-carousel-col a-carousel-left"> <a aria-disabled="false" class="a-link-normal a-carousel-goto-prevpage" href="#"> <i class="a-icon a-icon a-icon-previous-rounded" role="presentation"></i> </a> </div> <div class="a-section a-carousel-col a-carousel-right"> <a aria-disabled="false" class="a-link-normal a-carousel-goto-nextpage" href="#"> <i class="a-icon a-icon a-icon-next-rounded" role="presentation"></i> </a> </div> <span class="a-end aok-hidden"></span></div> <div class="a-section a-spacing-none aplus-pagination-wrapper"> <style type="text/css">
.aplus-mantle.aplus-module .aplus-pagination-dots {
margin: 0;
}
.aplus-mantle.aplus-module .aplus-pagination-dot {
display: inline-block;
list-style: none;
}
.aplus-mantle.aplus-module .aplus-carousel-nav {
text-align:center;
}
.aplus-mantle.aplus-module .carousel-slider-circle {
display: inline-block;
cursor: pointer;
height: 15px;
width: 15px;
border: 1px solid #000;
border-radius: 20px;
background-color: #fff;
margin-left: 5px;
}
.aplus-mantle.aplus-module .carousel-slider-circle.aplus-carousel-active {
background-color: #DE7921;
}
.aplus-mantle.aplus-module .aplus-pagination-dot--display-none {
display: none;
}
</style>
<script>
P.now("premium-aplus-14-carousel-1").execute("init-pagination-carousel", function(init) {
if (init) {
return;
}
P.register("premium-aplus-14-carousel-1", function() {
return function() {
P.when("A", "jQuery", "a-carousel-framework", "ready").execute("paginate-carousel", function (A, $, framework) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const LEFT_ARROW_KEY = 37;
const RIGHT_ARROW_KEY = 39;
const HOME_KEY = 36;
const END_KEY = 35;
var moduleId = "1";
var carouselName = "premium-aplus-14-carousel-1";
var paginationAction = "aplus-pagination-dot-action-" + moduleId + "-" + carouselName;
var paginationGroup = "#aplus-pagination-group-" + moduleId + "-" + carouselName;
/* If the carousel goes to a new page */
A.on("a:carousel:"+carouselName+":change:pageNumber", function (data) {
A.$(paginationGroup+" .carousel-slider-circle").removeClass("aplus-carousel-active").attr('aria-selected', 'false').attr('tabindex', -1)
.eq(data.newValue - 1).addClass("aplus-carousel-active").attr('aria-selected', 'true').attr('tabindex', 0);
});
function syncPaginationDotsWithCarouselPages(numPages) {
const parentElement = document.querySelector(paginationGroup);
if (parentElement && parentElement.children) {
const children = parentElement.children;
for (let i = 0; i < children.length; i++) {
if (i >= numPages) {
// If number of dots > num of pages, we should hide other dots
children[i].classList.add('aplus-pagination-dot--display-none');
} else if (children[i].classList.contains('aplus-pagination-dot--display-none')) {
// Reset display of dots if it was hidden before
children[i].classList.remove('aplus-pagination-dot--display-none');
}
}
}
}
framework.onInit(carouselName, function (carousel) {
try {
var totalPages = carousel.getAttr('totalPages');
syncPaginationDotsWithCarouselPages(totalPages);
/* Resize event handler to re-calculate the pagination dots count based on orientation */
window.addEventListener('resize', function() {
carousel.resize();
totalPages = carousel.getAttr('totalPages');
syncPaginationDotsWithCarouselPages(totalPages);
});
A.declarative(paginationAction, 'click keydown', function(event){
var isClick = event.type === 'click';
var isKeydown = event.type === 'keydown';
var isEnter = isKeydown && event.$event.keyCode === ENTER_KEY_CODE;
var isEsc = isKeydown && event.$event.keyCode === ESCAPE_KEY_CODE;
var isLeftArrow = isKeydown && event.$event.keyCode === LEFT_ARROW_KEY;
var isRightArrow = isKeydown && event.$event.keyCode === RIGHT_ARROW_KEY;
var isHome = isKeydown && event.$event.keyCode === HOME_KEY;
var isEnd = isKeydown && event.$event.keyCode === END_KEY;
if (isClick || isEnter) {
var data = event.data;
carousel.gotoPage(data.page);
} else if (isEsc) {
event.$target.blur();
} else if (isLeftArrow || isRightArrow || isHome || isEnd) {
event.$event.preventDefault();
const dots = A.$(paginationGroup + " .carousel-slider-circle");
const currentIndex = dots.index(event.$target);
let nextIndex;
if (isLeftArrow) {
nextIndex = currentIndex > 0 ? currentIndex - 1 : dots.length - 1;
} else if (isRightArrow) {
nextIndex = currentIndex < dots.length - 1 ? currentIndex + 1 : 0;
} else if (isHome) {
nextIndex = 0;
} else if (isEnd) {
nextIndex = dots.length - 1;
}
dots.eq(nextIndex).focus();
carousel.gotoPage(nextIndex + 1);
}
});
} catch (e) {
P.log('Failed to init ' + carouselName + '. Error: ' + e.message, 'FATAL', 'AplusModuleResources');
}
});
});
}
});
});
</script>
<div class="aplus-mantle aplus-module">
<div class="aplus-carousel-nav">
<ul aria-label="tablist-section" class="aplus-pagination-dots" id="aplus-pagination-group-1-premium-aplus-14-carousel-1" role="tablist">
<li class="aplus-pagination-dot">
<span aria-controls="premium-aplus-14-carousel-1-slide-0" aria-label="slide-1" aria-selected="true" class="a-declarative carousel-slider-circle aplus-display-inline-block aplus-carousel-active" data-action="aplus-pagination-dot-action-1-premium-aplus-14-carousel-1" data-aplus-pagination-dot-action-1-premium-aplus-14-carousel-1='{"page": 1}' role="tab" tabindex="0"></span>
</li>
<li class="aplus-pagination-dot">
<span aria-controls="premium-aplus-14-carousel-1-slide-1" aria-label="slide-2" aria-selected="false" class="a-declarative carousel-slider-circle aplus-display-inline-block" data-action="aplus-pagination-dot-action-1-premium-aplus-14-carousel-1" data-aplus-pagination-dot-action-1-premium-aplus-14-carousel-1='{"page": 2}' role="tab" tabindex="-1"></span>
</li>
<li class="aplus-pagination-dot">
<span aria-controls="premium-aplus-14-carousel-1-slide-2" aria-label="slide-3" aria-selected="false" class="a-declarative carousel-slider-circle aplus-display-inline-block" data-action="aplus-pagination-dot-action-1-premium-aplus-14-carousel-1" data-aplus-pagination-dot-action-1-premium-aplus-14-carousel-1='{"page": 3}' role="tab" tabindex="-1"></span>
</li>
</ul>
</div>
</div>
</div> </div> </div> <script type="text/javascript">(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.when("A", "premium-aplus-14-carousel-1").execute('invoke-premium-14-carousel-desktop', function (A, init) {
init();
A.on("a:carousel:" + "premium-aplus-14-carousel-1" + ":change:pageNumber", function (data) {
A.trigger("aplus:" + "video-carousel-" + "1" + "-" + data.oldValue + ":pause");
});
});
}));</script> </div>
<div cel_widget_id="aplus-premium-module-4-two-column-images" class="celwidget aplus-module premium-module-4-two-column-images aplus-premium" data-csa-c-content-id="aplus_premium-module-4-two-column-images" data-csa-c-slot-id="dp_desktop_aplus_premium-module-4-two-column-images_div" data-csa-c-type="widget">
<div class="a-section a-spacing-none premium-aplus premium-aplus-module-4 aplus-container-1"> <div class="a-section a-spacing-none premium-aplus-two-column"> <div class="a-section a-spacing-none premium-aplus-column"> <div class="a-section a-spacing-none {'column-image'}"> <img alt="upgraded processor" class="a-lazy-loaded" data-src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/c1321688-ba29-4bf3-a69d-9a51b1243b59.__CR0,0,650,350_PT0_SX650_V1___.jpg" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif"/><noscript><img alt="upgraded processor" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/c1321688-ba29-4bf3-a69d-9a51b1243b59.__CR0,0,650,350_PT0_SX650_V1___.jpg"/></noscript> </div> <div class="a-section a-spacing-none column-heading"> <h1 class="aplus-h3 a-text-bold"> More processing power to do more with every minute </h1> </div> <div class="a-section a-spacing-none column-description"> <p class="aplus-p3"> Get more done in less time with Samsung Galaxy Watch6 Classic's upgraded processor. The 18% faster CPU speed and quick app launch time keep you productive and efficient throughout the day. ⁸ </p> </div> </div><div class="a-section a-spacing-none premium-aplus-column"> <div class="a-section a-spacing-none {'column-image'}"> <img alt="fast charge watch" class="a-lazy-loaded" data-src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/84c0c499-bea5-4f4f-8d75-14c83252fd66.__CR0,0,650,350_PT0_SX650_V1___.jpg" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif"/><noscript><img alt="fast charge watch" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/84c0c499-bea5-4f4f-8d75-14c83252fd66.__CR0,0,650,350_PT0_SX650_V1___.jpg"/></noscript> </div> <div class="a-section a-spacing-none column-heading"> <h1 class="aplus-h3 a-text-bold"> Charge up in record time </h1> </div> <div class="a-section a-spacing-none column-description"> <p class="aplus-p3"> Up to 45%, Charged in 30 minutes: With one full charge, the android watch lasts up to 40 hours. Fast charge the watch to 45% in just 30 minutes and you're all set to explore the great outdoors or enjoy a well-deserved break in bed. ¹⁶ ¹⁷ ¹⁸ </p> </div> </div> </div> </div> </div>
<div cel_widget_id="aplus-premium-module-4-two-column-images" class="celwidget aplus-module premium-module-4-two-column-images aplus-premium" data-csa-c-content-id="aplus_premium-module-4-two-column-images" data-csa-c-slot-id="dp_desktop_aplus_premium-module-4-two-column-images_div" data-csa-c-type="widget">
<div class="a-section a-spacing-none premium-aplus premium-aplus-module-4 aplus-container-1"> <div class="a-section a-spacing-none premium-aplus-two-column"> <div class="a-section a-spacing-none premium-aplus-column"> <div class="a-section a-spacing-none {'column-image'}"> <img alt="flex mode camera controller" class="a-lazy-loaded" data-src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/721b653e-315a-4e14-9faa-efb86702bcfd.__CR0,0,650,350_PT0_SX650_V1___.jpg" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif"/><noscript><img alt="flex mode camera controller" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/721b653e-315a-4e14-9faa-efb86702bcfd.__CR0,0,650,350_PT0_SX650_V1___.jpg"/></noscript> </div> <div class="a-section a-spacing-none column-heading"> <h1 class="aplus-h3 a-text-bold"> Hands-on shooting, hands-free </h1> </div> <div class="a-section a-spacing-none column-description"> <p class="aplus-p3"> Pair your watch with Galaxy Z Fold5 to capture you up close or from a distance. Galaxy Z Fold5's Flex mode and Camera Controller let you easily switch between photo and video mode, or zoom in and out, all from the comfort of your wrist. Then tap the shutter button on your watch to take a pic. ¹⁴ ¹⁵ </p> </div> </div><div class="a-section a-spacing-none premium-aplus-column"> <div class="a-section a-spacing-none {'column-image'}"> <img alt="samsung wallet" class="a-lazy-loaded" data-src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/d379ffc0-1d7b-4449-b39d-2d291a23b999.__CR0,0,650,350_PT0_SX650_V1___.jpg" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif"/><noscript><img alt="samsung wallet" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/d379ffc0-1d7b-4449-b39d-2d291a23b999.__CR0,0,650,350_PT0_SX650_V1___.jpg"/></noscript> </div> <div class="a-section a-spacing-none column-heading"> <h1 class="aplus-h3 a-text-bold"> Samsung Wallet is always on hand </h1> </div> <div class="a-section a-spacing-none column-description"> <p class="aplus-p3"> Access Samsung Wallet right from your Galaxy Watch6 Classic. Make payments, ride public transit, scan membership cards and more. You can even store non-payment items like digital IDs, tickets and keys, to lighten your load and empty out your pockets. ¹⁹ </p> </div> </div> </div> </div> </div>
<div cel_widget_id="aplus-premium-module-14-video-image-carousel" class="celwidget aplus-module premium-module-14-video-image-carousel aplus-premium" data-csa-c-content-id="aplus_premium-module-14-video-image-carousel" data-csa-c-slot-id="dp_desktop_aplus_premium-module-14-video-image-carousel_div" data-csa-c-type="widget">
<div class="a-section a-spacing-none premium-aplus premium-aplus-module-14"> <div class="a-section a-spacing-none aplus-carousel-container"> <div aria-label="Featured content carousel" aria-roledescription="carousel" class="a-begin a-carousel-container a-carousel-static a-carousel-display-single a-carousel-transition-slideCircular" data-a-carousel-options='{"peek_percentage":0,"minimum_gutter_width":0,"show_partial_next":false,"name":"premium-aplus-14-carousel-4"}' data-a-display-strategy="single" data-a-transition-strategy="slideCircular" id="premium-aplus-14-carousel-4-id" role="region"><input autocomplete="on" class="a-carousel-firstvisibleitem" type="hidden"/> <div class="a-row a-carousel-controls a-carousel-row"><div class="a-carousel-row-inner"><div class="a-carousel-col a-carousel-center"><div aria-roledescription="slide" class="a-carousel-viewport"><ol class="a-carousel" role="list"> <li aria-roledescription="slide" aria-setsize="6" class="a-carousel-card aplus-carousel-element"> <div class="a-section a-spacing-none aplus-display-table aplus-display-table-width" id="premium-aplus-14-carousel-4-slide-0"> <div class="a-section a-spacing-none text-panel-container aplus-container-1 aplus-display-table-cell"> <h1 class="aplus-h1 a-text-bold"> Wake up to our most advanced sleep tracking </h1> <br/>
<p class="aplus-p2"> Get detailed sleep tracking with improved analysis and deeper insights to enhance the quality of your sleep. And now you can access Sleep Coaching on your Galaxy Watch6 Classic to build better sleeping habits. Get a good night's sleep when wearing your watch to bed by switching to the Fabric Band. Be sure to put your watch on sleep mode to change the PPG sensor's green LED to invisible infrared LED, dim the display brightness and mute notifications. ⁴ ²⁰ ²¹ ²² ²³ ²⁵ ²⁶ </p> </div> <div class="a-section a-spacing-none media-placeholder"></div> <div class="a-section a-spacing-none media-container"> <img alt="sleep tracking" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/6839c74f-1eb0-45ce-a68b-055d214cf07e.__CR0,0,800,600_PT0_SX800_V1___.jpg"/> </div> </div> </li> <li aria-roledescription="slide" aria-setsize="6" class="a-carousel-card aplus-carousel-element"> <div class="a-section a-spacing-none aplus-display-table aplus-display-table-width" id="premium-aplus-14-carousel-4-slide-1"> <div class="a-section a-spacing-none text-panel-container aplus-container-1 aplus-display-table-cell"> <h1 class="aplus-h1 a-text-bold"> Better together I Fabric Band </h1> <br/>
<p class="aplus-p2"> </p><ul class="a-unordered-list a-vertical"><li><span class="a-list-item">Light and comfortable</span></li><li><span class="a-list-item">Optimised for sleep</span></li></ul> </div> <div class="a-section a-spacing-none media-placeholder"></div> <div class="a-section a-spacing-none media-container"> <img alt="comfortable fabric band" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/8775dafc-46c9-45d8-8868-63a9ef1bdfa4.__CR0,0,800,600_PT0_SX800_V1___.jpg"/> </div> </div> </li> <li aria-roledescription="slide" aria-setsize="6" class="a-carousel-card aplus-carousel-element"> <div class="a-section a-spacing-none aplus-display-table aplus-display-table-width" id="premium-aplus-14-carousel-4-slide-2"> <div class="a-section a-spacing-none text-panel-container aplus-container-1 aplus-display-table-cell"> <h1 class="aplus-h1 a-text-bold"> Be prepared with Cycle Tracking </h1> <br/>
<p class="aplus-p2"> Get in tune with your health and body. Cycle Tracking powered by Natural Cycles˚ uses your nightly skin temperature from your smart watch, measured while you sleep, to predict the dates of your period and other cycles. Plan ahead and live life to the fullest with Galaxy Watch6 Classic. ²⁷ </p> </div> <div class="a-section a-spacing-none media-placeholder"></div> <div class="a-section a-spacing-none media-container"> <img alt="menstrual cycle tracking" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/2b63c2ce-9143-493a-85ad-d51b01d52056.__CR0,0,800,600_PT0_SX800_V1___.jpg"/> </div> </div> </li> <li aria-roledescription="slide" aria-setsize="6" class="a-carousel-card aplus-carousel-element"> <div class="a-section a-spacing-none aplus-display-table aplus-display-table-width" id="premium-aplus-14-carousel-4-slide-3"> <div class="a-section a-spacing-none text-panel-container aplus-container-1 aplus-display-table-cell"> <h1 class="aplus-h1 a-text-bold"> A heart monitoring package that watches over you </h1> <br/>
<p class="aplus-p2"> Lessen your worries with a heart monitoring package that brings you peace of mind, so you can focus on your day. The built-in PPG sensor periodically measures heart rate and heart rhythm while you wear your Galaxy Watch6 Classic, and will alert you if your heart rate is too high or too low. It will also send you a notification if it detects an irregular heart rhythm, along with a prompt to take an ECG to examine your heart rhythm in more detail. ²⁸ ²⁹ ³⁰ (For regions that support IHRN) </p> </div> <div class="a-section a-spacing-none media-placeholder"></div> <div class="a-section a-spacing-none media-container"> <img alt="heart rhythm monitoring" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/5827ed46-a06f-4448-8f3e-933344f37aab.__CR0,0,800,600_PT0_SX800_V1___.jpg"/> </div> </div> </li> <li aria-roledescription="slide" aria-setsize="6" class="a-carousel-card aplus-carousel-element"> <div class="a-section a-spacing-none aplus-display-table aplus-display-table-width" id="premium-aplus-14-carousel-4-slide-4"> <div class="a-section a-spacing-none text-panel-container aplus-container-1 aplus-display-table-cell"> <h1 class="aplus-h1 a-text-bold"> Keep a watchful eye on your blood pressure </h1> <br/>
<p class="aplus-p2"> Stay informed and stay healthy. Let the Galaxy watch take charge in measuring and tracking your daily blood pressure so you can focus on making sound choices for a balanced lifestyle. ³¹ ³² ³³ ³⁴ </p> </div> <div class="a-section a-spacing-none media-placeholder"></div> <div class="a-section a-spacing-none media-container"> <img alt="measures blood pressure" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/4b2bdc15-77ce-4b4a-b459-147483ea8346.__CR0,0,800,600_PT0_SX800_V1___.jpg"/> </div> </div> </li> <li aria-roledescription="slide" aria-setsize="6" class="a-carousel-card aplus-carousel-element"> <div class="a-section a-spacing-none aplus-display-table aplus-display-table-width" id="premium-aplus-14-carousel-4-slide-5"> <div class="a-section a-spacing-none text-panel-container aplus-container-1 aplus-display-table-cell"> <h1 class="aplus-h1 a-text-bold"> Clock your goals with BIA </h1> <br/>
<p class="aplus-p2"> Keep an eye on your body composition with detailed Bioelectrical Impedance Analysis (BIA). Set your target weight, body fat, muscle mass and more, then set up an optimised programme to help you achieve your health and wellness goals. ³⁵ ²⁴ ²⁰ </p> </div> <div class="a-section a-spacing-none media-placeholder"></div> <div class="a-section a-spacing-none media-container"> <img alt="Bioelectrical Impedance Analysis" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/cdd22e9b-bd0d-4a71-a7dc-f5dba11d540b.__CR0,0,800,600_PT0_SX800_V1___.jpg"/> </div> </div> </li> </ol></div></div></div></div> <div class="a-section a-carousel-col a-carousel-left"> <a aria-disabled="false" class="a-link-normal a-carousel-goto-prevpage" href="#"> <i class="a-icon a-icon a-icon-previous-rounded" role="presentation"></i> </a> </div> <div class="a-section a-carousel-col a-carousel-right"> <a aria-disabled="false" class="a-link-normal a-carousel-goto-nextpage" href="#"> <i class="a-icon a-icon a-icon-next-rounded" role="presentation"></i> </a> </div> <span class="a-end aok-hidden"></span></div> <div class="a-section a-spacing-none aplus-pagination-wrapper"> <style type="text/css">
.aplus-mantle.aplus-module .aplus-pagination-dots {
margin: 0;
}
.aplus-mantle.aplus-module .aplus-pagination-dot {
display: inline-block;
list-style: none;
}
.aplus-mantle.aplus-module .aplus-carousel-nav {
text-align:center;
}
.aplus-mantle.aplus-module .carousel-slider-circle {
display: inline-block;
cursor: pointer;
height: 15px;
width: 15px;
border: 1px solid #000;
border-radius: 20px;
background-color: #fff;
margin-left: 5px;
}
.aplus-mantle.aplus-module .carousel-slider-circle.aplus-carousel-active {
background-color: #DE7921;
}
.aplus-mantle.aplus-module .aplus-pagination-dot--display-none {
display: none;
}
</style>
<script>
P.now("premium-aplus-14-carousel-4").execute("init-pagination-carousel", function(init) {
if (init) {
return;
}
P.register("premium-aplus-14-carousel-4", function() {
return function() {
P.when("A", "jQuery", "a-carousel-framework", "ready").execute("paginate-carousel", function (A, $, framework) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const LEFT_ARROW_KEY = 37;
const RIGHT_ARROW_KEY = 39;
const HOME_KEY = 36;
const END_KEY = 35;
var moduleId = "4";
var carouselName = "premium-aplus-14-carousel-4";
var paginationAction = "aplus-pagination-dot-action-" + moduleId + "-" + carouselName;
var paginationGroup = "#aplus-pagination-group-" + moduleId + "-" + carouselName;
/* If the carousel goes to a new page */
A.on("a:carousel:"+carouselName+":change:pageNumber", function (data) {
A.$(paginationGroup+" .carousel-slider-circle").removeClass("aplus-carousel-active").attr('aria-selected', 'false').attr('tabindex', -1)
.eq(data.newValue - 1).addClass("aplus-carousel-active").attr('aria-selected', 'true').attr('tabindex', 0);
});
function syncPaginationDotsWithCarouselPages(numPages) {
const parentElement = document.querySelector(paginationGroup);
if (parentElement && parentElement.children) {
const children = parentElement.children;
for (let i = 0; i < children.length; i++) {
if (i >= numPages) {
// If number of dots > num of pages, we should hide other dots
children[i].classList.add('aplus-pagination-dot--display-none');
} else if (children[i].classList.contains('aplus-pagination-dot--display-none')) {
// Reset display of dots if it was hidden before
children[i].classList.remove('aplus-pagination-dot--display-none');
}
}
}
}
framework.onInit(carouselName, function (carousel) {
try {
var totalPages = carousel.getAttr('totalPages');
syncPaginationDotsWithCarouselPages(totalPages);
/* Resize event handler to re-calculate the pagination dots count based on orientation */
window.addEventListener('resize', function() {
carousel.resize();
totalPages = carousel.getAttr('totalPages');
syncPaginationDotsWithCarouselPages(totalPages);
});
A.declarative(paginationAction, 'click keydown', function(event){
var isClick = event.type === 'click';
var isKeydown = event.type === 'keydown';
var isEnter = isKeydown && event.$event.keyCode === ENTER_KEY_CODE;
var isEsc = isKeydown && event.$event.keyCode === ESCAPE_KEY_CODE;
var isLeftArrow = isKeydown && event.$event.keyCode === LEFT_ARROW_KEY;
var isRightArrow = isKeydown && event.$event.keyCode === RIGHT_ARROW_KEY;
var isHome = isKeydown && event.$event.keyCode === HOME_KEY;
var isEnd = isKeydown && event.$event.keyCode === END_KEY;
if (isClick || isEnter) {
var data = event.data;
carousel.gotoPage(data.page);
} else if (isEsc) {
event.$target.blur();
} else if (isLeftArrow || isRightArrow || isHome || isEnd) {
event.$event.preventDefault();
const dots = A.$(paginationGroup + " .carousel-slider-circle");
const currentIndex = dots.index(event.$target);
let nextIndex;
if (isLeftArrow) {
nextIndex = currentIndex > 0 ? currentIndex - 1 : dots.length - 1;
} else if (isRightArrow) {
nextIndex = currentIndex < dots.length - 1 ? currentIndex + 1 : 0;
} else if (isHome) {
nextIndex = 0;
} else if (isEnd) {
nextIndex = dots.length - 1;
}
dots.eq(nextIndex).focus();
carousel.gotoPage(nextIndex + 1);
}
});
} catch (e) {
P.log('Failed to init ' + carouselName + '. Error: ' + e.message, 'FATAL', 'AplusModuleResources');
}
});
});
}
});
});
</script>
<div class="aplus-mantle aplus-module">
<div class="aplus-carousel-nav">
<ul aria-label="tablist-section" class="aplus-pagination-dots" id="aplus-pagination-group-4-premium-aplus-14-carousel-4" role="tablist">
<li class="aplus-pagination-dot">
<span aria-controls="premium-aplus-14-carousel-4-slide-0" aria-label="slide-1" aria-selected="true" class="a-declarative carousel-slider-circle aplus-display-inline-block aplus-carousel-active" data-action="aplus-pagination-dot-action-4-premium-aplus-14-carousel-4" data-aplus-pagination-dot-action-4-premium-aplus-14-carousel-4='{"page": 1}' role="tab" tabindex="0"></span>
</li>
<li class="aplus-pagination-dot">
<span aria-controls="premium-aplus-14-carousel-4-slide-1" aria-label="slide-2" aria-selected="false" class="a-declarative carousel-slider-circle aplus-display-inline-block" data-action="aplus-pagination-dot-action-4-premium-aplus-14-carousel-4" data-aplus-pagination-dot-action-4-premium-aplus-14-carousel-4='{"page": 2}' role="tab" tabindex="-1"></span>
</li>
<li class="aplus-pagination-dot">
<span aria-controls="premium-aplus-14-carousel-4-slide-2" aria-label="slide-3" aria-selected="false" class="a-declarative carousel-slider-circle aplus-display-inline-block" data-action="aplus-pagination-dot-action-4-premium-aplus-14-carousel-4" data-aplus-pagination-dot-action-4-premium-aplus-14-carousel-4='{"page": 3}' role="tab" tabindex="-1"></span>
</li>
<li class="aplus-pagination-dot">
<span aria-controls="premium-aplus-14-carousel-4-slide-3" aria-label="slide-4" aria-selected="false" class="a-declarative carousel-slider-circle aplus-display-inline-block" data-action="aplus-pagination-dot-action-4-premium-aplus-14-carousel-4" data-aplus-pagination-dot-action-4-premium-aplus-14-carousel-4='{"page": 4}' role="tab" tabindex="-1"></span>
</li>
<li class="aplus-pagination-dot">
<span aria-controls="premium-aplus-14-carousel-4-slide-4" aria-label="slide-5" aria-selected="false" class="a-declarative carousel-slider-circle aplus-display-inline-block" data-action="aplus-pagination-dot-action-4-premium-aplus-14-carousel-4" data-aplus-pagination-dot-action-4-premium-aplus-14-carousel-4='{"page": 5}' role="tab" tabindex="-1"></span>
</li>
<li class="aplus-pagination-dot">
<span aria-controls="premium-aplus-14-carousel-4-slide-5" aria-label="slide-6" aria-selected="false" class="a-declarative carousel-slider-circle aplus-display-inline-block" data-action="aplus-pagination-dot-action-4-premium-aplus-14-carousel-4" data-aplus-pagination-dot-action-4-premium-aplus-14-carousel-4='{"page": 6}' role="tab" tabindex="-1"></span>
</li>
</ul>
</div>
</div>
</div> </div> </div> <script type="text/javascript">(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.when("A", "premium-aplus-14-carousel-4").execute('invoke-premium-14-carousel-desktop', function (A, init) {
init();
A.on("a:carousel:" + "premium-aplus-14-carousel-4" + ":change:pageNumber", function (data) {
A.trigger("aplus:" + "video-carousel-" + "4" + "-" + data.oldValue + ":pause");
});
});
}));</script> </div>
<div cel_widget_id="aplus-premium-module-5-comparison-table-scroller" class="celwidget aplus-module premium-module-5-comparison-table-scroller aplus-premium" data-csa-c-content-id="aplus_premium-module-5-comparison-table-scroller" data-csa-c-slot-id="dp_desktop_aplus_premium-module-5-comparison-table-scroller_div" data-csa-c-type="widget">
<div class="premium-aplus premium-aplus-module-5 aplus-container-3 comparison-table">
<h3 class="a-text-center aplus-h1 a-text-bold"> It’s time to find your Watch </h3> <div class="a-section a-spacing-none table-container loading" data-comparison-name="comparison-table-container-5" id="comparison-table-container-5"> <div class="table-slider scroll-wrapper-bottom">
<table class="a-bordered a-horizontal-stripes scroll-width"> <tr> <td class="attribute empty"></td> <th class="aplus-data-column top-header active active-item"> <a class="a-link-normal a-text-normal" href="/dp/B0C85SQM1Q?ref=emc_p_m_5_i_atc" title="Galaxy Watch6 Classic"> <img alt="" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/29ccb76e-de0b-438d-b047-929a8fc6630e.__CR0,0,200,225_PT0_SX200_V1___.jpg"/> <p class="product-title"> Galaxy Watch6 Classic </p> </a> <form action="/cart/add-to-cart/ref=emc_p_m_5_i_atc_c" method="post"> <!-- sp:csrf --><input name="anti-csrftoken-a2z" type="hidden" value="hDBUBqEhbmuqF5RX+U7ihbs7nvQNOH74ojC0JsKN2H0nAAAAAGoQhaAwNDRiMWI2ZS01NjkxLTRmOGMtOTdmZC1mNmQ2MDNjM2ZhOWI="/><!-- sp:end-csrf -->
<input name="items[0.base][asin]" type="hidden" value="B0C85SQM1Q"/> <input name="items[0.base][offerListingId]" type="hidden" value="ld4e4GpHgUtBfoiBP3r8JUHhshcBxVjeH%2FF0EgjqJorY2ma0EeeFjkGDMvhqpoO8EEImBpwmUw%2FDTzpGzo%2BtkuYmYt6qlDf59lFMBeWRM7YZWNlOViupFZ7N0UdKYwqe"/> <input name="items[0.base][quantity]" type="hidden" value="1"/> <input name="clientName" type="hidden" value="Aplus_BuyableModules_DetailPage"/> <div class="add-to-cart">
<span class="a-button a-spacing-small a-button-primary a-button-icon"><span class="a-button-inner"><i class="a-icon a-icon-cart"></i><input class="a-button-input" type="submit"/><span aria-hidden="true" class="a-button-text"> Add To Basket </span></span></span> </div>
</form> <script type="application/javascript">
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
</script>
</th> <th class="aplus-data-column top-header"> <a class="a-link-normal a-text-normal" href="/dp/B0C85TYHVZ?ref=emc_p_m_5_i_atc" title="Galaxy Watch6"> <img alt="" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/25c7d94f-fed7-4b56-8dba-713ff46c36d1.__CR0,0,200,225_PT0_SX200_V1___.jpg"/> <p class="product-title"> Galaxy Watch6 </p> </a> <form action="/cart/add-to-cart/ref=emc_p_m_5_i_atc_c" method="post"> <!-- sp:csrf --><input name="anti-csrftoken-a2z" type="hidden" value="hDBUBqEhbmuqF5RX+U7ihbs7nvQNOH74ojC0JsKN2H0nAAAAAGoQhaAwNDRiMWI2ZS01NjkxLTRmOGMtOTdmZC1mNmQ2MDNjM2ZhOWI="/><!-- sp:end-csrf -->
<input name="items[0.base][asin]" type="hidden" value="B0C85TYHVZ"/> <input name="items[0.base][offerListingId]" type="hidden" value="5ahYJ1X5r0ZMxN%2BLWVLrcX4tJImwyqDWV4HslNOzA%2FDSDATX1txFcDJmnfwonVuU09CJz2SJLBBXvi68%2BoujYdSLbljcxHjbbMomu6vyDjZl%2FtfZI0oZK9isYO03FcPc3ZbdhOE7vvH4bBQFWuBgmLUdG0eRAdiozBSvkqordm8BimP%2BERNgiw%3D%3D"/> <input name="items[0.base][quantity]" type="hidden" value="1"/> <input name="clientName" type="hidden" value="Aplus_BuyableModules_DetailPage"/> <div class="add-to-cart">
<span class="a-button a-spacing-small a-button-primary a-button-icon"><span class="a-button-inner"><i class="a-icon a-icon-cart"></i><input class="a-button-input" type="submit"/><span aria-hidden="true" class="a-button-text"> Add To Basket </span></span></span> </div>
</form> <script type="application/javascript">
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
</script>
</th> <th class="aplus-data-column top-header"> <a class="a-link-normal a-text-normal" href="/dp/B0BD9DR437?ref=emc_p_m_5_i_atc" title="Galaxy Watch5 "> <img alt="" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/6d77e0a6-bbda-44ea-a97a-ac557f3e06a0.__CR0,0,200,225_PT0_SX200_V1___.png"/> <p class="product-title"> Galaxy Watch5 </p> </a> <script type="application/javascript">
logShoppableMetrics("premium-module-5-comparison-table-scroller", false)
</script>
<div class="add-to-cart">
<span class="a-button a-button-base"><span class="a-button-inner"><a class="a-button-text" href="/dp/B0BD9DR437?ref=emc_p_m_5_i_atc"> Buying Options </a></span></span> </div>
</th> <th class="aplus-data-column top-header"> <a class="a-link-normal a-text-normal" href="/dp/B0B4DS9M9F?ref=emc_p_m_5_i_atc" title="Galaxy Watch5 Pro"> <img alt="" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/d3639020-5bdc-4478-aeff-1e1a784f9151.__CR0,0,200,225_PT0_SX200_V1___.jpg"/> <p class="product-title"> Galaxy Watch5 Pro </p> </a> <script type="application/javascript">
logShoppableMetrics("premium-module-5-comparison-table-scroller", false)
</script>
<div class="add-to-cart">
<span class="a-button a-button-base"><span class="a-button-inner"><a class="a-button-text" href="/dp/B0B4DS9M9F?ref=emc_p_m_5_i_atc"> Buying Options </a></span></span> </div>
</th> </tr> <tr> <td class="attribute a-text-bold"> <div class="comparison-metric-name" data-inline-content="" data-position="triggerRight">
<span class="a-text-bold"> Customer Reviews </span> </div>
</td> <td class="aplus-data-column active active-item"> <style>
.aplus-v2 .aplus-review-right-padding {
padding-right: 0.1rem;
}
</style>
<div class="">
<div class="a-size-base">
<i class="a-icon a-icon-star-small a-star-small-4-5 a-spacing-none"><span class="a-icon-alt">4.5 out of 5 stars</span></i> <span class="a-size-mini a-color-base">349</span> </div>
</div> </td> <td class="aplus-data-column"> <style>
.aplus-v2 .aplus-review-right-padding {
padding-right: 0.1rem;
}
</style>
<div class="">
<div class="a-size-base">
<i class="a-icon a-icon-star-small a-star-small-4-5 a-spacing-none"><span class="a-icon-alt">4.6 out of 5 stars</span></i> <span class="a-size-mini a-color-base">426</span> </div>
</div> </td> <td class="aplus-data-column"> <style>
.aplus-v2 .aplus-review-right-padding {
padding-right: 0.1rem;
}
</style>
<div class="">
<div class="a-size-base">
<i class="a-icon a-icon-star-small a-star-small-4 a-spacing-none"><span class="a-icon-alt">4.2 out of 5 stars</span></i> <span class="a-size-mini a-color-base">13</span> </div>
</div> </td> <td class="aplus-data-column"> <style>
.aplus-v2 .aplus-review-right-padding {
padding-right: 0.1rem;
}
</style>
<div class="">
<div class="a-size-base">
<i class="a-icon a-icon-star-small a-star-small-4-5 a-spacing-none"><span class="a-icon-alt">4.6 out of 5 stars</span></i> <span class="a-size-mini a-color-base">95</span> </div>
</div> </td> </tr> <tr> <td class="attribute a-text-bold"> <div class="comparison-metric-name" data-inline-content="" data-position="triggerRight">
<span class="a-text-bold"> Sizes </span> </div>
</td> <td class="aplus-data-column active active-item"> <span class="description">
43mm | 47mm </span>
</td> <td class="aplus-data-column"> <span class="description">
40mm | 44mm </span>
</td> <td class="aplus-data-column"> <span class="description">
40mm | 44mm </span>
</td> <td class="aplus-data-column"> <span class="description">
45mm </span>
</td> </tr> <tr> <td class="attribute a-text-bold"> <div class="comparison-metric-name" data-inline-content="" data-position="triggerRight">
<span class="a-text-bold"> Material </span> </div>
</td> <td class="aplus-data-column active active-item"> <span class="description">
Stainless Steel </span>
</td> <td class="aplus-data-column"> <span class="description">
Armour Aluminium </span>
</td> <td class="aplus-data-column"> <span class="description">
Armour Aluminium </span>
</td> <td class="aplus-data-column"> <span class="description">
Titanium </span>
</td> </tr> <tr> <td class="attribute a-text-bold"> <div class="comparison-metric-name" data-inline-content="" data-position="triggerRight">
<span class="a-text-bold"> Display Size </span> </div>
</td> <td class="aplus-data-column active active-item"> <span class="description">
1.31” | 1.47” </span>
</td> <td class="aplus-data-column"> <span class="description">
1.31” | 1.47” </span>
</td> <td class="aplus-data-column"> <span class="description">
1.19"| 1.36” </span>
</td> <td class="aplus-data-column"> <span class="description">
1.36” </span>
</td> </tr> <tr> <td class="attribute a-text-bold"> <div class="comparison-metric-name" data-inline-content="" data-position="triggerRight">
<span class="a-text-bold"> Display </span> </div>
</td> <td class="aplus-data-column active active-item"> <span class="description">
Sapphire Crystal Glass </span>
</td> <td class="aplus-data-column"> <span class="description">
Sapphire Crystal Glass </span>
</td> <td class="aplus-data-column"> <span class="description">
Sapphire Crystal Glass </span>
</td> <td class="aplus-data-column"> <span class="description">
Sapphire Crystal Glass </span>
</td> </tr> <tr> <td class="attribute a-text-bold"> <div class="comparison-metric-name" data-inline-content="" data-position="triggerRight">
<span class="a-text-bold"> Durability </span> </div>
</td> <td class="aplus-data-column active active-item"> <span class="description">
IP68 + 5ATM | MIL-STD 810H </span>
</td> <td class="aplus-data-column"> <span class="description">
IP68 + 5ATM | MIL-STD 810H </span>
</td> <td class="aplus-data-column"> <span class="description">
IP68 + 5ATM | MIL-STD 810H </span>
</td> <td class="aplus-data-column"> <span class="description">
IP68 + 5ATM | MIL-STD 810H </span>
</td> </tr> <tr> <td class="attribute a-text-bold"> <div class="comparison-metric-name" data-inline-content="" data-position="triggerRight">
<span class="a-text-bold"> Body Composition </span> </div>
</td> <td class="aplus-data-column active active-item"> <span class="description">
✔ </span>
</td> <td class="aplus-data-column"> <span class="description">
✔ </span>
</td> <td class="aplus-data-column"> <span class="description">
✔ </span>
</td> <td class="aplus-data-column"> <span class="description">
✔ </span>
</td> </tr> <tr> <td class="attribute a-text-bold"> <div class="comparison-metric-name" data-inline-content="" data-position="triggerRight">
<span class="a-text-bold"> Skin Temperature Sensor </span> </div>
</td> <td class="aplus-data-column active active-item"> <span class="description">
✔ </span>
</td> <td class="aplus-data-column"> <span class="description">
✔ </span>
</td> <td class="aplus-data-column"> <span class="description">
✔ </span>
</td> <td class="aplus-data-column"> <span class="description">
✔ </span>
</td> </tr> <tr> <td class="attribute a-text-bold"> <div class="comparison-metric-name" data-inline-content="" data-position="triggerRight">
<span class="a-text-bold"> Cycle Tracking </span> </div>
</td> <td class="aplus-data-column active active-item"> <span class="description">
✔ </span>
</td> <td class="aplus-data-column"> <span class="description">
✔ </span>
</td> <td class="aplus-data-column"> <span class="description">
✔ </span>
</td> <td class="aplus-data-column"> <span class="description">
✔ </span>
</td> </tr> <tr> <td class="attribute a-text-bold"> <div class="comparison-metric-name" data-inline-content="" data-position="triggerRight">
<span class="a-text-bold"> Route Workout / Track Back </span> </div>
</td> <td class="aplus-data-column active active-item"> <span class="description">
✘ </span>
</td> <td class="aplus-data-column"> <span class="description">
✘ </span>
</td> <td class="aplus-data-column"> <span class="description">
✘ </span>
</td> <td class="aplus-data-column"> <span class="description">
✔ </span>
</td> </tr> </table> </div>
</div> </div>
<script type="text/javascript">(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.when('premium-module-5-comparison-table-scroller', 'ready').execute('invoke-premium-5-comparison-table', function(init){ init() });
}));</script> </div>
<div cel_widget_id="aplus-premium-module-15-text" class="celwidget aplus-module premium-module-15-text aplus-premium" data-csa-c-content-id="aplus_premium-module-15-text" data-csa-c-slot-id="dp_desktop_aplus_premium-module-15-text_div" data-csa-c-type="widget">
<div class="a-section a-spacing-none premium-aplus premium-aplus-module-15"> <!-- Optional header -->
<div class="a-section a-spacing-none premium-aplus-15-heading"> </div> <div class="a-section a-spacing-none"> <p class="description"> 1 LTE connection required to use select features on Galaxy Watch6 Classic. LTE connectivity only available in LTE models 2 GPS function requires internet connection. Can be used on LTE models without paired smartphone. Non-LTE models require Bluetooth connection to paired smartphone 3 By enabling GPS, your current location information may be gathered and used by Galaxy apps and third-party apps to provide location-based services 4 Requires Samsung Health application version 6.24 or later 5 Availability of some features may vary by country or region 6 Only available on Galaxy Watch6 series and must be paired with a compatible mobile device 7 To update the ranges of each HR zone when running based on cardiopulmonary capabilities, it is required to run outdoors for more than 10minutes with constant speed of 4km/h or faster. 8 Compared to Galaxy Watch 9 Screen size and bezel width comparisons are based on Galaxy Watch6 Classic 43mm model. 10 Compared to Galaxy Watch4 Classic 42mm 11 Galaxy Watch6 Classic is water resistant to up to 50m in depth for 10min under the 5ATM rating. Not suitable for diving or high-pressure water activities. If device or hands are wet, they must be dried thoroughly prior to handling. Galaxy Watch6 Classic provides ingress protection against dust and fresh water to a maximum of 1.5m for up to 30min 12 Based on Vickers hardness measured with constant load of 200gf 13 Availability of Watch bands may vary by country or region 14 Galaxy Z Fold5 sold separately 15 Camera Controller is supported on Galaxy Watch4 and later models when paired with Galaxy S9 Series and later. Zoom feature available on Samsung Galaxy Watch4 series and later models paired with a Galaxy S, Note or Z series smartphone running One UI 5.1 or above with Camera Controller support 16 Actual battery life may vary depending on network environment, usage patterns and other factors 17 Testing conducted by Samsung using pre-released version of Galaxy Watch6 Classic, paired to a Samsung phone; all devices tested with prerelease software, Galaxy Watch Magnetic Fast Charging USB C Cable, and Samsung 25W USB C Power Adapter. Charge time varies with region, settings, usage pattern and environmental factors 18 Samsung 25W USB C Power Adapter sold separately 19 Availability of Samsung Wallet and its features may vary by country/region. 20 Compatible smartphones and available features may vary by country/region, carrier or device. 21 Galaxy Watch6 Classic must be paired with a Samsung Galaxy smartphone with Android 10.0 and minimum 1.5GB Memory. 22 Sleep tracking features are intended for general wellness and fitness purposes only. Not intended for use in detection, diagnosis, treatment of any medical condition or sleep disorder. 23 Sleep Coaching requires sleep data of at least 7 days, including 2 days off. 24 Body composition is only supported in Samsung Galaxy Watch4 series and later models. Body composition should not be used if you have an implanted pacemaker or other implanted medical devices, or if pregnant. Any health-related information accessed through device and application should not be treated as medical advice. Measurement results may not be accurate if you are under 20 years old. 25 Invisible LED is enabled when sleep mode is turned on. 26 Fabric Band is sold separately 27 Cycle Tracking is available for cycle and period prediction which is powered by Natural Cycles 28 HR alerts is intended for general wellness and fitness purposes only. Not intended for use in detection, diagnosis, treatment, monitoring or management of any medical condition or disease. 29 Availability of Irregular Heart Rhythm Notification feature may vary by country or region. Not intended for users with other known arrhythmias or users under 22 years old. Users should not interpret or take clinical action based on the predictions made without consultation of a qualified healthcare professional. 30 Availability of ECG app may vary by country or region. Not intended for users by people under 22 years old. Users should not interpret or take clinical action based on the device output without consultation of a qualified healthcare professional. 31 For accurate blood pressure readings, calibration is required every 4 weeks by BP monitor & arm cuff. Requires Galaxy smartphone running Android 7.0 or above. 32 Availability of Blood pressure app may vary by country or region. Not intended for use by people under 22 years old. 33 Users should measure their blood pressure when at rest, as they would do with a traditional cuff, and refrain from measuring when they are working out, smoking, or drinking. Blood pressure app is not intended for any diagnostic purposes regarding hypertension or other heart conditions or users under 22 years old. 34 Measured blood pressure history can be reviewed within the Samsung Health Monitor app on smartphone. 35 Not intended for use in detection, diagnosis, treatment. Intended for general wellness and fitness purposes only </p> </div> </div> </div>
</div>
</div>
</div> </div>