Dial Amenities Soap
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=DM+Sans:wght@400;500;600;700&display=swap'); .hvtcswrap { --brand-rich: #3a4550; --brand-mid: #6b7885; --brand-soft: #eef1f4; --brand-cream: #fafbfc; --text-primary: #2b3138; --text-secondary: #6a727b; --border: #e3e7eb; font-family: 'DM Sans', -apple-system, sans-serif !important; font-size: 17px !important; line-height: 1.6 !important; color: var(--text-primary); background: var(--brand-cream); max-width: 960px; margin: 0 auto; padding: 8px 22px 48px; -webkit-font-smoothing: antialiased; } .hvtcswrap * { box-sizing: border-box; } .hvtcshero { display: grid; grid-template-columns: 1fr 400px; gap: 48px; align-items: center; padding: 40px 0 36px; border-bottom: 2px solid var(--text-primary); } .hvtcsoverline { font-family: 'DM Sans', sans-serif !important; font-size: 12px !important; font-weight: 600 !important; letter-spacing: 2.5px; text-transform: uppercase; color: var(--brand-rich); margin-bottom: 16px; } .hvtcshero h1 { font-family: 'DM Serif Display', Georgia, serif !important; font-size: clamp(36px, 5vw, 52px) !important; font-weight: 400 !important; line-height: 1.08 !important; margin: 0 0 18px; color: var(--text-primary); } .hvtcshero h1 em { font-style: italic; color: var(--brand-rich); } .hvtcshero p { font-family: 'DM Sans', sans-serif !important; font-size: 17px !important; line-height: 1.65 !important; color: var(--text-secondary); max-width: 480px; margin: 0; } .hvtcshero-img { position: relative; } .hvtcshero-img::after { content: ''; position: absolute; left: 12%; right: 12%; bottom: -6px; height: 26px; background: rgba(58,69,80,0.16); filter: blur(20px); border-radius: 50%; z-index: 0; } .hvtcshero-img img { position: relative; z-index: 1; width: 100%; max-width: 400px; max-height: 400px; object-fit: contain; display: block; margin: 0 auto; } .hvtcscreds { display: flex; flex-wrap: wrap; gap: 36px; padding: 26px 0; border-bottom: 1px solid var(--border); } .hvtcscred { font-family: 'DM Sans', sans-serif !important; font-size: 13px !important; font-weight: 600 !important; color: var(--text-secondary); display: flex; align-items: center; gap: 9px; } .hvtcscred-dot { width: 8px; height: 8px; background: var(--brand-mid); border-radius: 50%; flex-shrink: 0; } .hvtcssection { padding: 44px 0 0; } .hvtcssection-label { font-family: 'DM Sans', sans-serif !important; font-size: 11px !important; font-weight: 600 !important; letter-spacing: 2px; text-transform: uppercase; color: var(--brand-rich); margin-bottom: 12px; } .hvtcssection h2 { font-family: 'DM Serif Display', Georgia, serif !important; font-size: clamp(28px, 3.5vw, 38px) !important; font-weight: 400 !important; line-height: 1.15 !important; margin: 0 0 8px; color: var(--text-primary); } .hvtcssection h2 em { font-style: italic; color: var(--brand-rich); } .hvtcssection-intro { font-family: 'DM Sans', sans-serif !important; font-size: 16.5px !important; color: var(--text-secondary); max-width: 620px; margin: 0; } .hvtcsduo { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding: 30px 0 40px; border-bottom: 1px solid var(--border); } .hvtcsnum { font-family: 'DM Serif Display', Georgia, serif !important; font-size: 48px !important; color: var(--brand-mid); opacity: 0.5; line-height: 1 !important; margin-bottom: 8px; } .hvtcsduo-item h3 { font-family: 'DM Serif Display', Georgia, serif !important; font-size: 22px !important; font-weight: 400 !important; line-height: 1.2 !important; margin: 0 0 10px; color: var(--text-primary); } .hvtcsduo-item p { font-family: 'DM Sans', sans-serif !important; font-size: 15.5px !important; line-height: 1.65 !important; color: var(--text-secondary); margin: 0; } .hvtcslist { list-style: none; padding: 0; margin: 22px 0 40px; border-bottom: 1px solid var(--border); } .hvtcslist li { font-family: 'DM Sans', sans-serif !important; font-size: 16px !important; line-height: 1.5 !important; color: var(--text-primary); padding: 15px 0 15px 26px; border-top: 1px solid var(--border); position: relative; } .hvtcslist li::before { content: ''; position: absolute; left: 0; top: 22px; width: 8px; height: 8px; background: var(--brand-mid); border-radius: 50%; } .hvtcslist li strong { font-weight: 600 !important; color: var(--brand-rich); } .hvtcsquote { padding: 40px 0; border-top: 2px solid var(--text-primary); border-bottom: 1px solid var(--border); margin-top: 8px; } .hvtcsquote blockquote { font-family: 'DM Serif Display', Georgia, serif !important; font-size: clamp(22px, 3vw, 30px) !important; font-style: italic; font-weight: 400 !important; line-height: 1.4 !important; margin: 0 0 16px; color: var(--text-primary); } .hvtcsquote cite { font-family: 'DM Sans', sans-serif !important; font-size: 13px !important; font-weight: 600 !important; font-style: normal; letter-spacing: 1.5px; text-transform: uppercase; color: var(--brand-rich); } .hvtcsfaq { padding: 44px 0 0; } .hvtcsfaq details { border-top: 1px solid var(--border); } .hvtcsfaq details:last-of-type { border-bottom: 1px solid var(--border); } .hvtcsfaq summary { font-family: 'DM Sans', sans-serif !important; font-size: 17px !important; font-weight: 600 !important; padding: 20px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: var(--text-primary); transition: color 0.2s ease; } .hvtcsfaq summary:hover { color: var(--brand-rich); } .hvtcsfaq summary::-webkit-details-marker { display: none; } .hvtcsfaq summary::after { content: '+'; font-family: 'DM Serif Display', Georgia, serif !important; font-size: 26px !important; color: var(--brand-rich); margin-left: 20px; } .hvtcsfaq details[open] summary::after { content: '\2212'; } .hvtcsfaq-body { padding: 0 0 22px; font-family: 'DM Sans', sans-serif !important; font-size: 15.5px !important; line-height: 1.7 !important; color: var(--text-secondary); max-width: 680px; } .hvtcssr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; } .hvtcsmatrix { padding: 8px 0 40px; border-bottom: 1px solid var(--border); } .hvtcsmatrix-scroll { overflow-x: auto; } .hvtcstable { width: 100%; min-width: 320px; border-collapse: collapse; } .hvtcstable th, .hvtcstable td { padding: 16px 10px; border-bottom: 1px solid var(--border); text-align: center; } .hvtcstable thead th { font-family: 'DM Sans', sans-serif !important; font-size: 12px !important; font-weight: 600 !important; line-height: 1.4 !important; letter-spacing: 1.4px; text-transform: uppercase; color: var(--brand-rich); border-bottom: 2px solid var(--text-primary); padding-bottom: 12px; } .hvtcstable thead th:first-child, .hvtcstable tbody th { text-align: left; } .hvtcstable tbody th { font-family: 'DM Serif Display', Georgia, serif !important; font-size: 21px !important; font-weight: 400 !important; line-height: 1.2 !important; white-space: nowrap; color: var(--text-primary); } .hvtcstable tbody tr:last-child th, .hvtcstable tbody tr:last-child td { border-bottom: none; } .hvtcsyes { display: inline-block; width: 11px; height: 11px; border-radius: 50%; background: var(--brand-mid); vertical-align: middle; } .hvtcsno { display: inline-block; width: 12px; height: 2px; background: #c9d0d6; vertical-align: middle; } .hvtcsmatrix-legend { display: flex; flex-wrap: wrap; gap: 12px 28px; padding: 22px 0 0; } .hvtcslegend-item { font-family: 'DM Sans', sans-serif !important; font-size: 13px !important; font-weight: 500 !important; line-height: 1.5 !important; color: var(--text-secondary); display: flex; align-items: center; gap: 9px; } .hvtcsmatrix-note { font-family: 'DM Sans', sans-serif !important; font-size: 14px !important; font-weight: 400 !important; line-height: 1.65 !important; color: var(--text-secondary); max-width: 640px; margin: 20px 0 0; padding-top: 20px; border-top: 1px solid var(--border); } @keyframes hvtcsfadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } } @keyframes hvtcsheroIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } } .hvtcshero { animation: hvtcsheroIn 0.6s ease-out both; } .hvtcscreds, .hvtcssection, .hvtcsquote, .hvtcsfaq { animation: hvtcsfadeUp 0.8s ease-out both; } .hvtcscreds { animation-delay: 0.1s; } .hvtcssection { animation-delay: 0.2s; } .hvtcsquote { animation-delay: 0.3s; } .hvtcsfaq { animation-delay: 0.4s; } @media (max-width: 680px) { .hvtcshero { grid-template-columns: 1fr; gap: 28px; padding-top: 28px; } .hvtcshero-img { order: -1; } .hvtcsduo { grid-template-columns: 1fr; gap: 32px; } .hvtcscreds { gap: 20px; } .hvtcstable th, .hvtcstable td { padding: 13px 5px; } .hvtcstable tbody th { font-size: 18px !important; } .hvtcsmatrix-legend { gap: 10px 20px; } } @media (prefers-reduced-motion: reduce) { .hvtcswrap * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } } Dial Amenities · White Marble Individually wrapped deodorant bar soap for hospitality The White Marble deodorant bar delivers a fresh, deodorizing clean in a mild formula that guests trust. Wrapped and sized for hotels, rentals, and every hosted stay. Individually Wrapped Mild, Non-Irritating Deodorizing Clean Two Guest Sizes Why hotels choose it A guest amenity soap that earns its place on the vanity 01 A fresh, deodorizing clean The bar lathers into a fresh, invigorating clean with a classic deodorant scent, leaving skin feeling refreshed after every wash. 02 Gentle enough for every guest A mild, non-irritating formula is made for frequent hand and body washing, so it stays comfortable across a wide range of skin. Built for turnover Sized and wrapped for hospitality From quick same-day turnovers to longer stays, the White Marble bar keeps housekeeping simple and every guest greeted by a clean, sealed soap. Sealed until use: Every bar arrives individually wrapped, so it stays sanitary and untouched until a guest opens it. Two sizes: A compact 1.5 oz bar for fast turnovers and a larger 2.5 oz bar for extended stays. Tidy presentation: The clean white marble wrap looks neat on any vanity, shower ledge, or amenity tray. Everyday versatility: Works as a hand and body bar throughout guest rooms, spas, and shared facilities. Sizes and case options Two guest sizes, bulk case or single bar The White Marble deodorant bar comes in two sizes, offered in bulk cases or as a single wrapped bar. Here is how the sizes and case options line up. Dial Amenities White Marble deodorant bar size and case options. Each row is a bar size and each column is a case or single-bar option. Bar Size Case of 500 Case of 200 1 Each 1.5 oz. 2.5 oz. Offered Not offered in this pairing The 1.5 oz bar is offered as a case of 500. The 2.5 oz bar is offered as a case of 200 or as a single wrapped bar. Every bar is individually wrapped, and availability of each option can vary. "Wrapped, mildly scented, and made to make every guest feel looked after from the first wash." Dial Amenities White Marble Collection Good to know Deodorant bar soap FAQs What sizes does the Dial Amenities deodorant bar come in? It is offered in two individually wrapped bar sizes: a 1.5 oz bar suited to quick turnovers and a 2.5 oz bar for longer stays. The 1.5 oz bar comes as a bulk case, while the 2.5 oz bar is available either as a bulk case or as a single wrapped bar. Are the soap bars individually wrapped? Yes. Each bar comes individually wrapped, keeping it sealed and sanitary until a guest opens it, which is ideal for hotels and short-term rentals. Is this soap gentle enough for frequent washing? The formula is mild and non-irritating, designed for regular hand and body washing so it stays comfortable for a broad range of guests. What does the soap smell like? It carries a fresh, invigorating deodorant scent, a clean and familiar fragrance that works well in a guest setting. Is it a good fit for hotels and rentals? Yes. The White Marble deodorant bar is made for the hospitality industry, wrapped and sized for easy housekeeping and consistent guest presentation.
More you might like
Related
Dial® Amenities Amenities Deodorant Soap, Pleasant Scent, #
Related
Dial® Amenities Amenities Deodorant Soap, Pleasant Scent, #
Related
DialBar Soap, 1.5-ounce-Soap Dial Amenities Bar 1.5 oz. Indi
Related