<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA &lt;contact@prestashop.com&gt;
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark &amp; Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/* Main material to item styles, all materials will have that style, because it is basic */
#canvas{

}

.material2item {
    position: absolute; left: -1000vw; top: -1000vh;
    overflow: hidden;
    width: 1200px;
    height: 1200px;
}
.products .product-miniature.pv-variant .material2item{
    position: static;
    width: 100%;
    height: 100%;
}
.m2i-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}
.m2i-content {  }

/* Specific mockups depending on item shape */

/* Styles for double material */
.m2i-cover .m2i-canvas { background: url("/modules/apozyourpattern/views/img/mockup-cover.png") center/contain no-repeat; }
.m2i-pillow .m2i-canvas { background: url("/modules/apozyourpattern/views/img/mockup-poduszka25x40cm.png") center/contain no-repeat; }
.m2i-curtains .m2i-canvas { background: url("/modules/apozyourpattern/views/img/mockup-zaslony.png") center/contain no-repeat; }

.m2i-cover &gt; .m2i-content &gt; span:nth-child(1) {
    width: 51%;
    height: 28%;
    transform: rotate3d(.5, .27, .4,
    288deg
    ) skewX(
            359deg
    ) translateX(5px) translateY(12px);
    transform-style: preserve-3d;
    transform-origin: 0 0 0;
    position: absolute;
    top: 40%;
    left: 6%;
    z-index: 4;
    background-position: center;
    background-repeat: repeat;
}
.m2i-cover &gt; .m2i-content &gt; span:nth-child(2) {
    width: 57%;
    height: 49%;
    transform: rotate3d(.45, .16, .33,
    290deg
    ) skewX(
            1deg
    ) translateX(9px) translateY(11px);
    transform-style: preserve-3d;
    transform-origin: 0 0 0;
    position: absolute;
    top: 55%;
    left: 20%;
    z-index: 3;
    background-position: center;
    background-repeat: repeat;
}
.m2i-cover &gt; .m2i-content &gt; span:nth-child(3) {
    width: 5%;
    height: 25%;
    transform: rotate3d(.38, .27, .337,
    286deg
    ) skewX(
            1deg
    ) translateX(9px) translateY(11px);
    transform-style: preserve-3d;
    transform-origin: 0 0 0;
    position: absolute;
    top: 41.0%;
    left: 67%;
    z-index: 4;
    background-position: center;
    background-repeat: repeat;
}

.m2i-pillow &gt; .m2i-content &gt; span:nth-child(1) {
    width: 71%;
    height: 40%;
    position: absolute;
    top: 28%;
    left: 14%;
    z-index: 4;
background-position: center;
    background-repeat: repeat;
}
.m2i-curtains &gt; .m2i-content &gt; span:nth-child(1)  {
    width: 71%;
    height: 88%;
    position: absolute;
    top: 5%;
    left: 17%;
    z-index: 4;
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
}</pre></body></html>