/** Shopify CDN: Minification failed

Line 1532:0 Unexpected "}"
Line 1814:0 Unexpected "}"

**/
*,
*:before,
*:after {
    box-sizing: border-box;
    outline: 0;
}

*,
:focus,
:focus-visible,
:hover {
    outline: 0;
    scrollbar-width: thin;
    scrollbar-color: #ddd transparent;
    -webkit-tap-highlight-color: transparent;
}

*::-webkit-scrollbar {
    background: transparent;
    width: 3px;
    height: 2px;
}

*::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #757575;
}

deferred-media {
    display: block;
    width: 100%;
    height: 100%;
}

deferred-media template {
    display: none
}

[disabled="true"],
button[disabled] {
    cursor: not-allowed;
}


/* div:empty {
    display: none;
} */

details>summary {
    cursor: pointer;
    list-style: none;
}

select {
    cursor: pointer;
}

details>summary::-webkit-details-marker {
    display: none;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-size: var(--text);
}

body {
    background: rgba(var(--background));
    color: rgb(var(--textColor));
    font-size: var(--text);
    font-family: var(--bodyFont);
    font-weight: var(--bodyFontWeight);
    line-height: var(--bodyFontLineHeight);
    font-style: var(--bodyFontStyle);
    margin: 0;
    padding: 0;
    word-break: break-word;
    scroll-behavior: smooth;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-kerning: normal;
}

ul,
ol {
    padding-left: 1rem;
    margin: 0;
    list-style: none;
    padding: 0px;
}

.unstylish-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rte a {
    text-decoration: underline;
    color: inherit;
}

.rte ul {
    list-style-type: disc;
    padding-left: 1.2rem;
}

.rte ol {
    list-style-type: decimal;
    padding-left: 1.2rem;
}

blockquote {
    border-left: 1px solid;
    padding-left: 1rem;
    color: rgb(var(--textColor));
}

a {
    text-decoration: none;
    color: rgb(var(--linkColor));
    cursor: pointer;
    transition: 0.2s ease;
}

.text-underline {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

.hyperlink {
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

.cursor-pointer {
    cursor: pointer;
}

.unstyled-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-inline {
    display: inline-flex;
    flex-wrap: wrap;
}

small,
sub,
sup {
    font-size: 95%;
}

iframe,
img {
    max-width: 100%;
}

button,
input[type="submit"] {
    cursor: pointer;
}

button {
    border: 0;
    padding: 0;
    color: rgb(var(--textColor));
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="text"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

button[disabled] {
    opacity: 0.5;
}

.form-group {
    margin-bottom: 18px;
}

label {
    margin-bottom: 8px;
    display: inline-block;
    color: rgb(var(--textColor));
}

textarea {
    resize: none;
    min-height: 100px;
    overflow: auto;
}

.form-control,
input,
textarea {
    display: block;
    width: 100%;
    background-color: rgb(var(--inputBackground));
    border: 1px solid rgb(var(--inputBorder));
    padding: 12px 20px;
    min-height: 56px;
    color: rgb(var(--inputColor));
    font-family: var(--bodyFont);
    line-height: 1.2;
    font-size: var(--text);
    border-radius: var(--inputRadius);
}

.form-control::placeholder,
input::placeholder {
    opacity: 0.7;
    position: relative;
}

.form-control:focus-visible,
select:focus-visible {
    outline: 0;
    border-color: rgb(var(--textColor)) !important;
}

select {
    background-image: url(https://cdn.shopify.com/s/files/1/0741/5840/7959/files/Vector_56a74572-a993-4e25-881e-b64f3a69b936.png?v=1693215136);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 10px;
}

body select {
    padding-right: 27px !important;
    -webkit-appearance: none;
}

address {
    font-style: normal;
}

address p {
    margin-bottom: 5px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid rgb(var(--borderColor));
}

table thead {
    border-bottom: 1px solid rgb(var(--borderColor));
}

tr th,
tr td {
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid rgb(var(--borderColor));
    color: rgb(var(--textColor));
    padding: 16px 20px;
}

.table-responsive {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgb(var(--headingColor));
    font-family: var(--headingFont);
    font-style: var(--headingFontStyle);
    font-weight: var(--headingFontWeight);
    line-height: var(--headingFontLineHeight);
    margin: 0;
}

.h0 {
    font-size: var(--h0);
}

h1,
.h1 {
    font-size: var(--h1);
}

h2,
.h2 {
    font-size: var(--h2);
}

h3,
.h3 {
    font-size: var(--h3);
}

h4,
.h4 {
    font-size: var(--h4);
}

h5,
.h5 {
    font-size: var(--h5);
}

h6,
.h6 {
    font-size: var(--h6);
}

p {
    margin: 0;
    color: rgb(var(--textColor));
    font-size: var(--text);
}

.heading-font {
    font-family: var(--headingFont);
    font-style: var(--headingFontStyle);
    font-weight: var(--headingFontWeight);
    line-height: var(--headingFontLineHeight);
}

.body-font {
    font-family: var(--bodyFont);
    font-style: var(--bodyFontStyle);
    font-weight: var(--bodyFontWeight);
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.lowercase {
    text-transform: lowercase;
}

.lowercase::first-letter {
    text-transform: uppercase;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-xsmall {
    font-size: var(--xsmallText);
}

.text-small {
    font-size: var(--smallText);
}

.text {
    font-size: var(--text);
}

.text-medium {
    font-size: var(--mediumText);
}

.text-large {
    font-size: var(--largeText);
}

.text-xlarge {
    font-size: var(--xlargeText);
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.top-left {
    top: 15px;
    left: 30px;
}

.top-center {
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.top-right {
    top: 15px;
    right: 15px;
}

.center-left {
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center-right {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.bottom-left {
    bottom: 15px;
    left: 30px;
}

.bottom-center {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.bottom-right {
    bottom: 15px;
    right: 15px;
}

.hidden {
    display: none !important;
}

.visually-hidden {
    visibility: hidden !important;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.justify-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}

.error,
.error * {
    color: rgb(var(--error));
}

.success,
.success * {
    color: rgb(var(--success));
}

.form-message {
    padding: 10px;
    background: rgba(var(--alternateBackground));
    display: block;
}
.customer .form-message {
    background: rgba(var(--background));
}

.form-message.error {
    border-left: 5px solid rgb(var(--error));
}

.form-message.success {
    border-left: 5px solid rgb(var(--success));
}

.error,
.success {
    margin: 10px 0;
}

.form-message-title {
    display: flex;
    align-items: center;
}

.form-message-title svg {
    margin-right: 10px;
}

.container,
.container-fluid,
.container-sm,
.container-xs,
.container-md,
.shopify-policy__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

html.js .js-hidden {
    display: none !important;
}

.p-0 {
    padding: 0 !important;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-text-left {
        text-align: left;
    }
    .d-text-center {
        text-align: center;
    }
    .d-text-right {
        text-align: right;
    }
    .d-top-left {
        top: 15px;
        left: 15px;
    }
    .d-top-center {
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .d-top-right {
        top: 15px;
        right: 15px;
    }
    .d-center-left {
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
    }
    .d-center {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .d-center-right {
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }
    .d-bottom-left {
        bottom: 15px;
        left: 15px;
    }
    .d-bottom-center {
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .d-bottom-right {
        bottom: 15px;
        right: 15px;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .container,
    .container-fluid,
    .container-sm,
    .container-xs,
    .container-md,
    .shopify-policy__container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .container,
    .container-sm,
    .container-xs,
    .container-md,
    .shopify-policy__container {
        max-width: 96%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1025px) {
    *:focus-visible,
    .toggle-checkbox:focus-visible+label {
        outline: 2px solid #757575;
        outline-offset: 2px;
        transition: unset !important;
        z-index: 1;
    }
    .skip-to-content-link:focus-visible {
        z-index: 99 !important;
        width: auto;
        height: auto;
        clip: auto;
    }
    .focus-inside:focus-visible {
        outline-offset: -2px;
    }
    .input-md {
        min-height: 54px;
    }
    .input-lg {
        min-height: 60px;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .container-xs {
        max-width: 1200px;
    }
}

@media (min-width: 1441px) {
    .container,
    .shopify-policy__container {
        max-width: 1680px;
    }
    .input-md {
        min-height: 60px;
    }
    .input-lg {
        min-height: 70px;
    }
    .container-sm {
        max-width: 1400px;
    }
    .container-md {
        max-width: 1550px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1830px;
    }
}

@media (max-width: 767px) {
    *::-webkit-scrollbar {
        display: block;
    }
    .m-text-left {
        text-align: left;
    }
    .m-text-center {
        text-align: center;
    }
    .m-text-right {
        text-align: right;
    }
    .m-top-left {
        top: 15px;
        left: 15px;
    }
    .m-top-center {
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .m-top-right {
        top: 15px;
        right: 15px;
    }
    .m-center-left {
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
    }
    .m-center {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .m-center-right {
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }
    .m-bottom-left {
        bottom: 15px;
        left: 15px;
    }
    .m-bottom-center {
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .m-bottom-right {
        bottom: 15px;
        right: 15px;
    }
    input,
    select,
    textarea {
        font-size: 16px !important;
    }
    .form-control,
    input,
    textarea {
        padding: 12px 16px;
        min-height: 44px;
    }
}
/* ===== ATTRAC – ULTRA MINI (MOBILE) ===== */
@media (max-width: 768px) {

  /* CONTENEDOR DEL TICKET */
  [class*="attrac"] .item,
  [class*="attrac"] .product,
  [class*="attrac"] .card{
    padding: 4px !important;
    margin-bottom: 4px !important;
    gap: 6px !important;
  }

  /* IMAGEN MUY CHICA */
  [class*="attrac"] img{
    width: 40px !important;
    height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    object-fit: cover !important;
  }

  /* CHECKBOX MÁS PEQUEÑO */
  input[type="checkbox"][style*="accent-color"]{
    transform: scale(0.65) !important;
  }

  /* TEXTO GENERAL */
  [class*="attrac"]{
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  /* TÍTULO PRODUCTO */
  [class*="attrac"] h1,
  [class*="attrac"] h2,
  [class*="attrac"] h3{
    font-size: 11px !important;
    line-height: 1.2 !important;
    margin-bottom: 1px !important;
  }

  /* PRECIOS */
  [class*="attrac"] .price{
    font-size: 11px !important;
  }

  [class*="attrac"] .compare{
    font-size: 10px !important;
  }
}
.product-accordions {
  border-top: 1px solid #e5e5e5;
  margin-top: 24px;
}

.product-accordions details {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
}

.product-accordions summary {
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}

.product-accordions summary::-webkit-details-marker {
  display: none;
}

.product-accordions summary::after {
  content: "+";
  float: right;
  font-size: 20px;
}

.product-accordions details[open] summary::after {
  content: "–";
}

.accordion__content {
  margin-top: 12px;
  color: #555;
  line-height: 1.6;
}
/* Separación real debajo del acordeón (fuerte y difícil de pisar) */
.product-accordions{
  display: block;
  padding-bottom: 32px !important;
  margin-bottom: 48px !important;
}

/* Si el margen colapsa o el siguiente bloque pega, fuerza espacio arriba del siguiente */
.product-accordions + *{
  margin-top: 0px !important;
}

/* --- AJUSTE GENERAL (Desktop y Base) --- */
.header__icon--cart,
.product-card-action-wrapper .product-quickview,
.product-card-action-wrapper .quick-view-icon {
    background-color: #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 38px !important;
    height: 38px !important;
}

.header__icon--cart svg,
.header__icon--cart svg path,
.product-card-action-wrapper svg,
.product-card-action-wrapper svg path {
    fill: #000000 !important; 
stroke: none !important;
width: 18px !important;
height: auto !important;
}
}

/* --- AJUSTES ESPECÍFICOS PARA MOBILE (Menos de 768px) --- */
@media screen and (max-width: 767px) {
    .header__icon--cart,
    .product-card-action-wrapper .product-quickview,
    .product-card-action-wrapper .quick-view-icon {
        width: 30px !important;
        height: 30px !important;
    }

    .header__icon--cart svg,
    .header__icon--cart svg path,
    .product-card-action-wrapper svg,
    .product-card-action-wrapper svg path {
        stroke-width: 0.5px !important;
        width: 14px !important;
    }
}
.header__icon--cart::after, .header__icon--cart::before {
    display: none !important;
}

/* --- BADGE RECTANGULAR GENERAL (Desktop) --- */
.product-card-badges.floating-badge .product-badge.sale-percentage {
    border-radius: 0 !important;
    aspect-ratio: auto !important;
    width: auto !important;
    height: auto !important;
    padding: 4px 11px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: unset !important;
    background-color: #000000 !important; /* Color café */
    color: #ffffff !important;
    font-size: 14px; /* Tamaño base escritorio */
}

/* --- AJUSTE PARA MOBILE (Más grande) --- */
@media screen and (max-width: 767px) {
    .product-card-badges.floating-badge .product-badge.sale-percentage {
        padding: 6px 10px !important; /* Más espacio interno */
        font-size: 16px !important;   /* Fuente más grande */
        font-weight: bold !important;  /* Para que resalte más */
        letter-spacing: 0.5px;        /* Opcional: mejora lectura */
    }
}

/* --- VERSIÓN ESCRITORIO Y MÓVIL (Búsqueda por atributos de texto) --- */

/* Aplica a los elementos que tengan el título BLACK SALE */
[title="BLACK SALE"],
[title="BLACK SALE"] > a,
[title="BLACK SALE"] .nav-menu-link {
    color: #000000 !important;
    font-weight: bold !important;
}

/* Fuerza el cambio si en móvil el enlace contiene la palabra en su dirección (URL) */
a[href*="BLACK SALE"] {
    color: #000000 !important;
    font-weight: bold !important;
}

/* --- SOLUCIÓN ULTRA-MÓVIL (Por si tu tema borra los títulos en celular) --- */
/* Busca cualquier etiqueta de menú que contenga exactamente el texto enlazado */
.mobile-nav-item:contains('BLACK SALE'),
.menu-drawer__menu-item:contains('BLACK SALE'),
.nav-menu-link:contains('BLACK SALE') {
    color: #000000 !important;
    font-weight: bold !important;
}


/* fixes */
.reset-btn {
    display: none;
}
.search__input:not(:placeholder-shown) ~ .reset-btn {
    display: flex;
}
/* ===== BUSCADOR MASHINI + BOOST ===== */

.mashini-boost-search {
  position: fixed;
  inset: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
}

.mashini-boost-search.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mashini-boost-search__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.25);
}

.mashini-boost-search__panel {
  position: relative;
  z-index: 2;
  width: min(640px, calc(100% - 32px));
  margin: 85px auto 0;
  padding: 22px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 12px 35px rgba(0,0,0,.12);
}

.mashini-boost-search__top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mashini-boost-search__form {
  position: relative;
  flex: 1;
}

.mashini-boost-search__input {
  width: 100%;
  height: 44px;
  min-height: 44px;
  border: 1px solid #dedbd6;
  border-radius: 999px;
  padding: 0 54px 0 18px;
  background: #fff;
  color: #1d1d1d;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.mashini-boost-search__submit {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 36px;
  height: 36px;
  min-height: 36px;
  border-radius: 50%;
  background: #171923;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mashini-boost-search__submit svg {
  width: 18px !important;
  height: 18px !important;
  display: block;
  color: #fff !important;
}

.mashini-boost-search__back,
.mashini-boost-search__close {
  background: transparent;
  padding: 4px;
  color: #171923;
  font-size: 24px;
  line-height: 1;
}

.mashini-boost-search__back {
  display: none;
}

.mashini-popular-fixed {
  display: block !important;
  margin-top: 26px;
}

.mashini-popular-fixed p {
  margin: 0 0 10px;
  color: #555;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .05em;
}

.mashini-popular-fixed a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #eeeae5;
  color: #1d1d1d;
  text-decoration: none;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

body.mashini-search-open {
  overflow: hidden;
}

/* La barra de anuncios queda por encima del buscador (el "fixed" del
   panel no se comporta como debería, probablemente por un ancestro con
   transform en el header). En vez de perseguir esa causa, la ocultamos
   directamente mientras el buscador está abierto — mismo mecanismo que
   ya usa el body con la clase mashini-search-open. */
body.mashini-search-open .announcement-bar {
  display: none !important;
}

/* Header icons */
.header-icons-list {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}

.header-icons-list > .header-icons {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.header-icons-list > .header-icons > .header-icons-link,
.header-icons-list > .header-icons > .mashini-search-trigger {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  line-height: 0 !important;
  color: #000 !important;
}

.header-icons-list .mashini-search-trigger svg {
  width: 20px !important;
  height: 20px !important;
}

.header-icons-list .header-icons-link.cart svg {
  width: 18px !important;
  height: 21px !important;
}

.header-icons-list .header-icons-link.account svg {
  width: 19px !important;
  height: 20px !important;
}

@media screen and (max-width: 749px) {
  .mashini-boost-search__overlay {
    display: none;
  }

  .mashini-boost-search__panel {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 18px 16px;
    border-radius: 0;
    box-shadow: none;
  }

  .mashini-boost-search__back {
    display: block;
  }

  .mashini-boost-search__close {
    display: none;
  }
}
}
.header-search-placeholder {
  width: 314px;
  height: 40px;
  visibility: hidden;
  pointer-events: none;
}
/* Posicionar contador del carrito arriba al costado */
.header-icons-link.cart {
  position: relative !important;
  overflow: visible !important;
}

.header-icons-link.cart .cart-count {
  position: absolute !important;
  top: -8px !important;
  right: -8px !important;
  min-width: 15px !important;
  height: 15px !important;
  padding: 0 4px !important;
  border-radius: 999px !important;
  background: #5a6f66 !important;
  color: #fff !important;
  font-size: 9px !important;
  line-height: 15px !important;
  text-align: center !important;
  font-weight: 600 !important;
  z-index: 2 !important;
}

.header-icons-link.cart svg {
  width: 20px !important;
  height: 22px !important;
}
/* ===== ÍCONOS HEADER: MISMO TAMAÑO Y MISMA ALTURA ===== */

.header-icons-list {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
}

/* Cada ícono ocupa exactamente la misma caja */
.header-icons-link,
.mashini-search-trigger {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  padding: 0 !important;
}

/* Lupa, bolsa y cuenta quedan visualmente del mismo tamaño */
.header-icons-link svg,
.mashini-search-trigger svg {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
}

/* El carrito necesita conservar espacio para el círculo */
.header-icons-link.cart {
  position: relative !important;
  overflow: visible !important;
}

/* Número negro y circular, arriba a la derecha de la bolsa */
.header-icons-link.cart .cart-count,
.header-icons-link.cart .count-bubble,
.header-icons-link.cart .cart__count,
.header-icons-link.cart .header-cart-count {
  position: absolute !important;
  top: -7px !important;
  right: -7px !important;
  z-index: 5 !important;

  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 50% !important;
  background: #000 !important;
  color: #fff !important;

  font-size: 9px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

/* Evitar que los íconos se envuelvan en varias filas en teléfonos angostos */
@media screen and (max-width: 400px) {
  .header-icons-list {
    gap: 4px !important;
    flex-wrap: nowrap !important;
  }

  .header-icons-link,
  .mashini-search-trigger {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
  }

  .header-icons-link svg,
  .mashini-search-trigger svg {
    width: 20px !important;
    height: 20px !important;
  }
}
/* Fondo limpio de resultados de búsqueda móvil */
@media screen and (max-width: 767px) {
  .boost-sd__search-bar-autocomplete,
  .boost-sd__instant-search-results--mobile,
  .boost-sd__instant-search-results--mobile-style1,
  .boost-sd__instant-search-results--mobile-style2 {
    background: #ffffff !important;
  }

  .boost-sd__instant-search-results--mobile .boost-sd__instant-search-results-inner,
  .boost-sd__instant-search-results--mobile .boost-sd__search-result-wrapper {
    background: #ffffff !important;
  }
}
/* Ajuste fino: bajar sólo la lupa del header */
.header-icons-link.search svg,
.mashini-search-trigger svg {
  transform: translateY(2px) !important;
}
/* ELIMINAR LÍNEA EN RESULTADOS BOOST MOBILE */
@media screen and (max-width: 749px) {
  .boost-sd__search-widget-init-wrapper,
  .boost-sd__search-result,
  .boost-sd__search-result-wrapper,
  .boost-sd__search-result-main,
  .boost-sd__search-result-toolbar-container,
  .boost-sd__search-result-toolbar {
    border: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    background-image: none !important;
  }

  .boost-sd__search-widget-init-wrapper::before,
  .boost-sd__search-widget-init-wrapper::after,
  .boost-sd__search-result::before,
  .boost-sd__search-result::after,
  .boost-sd__search-result-wrapper::before,
  .boost-sd__search-result-wrapper::after,
  .boost-sd__search-result-main::before,
  .boost-sd__search-result-main::after {
    display: none !important;
    content: none !important;
  }
}
