/** Shopify CDN: Minification failed

Line 611:12 Unexpected "{"
Line 611:21 Expected ":"
Line 611:28 Unexpected "{"
Line 621:43 Unexpected "{"
Line 621:52 Expected ":"
Line 621:59 Unexpected "{"
Line 627:23 Expected identifier but found whitespace
Line 627:25 Unexpected "{"
Line 627:34 Expected ":"
Line 627:77 Expected ":"
... and 69 more hidden warnings

**/
:root {
  --font: 'Montserrat', sans-serif;
  --color-dark: #0a0a0a;
  --color-primary: #0aa2cd;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font);
  color: var(--color-dark);
}

.strapp {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 600px) {
.background-media-text__video iframe, .background-media-text__video video{
  height: 35% !important;
}
  .strapp {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .strapp-swiper {
    overflow: visible;
  }
  .strapp-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.strapp-wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: visible; /* Ensure contents are visible */
}

.strapp .swiper-slide {
  width: 300px;
  height: 320px; /* Adjust height as needed */
  overflow: visible; /* Ensure contents are visible */
}
.strapp-prev,
.strapp-next {
  position: absolute;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 90;
  border-radius: 50%;
  background-color: white;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 3px black;
}
.strapp-prev:disabled,
.strapp-next:disabled {
  background-color: #e2e2e2;
  cursor: auto;
}
.strapp-prev:disabled svg,
.strapp-next:disabled svg {
  color: #646464;
}
@media (max-width: 600px) {
  .strapp-prev,
  .strapp-next {
    display: none;
  }
}
.strapp-prev svg,
.strapp-next svg {
  width: 32px;
  height: 32px;
  color: black;
}
.strapp-prev {
  left: -20px;
}
.strapp-next {
  right: -20px;
}
.strapp .swiper-slide {
  width: 300px;
}
@media (max-width: 600px) {
  .strapp .swiper-slide {
    width: 250px;
  }
}
/* Base card style */
.strapp-card {
  text-align: center;
  height: 300px;
  color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px; /* Adjust padding as needed */
  transition: transform 0.3s ease; /* Transition for hover effect */
  background-color: transparent; /* Ensure transparency for the background */
  border-radius: 10px; /* Rounded corners for a softer look */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Subtle shadow for depth */
  overflow: visible; /* Ensure contents are visible */
}

/* Hover effect for the card */
.strapp-card:hover {
  transform: scale(1.05); /* Scale up slightly on hover */
  z-index: 1; /* Ensure hover state appears above other elements */
}

/* Background image or content for the card */
.strapp-card-background {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px; /* Match the card's border-radius */
}

/* Link or clickable area covering the card */
.strapp-card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

/* Title of the card */
.strapp-card-title {
  font-size: 14px;
  margin-bottom: 5px; /* Adjust margin as needed */
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Title decoration */
.strapp-card-title::after {
  content: '';
  display: block;
  width: 50%; /* Adjust initial width as needed */
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px; /* Adjust margin as needed */
  height: 2px;
  background-color: white;
}
#shopify-section-template--15799958241362__main-collection{
  background-color:black;

}
/* Subtitle or additional information */
.strapp-card-subtitle {
  font-size: 15px; /* Adjust font size as needed */
  line-height: 1.5;
}

/* Description or further details */
.strapp-card-description {
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-bottom: 0 !important; /* Remove padding underneath */
}

/* Metadata or additional information bar */
.slider-meta-1 {
  background-color: #31b0c8; /* Brand color background */
  padding: 15px 20px; /* Adjusted padding for more space */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 0 0 10px 10px; /* Rounded bottom corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Subtle shadow for depth */
  transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
  height: 60px; /* Increased height */
  display: flex;
  align-items: center; /* Center content vertically */
  justify-content: center; /* Center content horizontally */
  color: white; /* Text color */
}

/* Hover effect for the metadata bar */
.slider-meta-1:hover {
  background-color: #1e90ff; /* Darker on hover, adjust as needed */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4); /* Slightly larger shadow */
}









div#shopify-section-template--14793955835986__background_image_text_hwEdDQ {
  margin-top: 60px;
}

div#shopify-section-template--14793955835986__background_image_text_hwEdDQ .background-media-text__container,
div#shopify-section-template--14793955835986__background_image_text_hwEdDQ .parallax-container {
  position: unset;
}

div#shopify-section-template--14793955835986__background_image_text_hwEdDQ .background-media-text {
  background-size: contain;
  position: unset;
  width: auto;
  background-color: transparent;
}

div#shopify-section-template--14793955835986__background_image_text_hwEdDQ .parallax-image {
  position: unset;
  width: auto;
  height: unset !important;
  transform: unset !important;
}

div#shopify-section-template--14793955835986__background_image_text_hwEdDQ .image-fit {
  object-fit: cover !important;
  width: auto;
  height: 400px;
  margin: auto;
  object-position: center;
  max-width: 600px;
}

div#shopify-section-template--14793955835986__background_image_text_hwEdDQ .background-media-text__aligner {
  margin: 0px 0;
  text-align: center;
}

div#shopify-section-template--14793955835986__background_image_text_hwEdDQ .background-media-text__text {
  width: 100%;
  max-width: 1442px;
  padding: 15px;
  text-align: center;
}

div#shopify-section-template--14793955835986__background_image_text_hwEdDQ .rte.background-media-text__subtext div>br {
  display: none;
}



@media only screen and (max-width: 768px) {
  div#shopify-section-template--14793955835986__background_image_text_hwEdDQ .background-media-text__container, .background-media-text__video {
    height: auto;
  }

  div#shopify-section-template--14793955835986__background_image_text_hwEdDQ .image-fit {
    height: 250px;
    max-width: 100%;
  }

  div#shopify-section-template--14793955835986__background_image_text_hwEdDQ {
    margin-top: 0px;
  }
}
.background-media-text__inner {
    height: unset;
    position: unset;
    width: 100%;
    z-index: 2;
}
.rte.background-media-text__subtext img {
    display: block;
    margin: auto;
}
.background-media-text.background-media-text--template--14793955835986__background_image_text_hwEdDQ+.background-media-text__spacer {
    display: none;
}

@media only screen and (min-width: 769px) {
  div#shopify-section-template--14793955835986__background_image_text_hwEdDQ .background-media-text--550, div#shopify-section-template--14793955835986__background_image_text_hwEdDQ .background-media-text--550 .background-media-text__video, div#shopify-section-template--14793955835986__background_image_text_hwEdDQ .background-media-text__spacer.background-media-text--550 {
    min-height: 160px;
  }
}





#shopify-section-template--15050772217938__main .blushark-promo-container {
  /* margin-top: 230px; */
}



#shopify-section-template--15050772217938__main .dd-flex {
  display: flex;
  gap: 30px;
  text-align: center;
  /* margin-bottom: -280px; */
  /* margin-top: 150px; */
  justify-content: space-between;
}

#shopify-section-template--15050772217938__main .dd-flex img {
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  object-fit: contain;
}

#shopify-section-template--15050772217938__main .dd-flex h6 {
  line-height: 1.4;
}


@media(max-width:768px) {
  #shopify-section-template--15050772217938__main .metafield-rich_text_field {
    text-align: left !important;
    max-width: 350px;
    margin: auto;
  }

  #shopify-section-template--15050772217938__main .size-chart__standalone.size-chart__standalone-1 {
    margin-right: 0;
    margin-bottom: -42px;
    margin: 0 0 0px 0px;
    ;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    white-space: nowrap;
  }

  #shopify-section-template--15050772217938__main .size-chart__standalone.size-chart__standalone-1 a {
    text-decoration: underline;
  }

  #shopify-section-template--15050772217938__main .product__thumbs.product__thumbs--beside.product__thumbs-placement--left.small--hide {
    display: block !important;
  }

  #shopify-section-template--15050772217938__main .product__thumbs--beside .product__thumbs--scroller {
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    position: unset;
    right: 0;
    top: unset !important;
    width: 100%;
    display: flex !important;
    justify-content: center;
  }

  #shopify-section-template--15050772217938__main .product__thumbs--beside .product__thumbs--scroller .image-wrap img {
    height: auto !important;
    position: unset !important;
    width: 80px !important;
    height: 80px !important;
    object-fit: contain !important;
    object-position: center;
  }

  #shopify-section-template--15050772217938__main .product__thumbs--beside {
    flex: 0 0 100%;
    margin-left: 8.5px;
    max-width: 100%;
    position: absolute;
    left: 0;
    bottom: -70px;
    right: 0;
  }

  #shopify-section-template--15050772217938__main .product__thumbs--beside .product__thumbs--scroller {
    /* flex: 0 0 100% !important; */
    margin-left: 8.5px;
    /* max-width: 100% !important; */
    height: 100px;
  }

  #shopify-section-template--15050772217938__main .image-wrap image-element {
    position: unset !important;
  }

  #shopify-section-template--15050772217938__main .product-single__meta {
    margin-top: 85px;
  }

  #shopify-section-template--15050772217938__main .image-wrap {
    background: transparent !important;
    height: unset !important;
    padding: 0 !important;
  }

  #shopify-section-template--15050772217938__main .product__main-photos .flickity-page-dots {
    display: none !important;
  }

  #shopify-section-template--15050772217938__main .grid__item.medium-up--one-half.product-single__sticky {
    position: relative;
  }

  #shopify-section-template--15050772217938__main .product__photos img {
    height: 450px !important;
    object-fit: contain !important;
  }
}


#shopify-section-template--15050772217938__main .shopify-installments__content {
  margin-bottom: 30px;
}





@media(max-width:576px) {
  #shopify-section-template--15050772217938__main .product__thumbs--beside .product__thumbs--scroller {
    justify-content: flex-start;
  }

  #shopify-section-template--15050772217938__main .product__photos img {
    height: 350px !important;
    object-fit: contain !important;
  }
}


/* Add To Cart Button Hover */
/* Default button styling */
.payment-buttons .btn.btn--full.add-to-cart.btn--secondary {
 background-color: #eaa039; /* Black background */
color: #ffffff; /* White text */
border: none; /* Remove any existing border */
position: relative;
overflow: hidden;
transition: background 0s ease, color 0s ease; /* Instant transition */
}

span[data-add-to-cart-text] {
  font-size: 20px !important; /* Set text size to 20px */
  font-weight: bolder !important; /* Make text super bold */
}

.payment-buttons .btn .add-to-cart span {
    padding: 0 !important; /* Ensure no padding in the span element */
}

/* Hover effect */
.btn.btn--full.add-to-cart.btn--secondary:hover {
    background-color: #23b1e6; /* Hover color */
    color: #ffffff; /* Keep text white on hover */
    transition: background 0s ease, color 0s ease; /* Instant transition */
}

/* Remove angled border effect */
.btn.btn--full.add-to-cart.btn--secondary:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static) {
    position: relative;
    overflow: hidden;
}


.btn.btn--full.add-to-cart.btn--secondary:hover:after {
    animation: none; /* Remove shine effect */
}

/* Add To Cart Hover End */


/* Check Out Button Style START */

/* Default button styling */
.btn.cart__checkout.candy.candy-cloned {
    background-color: #eaa039; /* Background color */
    color: #ffffff; /* Text color */
    border: none; /* Remove any existing border */
    position: relative;
    overflow: hidden;
    padding: 15px 30px; /* Increase padding for a thicker appearance */
    font-size: 20px; /* Increase font size */
    transition: background 0s ease, color 0s ease; /* Instant transition */

}

/* Hover effect */
.btn.cart__checkout.candy.candy-cloned:hover {
    background-color: #23b1e6; /* Hover color */
    color: #ffffff; /* Keep text white on hover */
    transition: background 0s ease, color 0s ease; /* Instant transition */
}

/* Remove angled border effect */
.btn.cart__checkout.candy.candy-cloned:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static) {
    position: relative;
    overflow: hidden;
}

/* Remove shine effect */
.btn.cart__checkout.candy.candy-cloned:hover:after {
    animation: none; /* Remove shine effect */
}

/* Check Out Button Style END */





/* Target the specific button by its class */
.shopify-cleanslate {
    width: calc(100% - 200px); /* Reduce width by 100px */
    max-width: unset; /* Remove any max-width if set */
    margin-left: auto; /* Center the button horizontally */
    margin-right: auto; /* Center the button horizontally */
    display: block; /* Ensure the button is treated as a block element for centering */
    text-align: center; /* Center the text within the button */



/* Apple Landing Page Counter */ 
#shopify-section-template--15542534373458__advanced_content_fkj8gP {
  background-color: #074888;
}

/* Custom CSS for a Specific Collection Page: Divecore FKM Rubber Watch Straps */
.template-collection.collection-handle-divecore-fkm-rubber-watch-straps {
  background-color: black !important;
  color: white !important;
}

.template-collection.collection-handle-divecore-fkm-rubber-watch-straps * {
  color: white !important;
  border-color: #333 !important; /* Adjust borders to be visible against black */
}

.template-collection.collection-handle-divecore-fkm-rubber-watch-straps a {
  color: white !important;
}



/* Homepage Slider Style */
[data-section-id="{{ section.id }}"] {
    background-color: transparent !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

[data-section-id="{{ section.id }}"] .slideshow-wrapper {
    background-color: transparent !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

#Slideshow-{{ section.id }} {
    padding-top: 0 !important;
    margin-top: 0 !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Optimization: Ensure the slider is visible immediately */
.slideshow-wrapper.hero-loaded #Slideshow-{{ section.id }} {
    opacity: 1;
}

/* Autoplay bars style */
[data-bars][data-autoplay="true"] .flickity-page-dots .dot:after {
    animation-duration: {{ section.settings.autoplay_speed | times: 1000 }}ms;
}

/* Desktop natural height */
@media only screen and (min-width: 769px) {
    .hero-natural--{{ section.id }} {
        height: 0;
        padding-bottom: {{ natural_height_ratio }};
    }
}

/* Mobile natural height */
@media screen and (max-width: 768px) {
    .hero-natural-mobile--{{ section.id }} {
        height: 0;
        padding-bottom: {{ natural_mobile_height_ratio }};
    }
}

/* Individual slide-specific styles */
.slideshow__slide--{{ block.id }} {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.slideshow__slide--{{ block.id }} .hero__image-wrapper {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

.slideshow__slide--{{ block.id }} .hero__image {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.slideshow__slide--{{ block.id }} .parallax-container,
.slideshow__slide--{{ block.id }} .parallax-image {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.slideshow__slide--{{ block.id }} .hero__title {
    font-size: {{ block.settings.mobile_title_size }}px;
}

@media only screen and (min-width: 769px) {
    .slideshow__slide--{{ block.id }} .hero__title {
        font-size: {{ block.settings.title_size }}px;
    }
}

.slideshow__slide--{{ block.id }} .btn {
    background: {{ block.settings.color_accent }} !important;
    border: none;
    {%- assign accent_brightness = block.settings.color_accent | color_extract: 'lightness' -%}
    {% if accent_brightness > 40 %}
    color: #000 !important;
    {% endif %}
}


{% if settings.button_style == 'angled' %}
.slideshow__slide--{{ block.id }} .btn:before,
.slideshow__slide--{{ block.id }} .btn:after {
    background: {{ block.settings.color_accent }} !important;
    border: none;
}
{% endif %}

{% if block.settings.overlay_opacity > 0 %}
.slideshow__slide--{{ block.id }} .hero__image-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    background-color: #000;
    opacity: {{ block.settings.overlay_opacity | divided_by: 100.0 }};
}
{% endif %}

.shopify-section-template--15799958241362__main-collection {
    background-color: #000000; /* Black background */
    color: #ffffff; /* Optional: white text for contrast */
}



  