/* Generated: 2025-10-24 23:25:16 */

/* Priority File: base/_variables.css */
:root {

    --color-primary: #49a54a;
    --color-secondary: #F59C36;
    --color-text: #000000;
    --color-text-dark-grey: #5C5C5C;
    --color-text-light: #525252;
    --color-text-lighter: #7e7e7e;
    --color-background: #ffffff;
    --color-background-light: #f5f5f5;
    --color-border: #D1D0D5;

    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;

    --border-radius-sm: 0.375rem;
    --border-radius-md: 0.5rem;
    --border-radius-lg: 1rem;

    --transition-default: all 0.3s ease;
    --transition-fast: all 0.2s ease;

    --z-index-overlay: 5000;
    --z-index-modal: 5001;
    --z-index-tooltip: 5002;


    --n25-main-orange: #F59C36;
    --n25-error-red: #F7525F;
    --n25-text-grey: #898989;
    --n25-border-grey: #D1D0D5;
    --n25-background-orange: #FFF4E6;
    --n25-background-green: #E7F7ED;
}

.mb-30px {
    margin-bottom: 20px;
}



/* Priority File: base/_typography.css */
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/GIP-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/GIP-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/GIP-UltraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/GIP-UltraLightItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/GIP-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/GIP-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/GIP-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/GIP-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/GIP-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/GIP-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/GIP-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/GIP-SemiBoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/GIP-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/GIP-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/GIP-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/GIP-ExtraBoldItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/GIP-Heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/GIP-HeavyItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
html {
    font-family: 'Gilroy', sans-serif;
    font-size: 14px;
}

body.body {
    background-color: var(--color-background-light);
    color: var(--color-text);
}

.color-dark-grey {
    color: var(--color-text-dark-grey);
}

.link-btn {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-weight: 600;
}

.link-dark {
    color: var(--color-text);
}

.link-dark:hover {
    color: var(--color-primary);
}

.link-primary {
    color: var(--color-primary);
}

.fw-600 {
    font-weight: 600;
}


.heading-h2 {
    font-size: 21px;
    font-weight: 700;
}
.heading-h3 {
    font-size: 18px;
    font-weight: 700;
}


/* Priority File: components/_header.css */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--color-background);
    box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.075);
    z-index: 5500;
    /* High z-index to appear above content */
    transition: transform 0.3s ease;
}

/* When header is hidden (scrolling down) */
.header.hidden {
    transform: translateY(-100%);
}

.header.menu-open {
    z-index: 5600;
    /* Higher than normal header z-index */
}

.header-top {
    background-color: #2c2e2f;
}

.header-top>.container {
    display: flex;
    align-items: center;
}

.header-tabs {
    display: flex;
    align-items: stretch;
}

.header-tab-item {
    background-color: #2c2e2f;
    color: #aab0b5;
    display: flex;
    padding: 1em 1.25em 1em 1rem;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    height: 3rem;
    align-items: center;
    transition: background-color 0.1s, color 0.1s;
}

.header-tab-item svg {
    height: 21px;
    width: auto;
}

.header-tab-item img {
    height: 21px;
    width: auto;
}

.header-tab-item:not(.active):hover {
    background-color: #3c3e3f;
    color: #ffffff;
}

.header-tab-item.active {
    background-color: #ffffff;
    color: #000000;
}


.header-top-navs {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.header-top-nav-item {
    background-color: #2c2e2f;
    border: 0;
    color: #ffffff;
    display: flex;
    padding: 0.5rem 1rem;
    cursor: pointer;
    align-items: center;
}

.header-top-nav-item:hover {
    color: #F59C36;
}

.header-top-nav-item:hover .header-top-nav-item-icon {
    --lord-icon-primary: #F59C36;
    --lord-icon-secondary: #F59C36;
}

.header-top-nav-item:last-child {
    margin-right: -1rem;
}

.header-top-nav-item-icon {
    margin-right: 0.625rem;
    height: 1.25rem;
    line-height: 1.25rem;
    width: 1.25rem;
    text-align: center;
}

.header-top-nav-item-icon lord-icon {
    display: block;
    height: 1.25rem;
    width: 1.25rem;
}

.header-top-nav-item-txt {
    min-width: 2rem;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.header-mid {
    padding: 1.5rem 0 0.25rem;
}

.header-mid>.container {
    display: flex;
    align-items: stretch;
    gap: 4rem;
}

.header-categories-btn {
    background: linear-gradient(90deg, #38A1FF 0%, #007AFF 100%);
    color: #ffffff;
    display: flex;
    cursor: pointer;
    align-items: stretch;
    border: 0;
    border-radius: 1rem;
    padding: 0;
    position: relative;
}

.header-categories-btn-logo {
    padding: 0.875rem;
    background-color: transparent;
    display: flex;
    align-items: center;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.header-categories-btn-logo:hover {
    background-color: rgba(255, 255, 255, 0.2)
}

.header-categories-btn-logo img {
    height: 2.375rem;
    width: auto;
    filter: brightness(0) invert(1);
}

.header-categories-btn-inner {
    margin: 0.875rem;
    display: flex;
    align-items: center;
    padding: 0.875rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
}

.header-categories-btn-icon {
    margin-right: 0.625rem;
}

.header-categories-btn-txt {
    line-height: 1rem;
}

.backtohome-text {
    background: #323436;
    color: #ffffff;
    padding: 0.375rem 0.75rem;
    border-radius: 0.5rem;
    position: absolute;
    font-size: 12px;
    left: 0;
    bottom: -2.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    transition: all 0.3s ease;
    white-space: nowrap;
    z-index: 5000;
}

.header-categories-btn-logo:hover~.backtohome-text {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-user-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;

}

.mobile-header-user-actions {
    display: none;

}

.mobile-header-user-action-btn {
    padding: 0 0.75rem;
    border: 0;
    border-right: 1px solid #D1D0D5;
    background-color: transparent;
}

.mobile-header-user-action-btn:last-child {
    border-right: none;
}

.header-user-action-btn {
    background: none;
    border: none;
    cursor: pointer;
    align-items: center;
    padding: 0.5rem 1rem;
    color: #000000;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}

.header-user-action-btn:last-child {
    margin-right: -1rem;
}

.mobile-header-user-action-icon {
    position: relative;
}

.mobile-header-user-action-icon img {
    width: 1.5rem;
    height: 1.5rem;
}

.mobile-header-user-action-iphone-special img {
    width: 2rem;
    height: 2rem;
}

.header-user-action-btn.active {
    color: var(--n25-main-orange);
}

.header-user-action-icon {
    position: relative;
    display: inline-block;
    margin: 0 auto 0.5rem;
}

.header-user-action-icon svg {
    fill: #000000;
}

.header-user-action-btn.active .header-user-action-icon svg {
    fill: var(--n25-main-orange);
}

.header-user-action-icon-cart {
    margin-right: 0.125rem;
}


.burger-menu {
    width: 0.875rem;
    height: 0.75rem;
    position: relative;
    cursor: pointer;
}

.burger-menu span {
    display: block;
    position: absolute;
    height: 0.1em;
    width: 100%;
    background: #ffffff;
    border-radius: 0.125em;
    transition: all 0.3s ease;
}

.burger-menu span:nth-child(1) {
    top: 0;
}

.burger-menu span:nth-child(2) {
    top: 0.25em;
}

.burger-menu span:nth-child(3) {
    top: 0.5em;
}

.burger-menu span:nth-child(3) {
    transform-origin: center;
}

.header-categories-btn-inner:not(.active):hover .burger-menu span:nth-child(3) {
    transform: translateX(0.25em);
}

.header-categories-btn-inner:not(.active):hover .burger-menu span:nth-child(2) {
    transform: translateX(0.125em);
    transition-delay: 0.1s;
}

.active .burger-menu span:nth-child(1) {
    transform: rotate(45deg);
    top: 0.25em;
}

.active .burger-menu span:nth-child(2) {
    opacity: 0;
}

.active .burger-menu span:nth-child(3) {
    transform: rotate(-45deg);
    top: 0.25em;
}

.header-bottom .container {
    opacity: 1;
    height: auto;
    visibility: visible;
    transition: 0.3s ease;
}





.cart-dropdown {
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.cart-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 5001;
}



/* File: base/_accordion.css */












/* File: base/_buttons.css */
.btn-green {
    background-color: #0DB14B;
    color: #fff;
    border: 1px solid var(--n25-main-orange);
    border-radius: 8px;
    padding: 0 16px;
    font-weight: 400;
    cursor: pointer;
    transition: var(--transition-default);
    font-size: 13px;
    height: 40px;
}

.btn-green:hover {
    background-color: #3DC16F;
    color: #fff;
    border: 1px solid #3DC16F;
}









.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-clear {
    background-color: transparent;
    color: #000000;
    border: 1px solid #D1D0D5;
    border-radius: 8px;
    padding: 0 16px;
    font-weight: 400;
    cursor: pointer;
    transition: var(--transition-default);
    font-size: 13px;
    height: 40px;
}

.btn-clear:hover {
    border: 1px solid var(--n25-main-orange);
}


.btn-white-border.active {
    border: 1px solid var(--n25-border-grey);
    background-color: #ffffff;
}


.btn-white-border .btn-icon {
    margin-right: 0.5rem;

}

.btn-white-border .btn-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.btn-icon {
    margin-right: 0.75rem;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    line-height: inherit;
}

.btn-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}









.btn-main-orange {
    background: linear-gradient(90deg, #FAD86E 0%, #F59C36 100%);
    color: #fff;
    border-radius: 8px;
    padding: 0 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 0;
    background-size: 200% 100%;
    background-position: 0% 0%;
    font-size: 13px;
    height: 40px;
}

.btn-main-orange:active {
    background-position: 100% 0%;
    box-shadow: 0 0.3125rem 0.9375rem rgba(245, 156, 54, 0.4);
    color: #fff;
}

.arrow-link-white {
    color: #ffffff;
    padding: 0.5rem;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.arrow-link-white svg {
    fill: #ffffff;
}


.arrow-link-white:hover {
    color: #000000;
}

.arrow-link-white:hover svg {
    fill: #000000;
}

















.btn-sm-icon-wishlist.active svg {
    fill: #0DB14B;
}


.btn-sm-icon-delete.active svg {
    fill: #F7525F;
}


.question-icon-btn {
    cursor: pointer;
    --lord-icon-primary: #000000;
    --lord-icon-secondary: #000000;
}

.question-icon-btn lord-icon {
    height: 1.125rem;
    width: 1.125rem;
    vertical-align: middle;
}

.question-icon-btn:hover {
    --lord-icon-primary: #F59C36;
    --lord-icon-secondary: #F59C36;
}

@keyframes buttonPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(0.625rem);
    }

    20% {
        opacity: 1;
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-0.625rem);
    }
}



.button-info {
    position: relative;
}

.button-info-tooltip {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    background: transparent;
}

.button-info-tooltip svg {
    fill: #000000;
}

.button-info-tooltip:hover svg {
    fill: #0DB14B;
}



@keyframes pulse4 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.5;
    }
}








.product-info-wishlist.active svg path {
	fill: var(--n25-main-orange);
	stroke: var(--n25-main-orange);
	stroke-width: 0;
}
/* File: base/_card.css */
.landing-card-header {
	margin-bottom: 25px;
}

.landing-card-header-title-link {
	color: #000000;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}

.landing-card-header-title-link:hover {
	color: var(--n25-main-orange);
}

.landing-card-header-title-txt {
	 font-size: 1.75em;
	font-weight: 700;
}

.landing-card-header-title-icon {
	margin-left: 14px;
	transition: transform 0.3s ease;
}

.landing-card-header-title-icon svg {
	fill: #000000;
}

.landing-card-header-title-link:hover svg {
	fill: var(--n25-main-orange);
}

.landing-card-header-title-link:hover .landing-card-header-title-icon {
	transform: translateX(7px);
}

.card {
	display: block;
	background-color: #ffffff;
	border-radius: 11px;
	box-shadow: 0 4px 16px 0 #0000000D;
	border: 0;
	flex-direction: row;
}

.card-label-md {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 14px;
}

.or-separator {
	display: flex;
	align-items: center;
	margin: 28px 0;
	color: #898989;
	font-size: 12px;

}

.or-separator::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #D1D0D5;
}

.or-separator::before {
	margin-right: 14px;
}

.or-separator::after {
	margin-left: 14px;
}




.card-header {
	padding: 21px;
}

.card-header.header-toggle {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card-header.header-toggle:hover {
	color: #49a54a;
}

.card-header.header-toggle svg {
	transition: transform 0.3s ease-in-out;
}

.card-header.header-toggle[aria-expanded="true"] svg {
	transform: rotate(45deg);
	transition: transform 0.3s ease-in-out;
}

.card-body {
	border-top: 1px solid #D1D0D5;

	padding: 21px;
}



.collapse.show {
	transition: all 0.3s ease !important;
}

/* File: base/_forms.css */
.form-label {
    font-size: 12px;
    font-weight: 700;
}

.form-control {
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #D1D0D5;
}

.password-field {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 0.75rem;
    top: 0.625rem;
    background: none;
    border: none;
    padding: 0.25rem;
    color: #898989;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.was-validated .form-control:valid+.password-toggle {
    right: 1.75rem;
}

.password-toggle:hover {
    color: #49a54a;
}

.password-toggle .password-toggle-hide {
    display: none;
}

.password-toggle.showing .password-toggle-show {
    display: none;
}

.password-toggle.showing .password-toggle-hide {
    display: block;
}



.password-input-wrapper .password-toggle {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0.25rem;
    color: #898989;
    cursor: pointer;
    z-index: 1;
}

.password-input-wrapper .password-toggle:hover {
    color: #49a54a;
}

.password-input-wrapper .form-control {
    padding-right: 2.5rem;
}

select.form-control {
    background-color: var(--color-background);
    border: 1px solid var(--color-border);
    font-size: 14px;

}

select.form-control:focus {
    border-color: var(--color-primary);
    box-shadow: none;
}

input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.form-check {
    padding-left: 1.5rem;
}

.form-check-input {
    width: 1rem;
    height: 1rem;
    border: 1px solid #D1D0D5;
    border-radius: 0.25rem;
    margin-top: 0;
}

.form-check .form-check-input {
    margin-left: -1.5rem;
    margin-top: 0.25rem;
}

.form-check-input:checked {
    background-color: #F59C36;
    border-color: #49a54a;
}

.form-check.lg-form {
    padding-left: 2rem;
}

.lg-form .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
}

.lg-form.form-check .form-check-input {
    margin-left: -2rem;
    margin-top: 0;
}

.form-select {
    background-color: var(--color-background);
    border: 1px solid var(--color-border);
    font-size: 14px;
    width: auto;
}

/* File: base/_reponsive.css */










/* File: base/_web-switch.css */
.switch-web-link.active {
    color: #000000;
    background: #ffffff;
}
.switch-web-link:not(.active):hover {
    color: #000000;
}

/* File: components/_animations.css */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translate(-0.625rem, -50%);
    }
    to {
        opacity: 1;
        transform: translate(0, -50%);
    }
}

@keyframes slideOutUp {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(-1.25rem);
        opacity: 0;
    }
 }

 @keyframes slideInDown {
    from {
        transform: translateY(1.25rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
 }

@keyframes notification-blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* File: components/_breadcrumb.css */
.breadcrumb {
	display: flex;
	align-items: center;
	color: #898989;
	margin: 0 0 20px 0;
	list-style: none;
	padding: 0;
	overflow: hidden;
}
.breadcrumb a {
	display: block;
	color: #898989;
	text-decoration: none;
	padding: 4px;
	white-space: nowrap;
}
.breadcrumb a:hover {
	color: var(--n25-main-orange);
}
.breadcrumb .separator {
	margin: 0 8px;
}
.breadcrumb .active a {
	color: #000000;
	cursor: default;
}


/* File: components/_cancel_modal.css */
#cancelOrderModal .modal-content {
	border-radius: 0.75rem;
}

#cancelOrderModal .modal-body {
	padding: 2.5rem;
	position: relative;
}

#cancelOrderModal .modal-body .btn-close {
	position: absolute;
	top: 1.75rem;
	right: 1.75rem;
	width: 0.4rem;
	height: 0.4rem;
}

#cancelOrderModal .modal-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 1.5rem;
	text-align: center;
}

#cancelOrderModal .form-label {
	font-weight: 600;
	font-size: 12px;
}



/* File: components/_cart-sidebar-summary.css */
/* Cart Sidebar Summary Component Styles */



/* Cart Price Collapsible Styles */









/* Shipping options radio buttons */








/* Tooltip and icon alignment */

.question-icon-btn {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
}

.question-icon-btn lord-icon {
	display: block;
}

/* Tooltip styling */










/* Coupon Code Section */




/* Shop Point Section */


















/* Icon in collapsible labels - only for coupon and shop point icons, not arrows */

/* Keep the original small size for cart-price-arrow */



/* Plus/minus icons for coupon and shop point sections */


/* Shop Points Discount */



/* Shipping Payment Switch */

.shipping-payment-switch .form-check-input {
	width: 40px;
	height: 24px;
	margin-top: 0;
	background-color: #E5E5E5;
	border-color: #E5E5E5;
	cursor: pointer;
}

.shipping-payment-switch .form-check-input:checked {
	background-color: var(--n25-main-orange);
	border-color: var(--n25-main-orange);
}

.shipping-payment-switch .form-check-label {
	margin-left: 8px;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
}


/* File: components/_cashback.css */
/* Cashback/Cashpoint Styles */

/* Profile Section Styles */
.crlb-profile-section {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: #ffffff;
    text-decoration: none;
}

.crlb-profile-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FEF3E8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.crlb-profile-details {
    flex: 1;
}

.crlb-profile-name {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 2px;
}

.crlb-profile-type {
    font-size: 12px;
    color: #6B7280;
}

/* Product Price View Cashback Styles */





/* User Level Cashback Styles */



/* Cart Cashback Styles */













.cart-reward-level-block {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.crlb-top {
    border-radius: 12px;
    padding: 2px;
    background: #6B7280;
    transition: background 0.3s ease;
}


.crlb-top-info-reward-level {
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.question-icon-btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.question-icon-btn:hover {
    opacity: 0.7;
}

.crlb-top-info-cashback {
    font-weight: 700;
}

/* Level-specific colors */
.level-new .crlb-top {
    background: #3DC16F;
}

.level-new .crlb-top-info-reward-level {
    color: #3DC16F;
}

.level-basic .crlb-top {
    background: #D1D0D5;
}

.level-basic .crlb-top-info-reward-level {
    color: #5C5C5C;
}

.level-bronze .crlb-top {
    background: #DFA893;
}

.level-bronze .crlb-top-info-reward-level {
    color: #DFA893;
}

.level-silver .crlb-top {
    background: #80A8BB;
}

.level-silver .crlb-top-info-reward-level {
    color: #80A8BB;
}

.level-gold .crlb-top {
    background: linear-gradient(90deg, #FAD86E 0%, #F59C36 100%);
}

.level-gold .crlb-top-info-reward-level {
    color: #F59C36;
}

.crlb-top-content {
    display: flex;
    gap: 8px;
    padding: 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
}

.crlb-top-info {
    flex: 1;
}

.crlb-top-info-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}











.crlb-progress-text {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #5C5C5C;
}

.crlb-progress-text span {
    font-size: 14px;
}

.crlb-progress-bar {
    height: 5px;
    background: #ffffff;
    border-radius: 2.5px;
    margin: 12px 0;
    position: relative;
}

.crlb-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #10b981 0%, #059669 100%);
    border-radius: 2.5px;
    transition: width 0.3s ease;
    position: relative;
    z-index: 1;
}

.crlb-progress-markers {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 2;
}

.crlb-progress-marker {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.crlb-progress-marker[data-position="0"] {
    left: 0%;
}

.crlb-progress-marker[data-position="33.33"] {
    left: 33.33%;
}

.crlb-progress-marker[data-position="66.66"] {
    left: 66.66%;
}

.crlb-progress-marker[data-position="100"] {
    left: 100%;
}

/* Filled marker state */
.crlb-progress-marker.filled {
    background: #10b981;
    border-color: #10b981;
}

/* Level-specific progress bar colors */
.level-new .crlb-progress-fill {
    background: #3DC16F;
}

.level-new .crlb-progress-marker.filled {
    background: #3DC16F;
    border-color: #3DC16F;
}

.level-basic .crlb-progress-fill {
    background: #D1D0D5;
}

.level-basic .crlb-progress-marker.filled {
    background: #D1D0D5;
    border-color: #D1D0D5;
}

.level-bronze .crlb-progress-fill {
    background: #DFA893;
}

.level-bronze .crlb-progress-marker.filled {
    background: #DFA893;
    border-color: #DFA893;
}

.level-silver .crlb-progress-fill {
    background: #80A8BB;
}

.level-silver .crlb-progress-marker.filled {
    background: #80A8BB;
    border-color: #80A8BB;
}

.level-gold .crlb-progress-fill {
    background: #F59C36;
}

.level-gold .crlb-progress-marker.filled {
    background: #F59C36;
    border-color: #F59C36;
}

/* Level Info Modal Styles */







/* Level Info Table Styles */




/* Header styles */



/* Body styles */






/* New user bonus info styles */










/* Responsive Styles */



.level-gold .crlb-progress-text {
    font-size: 11px;
}
/* File: components/_change-count.css */

/* File: components/_clippy.css */
@property --clippy-rotate {
	syntax: "<angle>";
	initial-value: 135deg;
	inherits: false;
}






@keyframes clippy-spin {
	0% {
		--clippy-rotate: 0deg;
	}

	100% {
		--clippy-rotate: 360deg;
	}
}


/* File: components/_footer.css */
.footer {
	background-color: #f5f5f5;
	box-shadow: 0 100vh 0 100vh #f5f5f5;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	gap: 3.75rem;
	padding: 2.5rem 0 1.75rem;
}

.footer-nav-col .footer-nav-item {
	text-wrap: nowrap;
}

.footer-nav-col:last-child .footer-nav-item {
	text-wrap: wrap;
}

.footer-nav-title {
	font-weight: 700;
	color: #000000;
	font-size: 14px;
	text-wrap: nowrap;
}

.footer-nav {
	list-style: none;
	padding: 0.125rem 0;
	margin: 0;
}

.footer-nav-link {
	color: #525252;
	text-decoration: none;
	font-size: 13px;
	display: flex;
	align-items: center;
	padding: 0;
	border: 0;
	background: transparent;
}

.footer-nav-link:hover {
	color: #000000;
}

.footer-nav-icon {
	margin-right: 0.625rem;
	width: 1.25rem;
	text-align: center;
}

.footer-nav-txt {
	padding: 0.5rem 0;
}

.footer-bottom {
	color: #525252;
	border-top: 1px solid #cacacf;
	padding: 1.75rem 0;
	font-size: 13px;
	display: flex;
	gap: 1.5rem;
}
.footer-payment {
	margin-left: auto;
	flex-shrink: 1;
	display: flex;
	gap: 0.5rem;
}
.footer-payment img {
	background: #ffffff;
	border-radius: 0.5rem;
	padding: 0.375rem;
	height: 2rem;
}











/* File: components/_header-bottom-dropdown.css */
.header-bottom-nav-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: transparent;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-1rem);
	transition: all 0.3s ease;
	z-index: 5001;
}

.header-bottom-nav-dropdown.show {
	display: block;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.header-bottom-nav-dropdown-content {
	background: #ffffff;
	margin-top: 1rem;
	padding: 2rem;
	border-radius: 1rem;
	box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.1);
	display: flex;
	gap: 2rem;
}
.header-bottom-nav-brands {
	flex-grow: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
}
.header-bottom-nav-brands-ads {
	flex-shrink: 1;
}
.header-bottom-nav-brand {
	height: 7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	border: 1px solid #D1D0D5;
	border-radius: 0.75rem;
	font-size: 20px;
	font-weight: 700;
	color: #2f3045;
	text-decoration: none;
	padding: 1rem;
	position: relative;
	overflow: hidden;

}
.header-bottom-nav-brand img {
	max-width: 8rem;
	max-height: 5rem;
	width: auto;
	height: auto;
}



/* File: components/_header-categories.css */
.categories-menu-wrap {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 5001;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-1rem);
	transition: all 0.3s ease;
}

.categories-menu-wrap.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.categories-menu {
	position: relative;
	margin-top: 1rem;
	background-color: #ffffff;
	padding: 2rem;
	border-radius: 1rem;
	box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.1);
	z-index: 5001;
}

.categories-menu-content {
	position: relative;
	z-index: 5001;
	display: flex;
	gap: 2rem;
	align-items: stretch;
}

.categories-menu-content .tab-content {
	flex-grow: 1;
}

.categories-menu-content-mainnav {
	width: 18.75rem;
}

.categories-menu-content-mainnav-btn {
	border: 0;
	padding: 0 1.5rem;
	height: 3.5rem;
	align-items: center;
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	display: flex;
	width: 100%;
	border-radius: 0;
	justify-content: space-between;
	border-top: 1px dotted #D1D0D5;
}

.categories-menu-content-mainnav-btn.active {
	background: var(--n25-background-orange);
	color: #000000;
	border-radius: 0.5rem;
	border-top: 0;
}

.categories-menu-content-mainnav-btn:first-child {
	border-top: 0;
}

.categories-menu-content-mainnav-btn+.categories-menu-content-mainnav-btn.active {
	border-top: 0;
}

.categories-menu-content-mainnav-btn.active+.categories-menu-content-mainnav-btn {
	border-top: 0;
}

.categories-menu-content-mainnav-btn-icon {
	transition: margin-right 0.3s ease;
}

.categories-menu-content-mainnav-btn-icon svg {
	fill: #000000;
}

.categories-menu-content-mainnav-btn.active .categories-menu-content-mainnav-btn-icon svg {
	fill: #000000;
}

.categories-menu-content-mainnav-btn:not(.active):hover .categories-menu-content-mainnav-btn-icon {
	margin-right: 0.5rem;
}

.categories-menu-content-subnav {
	column-count: 3;
	column-gap: 1rem;
	column-fill: balance;
	width: 100%;
}

.categories-menu-content-subnav-item {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	padding: 1rem;
	box-sizing: border-box;
	margin-bottom: 1rem;
	display: inline-block;
	width: 100%;
}

.categories-menu-content-subnav-item-title {
	font-weight: 700;
	color: #000000;
	font-size: 14px;
	margin-bottom: 0.875rem;
}

.categories-menu-content-subnav-item-link-item {
	color: #898989;
	text-decoration: none;
	display: block;
	padding: 0.250rem 0;
}

.categories-menu-content-subnav-item-link-item:hover {
	color: var(--n25-main-orange);
}

.categories-menu-content-bnr-link {
	border-radius: 0.5rem;
	display: block;
	overflow: hidden;
}

.categories-menu-content-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1rem;
}

.categories-menu-mobile {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 5002;
	display: none;
	flex-direction: column;
	overflow: hidden;
	padding: 0 0.875rem;
}

.categories-menu-mobile.active {
	display: flex;
}

.categories-menu-mobile-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.5rem;
}

.categories-menu-mobile-close {
	border: none;
	background: none;
	padding: 0.5rem;
	color: #323232;
	margin-right: -0.875rem;
	display: block;
}

.categories-menu-mobile-title {
	font-weight: 600;
	font-size: 16px;
}

.categories-menu-mobile-body {
	flex: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	padding-bottom: 1rem;

}

.categories-menu-mobile-body::-webkit-scrollbar {
	display: none;
}

.categories-menu-mobile-item {
	border-bottom: 1px solid #D1D0D5;
}

.categories-menu-mobile-item:last-child {
	border-bottom: none;
}

.categories-menu-mobile-button {
	width: 100%;
	border: none;
	background: none;
	padding: 1rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000000;
	font-weight: 500;
}
.categories-menu-mobile-button.own-link {
	background: var(--n25-background-green);
	padding: 0.75rem 1rem;
	gap: 0.75rem;
	align-items: center;
	border-radius: 0.5rem;
	text-decoration: none;
	margin-top: 0.375rem;
}
.categories-menu-content .categories-menu-mobile-button.own-link {
	padding: 1rem 1.5rem;

}

.categories-menu-mobile-arrow {
	transition: transform 0.3s ease;
}

.categories-menu-mobile-button[aria-expanded="true"] .categories-menu-mobile-arrow {
	transform: rotate(180deg);
}

.categories-menu-mobile-content {
	display: none;
	padding: 0 1rem 1rem;
}

.categories-menu-mobile-content.active {
	display: block;
}

.categories-menu-mobile-subtitle {
	font-weight: 600;
	margin: 1rem 0 0.5rem;
}

.categories-menu-mobile-link {
	display: block;
	padding: 0.5rem 0;
	color: #666666;
	text-decoration: none;
}

.categories-menu-mobile-link:hover {
	color: var(--n25-main-orange);
}

body.overflow-hidden {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
}





/* File: components/_header-nav.css */

.header-bottom {
	padding: 0.5rem 0;
}

.header-bottom>.container {
	display: flex;
	align-items: center;
}

.header-bottom-navs {
	margin-left: -0.75em;
	flex-grow: 1;
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;

}

.header-bottom-link-btn {
	white-space: nowrap;
	text-decoration: none;
	display: none;
	padding: 0.5rem 0.75rem;
	color: #000000;
	transition: color 0.2s;
	background: #ffffff;
	border: 0;
}

.header-bottom-nav-item-home  {
	text-decoration: none;
	white-space: nowrap;
	padding: 0.5rem 0.75rem;
	color: #000000;
	transition: color 0.2s;
	background: #ffffff;
	border: 0;
}
 .header-bottom-nav-item-home svg {
	stroke: #000000;
}
.header-bottom-nav-item-home:hover svg {
	stroke: var(--n25-main-orange);
}

.header-bottom-link-btn:focus {
	outline: none;
}

.header-bottom-nav-item.visible {
	display: inline-block;
}

.header-bottom-nav-item:hover {
	color: var(--n25-main-orange);
}
.header-bottom-nav-item {
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    padding: 0.5rem 0.75rem;
    color: #000000;
    transition: color 0.2s;
    background: #ffffff;
    border: 0;
}

.header-bottom-nav-item.active {
    color: var(--n25-main-orange);
}

.header-bottom-link-btn {
	display: flex;
	flex-wrap: nowrap;
	text-wrap: nowrap;
	gap: 0.375rem;
	fill: #000000;
	color: #000000;
	stroke: #000000;
	transition: color 0.2s, fill 0.2s;
}

.header-bottom-link-btn:hover {
	color: var(--n25-main-orange);
	fill: var(--n25-main-orange);
	stroke: var(--n25-main-orange);
}
.header-bottom-link-btn.skybox-link:hover svg {
	color: inherit;
	fill: inherit;
	stroke: inherit;
}




/* File: components/_header-search.css */

.header-search {
	flex-grow: 1;
     position: static;
}

.search-container {
	display: flex;
	max-width: 40rem;
	background: var(--color-background-light);
	border-radius: var(--border-radius-lg);
	border: 0.09375rem solid var(--color-border);
	height: 4.375rem;
	position: relative;
	z-index: inherit;
	width: 100%;

}

.custom-dropdown {
	position: relative;
	min-width: 9.5rem;
	display: flex;
}

.header-dropdown-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.75rem 1.25rem;
	font-weight: 600;
	color: #000;
	cursor: pointer;
	user-select: none;
	background-color: #f5f5f5;
	flex: 1;
	border-top-left-radius: 0.875rem;
	border-bottom-left-radius: 0.875rem;
	height: 100%;
	gap: 0.5rem;
}

.header-dropdown-toggle .store-content {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.store-info {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.store-name {
	font-size: 14px;
	font-weight: 600;
}

.store-tax-free {
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

.dropdown-arrow {
	position: relative;
	width: 0.625rem;
	height: 0.625rem;
	margin-left: 0.5rem;
	opacity: 0.5;
	transition: transform 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dropdown-arrow::before {
	content: "";
	position: absolute;
	width: 0.5rem;
	height: 0.5rem;
	border-right: 0.125rem solid #000;
	border-bottom: 0.125rem solid #000;
	transform: rotate(45deg);
	top: 0;
}

.header-dropdown-toggle.active .dropdown-arrow {
	transform: rotate(180deg);
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: white;
	border-radius: 0.75rem;
	margin-top: 0.5rem;
	display: none;
	z-index: 6002;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dropdown-menu.show {
	display: block;
}

.dropdown-item {
	padding: 0.75rem 1.25rem;
	cursor: pointer;
	transition: background 0.2s;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.dropdown-item .store-info {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.dropdown-item .store-name {
	font-size: 14px;
	font-weight: 600;
}

.dropdown-item .store-tax-free {
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

.dropdown-item:hover {
	background: #f5f5f5;
}

.dropdown-item:first-child {
	border-top-left-radius: 0.75rem;
	border-top-right-radius: 0.75rem;
}

.dropdown-item:last-child {
	border-bottom-left-radius: 0.75rem;
	border-bottom-right-radius: 0.75rem;
}

.hidden-select {
	display: none;
}

.search-input {
	flex-grow: 1;
	padding: 0.75rem 1.25rem;
	font-size: 16px;
	border: none;
	background: #ffffff;
	color: #666;
	outline: none;
	height: 100%;
	width: 4rem;
}

.search-input::placeholder {
	color: #999;
}

.search-icon {
	display: flex;
	height: 100%;
	width: 4.375rem;
	justify-content: center;
	align-items: center;
	color: #666;
	background-color: #ffffff;
	transition: all 0.2s ease;
	border-top-right-radius: 0.875rem;
	border-bottom-right-radius: 0.875rem;
	border: 0;
}

.search-icon svg {
	width: 1.25rem;
	height: 1.25rem;
}

.search-container.focused {
	position: absolute;
	border-color: var(--n25-main-orange);
	border-width: 1px;
	background-color: var(--n25-main-orange);
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
	max-width: 56.25rem;
	width: calc(100vw - 4rem);
	left: 50%;
	transform: translateX(-50%);
	z-index: 6000;
}

.overlay.search-overlay {
	z-index: 5999;
	background-color: rgba(0, 0, 0, 0.3);
}

body.search-focused {
	overflow: hidden;
}



.search-container.focused .search-icon {
	background-color: var(--n25-main-orange);
	color: white;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.recent-searches {
	position: absolute;
	top: calc(100% + 0.5rem);
	left: 0;
	width: 100%;
	background: white;
	border-radius: 1rem;
	box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
	display: none;
	overflow: hidden;
	padding: 1rem 1.25rem;
	z-index: 6001;
}

.search-container.focused .recent-searches {
	display: block;
}

.recent-searches-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.25rem;
}

.recent-searches-header span a {
	color: #7e7e7e;
	font-size: 12px;
	text-decoration: none;
}
.recent-searches-header span a:hover {
	color: #49a54a;
}

.recent-searches-clear {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	height: 1.3125rem;
	width: 1.3125rem;
}

.recent-searches-clear {
	--lord-icon-primary: #7e7e7e;
}

.recent-searches-clear:hover {
	--lord-icon-primary: var(--n25-main-orange);
}

.recent-searches-list {
	max-height: 18.75rem;
	overflow-y: auto;
}




/* Brand Icons */
.store-icon {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 600;
	flex-shrink: 0;
}

/* Amazon - Orange/Black theme */
.store-icon.amazon {
	background-color: #F6A61F;
	color: #fff;
}

/* eBay - 4-color stripe theme */
.store-icon.ebay {
	background: linear-gradient(to right, 
		#e53935 0%, #e53935 25%, 
		#1e88e5 25%, #1e88e5 50%, 
		#f9a825 50%, #f9a825 75%, 
		#8bc34a 75%, #8bc34a 100%);
	color: #fff;
}

/* Walmart - Blue theme */
.store-icon.walmart {
	background-color: #004C91;
	color: #fff;
}

/* Sephora - Black theme */
.store-icon.sephora {
	background-color: #000000;
	color: #fff;
}

/* Recent search item styling */

.recent-search-item .store-icon {
	width: 2.125rem;
	height: 2.125rem;
	font-size: 16px;
}



/* File: components/_header_dropdowns.css */

.account-dropdown,
.notifications-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: transparent;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-1rem);
	transition: all 0.3s ease;
	z-index: 5001;
}

.cart-dropdown {
	position: fixed;
	top: 184px;
	left: 0;
	right: 0;
	background: transparent;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-14px);
	transition: all 0.3s ease;
	z-index: 5001;
}

.account-dropdown>.container,
.cart-dropdown>.container,
.notifications-dropdown>.container {
	position: relative;
}

.account-dropdown.show,
.notifications-dropdown.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.cart-dropdown.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.account-dropdown-content,
.cart-dropdown-content,
.notifications-dropdown-content {
	position: absolute;
	right: 0.725rem;
	top: 1rem;
	background: #ffffff;
	border-radius: 0.75rem;
	box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.1);
	padding: 1.5rem;
	min-width: 22.5rem;
}

.cart-dropdown-content {
	max-width: 350px;
}

.account-dropdown-content-body {
	border-top: 1px solid #D1D0D5;
	border-bottom: 1px solid #D1D0D5;
	margin: 1rem 0;
	padding: 0.75rem 0;
}

.account-dropdown-content-link {
	display: flex;
	padding: 0.375rem 0;
	color: #000000;
	text-decoration: none;
	align-items: center;
	gap: 0.5rem;
}

.account-dropdown-content-link lord-icon {
	width: 1.75rem;
	height: 1.75rem;
}

.account-dropdown-content-link.active {
	color: var(--n25-main-orange);
}

.account-dropdown-content-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	text-decoration: none;
	color: #000000;
}

.account-dropdown-content-avatar {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: #FFF5E6;
	display: flex;
	justify-content: center;
	align-items: center;
}

.account-dropdown-content-header-profile-name {
	font-weight: 700;
}

.account-dropdown-content-header-profile-type {
	color: #5C5C5C;
}

.notifications-dropdown-title {
	font-weight: 700;
	font-size: 16px;
}

.notifications-dropdown-body {
	border-top: 1px solid #D1D0D5;
	border-bottom: 1px solid #D1D0D5;
	margin: 1rem 0;
	padding: 0.75rem 0;
}






.cart-dropdown-title {
	font-weight: 700;
	font-size: 16px;
}

.cart-dropdown-body {
	border-top: 1px solid #D1D0D5;
	border-bottom: 1px solid #D1D0D5;
	margin: 1rem 0;
	padding: 0.75rem 0;
}



.cart-dropdown-total {
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
	margin-top: 0.5rem;
	margin-bottom: 1.25rem;
	align-items: center;
}

.cart-dropdown-total-title {
	color: #5C5C5C;
}

.cart-dropdown-total-price {
	font-weight: 700;
	color: #000000;
}







.cart-dropdown-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cart-dropdown-close {
    display: none;
    padding: 0.5rem;
    background: none;
    border: none;
    color: #000000;
    cursor: pointer;
}

.cart-dropdown-title-added {
    display: none;
    align-items: center;
    gap: 0.5rem;
}

.cart-dropdown-title-added svg {
    flex-shrink: 0;
}



/* File: components/_hidden-fees-block.css */
.hidden-fees-block {
    width: 100%;
    background-color: #f8f9fa;
    background-image: url('../images/landing-block-bg.webp');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 60px 0;
    margin: 0 0 35px;
    position: relative;
}
.hidden-fees-content {
    max-width: 33%;
    text-align: left;
}
.hidden-fees-title {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.3;
}
.hidden-fees-text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}


/* File: components/_instructions.css */



/* File: components/_landing-brandstore-block.css */
.lbb-landing-brandstore-showcase {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 35px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
.lbb-promo-banner-wrapper {
    flex: 0 0 300px;
}
.lbb-promo-banner {
    color: #333333;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.lbb-promo-banner.lbb-has-banner-image {
    padding: 0;
}
.lbb-promo-banner.lbb-has-banner-image .lbb-promo-banner-content {
    background: rgba(255, 255, 255, 0.95);
}
.lbb-promo-banner-content {
    z-index: 2;
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.lbb-brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #D1D0D5;
    border-radius: 20px;
    padding: 0 10px;
    margin-bottom: 20px;
    margin-top: 0;
}
.lbb-brand-logo img {
    max-width: 120px;
    max-height: 45px;
    height: auto;
    width: auto;
    object-fit: contain;
}
.lbb-banner-subtitle {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 8px 0;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.lbb-banner-title {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 25px 0;
    line-height: 1em;
    color: #333333;
}
.lbb-banner-btn {
    display: inline-block;
    background-color: #333333;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}
.lbb-banner-btn:hover {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}
.lbb-content-wrapper {
    flex: 1;
    min-width: 0;
    padding: 20px;
}
.lbb-categories {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.lbb-categories-label {
    font-size: 14px;
    color: #666666;
    margin-right: 4px;
}
.lbb-category-link {
    display: inline-block;
    background-color: #f5f5f5;
    color: #333333;
    padding: 5px 12px;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid #f5f5f5;
    font-size: 13px;
    transition: all 0.3s ease;
}
.lbb-category-link:hover {
    background-color: #ffffff;
    border-color: #333333;
    color: #333333;
    text-decoration: none;
}
.lbb-showcase-slider {
    position: relative;
    margin: 0;
    display: none;
}
.lbb-showcase-slider .slick-track {
    display: flex !important;
    align-items: stretch !important;
}
.lbb-showcase-slider .slick-slide {
    height: inherit !important;
}
.lbb-showcase-slider .slick-slide > div {
    height: 100%;
}
.lbb-showcase-slider .product-showcase-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.lbb-showcase-slider .n25-product-thumb {
    height: 100%;
    display: flex;
}
.lbb-showcase-slider .pt-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 0.5px solid #e0e0e0;
}
.lbb-showcase-slider .slick-next {
    background-color: #ffffff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
    position: absolute;
    border: 0;
    color: transparent;
    z-index: 1000;
    top: 50%;
    transform: translateY(-50%);
}
.lbb-showcase-slider .slick-next:hover {
    background-color: #333333;
}
.lbb-showcase-slider .slick-prev {
    left: -0.625rem;
}
.lbb-showcase-slider .slick-next {
    right: -0.625rem;
}
.lbb-showcase-slider .slick-next::before {
    content: '';
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-style: solid;
    border-width: 0 0.15rem 0.15rem 0;
    border-color: #333333;
    position: absolute;
    opacity: 1;
}
.lbb-showcase-slider .slick-next:hover::before {
    border-color: #ffffff;
}
.lbb-showcase-slider .slick-prev::before {
    left: 43%;
    transform: rotate(135deg);
}
.lbb-showcase-slider .slick-next::before {
    right: 43%;
    transform: rotate(-45deg);
}
.lbb-landing-brandstore-showcase .product-showcase-item {
    flex: 0 0 auto;
    width: calc(20% - 12px);
    min-width: 200px;
}

/* File: components/_landing-comment.css */

.landing-comments-wrap {
    column-count: 3;
    column-gap: 1.25rem;
    margin-bottom: -1.25rem;
}

.landing-comment-item {
    padding: 1.5rem;
    border-radius: 0.75rem;
    background-color: #ffffff;
    margin-bottom: 1.25rem;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    display: inline-block;
    width: 100%;
}

.landing-comment-item-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.landing-comment-item-header-info {
    flex-grow: 1;
}

.landing-comment-item-header-avatar img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.landing-comment-item-header-info-name {
    font-weight: 700;
}

.landing-comment-item-header-info-date {
    font-size: 0.75em;
    color: #5C5C5C;
    font-weight: 300;
}



/* File: components/_landing-deals-block.css */
.dpb-landing-deals-showcase {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 35px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
.dpb-promo-banner-wrapper {
    flex: 0 0 280px;
    min-height: 400px;
    overflow: hidden;
}
.dpb-promo-banner {
    background: linear-gradient(135deg, #1399FF 0%, #0d7ed4 100%);
    color: white;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.dpb-promo-banner.dpb-has-banner-image {
    padding: 0;
}
.dpb-promo-banner-content {
    z-index: 2;
    padding: 20px 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
}
.dpb-banner-header {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
.dpb-banner-subtitle {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 8px 0;
    opacity: 0.95;
}
.dpb-banner-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 14px 0;
    line-height: 1.1em;
}
.dpb-banner-btn {
    display: none;
}
.dpb-banner-categories {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}
.dpb-content-wrapper {
    flex: 1;
    min-width: 0;
    padding: 20px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.dpb-categories-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
}
.dpb-categories-dropdown {
    display: none;
}
.dpb-category-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 6px;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
    background: rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
}
.dpb-category-item:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    text-decoration: none;
    transform: translateX(3px);
}
.dpb-category-all {
    margin-bottom: 6px;
}
.dpb-category-icon {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}
.dpb-category-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dpb-category-icon svg {
    width: 16px;
    height: 16px;
}
.dpb-category-text {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dpb-content-wrapper.slider-loaded {
    opacity: 1;
    visibility: visible;
}
#dpb-showcase-slider {
    position: relative;
    margin: 0;
    display: none;
}

#dpb-showcase-slider .n25-product-thumb {
    height: 100%;
    display: flex;
}
#dpb-showcase-slider .pt-container {
    height: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    border: 0.5px solid #D1D0D5;
}
.dpb-landing-deals-showcase .product-showcase-item {
    flex: 0 0 auto;
    width: calc(20% - 12px);
    min-width: 200px;
}

/* File: components/_landing-primeday.css */




















/* Prime Day products slider */

/* Hide products until slider is initialized */


/* Show slider smoothly when initialized */






/* Ensure equal height for all sliders */




.primeday-products-slider .n25-product-thumb {
    display: flex;
    height: 100%;
}

.primeday-products-slider .pt-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.primeday-products-slider .pt-title {
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.primeday-products-slider .pt-prices {
    margin-top: auto;
}

/* Arrow styles similar to deals page */











/* Responsive design */



/* File: components/_landing-showcase.css */





















.product-related-slider .n25-product-thumb {
    height: 100%;
    display: flex;
}

.product-related-slider .pt-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

























/* Add spacing between deal rows */















@keyframes shine {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

.landing-bnr .slide-item img {
    border-radius: 1rem;
    border-radius: 1rem;
}


/* File: components/_landing-slider.css */
.landing-bnr {
    margin-bottom: 31px;
}

.landing-bnr .slick-slider {
    border-radius: 1rem;
    overflow: hidden;
}

.landing-bnr .slick-slide {
    padding: 0 0.125rem;
}

.landing-bnr .slide-item img {
    border-radius: 1rem;
}

.landing-bnr .slick-dots {
    display: flex;
    background: rgba(255, 255, 255, 0.3);
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: auto;
    padding: 0.75rem;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1.5rem;
    gap: 0.5rem;
    position: absolute;
    list-style: none;
}

.landing-bnr .slick-dots li {
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
}

.landing-bnr .slick-dots li button {
    display: block;
    background: transparent;
    border: 1px solid #ffffff;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    padding: 0;
    color: transparent;
}

.landing-bnr .slick-dots li button::before {
    content: none;
}

.landing-bnr .slick-dots li.slick-active button {
    background: #ffffff;
}




/* File: components/_landing-specialcategory-block.css */
#scb-showcase-slider {
    position: relative;
    margin: 0;
    display: none;
}
#scb-showcase-slider .n25-product-thumb {
    height: 100%;
    display: flex;
}
#scb-showcase-slider .pt-container {
    height: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    border: 0.5px solid #D1D0D5;
}

/* File: components/_landing-whyus-block.css */
.landing-whyus-block {
    margin: 35px 0;
}

.whyus-gradient-ring {
    position: relative;
    padding: 3px;
    background: linear-gradient(90deg, #00C8E4 0%, #A855F7 25%, #FF6B00 50%, #A855F7 75%, #00C8E4 100%);
    background-size: 200% 200%;
    animation: gradientMove 3s ease infinite;
    border-radius: 16px;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.whyus-content-wrapper {
    background: #ffffff;
    border-radius: 13px;
    padding: 40px;
    position: relative;
}

.whyus-header {
    text-align: center;
    margin-bottom: 35px;
}

.whyus-header-subtitle {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.whyus-header-title {
    font-size: 52px;
    font-weight: 700;
    margin: 0;
}


/* File: components/_landing_because_searched.css */
.landing-because-searched-block {
    padding: 48px 24px 24px;
    background-color: #ffffff;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.lbs-header {
    text-align: center;
    margin-bottom: 32px;
}

.lbs-title {
    font-size: 36px;
    font-weight: 700;
}

.lbs-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    flex: 1;
}

/* Featured Product Styles */
.lbs-featured {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.lbs-featured-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.lbs-featured-image {
    position: relative;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 16px;
}

.lbs-featured-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
}



.lbs-featured-info {
    width: 100%;
    max-width: 420px;
    text-align: left;
    margin: 0 auto;
}

.lbs-featured-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
    margin: 0 0 12px 0;
    overflow: hidden;
}





.lbs-featured-price {
    font-size: 36px;
    font-weight: 700;
    color: #000;
}

/* Products Grid Styles */
.lbs-products-grid {
    display: inline-grid;
    grid-template-columns: repeat(4, 88px);
    gap: 24px;
}

.lbs-product-item {
    background: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    padding: 8px;
    border: 1px solid #D1D0D5;
    border-radius: 4px;
}

.lbs-product-item:hover {
    border-color: var(--n25-main-orange);
}

.lbs-product-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lbs-product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


/* Image placeholder styles */


/* Responsive Styles */







/* File: components/_landing_continue_block.css */
.landing-continue-block {
	display: flex;
	align-items: center;
	padding: 48px;
	border-radius: 12px;
	background-color: #ffffff;
	margin-bottom: 35px;
	gap: 48px;
}

.lcb-title {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
}

.lcb-title span {
	font-size: 36px;
	font-weight: 700;
	display: block;
}

.lcb-header {
	flex-shrink: 1;
}

.lcb-content {
	flex-grow: 1;
	width: 100%;
	overflow: hidden;
}

#lcb-slider {
	display: none;
}


.lcb-item-image {
	padding: 10px;
}

.lcb-item-image img {
	width: 100%;
	max-width: 100px;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	padding: 8px;
	border-radius: 6px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid var(--n25-border-grey);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}




.lcb-item-link {
	text-decoration: none;
	color: #000000;
}

.lcb-item-link:hover .lcb-item-image img {
	padding: 7px;
	border: 2px solid var(--n25-main-orange);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.lcb-item-link:hover .lcb-item-image-placeholder {
	padding: 7px;
	border: 2px solid var(--n25-main-orange);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}












/* File: components/_landing_special_deals_block.css */
.landing-special-deals-block {
	display: flex;
	align-items: center;
	padding: 48px;
	border-radius: 12px;
	background-color: #ffffff;
	margin-bottom: 35px;
	gap: 48px;
}

.lsdb-title {
	text-wrap: nowrap;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
}

.lsdb-title span {
	font-size: 36px;
	font-weight: 700;
	display: block;
}

.lsdb-header {
	flex-shrink: 1;
}

.lsdb-content {
	flex-grow: 1;
	width: 100%;
	overflow: hidden;
}

/* Slider styles */
#lsdb-slider {
	display: none;
}


.lsdb-item {
	padding: 0 8px;
	height: 100%;
	display: flex;
	flex-direction: column;
}






/* Responsive styles copied from landing continue block */





/* File: components/_language-modal.css */

#languageModal .btn {
    transition: all 0.2s ease;
}

#languageModal .btn:hover:not(:disabled) {
    border-color: #FF6C0E;
    background-color: rgba(255, 108, 14, 0.05);
}

#languageModal .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 108, 14, 0.25);
}

#languageModal .modal-body {
    padding: 1.5rem;
}

#languageModal .modal-header {
    padding: 1rem 1rem 0.5rem;
}
/* File: components/_main-content.css */
:root {
	--header-dark-bg: #2c2e2f;
}

body {
	background-color: var(--header-dark-bg);
	margin: 0;
	padding: 0;
	font-size: 14px;
	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);

}

html, body {
    touch-action: manipulation;
}

body.body {
	background-color: var(--color-background-light);
}

.main-content {
	padding: 2.5rem 0 1.5rem;
	background-color: #f5f5f5;
}



/* File: components/_mobile-nav.css */
.mobile-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	z-index: 100;
	transition: transform 0.3s ease;
	display: none;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	padding: 0.5rem 0 calc(0.5rem + env(safe-area-inset-bottom, 0));
}

.mobile-nav-inner {
	display: flex;
	gap: 0.5rem;
	width: 100%;
	margin: 0 auto;
	padding: 0 0.75rem;
}

.mobile-nav-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0.25rem;
	color: #898989;
	text-decoration: none;
	border: 0;
	background: none;
	position: relative;
	min-width: 0;
	width: 100%;
	flex-grow: 1;
}

.mobile-nav-icon {
	margin-bottom: 0.25rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.625rem;
	height: 1.625rem;
}
.mobile-nav-icon .notification-bubble {
    position: absolute;
    top: -0.3125rem;
    right: -0.5rem;
    background-color: #F7525F;
    color: #ffffff;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    font-size: 9px;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.mobile-nav-icon svg {
	fill: #898989;
}

.mobile-nav-txt {
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mobile-nav-item.active .mobile-nav-txt{
	color: var(--n25-main-orange) !important;
}

.mobile-nav-item.active .mobile-nav-icon svg {
	fill:  var(--n25-main-orange) !important;
}





/* File: components/_my-account-sidebar.css */

.my-account-sidebar-navs {
    padding: 0.25rem 1.5rem;
    list-style: none;
}

.my-account-sidebar-nav {
    border-bottom: 1px solid #f1f1f1;
}

.my-account-sidebar-nav:last-child {
    border-bottom: none;
}

.my-account-sidebar-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    background: transparent;
    color: var(--color-text);
    font-weight: 600;
    position: relative;
    align-items: center;
    gap: 0.75rem;
    height: 4rem;
}

.my-account-sidebar-link.active {
    color: var(--n25-main-orange);
}
.my-account-sidebar-link lord-icon {
    width: 2rem;
    height: 2rem;
}

.my-account-sidebar-link.active::after {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    content: '';
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border: solid var(--n25-main-orange);
    border-width: 0 0.0938rem 0.0938rem 0;
    margin-left: 0.4rem;
}










































/* File: components/_notifications.css */


.mobile-header-user-action-icon .messages-badge {
    width: 0.75rem;
    height: 0.75rem;
    top: -0.125rem;
    right: -0.125rem;
    font-size: 7px;
}

.messages-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    transition: all 0.3s ease;
    z-index: 5001;
}

.messages-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}








/* File: components/_order-with-links-landing.css */
.order-links-landing-block {
    overflow: hidden;
    background: #ffffff url('/customer/assets/images//gradient-headers/02.webp') no-repeat top center;
    background-size: 100% auto;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.owlb-action-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    color: #6c757d;
    z-index: 10;
}

.owlb-action-btn:hover {
    color: #495057;
}

.owlb-action-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owlb-action-btn svg {
    width: 20px;
    height: 20px;
}

.owlb-search-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.floating-logos-container {
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-row {
    position: relative;
    height: 70px;
    overflow: hidden;
    margin-bottom: 24px;
}

.logo-track {
    display: flex;
    position: absolute;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: transform;
}

.logo-row-1 .logo-track {
    animation: slideRight 40s linear infinite;
}

.logo-row-2 .logo-track {
    animation: slideLeft 45s linear infinite;
}

.logo-row-3 .logo-track {
    animation: slideRight 50s linear infinite;
}

.logo-item {
    flex-shrink: 0;
    margin: 0 12px;
    width: 130px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #D1D0D5;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.logo-item:hover {
    border-color: var(--n25-main-orange);
}

.logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.owlb-top h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 48px;
}

.owlb-top {
    margin: 48px 0;
    text-align: center;
}

.owlb-top-search {
    padding: 0 100px;
}
.owlb-description {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.3em;
}

#owlb-landing-link-input {
	transition: all 0.3s ease;
	border-color: var(--n25-border-grey) !important;
	position: relative;
	z-index: 10;
	margin: -1px;
	width: calc(100% + 2px) !important;
	background-color: #ffffff;
	padding-right: 45px !important;
}
#owlb-landing-link-input:focus {
	border-color: var(--n25-main-orange) !important;
	box-shadow: 0 0 0 0.2rem rgba(255, 135, 0, 0.15) !important;
}


@keyframes slideRight {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes slideLeft {
    from {
        transform: translate3d(-50%, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}








/* File: components/_overlay.css */

.modal {
    z-index: 5501;
}


.modal-backdrop,
.overlay,
.categories-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(0.125rem);
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.overlay {
    z-index: 5000;
}

.categories-overlay {
    right: 0;
    z-index: 4900;
}

.modal-backdrop.show,
.overlay.show,
.categories-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* Search overlay styles moved to _header-search.css */

/* LightGallery z-index override to appear above high z-index elements */



/* Add border radius to lightbox images */


/* Custom close button styling */


/* Mobile specific styling */


/* Hide other toolbar items on mobile to make close button more prominent */



/* File: components/_paginations.css */

.pagination-btn.active {
	background: var(--n25-main-orange);
	border: 1px solid var(--n25-main-orange);
	color: #ffffff;
}
.pagination-btn.active svg {
	fill: #ffffff;
}
.pagination-btn:not(.active):hover {
	background: #ffffff;
	border: 1px solid var(--n25-main-orange);
	color: #000000;
}
.pagination-btn:not(.active):hover svg {
	fill: #000000;
}
.pagination-btn.active:hover {
	background: var(--n25-main-orange);
	border: 1px solid var(--n25-main-orange);
	color: #ffffff;
}
.pagination-btn.active:hover svg {
	fill: #ffffff;
}

/* File: components/_payment_method.css */
































/* IBAN styling */


/* File: components/_product_price_view.css */



























/* Out of stock styles */




/* File: components/_product_related.css */
/* File: components/_product_thumb.css */
.n25-product-thumb {
	padding: 4px;
	text-decoration: none;
	color: #000;
	display: block;
	width: 100%;
}

.pt-container {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	padding: 12px;
	height: 100%;
	text-decoration: none;
	transition: box-shadow 0.2s, transform 0.2s;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	overflow: hidden;
}

.n25-product-thumb:hover .pt-container {
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.15);
	transform: translateY(-3px);
}

.pt-image {
	padding: 12px;
	margin-bottom: 12px;
	overflow: hidden;
}

.pt-image .pt-image-placeholder {
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	display: flex;
	align-items: center;
	justify-content: center;

}

.pt-image .pt-image-placeholder svg {
	width: 40%;
	height: auto;
}

.pt-image img {
	aspect-ratio: 4/3;
	width: 100%;
	height: auto;
	object-fit: contain;
	transition: transform 0.2s;

}


.pt-title {
	margin-bottom: 12px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
	line-height: 1.4;
	min-height: 2.8em;
}

.pt-prices {
	margin-top: auto;
}

.pt-wishlist {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1;
	background: transparent;
	transition: transform 0.2s, background-color 0.2s;
}

.pt-wishlist:hover {
	transform: scale(1.1);
}

.pt-wishlist svg {
	width: 20px;
	height: 20px;
}

.pt-wishlist svg path {
	fill: transparent;
	stroke: #000;
	stroke-width: 1.5px;
	transition: fill 0.2s, stroke 0.2s;
}

.pt-wishlist:hover svg path {
	fill: transparent;
	stroke: var(--n25-main-orange);
}

.pt-wishlist.active svg path {
	fill: var(--n25-main-orange);
	stroke: var(--n25-main-orange);
	stroke-width: 0;
}

.pt-price-current {
	font-size: 20px;
	font-weight: 700;
}

.pt-price-original {
	color: var(--n25-text-grey);
	font-weight: 500;
	text-decoration: line-through;
	font-size: 14px;
}

.pt-price-off {
	display: inline-block;
	text-decoration: none;
	color: var(--n25-error-red);
	padding: 3px 3px 2px;
	border-radius: 4px;
	border: 1px solid var(--n25-error-red);
	font-weight: 600;
	font-size: 10px;
	margin-left: 8px;
	line-height: 12px;
	vertical-align: middle;
}






.pt-expire-date {
	/* background: var(--n25-error-red); */
		background: #1399FF;

	color: #fff;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 12px;
	margin: 12px -12px -12px;

}

.pt-expire-date-value {
	font-weight: 600;
}

/* Out of stock styles for product thumbs */


/* File: components/_products_whyus.css */




















.whyus-slide {
    padding: 0.9375rem;
    transition: all 0.3s ease;
}

.whyus-slick-carousel .slick-slide:not(.slick-center) .whyus-item {
    transform: scale(0.8);
    opacity: 0.7;
    filter: blur(0.125rem);
    transition: all 0.3s ease;
    cursor: pointer;
}

.whyus-slick-carousel .slick-center .whyus-item {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
    transition: all 0.3s ease;
    cursor: default;
}

.whyus-slick-carousel .slick-slide:not(.slick-center):hover .whyus-item {
    opacity: 0.9;
    filter: blur(1px);
    transform: scale(0.9);
}

.whyus-slick-carousel .slick-slide.tapered-left .whyus-item {
    transform: perspective(50rem) scale(0.85) rotateY(-10deg);
    transform-origin: left center;
}

.whyus-slick-carousel .slick-slide.tapered-right .whyus-item {
    transform: perspective(50rem) scale(0.85) rotateY(10deg);
    transform-origin: right center;
}

.whyus-slick-carousel .slick-slide.tapered-left:hover .whyus-item {
    transform: perspective(50rem) scale(0.9) rotateY(-5deg);
}

.whyus-slick-carousel .slick-slide.tapered-right:hover .whyus-item {
    transform: perspective(50rem) scale(0.9) rotateY(5deg);
}

.whyus-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 21.875rem;
    margin: 0 auto;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.whyus-item-image img {
    width: 100%;
    height: auto;
}

.whyus-item-content {
    padding: 0 0.75rem 1rem;
}

.whyus-item-h2 {
    display: inline-block;
    font-size: 9px;
    color: #ffffff;
    background: #000000;
    border-radius: 0.25rem;
    line-height: 1em;
    padding: 0.25rem 0.5rem;
}

.whyus-item-h1 {
    font-size: 18px;
    font-weight: 700;
}

.whyus-item-p {
    font-size: 12px;
    margin: 0;
}

.whyus-item-txt-u {
    display: block;
    text-decoration: line-through;
    color: #ff0000;
}

.whyus-item-txt-ye {
    color: #F59C36;
}

.whyus-slick-carousel .slick-next {
    z-index: 1050;
    background-color: #ffffff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
    position: absolute;
    border: 0;
    color: transparent;
    bottom: 50%;
    transform: translateY(50%);
}

.whyus-slick-carousel .slick-prev {
    left: -0.625rem;
}

.whyus-slick-carousel .slick-next {
    right: -0.625rem;
}

.whyus-slick-carousel .slick-next:hover {
    background-color: #F59C36;
}

.whyus-slick-carousel .slick-next::before {
    content: '';
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-style: solid;
    border-width: 0 0.15rem 0.15rem 0;
    border-color: #000000;
    position: absolute;
    opacity: 1;
}

.whyus-slick-carousel .slick-next:hover::before {
    border-color: #ffffff;
}

.whyus-slick-carousel .slick-prev::before {
    left: 43%;
    transform: rotate(135deg);
}

.whyus-slick-carousel .slick-next::before {
    right: 43%;
    transform: rotate(-45deg);
}

.whyus-slick-carousel .slick-dots {
    position: relative;
    bottom: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 0;
    color: transparent;
    font-size: 0;
}

.whyus-slick-carousel .slick-dots li {
    margin: 0 0.3125rem;
    width: 0.75rem;
    height: 0.75rem;
    position: relative;
    background: transparent;
    border: 0;
    color: transparent;
}

.whyus-slick-carousel .slick-dots li button {
    padding: 0;
    width: 0.75rem;
    height: 0.75rem;
    opacity: 1;
    background: transparent;
    border: 0;
    color: transparent;
}

.whyus-slick-carousel .slick-dots li button:before {
    font-size: 0;
    width: 0.625rem;
    height: 0.625rem;
    background-color: #ddd;
    border-radius: 50%;
    opacity: 1;
    content: '';
    top: 1px;
    left: 1px;
    position: absolute;
    transition: all 0.3s ease;
}

.whyus-slick-carousel .slick-dots li.slick-active button:before {
    background-color: #F59C36;
    transform: scale(1.2);
}

#whyusModal .modal-content {
    border-radius: 1.5rem;
    overflow: visible;
}

#whyusModal .modal-body {
    overflow: visible;
    padding: 2rem;
    position: relative;
}

#whyusModal .btn-close {
    position: absolute;
    top: 1.0625rem;
    right: 1.0625rem;
    z-index: 1060;
    background-color: #fff;
    opacity: 1;
    padding: 0.6rem;
}

.whyus-slick-carousel:not(.slick-initialized) .whyus-slide {
    opacity: 0;
}
/* File: components/_share_modal.css */
/* Share Modal Styles */
#shareModal .modal-dialog {
    max-width: 320px;
}

#shareModal .modal-header {
    padding: 1rem 1rem 0.5rem;
}

#shareModal .modal-title {
    font-size: 1rem;
    font-weight: 600;
    color: #2c2e2f;
}

#shareModal .modal-body {
    padding: 0.5rem 1rem 1rem;
}

.share-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    padding: 0;
}

.share-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.75rem 0.5rem;
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    text-decoration: none;
    color: #2c2e2f;
    cursor: pointer;
    min-height: 80px;
}

.share-option:hover {
    background: #f8f9fa;
    border-color: #dee2e6;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.share-option:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.share-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-bottom: 0.375rem;
    flex-shrink: 0;
}

.share-icon.facebook {
    background: rgba(24, 119, 242, 0.1);
}

.share-icon.twitter {
    background: rgba(0, 0, 0, 0.1);
}

.share-icon.copy {
    background: rgba(44, 46, 47, 0.1);
    color: #2c2e2f;
}

.share-icon.whatsapp {
    background: rgba(37, 211, 102, 0.1);
}

.share-icon.telegram {
    background: rgba(34, 158, 217, 0.1);
}

.share-icon.native {
    background: rgba(59, 112, 186, 0.1);
    color: #3b70ba;
}

.share-text {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #2c2e2f;
    text-align: center;
    line-height: 1.2;
}

/* Mobile optimizations */


/* Feedback animation for copy action */
.share-option .action-feedback {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #28a745;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    white-space: nowrap;
    opacity: 0;
    z-index: 1000;
}

/* Share modal backdrop */
#shareModal.modal.fade .modal-dialog {
    transform: scale(0.9) translateY(-50px);
    transition: transform 0.3s ease;
}

#shareModal.modal.show .modal-dialog {
    transform: scale(1) translateY(0);
}

/* Custom modal content styling */
#shareModal .modal-content {
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

#shareModal .btn-close {
    padding: 0.5rem;
    margin: -0.25rem;
}

#shareModal .btn-close:focus {
    box-shadow: none;
}
/* File: components/_side-stickmenu.css */

.sidestick-menu.hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%) translateY(-50%);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.sidestick-menu {
    position: fixed;
    top: 50%;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) translateY(-50%);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.sidestick-menu-item {
    width: 2.375rem;
    height: 2.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0.375rem;
    position: relative;
}

.sidestick-menu-item-icon {
    font-size: 16px;
	line-height: 1em;
    color: #000000;
	display: flex;
    align-items: center;
    justify-content: center;
}

.sidestick-menu-item:hover {
    background: #f5f5f5;
}

.sidestick-menu-divider {
    border-top: 1px solid #D1D0D5;
    margin: 0 0.5rem;
}

.sidestick-menu-tooltip {
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 0.625rem;
	background: #323436;
	color: #ffffff;
	padding: 0.375rem 0.75rem;
	border-radius: 0.5rem;
	font-size: 12px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
	z-index: 1000;
}

.sidestick-menu-tooltip::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -0.375rem;
	transform: translateY(-50%);
	border-width: 0.375rem 0 0.375rem 0.375rem;
	border-style: solid;
	border-color: transparent transparent transparent #323436;
}



/* File: components/_special_deals_thumb.css */
/* Special Deals Thumb Styles - Similar to product thumb but customizable */
.sdt-product-thumb {
	padding: 4px;
	text-decoration: none;
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
}

.sdt-container {
	background:
		radial-gradient(ellipse 104.21% 107.25% at -2.36% 61.94%, #FFF8E4 0%, rgba(255, 248, 228, 0) 100%),
		radial-gradient(ellipse 63.12% 63.12% at 10.42% 7.50%, #F1A455 0%, rgba(241, 164, 85, 0) 100%),
		radial-gradient(ellipse 63.12% 63.12% at 10.42% 7.50%, #F1A455 0%, rgba(241, 164, 85, 0) 100%),
		radial-gradient(ellipse 110.70% 113.94% at 12.92% 92.08%, #00AEFF 0%, rgba(57, 98.6, 249, 0) 100%),
		radial-gradient(ellipse 68.09% 68.09% at 86.53% 85.56%, #EB78F9 0%, rgba(235, 120, 249, 0) 100%),
		radial-gradient(ellipse 68.09% 68.09% at 86.53% 85.56%, #EB78F9 0%, rgba(235, 120, 249, 0) 100%),
		radial-gradient(ellipse 82.10% 82.10% at 88.61% 8.47%, #F7306E 0%, rgba(247, 48, 110, 0) 100%),
		radial-gradient(ellipse 82.10% 82.10% at 88.61% 8.47%, #F7306E 0%, rgba(247, 48, 110, 0) 100%),
		white;
	background-blend-mode: soft-light, normal, normal, normal, normal, normal, normal, normal, normal;
	background-size: 200% 200%;
	animation: rotateGradient 6s ease-in-out infinite;
	padding: 4px;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.2s, transform 0.2s;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.sdt-content {
	padding: 12px;
	background-color: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	border-radius: 4px;
	overflow: hidden;
}

.sdt-product-thumb:hover .sdt-container {
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.15);
	transform: translateY(-3px);
}

.sdt-image {
	padding: 12px;
	margin-bottom: 12px;
	overflow: hidden;
}

.sdt-image .sdt-image-placeholder {
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sdt-image .sdt-image-placeholder svg {
	width: 40%;
	height: auto;
}

.sdt-image img {
	aspect-ratio: 4/3;
	width: 100%;
	height: auto;
	object-fit: contain;
	transition: transform 0.2s;
}


.sdt-title {
	margin-bottom: 12px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
	line-height: 1.4;
	min-height: 2.8em;
}

.sdt-prices {
	margin-top: auto;
}

.sdt-wishlist {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1;
	background: transparent;
	transition: transform 0.2s, background-color 0.2s;
}

.sdt-wishlist:hover {
	transform: scale(1.1);
}

.sdt-wishlist svg {
	width: 20px;
	height: 20px;
}

.sdt-wishlist svg path {
	fill: transparent;
	stroke: #000;
	stroke-width: 1.5px;
	transition: fill 0.2s, stroke 0.2s;
}

.sdt-wishlist:hover svg path {
	fill: transparent;
	stroke: var(--n25-main-orange);
}

.sdt-wishlist.active svg path {
	fill: var(--n25-main-orange);
	stroke: var(--n25-main-orange);
	stroke-width: 0;
}

.sdt-price-current {
	font-size: 20px;
	font-weight: 700;
}

.sdt-price-original {
	color: var(--n25-text-grey);
	font-weight: 500;
	text-decoration: line-through;
	font-size: 14px;
}

.sdt-price-off {
	display: inline-block;
	text-decoration: none;
	color: var(--n25-error-red);
	padding: 3px 3px 2px;
	border-radius: 4px;
	border: 1px solid var(--n25-error-red);
	font-weight: 600;
	font-size: 10px;
	margin-left: 8px;
	line-height: 12px;
	vertical-align: middle;
}

/* Special deal countdown styles */
.sdt-expire-date {
	background: var(--n25-error-red);
	color: #fff;
	font-size: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 4px 12px;
	border-radius: 8px;
	margin-bottom: 12px;
}

.sdt-expire-date-label {
	font-weight: 400;
	opacity: 0.9;
}

.sdt-expire-date-value {
	font-weight: 700;
	font-size: 14px;
}

.sdt-deal-countdown .sdt-expire-date {
	background: #ff6b6b;
	animation: pulse 2s infinite;
}

.sdt-deal-expired .sdt-expire-date {
	background: #666;
}

@keyframes pulse {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.8;
	}

	100% {
		opacity: 1;
	}
}

@keyframes rotateGradient {
	0% {
		background-position: 0% 50%;
	}

	25% {
		background-position: 50% 0%;
	}

	50% {
		background-position: 100% 50%;
	}

	75% {
		background-position: 50% 100%;
	}

	100% {
		background-position: 0% 50%;
	}
}

/* Out of stock styles for special deals */



/* Responsive adjustments */

/* File: components/_tooltip.css */



.sidestick-menu-item:hover .sidestick-menu-tooltip {
	opacity: 1;
	visibility: visible;
}

.sidestick-menu-tooltip.show {
	animation: slideIn 0.2s ease-out forwards;
}


/* File: components/_variation-styles.css */




.variation-dropdown .dropdown-menu {
    width: 100%;
    padding: 0.5rem 0;
    border-radius: 0.25rem;
    border: 1px solid rgba(0,0,0,.15);
    max-height: 17.5rem;
    overflow-y: auto;
}

.variation-dropdown .dropdown-item {
    padding: 0.5rem 1rem;
    color: #212529;
    border-radius: 0;
}

.variation-dropdown .dropdown-item:focus {
    background-color: #f8f9fa;
}

.variation-dropdown .dropdown-item.active {
    background-color: #3b70ba;
    color: white;
}

.variation-dropdown .dropdown-item.disabled {
    color: #6c757d;
    background-color: transparent;
}



/* File: components/_wallet.css */
.wallet-widget {
    background: #438bff url(../images/us_wallet_bg.webp) no-repeat center center;
    background-size: cover;
    border-radius: 0.75rem;
    padding: 1.5rem;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    min-height: 200px;
}

.wallet-widget::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -0.5rem;
    width: 3.5rem;
    height: 3rem;
    background: #ffffff;
    transform: translateY(-50%);
    border-radius: 0.5rem;
}

.wallet-widget::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.25rem;
    width: 1rem;
    height: 1rem;
    background: #438bff;
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: 2;
}



.wallet-widget-balance {
    color: #e2ebff;
}

.wallet-widget-balance-amount {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0.5rem;
    line-height: 1.3em;
}





/* File: components/_wishlist.css */


/* File: components/variation-dropdown.css */
/* Custom styling for variation dropdowns */
.variation-dropdown .dropdown-menu {
  min-width: 220px;
  width: auto;
  padding: 0.5rem 0;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, .15);
  max-height: 280px;
  overflow-y: auto;
}
.variation-dropdown .dropdown-item {
  padding: 0.5rem 1rem;
  color: #212529;
}
.variation-dropdown .dropdown-item:focus {
  background-color: #f8f9fa;
}
.variation-dropdown .dropdown-item.active {
  background-color: #3b70ba;
  color: white;
}
.variation-dropdown .dropdown-item.disabled {
  color: #6c757d;
  background-color: transparent;
}
/* Improve the mobile experience */

/* File: pages/_account.css */
.account-landing-wrap {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-items: stretch;
}

.account-landing-item {
	flex: 1 1 calc(50% - 0.75rem);
}

.account-landing-link {
	display: flex;
	padding: 1.25rem 2rem 1.25rem 1.25rem;
	gap: 1rem;
	border-radius: 0.75rem;
	background: #fff;
	color: #000;
	text-decoration: none;
	align-items: center;
	height: 100%;
	box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.05);
	transition: transform 0.3s, box-shadow 0.3s, color 0.3s;
	position: relative;
}

.account-landing-link:hover {
	transform: translateY(-0.3125rem);
	box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.1);
}

.account-landing-link::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1.25rem;
	transform: translateY(-50%);
	width: 0.5rem;
	height: 0.5rem;
	border-top: 0.125rem solid #cacacf;
	border-right: 0.125rem solid #cacacf;
	transform: translateY(-50%) rotate(45deg);
	transition: transform 0.3s ease, border-color 0.3s ease;
}

.account-landing-link:hover::after {
	border-color: #5C5C5C;
	transform: translateY(-50%) rotate(45deg) translateX(0.25rem);
}

.account-landing-item-title {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0.25rem;
}

.account-landing-item-description {
	font-size: 11px;
	margin-bottom: 0;
	color: #5C5C5C;
}

.account-landing-item-icon lord-icon {
	width: 5rem;
	height: 5rem;
	margin-bottom: -0.5rem;
}



/* File: pages/_addressbook.css */








.btn-clear {
    background: none;
    border: 1px solid #e0e0e0;
    color: #333;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

.btn-clear:hover {
    background-color: #f5f5f5;
    border-color: #d0d0d0;
}






.card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

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

.form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    border: 2px solid #e0e0e0;
}

.form-check-input:checked {
    background-color: #ff6900;
    border-color: #ff6900;
}

.form-check-label {
    font-size: 14px;
    color: #333;
    cursor: pointer;
    margin: 0;
}



#addressModal .modal-dialog {
    max-width: 500px;
}

#addressModal .modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

#addressModal .modal-header {
    padding: 1.5rem 1.5rem 0;
    border-bottom: none !important;
}

#addressModal .modal-header .btn-close {
    opacity: 0.5;
    padding: 0.5rem;
}

#addressModal .modal-header .btn-close:hover {
    opacity: 1;
}

#addressModal .modal-body {
    padding: 0 28px 0;
}

#addressModal .modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 1.5rem;
}



#addressModal .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

#addressModal .form-control {
    font-size: 14px;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.2s;
}

#addressModal .form-control:focus {
    border-color: #49a54a;
    box-shadow: 0 0 0 0.2rem rgba(73, 165, 74, 0.1);
}

#addressModal textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

#addressModal .btn-main-orange {
    background-color: #ff6900;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 8px;
    height: 44px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

#addressModal .btn-main-orange:hover {
    background-color: #e55a00;
    color: #fff;
}

#addressModal .form-check {
    margin-top: 12px;
}

#addressModal .form-check-input {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border: 2px solid #e0e0e0;
    cursor: pointer;
}

#addressModal .form-check-input:checked {
    background-color: #F59C36;
    border-color: #49a54a;
}

#addressModal .form-check-label {
    font-size: 14px;
    color: #333;
    cursor: pointer;
    margin-left: 4px;
}



/* File: pages/_brandstores.css */






























.brandstore-subcategory-btn.header-dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: 0.127em;
}

.brandstore-subcategory .dropdown-menu {
	padding: 0;
	border: 0;
	margin-top: 0.3125rem;
}










.brandstore-tax-free-badge {
	position: absolute;
	bottom: 8px;
	right: 8px;
	background: transparent;
	color: #dc3545;
	font-size: 9px;
	font-weight: 500;
	padding: 2px 5px 0;
	border: 1px solid #dc3545;
	border-radius: 4px;
	text-transform: uppercase;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 16px;
	line-height: 1em;
}
.header-bottom-nav-brand {
	position: relative;
}

/* File: pages/_cart-accordion.css */
/* Cart Accordion Styles */


/* Accordion Items */



/* Accordion Headers */





/* Accordion Title and Selected Text */



/* Accordion Body */

/* Delivery and Payment Type Selection Container */
/* Delivery Options */












/* Delivery Content Areas */

/* SkyBox Locker Selection */


#skybox_locker {
    font-size: 16px;
    padding: 12px;
    flex: 1;
    height: 48px;
}

#findNearestLocker {
    height: 48px;
    white-space: nowrap;
    padding: 0 20px;
}

#skybox-map {
    margin-top: 20px;
}

#selected-locker-details {
    margin-top: 15px;
}


/* Pickup Location Card */

/* Delivery Address */
#delivery_address {
    font-size: 16px;
    min-height: 100px;
}

/* Accordion Actions */

.accordion-actions .btn {
    min-width: 120px;
}

/* Small btn-main-orange button style for Өөрчлөх */
.btn-sm.btn-main-orange {
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
}

/* Cart Items Section */

/* Error Messages */

/* Responsive */


/* Hide button text on very small screens */

/* File: pages/_cart-address.css */
/* Saved addresses in cart */



.address-card .form-check {
    margin: 0;
}

.address-card .form-check-input {
    margin-top: 0.5rem;
}

.address-card .form-check-input:checked {
    background-color: #F59C36;
    border-color: #F59C36;
}

.address-card .form-check-input:focus {
    border-color: #F59C36;
    box-shadow: 0 0 0 0.25rem rgba(245, 156, 54, 0.25);
}

.address-card .form-check-label {
    cursor: pointer;
    padding-left: 10px;
}

.saved-address-radio:checked ~ .form-check-label strong {
    color: #F59C36;
}



/* Responsive adjustments */

/* File: pages/_cart-donation.css */
#donation-lottie-container {
    width: 48px;
    height: 48px;
}

.cart-donation-section .form-switch .form-check-input {
    margin-right: 0;
}
.cart-donation-toggle .form-check {
    margin: 0;
}
.cart-donation-toggle .form-check-input {
    width: 44px;
    height: 24px;
    background-color: #E74C3C;
    border-color: #E74C3C;
    cursor: pointer;
}
.cart-donation-toggle .form-check-input:checked {
    background-color: #E74C3C;
    border-color: #E74C3C;
}
.cart-donation-toggle .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(231, 76, 60, 0.25);
}

/* File: pages/_cart.css */










.cart-breadcrumb-item.active {
	color: #000000;
}


.cart-breadcrumb-item.active .cart-breadcrumb-marker {
	background: #22AB94;
	border-color: #22AB94;
}

















































.cart-delivery-choose-btn.active {
	background: #FFFFFF;
}

.cart-delivery-choose-btn.active::before {
	position: absolute;
	content: '';
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	background: #ffffff;
	border: 0.3125rem solid #0DB14B;
	border-radius: 50%;
	display: block;
}

















/* File: pages/_comments.css */








/* File: pages/_company.css */

.company-top>.container {
    position: relative;
    height: 100%;
}











.company-about-wrap .container {
    padding: 7rem 0;
}








.company-vision-wrap>.container {
    padding: 7rem 0;
}






.company-howwework-wrap>.container {
    padding: 7rem 0;
}















@keyframes company-top-onloadbgt {
    0% {
        translate: 0 -50%;
        opacity: 0.3;
    }

    100% {
        translate: 0 -80%;
        opacity: 1;
    }
}

@keyframes company-top-onloadbgb {
    0% {
        translate: 0 50%;
        opacity: 0.3;
    }

    100% {
        translate: 0 75%;
        opacity: 1;
    }
}

@keyframes company-top-glow {
    0% {
        text-shadow: 0 0 0.3125rem rgba(255, 211, 188, 0.7), 0 0 1.25rem rgba(255, 211, 188, 0.5), 0 0 1.875rem rgba(255, 211, 188, 0.3);
    }

    100% {
        text-shadow: 0 0 0.625rem rgba(255, 211, 188, 1), 0 0 1.875rem rgba(255, 211, 188, 0.7), 0 0 2.5rem rgba(255, 211, 188, 0.5);
    }
}

@keyframes company-vision-rot {
    to {
        rotate: 360deg;
    }
}



/* File: pages/_contacts.css */








#contactMap {
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
	overflow: hidden;
}



/* File: pages/_deals.css */






























.deals-category-link.active {
	background-color: var(--n25-main-orange);
	color: #ffffff;
}


.deals-category-link.active .deals-category-icon {
	filter: grayscale(0%);
}



















/* Ensure products are visible before slick initialization */

/* Deal products slider specific styles */

/* Hide products until slider is initialized */


/* Show slider smoothly when initialized */

/* Fallback for no-JS or slow loading */









/* Ensure equal height for all sliders */




.deal-products-slider .n25-product-thumb {
	display: flex;
	height: 100%;
}

.deal-products-slider .pt-container {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.deal-products-slider .pt-title {
	flex: 1;
	display: flex;
	align-items: flex-start;
}

.deal-products-slider .pt-prices {
	margin-top: auto;
}










/* Ensure proper spacing and containment */

/* Container for slider to prevent overflow */

/* Product card adjustments within deal sliders */
.deal-products-slider .pt-container {
	margin: 0;
	width: 100%;
}



/* Ensure consistent height for product cards */


.deal-products-slider.adjusted-height .pt-container {
	flex: 1;
	display: flex;
	flex-direction: column;
}





/* File: pages/_instock_products.css */
/* In-Stock Products Styles */

/* Product Layout - Three Column Layout */




/* Fix clippy component width */


/* Remove duplicate styles - using styles from _product_price_view.css instead */

/* Remove duplicate styles - variations now use dropdown styles from main product page */

/* Product Info Accordions - Instock specific */



/* No borders for description section */












/* Image Gallery Improvements */






/* Product Features */




/* Product Info Actions */



.instock-product-page .product-info-wishlist.active {
    border-color: var(--n25-main-orange, #F59C36);
}

.instock-product-page .product-info-wishlist.active svg path {
    fill: var(--n25-main-orange, #F59C36);
}



.instock-product-page .product-info-wishlist.active svg path {
    fill: var(--n25-main-orange, #F59C36);
    stroke: var(--n25-main-orange, #F59C36);
}






/* Short Description */

/* Stock Alerts */




/* Responsive Design */




/* Dark mode support */

/* File: pages/_landing.css */
.landing-benefits-skybox-block {
    display: flex;
    gap: 24px;
    margin-bottom: 35px;
    align-items: stretch;
}

.landing-benefits-skybox-block .lbsb-right {
    flex: 1;
    padding-top: 32px;
}

.whyus-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    height: 100%;
    border-radius: 12px;
    padding: 32px;
    cursor: pointer;
    transition: all 0.3s ease;
}


.whyus-block .wusb-ring1 {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 100px;
    width: 80px;
    height: 80px;
    background: #FFBE63;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.whyus-block .wusb-ring2 {
    width: 230px;
    height: 230px;
    position: absolute;
    background: #FFDFA8;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 100px;
    z-index: 5;
    animation: ring-pulse 3s ease-in-out infinite;
}

.whyus-block .wusb-ring3 {
    width: 380px;
    height: 380px;
    position: absolute;
    background: #FFE5B9;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 100px;
    z-index: 4;
    animation: ring-pulse 3s ease-in-out infinite;
    animation-delay: 0.6s;
}

.whyus-block .wusb-ring4 {
    width: 530px;
    height: 530px;
    position: absolute;
    background: #FFECCA;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 100px;
    z-index: 3;
    animation: ring-pulse 3s ease-in-out infinite;
    animation-delay: 1.2s;
}

.whyus-block .wusb-ring5 {
    width: 680px;
    height: 680px;
    position: absolute;
    background: #FFF2DB;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 100px;
    z-index: 2;
    animation: ring-pulse 3s ease-in-out infinite;
    animation-delay: 1.8s;
}

.whyus-block .wusb-ring6 {
    width: 830px;
    height: 830px;
    position: absolute;
    background: #FFF8EC;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 100px;
    z-index: 1;
    animation: ring-pulse 3s ease-in-out infinite;
    animation-delay: 2.4s;
}


.whyus-block-content {
    z-index: 10;
    position: relative;
    width: 100%;
    padding-left: 120px;
}

.whyus-block-content h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;

}

.whyus-block-content h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.whyus-block-arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    transition: all 0.3s ease;
}


.whyus-block:hover .whyus-block-arrow {
    transform: translateY(-50%) translateX(5px);
}

.whyus-block-arrow svg {
    width: 24px;
    height: 24px;
}

.skybox-block {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px;
    display: flex;
}

.sb-gs-logo {
    margin-bottom: 16px;
}

.skybox-block p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.skybox-block h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 16px;
}

.sb-content {
    flex-grow: 1;
}

.sb-image {
    text-align: right;
    flex-shrink: 1;
}

.sb-img {
    margin-top: -64px;
    margin-bottom: -32px;
}

.sb-gs-logo {
    width: 70px;
    height: 24px;
}

.wbtn-blkbrd-arrow {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 12px 48px 12px 28px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
}

.wbtn-blkbrd-arrow:hover {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}

.wbtn-blkbrd-arrow svg {
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.wbtn-blkbrd-arrow:hover svg {
    transform: translateX(3px);
}

@keyframes ring-pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.4;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
}





/* Equal Height Landing Blocks Row */
.landing-equal-height-row {
    margin-bottom: 35px;
}

.landing-equal-height-row > .col-12.col-md-6 {
    display: flex;
    flex-direction: column;
}




/* File: pages/_login-register.css */
.login-area {
    padding: 3rem;
}

.register-area {
    padding: 3rem;
}

.login-area+.register-area {
    padding-top: 1.5rem;
    border-top: 1px solid #D1D0D5;
}

.login-area:has(+ .register-area) {
    padding-bottom: 1.5rem;
}

.register-area+.login-area {
    padding-top: 1.5rem;
    border-top: 1px solid #D1D0D5;
}

.register-area:has(+ .login-area) {
    padding-bottom: 1.5rem;
}

.login-register-type-toggler {
    display: flex;
    justify-content: center;
    background-color: #f1f1f1;
    border-radius: 0.75rem;
    padding: 0.375rem;
    gap: 0.25rem;
}

.login-register-type-toggler-btn {
    flex: 1;
}

.login-register-type-toggler-label {
    padding: 0.375rem 0.5rem;
    font-weight: 600;
    cursor: pointer;
    background-color: #f1f1f1;
    border-radius: 0.375rem;
    position: relative;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    color: var(--color-text-dark-grey);
}

.login-register-type-toggler-icon {
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
}

.login-register-type-toggler-icon svg {
    fill: var(--color-text-dark-grey);
}

.login-register-type-toggler-input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: -624.9375rem;
}

.login-register-type-toggler-input:checked+.login-register-type-toggler-label {
    background-color: #ffffff;
    color: #000000;
}

.login-register-type-toggler-input:checked+.login-register-type-toggler-label .login-register-type-toggler-icon svg {
    fill: #000000;
}

.login-register-type-toggler-user-regular:hover {
    background-color: #0DB14B;
}

.login-register-type-toggler-user-business:hover {
    background-color: #127CB8;
}

.login-register-type-toggler-label:hover {
    color: #ffffff;
}

.login-register-type-toggler-label:hover .login-register-type-toggler-icon svg {
    fill: #ffffff;
}

#phone_area_code {
    font-size: 14px;
    padding-right: 2rem;
}

#phone_area_code option {
    font-size: 14px;
    padding: 0.5rem 0.75rem;
}

#phone_area_code {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem 0.75rem;
}


#loginModal .modal-content {
	border-radius: 0.75rem;
}

#loginModal .modal-body {
	padding: 2.5rem;
	position: relative;
}

#loginModal .login-area .btn-close {
	position: absolute;
	top: 1.75rem;
	right: 1.75rem;
	width: 0.4rem;
	height: 0.4rem;
}

#loginModal .modal-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 1.5rem;
	text-align: center;
}

#loginModal .form-label {
	font-weight: 600;
	font-size: 12px;
}




/* File: pages/_messages.css */


.chat-messages {
	padding: 1.5rem 1.5rem 8.1875rem;
	overflow-y: auto;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	max-height: 50rem;
	display: flex;
	flex-direction: column-reverse;
}

.chat-inputs {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.message-box {
	position: relative;
	width: 100%;
	overflow: hidden;

}

.chat-messages::-webkit-scrollbar {
	width: 0.375rem;
}

.chat-messages::-webkit-scrollbar-track {
	background: #e5e5e5;
	border-radius: 0.3125rem;
}

.chat-messages::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 0.3125rem;
}

.chat-messages::-webkit-scrollbar-thumb:hover {
	background: #555;
}



.messages-order-list-item.active {
	background: #E7F7ED;
	border-left: 0.1875rem solid #0DB14B;
	padding-left: calc(1rem - 0.1875rem);
}




.active .messages-order-list-title {
	color: #000000;
	font-weight: 700;

}



.messages-order-list-heading .heading-h2 {
	margin-bottom: 0;
}


.chatbox-input-wrap {
	border: 1px solid #D1D0D5;
	border-radius: 0.75rem;
	overflow: hidden;
	background: #ffffff;
}

.chat-inputs {
	margin: 0 1.5rem;
	padding-bottom: 1.5rem;
	background: #ffffff;
}

.chatbox-input-bottom {
	display: flex;
	align-items: center;
	border-top: 1px solid #D1D0D5;
	padding: 0 0.5rem;
}


.message-item-content {
	display: flex;
	width: 100%;
	margin-bottom: 1rem;
	gap: 0.5rem;
}

.message-item-admin .message-item-content {
	justify-content: start;
}

.message-item-user .message-item-content {
	justify-content: end;
}

.message-item-admin .message-item-message {
	border-radius: 0.75rem;
	border-top-left-radius: 0;
	background: #f6f6f6;
	color: #000000;
	flex-shrink: 1;
	padding: 0.5rem 0.75rem;
}

.message-item-user .message-item-icon {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #E7F7ED;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 2rem;
}

.message-item-user .message-item-message {
	border-radius: 0.75rem;
	border-top-right-radius: 0;
	background: #0DB14B;
	color: #ffffff;
	flex-shrink: 1;
	padding: 0.5rem 0.75rem;
	flex: 0 0 2rem;

}

.message-item-admin .message-item-icon {
	flex: 0 0 2rem;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #F6F6F6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.message-item-date {
	margin-top: 0.25rem;
	font-size: 11px;
	color: #5C5C5C;
}


.chat_message_box {
	background: transparent;
	border: 0;
	padding: 1rem;
	width: 100%;
	margin: 0;
	outline: none;
}

.chat_message_box:focus {
	border: 0;
	outline: none;

}

.chatbox-input-btn {
	background: transparent;
	border: 0;
	height: 3rem;
	padding: 0 0.5rem;
	border-radius: 0;
	cursor: pointer;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.chatbox-input-btn#send_chat_btn svg {
	fill: #0DB14B;
}

.chatbox-input-btn.emoji-btn svg {
	fill: #898989;
}

.chatbox-input-btn#send_chat_btn:hover svg {
	fill: #000000;
}



.active .messages-order-list-icon {
	background: #0DB14B;
}

.active .messages-order-list-icon svg {
	fill: #ffffff;
}


















/* File: pages/_my-account.css */

.my-account-wrap {
    display: flex;
    gap: 1.5rem;
}

.my-account-sidebar {
    width: 330px;
    flex-grow: 0;
    flex-shrink: 0;
}

.my-account-content {
    flex-grow: 1;
}
















































/* Grid layout for pages with sidebar */














.my-account-goback {
    color: #898989;
    display: inline-flex;
    font-size: 12px;
    text-decoration: none;
    padding: 0.5rem 0.75rem;
    margin-left: -0.75rem;
    margin-bottom: 0.5rem;
    background: transparent;
    align-items: center;
    gap: 0.5rem;
}






/* File: pages/_notifications.css */











/* File: pages/_order_with_links.css */
#linkInputIcon {
	transition: transform 0.2s ease;
	z-index: 15;
	position: absolute !important;
	top: 50% !important;
	right: 0 !important;
	transform: translateY(-50%) !important;
	margin-right: 0.75rem !important;
}
#linkInputIcon:hover {
	transform: translateY(-50%) scale(1.1) !important;
}
#linkInputIcon:active {
	transform: translateY(-50%) scale(0.95) !important;
}
#closeIcon {
	transition: opacity 0.2s ease;
	display: block;
}
.owlink-link-entry-form .position-relative {
	position: relative !important;
}
.link-input-container.show {
	display: block;
	animation: owlinksSlideDown 0.3s ease;
}
#storesSection {
	margin-bottom: 3rem;
}

@keyframes owlinksSlideDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.link-input-container .form-label {
	font-size: 12px;
	font-weight: 700;
}
#selectedStoreInfo {
	display: none;
}


/* File: pages/_orders.css */


.ma-orders-filter .ma-orders-filter-select .form-select {
	border-radius: 0.5rem;
}








.ma-orders-header-title {
	color: #5C5C5C;
	font-size: 12px;
}

.ma-orders-header-value {
	color: #000000;
	text-decoration: none;
	font-weight: 700;
}



.ma-orders-body-h2 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.ma-orders-body-prices {
	padding: 1.5rem;
}




















.ma-orders-body-products {
	padding: 1.5rem;
}
























@keyframes ma-orders-status-bar {
	from {
		background-position: 1rem 0;
	}

	to {
		background-position: 0 0;
	}
}









.ma-orders-status-dot.active {
	background: #0DB14B;
}






































/* Bootstrap tooltip styling for order product images */




.phone-support-section .card {
    border: 1px solid #dee2e6;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
}

.phone-support-section .form-label {
    font-weight: 500;
    color: #495057;
}



.phone-support-section .bi {
    font-size: 1.1rem;
}

/* File: pages/_orders_old.css */













.support-wrap {
	overflow: hidden;
}


.order-wrap .my-account-goback {
	margin: 0;
	padding: 0;
}

.order-top-details {
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	border-bottom: 1px solid #D1D0D5;
	padding: 0 1.5rem 1.5rem;
}




.order-mid-detail {
	padding: 1.5rem 0;
	border-bottom: 1px solid #D1D0D5;
}

.order-mid-detail:first-child {
	padding-top: 0;
}

.order-mid-detail:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.order-mid-detail-title {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 1rem;
}

.order-mid-detail-value {
	color: #5C5C5C;

}





.order-product-status {
	padding: 1rem;
	background: #E7F7ED;
	margin-bottom: 1rem;
	border-radius: 0.5rem;

}


















.order-product-statusbar-label-item.active {
	color: #000000;
	font-weight: 600;
}










.order-statusbar-label-item.active {
	color: #000000;
	font-weight: 600;
}












.tab-pills .nav-link.active {
	background: #FFFFFF;
	color: #000000;
	font-weight: 600;
}




.orders-item-bottom-col-right .btn {
	white-space: nowrap;
}





.orders-filter .btn {
	padding: 0 0.875rem;
}



.order-support-item-top {
	background: linear-gradient(110deg, #e4e4e4 0%, #d5d5d5 100%);
	padding: 0.75rem 1.5rem;
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
	align-items: center;
	color: #ffffff;
	text-decoration: none;
	cursor: default;
}

.order-support-item-top .heading-h3 {
	color: #000000 !important
}

.order-support-item-top-detail {
	text-align: right;
}

.order-support-item-top-detail-title {
	color: #5C5C5C;
	font-size: 12px;
}

.order-support-item-top-detail-value {
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}

a.order-support-item-top-detail-value:hover {
	color: #49a54a;
}



/* File: pages/_product.css */





























#product-image ul {
	list-style: none outside none;
	padding-left: 0;
	margin-bottom: 0;
}

#product-image li {
	display: block;
	float: left;
	margin-right: 0.375rem;
	aspect-ratio: 4 / 3;
}

/* Product image loading spinner */


#product-image img {
	display: block;
	width: 100%;
	height: 100%;
	background: #ffffff;
	border-radius: 0.375rem;
	overflow: hidden;
	padding: 0.5rem;
	object-fit: contain;
	border: 1px solid #f5f5f5;
}


.lSSlideOuter .lSPager.lSGallery .active img {
	border: 1px solid var(--n25-main-orange);
}















.variation-btn.active .variation-btn-img {
	border: 1px solid var(--n25-main-orange);
}


.variation-btn.active .variation-btn-text {
	color: #0DB14B;
}
















/* Hidden features and details */

/* Show all buttons */

/* Description read more */














/* File: pages/_response.css */





















@keyframes loading-animation {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
	}
}





@keyframes cursorblink {

	from,
	to {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}



/* File: pages/_search.css */






























@keyframes loading-random-sentence-blink {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: orange;
    }
}

@keyframes loading-text-title {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loading-text-description {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

/* Out of stock styles for search items */


/* File: pages/_settings-modal.css */
#updateModal .modal-dialog {
    max-width: 500px;
}

#updateModal .modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

#updateModal .modal-header {
    padding: 1.5rem 1.5rem 0;
}

#updateModal .modal-header .btn-close {
    opacity: 0.5;
    padding: 0.5rem;
}

#updateModal .modal-header .btn-close:hover {
    opacity: 1;
}

#updateModal .modal-body {
    padding: 0 28px 0;
}

#updateModal .modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}


#updateModal .modal-footer .btn {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}




#updateModal .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

#updateModal .form-control {
    font-size: 14px;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.2s;
}

#updateModal .form-control:focus {
    border-color: #49a54a;
    box-shadow: 0 0 0 0.2rem rgba(73, 165, 74, 0.1);
}


#updateModal .password-input-wrapper .form-control {
    padding-right: 3rem;
}

/* File: pages/_skybox.css */



#lockerMap {
	height: 100%;
	width: 100%;
}








.skybox-location-item.active {
	border: 0.125rem solid #007eee;
}










/* File: pages/_special_products.css */




.active.option-btn:not(.option-btntype-color) {
	border: 0.0938rem solid #5C5C5C;
}



/* Apple-style color selector */



.option-btntype-color.active .btn-color-circle {
	box-shadow: 0 0 0 2px #000000;
	outline: none;
	transform: scale(1.1);
}


































/* Remove these styles as they're already in cart-sidebar-summary.css */







@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}



/* File: pages/_terms_of_service.css */


.terms-of-service-sidebar>.card {
	position: sticky;
	top: 1.875rem;
}






.text-green {
	color: #49a54a;
}






.terms-sidebar-link.active {
	color: var(--color-primary);
}

.terms-sidebar-link.active::after {
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	content: '';
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	border: solid var(--color-primary);
	border-width: 0 0.0938rem 0.0938rem 0;
	margin-left: 0.4rem;
}



/* File: pages/magicland.css */




#magiclandCarousel2 {
    overflow: hidden;
    border-radius: 16px;
}
#magiclandCarousel2 {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}
.magicland-carousel .carousel-indicators button.active {
    background-color: #000;
}










/* Build completed: 2025-10-24 23:25:16 */
