/** Shopify CDN: Minification failed

Line 358:0 All "@import" rules must come first

**/
/* Ring Essentials Section Styles */

.ring-essentials {
  width: 100%;
  background: #FFFFFF;
}

/* Desktop Styles */
.essentials-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  gap: 40px;
  width: 100%;
  max-width: 1440px;
  min-height: 491px;
  margin: 0 auto;
  flex: none;
  order: 2;
  flex-grow: 0;
}

.essentials-title {
  width: 100%;
  max-width: 1360px;
  height: 46px;
  font-family: 'Lora', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 46px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #202021;
  margin: 0;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  justify-content: center;
}

.essentials-grid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  gap: 12px;
  width: 100%;
  max-width: 1360px;
  min-height: 256px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.essential-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 20px;
  gap: 20px;
  width: 216.67px;
  min-height: 256px;
  background: #F0EFEC;
  border-radius: 8px;
  flex: none;
  align-self: stretch;
  flex-grow: 1;
}

.card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 12px;
  width: 176.67px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.card-title {
  width: 176.67px;
  min-height: 60px;
  font-family: 'Lora', serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #13177A;
  margin: 0;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.card-description {
  width: 176.67px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #1F1F1F;
  margin: 0;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}


/* Tablet Styles - Enable swipe for tablets and larger touch devices */
@media (max-width: 1024px) and (min-width: 769px) {
  .essentials-container {
    padding: 30px 20px;
  }

  .essentials-grid {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-right: -20px;
    width: calc(100% + 20px);
  }

  .essentials-grid::-webkit-scrollbar {
    display: none;
  }

  .essential-card {
    min-width: 216.67px;
    flex-shrink: 0;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  .essentials-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 16px;
    gap: 20px;
    width: 100%;
    max-width: 390px;
    min-height: 378px !important;
    flex: none;
    order: 3;
    align-self: stretch;
    flex-grow: 0;
  }

  .essentials-title {
    width: 100%;
    max-width: 358px;
    height: 62px;
    font-family: 'Lora', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #202021;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }

  .essentials-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    margin-right: -16px;
    gap: 12px;
    width: calc(100% + 16px);
    height: 256px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: none;
    order: 1;
    flex-grow: 0;
  }

  .essentials-grid::-webkit-scrollbar {
    display: none;
  }

  .essential-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 16px;
    gap: 20px;
    width: 216.67px;
    min-width: 216.67px;
    min-height: 256px;
    background: #F0EFEC;
    border-radius: 8px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-shrink: 0;
  }

  .card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 20px;
    width: 184.67px;
    height: auto;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  .card-title {
    width: 184.67px;
    height: 60px;
    font-family: 'Lora', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #13177A;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  .card-description {
    width: 184.67px;
    min-height: 96px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #1F1F1F;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
  }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
  .essentials-container {
    padding: 16px 12px;
  }

  .essentials-title {
    font-size: 20px;
    line-height: 28px;
  }

  .essentials-grid {
    margin-right: -12px;
    width: calc(100% + 12px);
  }

  .essential-card {
    width: 180px;
    min-width: 180px;
    min-height: 216px;
    padding: 20px 12px;
  }

  .card-content {
    width: 156px;
    height: auto;
  }

  .card-title {
    width: 156px;
    height: 56px;
    font-size: 18px;
    line-height: 28px;
  }

  .card-description {
    width: 156px;
    min-height: 84px;
    font-size: 13px;
    line-height: 20px;
  }
}

/* Touch device detection - Enable swipe on all touch devices */
@media (hover: none) and (pointer: coarse) {
  .essentials-grid {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  .essentials-grid::-webkit-scrollbar {
    display: none !important;
  }

  .essential-card {
    min-width: 216.67px !important;
    flex-shrink: 0 !important;
  }
}

/* Fallback for devices that might not support hover/pointer queries */
@media (max-width: 1200px) {
  .essentials-grid {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .essentials-grid::-webkit-scrollbar {
    display: none;
  }

  .essential-card {
    min-width: 216.67px;
    flex-shrink: 0;
  }
}

/* Ensure proper font loading */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');
