
  .theme-template-suffix-custom-warranty-page,
  .theme-template-suffix-custom-warranty-subpage,
  .theme-template-suffix-custom-warranty-subpage-2{
    color: #2d2d2d;
    line-height: 2;
    .x-block-header{
      font-size: 36px;
    }
    .custom-bg{
      padding: 40px 30px;
      background-color: #f9f9f9;
      box-shadow: 2px 2px 8px 1px rgba(93, 93, 93, 0.23);
      border-radius: 28px;
    }
    .a-btn{
      height: 48px;
      min-width: 240px;
      font-size: 20px;
    }
    .list-disc li{
      padding-left: 20px;
    }
    .desc2{
      color: #454545;
      line-height: 1.6;
    }
    .desc-bottom{
      color: #ababab;
    }
  }
  .custom-warranty-multicolumn{
    .column-warranty-content{
      min-height: 360px;
      padding: 35px 5%;
      flex-direction:column;
      gap: 20px;
      border-radius: 28px;
      background-color: #eaedf4;
      text-align: center;
      .texts{
        gap: 20px;
      }
    }
  }
  .custom-warranty-comparition-table{
    .comparision-table-description{
      padding-bottom: 50px;
      font-size: 24px;
      color: #b4b4b4;
    }
    .custom-page-table{
      box-shadow: 2px 2px 8px 1px rgba(93, 93, 93, 0.23);
      border-radius: 28px;
      th,
      tr td[rowspan]:last-child{
        text-align: center;
      }
      th,td{
        min-width: 200px;
      }
    }
    &.table2{
      .a-btn{
        margin: 12px auto;
      }
    }
  }
  .custom-warranty-multicolumn2{
    .column-warranty-content{
      justify-content: space-between;
      gap: 5%;
      min-height: 146px;
      padding: 18px 3%;
	    border-radius: 28px;
    }
  }
  .custom-warranty-gallary{
    .x-block-media-gallery-header{
      margin-bottom: 60px;
    }
    .collapsible-column{
      padding: 6px 12px 12px;
      min-height: auto;
      background-color: #f4f5f8;
	    border-radius: 28px;
      button{
        padding: 8px 24px;
      }
    }
    .icon-right{
      background-color: #dff4ff;
      color: #00aaff;
    }
    .descs{
      padding: 30px 20px;
      background-color: #ffffff;
	    border-radius: 20px;
    }
  }
  @media(min-width: 1280px){
    .theme-template-suffix-custom-warranty-page,
    .theme-template-suffix-custom-warranty-subpage,
    .theme-template-suffix-custom-warranty-subpage-2{
      .promotion-banner-heading{
        margin-top: 20px;
        font-size: 60px;
      }
      .x-block-header{
        font-size: 45px;
      }
    }
    .custom-warranty-multicolumn{
      .custom-bg{
        margin-top: 10px;
      }
    }
    .custom-warranty-comparition-table{
      .custom-page-table{
        th {
          font-size: 30px;
        }
        td{
          font-size: 20px;
          &[rowspan]:last-child{
            font-size: 24px;
          }
        }
        th,td{
          min-width: 400px;
          line-height: 2;
          &:has(.special-width){
            min-width: 180px;
          }
        }
      }
      &.table2{
        .x-block-header{
          padding-bottom: 20px;
        }
        td[rowspan]{
          font-size: 24px;
        }
        td .font-semibold{
          font-size: 22px;
        }
        .a-btn{
          margin: 15px auto;
        }
      }
    }
  }
  @media(max-width: 767px){
    .theme-template-suffix-custom-warranty-page,
    .theme-template-suffix-custom-warranty-subpage,
    .theme-template-suffix-custom-warranty-subpage-2{
      .page-width{
        padding-left: 6px;
        padding-right: 6px;
      }
      .x-block-header{
        font-size: 20px;
      }
      .custom-bg{
        padding: 20px 10px;
        box-shadow: 1px 1px 4px 1px rgba(93, 93, 93, 0.23);
	      border-radius: 14px;
      }
      .a-btn{
        min-width: 120px;
        height: 24px;
        font-size: 9px;
      }
      .list-disc li{
        padding-left: 10px;
      }
    }
    .custom-warranty-multicolumn{
      .column-warranty-content{
        min-height: 77px;
        padding: 15px 20px;
        flex-direction: row;
        align-items: center;
        gap: 16px;
        border-radius: 14px;
        text-align: left;
        .texts{
          gap: 0px;
        }
      }
    }
    .custom-warranty-comparition-table{
      .comparision-table-description{
        padding-bottom: 20px;
        margin-top: -18px;
        font-size: 10px;
      }
      .custom-page-table{
        box-shadow: 1px 1px 4px 1px rgba(93, 93, 93, 0.23);
	      border-radius: 14px;
        th,
        td{
          min-width: 118px;
          padding: 12px 6px;
          font-size: 10px;
          &:has(.special-width){
            min-width: 40px;
          }
        }
        td{
          font-size: 8px;
        }
        .a-btn{
          min-width: 100px;
        }
      }
    }
    .custom-warranty-multicolumn2{
      .column-warranty-content{
        padding: 8px 12px;
        min-height: 107px;
        gap: 10px;
        border-radius: 14px;
      }
    }
    .custom-warranty-gallary{
      .x-block-media-gallery-header{
        margin-bottom: 30px;
      }
      .collapsible-column{
        padding: 6px;
        border-radius: 14px;
        button{
          padding: 4px 6px;
        }
      }
      .descs{
        padding: 16px 10px;
        border-radius: 10px;
      }
    }
  }