/* Copy Animation */
::selection{
  background-color: #3390FF;
  color: #fff;
}

.base-color{
  color: hsl(var(--main)) !important;
}

.copyInput {
	display: inline-block;
	line-height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
  }
  
  .copied::after {
	position: absolute;
	top: 8px;
	right: 12%;
	width: 100px;
	display: block;
	content: "COPIED";
	font-size: 1em;
	padding: 5px 5px;
	color: #fff;
	background-color: #FF7000;
	border-radius: 3px;
	opacity: 0;
	will-change: opacity, transform;
	animation: showcopied 1.5s ease;
  }
  
  @keyframes showcopied {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	50% {
		opacity: 0.7;
		transform: translateX(40%);
	}
	70% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
	}
  }




  .cookies-card {
	width: 520px;
	padding: 30px;
	color: #1E2337;
	position:  fixed;
	bottom: 15px;  
	left: 15px;
	z-index: 999999;
	transition: all .5s;
	background: #d1d1d1;
    border-radius: 5px;
  }
  
  .cookies-card.hide{
	bottom: -500px !important;
  }
  .radius--10px {
	border-radius: 10px;
  }
  
  .cookies-card__icon {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #6e6f70;
    color: #fff;
	font-size: 32px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
  }
  
  .cookies-card__content {
	margin-bottom: 0;
  }
  
  .cookies-btn {
	color: #363636;
	text-decoration: none;
	padding: 10px 35px;
	margin: 3px 5px;
	display: inline-block;
	border-radius:  999px;
  }
  
  .cookies-btn:hover {
	color: #363636;
  }

  
  @media (max-width: 767px) {
	  .cookies-card {
		  width:  100%;
		  left: 0;
		  bottom:  0;
		  font-size:  14px;
		  padding:  15px;
	  }
  }




.hover-input-popup {
        position: relative;
    }
    .input-popup {
        display: none;
    }
    .hover-input-popup .input-popup {
        display: block;
        position: absolute;
        bottom: 130%;
        left: 50%;
        width: 280px;
        background-color: #1a1a1a;
        color: #fff;
        padding: 20px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .input-popup::after {
        position: absolute;
        content: '';
        bottom: -19px;
        left: 50%;
        margin-left: -5px;
        border-width: 10px 10px 10px 10px;
        border-style: solid;
        border-color: transparent transparent #1a1a1a transparent;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .input-popup p {
        padding-left: 20px;
        position: relative;
    }
    .input-popup p::before {
        position: absolute;
        content: '';
        font-family: 'Line Awesome Free';
        font-weight: 900;
        left: 0;
        top: 4px;
        line-height: 1;
        font-size: 18px;
    }
    .input-popup p.error {
        text-decoration: line-through;
    }
    .input-popup p.error::before {
        content: "\f057";
        color: #ea5455;
    }
    .input-popup p.success::before {
        content: "\f058";
        color: #28c76f;
    }



 .show-filter{
  display: none;
}
@media(max-width:767px){
  .responsive-filter-card{
      display: none;
      transition: none;
  }
  .show-filter{
      display: block;
  }
}


/* Codex shop dark polish 20260601 */
:root {
    --ets-bg: #0b0f16;
    --ets-bg-2: #111827;
    --ets-panel: #171c25;
    --ets-panel-2: #202630;
    --ets-border: rgba(255, 255, 255, 0.12);
    --ets-text: #f7f8fb;
    --ets-muted: #b9c0cc;
    --ets-accent: #ffc107;
    --ets-accent-soft: rgba(255, 193, 7, 0.16);
}

html, body {
    background: var(--ets-bg) !important;
    color: var(--ets-text);
}

body,
.body-bg,
.bg-white,
.bg--light,
.service-category,
.contact-section,
.section-full {
    background: var(--ets-bg) !important;
    color: var(--ets-text) !important;
}

.header,
.bg--dark,
.bg-dark-two,
.footer,
.breadcrumb-bg {
    background: linear-gradient(135deg, #0b0f16 0%, #161b24 55%, #1f222b 100%) !important;
    color: var(--ets-text) !important;
}

.breadcrumb-bg {
    border-bottom: 1px solid var(--ets-border);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
}

.breadcrumb-bg > .container {
    min-height: 52px;
}

.footer {
    border-top: 1px solid var(--ets-border);
}

.menu a,
.footer,
.footer p,
.footer-text,
.breadcrumb-bg,
.breadcrumb-bg a,
h1, h2, h3, h4, h5, h6,
p,
label,
.card-text,
.list-group-item,
.table {
    color: var(--ets-text) !important;
}

p,
.shop-muted,
.text-muted,
.small,
small,
.card-text,
.footer-text {
    color: var(--ets-muted) !important;
}

a,
.anchor-decoration,
.text--base,
.shop-link {
    color: var(--ets-accent) !important;
}

.card,
.custom--card,
.sidebar,
.list-group-item,
.dropdown-menu,
.sub-menu,
.cookies-card,
.modal-content,
.table,
.alert,
.shop-domain-panel,
.quote-builder,
.quote-panel,
.quote-package-card,
.shop-service-tile,
.shop-announcement,
.shop-product-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025)) !important;
    border: 1px solid var(--ets-border) !important;
    color: var(--ets-text) !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25) !important;
}

.card-header,
.card-footer,
.table thead th {
    background: rgba(255, 255, 255, 0.06) !important;
    color: var(--ets-text) !important;
    border-color: var(--ets-border) !important;
}

.table td,
.table th {
    border-color: var(--ets-border) !important;
    color: var(--ets-text) !important;
}

.form-control,
.form-select,
select,
textarea,
input {
    background: #10151d !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    color: var(--ets-text) !important;
}

.form-control::placeholder,
textarea::placeholder,
input::placeholder {
    color: #858e9c !important;
}

.form-control:focus,
select:focus,
textarea:focus,
input:focus {
    border-color: var(--ets-accent) !important;
    box-shadow: 0 0 0 0.2rem var(--ets-accent-soft) !important;
}

.btn--base,
.bg--base,
.badge--success,
.menu-badge {
    background: var(--ets-accent) !important;
    border-color: var(--ets-accent) !important;
    color: #111827 !important;
}

.btn--base:hover {
    background: #ffd24a !important;
    border-color: #ffd24a !important;
    color: #0b0f16 !important;
}

.btn--base-outline,
.btn-outline--primary,
.btn-outline--info,
.btn-outline--success,
.btn-outline--warning {
    border-color: var(--ets-accent) !important;
    color: var(--ets-accent) !important;
    background: rgba(255, 193, 7, 0.06) !important;
}

.btn--base-outline:hover,
.btn-outline--primary:hover,
.btn-outline--info:hover,
.btn-outline--success:hover,
.btn-outline--warning:hover {
    background: var(--ets-accent) !important;
    color: #111827 !important;
}

.menu .sub-menu {
    border-radius: 8px;
    padding: 8px;
}

.menu .sub-menu a:hover,
.list-group-item:hover,
.list-group-item.bg--base {
    background: rgba(255, 193, 7, 0.12) !important;
    color: var(--ets-accent) !important;
}

.shop-section {
    padding: 76px 0;
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 193, 7, 0.08), transparent 28%),
        linear-gradient(180deg, #0b0f16 0%, #11151d 100%) !important;
}

.shop-section-heading {
    margin-bottom: 28px;
}

.shop-section-heading h2,
.quote-builder__header h2 {
    margin-bottom: 8px;
    font-size: clamp(1.75rem, 2.8vw, 2.7rem);
}

.shop-section-heading p,
.quote-builder__header p {
    max-width: 760px;
    margin-bottom: 0;
}

.shop-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ets-accent);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.shop-heading-actions,
.quote-builder__actions,
.shop-product-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.shop-service-grid,
.shop-product-grid,
.shop-announcement-grid,
.quote-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.shop-service-tile,
.shop-announcement,
.shop-product-card,
.quote-package-card {
    border-radius: 8px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.shop-service-tile:hover,
.shop-announcement:hover,
.shop-product-card:hover,
.quote-package-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 193, 7, 0.45) !important;
}

.shop-service-tile {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    text-decoration: none;
}

.shop-service-icon {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border-radius: 8px;
    background: var(--ets-accent-soft);
    color: var(--ets-accent);
}

.shop-service-body {
    display: grid;
    gap: 8px;
}

.shop-service-body strong,
.shop-product-card h4,
.quote-package-card label span {
    color: var(--ets-text);
}

.shop-service-body span,
.shop-service-meta,
.shop-announcement p,
.shop-product-card p,
.quote-package-card p {
    color: var(--ets-muted);
}

.shop-service-meta {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid var(--ets-border);
}

.shop-domain-panel {
    border-radius: 8px;
    padding: 24px;
}

.domain-search-icon-reset .btn {
    white-space: nowrap;
}

.shop-announcement-date,
.shop-product-card__head,
.quote-selected-count {
    color: var(--ets-accent);
    font-size: 0.86rem;
    font-weight: 700;
}

.shop-product-card {
    min-height: 100%;
}

.shop-product-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.shop-product-card__actions,
.shop-product-card__head,
.shop-product-card h4,
.shop-product-card p,
.shop-product-price,
.shop-product-setup {
    position: relative;
    z-index: 2;
}

.shop-product-card__actions a {
    position: relative;
    z-index: 3;
}

.shop-product-card__head,
.quote-package-card__top,
.quote-package-card__bottom,
.quote-summary-row,
.quote-products-header,
.shop-products-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.shop-product-price strong {
    display: block;
    color: var(--ets-accent);
    font-size: 1.75rem;
}

.shop-product-price span,
.shop-product-setup {
    color: var(--ets-muted);
}

.quote-builder {
    border-radius: 8px;
    padding: 24px;
}

.quote-builder__header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.quote-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 18px;
    align-items: start;
}

.quote-panel {
    border-radius: 8px;
    padding: 20px;
}

.quote-summary-panel {
    position: sticky;
    top: 18px;
}

.quote-summary-row {
    padding: 12px 0;
    border-top: 1px solid var(--ets-border);
}

.quote-products-header {
    margin: 28px 0 16px;
}

.quote-products-header p {
    margin-bottom: 0;
}

.quote-filter {
    min-width: min(100%, 320px);
    position: relative;
}

.quote-filter i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--ets-muted);
}

.quote-filter .form-control {
    padding-left: 38px;
}

.quote-package-card {
    cursor: pointer;
}

.quote-package-card.is-selected {
    border-color: rgba(255, 193, 7, 0.78) !important;
    background: linear-gradient(180deg, rgba(255, 193, 7, 0.13), rgba(255,255,255,0.035)) !important;
}

.quote-package-card .form-check-input {
    cursor: pointer;
}

.quote-package-card label {
    display: grid;
    gap: 4px;
    cursor: pointer;
}

.quote-package-card label small {
    color: var(--ets-accent) !important;
}

.quote-card-link,
.quote-more {
    position: relative;
    z-index: 2;
    border: 0;
    color: var(--ets-accent) !important;
    background: transparent;
    padding: 0;
    white-space: nowrap;
}

.quote-package-controls {
    display: grid;
    grid-template-columns: 1fr 96px;
    gap: 10px;
    margin: 14px 0;
}

.quote-package-details {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--ets-border);
    color: var(--ets-muted);
    font-size: 0.94rem;
}

.collapable-sidebar .sidebar {
    border-radius: 8px;
}

#chat-box {
    background: #111827 !important;
    border-color: rgba(255,255,255,0.18) !important;
    color: var(--ets-text) !important;
}

#chat-box h4 {
    color: var(--ets-text) !important;
}

#chat-message {
    background: #0b0f16 !important;
    color: var(--ets-text) !important;
    border-color: rgba(255,255,255,0.18) !important;
}

@media (max-width: 991px) {
    .quote-grid,
    .quote-builder__header {
        grid-template-columns: 1fr;
        display: grid;
    }

    .quote-summary-panel {
        position: static;
    }

    .shop-products-toolbar,
    .quote-products-header {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .shop-section {
        padding: 48px 0;
    }

    .quote-builder {
        padding: 14px;
    }

    .quote-package-controls {
        grid-template-columns: 1fr;
    }

    .shop-service-grid,
    .shop-product-grid,
    .shop-announcement-grid,
    .quote-products-grid {
        grid-template-columns: 1fr;
    }

    .shop-service-tile,
    .shop-announcement,
    .shop-product-card,
    .quote-package-card {
        padding: 16px;
    }

    #typing-text {
        display: none !important;
    }
}

/* Codex shop overlay refinements 20260601 */
.cookies-card {
    width: min(380px, calc(100vw - 28px)) !important;
    left: 14px !important;
    bottom: 14px !important;
    padding: 18px !important;
    background: rgba(17, 24, 39, 0.96) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    color: var(--ets-text) !important;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.38) !important;
    border-radius: 8px !important;
}
.cookies-card__content {
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
    color: var(--ets-muted) !important;
}
.cookies-card__btn {
    margin-top: 12px !important;
}
.cookies-card .btn,
.cookies-card button,
.cookies-card .cookies-btn {
    width: 100% !important;
    background: var(--ets-accent) !important;
    color: #111827 !important;
    border-color: var(--ets-accent) !important;
}
.add-cart {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border-radius: 6px;
    background: var(--ets-accent) !important;
    color: #111827 !important;
}
.add-cart i {
    color: #111827 !important;
    position: relative;
}
.add-cart i span {
    position: absolute;
    min-width: 16px;
    height: 16px;
    right: -12px;
    top: -12px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #111827;
    color: var(--ets-accent);
    font-size: 10px;
    line-height: 1;
}
@media (max-width: 575px) {
    .cookies-card {
        left: 10px !important;
        right: 10px !important;
        bottom: 10px !important;
        width: auto !important;
        padding: 14px !important;
    }
}
/* Codex cookie placement refinement 20260601 */
@media (min-width: 768px) {
    .cookies-card {
        left: auto !important;
        right: 96px !important;
        width: 330px !important;
    }
}

/* Codex quote category tabs 20260601 */
.quote-client-panel {
    margin-bottom: 26px;
}

.quote-category-tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 12px;
    margin: 0 0 24px;
}

.quote-category-tab {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 13px 14px;
    background: rgba(255, 255, 255, 0.045);
    color: var(--ets-text);
    text-align: left;
    display: grid;
    gap: 4px;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.quote-category-tab:hover,
.quote-category-tab.is-active {
    border-color: rgba(255, 193, 7, 0.7);
    background: rgba(255, 193, 7, 0.13);
    transform: translateY(-2px);
}

.quote-category-tab span {
    font-weight: 800;
    line-height: 1.25;
}

.quote-category-tab small {
    color: var(--ets-accent) !important;
    font-weight: 700;
}

.quote-category-list {
    display: grid;
    gap: 26px;
}

.quote-category-section {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.025);
}

.quote-category-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 16px;
}

.quote-category-header h4 {
    margin: 4px 0 8px;
}

.quote-category-header p {
    max-width: 880px;
    margin: 0;
    line-height: 1.65;
    color: var(--ets-muted) !important;
}

.quote-category-header > span {
    flex: 0 0 auto;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.14);
    color: var(--ets-accent);
    font-weight: 800;
    font-size: 0.78rem;
}

.quote-products-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)) !important;
    align-items: stretch;
}

@media (min-width: 1200px) {
    .quote-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

.quote-package-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.quote-package-card__top {
    align-items: flex-start !important;
}

.quote-pick {
    display: grid !important;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    margin: 0;
    min-width: 0;
    cursor: pointer;
}

.quote-pick .form-check-input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    cursor: pointer;
    accent-color: var(--ets-accent);
}

.quote-pick__text {
    display: grid;
    gap: 4px;
}

.quote-pick__text > span,
.quote-package-card label span {
    color: var(--ets-text);
    font-weight: 800;
    line-height: 1.25;
}

.quote-pick__text small {
    color: var(--ets-accent) !important;
    font-weight: 700;
}

.quote-feature-list {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.quote-feature-list li {
    position: relative;
    padding-left: 18px;
    color: var(--ets-muted);
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.quote-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ets-accent);
}

.quote-package-card.is-selected {
    border-color: rgba(255, 193, 7, 0.78) !important;
    background: linear-gradient(180deg, rgba(255, 193, 7, 0.13), rgba(255,255,255,0.035)) !important;
}

.quote-package-card.is-selected::after {
    content: "Selected";
    position: absolute;
    top: 14px;
    right: 14px;
    background: var(--ets-accent);
    color: #080b10;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
}

.quote-package-card.is-selected .quote-card-link {
    margin-right: 84px;
}

.quote-package-controls {
    margin: 0 !important;
}

.quote-package-card__bottom {
    margin-top: auto;
}

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

.quote-no-results {
    margin: 16px 0 0;
    color: var(--ets-muted) !important;
}

.quote-summary-panel--bottom {
    position: static !important;
    margin-top: 28px;
    display: grid;
    gap: 12px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.quote-summary-panel--bottom h4 {
    margin-bottom: 6px;
}

.quote-summary-panel--bottom p {
    margin: 0;
}

@media (max-width: 767px) {
    .quote-category-tabs {
        grid-template-columns: 1fr;
    }

    .quote-category-section {
        padding: 14px;
    }

    .quote-category-header {
        flex-direction: column;
        gap: 10px;
    }

    .quote-products-grid {
        grid-template-columns: 1fr !important;
    }

    .quote-package-card {
        padding: 16px;
    }

    .quote-package-card__top,
    .quote-package-card__bottom {
        align-items: flex-start !important;
    }

    .quote-package-card__top {
        gap: 10px;
    }

    .quote-package-card.is-selected::after {
        top: 10px;
        right: 10px;
    }

    .quote-package-card.is-selected .quote-card-link {
        margin-right: 78px;
    }

    .quote-summary-panel--bottom {
        max-width: none;
    }

    .cookies-card {
        display: grid !important;
        grid-template-columns: 40px minmax(0, 1fr) !important;
        gap: 8px 10px !important;
        text-align: left !important;
        max-height: 24vh !important;
        overflow-y: auto !important;
        padding: 10px 12px !important;
    }

    .cookies-card__icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 22px !important;
        margin: 0 !important;
    }

    .cookies-card__content {
        font-size: 0.78rem !important;
        line-height: 1.35 !important;
        margin: 0 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
    }

    .cookies-card__btn {
        grid-column: 1 / -1;
        margin-top: 8px !important;
    }

    .cookies-card .btn,
    .cookies-card button,
    .cookies-card .cookies-btn {
        min-height: 38px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
}

/* Codex feature bullets and checkbox polish 20260601 */
.shop-product-features,
.quote-feature-list {
    display: grid;
    gap: 7px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 2;
}

.shop-product-features li,
.quote-feature-list li {
    position: relative;
    padding-left: 18px;
    color: var(--ets-muted) !important;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.shop-product-features li::before,
.quote-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ets-accent);
}

.quote-pick .form-check-input {
    appearance: none;
    -webkit-appearance: none;
    width: 18px !important;
    height: 18px !important;
    margin: 2px 0 0 !important;
    border: 1.5px solid rgba(255, 255, 255, 0.28);
    border-radius: 3px;
    background: #0b111d;
    display: grid;
    place-items: center;
    cursor: pointer;
    flex: 0 0 auto;
}

.quote-pick .form-check-input::before {
    content: "";
    width: 9px;
    height: 5px;
    border-left: 2px solid #080b10;
    border-bottom: 2px solid #080b10;
    transform: rotate(-45deg) scale(0);
    transform-origin: center;
    transition: transform 120ms ease;
}

.quote-pick .form-check-input:checked {
    background: var(--ets-accent);
    border-color: var(--ets-accent);
}

.quote-pick .form-check-input:checked::before {
    transform: rotate(-45deg) scale(1);
}

/* Codex quote checkbox visible checked state 20260601 */
.quote-pick .form-check-input:checked {
    background-color: #ffc107 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23080b10' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M3 8.5l3 3L13 4.5'/%3E%3C/svg%3E") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 13px 13px !important;
    border-color: #ffc107 !important;
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.18) !important;
}

.quote-pick .form-check-input:checked::before {
    display: none !important;
}

/* Codex shop current request fixes 20260602 */
.shop-section .container,
.shop-section .container-fluid {
    padding-left: clamp(16px, 2.2vw, 30px) !important;
    padding-right: clamp(16px, 2.2vw, 30px) !important;
}

.shop-product-grid,
.quote-products-grid,
.shop-service-grid,
.shop-announcement-grid {
    gap: clamp(18px, 2vw, 28px) !important;
}

.shop-product-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr)) !important;
    align-items: stretch !important;
}

.shop-product-card,
.quote-package-card {
    padding: clamp(20px, 2.1vw, 28px) !important;
    min-width: 0 !important;
}

.shop-product-card h4,
.quote-pick__text > span {
    line-height: 1.2 !important;
    overflow-wrap: anywhere !important;
}

.shop-product-card__head,
.shop-product-card__actions,
.quote-package-card__top,
.quote-package-card__bottom,
.quote-package-controls {
    gap: 12px !important;
}

.shop-product-card__head {
    align-items: flex-start !important;
}

.shop-product-card__actions .btn,
.quote-package-card__bottom .quote-more,
.quote-card-link {
    min-height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    white-space: normal !important;
    text-align: center !important;
}

.shop-product-features,
.quote-feature-list,
.product-config-features {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    margin: 14px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.shop-product-features li,
.quote-feature-list li,
.product-config-features li {
    display: block !important;
    width: 100% !important;
    position: relative !important;
    padding-left: 18px !important;
    color: var(--ets-muted) !important;
    line-height: 1.5 !important;
    overflow-wrap: anywhere !important;
}

.shop-product-features li::before,
.quote-feature-list li::before,
.product-config-features li::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.66em !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 999px !important;
    background: #ffc107 !important;
}

.quote-pick {
    cursor: pointer !important;
}

.quote-pick .form-check-input {
    position: relative !important;
    flex: 0 0 auto !important;
}

.quote-pick .form-check-input:checked {
    background-color: #ffc107 !important;
    background-image: none !important;
    border-color: #ffc107 !important;
}

.quote-pick .form-check-input:checked::before {
    display: none !important;
}

.quote-pick .form-check-input:checked::after {
    content: "" !important;
    position: absolute !important;
    left: 5px !important;
    top: 2px !important;
    width: 6px !important;
    height: 10px !important;
    border: solid #080b10 !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}

.quote-package-card.is-selected::after {
    background: #ffc107 !important;
    color: #080b10 !important;
}

.cookies-card.d-none,
.cookies-card.hide.d-none {
    display: none !important;
}

.account-section {
    min-height: 100vh !important;
    background:
        radial-gradient(circle at top left, rgba(255, 193, 7, 0.16), transparent 34%),
        linear-gradient(135deg, #0b0f16 0%, #161b24 55%, #1f222b 100%) !important;
    padding: clamp(42px, 8vh, 82px) 0 !important;
}

.account-section .logo img {
    max-height: 74px !important;
    width: auto !important;
}

.account-form {
    background: linear-gradient(180deg, rgba(255,255,255,0.065), rgba(255,255,255,0.03)) !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
    border-radius: 8px !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34) !important;
    padding: clamp(22px, 3vw, 34px) !important;
}

.account-form h4,
.account-form label,
.account-form p {
    color: var(--ets-text) !important;
}

.account-form p,
.account-form small {
    color: var(--ets-muted) !important;
}

.account-form .form-control,
.account-form .form-select,
.account-form .input-group-text {
    background: #0d1420 !important;
    border-color: rgba(255,255,255,0.16) !important;
    color: var(--ets-text) !important;
}

.embakai-shop-whatsapp.codeless-add-purchase-button {
    position: fixed !important;
    right: 24px !important;
    bottom: 24px !important;
    z-index: 999 !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    display: grid !important;
    place-items: center !important;
    background: #25d366 !important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35), 0 0 0 8px rgba(37, 211, 102, 0.12) !important;
    color: #fff !important;
    transition: transform 180ms ease, box-shadow 180ms ease !important;
}

.embakai-shop-whatsapp.codeless-add-purchase-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.42), 0 0 0 10px rgba(37, 211, 102, 0.16) !important;
}

.embakai-shop-whatsapp svg {
    width: 30px !important;
    height: 30px !important;
    fill: #fff !important;
}

@media (min-width: 1200px) {
    .quote-products-grid {
        grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    .shop-product-grid,
    .quote-products-grid,
    .shop-service-grid,
    .shop-announcement-grid {
        grid-template-columns: 1fr !important;
    }

    .shop-product-card__actions {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }

    .quote-package-card__top {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: start !important;
    }

    .embakai-shop-whatsapp.codeless-add-purchase-button {
        right: 18px !important;
        bottom: 18px !important;
    }
}

/* Codex summary smooth UI fixes 20260602 */
@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

body {
    scroll-padding-top: 96px;
}

.shop-section-heading {
    margin-bottom: clamp(30px, 4vw, 48px) !important;
}

.shop-section-heading h2,
.quote-builder__header h2,
.quote-products-header h4 {
    margin-bottom: 12px !important;
}

.shop-section-heading p,
.quote-builder__header p,
.quote-products-header p {
    margin-bottom: 0 !important;
    line-height: 1.7 !important;
}

.shop-product-grid,
.quote-category-list {
    margin-top: clamp(18px, 2.2vw, 30px) !important;
}

.btn--base,
.btn--base *,
.btn.bg--base,
.btn.bg--base *,
.bg--base,
.bg--base *,
.badge--base,
.badge--primary,
.badge--success,
.cookies-card .btn,
.quote-package-card.is-selected::after,
.quote-selected-count,
.list-group-item.bg--base {
    color: #080b10 !important;
}

.btn--base-outline:hover,
.btn-outline--primary:hover,
.btn-outline--info:hover {
    color: #080b10 !important;
}

.quote-summary-details {
    display: grid;
    gap: 14px;
    margin: 16px 0;
}

.quote-summary-empty {
    color: var(--ets-muted) !important;
    margin: 0 !important;
    padding: 14px;
    border: 1px dashed rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
}

.quote-summary-item {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
}

.quote-summary-item strong {
    display: block;
    color: var(--ets-text) !important;
    font-size: 1rem;
    line-height: 1.25;
}

.quote-summary-item em {
    display: block;
    margin-top: 3px;
    color: var(--ets-muted) !important;
    font-style: italic;
}

.quote-summary-line {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: var(--ets-text) !important;
}

.quote-summary-line span:last-child {
    font-weight: 700;
    white-space: nowrap;
}

.quote-summary-row--total {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.quote-summary-row--total span,
.quote-summary-row--total strong {
    font-size: 1.12rem;
    color: var(--ets-text) !important;
}

.product-config-features + p,
.card .calculatePrice,
.card .finalAmount {
    color: var(--ets-text) !important;
}

.card .card-header.bg-dark-two {
    background: rgba(255, 255, 255, 0.06) !important;
    color: var(--ets-text) !important;
    border: 1px solid rgba(255, 255, 255, 0.13) !important;
}

.card .btn.bg--base {
    color: #080b10 !important;
}

.card h5.justify-content-end,
.basicPrice,
.setupFee,
.billingPrice,
.finalAmount {
    white-space: nowrap !important;
}

@media (max-width: 575px) {
    .quote-summary-line {
        align-items: flex-start;
    }
}

/* Codex category quote newsletter refinements 20260602 */
#categoryMenu .list-group-item.shop-category-active,
#categoryMenu .list-group-item.bg--base,
#categoryMenu .list-group-item.active {
    background: rgba(255, 193, 7, 0.08) !important;
    border-left: 3px solid #ffc107 !important;
    color: #ffc107 !important;
}

#categoryMenu .list-group-item.shop-category-active span,
#categoryMenu .list-group-item.bg--base span,
#categoryMenu .list-group-item.active span,
#categoryMenu .list-group-item:hover,
#categoryMenu .list-group-item:hover span,
#categoryMenu .list-group-item:focus,
#categoryMenu .list-group-item:focus span {
    color: #ffc107 !important;
}

.shop-product-card__actions {
    gap: 22px !important;
    row-gap: 18px !important;
    margin-top: 22px !important;
    padding-top: 4px !important;
}

.shop-product-card__actions .btn + .btn {
    margin-left: 0 !important;
}

.shop-product-card__actions .btn {
    min-height: 52px !important;
    padding: 13px 22px !important;
    border-radius: 6px !important;
}

@media (max-width: 767px) {
    .shop-product-card__actions {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        column-gap: 22px !important;
        row-gap: 18px !important;
        margin-top: 24px !important;
    }

    .shop-product-card__actions .btn {
        min-height: 58px !important;
        padding: 15px 18px !important;
        font-size: 1rem !important;
    }
}

.subscribe-box {
    background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03)) !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
    color: var(--ets-text) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42) !important;
}

.subscribe-box__title,
.subscribe-box label {
    color: var(--ets-text) !important;
}

.subscribe-box__desc,
.subscribe-box p {
    color: var(--ets-muted) !important;
}

.subscribe-box .form-control,
.subscribe-box input[type="email"],
.subscribe-box input[type="text"] {
    background: #0d1420 !important;
    border-color: rgba(255,255,255,0.16) !important;
    color: var(--ets-text) !important;
}

.subscribe__close {
    color: #ffc107 !important;
}

.quote-summary-row--total span,
.quote-summary-row--total strong {
    font-size: 1.25rem !important;
}

/* Codex shop SEO, PWA and responsive refinement 20260608 */
:root {
    color-scheme: dark;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

body {
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
}

img {
    max-width: 100%;
    height: auto;
}

.ets-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.header,
.header-bottom,
.breadcrumb-bg {
    background: rgba(8, 11, 16, 0.96) !important;
    border-bottom: 1px solid rgba(255, 193, 7, 0.14) !important;
}

.header-bottom-area {
    min-height: 78px;
    gap: 18px;
}

.logo img {
    width: auto;
    max-height: 42px;
}

.menu {
    gap: 8px;
    align-items: center;
}

.menu li a,
.menu-btn a {
    color: #f5f7fb !important;
    line-height: 1.25 !important;
}

.menu li a:hover,
.menu li a.active,
.menu .sub-menu li a:hover {
    color: #ffc107 !important;
}

.menu .sub-menu {
    background: #0c111a !important;
    border: 1px solid rgba(255, 193, 7, 0.16) !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.44) !important;
}

.shop-products-toolbar,
.quote-builder__header,
.quote-products-header,
.card.custom--card,
.contact-card,
.shop-product-card,
.quote-panel,
.quote-package-card,
.subscribe-box {
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28) !important;
}

.shop-products-toolbar h1,
.quote-builder__header h1 {
    color: #f8fafc !important;
    font-size: clamp(2rem, 4vw, 3.2rem) !important;
    line-height: 1.1 !important;
    margin: 8px 0 12px !important;
}

.shop-products-toolbar p,
.quote-builder__header p,
.quote-products-header p {
    max-width: 880px;
    color: rgba(236, 241, 248, 0.82) !important;
}

.shop-product-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr)) !important;
    gap: clamp(22px, 3vw, 34px) !important;
    align-items: stretch;
}

.shop-product-card {
    padding: clamp(22px, 3vw, 30px) !important;
    min-width: 0;
}

.shop-product-card h4 {
    overflow-wrap: anywhere;
}

.shop-product-features {
    display: grid !important;
    gap: 10px !important;
}

.shop-product-features li {
    line-height: 1.48 !important;
}

.shop-product-card__actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
}

.shop-product-card__actions .btn {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
}

.btn--base,
.btn.bg--base,
.input-group-text.btn--base,
.subscribe-btn.btn--base {
    background: #ffc107 !important;
    border-color: #ffc107 !important;
    color: #080b10 !important;
}

.btn--base *,
.btn.bg--base *,
.input-group-text.btn--base *,
.subscribe-btn.btn--base * {
    color: #080b10 !important;
}

.btn--base-outline {
    border-color: #ffc107 !important;
    color: #ffc107 !important;
}

.btn--base-outline:hover {
    background: #ffc107 !important;
    color: #080b10 !important;
}

.quote-category-tabs,
.quote-category-list,
.quote-builder {
    max-width: 100%;
}

.quote-category-tab,
.quote-package-card,
.quote-summary-card {
    min-width: 0;
}

.quote-package-card label,
.quote-package-card .form-control,
.quote-summary-line {
    overflow-wrap: anywhere;
}

.contact-card__icon {
    display: inline-grid !important;
    place-items: center !important;
}

@media (max-width: 991px) {
    .header-bottom-area {
        min-height: 72px;
    }

    .menu {
        background: #0a0f17 !important;
        border: 1px solid rgba(255, 193, 7, 0.16) !important;
        padding: 18px !important;
        max-height: calc(100vh - 92px);
        overflow-y: auto;
    }

    .menu li,
    .menu-btn {
        width: 100% !important;
    }

    .menu li a,
    .menu-btn a {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100% !important;
        min-height: 46px;
        padding: 12px 14px !important;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.04);
    }

    .menu .sub-menu {
        position: static !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        width: 100% !important;
        margin: 8px 0 0 !important;
        padding: 8px !important;
    }

    .menu li:hover > .sub-menu,
    .menu li:focus-within > .sub-menu {
        display: block !important;
    }
}

@media (max-width: 575px) {
    .container,
    .container.px-3 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .shop-products-toolbar,
    .quote-builder__header,
    .quote-products-header,
    .quote-panel {
        padding: 22px !important;
    }

    .shop-product-card__actions {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .shop-products-toolbar h1,
    .quote-builder__header h1 {
        font-size: clamp(1.85rem, 9vw, 2.55rem) !important;
    }

    .subscribe {
        left: 18px !important;
        right: auto !important;
        bottom: 18px !important;
    }

    .subscribe-box {
        width: min(92vw, 360px) !important;
    }
}

/* Codex shop FAQ contrast and PWA scope 20260608 */
.faq-section,
.faq-section.bg--light {
    background: #101219 !important;
    color: #f5f7fb !important;
}

.faq-section .faq-item {
    background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)) !important;
    border: 1px solid rgba(255,193,7,.18) !important;
    border-radius: 12px !important;
    box-shadow: 0 24px 58px rgba(0,0,0,.28) !important;
    overflow: hidden !important;
}

.faq-section .faq-item + .faq-item {
    margin-top: 18px !important;
}

.faq-section .faq-item__title {
    background: rgba(8,11,16,.72) !important;
    border-bottom: 1px solid rgba(255,193,7,.14) !important;
    padding: 18px 20px !important;
}

.faq-section .faq-item__title .title,
.faq-section .faq-item__title h1,
.faq-section .faq-item__title h2,
.faq-section .faq-item__title h3,
.faq-section .faq-item__title h4,
.faq-section .faq-item__title h5,
.faq-section .faq-item__title h6 {
    color: #ffc107 !important;
    line-height: 1.35 !important;
    margin: 0 !important;
}

.faq-section .faq-item__content {
    background: transparent !important;
    padding: 18px 20px 20px !important;
}

.faq-section .faq-item__content p,
.faq-section .faq-item__content li,
.faq-section .faq-item__content span,
.faq-section .faq-item__content a,
.faq-section p {
    color: #dce5f2 !important;
    line-height: 1.7 !important;
}

.faq-section .faq-item__content a {
    color: #ffc107 !important;
}

@media (max-width: 575px) {
    .faq-section {
        padding-top: 42px !important;
        padding-bottom: 52px !important;
    }

    .faq-section .faq-item__title,
    .faq-section .faq-item__content {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}
/* End Codex shop FAQ contrast and PWA scope 20260608 */

/* Codex shop category mobile gap fix 20260613 */
@media (max-width: 991px) {
    html body .service-category.section-full {
        padding-top: 10px !important;
    }

    html body .service-category.section-full > .container {
        padding-top: 0 !important;
    }

    html body .service-category.section-full .row.gy-2 {
        margin-top: 0 !important;
    }

    html body .service-category.section-full .row.d-lg-none {
        margin: 0 0 10px !important;
    }

    html body .service-category.section-full .show-sidebar-bar {
        width: 44px !important;
        height: 44px !important;
        display: inline-grid !important;
        place-items: center !important;
        border-radius: 8px !important;
        border: 1px solid rgba(255, 193, 7, 0.45) !important;
        background: rgba(255, 193, 7, 0.10) !important;
        line-height: 1 !important;
        margin-bottom: 2px !important;
    }

    html body .service-category.section-full .shop-products-toolbar {
        display: none !important;
    }

    html body .service-category.section-full .shop-product-grid {
        margin-top: 0 !important;
    }

    html body .service-category.section-full.shop-compact-flow {
        padding-top: 10px !important;
        padding-bottom: 24px !important;
    }

    html body .service-category.section-full.shop-compact-flow .row.d-lg-none {
        display: none !important;
    }

    html body .service-category.section-full.shop-compact-flow .col-lg-9 {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    html body .service-category.section-full.shop-compact-flow .col-lg-9 > .row {
        margin-top: 0 !important;
    }

    html body .service-category.section-full.shop-compact-flow h3,
    html body .service-category.section-full.shop-compact-flow h4 {
        margin-top: 0 !important;
    }
}

/* Codex footer copyright typing burst 20260613 */
.ets-footer-copyright {
    --ets-footer-accent: #ffc107;
    --ets-footer-text: #ffffff;
    --ets-footer-width: 30ch;
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 28px;
    color: var(--ets-footer-text) !important;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.35;
}

.ets-footer-copyright__typed {
    display: inline-block;
    width: 0;
    max-width: var(--ets-footer-width);
    overflow: hidden;
    white-space: nowrap;
    color: var(--ets-footer-text) !important;
    animation: etsFooterTyping 6.8s steps(30, end) infinite;
}

.ets-footer-copyright__cursor {
    width: 2px;
    height: 1.1em;
    margin-left: 4px;
    border-radius: 999px;
    background: var(--ets-footer-accent);
    box-shadow: 0 0 16px rgba(255, 193, 7, 0.75);
    animation: etsFooterCursor 0.8s step-end infinite;
}

.ets-footer-copyright__burst,
.ets-footer-copyright::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -14px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    pointer-events: none;
    background: var(--ets-footer-accent);
    transform: translateY(-50%) scale(0);
    opacity: 0;
}

.ets-footer-copyright__burst {
    box-shadow:
        0 -16px 0 -2px rgba(255, 193, 7, 0.9),
        14px -8px 0 -2px rgba(255, 193, 7, 0.72),
        16px 8px 0 -2px rgba(255, 193, 7, 0.82),
        0 16px 0 -2px rgba(255, 193, 7, 0.72),
        -14px 8px 0 -2px rgba(255, 193, 7, 0.82),
        -16px -8px 0 -2px rgba(255, 193, 7, 0.72);
    animation: etsFooterExplosion 6.8s ease-out infinite;
}

.ets-footer-copyright::after {
    box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
    animation: etsFooterPulse 6.8s ease-out infinite;
}

@keyframes etsFooterTyping {
    0%, 8% { width: 0; }
    52%, 78% { width: var(--ets-footer-width); }
    100% { width: 0; }
}

@keyframes etsFooterCursor {
    0%, 45% { opacity: 1; }
    46%, 100% { opacity: 0; }
}

@keyframes etsFooterExplosion {
    0%, 51% {
        opacity: 0;
        transform: translateY(-50%) scale(0);
    }
    56% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
    68%, 100% {
        opacity: 0;
        transform: translateY(-50%) scale(1.9);
    }
}

@keyframes etsFooterPulse {
    0%, 52% {
        opacity: 0;
        transform: translateY(-50%) scale(0);
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.55);
    }
    59% {
        opacity: 0.85;
        transform: translateY(-50%) scale(1);
        box-shadow: 0 0 0 14px rgba(255, 193, 7, 0);
    }
    72%, 100% {
        opacity: 0;
        transform: translateY(-50%) scale(1.4);
        box-shadow: 0 0 0 18px rgba(255, 193, 7, 0);
    }
}

@media (max-width: 767px) {
    .copy-txt {
        text-align: center;
    }

    .ets-footer-copyright {
        justify-content: center;
        margin-inline: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ets-footer-copyright__typed {
        width: var(--ets-footer-width);
        animation: none;
    }

    .ets-footer-copyright__cursor,
    .ets-footer-copyright__burst,
    .ets-footer-copyright::after {
        animation: none;
        opacity: 0;
    }
}

/* Codex footer responsive fit 20260613 */
.footer,
.footer-bottom,
.footer-bottom .row,
.footer-content,
.footer-links {
    max-width: 100%;
}

.footer-bottom {
    overflow-x: clip;
}

.footer-bottom .row {
    row-gap: 14px;
}

.copy-txt {
    max-width: 100%;
    overflow: clip;
    padding-right: 28px;
}

.ets-footer-copyright {
    --ets-footer-width: min(30ch, calc(100vw - 76px));
    max-width: 100%;
    box-sizing: border-box;
    padding-right: 24px;
    font-size: clamp(0.88rem, 1vw, 1rem);
}

.ets-footer-copyright__typed {
    max-width: min(30ch, calc(100vw - 96px));
}

.ets-footer-copyright__burst,
.ets-footer-copyright::after {
    right: 6px;
}

.footer-bottom-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 6px 16px;
}

.footer-bottom-menu li {
    margin: 0 !important;
}

.footer-bottom-menu a {
    white-space: normal;
    overflow-wrap: anywhere;
}

.footer-links {
    row-gap: 10px;
}

.footer-links a {
    overflow-wrap: anywhere;
}

.payment-image-large {
    max-width: min(100%, 390px) !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .footer-bottom-menu {
        gap: 6px 12px;
    }

    .footer-bottom-menu a {
        font-size: 0.92rem;
    }
}

@media (max-width: 991px) {
    .footer-bottom .row > [class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        text-align: center !important;
    }

    .copy-txt {
        padding-right: 0;
        display: flex;
        justify-content: center;
    }

    .ets-footer-copyright {
        justify-content: center;
        margin-inline: auto;
    }

    .footer-bottom-menu {
        justify-content: center;
        text-align: center !important;
    }

    .footer-payment-block,
    .footer-tin-entity {
        padding-top: 10px !important;
    }
}

@media (max-width: 575px) {
    .footer,
    .footer.bg-dark-two {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .footer-bottom {
        padding: 18px 0 22px !important;
    }

    .ets-footer-copyright {
        --ets-footer-width: min(30ch, calc(100vw - 68px));
        font-size: clamp(0.82rem, 3.7vw, 0.94rem);
        min-height: 24px;
    }

    .ets-footer-copyright__typed {
        max-width: min(30ch, calc(100vw - 88px));
    }

    .ets-footer-copyright__cursor {
        height: 1em;
    }

    .footer-links {
        gap: 8px 12px !important;
        padding-inline: 10px;
    }

    .footer-bottom-menu {
        gap: 6px 12px;
        padding-inline: 4px;
    }

    .payment-image-large {
        width: min(260px, calc(100vw - 48px)) !important;
    }
}

@media (max-width: 360px) {
    .ets-footer-copyright {
        --ets-footer-width: min(30ch, calc(100vw - 62px));
        font-size: 0.8rem;
    }

    .payment-image-large {
        width: min(220px, calc(100vw - 42px)) !important;
    }
}

/* Codex shop category desktop alignment 20260824 */
html body .service-category.section-full .shop-products-toolbar {
    display: none !important;
}

html body .service-category.section-full .shop-product-grid {
    margin-top: 0 !important;
}
/* End Codex shop category desktop alignment 20260824 */
