.ds-product-backbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px var(--ds-container-pad-sm);border-bottom:1px solid var(--ds-border-1);background:#fff}.ds-product-backbar__back{font-size:13px;font-weight:700;color:var(--ds-text-heading);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-product-breadcrumb{display:none;max-width:var(--ds-container);margin:0 auto;padding:20px var(--ds-container-pad) 0;font-size:13px;color:var(--ds-text-tertiary)}.ds-product-breadcrumb a{color:var(--ds-text-tertiary)}.ds-product-breadcrumb a:hover{color:var(--ds-blue-link)}.ds-product-breadcrumb__current{color:var(--ds-text-body)}@media(min-width:768px){.ds-product-backbar{display:none}.ds-product-breadcrumb{display:block}}.ds-product-main{max-width:var(--ds-container);margin:0 auto;padding:20px var(--ds-container-pad-sm) 40px;display:flex;flex-direction:column;gap:20px}.ds-product-cta{display:none}@media(min-width:1024px){.ds-product-main{padding:24px var(--ds-container-pad) 56px;display:grid;grid-template-columns:1fr 1fr;gap:20px 48px;align-items:start;grid-template-areas:"banner   tags" "banner   heading" "banner   days" "banner   price" "chips    cta" "features android" "features delivery"}.ds-product-banner{grid-area:banner}.ds-product-chips{grid-area:chips}.ds-product-features{grid-area:features;align-self:start}.ds-product-tags{grid-area:tags}.ds-product-heading{grid-area:heading}.ds-product-days{grid-area:days}.ds-price-panel{grid-area:price}.ds-product-cta{grid-area:cta;display:block}.ds-product-android{grid-area:android}.ds-product-delivery{grid-area:delivery}}.ds-product-banner{border-radius:var(--ds-radius-card-lg);overflow:hidden;background:var(--ds-bg-tint-2)}.ds-product-banner img{width:100%;aspect-ratio:1 / 1;object-fit:cover}.ds-product-chips{display:grid;grid-template-columns:repeat(var(--ds-chip-count, 4),1fr);gap:8px}.ds-product-features{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.ds-product-chip{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:12px 4px;border:1px solid var(--ds-border-2);border-radius:var(--ds-radius-card-sm);background:#fff;text-align:center;min-width:0}.ds-product-chip__icon{width:32px;height:32px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--ds-bg-tint-2);color:var(--ds-blue)}.ds-product-chip__label{font-size:11px;font-weight:700;color:var(--ds-text-heading);line-height:1.3}.ds-product-chip--line{background:var(--ds-line);border-color:var(--ds-line)}.ds-product-chip--line .ds-product-chip__icon{background:#ffffff40;color:#fff}.ds-product-chip--line .ds-product-chip__label{color:#fff}.ds-product-chip--navy{background:var(--ds-blue);border-color:var(--ds-blue)}.ds-product-chip--navy .ds-product-chip__icon{background:#fff3;color:#fff}.ds-product-chip--navy .ds-product-chip__label{color:#fff}.ds-product-chip--orange{display:none;background:var(--ds-orange);border-color:var(--ds-orange)}.ds-product-chip--orange .ds-product-chip__icon{background:#ffffff40;color:#fff}.ds-product-chip--orange .ds-product-chip__label{color:#fff}@media(min-width:768px){.ds-product-chip{padding:16px 8px}.ds-product-chip__label{font-size:12px}}@media(min-width:1024px){.ds-product-chips{grid-template-columns:repeat(var(--ds-chip-count-desktop, 5),1fr)}.ds-product-chip--orange{display:flex}}.ds-product-tags{display:flex;flex-wrap:wrap;gap:8px}.ds-product-tag{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:var(--ds-radius-pill);font-size:12px;font-weight:700;white-space:nowrap}.ds-product-tag--kind{background:var(--ds-blue);color:#fff}.ds-product-tag--plain{background:var(--ds-bg-tint-2);color:var(--ds-blue)}.ds-product-heading{display:flex;flex-direction:column;gap:6px}.ds-product-title{font-size:20px;font-weight:900;color:var(--ds-text-heading);line-height:1.4;letter-spacing:-.01em}.ds-product-rating{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:700;color:var(--ds-text-body)}.ds-product-rating span[aria-hidden]{color:var(--ds-orange)}@media(min-width:768px){.ds-product-title{font-size:26px}}.ds-product-days__label{display:block;margin-bottom:10px;font-size:14px;font-weight:700;color:var(--ds-text-heading)}.ds-day-pills{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.ds-day-pill{padding:12px 4px;border:1.5px solid var(--ds-border-3);border-radius:var(--ds-radius-pill);background:#fff;color:var(--ds-text-heading);font-size:13px;font-weight:700;font-family:var(--ds-font)}.ds-day-pill.is-selected{background:var(--ds-blue);border-color:var(--ds-blue);color:#fff}.ds-day-other{position:relative;grid-column:span 2}.ds-day-other__select{width:100%;height:100%;padding:12px 24px 12px 14px;border:1.5px solid var(--ds-border-3);border-radius:var(--ds-radius-pill);background:#fff;color:var(--ds-text-heading);font-family:var(--ds-font);font-size:13px;font-weight:700;-webkit-appearance:none;appearance:none}.ds-day-other.is-selected .ds-day-other__select{background:var(--ds-blue);border-color:var(--ds-blue);color:#fff}.ds-day-other__arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;color:inherit}@media(min-width:768px){.ds-day-pills{grid-template-columns:repeat(9,1fr)}}.ds-price-panel{display:flex;flex-direction:column;gap:8px;padding:18px 20px;background:var(--ds-bg-tint-1);border-radius:var(--ds-radius-card-lg)}.ds-price-panel__row1{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.ds-price-panel__label{font-size:14px;font-weight:700;color:var(--ds-text-heading)}.ds-price-panel__value{font-size:26px;font-weight:900;color:var(--ds-orange);white-space:nowrap}.ds-price-panel__value-suffix{font-size:12px;font-weight:700;color:var(--ds-text-tertiary);margin-left:4px}.ds-price-panel__note{font-size:12px;color:var(--ds-text-tertiary)}.ds-price-panel__per-day{font-weight:700;color:var(--ds-text-body)}.ds-product-cta .ds-btn{width:100%}.ds-product-android{display:flex;flex-direction:column;gap:12px;padding:18px 20px;background:var(--ds-line-tint);border:1px solid var(--ds-line);border-radius:var(--ds-radius-card-lg)}.ds-product-android__title{font-size:14px;font-weight:700;color:var(--ds-text-heading)}.ds-product-android__note{margin-top:2px;font-size:12px;color:var(--ds-text-body)}.ds-product-android__ctas{display:flex;flex-direction:column;gap:8px}.ds-product-android__ctas .ds-btn{width:100%;white-space:normal}@media(min-width:768px){.ds-product-android__ctas{flex-direction:row}}.ds-product-delivery{display:flex;flex-direction:column}.ds-product-delivery__row{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--ds-border-1);font-size:13px}.ds-product-delivery__row:last-child{border-bottom:none}.ds-product-delivery__label{flex:0 0 auto;font-weight:700;color:var(--ds-text-heading)}.ds-product-delivery__value{flex:1 1 auto;text-align:right;color:var(--ds-text-body)}@media(min-width:1024px){.ds-product-below{max-width:var(--ds-container);margin:0 auto;padding:0 var(--ds-container-pad) 56px;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"reviews reviews" "faq related";gap:40px 48px;align-items:start}.ds-product-below>.ds-section{grid-area:faq;padding:0;background:transparent}.ds-product-below>.ds-section .ds-section__inner{max-width:none;margin:0;padding:0}.ds-product-below>.ds-reviews{grid-area:reviews;max-width:none;margin:0;padding:0}.ds-product-below>.ds-product-related{grid-area:related;max-width:none;margin:0;padding:0}.ds-product-below .ds-product-related__grid{grid-template-columns:repeat(2,1fr);max-width:none}}.ds-reviews{max-width:var(--ds-container);margin:0 auto;padding:0 var(--ds-container-pad-sm) 40px}.ds-reviews__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 16px;margin-bottom:16px}.ds-reviews__head-title{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ds-reviews__all-link{font-size:13px;font-weight:700;color:var(--ds-blue-link);white-space:nowrap}.ds-review-list{display:flex;flex-direction:column;gap:12px}.ds-review-card{padding:16px 18px;background:#fff;border:1px solid var(--ds-border-1);border-radius:var(--ds-radius-card-lg)}.ds-review-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.ds-review-card__name{font-size:12px;color:var(--ds-text-tertiary)}.ds-review-card__sample{display:inline-flex;padding:2px 8px;margin-left:8px;border-radius:6px;background:var(--ds-bg-tint-2);color:var(--ds-text-tertiary);font-size:10px;font-weight:700}.ds-review-card__title{font-size:14px;font-weight:700;color:var(--ds-text-heading);margin-bottom:4px}.ds-review-card__body{font-size:13px;color:var(--ds-text-body);line-height:1.7}.ds-reviews__more{display:block;width:100%;margin-top:16px;text-align:center;font-size:13px;font-weight:700;color:var(--ds-blue-link)}@media(min-width:768px){.ds-reviews{padding:0 var(--ds-container-pad) 56px}.ds-review-list{flex-direction:row}.ds-review-card{flex:1 1 0;min-width:0}.ds-reviews__more{display:none}}.ds-product-related{max-width:var(--ds-container);margin:0 auto;padding:0 var(--ds-container-pad-sm) 40px}.ds-product-related__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media(min-width:768px){.ds-product-related{padding:0 var(--ds-container-pad) 56px}.ds-product-related__grid{grid-template-columns:repeat(4,1fr);max-width:640px}}.ds-product-sticky{position:sticky;bottom:0;z-index:70;display:flex;align-items:center;gap:12px;padding:10px var(--ds-container-pad-sm);padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));background:#fff;border-top:1px solid var(--ds-border-2);box-shadow:0 -4px 12px #0f1e2d0f}.ds-product-sticky__price{flex:0 1 auto;min-width:0}.ds-product-sticky__days{display:block;overflow:hidden;font-size:11px;color:var(--ds-text-tertiary);text-overflow:ellipsis;white-space:nowrap}.ds-product-sticky__value{font-size:18px;font-weight:900;color:var(--ds-text-heading);white-space:nowrap}.ds-product-sticky__line{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--ds-line);color:#fff}.ds-product-sticky .ds-product-sticky__cta{flex:1 1 auto;min-width:0;min-height:56px;padding:16px 20px;font-size:16px}body[class*=template-product] .ds-line-fab{display:none}@media(min-width:1024px){.ds-product-sticky{display:none}}@media(min-width:1024px){.ds-product-main--data{display:flex;flex-direction:row;align-items:flex-start;gap:20px 48px}.ds-product-main--data .ds-product-col-left,.ds-product-main--data .ds-product-col-right{display:flex;flex-direction:column;gap:20px;flex:1 1 0;min-width:0}.ds-product-main--data .ds-product-step,.ds-product-main--data .ds-product-axes{display:block}}.ds-type-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.ds-type-card{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:14px;border:1.5px solid var(--ds-border-3);border-radius:var(--ds-radius-card-lg);background:#fff;text-align:left;font-family:var(--ds-font)}.ds-type-card.is-selected{border-color:var(--ds-blue);background:var(--ds-bg-tint-1)}.ds-type-card__icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;color:var(--ds-blue)}.ds-type-card__title{font-size:14px;font-weight:700;color:var(--ds-text-heading)}.ds-type-card__desc{font-size:11px;line-height:1.5;color:var(--ds-text-tertiary)}.ds-capacity-groups{margin-bottom:8px}.ds-capacity-group[hidden]{display:none}.ds-capacity-pills{display:flex;flex-wrap:wrap;gap:8px}.ds-capacity-other{position:relative}.ds-capacity-other__select{padding:12px 24px 12px 14px;border:1.5px solid var(--ds-border-3);border-radius:var(--ds-radius-pill);background:#fff;color:var(--ds-text-heading);font-family:var(--ds-font);font-size:13px;font-weight:700;-webkit-appearance:none;appearance:none}.ds-capacity-other.is-selected .ds-capacity-other__select{background:var(--ds-blue);border-color:var(--ds-blue);color:#fff}.ds-capacity-other__arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;color:inherit}.ds-day-pill:disabled{opacity:.4;cursor:not-allowed}.ds-consult-box{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;background:var(--ds-line-tint);border:1px solid var(--ds-line);border-radius:var(--ds-radius-card-lg)}.ds-consult-box__title{font-size:13px;font-weight:700;color:var(--ds-text-heading)}.ds-consult-box__note{margin-top:2px;font-size:11px;color:var(--ds-text-tertiary)}.ds-consult-box__cta{flex:0 0 auto}@media(max-width:767.98px){body[class*=template-product-unlimited] .ds-announce,body[class*=template-product-unlimited] .ds-header,body[class*=template-product-data] .ds-announce,body[class*=template-product-data] .ds-header{display:none}}.ds-review-widget{margin-bottom:20px;overflow-x:auto}
/*# sourceMappingURL=/cdn/shop/t/79/assets/desim-product.css.map */
