@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//copiadorasincodep.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.4.3") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Metropolis", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(74,74,74);
	--wd-text-font-size: 14px;
	--wd-title-font: "Metropolis", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #1A1A1A;
	--wd-entities-title-font: "Metropolis", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Metropolis", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Metropolis", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(13,115,119);
	--wd-alternative-color: rgb(20,145,155);
	--wd-link-color: rgb(20,145,155);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(13,115,119);
	--btn-default-bgcolor-hover: rgb(10,92,95);
	--btn-accented-bgcolor: rgb(0,123,255);
	--btn-accented-bgcolor-hover: rgb(0,105,217);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://copiadorasincodep.com/wp-content/uploads/2021/10/retail-2-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://copiadorasincodep.com/wp-content/uploads/2025/12/2fe2214e-afcf-4073-b8f3-e8007b608b3f.jpg);
	background-size: cover;
	background-position: center top;
}
.footer-container {
	background-color: rgb(247,247,247);
	background-image: none;
}
html .wd-nav.wd-nav-main > li > a {
	color: rgb(26,26,26);
}
.page .main-page-wrapper {
	background-color: rgb(247,248,250);
	background-image: none;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1350px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1367px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1350px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


@font-face {
	font-family: "Metropolis";
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Metropolis";
	font-weight: 600;
	font-style: normal;
}

.is-large.wc-block-cart {
    margin-bottom: 3em;
    /* margin: 100px; */
    margin-left: 10%;
    margin-right: 10%;
}

/* ========================================
   CopiadorasIncodep — Global Styles
   WordPress / WoodMart
   ======================================== */

:root {
  --ci-primary: #0D7377;
  --ci-primary-hover: #0A5C5F;
  --ci-secondary: #14919B;
  --ci-bg: #F7F8FA;
  --ci-dark: #1A1A2E;
  --ci-white: #FFFFFF;
  --ci-text: #2D2D3A;
  --ci-text-light: #6B7280;
  --ci-border: #E2E6EA;
  --ci-card-shadow: 0 2px 12px rgba(0,0,0,0.06);
  --ci-radius: 8px;
  --ci-transition: all 0.3s ease;
}

/* === GENERAL === */
.ci-section {
  padding: 60px 0;
}

.ci-section--gray {
  background-color: var(--ci-bg);
}

.ci-section--dark {
  background-color: var(--ci-dark);
  color: var(--ci-white);
}

.ci-section--primary {
  background-color: var(--ci-primary);
  color: var(--ci-white);
}

.ci-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ci-section-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--ci-text);
  text-align: center;
  margin-bottom: 12px;
}

.ci-section-subtitle {
  font-size: 16px;
  color: var(--ci-text-light);
  text-align: center;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* === BUTTONS === */
.ci-btn {
  display: inline-block;
  padding: 14px 32px;
  background-color: var(--ci-primary);
  color: var(--ci-white);
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: var(--ci-radius);
  cursor: pointer;
  text-decoration: none;
  transition: var(--ci-transition);
  letter-spacing: 0.3px;
}

.ci-btn:hover {
  background-color: var(--ci-primary-hover);
  color: var(--ci-white);
  transform: translateY(-1px);
}

.ci-btn--outline {
  background-color: transparent;
  border: 2px solid var(--ci-white);
  color: var(--ci-white);
}

.ci-btn--outline:hover {
  background-color: var(--ci-white);
  color: var(--ci-primary);
}

.ci-btn--white {
  background-color: var(--ci-white);
  color: var(--ci-primary);
}

.ci-btn--white:hover {
  background-color: rgba(255,255,255,0.9);
  transform: translateY(-1px);
}

/* === HERO === */
.ci-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--ci-bg);
}

.ci-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: 1;
}

.ci-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, rgba(247,248,250,0.97) 50%, rgba(247,248,250,0) 100%);
  z-index: 2;
}

.ci-hero__content {
  position: relative;
  z-index: 3;
  max-width: 520px;
  padding: 40px 0;
}

.ci-hero__title {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--ci-text);
  margin-bottom: 16px;
}

.ci-hero__desc {
  font-size: 17px;
  color: var(--ci-text-light);
  line-height: 1.6;
  margin-bottom: 28px;
}

/* === CATEGORY CARDS === */
.ci-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ci-category-card {
  position: relative;
  border-radius: var(--ci-radius);
  overflow: hidden;
  height: 280px;
  text-decoration: none;
  display: block;
  transition: var(--ci-transition);
}

.ci-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.ci-category-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--ci-transition);
}

.ci-category-card:hover .ci-category-card__img {
  transform: scale(1.05);
}

.ci-category-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
  color: var(--ci-white);
}

.ci-category-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.ci-category-card__subtitle {
  font-size: 14px;
  opacity: 0.85;
}

/* === TECH CARDS === */
.ci-tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ci-tech-card {
  background: var(--ci-white);
  border-radius: var(--ci-radius);
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--ci-card-shadow);
  transition: var(--ci-transition);
  text-decoration: none;
  display: block;
  border: 1px solid var(--ci-border);
}

.ci-tech-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  border-color: var(--ci-primary);
}

.ci-tech-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  /* INSERT ICON HERE */
}

.ci-tech-card__title {
  font-size: 19px;
  font-weight: 700;
  color: var(--ci-text);
  margin-bottom: 10px;
}

.ci-tech-card__desc {
  font-size: 14px;
  color: var(--ci-text-light);
  line-height: 1.6;
}

/* === BANNER === */
.ci-banner {
  display: flex;
  align-items: center;
  min-height: 360px;
  border-radius: var(--ci-radius);
  overflow: hidden;
  background: var(--ci-white);
  box-shadow: var(--ci-card-shadow);
}

.ci-banner__content {
  flex: 1;
  padding: 48px;
}

.ci-banner__image {
  flex: 1;
  height: 360px;
  overflow: hidden;
}

.ci-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ci-banner__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--ci-primary);
  margin-bottom: 12px;
}

.ci-banner__title {
  font-size: 30px;
  font-weight: 700;
  color: var(--ci-text);
  margin-bottom: 14px;
}

.ci-banner__desc {
  font-size: 15px;
  color: var(--ci-text-light);
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 420px;
}

/* === USE CASES === */
.ci-usecases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ci-usecase {
  text-align: center;
  padding: 24px 16px;
}

.ci-usecase__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  background-color: rgba(13,115,119,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--ci-primary);
}

.ci-usecase__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--ci-text);
  margin-bottom: 8px;
}

.ci-usecase__desc {
  font-size: 14px;
  color: var(--ci-text-light);
  line-height: 1.5;
}

/* === ADVANTAGES === */
.ci-advantages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 32px 0;
  border-top: 1px solid var(--ci-border);
  border-bottom: 1px solid var(--ci-border);
}

.ci-advantage {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.ci-advantage__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: var(--ci-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.ci-advantage__text {
  font-size: 14px;
  font-weight: 600;
  color: var(--ci-text);
}

/* === CTA BANNER === */
.ci-cta {
  text-align: center;
  padding: 64px 20px;
}

.ci-cta__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 14px;
}

.ci-cta__desc {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 32px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* === PRODUCTS SECTION === */
.ci-products-section .ci-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
}

.ci-products-section .ci-tab {
  padding: 10px 24px;
  border: 1px solid var(--ci-border);
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--ci-transition);
  background: var(--ci-white);
  color: var(--ci-text);
}

.ci-products-section .ci-tab.active,
.ci-products-section .ci-tab:hover {
  background: var(--ci-primary);
  color: var(--ci-white);
  border-color: var(--ci-primary);
}

/* === RESPONSIVE === */
@media (max-width: 991px) {
  .ci-categories {
    grid-template-columns: 1fr;
  }
  .ci-tech-grid {
    grid-template-columns: 1fr;
  }
  .ci-banner {
    flex-direction: column;
  }
  .ci-banner__image {
    height: 240px;
    width: 100%;
  }
  .ci-usecases {
    grid-template-columns: repeat(2, 1fr);
  }
  .ci-advantages {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .ci-hero__title {
    font-size: 28px;
  }
  .ci-hero__overlay {
    width: 100%;
    background: rgba(247,248,250,0.92);
  }
}

@media (max-width: 576px) {
  .ci-section {
    padding: 40px 0;
  }
  .ci-usecases {
    grid-template-columns: 1fr;
  }
  .ci-advantages {
    grid-template-columns: 1fr;
  }
  .ci-category-card {
    height: 200px;
  }
  .ci-hero {
    min-height: 360px;
  }
}

/* Категории — позиционирование изображений по центру устройства */
.ci-categories .ci-cat-card img,
.ci-categories .ci-cat-card .cat-image img {
  object-fit: cover;
  object-position: center 60%; /* сдвигает фокус ниже, чтобы показать устройство */
  width: 100%;
  height: 100%;
}

/* Если изображение как background */
.ci-categories .ci-cat-card {
  background-position: center 60%;
  background-size: cover;
}