@font-face {
font-family: 'Work Sans';
src: url('https://cdn.shopify.com/s/files/1/0993/4992/2102/files/WorkSans-Regular.ttf?v=1785792205') format('truetype');
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: 'Work Sans';
src: url('https://cdn.shopify.com/s/files/1/0993/4992/2102/files/WorkSans-Bold.ttf?v=1785792204') format('truetype');
font-style: normal;
font-weight: 700;
font-display: swap;
}
.tyxena-shipping,
.tyxena-shipping * {
box-sizing: border-box;
}
.tyxena-shipping {
--tyxena-navy: #1B1D4B;
--tyxena-dark-navy: #121432;
--tyxena-violet: #9B6DFF;
--tyxena-dark-violet: #8050E8;
--tyxena-lavender: #F1EDFF;
--tyxena-light-lavender: #F8F6FF;
--tyxena-background: #F7F7FB;
--tyxena-white: #FFFFFF;
--tyxena-text: #56586F;
--tyxena-muted: #85879A;
--tyxena-border: #E5E4EE;
--tyxena-shadow: 0 20px 60px rgba(27, 29, 75, 0.09);
width: 100%;
overflow: hidden;
color: var(--tyxena-text);
background:
radial-gradient(
circle at 90% 4%,
rgba(155, 109, 255, 0.13),
transparent 30rem
),
linear-gradient(
180deg,
var(--tyxena-white) 0%,
var(--tyxena-background) 100%
);
font-family: 'Work Sans', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.75;
}
.tyxena-shipping a {
color: var(--tyxena-dark-violet);
font-weight: 700;
text-decoration-thickness: 1px;
text-underline-offset: 3px;
overflow-wrap: anywhere;
transition: color 180ms ease;
}
.tyxena-shipping a:hover {
color: var(--tyxena-navy);
}
.tyxena-shipping a:focus-visible {
border-radius: 4px;
outline: 3px solid rgba(155, 109, 255, 0.3);
outline-offset: 3px;
}
.tyxena-shipping__hero {
position: relative;
isolation: isolate;
overflow: hidden;
padding: 92px 24px 82px;
color: var(--tyxena-white);
text-align: center;
background:
radial-gradient(
circle at 72% 17%,
rgba(155, 109, 255, 0.48),
transparent 29rem
),
linear-gradient(
135deg,
var(--tyxena-dark-navy) 0%,
var(--tyxena-navy) 57%,
#2B205F 100%
);
}
.tyxena-shipping__hero::before,
.tyxena-shipping__hero::after {
content: '';
position: absolute;
z-index: -1;
border: 1px solid rgba(255, 255, 255, 0.09);
border-radius: 50%;
pointer-events: none;
}
.tyxena-shipping__hero::before {
top: -250px;
left: -120px;
width: 430px;
height: 430px;
}
.tyxena-shipping__hero::after {
right: -330px;
bottom: -410px;
width: 580px;
height: 580px;
}
.tyxena-shipping__eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
margin: 0 0 18px;
color: #DCCFFF;
font-size: 12px;
font-weight: 700;
line-height: 1.2;
letter-spacing: 0.17em;
text-transform: uppercase;
}
.tyxena-shipping__eyebrow::before {
content: '';
width: 24px;
height: 2px;
border-radius: 999px;
background: var(--tyxena-violet);
box-shadow: 0 0 16px rgba(155, 109, 255, 0.9);
}
.tyxena-shipping__title {
max-width: 900px;
margin: 0 auto 18px;
color: var(--tyxena-white);
font-family: 'Work Sans', sans-serif;
font-size: clamp(40px, 6vw, 70px);
font-weight: 700;
line-height: 1.04;
letter-spacing: -0.045em;
}
.tyxena-shipping__intro {
max-width: 730px;
margin: 0 auto;
color: #D9DAE8;
font-size: clamp(15px, 2vw, 18px);
line-height: 1.7;
}
.tyxena-shipping__updated {
display: inline-flex;
align-items: center;
gap: 9px;
margin-top: 28px;
padding: 10px 16px;
border: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 999px;
color: #F5F2FF;
background: rgba(255, 255, 255, 0.07);
font-size: 13px;
line-height: 1.3;
backdrop-filter: blur(12px);
}
.tyxena-shipping__updated::before {
content: '';
width: 7px;
height: 7px;
flex: 0 0 7px;
border-radius: 50%;
background: var(--tyxena-violet);
box-shadow: 0 0 12px rgba(155, 109, 255, 1);
}
.tyxena-shipping__container {
position: relative;
z-index: 2;
width: min(1040px, calc(100% - 40px));
margin: -36px auto 0;
padding-bottom: 90px;
}
.tyxena-shipping__summary {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
margin-bottom: 30px;
overflow: hidden;
border: 1px solid var(--tyxena-border);
border-radius: 22px;
background: var(--tyxena-white);
box-shadow: var(--tyxena-shadow);
}
.tyxena-shipping__summary-item {
min-width: 0;
padding: 25px 26px;
}
.tyxena-shipping__summary-item +
.tyxena-shipping__summary-item {
border-left: 1px solid var(--tyxena-border);
}
.tyxena-shipping__summary-label {
display: block;
margin-bottom: 7px;
color: var(--tyxena-dark-violet);
font-size: 11px;
font-weight: 700;
line-height: 1.3;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.tyxena-shipping__summary-value {
display: block;
color: var(--tyxena-navy);
font-size: 16px;
font-weight: 700;
line-height: 1.55;
overflow-wrap: anywhere;
}
.tyxena-shipping__content {
padding: 48px clamp(24px, 6vw, 66px);
border: 1px solid var(--tyxena-border);
border-radius: 24px;
background: var(--tyxena-white);
box-shadow: var(--tyxena-shadow);
}
.tyxena-shipping__notice {
margin-bottom: 42px;
padding: 24px 25px;
border: 1px solid #DDD2FF;
border-left: 4px solid var(--tyxena-violet);
border-radius: 15px;
background:
linear-gradient(
135deg,
var(--tyxena-light-lavender) 0%,
var(--tyxena-lavender) 100%
);
}
.tyxena-shipping__notice-title {
display: block;
margin-bottom: 7px;
color: var(--tyxena-navy);
font-size: 17px;
font-weight: 700;
}
.tyxena-shipping__notice p {
margin: 0;
font-size: 14px;
line-height: 1.75;
}
.tyxena-shipping__section {
padding: 5px 0 34px;
}
.tyxena-shipping__section +
.tyxena-shipping__section {
padding-top: 34px;
border-top: 1px solid var(--tyxena-border);
}
.tyxena-shipping__heading {
display: flex;
align-items: flex-start;
gap: 14px;
margin: 0 0 17px;
color: var(--tyxena-navy);
font-family: 'Work Sans', sans-serif;
font-size: clamp(20px, 3vw, 27px);
font-weight: 700;
line-height: 1.27;
letter-spacing: -0.025em;
}
.tyxena-shipping__number {
display: inline-grid;
width: 35px;
height: 35px;
flex: 0 0 35px;
place-items: center;
border-radius: 10px;
color: var(--tyxena-dark-violet);
background: var(--tyxena-lavender);
font-size: 13px;
font-weight: 700;
}
.tyxena-shipping p {
margin: 0 0 15px;
}
.tyxena-shipping p:last-child {
margin-bottom: 0;
}
.tyxena-shipping strong {
color: var(--tyxena-navy);
font-weight: 700;
}
.tyxena-shipping ul {
margin: 15px 0 0;
padding: 0;
list-style: none;
}
.tyxena-shipping li {
position: relative;
margin-bottom: 11px;
padding-left: 24px;
}
.tyxena-shipping li::before {
content: '';
position: absolute;
top: 0.72em;
left: 2px;
width: 7px;
height: 7px;
border-radius: 2px;
background: var(--tyxena-violet);
transform: rotate(45deg);
}
.tyxena-shipping__partner-box {
margin-top: 20px;
padding: 23px;
border: 1px solid #DCD0FF;
border-radius: 16px;
background:
radial-gradient(
circle at 95% 10%,
rgba(155, 109, 255, 0.17),
transparent 12rem
),
var(--tyxena-light-lavender);
}
.tyxena-shipping__partner-title {
display: block;
margin-bottom: 8px;
color: var(--tyxena-navy);
font-size: 17px;
font-weight: 700;
}
.tyxena-shipping__partner-box p {
font-size: 14px;
}
.tyxena-shipping__timeline {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
margin-top: 21px;
}
.tyxena-shipping__timeline-item {
position: relative;
min-width: 0;
padding: 21px;
border: 1px solid var(--tyxena-border);
border-radius: 15px;
background: var(--tyxena-background);
}
.tyxena-shipping__timeline-step {
display: inline-grid;
width: 28px;
height: 28px;
margin-bottom: 13px;
place-items: center;
border-radius: 9px;
color: var(--tyxena-white);
background: var(--tyxena-violet);
font-size: 12px;
font-weight: 700;
}
.tyxena-shipping__timeline-title {
display: block;
margin-bottom: 6px;
color: var(--tyxena-navy);
font-size: 15px;
font-weight: 700;
line-height: 1.4;
}
.tyxena-shipping__timeline-text {
display: block;
color: var(--tyxena-text);
font-size: 13px;
line-height: 1.6;
}
.tyxena-shipping__highlight {
margin-top: 19px;
padding: 20px 22px;
border: 1px solid #E1D8FF;
border-radius: 14px;
background: var(--tyxena-light-lavender);
}
.tyxena-shipping__highlight-title {
display: block;
margin-bottom: 5px;
color: var(--tyxena-navy);
font-size: 15px;
font-weight: 700;
}
.tyxena-shipping__highlight p {
font-size: 14px;
}
.tyxena-shipping__contact {
margin-top: 8px;
padding: 29px;
border-radius: 18px;
color: var(--tyxena-white);
background:
radial-gradient(
circle at 94% 10%,
rgba(155, 109, 255, 0.47),
transparent 17rem
),
var(--tyxena-navy);
}
.tyxena-shipping__contact-title {
margin: 0 0 11px;
color: var(--tyxena-white);
font-size: 22px;
font-weight: 700;
line-height: 1.35;
}
.tyxena-shipping__contact > p {
color: #D9DAE8;
}
.tyxena-shipping__contact a {
color: #DCCFFF;
}
.tyxena-shipping__contact-grid {
display: grid;
grid-template-columns: 1fr 1.45fr;
gap: 18px;
margin-top: 20px;
}
.tyxena-shipping__contact-card {
padding: 18px 19px;
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 13px;
background: rgba(255, 255, 255, 0.06);
}
.tyxena-shipping__contact-label {
display: block;
margin-bottom: 6px;
color: #C4B1FF;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.tyxena-shipping__contact-value {
display: block;
color: var(--tyxena-white);
font-size: 14px;
font-weight: 700;
line-height: 1.6;
overflow-wrap: anywhere;
}
@media screen and (max-width: 760px) {
.tyxena-shipping__hero {
padding: 70px 20px 64px;
}
.tyxena-shipping__container {
width: min(100% - 28px, 680px);
margin-top: -26px;
padding-bottom: 65px;
}
.tyxena-shipping__summary,
.tyxena-shipping__timeline {
grid-template-columns: 1fr;
}
.tyxena-shipping__summary-item +
.tyxena-shipping__summary-item {
border-top: 1px solid var(--tyxena-border);
border-left: 0;
}
.tyxena-shipping__content {
padding: 36px 27px;
border-radius: 20px;
}
.tyxena-shipping__contact-grid {
grid-template-columns: 1fr;
}
}
@media screen and (max-width: 480px) {
.tyxena-shipping {
font-size: 15px;
}
.tyxena-shipping__hero {
padding: 58px 17px 52px;
}
.tyxena-shipping__container {
width: calc(100% - 20px);
margin-top: -20px;
}
.tyxena-shipping__summary-item {
padding: 20px;
}
.tyxena-shipping__content {
padding: 29px 20px;
border-radius: 17px;
}
.tyxena-shipping__notice,
.tyxena-shipping__partner-box {
padding: 19px;
}
.tyxena-shipping__heading {
gap: 11px;
}
.tyxena-shipping__number {
width: 31px;
height: 31px;
flex-basis: 31px;
}
.tyxena-shipping__contact {
padding: 23px 19px;
}
}
@media (prefers-reduced-motion: reduce) {
.tyxena-shipping *,
.tyxena-shipping *::before,
.tyxena-shipping *::after {
transition: none !important;
}
}
Delivery Information
Shipping Policy
Everything you need to know about shipping rates, order fulfillment, estimated delivery times, tracking, and delivery support.
Last updated: August 4, 2026
Destination United States
Standard Shipping $10
Estimated Delivery 7–10 Business Days
Partner-Fulfilled Products
Some products are shipped directly from our manufacturing partners or suppliers. After you place an order, the product is sent to the appropriate supplier for processing and fulfillment. Delivery usually takes 7–10 business days, depending on your location.
01 United States Shipping
For orders delivered within the United States, Tyxena offers Standard Shipping for $10.
The applicable shipping charge will be displayed during checkout before you complete your purchase.
Please verify your shipping address, apartment or suite number, postal code, telephone number, and email address before submitting your order.
02 How Order Fulfillment Works
Tyxena works with selected manufacturing partners and suppliers to provide and fulfill certain products.
1 Order Received Your order and payment details are securely submitted to Tyxena.
2 Supplier Processing The product is sent to the appropriate manufacturing partner or supplier for preparation and fulfillment.
3 Shipment and Delivery The order is dispatched to the delivery address provided during checkout.
Why might products arrive separately?
If your order contains multiple products, they may be fulfilled by different partners. Products may therefore be shipped in separate packages and arrive on different days.
You will not be charged an additional shipping fee solely because an order is divided into multiple shipments.
03 Estimated Delivery Time
Standard delivery usually takes 7–10 business days, depending on the destination, supplier location, carrier service, and local delivery conditions.
Business days generally exclude Saturdays, Sundays, and United States federal holidays.
Delivery estimates are provided in good faith but are not guaranteed arrival dates. Circumstances outside our reasonable control may affect the delivery timeframe.
04 Order Processing
After your order is submitted, it may be reviewed for payment authorization, address accuracy, product availability, and fraud prevention before being released for fulfillment.
Orders placed during weekends, holidays, promotional periods, or periods of unusually high demand may require additional processing time.
Processing is part of the estimated delivery period unless we communicate otherwise.
05 Shipment Tracking
When tracking information is available, it will be sent to the email address associated with your order.
Tracking information may take additional time to become active after a shipping label is created. This means the carrier may have received the shipment information before the package receives its first physical scan.
If your order is shipped in multiple packages, you may receive more than one tracking number.
06 Address Changes
Contact us immediately at info@tyxena.com if you need to correct your delivery address.
We will try to assist, but we cannot guarantee that an address can be changed after an order has been submitted to a supplier or delivery carrier.
Tyxena is not responsible for delivery problems caused by an incorrect, incomplete, or outdated address entered by the customer.
Additional charges may apply if an order must be reshipped because the original address was incorrect or incomplete.
07 Delivery Delays
Delivery may be delayed by circumstances including:
- Severe weather or natural disasters.
- Carrier congestion or operational disruption.
- Holiday periods or unusually high order volume.
- Transportation or supply-chain interruptions.
- Incorrect or incomplete delivery information.
- Product availability or supplier processing delays.
- Security, payment, or fraud-prevention reviews.
- Events outside the reasonable control of Tyxena or its partners.
If we become unable to ship an order within the applicable promised timeframe, we may contact you with an updated estimate and the available options, which may include accepting the delay or canceling the affected unshipped order for a refund.
08 Packages Marked as Delivered
If tracking shows that your package was delivered but you cannot locate it, please:
- Confirm that the shipping address on your order is correct.
- Check your mailbox, porch, reception area, parcel locker, garage, and other secure delivery locations.
- Ask household members, neighbors, building staff, or reception personnel whether they accepted the package.
- Allow a short period for carrier tracking to update if the package was marked as delivered early.
- Contact the delivery carrier using the tracking number.
If you still cannot locate the shipment, contact us at info@tyxena.com with your order number and tracking information so we can review the available options.
09 Damaged, Incorrect, or Missing Products
Please inspect your order promptly after delivery.
If a product arrives damaged, defective, incomplete, or different from what you ordered, contact info@tyxena.com and provide:
- Your order number.
- A clear description of the issue.
- Photographs or video showing the product and packaging.
- A photograph of the shipping label where relevant.
{% if shop.refund_policy.url != blank %}
Eligibility and resolution procedures are also subject to our Refund Policy .
{% else %}
Eligibility and resolution procedures are also subject to our Refund Policy .
{% endif %}
10 Refused and Undeliverable Packages
A package may be returned to the sender if the delivery address is incorrect, the recipient is unavailable, the shipment is refused, or the package is not collected within the carrier’s required period.
If an order is returned as undeliverable, contact us so we can review the available reshipping or refund options.
Original shipping charges and additional carrier or reshipping costs may be non-refundable where the failed delivery resulted from incorrect customer information, refusal, or failure to collect the shipment, except where applicable law requires otherwise.
11 Changes to This Policy
Tyxena may update this Shipping Policy to reflect changes to our shipping rates, carriers, fulfillment partners, delivery services, business practices, or legal obligations.
The latest version will be published on this page with an updated revision date.
12 Contact Information