/** Shopify CDN: Minification failed

Line 680:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.t4s-product .t4s-product-title a {
  text-transform: capitalize;
}

/* =========================================================
   MODA PREMIUM VARIANT STYLING — KALLES THEME
   ========================================================= */

/* ---------- OPTION GROUP SPACING ---------- */
.t4s-swatch__option {
  margin-bottom: 18px;
}

/* =============================================
   SIZE OPTION → CLICK DROPDOWN (JS-toggled)
   ============================================= */

.is-t4s-name__size {
  position: relative;
  margin-bottom: 18px;
}

.is-t4s-name__size .t4s-swatch__title {
  border: 1px solid #D9D9D9;
  border-radius: 14px;
  height: 52px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 0 44px 0 16px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  color: #1A1A1A;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0;
  user-select: none;
  transition: all 0.3s ease;
}

.is-t4s-name__size .t4s-swatch__title:hover {
  border-color: #264e36;
  background-color: #f9f9f9;
}

.is-t4s-name__size .t4s-swatch__title::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 12px;
  height: 12px;
  border-right: 2px solid #1A1A1A;
  border-bottom: 2px solid #1A1A1A;
  transition: transform 0.3s ease;
}

/* Dropdown open state - arrow rotates */
.is-t4s-name__size.moda-is-open .t4s-swatch__title::after {
  transform: translateY(-50%) rotate(-45deg);
}

/* Dropdown options list - HIDDEN BY DEFAULT */
.is-t4s-name__size .t4s-swatch__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px;
  margin-top: 8px;
  z-index: 100;
  flex-wrap: wrap;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
}

/* Dropdown VISIBLE when open - floating overlay */
.is-t4s-name__size.moda-is-open .t4s-swatch__list {
  display: flex;
}

/* Dropdown option items */
.is-t4s-name__size .t4s-swatch__item {
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #5b5b5b;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  background: #FFFFFF;
  white-space: nowrap;
}

.is-t4s-name__size .t4s-swatch__item:hover {
  background-color: #f9f9f9;
  color: #264e36;
  border-color: #264e36;
}

.is-t4s-name__size .t4s-swatch__item.is-selected {
  background-color: #264e36;
  color: #FFFFFF;
  border-color: #264e36;
  font-weight: 500;
}

/* Hide radio inputs */
.is-t4s-name__size .t4s-swatch__item input[type="radio"] {
  display: none;
}

.is-t4s-name__size .t4s-swatch__item input[type="radio"]:checked + label {
  font-weight: 500;
  color: #264e36;
}

/* =============================================
   OPTION VARIANT → LARGE PILL BUTTONS
   ============================================= */

.is-t4s-name__option {
  margin-bottom: 18px;
}

/* Option button container - flex layout for equal width buttons */
.is-t4s-name__option .t4s-swatch__list {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
}

/* Option button items - large pill-shaped buttons */
.is-t4s-name__option .t4s-swatch__item {
  flex: 1;
  padding: 14px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 500;
  color: #1A1A1A;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  background: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
}

/* Option button hover state - unselected */
.is-t4s-name__option .t4s-swatch__item:hover:not(.is-selected) {
  background-color: #f9f9f9;
  border-color: #b0b0b0;
}

/* Option button selected state - dark filled */
.is-t4s-name__option .t4s-swatch__item.is-selected {
  background-color: #264e36;
  color: #FFFFFF;
  border-color: #264e36;
  font-weight: 600;
}

/* Option button selected hover state */
.is-t4s-name__option .t4s-swatch__item.is-selected:hover {
  background-color: #1f3d2a;
  border-color: #1f3d2a;
}

/* Hide radio inputs for option buttons */
.is-t4s-name__option .t4s-swatch__item input[type="radio"] {
  display: none;
}

.is-t4s-name__option .t4s-swatch__item input[type="radio"]:checked + label {
  font-weight: 600;
  color: #FFFFFF;
}

/* =============================================
   DURA FIRM PRODUCT PAGE - ASK A QUESTION TEXT
   ============================================= */

/* Hide original "Ask a Question" text and replace with custom text */
#shopify-section-template--18323427196989__main__size_delivery_ask a {
  font-size: 0;
}

#shopify-section-template--18323427196989__main__size_delivery_ask a::before {
  content: "Not sure if this is right for you? Ask a question \2192";
  font-size: 15px;
  font-weight: 500;
  color: inherit;
  text-decoration: inherit;
}

#shopify-section-template--18323427196989__main__size_delivery_ask a:hover::before {
  text-decoration: underline;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  .t4s-row-cols-lg-8>.t4s-col-item, .t4s-row-cols-lg-8 .flickityt4s-slider>.t4s-col-item {width: 12.6%;}
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  #shopify-section-template--17168732258469__1d3f1859-cb88-4470-89c2-c69085e825e6 .t4s-top-heading,#shopify-section-template--17168732258469__featured_collection_4rnTec .t4s-top-heading {margin-bottom: 30px;}
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  #shopify-section-template--17168732258469__1d3f1859-cb88-4470-89c2-c69085e825e6 .t4s-prs-footer {margin-top: 60px !important;}
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  #shopify-section-template--17168732258469__1d3f1859-cb88-4470-89c2-c69085e825e6 .t4s-prs-footer {margin-top: 40px !important;}
}

.moda-quick-info{
  margin-top: 12px;
  padding: 20px 20px 18px;
  border: 1px solid #EFEFEF;
  border-radius: 14px;
  background: #FFFFFF;
}

.moda-quick-info__feel{
  margin-bottom: 16px;
}

.moda-quick-info__label{
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #696969;
  margin-bottom: 6px;
}

.moda-quick-info__value{
  font-size: 18px;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 12px;
}

.moda-quick-info__scale{
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.moda-quick-info__scale span{
  width: 24px;
  height: 6px;
  border-radius: 999px;
  background: #E6E6E6;
  display: block;
}

.moda-quick-info__scale span.is-filled{
  background: #264E36;
}

.moda-quick-info__score{
  margin-top: 2px;
  font-size: 13px;
  font-weight: 500;
  color: #5B5B5B;
}

.moda-quick-info__grid{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 20px;
}

.moda-quick-info__card-title{
  font-size: 13px;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 10px;
}

.moda-quick-info__list{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.moda-quick-info__list li{
  list-style: none !important;
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #5B5B5B;
}

.moda-quick-info__list li:last-child{
  margin-bottom: 0;
}

.moda-quick-info__list li::before{
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #AD9725;
  font-weight: 700;
}

.moda-quick-info__trust-grid{
  display: grid;
  gap: 10px;
}

.moda-quick-info__trust-item{
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
}

.moda-quick-info__trust-icon{
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #F7F7F5;
  border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex: 0 0 28px;
}

.moda-quick-info__trust-text{
  font-size: 14px;
  line-height: 1.5;
  color: #5B5B5B;
}

@media (max-width: 767px){
  .moda-quick-info{
    margin-top: 10px;
    padding: 16px 14px 14px;
    border-radius: 12px;
  }

  .moda-quick-info__grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .moda-quick-info__value{
    font-size: 17px;
    margin-bottom: 10px;
  }

  .moda-quick-info__scale{
    gap: 4px;
  }

  .moda-quick-info__scale span{
    width: 18px;
    height: 5px;
  }

  .moda-quick-info__list li,
  .moda-quick-info__trust-text{
    font-size: 13px;
  }

  .moda-quick-info__trust-item{
    min-height: 30px;
  }

  .moda-quick-info__trust-icon{
    width: 26px;
    height: 26px;
    font-size: 13px;
    flex: 0 0 26px;
  }
}

/* ===== ORTHOMARAMA INTRO SECTION ===== */

.moda-intro {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #E6E6E6;
  max-width: 560px;
}

/* Lead line (hook) */
.moda-intro__lead {
  font-size: 20px;
  line-height: 1.5;
  color: #1A1A1A;
  margin-bottom: 14px;
  font-weight: 500;
}

/* Paragraphs */
.moda-intro p {
  font-size: 15px;
  line-height: 1.7;
  color: #6A6A6A;
  margin-bottom: 12px;
}

/* Remove extra spacing on last paragraph */
.moda-intro p:last-child {
  margin-bottom: 0;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {
  .moda-intro {
    margin-top: 28px;
    padding-top: 20px;
  }

  .moda-intro__lead {
    font-size: 18px;
  }

  .moda-intro p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.moda-intro {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #E6E6E6;
  max-width: 560px;
}

.moda-intro__lead {
  font-size: 20px;
  line-height: 1.5;
  color: #1A1A1A;
  margin-bottom: 14px;
  font-weight: 500;
}

.moda-intro__lead p {
  margin: 0;
}

.moda-intro__body {
  color: #6A6A6A;
}

.moda-intro__body p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 12px;
}

.moda-intro__body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .moda-intro {
    margin-top: 28px;
    padding-top: 20px;
  }

  .moda-intro__lead {
    font-size: 18px;
  }

  .moda-intro__body p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.moda-detail-card {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  background: #FFFFFF;
  max-width: 700px;
}

.moda-detail-card__title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #1A1A1A;
}

.moda-detail-card__body {
  color: #6A6A6A;
}

.moda-detail-card__body p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.7;
}

.moda-detail-card__body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .moda-detail-card {
    margin-top: 22px;
    padding: 18px;
    border-radius: 10px;
  }

.moda-detail-card {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  background: #FFFFFF;
  max-width: 700px;
}

.moda-detail-card__title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #1A1A1A;
}

.moda-feature-list {
  margin: 0;
  padding-left: 18px;
}

.moda-feature-list li {
  font-size: 14px;
  color: #6A6A6A;
  line-height: 1.6;
  margin-bottom: 6px;
}

.moda-feature-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .moda-detail-card {
    margin-top: 22px;
    padding: 18px;
    border-radius: 10px;
  }

  .moda-detail-card__title {
    font-size: 16px;
  }

  .moda-feature-list li {
    font-size: 14px;
    line-height: 1.6;
  }
}

.moda-detail-card {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  background: #FFFFFF;
  max-width: 700px;
}

.moda-detail-card__title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #1A1A1A;
}

.moda-detail-card__body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #6A6A6A;
}

.moda-dimensions-list {
  margin: 0;
  padding-left: 18px;
}

.moda-dimensions-list li {
  font-size: 14px;
  line-height: 1.7;
  color: #6A6A6A;
  margin-bottom: 8px;
}

.moda-dimensions-list li strong {
  color: #1A1A1A;
  font-weight: 600;
  margin-right: 4px;
}

.moda-dimensions-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .moda-detail-card {
    margin-top: 22px;
    padding: 18px;
    border-radius: 10px;
  }

  .moda-detail-card__title {
    font-size: 16px;
  }

  .moda-dimensions-list li,
  .moda-detail-card__body p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.product-form__input {
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 14px;
}

.product-form__input select {
  font-size: 14px;
  color: #1A1A1A;
}

.ask-question-link {
  font-size: 14px;
  color: #264E36;
  font-weight: 500;
  text-decoration: none;
}

.ask-question-link:hover {
  text-decoration: underline;
}