/* Theme gap fixes */
.shopify-policy__title { margin: 0 0 12px !important; padding: 0 !important; }
.shopify-policy__title h1 { margin: 0 !important; }
.shopify-policy__body { margin: 0 !important; padding-top: 0 !important; }
.bks-policy {
--bks-navy: #0d2d6b;
--bks-navy-dark: #091f4a;
--bks-blue: #3a6bc4;
--bks-sky: #eef3fb;
--bks-sky-mid: #dce8f7;
--bks-ink: #1a1a2e;
--bks-muted: #6b7a99;
--bks-line: #d0daea;
--bks-white: #ffffff;
max-width: 780px;
margin: 0 auto;
padding: 0 0 0;
font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: var(--bks-ink);
font-size: 15px;
line-height: 1.75;
-webkit-font-smoothing: antialiased;
}
.bks-policy *, .bks-policy *::before, .bks-policy *::after { box-sizing: border-box; }
.bks-policy p { margin: 0 0 16px; font-size: 15px; line-height: 1.75; }
.bks-policy p:last-child { margin-bottom: 0; }
.bks-policy ul { margin: 0 0 16px; padding-left: 20px; }
.bks-policy ul li { font-size: 15px; line-height: 1.75; margin-bottom: 4px; }
.bks-policy a { color: var(--bks-navy); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.bks-policy a:hover { color: var(--bks-blue); }
.bks-policy strong { font-weight: 800; }
/* ── FREE SHIPPING HERO — navy dark block ── */
.bks-hero {
background: var(--bks-navy-dark);
padding: 36px 32px 32px;
margin: 0 0 0;
}
.bks-hero__eyebrow {
font-size: 10px;
font-weight: 800;
letter-spacing: 0.28em;
text-transform: uppercase;
color: var(--bks-blue);
margin: 0 0 10px;
display: block;
}
.bks-hero__headline {
font-size: 28px;
font-weight: 900;
color: var(--bks-white);
text-transform: uppercase;
letter-spacing: 0.03em;
line-height: 1.1;
margin: 0 0 12px;
}
.bks-hero__sub {
font-size: 14px;
color: rgba(255,255,255,0.65);
margin: 0;
line-height: 1.6;
max-width: 560px;
}
/* ── SECTION WRAPPER ── */
.bks-section {
padding: 32px 32px 28px;
background: var(--bks-white);
border-top: 1px solid var(--bks-line);
}
.bks-section--tinted { background: var(--bks-sky); }
.bks-section--navy {
background: var(--bks-navy);
border-top: none;
}
/* ── SECTION EYEBROW + TITLE ── */
.bks-section__eyebrow {
font-size: 10px;
font-weight: 800;
letter-spacing: 0.28em;
text-transform: uppercase;
color: var(--bks-blue);
margin: 0 0 8px;
display: block;
}
.bks-section--navy .bks-section__eyebrow { color: var(--bks-sky-mid); }
.bks-section__title {
font-size: 20px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0.04em;
color: var(--bks-navy);
margin: 0 0 20px;
line-height: 1.1;
}
.bks-section--navy .bks-section__title { color: var(--bks-white); }
/* ── SUB-HEADINGS ── */
.bks-sub {
font-size: 10px;
font-weight: 800;
letter-spacing: 0.24em;
text-transform: uppercase;
color: var(--bks-blue);
margin: 28px 0 12px;
display: block;
padding-bottom: 8px;
border-bottom: 1px solid var(--bks-line);
}
/* ── RATE TABLE ── */
.bks-rates {
width: 100%;
border-collapse: collapse;
font-size: 14px;
margin: 0 0 16px;
}
.bks-rates thead tr { background: var(--bks-navy); }
.bks-rates thead th {
color: var(--bks-white);
font-size: 10px;
letter-spacing: 0.2em;
text-transform: uppercase;
font-weight: 700;
padding: 13px 16px;
text-align: left;
border: none;
}
.bks-rates tbody td {
padding: 13px 16px;
border-bottom: 1px solid var(--bks-line);
vertical-align: top;
font-size: 14px;
line-height: 1.5;
background: var(--bks-white);
}
.bks-rates tbody tr:nth-child(even) td { background: var(--bks-sky); }
.bks-rates tbody tr:last-child td { border-bottom: 2px solid var(--bks-navy); }
.bks-rates__dest { font-weight: 800; color: var(--bks-navy); }
.bks-rates__free {
font-size: 10px;
font-weight: 800;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--bks-navy);
}
/* ── METHOD BLOCKS ── */
.bks-method {
padding: 16px 20px;
background: var(--bks-white);
border: 1px solid var(--bks-line);
border-left: 3px solid var(--bks-navy);
margin-bottom: 12px;
}
.bks-method:last-of-type { margin-bottom: 0; }
.bks-method__header { display: flex; align-items: center; gap: 10px; margin: 0 0 6px; flex-wrap: wrap; }
.bks-method__name {
font-size: 14px;
font-weight: 800;
color: var(--bks-navy);
letter-spacing: 0.01em;
}
.bks-method__zone {
font-size: 10px;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--bks-blue);
background: var(--bks-sky);
padding: 2px 8px;
border: 1px solid var(--bks-line);
}
.bks-method p { margin: 0; font-size: 14px; color: var(--bks-ink); }
.bks-note {
font-size: 13px;
color: var(--bks-muted);
line-height: 1.7;
margin: 0 0 16px;
}
.bks-section--navy .bks-note { color: rgba(255,255,255,0.55); }
.bks-section--navy p { color: rgba(255,255,255,0.8); }
.bks-section--navy a { color: var(--bks-sky-mid); }
@media (max-width: 640px) {
.bks-hero { padding: 28px 20px 24px; }
.bks-hero__headline { font-size: 22px; }
.bks-section { padding: 24px 20px 20px; }
.bks-rates { display: block; overflow-x: auto; }
.bks-rates thead th, .bks-rates tbody td { padding: 10px 12px; }
}
Promotion
Free Shipping on Orders $70+
Applies to Puerto Rico and the United States. Calculated on your merchandise subtotal after discounts and before taxes — applied automatically at checkout.
Fulfillment & Delivery
Shipping
BKS online orders are fulfilled from our central warehouse. Once your order is placed, the item is transferred from the carrying store location to our fulfillment center, where it is picked, packed, and prepared for shipment. Depending on the origin store's location, this transfer may add 1 to 2 business days to your processing time.
Based on recent fulfillment data, our average time from order placement to shipment is approximately 3 business days. This is an estimate and may vary with order volume, product location, and season. Our fulfillment center operates Monday through Friday — orders placed on weekends or public holidays begin processing on the next business day.
For all shipping and delivery estimates, business days are Monday through Friday, excluding public holidays.
Shipping Rates
| Destination |
Orders under $70.00 |
Orders $70.00+ |
| Puerto Rico |
$12.00 flat rate (FedEx or USPS) |
Free |
| United States |
FedEx & USPS calculated at checkout |
Free |
Available carriers and service options are displayed at checkout. The exact cost is confirmed before you complete your purchase.
Shipping Methods & Delivery Times
Estimated handling time of 2 to 7 business days. Estimated delivery of 2 to 6 business days after shipment. Shipping time is not included in handling time.
Estimated handling time of 2 to 3 business days. Estimated delivery of 1 to 4 business days after shipment. Shipping time is not included in handling time.
Estimated handling time of 2 to 7 business days. Estimated delivery of 2 to 5 business days after shipment. Shipping time is not included in handling time.
Estimated handling time of 2 to 3 business days. Estimated delivery of 1 to 3 business days after shipment. Shipping time is not included in handling time.
All handling and delivery times are estimates and are not guaranteed. Once your order leaves our fulfillment center, delivery is managed by the carrier. We are not responsible for delays caused by the carrier, weather, customs, or other circumstances beyond our control.
Policies
Address Accuracy & Claims
Please ensure your shipping address is complete and accurate at checkout. We are not responsible for orders delayed, lost, or returned due to an incorrect or incomplete address. If a package is returned to us as undeliverable, we will contact you to arrange reshipment — additional shipping charges may apply.
Lost, Stolen, or Damaged Packages
If your order arrives damaged, keep the original packaging and contact us with photos of the item and packaging. If tracking shows your order as delivered but you have not received it, check around your delivery location first, then contact us.
Please reach out to us before contacting the carrier — we will help you file and coordinate the claim on your behalf. All claims must be submitted within 15 days of the order date.
Fees
Taxes & Duties
Applicable sales tax is calculated and shown at checkout before purchase. Shipments to Puerto Rico and the United States are within U.S. customs territory and are not subject to additional customs duties or import fees.
Orders
Order Changes & Cancellations
If you need to change or cancel your order, please contact us as soon as possible. We are unable to modify or cancel an order once it has entered processing or has shipped.
Updates
Order Tracking
Once your order ships, you will receive an email confirmation with a tracking number. Track your order via FedEx or USPS.
Get Help
Contact Us
If you have experienced any problems with your order, our team is here to help. Call 1-833-877-8010 Monday through Friday, 9am to 6pm AST. Our friendly service specialists will be glad to answer any questions about your order or our merchandise.
Can't find what you're looking for? Visit our Contact Us page.