{"version":3,"sources":["./src/app/terms-and-conditions/terms-and-conditions.page.html","./src/app/terms-and-conditions/terms-and-conditions-routing.module.ts","./src/app/terms-and-conditions/terms-and-conditions.module.ts","./src/app/terms-and-conditions/terms-and-conditions.page.scss","./src/app/terms-and-conditions/terms-and-conditions.page.ts"],"names":[],"mappings":";;;;;;;;;;AAAA;AAAe,+6FAAg3F,E;;;;;;;;;;;;;;;;;;;ACAt1F;AACc;AAEc;AAErE,MAAM,MAAM,GAAW;IACrB;QACE,IAAI,EAAE,EAAE;QACR,SAAS,EAAE,iFAAsB;KAClC;CACF,CAAC;IAMW,mCAAmC,SAAnC,mCAAmC;CAAG;AAAtC,mCAAmC;IAJ/C,8DAAQ,CAAC;QACR,OAAO,EAAE,CAAC,4DAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;QACxC,OAAO,EAAE,CAAC,4DAAY,CAAC;KACxB,CAAC;GACW,mCAAmC,CAAG;AAAH;;;;;;;;;;;;;;;;;;;;;;;;;AChBP;AACM;AACF;AAEA;AAE+C;AAEvB;AACE;AACY;IAWtE,4BAA4B,SAA5B,4BAA4B;CAAG;AAA/B,4BAA4B;IATxC,8DAAQ,CAAC;QACR,OAAO,EAAE;YACP,4DAAY;YACZ,0DAAW;YACX,0DAAW;YACX,wGAAmC;SACpC;QACD,YAAY,EAAE,CAAC,iFAAsB,EAAE,8FAAmB,EAAE,kFAAe,CAAC;KAC7E,CAAC;GACW,4BAA4B,CAAG;AAAH;;;;;;;;;;;;;ACrBzC;AAAe,6EAAc,mBAAmB,GAAG,wBAAwB,yBAAyB,GAAG,2BAA2B,0BAA0B,oBAAoB,qBAAqB,mBAAmB,8BAA8B,kBAAkB,GAAG,2BAA2B,0BAA0B,oBAAoB,qBAAqB,mBAAmB,GAAG,0BAA0B,mBAAmB,oBAAoB,GAAG,6CAA6C,m1CAAm1C,E;;;;;;;;;;;;;;;;;ACAjxD;IAOrC,sBAAsB,SAAtB,sBAAsB;IAIjC;QAFA,eAAU,GAAG,EAAE,CAAC;IAEA,CAAC;IAEjB,QAAQ;QACN,IAAG,YAAY,CAAC,OAAO,CAAC,YAAY,CAAC,EAAC;YACpC,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;SAChE;IACJ,CAAC;CAEF;;AAZY,sBAAsB;IALlC,+DAAS,CAAC;QACT,QAAQ,EAAE,0BAA0B;QACpC,8PAA+C;;KAEhD,CAAC;GACW,sBAAsB,CAYlC;AAZkC","file":"terms-and-conditions-terms-and-conditions-module-es2015.js","sourcesContent":["export default \"\\r\\n\\r\\n
\\r\\n
\\r\\n

TERMS OF SERVICE AGREEMENT

\\r\\n

These terms and conditions govern the use of the Garden Ayisha e-commerce website (gardenayisha.com) and the\\r\\n purchase of products through the website. By using the website, you accept and agree to be bound by these terms\\r\\n and conditions.

\\r\\n\\r\\n

\\r\\n Garden Ayisha takes care to ensure that the information on the website is accurate, but we do not guarantee that\\r\\n the descriptions, prices, or other content available on the website are error-free, complete, or current.\\r\\n

\\r\\n\\r\\n

\\r\\n You may place an order for products through the website by following the online ordering process. Orders are\\r\\n subject to acceptance by Garden Ayisha and we will confirm such acceptance to you by sending you an email that\\r\\n confirms that the products have been dispatched.

\\r\\n\\r\\n

\\r\\n Payment for the products and any applicable delivery charges must be made in advance by using one of the payment\\r\\n methods specified on the website. Garden Ayisha reserves the right to refuse an order or cancel a purchase if\\r\\n the payment is not received or is declined.

\\r\\n\\r\\n

Garden Ayisha will deliver the products to the address specified in the order. Delivery times are estimates\\r\\n only and we do not guarantee delivery on a particular date or time.

\\r\\n \\r\\n

If you receive products that are damaged or defective, you may be entitled to a refund or replacement. Garden\\r\\n Ayisha's returns policy sets out the procedure for making a claim for a refund or replacement, and the time\\r\\n frame in which claims must be made.

\\r\\n

Garden Ayisha warrants that the products will be of acceptable quality and fit for the purpose for which the\\r\\n products are intended. This warranty does not apply if the products have been damaged as a result of abnormal\\r\\n use, misuse, or if you have altered the products in any way.

\\r\\n\\r\\n

Garden Ayisha's liability to you in connection with any product purchased through the website is strictly\\r\\n limited to the purchase price of that product.

\\r\\n\\r\\n

You agree to indemnify and hold Garden Ayisha harmless from any claims, losses, damages, and expenses arising\\r\\n from your use of the website or the purchase of products through the website.

\\r\\n

These terms and conditions shall be governed by and construed in accordance with the laws of India. Any\\r\\n disputes arising from these terms and conditions shall be resolved in accordance with the laws of India.

\\r\\n\\r\\n
\\r\\n
\\r\\n \\r\\n
\";","import { NgModule } from '@angular/core';\r\nimport { Routes, RouterModule } from '@angular/router';\r\n\r\nimport { TermsAndConditionsPage } from './terms-and-conditions.page';\r\n\r\nconst routes: Routes = [\r\n {\r\n path: '',\r\n component: TermsAndConditionsPage\r\n }\r\n];\r\n\r\n@NgModule({\r\n imports: [RouterModule.forChild(routes)],\r\n exports: [RouterModule],\r\n})\r\nexport class TermsAndConditionsPageRoutingModule {}\r\n","import { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { FormsModule } from '@angular/forms';\r\n\r\nimport { IonicModule } from '@ionic/angular';\r\n\r\nimport { TermsAndConditionsPageRoutingModule } from './terms-and-conditions-routing.module';\r\n\r\nimport { TermsAndConditionsPage } from './terms-and-conditions.page';\r\nimport { FooterComponent } from '../component/footer/footer.component';\r\nimport { MainheaderComponent } from '../component/mainheader/mainheader.component';\r\n\r\n@NgModule({\r\n imports: [\r\n CommonModule,\r\n FormsModule,\r\n IonicModule,\r\n TermsAndConditionsPageRoutingModule\r\n ],\r\n declarations: [TermsAndConditionsPage, MainheaderComponent, FooterComponent]\r\n})\r\nexport class TermsAndConditionsPageModule {}\r\n","export default \"ion-content {\\n color: #333333;\\n}\\nion-content .general {\\n padding: 16px 10px 0;\\n}\\nion-content .general h4 {\\n font-family: \\\"Lato\\\";\\n font-size: 18px;\\n font-weight: 700;\\n color: #0C7232;\\n text-transform: uppercase;\\n margin-top: 0;\\n}\\nion-content .general h5 {\\n font-family: \\\"Lato\\\";\\n font-size: 14px;\\n font-weight: 700;\\n color: #333333;\\n}\\nion-content .general p {\\n color: #333333;\\n font-size: 14px;\\n}\\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNyYy9hcHAvdGVybXMtYW5kLWNvbmRpdGlvbnMvdGVybXMtYW5kLWNvbmRpdGlvbnMucGFnZS5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0ksY0FBQTtBQUNKO0FBQUk7RUFDSSxvQkFBQTtBQUVSO0FBRFE7RUFDSSxtQkFBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtFQUNBLGNBQUE7RUFDQSx5QkFBQTtFQUNBLGFBQUE7QUFHWjtBQURRO0VBQ0ksbUJBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7RUFDQSxjQUFBO0FBR1o7QUFEUTtFQUVJLGNBQUE7RUFDQSxlQUFBO0FBRVoiLCJmaWxlIjoic3JjL2FwcC90ZXJtcy1hbmQtY29uZGl0aW9ucy90ZXJtcy1hbmQtY29uZGl0aW9ucy5wYWdlLnNjc3MiLCJzb3VyY2VzQ29udGVudCI6WyJpb24tY29udGVudHtcclxuICAgIGNvbG9yOiAjMzMzMzMzO1xyXG4gICAgLmdlbmVyYWx7XHJcbiAgICAgICAgcGFkZGluZzogMTZweCAxMHB4IDA7XHJcbiAgICAgICAgaDR7XHJcbiAgICAgICAgICAgIGZvbnQtZmFtaWx5OiAnTGF0byc7XHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMThweDtcclxuICAgICAgICAgICAgZm9udC13ZWlnaHQ6IDcwMDtcclxuICAgICAgICAgICAgY29sb3I6IzBDNzIzMjtcclxuICAgICAgICAgICAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcclxuICAgICAgICAgICAgbWFyZ2luLXRvcDogMDtcclxuICAgICAgICB9XHJcbiAgICAgICAgaDV7XHJcbiAgICAgICAgICAgIGZvbnQtZmFtaWx5OiAnTGF0byc7XHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTRweDtcclxuICAgICAgICAgICAgZm9udC13ZWlnaHQ6IDcwMDtcclxuICAgICAgICAgICAgY29sb3I6ICMzMzMzMzM7XHJcbiAgICAgICAgfVxyXG4gICAgICAgIHB7XHJcbiAgICAgICAgICAgIC8vIGZvbnQtd2VpZ2h0OiA3MDA7XHJcbiAgICAgICAgICAgIGNvbG9yOiAjMzMzMzMzO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDE0cHg7XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG59Il19 */\";","import { Component, OnInit } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'app-terms-and-conditions',\r\n templateUrl: './terms-and-conditions.page.html',\r\n styleUrls: ['./terms-and-conditions.page.scss'],\r\n})\r\nexport class TermsAndConditionsPage implements OnInit {\r\n \r\n cart_items = [];\r\n\r\n constructor() { }\r\n\r\n ngOnInit() {\r\n if(localStorage.getItem('cart_local')){\r\n this.cart_items = JSON.parse(localStorage.getItem('cart_local')) \r\n } \r\n }\r\n\r\n}\r\n"],"sourceRoot":"webpack:///"}