/* Add custom CSS styles below */ product-details-col.product-details__item.flex.flex-col.sm\:flex-row.sm\:justify-between.sm\:items-center { display: none !important; } .countdown, .timer, [class*="countdown"], [class*="timer"] { display: none !important; } .features-bar, [class*="features-bar"], .benefits-bar, [class*="benefits-bar"] { margin-top: 0 !important; padding-top: 0 !important; } .previous-section, [class*="previous-section"] { margin-bottom: 0 !important; padding-bottom: 0 !important; } section#recently-viewed { display: none; } //-------------------------------TikTok //--------------tiktok events // add this before event code to all pages where PII data postback is expected and appropriate ttq.identify({ "email": "", // string. The email of the customer if available. It must be hashed with SHA-256 on the client side. "phone_number": "", // string. The phone number of the customer if available. It must be hashed with SHA-256 on the client side. "external_id": "" // string. Any unique identifier, such as loyalty membership IDs, user IDs, and external cookie IDs.It must be hashed with SHA-256 on the client side. }); ttq.track('ViewContent', { "contents": [ { "content_id": "", // string. ID of the product. Example: "1077218". "content_type": "", // string. Either product or product_group. "content_name": "", // string. The name of the page or product. Example: "shirt". "content_category": "", // string. The category of the page or product. Example: "apparel". "price": "" // number. The price of a single item. Example: 25. } ], "value": "", // number. Value of the order or items sold. Example: 100. "currency": "", // string. The 4217 currency code. Example: "USD". "status": "" // string. The status of an order, item, or service. Example: "submitted". }); ttq.track('AddToWishlist', { "contents": [ { "content_id": "", // string. ID of the product. Example: "1077218". "content_type": "", // string. Either product or product_group. "content_name": "" // string. The name of the page or product. Example: "shirt". } ], "value": "", // number. Value of the order or items sold. Example: 100. "currency": "", // string. The 4217 currency code. Example: "USD". "status": "" // string. The status of an order, item, or service. Example: "submitted". }); ttq.track('Search', { "contents": [ { "content_id": "", // string. ID of the product. Example: "1077218". "content_type": "", // string. Either product or product_group. "content_name": "" // string. The name of the page or product. Example: "shirt". } ], "value": "", // number. Value of the order or items sold. Example: 100. "currency": "", // string. The 4217 currency code. Example: "USD". "search_string": "", // string. The word or phrase used to search. Example: "SAVE10COUPON". "status": "" // string. The status of an order, item, or service. Example: "submitted". }); ttq.track('AddPaymentInfo', { "contents": [ { "content_id": "", // string. ID of the product. Example: "1077218". "content_type": "", // string. Either product or product_group. "content_name": "" // string. The name of the page or product. Example: "shirt". } ], "value": "", // number. Value of the order or items sold. Example: 100. "currency": "", // string. The 4217 currency code. Example: "USD". "status": "" // string. The status of an order, item, or service. Example: "submitted". }); ttq.track('AddToCart', { "contents": [ { "content_id": "", // string. ID of the product. Example: "1077218". "content_type": "", // string. Either product or product_group. "content_name": "", // string. The name of the page or product. Example: "shirt". "content_category": "", // string. The category of the page or product. Example: "apparel". "price": "", // number. The price of a single item. Example: 25. "num_items": "" // number. The number of items. Example: 4. } ], "value": "", // number. Value of the order or items sold. Example: 100. "currency": "", // string. The 4217 currency code. Example: "USD". "status": "" // string. The status of an order, item, or service. Example: "submitted". }); ttq.track('InitiateCheckout', { "contents": [ { "content_id": "", // string. ID of the product. Example: "1077218". "content_type": "", // string. Either product or product_group. "content_name": "", // string. The name of the page or product. Example: "shirt". "content_category": "", // string. The category of the page or product. Example: "apparel". "price": "", // number. The price of a single item. Example: 25. "num_items": "" // number. The number of items. Example: 4. } ], "value": "", // number. Value of the order or items sold. Example: 100. "currency": "", // string. The 4217 currency code. Example: "USD". "status": "" // string. The status of an order, item, or service. Example: "submitted". }); ttq.track('PlaceAnOrder', { "contents": [ { "content_id": "", // string. ID of the product. Example: "1077218". "content_type": "", // string. Either product or product_group. "content_name": "", // string. The name of the page or product. Example: "shirt". "content_category": "", // string. The category of the page or product. Example: "apparel". "price": "", // number. The price of a single item. Example: 25. "num_items": "" // number. The number of items. Example: 4. } ], "value": "", // number. Value of the order or items sold. Example: 100. "currency": "", // string. The 4217 currency code. Example: "USD". "status": "" // string. The status of an order, item, or service. Example: "submitted". }); ttq.track('CompleteRegistration', { "contents": [ { "content_id": "", // string. ID of the product. Example: "1077218". "content_type": "", // string. Either product or product_group. "content_name": "", // string. The name of the page or product. Example: "shirt". "content_category": "", // string. The category of the page or product. Example: "apparel". "price": "", // number. The price of a single item. Example: 25. "num_items": "" // number. The number of items. Example: 4. } ], "value": "", // number. Value of the order or items sold. Example: 100. "currency": "", // string. The 4217 currency code. Example: "USD". "status": "" // string. The status of an order, item, or service. Example: "submitted". }); ttq.track('Purchase', { "contents": [ { "content_id": "", // string. ID of the product. Example: "1077218". "content_type": "", // string. Either product or product_group. "content_name": "", // string. The name of the page or product. Example: "shirt". "content_category": "", // string. The category of the page or product. Example: "apparel". "price": "", // number. The price of a single item. Example: 25. "num_items": "" // number. The number of items. Example: 4. } ], "value": "", // number. Value of the order or items sold. Example: 100. "currency": "", // string. The 4217 currency code. Example: "USD". "status": "" // string. The status of an order, item, or service. Example: "submitted". });